Trace number 3317802

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 99.1699 68.2138

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5286
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

0.57/21.10	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.57/21.10	c INFO: solving HOME/instance-3317802-1304267281.cnf
0.57/21.10	c INFO: computing task features
2.07/22.68	c INFO: computed variable-clause graph statistics
2.17/22.73	c INFO: computed clause balance statistics
9.37/29.95	c INFO: computed variable balance statistics
14.97/35.53	c INFO: computed small-clause counts
15.07/35.60	c INFO: computed Horn-clause counts
30.27/50.84	c INFO: computed variable graph statistics
30.27/50.84	c INFO: collected features for HOME/instance-3317802-1304267281.cnf in 29.70 s
30.32/50.92	c INFO: running SApperloT@0 for 97 with 4770 remaining (b = 0.16)
30.32/50.94	c INFO: running lingeling-276@0 for 97 with 4770 remaining (b = 0.16)
30.32/50.97	c INFO: running cryptominisat-2.9.0@0 for 485 with 4770 remaining (b = 0.24)
30.42/51.00	c INFO: running lingeling-276@0 for 1261 with 4770 remaining (b = 0.38)
98.79/68.17	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317802-1304267281/watcher-3317802-1304267281 -o /tmp/evaluation-result-3317802-1304267281/solver-3317802-1304267281 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317802-1304267281.cnf -seed 2030877504 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 2/172 11117
/proc/meminfo: memFree=30631572/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=1840 CPUtime=0 cores=0,2,4,6
/proc/11117/stat : 11117 (python) D 11115 11117 11084 0 -1 4194304 47 0 0 0 0 0 0 0 18 0 1 0 538326345 1884160 1 33554432000 0 0 140737360107157 18446744073709551615 5055495 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/11117/statm: 460 1 0 0 0 36 0

[startup+0.0571671 s]
/proc/loadavg: 0.16 0.03 0.01 2/172 11117
/proc/meminfo: memFree=30631572/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=14820 CPUtime=0 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 506 0 6 0 0 0 0 0 18 0 1 0 538326345 15175680 419 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122709861 0 2147483391 4096 0 18446744071699207358 0 0 17 2 0 0 3
/proc/11117/statm: 3705 419 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100196 s]
/proc/loadavg: 0.16 0.03 0.01 2/172 11117
/proc/meminfo: memFree=30631572/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 611 0 6 0 0 0 0 0 17 0 1 0 538326345 15441920 513 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 3
/proc/11117/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300217 s]
/proc/loadavg: 0.16 0.03 0.01 2/172 11117
/proc/meminfo: memFree=30631572/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 789 0 6 0 0 0 0 0 16 0 1 0 538326345 15753216 681 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 4
/proc/11117/statm: 3846 681 322 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+0.701182 s]
/proc/loadavg: 0.16 0.03 0.01 2/172 11117
/proc/meminfo: memFree=30631572/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=15908 CPUtime=0.01 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 952 0 6 0 0 1 0 0 15 0 1 0 538326345 16289792 833 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 4
/proc/11117/statm: 3977 833 357 364 0 464 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15908

