Trace number 3380760

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 1126.06 626.787

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.3907
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3380760-1305491337.cnf
0.36/0.67	c INFO: computing task features
33.04/33.33	c INFO: computed variable-clause graph statistics
34.04/34.36	c INFO: computed clause balance statistics
143.94/144.25	c INFO: computed variable balance statistics
234.34/234.67	c INFO: computed small-clause counts
239.45/239.74	c INFO: computed Horn-clause counts
554.35/554.65	c INFO: computed variable graph statistics
554.35/554.67	c INFO: collected features for HOME/instance-3380760-1305491337.cnf in 552.25 s
554.45/554.70	c INFO: running lingeling-276@0 for 97 with 4445 remaining (b = 0.78)
554.45/554.74	c INFO: running lingeling-276@0 for 485 with 4445 remaining (b = 0.92)
554.45/554.78	c INFO: running precosat-570@0 for 97 with 4445 remaining (b = 0.62)
554.55/554.82	c INFO: running lingeling-276@0 for 97 with 4445 remaining (b = 0.43)
554.55/554.86	c INFO: running cryptominisat-2.9.0@0 for 1455 with 4445 remaining (b = 0.77)
554.55/554.89	c INFO: running cryptominisat-2.9.0@0 for 1067 with 4445 remaining (b = 0.57)
554.64/554.93	c INFO: running lingeling-276@0 for 485 with 4445 remaining (b = 0.38)
554.64/554.97	c INFO: running precosat-570@0 for 485 with 4445 remaining (b = 0.32)
1125.55/626.46	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-3380760-1305491337/watcher-3380760-1305491337 -o /tmp/evaluation-result-3380760-1305491337/solver-3380760-1305491337 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380760-1305491337.cnf -seed 1199011478 -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: 3.13 4.49 6.42 1/323 30002
/proc/meminfo: memFree=19668348/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=15776 CPUtime=0 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 877 0 0 0 0 0 0 0 17 0 1 0 660732141 16154624 760 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 3944 760 343 364 0 431 0

[startup+0.0401619 s]
/proc/loadavg: 3.13 4.49 6.42 1/323 30002
/proc/meminfo: memFree=19668348/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=18884 CPUtime=0.02 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1271 0 0 0 2 0 0 0 17 0 1 0 660732141 19337216 1125 33554432000 4194304 5683644 140735615510816 18446744073709551615 4891214 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 4721 1126 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.101128 s]
/proc/loadavg: 3.13 4.49 6.42 1/323 30002
/proc/meminfo: memFree=19668348/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=89768 CPUtime=0.06 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 2642 0 0 0 5 1 0 0 17 0 1 0 660732141 91922432 2359 33554432000 4194304 5683644 140735615510816 18446744073709551615 47547710619824 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 22442 2359 721 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.301103 s]
/proc/loadavg: 3.13 4.49 6.42 1/323 30002
/proc/meminfo: memFree=19668348/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=135748 CPUtime=0.18 cores=0-7
/proc/30002/stat : 30002 (python) S 30000 30002 29444 0 -1 4202496 5961 934 1 0 14 4 0 0 17 0 1 0 660732141 139005952 4150 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/30002/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701052 s]
/proc/loadavg: 3.13 4.49 6.42 1/323 30002
/proc/meminfo: memFree=19668348/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=449228 CPUtime=0.43 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 23376 934 1 0 31 12 0 0 16 0 1 0 660732141 460009472 21058 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550537472 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 112307 21090 1758 364 0 48231 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 449228

[startup+1.50087 s]
/proc/loadavg: 3.13 4.49 6.42 2/324 30007
/proc/meminfo: memFree=19458780/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=503692 CPUtime=1.23 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 65177 934 1 0 104 19 0 0 17 0 1 0 660732141 515780608 62746 33554432000 4194304 5683644 140735615510816 18446744073709551615 47547888018045 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 125923 62747 1761 364 0 61847 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 503692

