Trace number 3381318

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-par-industrial (fixed)UNSAT 4383.11 550.225

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark738.98
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3381318-1305512543.cnf
0.35/0.67	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.68	c INFO: computed clause balance statistics
0.42/0.70	c INFO: computed variable balance statistics
0.42/0.71	c INFO: computed small-clause counts
0.42/0.71	c INFO: computed Horn-clause counts
0.42/0.72	c INFO: computed variable graph statistics
0.42/0.72	c INFO: collected features for HOME/instance-3381318-1305512543.cnf in 0.04 s
0.42/0.74	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.27)
0.42/0.76	c INFO: running cryptominisat-2.9.0@0 for 485 with 4999 remaining (b = 0.35)
0.42/0.79	c INFO: running lingeling-276@0 for 1261 with 4999 remaining (b = 0.54)
0.52/0.81	c INFO: running cryptominisat-2.9.0@0 for 485 with 4999 remaining (b = 0.27)
0.52/0.84	c INFO: running lingeling-276@0 for 873 with 4999 remaining (b = 0.39)
0.52/0.86	c INFO: running precosat-570@0 for 388 with 4999 remaining (b = 0.21)
0.52/0.89	c INFO: running lingeling-276@0 for 1261 with 4999 remaining (b = 0.38)
0.61/0.91	c INFO: running SApperloT@0 for 97 with 4999 remaining (b = 0.03)
800.21/101.09	c INFO: running lingeling-276@0 for 970 with 4899 remaining (b = 0.27)
801.90/101.26	c INFO: running cryptominisat-2.9.0@0 for 1455 with 4899 remaining (b = 0.42)
3153.94/396.12	c INFO: running precosat-570@0 for 679 with 4604 remaining (b = 0.27)
3892.50/488.78	c INFO: running precosat-570@0 for 776 with 4511 remaining (b = 0.28)
3906.05/490.46	c INFO: running SApperloT@0 for 97 with 4510 remaining (b = 0.03)
4383.03/550.20	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: 961)

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-3381318-1305512543/watcher-3381318-1305512543 -o /tmp/evaluation-result-3381318-1305512543/solver-3381318-1305512543 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381318-1305512543.cnf -seed 1707757854 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.93 7.97 7.98 2/429 1316
/proc/meminfo: memFree=23514532/32950928 swapFree=38710900/67111528
[pid=1316] ppid=1314 vsize=15080 CPUtime=0 cores=0-7
/proc/1316/stat : 1316 (python) R 1314 1316 1254 0 -1 4202496 605 0 0 0 0 0 0 0 18 0 1 0 741485025 15441920 503 33554432000 4194304 5683644 140737339549104 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1316/statm: 3770 507 297 364 0 257 0

[startup+0.0836399 s]
/proc/loadavg: 7.93 7.97 7.98 2/429 1316
/proc/meminfo: memFree=23514532/32950928 swapFree=38710900/67111528
[pid=1316] ppid=1314 vsize=50012 CPUtime=0.05 cores=0-7
/proc/1316/stat : 1316 (python) S 1314 1316 1254 0 -1 4202496 1974 0 0 0 4 1 0 0 17 0 1 0 741485025 51212288 1737 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/1316/statm: 12504 1739 480 364 0 1204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50012

[startup+0.100645 s]
/proc/loadavg: 7.93 7.97 7.98 2/429 1316
/proc/meminfo: memFree=23514532/32950928 swapFree=38710900/67111528
[pid=1316] ppid=1314 vsize=85620 CPUtime=0.06 cores=0-7
/proc/1316/stat : 1316 (python) S 1314 1316 1254 0 -1 4202496 2629 0 0 0 5 1 0 0 17 0 1 0 741485025 87674880 2348 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/1316/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300608 s]
/proc/loadavg: 7.93 7.97 7.98 2/429 1316
/proc/meminfo: memFree=23514532/32950928 swapFree=38710900/67111528
[pid=1316] ppid=1314 vsize=135748 CPUtime=0.19 cores=0-7
/proc/1316/stat : 1316 (python) R 1314 1316 1254 0 -1 4202496 5961 936 1 0 14 5 0 0 17 0 1 0 741485025 139005952 4150 33554432000 4194304 5683644 140737339549104 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1316/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700528 s]
/proc/loadavg: 7.93 7.97 7.98 2/429 1316
/proc/meminfo: memFree=23514532/32950928 swapFree=38710900/67111528
[pid=1316] ppid=1314 vsize=278120 CPUtime=0.42 cores=0-7
/proc/1316/stat : 1316 (python) R 1314 1316 1254 0 -1 4202496 9260 936 1 0 31 11 0 0 16 0 1 0 741485025 284794880 6930 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367202010 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1316/statm: 69530 6930 1826 364 0 5454 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278120