[startup+1.50094 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 11123
/proc/meminfo: memFree=30624404/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=16396 CPUtime=0.02 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 1111 0 6 0 1 1 0 0 15 0 1 0 538326345 16789504 984 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 9
/proc/11117/statm: 4099 984 409 364 0 586 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16396

[startup+3.10066 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 11123
/proc/meminfo: memFree=30620812/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=25296 CPUtime=0.05 cores=0,2,4,6
/proc/11117/stat : 11117 (python) D 11115 11117 11084 0 -1 4202496 1338 0 10 0 3 2 0 0 16 0 1 0 538326345 25903104 1193 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122709861 0 0 16781312 2 0 0 0 17 2 0 0 17
/proc/11117/statm: 6324 1193 438 364 0 725 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25296
heavy processes:

[startup+6.30113 s]
/proc/loadavg: 0.31 0.07 0.02 1/178 11123
/proc/meminfo: memFree=30619360/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=36840 CPUtime=0.08 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 1610 0 13 0 5 3 0 0 16 0 1 0 538326345 37724160 1452 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 55
/proc/11117/statm: 9210 1452 452 364 0 1027 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36840
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 0.28 0.06 0.02 1/178 11132
/proc/meminfo: memFree=30589216/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=135752 CPUtime=0.28 cores=0,2,4,6
/proc/11117/stat : 11117 (python) D 11115 11117 11084 0 -1 4202496 5923 922 42 9 19 9 0 0 16 0 1 0 538326345 139010048 4150 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122710021 0 0 16781312 2 0 0 0 17 2 0 0 152
/proc/11117/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 135752
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 0.45 0.11 0.04 3/178 11132
/proc/meminfo: memFree=30170008/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=374128 CPUtime=4.97 cores=0,2,4,6
/proc/11117/stat : 11117 (python) R 11115 11117 11084 0 -1 4202496 43715 922 117 9 472 25 0 0 23 0 1 0 538326345 383107072 30916 33554432000 4194304 5683644 140737360100384 18446744073709551615 48001214115822 0 0 16781312 2 0 0 0 17 0 0 0 280
/proc/11117/statm: 93532 30916 1826 364 0 29456 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 374128
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 0.98 0.26 0.09 3/178 11133
/proc/meminfo: memFree=30192316/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=407920 CPUtime=30.43 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 46422 922 117 9 3015 28 0 0 23 0 5 0 538326345 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 284
/proc/11117/statm: 101980 29176 1881 364 0 37889 0
Current children cumulated CPU time (s) 30.43
Current children cumulated vsize (KiB) 407920
heavy processes:

Solver just ended. Dumping a history of the last processes samples

[startup+57.5007 s]
/proc/loadavg: 1.30 0.34 0.11 6/190 11145
/proc/meminfo: memFree=29919352/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=407920 CPUtime=30.43 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 46422 922 117 9 3015 28 0 0 23 0 5 0 538326345 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 284
/proc/11117/statm: 101980 29176 1881 364 0 37889 0
[pid=11134] ppid=11117 vsize=366908 CPUtime=0 cores=0,2,4,6
/proc/11134/stat : 11134 (python) S 11117 11117 11084 0 -1 4202560 989 0 0 0 0 0 0 0 18 0 1 0 538331438 375713792 27660 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734095 0 0 16781312 514 4364591949978501380 0 0 17 0 0 0 0
/proc/11134/statm: 91727 27660 381 364 0 27645 0
[pid=11136] ppid=11134 vsize=26044 CPUtime=6.54 cores=0,2,4,6
/proc/11136/stat : 11136 (SApperloT-base) R 11134 11136 11136 0 -1 4202496 6196 0 0 0 653 1 0 0 25 0 1 0 538331438 26669056 5801 33554432000 134512640 135674940 4287699456 18446744073709551615 134564285 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11136/statm: 6511 5801 99 284 0 6225 0
[pid=11137] ppid=11117 vsize=377164 CPUtime=0 cores=0,2,4,6
/proc/11137/stat : 11137 (python) S 11117 11117 11084 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 538331440 386215936 27653 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 4481807311202910468 0 0 17 0 0 0 0
/proc/11137/statm: 94291 27653 370 364 0 30206 0
[pid=11139] ppid=11137 vsize=14508 CPUtime=6.49 cores=0,2,4,6
/proc/11139/stat : 11139 (lingeling) R 11137 11139 11139 0 -1 4202496 10423 0 0 0 648 1 0 0 25 0 1 0 538331441 14856192 2670 33554432000 4194304 4352236 140735622685680 18446744073709551615 4328400 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11139/statm: 3627 2670 129 39 0 2707 0
[pid=11140] ppid=11117 vsize=387420 CPUtime=0 cores=0,2,4,6
/proc/11140/stat : 11140 (python) S 11117 11117 11084 0 -1 4202560 910 0 0 0 0 0 0 0 15 0 1 0 538331443 396718080 27657 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 6317868584286519555 0 0 17 4 0 0 0
/proc/11140/statm: 96855 27657 370 364 0 32767 0
[pid=11142] ppid=11140 vsize=276164 CPUtime=6.5 cores=0,2,4,6
/proc/11142/stat : 11142 (cryptominisat-2) R 11140 11142 11142 0 -1 4202496 58403 0 0 0 642 8 0 0 25 0 1 0 538331444 282791936 55956 33554432000 4194304 4677096 140735248485152 18446744073709551615 4558120 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11142/statm: 69041 55956 375 118 0 64000 0
[pid=11143] ppid=11117 vsize=397676 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (python) S 11117 11117 11084 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 1 0 538331446 407220224 27661 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 3158783936075628804 0 0 17 0 0 0 0
/proc/11143/statm: 99419 27661 370 364 0 35328 0
[pid=11145] ppid=11143 vsize=14888 CPUtime=6.48 cores=0,2,4,6
/proc/11145/stat : 11145 (lingeling) R 11143 11145 11145 0 -1 4202496 10661 0 0 0 646 2 0 0 25 0 1 0 538331446 15245312 2892 33554432000 4194304 4352236 140734341683520 18446744073709551615 4234656 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11145/statm: 3722 2892 129 39 0 2802 0
[pid=11117/tid=11135] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11135/stat : 11135 (python) S 11115 11117 11084 0 -1 4202560 26 922 0 9 0 0 0 0 25 0 5 0 538331438 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11138] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11138/stat : 11138 (python) S 11115 11117 11084 0 -1 4202560 21 922 0 9 0 0 0 0 20 0 5 0 538331441 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11141] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11141/stat : 11141 (python) S 11115 11117 11084 0 -1 4202560 22 922 0 9 0 0 0 0 22 0 5 0 538331443 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 4 0 0 0
[pid=11117/tid=11144] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11144/stat : 11144 (python) S 11115 11117 11084 0 -1 4202560 24 922 0 9 0 0 0 0 24 0 5 0 538331446 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.44
Current children cumulated vsize (KiB) 2268692