[startup+3.10058 s]
/proc/loadavg: 2.96 4.43 6.39 2/324 30007
/proc/meminfo: memFree=19380040/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=616036 CPUtime=2.83 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 93467 934 1 0 260 23 0 0 19 0 1 0 660732141 630820864 91036 33554432000 4194304 5683644 140735615510816 18446744073709551615 47547888006882 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 154009 91037 1761 364 0 89933 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 616036

[startup+6.301 s]
/proc/loadavg: 2.96 4.43 6.39 2/324 30007
/proc/meminfo: memFree=19150052/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=854656 CPUtime=6.03 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 149463 934 1 0 572 31 0 0 25 0 1 0 660732141 875167744 147032 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 213664 147032 1761 364 0 149588 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 854656

[startup+12.7008 s]
/proc/loadavg: 2.66 4.32 6.33 2/324 30007
/proc/meminfo: memFree=18689660/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1300836 CPUtime=12.44 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 260956 934 1 0 1198 46 0 0 25 0 1 0 660732141 1332056064 258525 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 325209 258525 1761 364 0 261133 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1300836

[startup+25.5005 s]
/proc/loadavg: 2.40 4.21 6.27 2/324 30007
/proc/meminfo: memFree=17985200/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1955380 CPUtime=25.23 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 785541 934 1 0 2418 105 0 0 25 0 1 0 660732141 2002309120 412195 33554432000 4194304 5683644 140735615510816 18446744073709551615 47547717568122 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 488845 412197 1814 364 0 424769 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1955380

[startup+51.1009 s]
/proc/loadavg: 1.92 3.95 6.13 2/324 30008
/proc/meminfo: memFree=18261664/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1664504 CPUtime=50.84 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1095497 934 1 0 4944 140 0 0 25 0 1 0 660732141 1704452096 353509 33554432000 4194304 5683644 140735615510816 18446744073709551615 47547719928638 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 416126 353509 1826 364 0 352050 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1664504

[startup+102.312 s]
/proc/loadavg: 1.40 3.47 5.84 2/324 30010
/proc/meminfo: memFree=18261772/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1664504 CPUtime=102.05 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1095497 934 1 0 10065 140 0 0 25 0 1 0 660732141 1704452096 353509 33554432000 4194304 5683644 140735615510816 18446744073709551615 4533119 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 416126 353509 1826 364 0 352050 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 1664504

[startup+162.301 s]
/proc/loadavg: 1.20 3.03 5.54 2/324 30011
/proc/meminfo: memFree=18261132/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1664504 CPUtime=162.04 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1095498 934 1 0 16064 140 0 0 25 0 1 0 660732141 1704452096 353510 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550204958 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 416126 353510 1827 364 0 352050 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 1664504

[startup+222.301 s]
/proc/loadavg: 1.07 2.66 5.25 2/324 30013
/proc/meminfo: memFree=18261852/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1664504 CPUtime=222.04 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1095498 934 1 0 22064 140 0 0 25 0 1 0 660732141 1704452096 353510 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550195860 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 416126 353510 1827 364 0 352050 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 1664504

[startup+282.301 s]
/proc/loadavg: 1.02 2.35 4.98 2/324 30014
/proc/meminfo: memFree=18262076/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1664504 CPUtime=282.04 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1482576 934 1 0 28019 185 0 0 25 0 1 0 660732141 1704452096 353516 33554432000 4194304 5683644 140735615510816 18446744073709551615 47547717154944 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 416126 353516 1833 364 0 352050 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 1664504

[startup+342.301 s]
/proc/loadavg: 1.01 2.10 4.73 2/324 30016
/proc/meminfo: memFree=18262056/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1664504 CPUtime=342.05 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1482576 934 1 0 34020 185 0 0 25 0 1 0 660732141 1704452096 353516 33554432000 4194304 5683644 140735615510816 18446744073709551615 47547717154956 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 416126 353516 1833 364 0 352050 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 1664504