[startup+1.5013 s]
/proc/loadavg: 7.93 7.97 7.98 9/454 1345
/proc/meminfo: memFree=23449536/32950928 swapFree=38710900/67111528
[pid=1316] ppid=1314 vsize=426408 CPUtime=0.62 cores=0-7
/proc/1316/stat : 1316 (python) S 1314 1316 1254 0 -1 4202496 14881 936 1 0 50 12 0 0 25 0 9 0 741485025 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1316/statm: 106602 7295 1889 364 0 42499 0
[pid=1322] ppid=1316 vsize=278296 CPUtime=0 cores=0-7
/proc/1322/stat : 1322 (python) S 1316 1316 1254 0 -1 4202560 787 0 0 0 0 0 0 0 18 0 1 0 741485100 284975104 5507 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566863 0 0 16781312 514 9451336260837703679 0 0 17 1 0 0 0
/proc/1322/statm: 69574 5507 352 364 0 5492 0
[pid=1324] ppid=1322 vsize=6988 CPUtime=0.74 cores=0-7
/proc/1324/stat : 1324 (lingeling) R 1322 1324 1324 0 -1 4202496 1571 0 0 0 74 0 0 0 21 0 1 0 741485100 7155712 942 33554432000 4194304 4352236 140735047648064 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1324/statm: 1747 942 129 39 0 827 0
[pid=1325] ppid=1316 vsize=288956 CPUtime=0 cores=0-7
/proc/1325/stat : 1325 (python) S 1316 1316 1254 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 741485102 295890944 5591 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 11961226363056128257 0 0 17 3 0 0 0
/proc/1325/statm: 72239 5591 348 364 0 8154 0
[pid=1327] ppid=1325 vsize=31716 CPUtime=0.72 cores=0-7
/proc/1327/stat : 1327 (cryptominisat-2) R 1325 1327 1327 0 -1 4202496 2104 0 0 0 72 0 0 0 21 0 1 0 741485102 32477184 1124 33554432000 4194304 4677096 140733280655536 18446744073709551615 4320016 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1327/statm: 7929 1124 383 118 0 2888 0
[pid=1328] ppid=1316 vsize=364432 CPUtime=0 cores=0-7
/proc/1328/stat : 1328 (python) S 1316 1316 1254 0 -1 4202560 724 0 0 0 0 0 0 0 20 0 1 0 741485104 373178368 5535 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 9451332412547006463 0 0 17 1 0 0 0
/proc/1328/statm: 91108 5535 344 364 0 27020 0
[pid=1330] ppid=1328 vsize=6612 CPUtime=0.7 cores=0-7
/proc/1330/stat : 1330 (lingeling) R 1328 1330 1330 0 -1 4202496 1379 0 0 0 70 0 0 0 24 0 1 0 741485104 6770688 849 33554432000 4194304 4352236 140736449973728 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1330/statm: 1653 849 129 39 0 733 0
[pid=1331] ppid=1316 vsize=375140 CPUtime=0 cores=0-7
/proc/1331/stat : 1331 (python) S 1316 1316 1254 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 741485107 384143360 5624 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 9952013998830354689 0 0 17 1 0 0 0
/proc/1331/statm: 93785 5624 348 364 0 29694 0
[pid=1333] ppid=1331 vsize=31556 CPUtime=0.68 cores=0-7
/proc/1333/stat : 1333 (cryptominisat-2) R 1331 1333 1333 0 -1 4202496 1821 0 0 0 68 0 0 0 24 0 1 0 741485107 32313344 1113 33554432000 4194304 4677096 140733550103584 18446744073709551615 4355520 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1333/statm: 7889 1113 383 118 0 2848 0
[pid=1334] ppid=1316 vsize=385396 CPUtime=0 cores=0-7
/proc/1334/stat : 1334 (python) S 1316 1316 1254 0 -1 4202560 708 0 0 0 0 0 0 0 20 0 1 0 741485109 394645504 5739 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 5982509291477663743 0 0 17 1 0 0 0
/proc/1334/statm: 96349 5739 344 364 0 32255 0
[pid=1336] ppid=1334 vsize=6740 CPUtime=0.63 cores=0-7
/proc/1336/stat : 1336 (lingeling) R 1334 1336 1336 0 -1 4202496 1400 0 0 0 63 0 0 0 24 0 1 0 741485110 6901760 880 33554432000 4194304 4352236 140734906658912 18446744073709551615 4278833 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1336/statm: 1685 880 129 39 0 765 0
[pid=1337] ppid=1316 vsize=395652 CPUtime=0 cores=0-7
/proc/1337/stat : 1337 (python) S 1316 1316 1254 0 -1 4202560 722 0 0 0 0 0 0 0 21 0 1 0 741485112 405147648 5733 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 15858153682248925183 0 0 17 4 0 0 0
/proc/1337/statm: 98913 5733 344 364 0 34816 0
[pid=1339] ppid=1337 vsize=4872 CPUtime=0.63 cores=0-7
/proc/1339/stat : 1339 (precosat) R 1337 1339 1339 0 -1 4202496 1324 0 0 0 63 0 0 0 25 0 1 0 741485112 4988928 1066 33554432000 4194304 4890832 140736494382080 18446744073709551615 4477403 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/1339/statm: 1218 1066 86 171 0 1045 0
[pid=1340] ppid=1316 vsize=405908 CPUtime=0 cores=0-7
/proc/1340/stat : 1340 (python) S 1316 1316 1254 0 -1 4202560 726 0 0 0 0 0 0 0 24 0 1 0 741485114 415649792 5730 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 4143919416528076799 0 0 17 0 0 0 0
/proc/1340/statm: 101477 5730 344 364 0 37377 0
[pid=1342] ppid=1340 vsize=6612 CPUtime=0.56 cores=0-7
/proc/1342/stat : 1342 (lingeling) R 1340 1342 1342 0 -1 4202496 1378 0 0 0 56 0 0 0 25 0 1 0 741485115 6770688 849 33554432000 4194304 4352236 140735488923568 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1342/statm: 1653 849 129 39 0 733 0
[pid=1343] ppid=1316 vsize=416164 CPUtime=0 cores=0-7
/proc/1343/stat : 1343 (python) S 1316 1316 1254 0 -1 4202560 764 0 0 0 0 0 0 0 25 0 1 0 741485117 426151936 5752 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 2912004598535290879 0 0 17 4 0 0 0
/proc/1343/statm: 104041 5752 350 364 0 39938 0
[pid=1345] ppid=1343 vsize=2060 CPUtime=0.57 cores=0-7
/proc/1345/stat : 1345 (SApperloT-base) R 1343 1345 1345 0 -1 4202496 553 0 0 0 57 0 0 0 25 0 1 0 741485117 2109440 286 33554432000 134512640 135674940 4292056288 18446744073709551615 134564840 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1345/statm: 515 286 99 284 0 229 0
[pid=1316/tid=1323] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1323/stat : 1323 (python) S 1314 1316 1254 0 -1 4202560 24 936 0 0 0 0 0 0 17 0 9 0 741485100 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1326] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1326/stat : 1326 (python) S 1314 1316 1254 0 -1 4202560 19 936 0 0 0 0 0 0 18 0 9 0 741485102 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 3 0 0 0
[pid=1316/tid=1329] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1329/stat : 1329 (python) S 1314 1316 1254 0 -1 4202560 22 936 0 0 0 0 0 0 19 0 9 0 741485104 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 6 0 0 0
[pid=1316/tid=1332] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1332/stat : 1332 (python) S 1314 1316 1254 0 -1 4202560 21 936 0 0 0 0 0 0 18 0 9 0 741485107 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 5 0 0 0
[pid=1316/tid=1335] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1335/stat : 1335 (python) S 1314 1316 1254 0 -1 4202560 77 936 0 0 0 0 0 0 20 0 9 0 741485109 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1338] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1338/stat : 1338 (python) S 1314 1316 1254 0 -1 4202560 32 936 0 0 0 0 0 0 22 0 9 0 741485112 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
[pid=1316/tid=1341] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1341/stat : 1341 (python) S 1314 1316 1254 0 -1 4202560 34 936 0 0 0 0 0 0 24 0 9 0 741485114 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1344] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1344/stat : 1344 (python) S 1314 1316 1254 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 741485117 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 3433508