[startup+63.9006 s]
/proc/loadavg: 1.87 0.49 0.16 6/190 11145
/proc/meminfo: memFree=29891868/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=407920 CPUtime=30.43 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 46422 922 117 9 3015 28 0 0 23 0 5 0 538326345 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 284
/proc/11117/statm: 101980 29176 1881 364 0 37889 0
[pid=11134] ppid=11117 vsize=366908 CPUtime=0 cores=0,2,4,6
/proc/11134/stat : 11134 (python) S 11117 11117 11084 0 -1 4202560 993 0 0 0 0 0 0 0 18 0 1 0 538331438 375713792 27660 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734095 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11134/statm: 91727 27660 381 364 0 27645 0
[pid=11136] ppid=11134 vsize=29848 CPUtime=12.91 cores=0,2,4,6
/proc/11136/stat : 11136 (SApperloT-base) R 11134 11136 11136 0 -1 4202496 7111 0 0 0 1290 1 0 0 25 0 1 0 538331438 30564352 6716 33554432000 134512640 135674940 4287699456 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11136/statm: 7462 6716 99 284 0 7176 0
[pid=11137] ppid=11117 vsize=377164 CPUtime=0.01 cores=0,2,4,6
/proc/11137/stat : 11137 (python) S 11117 11117 11084 0 -1 4202560 909 0 0 0 1 0 0 0 18 0 1 0 538331440 386215936 27653 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11137/statm: 94291 27653 370 364 0 30206 0
[pid=11139] ppid=11137 vsize=13496 CPUtime=12.86 cores=0,2,4,6
/proc/11139/stat : 11139 (lingeling) R 11137 11139 11139 0 -1 4202496 10946 0 0 0 1284 2 0 0 25 0 1 0 538331441 13819904 2417 33554432000 4194304 4352236 140735622685680 18446744073709551615 4280965 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11139/statm: 3374 2417 129 39 0 2454 0
[pid=11140] ppid=11117 vsize=387420 CPUtime=0.01 cores=0,2,4,6
/proc/11140/stat : 11140 (python) S 11117 11117 11084 0 -1 4202560 917 0 0 0 1 0 0 0 15 0 1 0 538331443 396718080 27657 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 6317868584286519555 0 0 17 4 0 0 0
/proc/11140/statm: 96855 27657 370 364 0 32767 0
[pid=11142] ppid=11140 vsize=286284 CPUtime=12.88 cores=0,2,4,6
/proc/11142/stat : 11142 (cryptominisat-2) R 11140 11142 11142 0 -1 4202496 62104 0 0 0 1280 8 0 0 25 0 1 0 538331444 293154816 58464 33554432000 4194304 4677096 140735248485152 18446744073709551615 4320137 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11142/statm: 71571 58464 392 118 0 66530 0
[pid=11143] ppid=11117 vsize=397676 CPUtime=0.01 cores=0,2,4,6
/proc/11143/stat : 11143 (python) S 11117 11117 11084 0 -1 4202560 936 0 0 0 0 1 0 0 18 0 1 0 538331446 407220224 27661 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11143/statm: 99419 27661 370 364 0 35328 0
[pid=11145] ppid=11143 vsize=14892 CPUtime=12.88 cores=0,2,4,6
/proc/11145/stat : 11145 (lingeling) R 11143 11145 11145 0 -1 4202496 10929 0 0 0 1286 2 0 0 25 0 1 0 538331446 15249408 2893 33554432000 4194304 4352236 140734341683520 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11145/statm: 3723 2893 129 39 0 2803 0
[pid=11117/tid=11135] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11135/stat : 11135 (python) S 11115 11117 11084 0 -1 4202560 26 922 0 9 0 0 0 0 25 0 5 0 538331438 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11138] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11138/stat : 11138 (python) S 11115 11117 11084 0 -1 4202560 21 922 0 9 0 0 0 0 20 0 5 0 538331441 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0