[startup+402.301 s]
/proc/loadavg: 1.00 1.90 4.49 2/324 30018
/proc/meminfo: memFree=18262044/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1664504 CPUtime=402.05 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1482576 934 1 0 40020 185 0 0 25 0 1 0 660732141 1704452096 353516 33554432000 4194304 5683644 140735615510816 18446744073709551615 47547717154944 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 416126 353516 1833 364 0 352050 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 1664504

[startup+462.3 s]
/proc/loadavg: 1.00 1.73 4.27 2/324 30019
/proc/meminfo: memFree=18262032/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1664504 CPUtime=462.05 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1482576 934 1 0 46020 185 0 0 25 0 1 0 660732141 1704452096 353516 33554432000 4194304 5683644 140735615510816 18446744073709551615 47547717154956 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 416126 353516 1833 364 0 352050 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 1664504

[startup+522.3 s]
/proc/loadavg: 1.07 1.63 4.08 2/324 30021
/proc/meminfo: memFree=18262140/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1664504 CPUtime=522.05 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1482576 934 1 0 52020 185 0 0 25 0 1 0 660732141 1704452096 353516 33554432000 4194304 5683644 140735615510816 18446744073709551615 47547717154956 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30002/statm: 416126 353516 1833 364 0 352050 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 1664504

[startup+582.301 s]
/proc/loadavg: 3.85 2.19 4.11 9/348 30046
/proc/meminfo: memFree=14802220/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1127936 CPUtime=554.74 cores=0-7
/proc/30002/stat : 30002 (python) S 30000 30002 29444 0 -1 4202496 1488327 934 1 0 55270 204 0 0 24 0 9 0 660732141 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30002/statm: 281984 198949 1889 364 0 217881 0
[pid=30023] ppid=30002 vsize=1045900 CPUtime=0.07 cores=0-7
/proc/30023/stat : 30023 (python) S 30002 30002 29444 0 -1 4202560 980 0 0 0 3 4 0 0 18 0 1 0 660787611 1071001600 197409 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557711 0 0 16781312 514 10214445429852963075 0 0 17 1 0 0 0
/proc/30023/statm: 261475 197409 381 364 0 197393 0
[pid=30025] ppid=30023 vsize=185844 CPUtime=27.54 cores=0-7

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

[pid=30046] ppid=30044 vsize=938780 CPUtime=68.54 cores=0-7
/proc/30046/stat : 30046 (precosat) R 30044 30046 30046 0 -1 4202496 241516 0 0 0 6818 36 0 0 25 0 1 0 660787641 961310720 233169 33554432000 4194304 4890832 140736922792064 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/30046/statm: 234695 233169 86 171 0 234522 0
[pid=30002/tid=30024] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30024/stat : 30024 (python) S 30000 30002 29444 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 9 0 660787613 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 0 0 0 0
[pid=30002/tid=30027] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30027/stat : 30027 (python) S 30000 30002 29444 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 660787617 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 3 0 0 0
[pid=30002/tid=30030] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30030/stat : 30030 (python) S 30000 30002 29444 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 660787621 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 0 0 0 0
[pid=30002/tid=30033] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30033/stat : 30033 (python) S 30000 30002 29444 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 660787625 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 4 0 0 0
[pid=30002/tid=30036] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30036/stat : 30036 (python) S 30000 30002 29444 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 660787628 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 2 0 0 0
[pid=30002/tid=30039] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30039/stat : 30039 (python) S 30000 30002 29444 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 660787632 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 0 0 0 0
[pid=30002/tid=30042] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30042/stat : 30042 (python) S 30000 30002 29444 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 9 0 660787637 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 2 0 0 0
[pid=30002/tid=30045] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30045/stat : 30045 (python) S 30000 30002 29444 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 9 0 660787641 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1105.99
Current children cumulated vsize (KiB) 14859044