[startup+3.101 s]
/proc/loadavg: 7.93 7.97 7.98 9/454 1345
/proc/meminfo: memFree=23423620/32950928 swapFree=38710900/67111528
[pid=1316] ppid=1314 vsize=426408 CPUtime=0.62 cores=0-7
/proc/1316/stat : 1316 (python) S 1314 1316 1254 0 -1 4202496 14881 936 1 0 50 12 0 0 25 0 9 0 741485025 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1316/statm: 106602 7295 1889 364 0 42499 0
[pid=1322] ppid=1316 vsize=278296 CPUtime=0 cores=0-7
/proc/1322/stat : 1322 (python) S 1316 1316 1254 0 -1 4202560 813 0 0 0 0 0 0 0 18 0 1 0 741485100 284975104 5514 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566863 0 0 16781312 514 9451336260837671172 0 0 17 1 0 0 0
/proc/1322/statm: 69574 5514 359 364 0 5492 0
[pid=1324] ppid=1322 vsize=9888 CPUtime=2.34 cores=0-7
/proc/1324/stat : 1324 (lingeling) R 1322 1324 1324 0 -1 4202496 2819 0 0 0 234 0 0 0 25 0 1 0 741485100 10125312 1667 33554432000 4194304 4352236 140735047648064 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1324/statm: 2472 1667 129 39 0 1552 0
[pid=1325] ppid=1316 vsize=288956 CPUtime=0 cores=0-7
/proc/1325/stat : 1325 (python) S 1316 1316 1254 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 741485102 295890944 5591 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 11961226363056128257 0 0 17 3 0 0 0
/proc/1325/statm: 72239 5591 348 364 0 8154 0
[pid=1327] ppid=1325 vsize=59888 CPUtime=2.32 cores=0-7
/proc/1327/stat : 1327 (cryptominisat-2) R 1325 1327 1327 0 -1 4202496 4776 0 0 0 231 1 0 0 25 0 1 0 741485102 61325312 2928 33554432000 4194304 4677096 140733280655536 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1327/statm: 14972 2928 386 118 0 9931 0
[pid=1328] ppid=1316 vsize=364432 CPUtime=0 cores=0-7
/proc/1328/stat : 1328 (python) S 1316 1316 1254 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 741485104 373178368 5539 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 9451332412546973954 0 0 17 1 0 0 0
/proc/1328/statm: 91108 5539 348 364 0 27020 0
[pid=1330] ppid=1328 vsize=8908 CPUtime=2.3 cores=0-7
/proc/1330/stat : 1330 (lingeling) R 1328 1330 1330 0 -1 4202496 2724 0 0 0 230 0 0 0 25 0 1 0 741485104 9121792 1423 33554432000 4194304 4352236 140736449973728 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1330/statm: 2227 1423 129 39 0 1307 0
[pid=1331] ppid=1316 vsize=375140 CPUtime=0 cores=0-7
/proc/1331/stat : 1331 (python) S 1316 1316 1254 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 741485107 384143360 5624 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 9952013998830354689 0 0 17 1 0 0 0
/proc/1331/statm: 93785 5624 348 364 0 29694 0
[pid=1333] ppid=1331 vsize=58076 CPUtime=2.27 cores=0-7
/proc/1333/stat : 1333 (cryptominisat-2) R 1331 1333 1333 0 -1 4202496 3750 0 0 0 227 0 0 0 25 0 1 0 741485107 59469824 2296 33554432000 4194304 4677096 140733550103584 18446744073709551615 4320150 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1333/statm: 14519 2296 386 118 0 9478 0
[pid=1334] ppid=1316 vsize=385396 CPUtime=0 cores=0-7
/proc/1334/stat : 1334 (python) S 1316 1316 1254 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 741485109 394645504 5743 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 5982509291477631235 0 0 17 1 0 0 0
/proc/1334/statm: 96349 5743 348 364 0 32255 0
[pid=1336] ppid=1334 vsize=9164 CPUtime=2.21 cores=0-7
/proc/1336/stat : 1336 (lingeling) R 1334 1336 1336 0 -1 4202496 2681 0 0 0 221 0 0 0 25 0 1 0 741485110 9383936 1486 33554432000 4194304 4352236 140734906658912 18446744073709551615 4328085 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/1336/statm: 2291 1486 129 39 0 1371 0
[pid=1337] ppid=1316 vsize=395652 CPUtime=0 cores=0-7
/proc/1337/stat : 1337 (python) S 1316 1316 1254 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 741485112 405147648 5737 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 15858153682248892675 0 0 17 4 0 0 0
/proc/1337/statm: 98913 5737 348 364 0 34816 0
[pid=1339] ppid=1337 vsize=7840 CPUtime=2.22 cores=0-7
/proc/1339/stat : 1339 (precosat) R 1337 1339 1339 0 -1 4202496 2095 0 0 0 222 0 0 0 25 0 1 0 741485112 8028160 1819 33554432000 4194304 4890832 140736494382080 18446744073709551615 4238669 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/1339/statm: 1960 1819 86 171 0 1787 0
[pid=1340] ppid=1316 vsize=405908 CPUtime=0 cores=0-7
/proc/1340/stat : 1340 (python) S 1316 1316 1254 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 741485114 415649792 5734 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 4143919416528044289 0 0 17 0 0 0 0
/proc/1340/statm: 101477 5734 348 364 0 37377 0
[pid=1342] ppid=1340 vsize=8564 CPUtime=2.16 cores=0-7
/proc/1342/stat : 1342 (lingeling) R 1340 1342 1342 0 -1 4202496 2723 0 0 0 216 0 0 0 25 0 1 0 741485115 8769536 1337 33554432000 4194304 4352236 140735488923568 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1342/statm: 2141 1337 129 39 0 1221 0
[pid=1343] ppid=1316 vsize=416164 CPUtime=0 cores=0-7
/proc/1343/stat : 1343 (python) S 1316 1316 1254 0 -1 4202560 780 0 0 0 0 0 0 0 18 0 1 0 741485117 426151936 5756 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 2912004598535258369 0 0 17 4 0 0 0
/proc/1343/statm: 104041 5756 354 364 0 39938 0
[pid=1345] ppid=1343 vsize=2460 CPUtime=2.17 cores=0-7
/proc/1345/stat : 1345 (SApperloT-base) R 1343 1345 1345 0 -1 4202496 671 0 0 0 217 0 0 0 25 0 1 0 741485117 2519040 404 33554432000 134512640 135674940 4292056288 18446744073709551615 134556436 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1345/statm: 615 404 99 284 0 329 0
[pid=1316/tid=1323] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1323/stat : 1323 (python) S 1314 1316 1254 0 -1 4202560 24 936 0 0 0 0 0 0 17 0 9 0 741485100 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1326] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1326/stat : 1326 (python) S 1314 1316 1254 0 -1 4202560 19 936 0 0 0 0 0 0 18 0 9 0 741485102 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 3 0 0 0
[pid=1316/tid=1329] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1329/stat : 1329 (python) S 1314 1316 1254 0 -1 4202560 22 936 0 0 0 0 0 0 19 0 9 0 741485104 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 6 0 0 0
[pid=1316/tid=1332] ppid=1314 vsize=426408 CPUtime=0 cores=0-7
/proc/1316/task/1332/stat : 1332 (python) S 1314 1316 1254 0 -1 4202560 21 936 0 0 0 0 0 0 18 0 9 0 741485107 436641792 7295 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 5 0 0 0
[pid=1316/tid=1335] ppid=1314 vsize=426408 CPUtime=0 cores=0-7

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