################
# More data... #
################

/proc/meminfo: memFree=29893232/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=407920 CPUtime=30.43 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 46422 922 117 9 3015 28 0 0 23 0 5 0 538326345 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 284
/proc/11117/statm: 101980 29176 1881 364 0 37889 0
[pid=11134] ppid=11117 vsize=366908 CPUtime=0 cores=0,2,4,6
/proc/11134/stat : 11134 (python) S 11117 11117 11084 0 -1 4202560 993 0 0 0 0 0 0 0 18 0 1 0 538331438 375713792 27660 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734095 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11134/statm: 91727 27660 381 364 0 27645 0
[pid=11136] ppid=11134 vsize=30688 CPUtime=14.51 cores=0,2,4,6
/proc/11136/stat : 11136 (SApperloT-base) R 11134 11136 11136 0 -1 4202496 7313 0 0 0 1450 1 0 0 25 0 1 0 538331438 31424512 6918 33554432000 134512640 135674940 4287699456 18446744073709551615 134564368 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11136/statm: 7672 6918 99 284 0 7386 0
[pid=11137] ppid=11117 vsize=377164 CPUtime=0.01 cores=0,2,4,6
/proc/11137/stat : 11137 (python) S 11117 11117 11084 0 -1 4202560 909 0 0 0 1 0 0 0 18 0 1 0 538331440 386215936 27653 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11137/statm: 94291 27653 370 364 0 30206 0
[pid=11139] ppid=11137 vsize=14520 CPUtime=14.45 cores=0,2,4,6
/proc/11139/stat : 11139 (lingeling) R 11137 11139 11139 0 -1 4202496 11202 0 0 0 1443 2 0 0 25 0 1 0 538331441 14868480 2673 33554432000 4194304 4352236 140735622685680 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11139/statm: 3630 2673 129 39 0 2710 0
[pid=11140] ppid=11117 vsize=387420 CPUtime=0.01 cores=0,2,4,6
/proc/11140/stat : 11140 (python) S 11117 11117 11084 0 -1 4202560 917 0 0 0 1 0 0 0 15 0 1 0 538331443 396718080 27657 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 6317868584286519555 0 0 17 4 0 0 0
/proc/11140/statm: 96855 27657 370 364 0 32767 0
[pid=11142] ppid=11140 vsize=288792 CPUtime=14.48 cores=0,2,4,6
/proc/11142/stat : 11142 (cryptominisat-2) R 11140 11142 11142 0 -1 4202496 63183 0 0 0 1440 8 0 0 25 0 1 0 538331444 295723008 58535 33554432000 4194304 4677096 140735248485152 18446744073709551615 4482712 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11142/statm: 72198 58535 392 118 0 67157 0
[pid=11143] ppid=11117 vsize=397676 CPUtime=0.01 cores=0,2,4,6
/proc/11143/stat : 11143 (python) S 11117 11117 11084 0 -1 4202560 936 0 0 0 0 1 0 0 18 0 1 0 538331446 407220224 27661 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11143/statm: 99419 27661 370 364 0 35328 0
[pid=11145] ppid=11143 vsize=14892 CPUtime=14.48 cores=0,2,4,6
/proc/11145/stat : 11145 (lingeling) R 11143 11145 11145 0 -1 4202496 10929 0 0 0 1446 2 0 0 25 0 1 0 538331446 15249408 2893 33554432000 4194304 4352236 140734341683520 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11145/statm: 3723 2893 129 39 0 2803 0
[pid=11117/tid=11135] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11135/stat : 11135 (python) S 11115 11117 11084 0 -1 4202560 26 922 0 9 0 0 0 0 25 0 5 0 538331438 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11138] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11138/stat : 11138 (python) S 11115 11117 11084 0 -1 4202560 21 922 0 9 0 0 0 0 20 0 5 0 538331441 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11141] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11141/stat : 11141 (python) S 11115 11117 11084 0 -1 4202560 22 922 0 9 0 0 0 0 22 0 5 0 538331443 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 4 0 0 0
[pid=11117/tid=11144] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11144/stat : 11144 (python) S 11115 11117 11084 0 -1 4202560 24 922 0 9 0 0 0 0 24 0 5 0 538331446 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 88.38
Current children cumulated vsize (KiB) 2285980