[startup+625.502 s]
/proc/loadavg: 5.87 2.92 4.27 10/348 30047
/proc/meminfo: memFree=15348784/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1127936 CPUtime=554.74 cores=0-7
/proc/30002/stat : 30002 (python) S 30000 30002 29444 0 -1 4202496 1488327 934 1 0 55270 204 0 0 24 0 9 0 660732141 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30002/statm: 281984 198949 1889 364 0 217881 0
[pid=30023] ppid=30002 vsize=1045900 CPUtime=0.19 cores=0-7
/proc/30023/stat : 30023 (python) S 30002 30002 29444 0 -1 4202560 1000 0 0 0 9 10 0 0 18 0 1 0 660787611 1071001600 197409 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557711 0 0 16781312 514 10214445429852963075 0 0 17 7 0 0 0
/proc/30023/statm: 261475 197409 381 364 0 197393 0
[pid=30025] ppid=30023 vsize=185836 CPUtime=70.74 cores=0-7
/proc/30025/stat : 30025 (lingeling) R 30023 30025 30025 0 -1 4202496 90655 0 0 0 7055 19 0 0 25 0 1 0 660787613 190296064 45630 33554432000 4194304 4352236 140734398025184 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30025/statm: 46459 45630 129 39 0 45539 0
[pid=30026] ppid=30002 vsize=1056156 CPUtime=0.19 cores=0-7
/proc/30026/stat : 30026 (python) S 30002 30002 29444 0 -1 4202560 959 0 0 0 10 9 0 0 18 0 1 0 660787615 1081503744 197402 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557766 0 0 16781312 514 10214445429852963076 0 0 17 0 0 0 0
/proc/30026/statm: 264039 197402 370 364 0 199954 0
[pid=30028] ppid=30026 vsize=186224 CPUtime=70.71 cores=0-7
/proc/30028/stat : 30028 (lingeling) R 30026 30028 30028 0 -1 4202496 90725 0 0 0 7049 22 0 0 25 0 1 0 660787617 190693376 45726 33554432000 4194304 4352236 140734413527200 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30028/statm: 46556 45726 129 39 0 45636 0
[pid=30029] ppid=30002 vsize=1066412 CPUtime=0.18 cores=0-7
/proc/30029/stat : 30029 (python) S 30002 30002 29444 0 -1 4202560 953 0 0 0 9 9 0 0 18 0 1 0 660787619 1092005888 197406 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557766 0 0 16781312 514 10214445429852963074 0 0 17 6 0 0 0
/proc/30029/statm: 266603 197406 370 364 0 202515 0
[pid=30031] ppid=30029 vsize=946820 CPUtime=69.79 cores=0-7
/proc/30031/stat : 30031 (precosat) R 30029 30031 30031 0 -1 4202496 243641 0 0 0 6940 39 0 0 25 0 1 0 660787621 969543680 235219 33554432000 4194304 4890832 140735627039840 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/30031/statm: 236705 235219 86 171 0 236532 0
[pid=30032] ppid=30002 vsize=1076668 CPUtime=0.18 cores=0-7
/proc/30032/stat : 30032 (python) S 30002 30002 29444 0 -1 4202560 952 0 0 0 9 9 0 0 18 0 1 0 660787623 1102508032 197410 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557766 0 0 16781312 514 10214445429852963073 0 0 17 2 0 0 0
/proc/30032/statm: 269167 197410 370 364 0 205076 0
[pid=30034] ppid=30032 vsize=184404 CPUtime=70.64 cores=0-7
/proc/30034/stat : 30034 (lingeling) R 30032 30034 30034 0 -1 4202496 90288 0 0 0 7047 17 0 0 25 0 1 0 660787625 188829696 45270 33554432000 4194304 4352236 140734753087504 18446744073709551615 4207636 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30034/statm: 46101 45270 129 39 0 45181 0
[pid=30035] ppid=30002 vsize=1086924 CPUtime=0.19 cores=0-7
/proc/30035/stat : 30035 (python) S 30002 30002 29444 0 -1 4202560 955 0 0 0 9 10 0 0 15 0 1 0 660787627 1113010176 197414 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557766 0 0 16781312 514 4063227632555098369 0 0 17 6 0 0 0
/proc/30035/statm: 271731 197414 370 364 0 207637 0
[pid=30037] ppid=30035 vsize=1224840 CPUtime=70.23 cores=0-7
/proc/30037/stat : 30037 (cryptominisat-2) R 30035 30037 30037 0 -1 4202496 230170 0 0 0 6988 35 0 0 25 0 1 0 660787628 1254236160 220754 33554432000 4194304 4677096 140737276680800 18446744073709551615 4337621 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30037/statm: 306210 220754 387 118 0 301169 0
[pid=30038] ppid=30002 vsize=1097180 CPUtime=1.61 cores=0-7
/proc/30038/stat : 30038 (python) R 30002 30002 29444 0 -1 4202560 961 0 0 0 108 53 0 0 17 0 1 0 660787630 1123512320 197418 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/30038/statm: 274295 197418 370 364 0 210198 0
[pid=30040] ppid=30038 vsize=0 CPUtime=68.79 cores=0-7
/proc/30040/stat : 30040 (cryptominisat-2) R 30038 30040 30040 0 -1 4202500 231576 0 0 0 6838 41 0 0 25 0 1 0 660787633 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30040/statm: 0 0 0 0 0 0 0
[pid=30041] ppid=30002 vsize=1107436 CPUtime=0.18 cores=0-7
/proc/30041/stat : 30041 (python) S 30002 30002 29444 0 -1 4202560 959 0 0 0 8 10 0 0 18 0 1 0 660787635 1134014464 197422 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557766 0 0 16781312 514 10214445429852963076 0 0 17 2 0 0 0
/proc/30041/statm: 276859 197422 370 364 0 212759 0
[pid=30043] ppid=30041 vsize=185000 CPUtime=70.11 cores=0-7
/proc/30043/stat : 30043 (lingeling) R 30041 30043 30043 0 -1 4202496 90439 0 0 0 6994 17 0 0 25 0 1 0 660787637 189440000 45420 33554432000 4194304 4352236 140735614117744 18446744073709551615 4281245 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/30043/statm: 46250 45420 129 39 0 45330 0
[pid=30044] ppid=30002 vsize=1117692 CPUtime=0.19 cores=0-7
/proc/30044/stat : 30044 (python) S 30002 30002 29444 0 -1 4202560 1003 0 0 0 9 10 0 0 18 0 1 0 660787639 1144516608 197432 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557766 0 0 16781312 514 10214445429852963076 0 0 17 0 0 0 0
/proc/30044/statm: 279423 197432 376 364 0 215320 0
[pid=30046] ppid=30044 vsize=938780 CPUtime=70.11 cores=0-7
/proc/30046/stat : 30046 (precosat) R 30044 30046 30046 0 -1 4202496 241522 0 0 0 6975 36 0 0 25 0 1 0 660787641 961310720 233175 33554432000 4194304 4890832 140736922792064 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/30046/statm: 234695 233175 86 171 0 234522 0
[pid=30002/tid=30024] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30024/stat : 30024 (python) S 30000 30002 29444 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 9 0 660787613 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 0 0 0 0
[pid=30002/tid=30027] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30027/stat : 30027 (python) S 30000 30002 29444 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 660787617 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 3 0 0 0
[pid=30002/tid=30030] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30030/stat : 30030 (python) S 30000 30002 29444 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 660787621 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 0 0 0 0
[pid=30002/tid=30033] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30033/stat : 30033 (python) S 30000 30002 29444 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 660787625 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 4 0 0 0
[pid=30002/tid=30036] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30036/stat : 30036 (python) S 30000 30002 29444 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 660787628 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 2 0 0 0
[pid=30002/tid=30039] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30039/stat : 30039 (python) S 30000 30002 29444 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 660787632 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 0 0 0 0
[pid=30002/tid=30042] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30042/stat : 30042 (python) S 30000 30002 29444 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 9 0 660787637 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 2 0 0 0
[pid=30002/tid=30045] ppid=30000 vsize=1127936 CPUtime=0 cores=0-7
/proc/30002/task/30045/stat : 30045 (python) S 30000 30002 29444 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 9 0 660787641 1155006464 198949 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1118.77
Current children cumulated vsize (KiB) 13634208