/proc/1372/stat : 1372 (SApperloT-base) R 1370 1372 1372 0 -1 4202496 936 0 0 0 5843 0 0 0 25 0 1 0 741534072 3760128 666 33554432000 134512640 135674940 4290561744 18446744073709551615 134551104 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1372/statm: 918 666 99 284 0 632 0
[pid=1316/tid=1323] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1323/stat : 1323 (python) S 1314 1316 1254 0 -1 4202560 29 936 0 0 0 0 0 0 15 0 12 0 741485100 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1326] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1326/stat : 1326 (python) S 1314 1316 1254 0 -1 4202560 19 936 0 0 0 0 0 0 18 0 12 0 741485102 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 3 0 0 0
[pid=1316/tid=1329] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1329/stat : 1329 (python) S 1314 1316 1254 0 -1 4202560 22 936 0 0 0 0 0 0 19 0 12 0 741485104 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 6 0 0 0
[pid=1316/tid=1332] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1332/stat : 1332 (python) S 1314 1316 1254 0 -1 4202560 21 936 0 0 0 0 0 0 18 0 12 0 741485107 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 5 0 0 0
[pid=1316/tid=1335] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1335/stat : 1335 (python) S 1314 1316 1254 0 -1 4202560 77 936 0 0 0 0 0 0 20 0 12 0 741485109 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1338] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1338/stat : 1338 (python) S 1314 1316 1254 0 -1 4202560 39 936 0 0 0 0 0 0 18 0 12 0 741485112 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
[pid=1316/tid=1341] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1341/stat : 1341 (python) S 1314 1316 1254 0 -1 4202560 34 936 0 0 0 0 0 0 24 0 12 0 741485114 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1344] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1344/stat : 1344 (python) S 1314 1316 1254 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 12 0 741485117 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
[pid=1316/tid=1351] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1351/stat : 1351 (python) S 1314 1316 1254 0 -1 4202560 43 936 0 0 0 0 0 0 20 0 12 0 741495152 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 1 0 0 0
[pid=1316/tid=1366] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1366/stat : 1366 (python) S 1314 1316 1254 0 -1 4202560 40 936 0 0 0 0 0 0 20 0 12 0 741533904 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
[pid=1316/tid=1371] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1371/stat : 1371 (python) S 1314 1316 1254 0 -1 4202560 34 936 0 0 0 0 0 0 20 0 12 0 741534072 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4380.54
Current children cumulated vsize (KiB) 5246924