[startup+67.107 s]
/proc/loadavg: 1.87 0.49 0.16 6/190 11145
/proc/meminfo: memFree=29888520/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=407920 CPUtime=30.43 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 46422 922 117 9 3015 28 0 0 23 0 5 0 538326345 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 284
/proc/11117/statm: 101980 29176 1881 364 0 37889 0
[pid=11134] ppid=11117 vsize=366908 CPUtime=0.02 cores=0,2,4,6
/proc/11134/stat : 11134 (python) S 11117 11117 11084 0 -1 4202560 995 0 0 0 1 1 0 0 18 0 1 0 538331438 375713792 27660 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734095 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11134/statm: 91727 27660 381 364 0 27645 0
[pid=11136] ppid=11134 vsize=31644 CPUtime=16.1 cores=0,2,4,6
/proc/11136/stat : 11136 (SApperloT-base) R 11134 11136 11136 0 -1 4202496 7513 0 0 0 1609 1 0 0 25 0 1 0 538331438 32403456 7118 33554432000 134512640 135674940 4287699456 18446744073709551615 134564620 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11136/statm: 7911 7118 99 284 0 7625 0
[pid=11137] ppid=11117 vsize=377164 CPUtime=0.01 cores=0,2,4,6
/proc/11137/stat : 11137 (python) S 11117 11117 11084 0 -1 4202560 913 0 0 0 1 0 0 0 18 0 1 0 538331440 386215936 27653 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11137/statm: 94291 27653 370 364 0 30206 0
[pid=11139] ppid=11137 vsize=14496 CPUtime=16.05 cores=0,2,4,6
/proc/11139/stat : 11139 (lingeling) R 11137 11139 11139 0 -1 4202496 11202 0 0 0 1603 2 0 0 25 0 1 0 538331441 14843904 2667 33554432000 4194304 4352236 140735622685680 18446744073709551615 4329349 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11139/statm: 3624 2667 129 39 0 2704 0
[pid=11140] ppid=11117 vsize=387420 CPUtime=0.02 cores=0,2,4,6
/proc/11140/stat : 11140 (python) S 11117 11117 11084 0 -1 4202560 924 0 0 0 1 1 0 0 15 0 1 0 538331443 396718080 27657 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 6317868584286519555 0 0 17 4 0 0 0
/proc/11140/statm: 96855 27657 370 364 0 32767 0
[pid=11142] ppid=11140 vsize=288792 CPUtime=16.09 cores=0,2,4,6
/proc/11142/stat : 11142 (cryptominisat-2) R 11140 11142 11142 0 -1 4202496 63516 0 0 0 1600 9 0 0 25 0 1 0 538331444 295723008 58868 33554432000 4194304 4677096 140735248485152 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11142/statm: 72198 58868 392 118 0 67157 0
[pid=11143] ppid=11117 vsize=397676 CPUtime=0.01 cores=0,2,4,6
/proc/11143/stat : 11143 (python) S 11117 11117 11084 0 -1 4202560 938 0 0 0 0 1 0 0 18 0 1 0 538331446 407220224 27661 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11143/statm: 99419 27661 370 364 0 35328 0
[pid=11145] ppid=11143 vsize=14872 CPUtime=16.08 cores=0,2,4,6
/proc/11145/stat : 11145 (lingeling) R 11143 11145 11145 0 -1 4202496 10929 0 0 0 1606 2 0 0 25 0 1 0 538331446 15228928 2888 33554432000 4194304 4352236 140734341683520 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11145/statm: 3718 2888 129 39 0 2798 0
[pid=11117/tid=11135] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11135/stat : 11135 (python) S 11115 11117 11084 0 -1 4202560 26 922 0 9 0 0 0 0 25 0 5 0 538331438 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11138] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11138/stat : 11138 (python) S 11115 11117 11084 0 -1 4202560 21 922 0 9 0 0 0 0 20 0 5 0 538331441 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11141] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11141/stat : 11141 (python) S 11115 11117 11084 0 -1 4202560 22 922 0 9 0 0 0 0 22 0 5 0 538331443 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 4 0 0 0
[pid=11117/tid=11144] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11144/stat : 11144 (python) S 11115 11117 11084 0 -1 4202560 24 922 0 9 0 0 0 0 24 0 5 0 538331446 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.81
Current children cumulated vsize (KiB) 2286892