[startup+626.301 s]
/proc/loadavg: 5.87 2.92 4.27 10/348 30048
/proc/meminfo: memFree=15348412/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1127936 CPUtime=625.94 cores=0-7
/proc/30002/stat : 30002 (python) S 30000 30002 29444 0 -1 4202496 1488368 232184 1 0 55270 204 7069 51 17 0 9 0 660732141 1155006464 198950 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562367807 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30002/statm: 281984 198950 1890 364 0 217881 0
[pid=30023] ppid=30002 vsize=1045900 CPUtime=0.19 cores=0-7
/proc/30023/stat : 30023 (python) S 30002 30002 29444 0 -1 4202560 1000 0 0 0 9 10 0 0 18 0 1 0 660787611 1071001600 197409 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557711 0 0 16781312 514 10214445429852963075 0 0 17 7 0 0 0
/proc/30023/statm: 261475 197409 381 364 0 197393 0
[pid=30025] ppid=30023 vsize=185836 CPUtime=71.54 cores=0-7
/proc/30025/stat : 30025 (lingeling) R 30023 30025 30025 0 -1 4202496 90655 0 0 0 7135 19 0 0 25 0 1 0 660787613 190296064 45630 33554432000 4194304 4352236 140734398025184 18446744073709551615 4278808 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30025/statm: 46459 45630 129 39 0 45539 0
[pid=30026] ppid=30002 vsize=1056156 CPUtime=0.19 cores=0-7
/proc/30026/stat : 30026 (python) S 30002 30002 29444 0 -1 4202560 959 0 0 0 10 9 0 0 18 0 1 0 660787615 1081503744 197402 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557766 0 0 16781312 514 10214445429852963076 0 0 17 0 0 0 0
/proc/30026/statm: 264039 197402 370 364 0 199954 0
[pid=30028] ppid=30026 vsize=186224 CPUtime=71.51 cores=0-7
/proc/30028/stat : 30028 (lingeling) R 30026 30028 30028 0 -1 4202496 90725 0 0 0 7129 22 0 0 25 0 1 0 660787617 190693376 45726 33554432000 4194304 4352236 140734413527200 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30028/statm: 46556 45726 129 39 0 45636 0
[pid=30029] ppid=30002 vsize=1066412 CPUtime=0.18 cores=0-7
/proc/30029/stat : 30029 (python) S 30002 30002 29444 0 -1 4202560 953 0 0 0 9 9 0 0 18 0 1 0 660787619 1092005888 197406 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557766 0 0 16781312 514 10214445429852963074 0 0 17 6 0 0 0
/proc/30029/statm: 266603 197406 370 364 0 202515 0
[pid=30031] ppid=30029 vsize=946820 CPUtime=70.57 cores=0-7
/proc/30031/stat : 30031 (precosat) R 30029 30031 30031 0 -1 4202496 243641 0 0 0 7018 39 0 0 25 0 1 0 660787621 969543680 235219 33554432000 4194304 4890832 140735627039840 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/30031/statm: 236705 235219 86 171 0 236532 0
[pid=30032] ppid=30002 vsize=1076668 CPUtime=0.18 cores=0-7
/proc/30032/stat : 30032 (python) S 30002 30002 29444 0 -1 4202560 952 0 0 0 9 9 0 0 18 0 1 0 660787623 1102508032 197410 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557766 0 0 16781312 514 10214445429852963073 0 0 17 2 0 0 0
/proc/30032/statm: 269167 197410 370 364 0 205076 0
[pid=30034] ppid=30032 vsize=184404 CPUtime=71.44 cores=0-7
/proc/30034/stat : 30034 (lingeling) R 30032 30034 30034 0 -1 4202496 90288 0 0 0 7127 17 0 0 25 0 1 0 660787625 188829696 45270 33554432000 4194304 4352236 140734753087504 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30034/statm: 46101 45270 129 39 0 45181 0
[pid=30038] ppid=30002 vsize=0 CPUtime=71.12 cores=0-7
/proc/30038/stat : 30038 (python) Z 30002 30002 29444 0 -1 4202588 1192 231576 0 0 162 71 6838 41 18 0 1 0 660787630 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30038/statm: 0 0 0 0 0 0 0
[pid=30041] ppid=30002 vsize=1107436 CPUtime=0.18 cores=0-7
/proc/30041/stat : 30041 (python) S 30002 30002 29444 0 -1 4202560 959 0 0 0 8 10 0 0 18 0 1 0 660787635 1134014464 197422 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550557766 0 0 16781312 514 10214445429852963076 0 0 17 2 0 0 0
/proc/30041/statm: 276859 197422 370 364 0 212759 0
[pid=30043] ppid=30041 vsize=185000 CPUtime=70.91 cores=0-7
/proc/30043/stat : 30043 (lingeling) R 30041 30043 30043 0 -1 4202496 90439 0 0 0 7074 17 0 0 25 0 1 0 660787637 189440000 45420 33554432000 4194304 4352236 140735614117744 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/30043/statm: 46250 45420 129 39 0 45330 0
[pid=30044] ppid=30002 vsize=0 CPUtime=71.11 cores=0-7
/proc/30044/stat : 30044 (python) R 30002 30002 29444 0 -1 4202564 1050 241522 0 0 9 10 7052 40 17 0 1 0 660787639 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30044/statm: 0 0 0 0 0 0 0
[pid=30002/tid=30024] ppid=30000 vsize=1127936 CPUtime=71.2 cores=0-7
/proc/30002/task/30024/stat : 30024 (python) S 30000 30002 29444 0 -1 4202560 25 232184 0 0 0 0 7069 51 25 0 9 0 660787613 1155006464 198950 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 0 0 0 0
[pid=30002/tid=30027] ppid=30000 vsize=1127936 CPUtime=71.2 cores=0-7
/proc/30002/task/30027/stat : 30027 (python) S 30000 30002 29444 0 -1 4202560 23 232184 0 0 0 0 7069 51 18 0 9 0 660787617 1155006464 198950 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 3 0 0 0
[pid=30002/tid=30030] ppid=30000 vsize=1127936 CPUtime=71.2 cores=0-7
/proc/30002/task/30030/stat : 30030 (python) S 30000 30002 29444 0 -1 4202560 24 232184 0 0 0 0 7069 51 20 0 9 0 660787621 1155006464 198950 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 0 0 0 0
[pid=30002/tid=30033] ppid=30000 vsize=1127936 CPUtime=71.2 cores=0-7
/proc/30002/task/30033/stat : 30033 (python) S 30000 30002 29444 0 -1 4202560 23 232184 0 0 0 0 7069 51 20 0 9 0 660787625 1155006464 198950 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 4 0 0 0
[pid=30002/tid=30036] ppid=30000 vsize=1127936 CPUtime=71.2 cores=0-7
/proc/30002/task/30036/stat : 30036 (python) S 30000 30002 29444 0 -1 4202560 23 232184 0 0 0 0 7069 51 22 0 9 0 660787628 1155006464 198950 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 2 0 0 0
[pid=30002/tid=30039] ppid=30000 vsize=1127936 CPUtime=71.2 cores=0-7
/proc/30002/task/30039/stat : 30039 (python) S 30000 30002 29444 0 -1 4202560 32 232184 0 0 0 0 7069 51 20 0 9 0 660787632 1155006464 198950 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 0 0 0 0
[pid=30002/tid=30042] ppid=30000 vsize=1127936 CPUtime=71.2 cores=0-7
/proc/30002/task/30042/stat : 30042 (python) S 30000 30002 29444 0 -1 4202560 26 232184 0 0 0 0 7069 51 22 0 9 0 660787637 1155006464 198950 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 2 0 0 0
[pid=30002/tid=30045] ppid=30000 vsize=1127936 CPUtime=71.2 cores=0-7
/proc/30002/task/30045/stat : 30045 (python) S 30000 30002 29444 0 -1 4202560 28 232184 0 0 0 0 7069 51 24 0 9 0 660787641 1155006464 198950 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 2 18446604453885870336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1125.06
Current children cumulated vsize (KiB) 8168792