[startup+550.102 s]
/proc/loadavg: 8.25 8.11 8.03 9/468 1373
/proc/meminfo: memFree=23022728/32950928 swapFree=38710900/67111528
[pid=1316] ppid=1314 vsize=457176 CPUtime=0.76 cores=0-7
/proc/1316/stat : 1316 (python) S 1314 1316 1254 0 -1 4202496 17252 936 1 0 63 13 0 0 19 0 12 0 741485025 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1316/statm: 114294 7349 1896 364 0 50182 0
[pid=1322] ppid=1316 vsize=288540 CPUtime=1.75 cores=0-7
/proc/1322/stat : 1322 (python) S 1316 1316 1254 0 -1 4202560 1209 0 0 0 83 92 0 0 18 0 2 0 741485100 295464960 5576 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1322/statm: 72135 5576 416 364 0 8053 0
[pid=1324] ppid=1322 vsize=36876 CPUtime=547.8 cores=0-7
/proc/1324/stat : 1324 (lingeling) R 1322 1324 1324 0 -1 4202496 124806 0 0 0 54765 15 0 0 25 0 1 0 741485100 37761024 8414 33554432000 4194304 4352236 140735047648064 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1324/statm: 9219 8414 129 39 0 8299 0
[pid=1322/tid=1348] ppid=1316 vsize=288540 CPUtime=0 cores=0-7
/proc/1322/task/1348/stat : 1348 (python) S 1316 1316 1254 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 741495132 295464960 5576 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 514 18446604442228352064 0 0 -1 2 0 0 0
[pid=1325] ppid=1316 vsize=288956 CPUtime=1.66 cores=0-7
/proc/1325/stat : 1325 (python) S 1316 1316 1254 0 -1 4202560 1128 0 0 0 84 82 0 0 16 0 2 0 741485102 295890944 5644 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1325/statm: 72239 5644 400 364 0 8154 0
[pid=1327] ppid=1325 vsize=81276 CPUtime=486.33 cores=0-7
/proc/1327/stat : 1327 (cryptominisat-2) T 1325 1327 1327 0 -1 4202496 169361 0 0 0 48587 46 0 0 25 0 1 0 741485102 83226624 12081 33554432000 4194304 4677096 140733280655536 18446744073709551615 4320155 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/1327/statm: 20319 12081 386 118 0 15278 0
[pid=1325/tid=1364] ppid=1316 vsize=288956 CPUtime=0 cores=0-7
/proc/1325/task/1364/stat : 1364 (python) S 1316 1316 1254 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 741533901 295890944 5644 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 514 18446604445785829504 0 0 -1 0 0 0 0
[pid=1328] ppid=1316 vsize=364432 CPUtime=1.81 cores=0-7
/proc/1328/stat : 1328 (python) S 1316 1316 1254 0 -1 4202560 994 0 0 0 96 85 0 0 18 0 1 0 741485104 373178368 5562 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 14031017415630881026 0 0 17 1 0 0 0
/proc/1328/statm: 91108 5562 371 364 0 27020 0
[pid=1330] ppid=1328 vsize=44120 CPUtime=549.19 cores=0-7
/proc/1330/stat : 1330 (lingeling) R 1328 1330 1330 0 -1 4202496 126827 0 0 0 54905 14 0 0 25 0 1 0 741485104 45178880 10226 33554432000 4194304 4352236 140736449973728 18446744073709551615 4328366 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/1330/statm: 11030 10226 129 39 0 10110 0
[pid=1331] ppid=1316 vsize=375140 CPUtime=1.68 cores=0-7
/proc/1331/stat : 1331 (python) S 1316 1316 1254 0 -1 4202560 1146 0 0 0 83 85 0 0 16 0 2 0 741485107 384143360 5677 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1331/statm: 93785 5677 400 364 0 29694 0
[pid=1333] ppid=1331 vsize=111740 CPUtime=489.61 cores=0-7
/proc/1333/stat : 1333 (cryptominisat-2) T 1331 1333 1333 0 -1 4202496 142408 0 0 0 48921 40 0 0 25 0 1 0 741485107 114421760 18841 33554432000 4194304 4677096 140733550103584 18446744073709551615 4320115 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/1333/statm: 27935 18841 386 118 0 22894 0
[pid=1331/tid=1369] ppid=1316 vsize=375140 CPUtime=0 cores=0-7
/proc/1331/task/1369/stat : 1369 (python) S 1316 1316 1254 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 741534069 384143360 5677 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 514 18446604442570314688 0 0 -1 1 0 0 0
[pid=1334] ppid=1316 vsize=385396 CPUtime=1.81 cores=0-7
/proc/1334/stat : 1334 (python) S 1316 1316 1254 0 -1 4202560 807 0 0 0 93 88 0 0 18 0 1 0 741485109 394645504 5766 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 14031017415630881027 0 0 17 1 0 0 0
/proc/1334/statm: 96349 5766 371 364 0 32255 0
[pid=1336] ppid=1334 vsize=42600 CPUtime=539.73 cores=0-7
/proc/1336/stat : 1336 (lingeling) R 1334 1336 1336 0 -1 4202496 116828 0 0 0 53960 13 0 0 25 0 1 0 741485110 43622400 9845 33554432000 4194304 4352236 140734906658912 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1336/statm: 10650 9845 129 39 0 9730 0
[pid=1337] ppid=1316 vsize=395652 CPUtime=1.79 cores=0-7
/proc/1337/stat : 1337 (python) S 1316 1316 1254 0 -1 4202560 995 0 0 0 87 92 0 0 18 0 2 0 741485112 405147648 5790 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1337/statm: 98913 5790 400 364 0 34816 0
[pid=1339] ppid=1337 vsize=67540 CPUtime=543.95 cores=0-7
/proc/1339/stat : 1339 (precosat) R 1337 1339 1339 0 -1 4202496 122254 0 0 0 54366 29 0 0 25 0 1 0 741485112 69160960 15999 33554432000 4194304 4890832 140736494382080 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/1339/statm: 16885 15999 86 171 0 16712 0
[pid=1337/tid=1361] ppid=1316 vsize=395652 CPUtime=0 cores=0-7
/proc/1337/task/1361/stat : 1361 (python) S 1316 1316 1254 0 -1 4202560 70 0 0 0 0 0 0 0 19 0 2 0 741524635 405147648 5790 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 514 18446604443720055488 0 0 -1 1 0 0 0
[pid=1340] ppid=1316 vsize=405908 CPUtime=1.79 cores=0-7
/proc/1340/stat : 1340 (python) S 1316 1316 1254 0 -1 4202560 822 0 0 0 91 88 0 0 18 0 1 0 741485114 415649792 5757 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 14031017415630881025 0 0 17 0 0 0 0
/proc/1340/statm: 101477 5757 371 364 0 37377 0
[pid=1342] ppid=1340 vsize=52228 CPUtime=548.56 cores=0-7
/proc/1342/stat : 1342 (lingeling) R 1340 1342 1342 0 -1 4202496 125990 0 0 0 54841 15 0 0 25 0 1 0 741485115 53481472 12253 33554432000 4194304 4352236 140735488923568 18446744073709551615 4329047 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1342/statm: 13057 12253 129 39 0 12137 0
[pid=1343] ppid=1316 vsize=416164 CPUtime=0.33 cores=0-7
/proc/1343/stat : 1343 (python) S 1316 1316 1254 0 -1 4202560 1060 0 0 0 17 16 0 0 19 0 2 0 741485117 426151936 5809 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1343/statm: 104041 5809 406 364 0 39938 0
[pid=1345] ppid=1343 vsize=4264 CPUtime=99.98 cores=0-7
/proc/1345/stat : 1345 (SApperloT-base) T 1343 1345 1345 0 -1 4202496 1051 0 0 0 9997 1 0 0 25 0 1 0 741485117 4366336 784 33554432000 134512640 135674940 4292056288 18446744073709551615 134572307 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/1345/statm: 1066 784 99 284 0 780 0
[pid=1343/tid=1349] ppid=1316 vsize=416164 CPUtime=0 cores=0-7
/proc/1343/task/1349/stat : 1349 (python) S 1316 1316 1254 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 2 0 741495149 426151936 5809 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 514 18446604453590697152 0 0 -1 0 0 0 0
[pid=1350] ppid=1316 vsize=426420 CPUtime=1.51 cores=0-7
/proc/1350/stat : 1350 (python) S 1316 1316 1254 0 -1 4202560 851 0 0 0 76 75 0 0 15 0 1 0 741495152 436654080 5801 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 2001916009358786818 0 0 17 4 0 0 0
/proc/1350/statm: 106605 5801 371 364 0 42499 0
[pid=1352] ppid=1350 vsize=87296 CPUtime=442.19 cores=0-7
/proc/1352/stat : 1352 (cryptominisat-2) R 1350 1352 1352 0 -1 4202496 145528 0 0 0 44183 36 0 0 25 0 1 0 741495152 89391104 12669 33554432000 4194304 4677096 140737300862384 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/1352/statm: 21824 12669 386 118 0 16783 0
[pid=1365] ppid=1316 vsize=436676 CPUtime=0.19 cores=0-7
/proc/1365/stat : 1365 (python) S 1316 1316 1254 0 -1 4202560 846 0 0 0 9 10 0 0 18 0 1 0 741533904 447156224 5817 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 14031017415630881025 0 0 17 4 0 0 0
/proc/1365/statm: 109169 5817 371 364 0 45060 0
[pid=1367] ppid=1365 vsize=27920 CPUtime=60.88 cores=0-7
/proc/1367/stat : 1367 (precosat) R 1365 1367 1367 0 -1 4202496 17156 0 0 0 6083 5 0 0 25 0 1 0 741533904 28590080 6633 33554432000 4194304 4890832 140736501095776 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/1367/statm: 6980 6633 86 171 0 6807 0
[pid=1370] ppid=1316 vsize=446932 CPUtime=0.2 cores=0-7
/proc/1370/stat : 1370 (python) S 1316 1316 1254 0 -1 4202560 855 0 0 0 10 10 0 0 18 0 1 0 741534071 457658368 5820 33554432000 4194304 5683644 140737339549104 18446744073709551615 251367566918 0 0 16781312 514 14031017415630881027 0 0 17 4 0 0 0
/proc/1370/statm: 111733 5820 371 364 0 47621 0
[pid=1372] ppid=1370 vsize=3672 CPUtime=58.63 cores=0-7
/proc/1372/stat : 1372 (SApperloT-base) R 1370 1372 1372 0 -1 4202496 936 0 0 0 5863 0 0 0 25 0 1 0 741534072 3760128 666 33554432000 134512640 135674940 4290561744 18446744073709551615 134564767 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1372/statm: 918 666 99 284 0 632 0
[pid=1316/tid=1323] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1323/stat : 1323 (python) S 1314 1316 1254 0 -1 4202560 29 936 0 0 0 0 0 0 15 0 12 0 741485100 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1326] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1326/stat : 1326 (python) S 1314 1316 1254 0 -1 4202560 19 936 0 0 0 0 0 0 18 0 12 0 741485102 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 3 0 0 0
[pid=1316/tid=1329] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1329/stat : 1329 (python) S 1314 1316 1254 0 -1 4202560 22 936 0 0 0 0 0 0 19 0 12 0 741485104 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 6 0 0 0
[pid=1316/tid=1332] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1332/stat : 1332 (python) S 1314 1316 1254 0 -1 4202560 21 936 0 0 0 0 0 0 18 0 12 0 741485107 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 5 0 0 0
[pid=1316/tid=1335] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1335/stat : 1335 (python) S 1314 1316 1254 0 -1 4202560 77 936 0 0 0 0 0 0 20 0 12 0 741485109 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1338] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1338/stat : 1338 (python) S 1314 1316 1254 0 -1 4202560 39 936 0 0 0 0 0 0 18 0 12 0 741485112 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
[pid=1316/tid=1341] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1341/stat : 1341 (python) S 1314 1316 1254 0 -1 4202560 34 936 0 0 0 0 0 0 24 0 12 0 741485114 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1344] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1344/stat : 1344 (python) S 1314 1316 1254 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 12 0 741485117 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
[pid=1316/tid=1351] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1351/stat : 1351 (python) S 1314 1316 1254 0 -1 4202560 43 936 0 0 0 0 0 0 20 0 12 0 741495152 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 1 0 0 0
[pid=1316/tid=1366] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1366/stat : 1366 (python) S 1314 1316 1254 0 -1 4202560 40 936 0 0 0 0 0 0 20 0 12 0 741533904 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
[pid=1316/tid=1371] ppid=1314 vsize=457176 CPUtime=0 cores=0-7
/proc/1316/task/1371/stat : 1371 (python) S 1314 1316 1254 0 -1 4202560 34 936 0 0 0 0 0 0 20 0 12 0 741534072 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4382.13
Current children cumulated vsize (KiB) 5246924