[startup+67.9008 s]
/proc/loadavg: 1.87 0.49 0.16 6/190 11145
/proc/meminfo: memFree=29888520/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=407920 CPUtime=30.43 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 46422 922 117 9 3015 28 0 0 23 0 5 0 538326345 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 284
/proc/11117/statm: 101980 29176 1881 364 0 37889 0
[pid=11134] ppid=11117 vsize=366908 CPUtime=0.02 cores=0,2,4,6
/proc/11134/stat : 11134 (python) S 11117 11117 11084 0 -1 4202560 995 0 0 0 1 1 0 0 18 0 1 0 538331438 375713792 27660 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734095 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11134/statm: 91727 27660 381 364 0 27645 0
[pid=11136] ppid=11134 vsize=32208 CPUtime=16.89 cores=0,2,4,6
/proc/11136/stat : 11136 (SApperloT-base) R 11134 11136 11136 0 -1 4202496 7617 0 0 0 1688 1 0 0 25 0 1 0 538331438 32980992 7222 33554432000 134512640 135674940 4287699456 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11136/statm: 8052 7222 99 284 0 7766 0
[pid=11137] ppid=11117 vsize=377164 CPUtime=0.01 cores=0,2,4,6
/proc/11137/stat : 11137 (python) S 11117 11117 11084 0 -1 4202560 913 0 0 0 1 0 0 0 18 0 1 0 538331440 386215936 27653 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11137/statm: 94291 27653 370 364 0 30206 0
[pid=11139] ppid=11137 vsize=16544 CPUtime=16.84 cores=0,2,4,6
/proc/11139/stat : 11139 (lingeling) R 11137 11139 11139 0 -1 4202496 11714 0 0 0 1682 2 0 0 25 0 1 0 538331441 16941056 3179 33554432000 4194304 4352236 140735622685680 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11139/statm: 4136 3179 129 39 0 3216 0
[pid=11140] ppid=11117 vsize=387420 CPUtime=0.02 cores=0,2,4,6
/proc/11140/stat : 11140 (python) S 11117 11117 11084 0 -1 4202560 925 0 0 0 1 1 0 0 15 0 1 0 538331443 396718080 27657 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 6317868584286519555 0 0 17 4 0 0 0
/proc/11140/statm: 96855 27657 370 364 0 32767 0
[pid=11142] ppid=11140 vsize=288792 CPUtime=16.88 cores=0,2,4,6
/proc/11142/stat : 11142 (cryptominisat-2) R 11140 11142 11142 0 -1 4202496 63658 0 0 0 1679 9 0 0 25 0 1 0 538331444 295723008 59010 33554432000 4194304 4677096 140735248485152 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11142/statm: 72198 59010 392 118 0 67157 0
[pid=11143] ppid=11117 vsize=397676 CPUtime=0.01 cores=0,2,4,6
/proc/11143/stat : 11143 (python) S 11117 11117 11084 0 -1 4202560 938 0 0 0 0 1 0 0 18 0 1 0 538331446 407220224 27661 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11143/statm: 99419 27661 370 364 0 35328 0
[pid=11145] ppid=11143 vsize=14872 CPUtime=16.88 cores=0,2,4,6
/proc/11145/stat : 11145 (lingeling) R 11143 11145 11145 0 -1 4202496 10929 0 0 0 1686 2 0 0 25 0 1 0 538331446 15228928 2888 33554432000 4194304 4352236 140734341683520 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11145/statm: 3718 2888 129 39 0 2798 0
[pid=11117/tid=11135] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11135/stat : 11135 (python) S 11115 11117 11084 0 -1 4202560 26 922 0 9 0 0 0 0 25 0 5 0 538331438 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11138] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11138/stat : 11138 (python) S 11115 11117 11084 0 -1 4202560 21 922 0 9 0 0 0 0 20 0 5 0 538331441 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11141] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11141/stat : 11141 (python) S 11115 11117 11084 0 -1 4202560 22 922 0 9 0 0 0 0 22 0 5 0 538331443 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 4 0 0 0
[pid=11117/tid=11144] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11144/stat : 11144 (python) S 11115 11117 11084 0 -1 4202560 24 922 0 9 0 0 0 0 24 0 5 0 538331446 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.98
Current children cumulated vsize (KiB) 2289504