[startup+626.7 s]
/proc/loadavg: 5.87 2.92 4.27 10/348 30048
/proc/meminfo: memFree=15348412/32951124 swapFree=67056788/67111528
[pid=30002] ppid=30000 vsize=1107352 CPUtime=1125.96 cores=0-7
/proc/30002/stat : 30002 (python) R 30000 30002 29444 0 -1 4202496 1643913 1318332 1 0 55284 214 56699 399 16 0 4 0 660732141 1133928448 198928 33554432000 4194304 5683644 140735615510816 18446744073709551615 271550193079 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/30002/statm: 276838 198928 1876 364 0 212759 0
[pid=30002/tid=30024] ppid=30000 vsize=1107352 CPUtime=570.98 cores=0-7
/proc/30002/task/30024/stat : 30024 (python) S 30000 30002 29444 0 -1 4202560 27 1318332 0 0 0 0 56699 399 18 0 4 0 660787613 1133928448 198928 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 0 18446604453885870336 0 0 -1 6 0 0 0
[pid=30002/tid=30030] ppid=30000 vsize=1107352 CPUtime=570.98 cores=0-7
/proc/30002/task/30030/stat : 30030 (python) S 30000 30002 29444 0 -1 4202560 25 1318332 0 0 0 0 56699 399 18 0 4 0 660787621 1133928448 198928 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 0 18446604453885870336 0 0 -1 6 0 0 0
[pid=30002/tid=30039] ppid=30000 vsize=1107352 CPUtime=570.98 cores=0-7
/proc/30002/task/30039/stat : 30039 (python) S 30000 30002 29444 0 -1 4202560 33 1318332 0 0 0 0 56699 399 18 0 4 0 660787632 1133928448 198928 33554432000 4194304 5683644 140735615510816 18446744073709551615 271562361265 0 0 16781312 0 18446604453885870336 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1125.96
Current children cumulated vsize (KiB) 1107352