[startup+550.202 s]
/proc/loadavg: 8.25 8.11 8.03 9/468 1373
/proc/meminfo: memFree=23022728/32950928 swapFree=38710900/67111528
[pid=1316] ppid=1314 vsize=457176 CPUtime=3878.08 cores=0-7
/proc/1316/stat : 1316 (python) S 1314 1316 1254 0 -1 4202496 17299 940736 1 0 63 13 386908 824 17 0 12 0 741485025 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379376959 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1316/statm: 114294 7349 1896 364 0 50182 0
[pid=1350] ppid=1316 vsize=0 CPUtime=443.78 cores=0-7
/proc/1350/stat : 1350 (python) Z 1316 1316 1254 0 -1 4202588 1126 145538 0 0 77 75 44189 37 15 0 1 0 741495152 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/1350/statm: 0 0 0 0 0 0 0
[pid=1365] ppid=1316 vsize=0 CPUtime=61.17 cores=0-7
/proc/1365/stat : 1365 (python) R 1316 1316 1254 0 -1 4202564 892 17172 0 0 9 10 6093 5 15 0 1 0 741533904 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1365/statm: 0 0 0 0 0 0 0
[pid=1316/tid=1323] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1323/stat : 1323 (python) S 1314 1316 1254 0 -1 4202560 29 940736 0 0 0 0 386908 824 15 0 12 0 741485100 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1326] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1326/stat : 1326 (python) S 1314 1316 1254 0 -1 4202560 19 940736 0 0 0 0 386908 824 18 0 12 0 741485102 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 3 0 0 0
[pid=1316/tid=1329] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1329/stat : 1329 (python) S 1314 1316 1254 0 -1 4202560 22 940736 0 0 0 0 386908 824 19 0 12 0 741485104 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 6 0 0 0
[pid=1316/tid=1332] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1332/stat : 1332 (python) S 1314 1316 1254 0 -1 4202560 21 940736 0 0 0 0 386908 824 18 0 12 0 741485107 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 5 0 0 0
[pid=1316/tid=1335] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1335/stat : 1335 (python) S 1314 1316 1254 0 -1 4202560 77 940736 0 0 0 0 386908 824 20 0 12 0 741485109 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1338] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1338/stat : 1338 (python) S 1314 1316 1254 0 -1 4202560 39 940736 0 0 0 0 386908 824 18 0 12 0 741485112 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
[pid=1316/tid=1341] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1341/stat : 1341 (python) S 1314 1316 1254 0 -1 4202560 34 940736 0 0 0 0 386908 824 24 0 12 0 741485114 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 0 0 0 0
[pid=1316/tid=1344] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1344/stat : 1344 (python) S 1314 1316 1254 0 -1 4202560 32 940736 0 0 0 0 386908 824 25 0 12 0 741485117 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
[pid=1316/tid=1351] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1351/stat : 1351 (python) S 1314 1316 1254 0 -1 4202560 43 940736 0 0 0 0 386908 824 20 0 12 0 741495152 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 1 0 0 0
[pid=1316/tid=1366] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1366/stat : 1366 (python) S 1314 1316 1254 0 -1 4202560 40 940736 0 0 0 0 386908 824 20 0 12 0 741533904 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
[pid=1316/tid=1371] ppid=1314 vsize=457176 CPUtime=3877.32 cores=0-7
/proc/1316/task/1371/stat : 1371 (python) S 1314 1316 1254 0 -1 4202560 34 940736 0 0 0 0 386908 824 20 0 12 0 741534072 468148224 7349 33554432000 4194304 5683644 140737339549104 18446744073709551615 251379370417 0 0 16781312 2 18446604445359745856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4383.03
Current children cumulated vsize (KiB) 457176