[startup+68.1008 s]
/proc/loadavg: 2.12 0.57 0.19 6/190 11145
/proc/meminfo: memFree=29885172/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=407920 CPUtime=30.43 cores=0,2,4,6
/proc/11117/stat : 11117 (python) S 11115 11117 11084 0 -1 4202496 46422 922 117 9 3015 28 0 0 23 0 5 0 538326345 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 284
/proc/11117/statm: 101980 29176 1881 364 0 37889 0
[pid=11134] ppid=11117 vsize=366908 CPUtime=0.02 cores=0,2,4,6
/proc/11134/stat : 11134 (python) S 11117 11117 11084 0 -1 4202560 995 0 0 0 1 1 0 0 18 0 1 0 538331438 375713792 27660 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734095 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11134/statm: 91727 27660 381 364 0 27645 0
[pid=11136] ppid=11134 vsize=32208 CPUtime=17.1 cores=0,2,4,6
/proc/11136/stat : 11136 (SApperloT-base) R 11134 11136 11136 0 -1 4202496 7645 0 0 0 1709 1 0 0 25 0 1 0 538331438 32980992 7250 33554432000 134512640 135674940 4287699456 18446744073709551615 134564678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11136/statm: 8052 7250 99 284 0 7766 0
[pid=11137] ppid=11117 vsize=377164 CPUtime=0.01 cores=0,2,4,6
/proc/11137/stat : 11137 (python) S 11117 11117 11084 0 -1 4202560 913 0 0 0 1 0 0 0 18 0 1 0 538331440 386215936 27653 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11137/statm: 94291 27653 370 364 0 30206 0
[pid=11139] ppid=11137 vsize=16544 CPUtime=17.04 cores=0,2,4,6
/proc/11139/stat : 11139 (lingeling) R 11137 11139 11139 0 -1 4202496 11714 0 0 0 1702 2 0 0 25 0 1 0 538331441 16941056 3179 33554432000 4194304 4352236 140735622685680 18446744073709551615 4328363 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11139/statm: 4136 3179 129 39 0 3216 0
[pid=11140] ppid=11117 vsize=387420 CPUtime=0.02 cores=0,2,4,6
/proc/11140/stat : 11140 (python) S 11117 11117 11084 0 -1 4202560 925 0 0 0 1 1 0 0 15 0 1 0 538331443 396718080 27657 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 6317868584286519555 0 0 17 4 0 0 0
/proc/11140/statm: 96855 27657 370 364 0 32767 0
[pid=11142] ppid=11140 vsize=288792 CPUtime=17.08 cores=0,2,4,6
/proc/11142/stat : 11142 (cryptominisat-2) R 11140 11142 11142 0 -1 4202496 63690 0 0 0 1699 9 0 0 25 0 1 0 538331444 295723008 59042 33554432000 4194304 4677096 140735248485152 18446744073709551615 4320248 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11142/statm: 72198 59042 392 118 0 67157 0
[pid=11143] ppid=11117 vsize=397676 CPUtime=0.01 cores=0,2,4,6
/proc/11143/stat : 11143 (python) S 11117 11117 11084 0 -1 4202560 938 0 0 0 0 1 0 0 18 0 1 0 538331446 407220224 27661 33554432000 4194304 5683644 140737360100384 18446744073709551615 228122734150 0 0 16781312 514 2473936346868056324 0 0 17 0 0 0 0
/proc/11143/statm: 99419 27661 370 364 0 35328 0
[pid=11145] ppid=11143 vsize=14872 CPUtime=17.08 cores=0,2,4,6
/proc/11145/stat : 11145 (lingeling) R 11143 11145 11145 0 -1 4202496 10929 0 0 0 1706 2 0 0 25 0 1 0 538331446 15228928 2888 33554432000 4194304 4352236 140734341683520 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11145/statm: 3718 2888 129 39 0 2798 0
[pid=11117/tid=11135] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11135/stat : 11135 (python) S 11115 11117 11084 0 -1 4202560 26 922 0 9 0 0 0 0 25 0 5 0 538331438 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11138] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11138/stat : 11138 (python) S 11115 11117 11084 0 -1 4202560 21 922 0 9 0 0 0 0 20 0 5 0 538331441 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
[pid=11117/tid=11141] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11141/stat : 11141 (python) S 11115 11117 11084 0 -1 4202560 22 922 0 9 0 0 0 0 22 0 5 0 538331443 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 4 0 0 0
[pid=11117/tid=11144] ppid=11115 vsize=407920 CPUtime=0 cores=0,2,4,6
/proc/11117/task/11144/stat : 11144 (python) S 11115 11117 11084 0 -1 4202560 24 922 0 9 0 0 0 0 24 0 5 0 538331446 417710080 29176 33554432000 4194304 5683644 140737360100384 18446744073709551615 228134537649 0 0 16781312 2 18446604453639465152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.79
Current children cumulated vsize (KiB) 2289504