Child status: 0
Real time (s): 626.787
CPU time (s): 1126.06
CPU user time (s): 1119.87
CPU system time (s): 6.19106
CPU usage (%): 179.657
Max. virtual memory (cumulated for all children) (KiB): 14859044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1119.87
system time used= 6.19106
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2990945
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= 3832
involuntary context switches= 7282

runsolver used 1.81272 second user time and 4.12537 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 22:29:02
IDJOB=3380760
IDBENCH=82364
IDSOLVER=1864
FILE ID=node133/3380760-1305491337
RUNJOBID= node133-1305490831-29459
PBS_JOBID= 13325411
Free space on /tmp= 73456 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.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-3380760-1305491337/watcher-3380760-1305491337 -o /tmp/evaluation-result-3380760-1305491337/solver-3380760-1305491337 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380760-1305491337.cnf -seed 1199011478 -budget 40000 -cores 8

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1199011478

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.834
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.83
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.834
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.74
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.834
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:      19668628 kB
Buffers:        313800 kB
Cached:        4465384 kB
SwapCached:       8756 kB
Active:        9704692 kB
Inactive:      3272628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19668628 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:          203028 kB
Writeback:           0 kB
AnonPages:     8195356 kB
Mapped:          28056 kB
Slab:           204888 kB
PageTables:      33680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63753384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73424 MiB
End job on node133 at 2011-05-15 22:39:29