Child status: 0
Real time (s): 550.225
CPU time (s): 4383.11
CPU user time (s): 4373.44
CPU system time (s): 9.67153
CPU usage (%): 796.604
Max. virtual memory (cumulated for all children) (KiB): 5256396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4373.44
system time used= 9.67153
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1127134
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9915
involuntary context switches= 26200

runsolver used 3.61145 second user time and 8.74167 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-16 04:22:23
IDJOB=3381318
IDBENCH=87943
IDSOLVER=1864
FILE ID=node113/3381318-1305512543
RUNJOBID= node113-1305512483-1268
PBS_JOBID= 13325536
Free space on /tmp= 73460 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.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-3381318-1305512543/watcher-3381318-1305512543 -o /tmp/evaluation-result-3381318-1305512543/solver-3381318-1305512543 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381318-1305512543.cnf -seed 1707757854 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=1707757854

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23514812 kB
Buffers:        299848 kB
Cached:        3295316 kB
SwapCached:      93704 kB
Active:        2163944 kB
Inactive:      6977496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23514812 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:           31876 kB
Writeback:           0 kB
AnonPages:     5464656 kB
Mapped:          22540 kB
Slab:           124896 kB
PageTables:     101600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 129960192 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= 73428 MiB
End job on node113 at 2011-05-16 04:31:34