[startup+68.2068 s]
/proc/loadavg: 2.12 0.57 0.19 6/190 11145
/proc/meminfo: memFree=29885172/32951124 swapFree=67111444/67111528
[pid=11117] ppid=11115 vsize=377912 CPUtime=99.14 cores=0,2,4,6
/proc/11117/stat : 11117 (python) R 11115 11117 11084 0 -1 4202496 60041 99058 117 9 3017 29 6845 23 17 0 1 0 538326345 386981888 24271 33554432000 4194304 5683644 140737360100384 18446744073709551615 4509251 0 0 16781312 0 0 0 0 17 6 0 0 284
/proc/11117/statm: 94478 24271 1874 364 0 30402 0
Current children cumulated CPU time (s) 99.14
Current children cumulated vsize (KiB) 377912

Child status: 0
Real time (s): 68.2138
CPU time (s): 99.1699
CPU user time (s): 98.633
CPU system time (s): 0.536918
CPU usage (%): 145.381
Max. virtual memory (cumulated for all children) (KiB): 2289504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.633
system time used= 0.536918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159296
page faults= 126
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19841
involuntary context switches= 541

runsolver used 0.124981 second user time and 0.240963 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-01 18:28:02
IDJOB=3317802
IDBENCH=20346
IDSOLVER=1706
FILE ID=node138/3317802-1304267281
RUNJOBID= node138-1304267281-11102
PBS_JOBID= 13173941
Free space on /tmp= 72456 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317802-1304267281/watcher-3317802-1304267281 -o /tmp/evaluation-result-3317802-1304267281/solver-3317802-1304267281 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317802-1304267281.cnf -seed 2030877504 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=2030877504

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30631860 kB
Buffers:        695592 kB
Cached:        1161076 kB
SwapCached:         84 kB
Active:         335660 kB
Inactive:      1584656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30631860 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:           97104 kB
Writeback:           0 kB
AnonPages:       63452 kB
Mapped:          14600 kB
Slab:           334848 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186552 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72372 MiB
End job on node138 at 2011-05-01 18:29:12