Trace number 3321699

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 97.7081 29.7464

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvtms14x8p1-tseitin.cnf
MD5SUM649b4cf0a21e275b244b1034d05ded52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.62245
Satisfiable
(Un)Satisfiability was proved
Number of variables96095
Number of clauses285404
Sum of the clauses size665940
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2190268
Number of clauses of size 395134
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.40/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/0.70	c INFO: solving HOME/instance-3321699-1304349058.cnf
0.40/0.70	c INFO: computing task features
1.20/1.51	c INFO: computed variable-clause graph statistics
1.20/1.55	c INFO: computed clause balance statistics
5.50/5.80	c INFO: computed variable balance statistics
8.60/8.94	c INFO: computed small-clause counts
8.60/8.99	c INFO: computed Horn-clause counts
19.40/19.77	c INFO: computed variable graph statistics
19.40/19.77	c INFO: collected features for HOME/instance-3321699-1304349058.cnf in 19.05 s
19.50/19.80	c INFO: running lingeling-276@0 for 97 with 39980 remaining (b = 0.41)
19.50/19.83	c INFO: running cryptominisat-2.9.0@0 for 485 with 39980 remaining (b = 0.35)
19.50/19.86	c INFO: running lingeling-276@0 for 1261 with 39980 remaining (b = 0.49)
19.50/19.89	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39980 remaining (b = 0.56)
19.60/19.93	c INFO: running lingeling-276@0 for 1261 with 39980 remaining (b = 0.41)
19.60/19.96	c INFO: running SApperloT@0 for 97 with 39980 remaining (b = 0.03)
19.60/19.99	c INFO: running precosat-570@0 for 388 with 39980 remaining (b = 0.22)
19.70/20.02	c INFO: running lingeling-276@0 for 1261 with 39980 remaining (b = 0.31)
96.95/29.70	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321699-1304349058/watcher-3321699-1304349058 -o /tmp/evaluation-result-3321699-1304349058/solver-3321699-1304349058 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321699-1304349058.cnf -seed 193195778 -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: 2.88 3.35 5.00 1/251 8919
/proc/meminfo: memFree=17626388/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=15380 CPUtime=0 cores=0-7
/proc/8919/stat : 8919 (python) S 8917 8919 8402 0 -1 4202496 811 0 0 0 0 0 0 0 24 0 1 0 546504517 15749120 696 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/8919/statm: 3845 696 334 364 0 332 0

[startup+0.0235411 s]
/proc/loadavg: 2.88 3.35 5.00 1/251 8919
/proc/meminfo: memFree=17626388/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=16240 CPUtime=0.01 cores=0-7
/proc/8919/stat : 8919 (python) R 8917 8919 8402 0 -1 4202496 1063 0 0 0 1 0 0 0 24 0 1 0 546504517 16629760 934 33554432000 4194304 5683644 140736283426608 18446744073709551615 4619652 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8919/statm: 4060 934 381 364 0 547 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16240

[startup+0.100529 s]
/proc/loadavg: 2.88 3.35 5.00 1/251 8919
/proc/meminfo: memFree=17626388/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=85356 CPUtime=0.05 cores=0-7
/proc/8919/stat : 8919 (python) D 8917 8919 8402 0 -1 4202496 2583 0 0 0 4 1 0 0 24 0 1 0 546504517 87404544 2307 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814245943 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/8919/statm: 21339 2307 707 364 0 1556 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85356

[startup+0.300495 s]
/proc/loadavg: 2.88 3.35 5.00 1/251 8919
/proc/meminfo: memFree=17626388/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=126800 CPUtime=0.15 cores=0-7
/proc/8919/stat : 8919 (python) R 8917 8919 8402 0 -1 4202496 5451 935 1 0 11 4 0 0 24 0 1 0 546504517 129843200 4005 33554432000 4194304 5683644 140736283426608 18446744073709551615 5213936 0 0 16781312 2 0 0 0 17 2 0 0 6
/proc/8919/statm: 31700 4005 1007 364 0 2995 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 126800

[startup+0.700428 s]
/proc/loadavg: 2.88 3.35 5.00 1/251 8919
/proc/meminfo: memFree=17626388/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=272880 CPUtime=0.4 cores=0-7
/proc/8919/stat : 8919 (python) R 8917 8919 8402 0 -1 4202496 8893 935 1 0 30 10 0 0 25 0 1 0 546504517 279429120 6654 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814265962 0 0 16781312 2 0 0 0 17 2 0 0 6
/proc/8919/statm: 68300 6656 1720 364 0 5370 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 272880

[startup+1.50029 s]
/proc/loadavg: 2.88 3.35 5.00 2/252 8924
/proc/meminfo: memFree=17581492/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=336308 CPUtime=1.2 cores=0-7
/proc/8919/stat : 8919 (python) R 8917 8919 8402 0 -1 4202496 30155 935 1 0 108 12 0 0 25 0 1 0 546504517 344379392 21451 33554432000 4194304 5683644 140736283426608 18446744073709551615 251813937524 0 0 16781312 2 0 0 0 17 2 0 0 6
/proc/8919/statm: 84077 21451 1815 364 0 20001 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 336308

[startup+3.1011 s]
/proc/loadavg: 2.88 3.35 5.00 2/252 8924
/proc/meminfo: memFree=17552352/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=331848 CPUtime=2.8 cores=0-7
/proc/8919/stat : 8919 (python) R 8917 8919 8402 0 -1 4202496 31807 935 1 0 268 12 0 0 25 0 1 0 546504517 339812352 20347 33554432000 4194304 5683644 140736283426608 18446744073709551615 47955103415568 0 0 16781312 2 0 0 0 17 2 0 0 6
/proc/8919/statm: 82962 20347 1826 364 0 18886 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 331848

[startup+6.30056 s]
/proc/loadavg: 2.73 3.31 4.98 2/252 8924
/proc/meminfo: memFree=17552848/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=331848 CPUtime=6 cores=0-7
/proc/8919/stat : 8919 (python) R 8917 8919 8402 0 -1 4202496 31808 935 1 0 588 12 0 0 25 0 1 0 546504517 339812352 20348 33554432000 4194304 5683644 140736283426608 18446744073709551615 251813900817 0 0 16781312 2 0 0 0 17 2 0 0 6
/proc/8919/statm: 82962 20348 1827 364 0 18886 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 331848

[startup+12.7005 s]
/proc/loadavg: 2.59 3.28 4.96 2/252 8924
/proc/meminfo: memFree=17552372/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=334076 CPUtime=12.4 cores=0-7
/proc/8919/stat : 8919 (python) R 8917 8919 8402 0 -1 4202496 32371 935 1 0 1228 12 0 0 25 0 1 0 546504517 342093824 20911 33554432000 4194304 5683644 140736283426608 18446744073709551615 47955070761088 0 0 16781312 2 0 0 0 17 2 0 0 6
/proc/8919/statm: 83519 20911 1833 364 0 19443 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 334076

[startup+25.5013 s]
/proc/loadavg: 2.87 3.30 4.94 9/276 8949
/proc/meminfo: memFree=16620256/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=477300 CPUtime=19.72 cores=0-7
/proc/8919/stat : 8919 (python) S 8917 8919 8402 0 -1 4202496 37594 935 1 0 1957 15 0 0 25 0 9 0 546504517 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 6
/proc/8919/statm: 119325 20029 1889 364 0 55222 0
[pid=8925] ppid=8919 vsize=329728 CPUtime=0 cores=0-7
/proc/8925/stat : 8925 (python) S 8919 8919 8402 0 -1 4202560 915 0 0 0 0 0 0 0 18 0 1 0 546506498 337641472 18361 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260239 0 0 16781312 514 4619668477139976452 0 0 17 1 0 0 0
/proc/8925/statm: 82432 18361 376 364 0 18350 0
[pid=8927] ppid=8925 vsize=47536 CPUtime=5.68 cores=0-7
/proc/8927/stat : 8927 (lingeling) R 8925 8927 8927 0 -1 4202496 17124 0 0 0 566 2 0 0 25 0 1 0 546506499 48676864 11053 33554432000 4194304 4352236 140733864656672 18446744073709551615 4268041 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/8927/statm: 11884 11053 127 39 0 10964 0
[pid=8928] ppid=8919 vsize=339984 CPUtime=0 cores=0-7
/proc/8928/stat : 8928 (python) S 8919 8919 8402 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 546506501 348143616 18359 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 4619664628849279234 0 0 17 7 0 0 0
/proc/8928/statm: 84996 18359 370 364 0 20911 0
[pid=8930] ppid=8928 vsize=398348 CPUtime=5.65 cores=0-7
/proc/8930/stat : 8930 (cryptominisat-2) R 8928 8930 8930 0 -1 4202496 85482 0 0 0 553 12 0 0 25 0 1 0 546506502 407908352 83010 33554432000 4194304 4677096 140735023406576 18446744073709551615 4317697 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/8930/statm: 99587 83010 362 118 0 94546 0
[pid=8931] ppid=8919 vsize=415776 CPUtime=0.01 cores=0-7
/proc/8931/stat : 8931 (python) S 8919 8919 8402 0 -1 4202560 781 0 0 0 0 1 0 0 18 0 1 0 546506504 425754624 18481 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 8196324276958101764 0 0 17 1 0 0 0
/proc/8931/statm: 103944 18481 371 364 0 39856 0
[pid=8933] ppid=8931 vsize=47872 CPUtime=5.62 cores=0-7
/proc/8933/stat : 8933 (lingeling) R 8931 8933 8933 0 -1 4202496 14462 0 0 0 560 2 0 0 25 0 1 0 546506505 49020928 11136 33554432000 4194304 4352236 140736402315808 18446744073709551615 4267601 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/8933/statm: 11968 11136 127 39 0 11048 0
[pid=8934] ppid=8919 vsize=426032 CPUtime=0 cores=0-7
/proc/8934/stat : 8934 (python) S 8919 8919 8402 0 -1 4202560 793 0 0 0 0 0 0 0 18 0 1 0 546506507 436256768 18465 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 8196335821830193412 0 0 17 6 0 0 0
/proc/8934/statm: 106508 18465 371 364 0 42417 0
[pid=8936] ppid=8934 vsize=403860 CPUtime=5.59 cores=0-7
/proc/8936/stat : 8936 (cryptominisat-2) R 8934 8936 8936 0 -1 4202496 86724 0 0 0 550 9 0 0 25 0 1 0 546506508 413552640 84263 33554432000 4194304 4677096 140737181448336 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8936/statm: 100965 84263 362 118 0 95924 0
[pid=8937] ppid=8919 vsize=436288 CPUtime=0 cores=0-7
/proc/8937/stat : 8937 (python) S 8919 8919 8402 0 -1 4202560 798 0 0 0 0 0 0 0 18 0 1 0 546506511 446758912 18538 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352312107389911297 0 0 17 1 0 0 0
/proc/8937/statm: 109072 18538 371 364 0 44978 0
[pid=8939] ppid=8937 vsize=47652 CPUtime=5.54 cores=0-7
/proc/8939/stat : 8939 (lingeling) R 8937 8939 8939 0 -1 4202496 17076 0 0 0 552 2 0 0 25 0 1 0 546506511 48795648 11081 33554432000 4194304 4352236 140735868000768 18446744073709551615 4208896 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/8939/statm: 11913 11081 127 39 0 10993 0
[pid=8940] ppid=8919 vsize=446544 CPUtime=0 cores=0-7
/proc/8940/stat : 8940 (python) S 8919 8919 8402 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 546506514 457261056 18542 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352308259099214084 0 0 17 1 0 0 0
/proc/8940/statm: 111636 18542 371 364 0 47539 0
[pid=8942] ppid=8940 vsize=18864 CPUtime=5.46 cores=0-7
/proc/8942/stat : 8942 (SApperloT-base) R 8940 8942 8942 0 -1 4202496 4487 0 0 0 545 1 0 0 25 0 1 0 546506514 19316736 4140 33554432000 134512640 135674940 4289233632 18446744073709551615 134564417 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8942/statm: 4716 4140 99 284 0 4430 0
[pid=8943] ppid=8919 vsize=456800 CPUtime=0 cores=0-7
/proc/8943/stat : 8943 (python) S 8919 8919 8402 0 -1 4202560 816 0 0 0 0 0 0 0 18 0 1 0 546506517 467763200 18500 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352304410808516866 0 0 17 1 0 0 0
/proc/8943/statm: 114200 18500 370 364 0 50100 0
[pid=8945] ppid=8943 vsize=93208 CPUtime=5.38 cores=0-7
/proc/8945/stat : 8945 (precosat) R 8943 8945 8945 0 -1 4202496 23800 0 0 0 535 3 0 0 25 0 1 0 546506519 95444992 22015 33554432000 4194304 4890832 140734197110160 18446744073709551615 4293432 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/8945/statm: 23302 22015 86 171 0 23129 0
[pid=8946] ppid=8919 vsize=467056 CPUtime=0.01 cores=0-7
/proc/8946/stat : 8946 (python) S 8919 8919 8402 0 -1 4202560 863 0 0 0 0 1 0 0 18 0 1 0 546506520 478265344 18513 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352300562517819652 0 0 17 1 0 0 0
/proc/8946/statm: 116764 18513 377 364 0 52661 0
[pid=8948] ppid=8946 vsize=47580 CPUtime=5.44 cores=0-7
/proc/8948/stat : 8948 (lingeling) R 8946 8948 8948 0 -1 4202496 16851 0 0 0 542 2 0 0 25 0 1 0 546506522 48721920 11063 33554432000 4194304 4352236 140737321253344 18446744073709551615 4208172 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/8948/statm: 11895 11063 127 39 0 10975 0
[pid=8919/tid=8926] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8926/stat : 8926 (python) S 8917 8919 8402 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 546506499 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8929] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8929/stat : 8929 (python) S 8917 8919 8402 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 546506502 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 3 0 0 0
[pid=8919/tid=8932] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8932/stat : 8932 (python) S 8917 8919 8402 0 -1 4202560 71 935 0 0 0 0 0 0 25 0 9 0 546506505 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 0 0 0 0
[pid=8919/tid=8935] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8935/stat : 8935 (python) S 8917 8919 8402 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 546506508 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8938] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8938/stat : 8938 (python) S 8917 8919 8402 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 546506511 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8941] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8941/stat : 8941 (python) S 8917 8919 8402 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 546506514 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 7 0 0 0
[pid=8919/tid=8944] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8944/stat : 8944 (python) S 8917 8919 8402 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 546506517 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 1 0 0 0
[pid=8919/tid=8947] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8947/stat : 8947 (python) S 8917 8919 8402 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 546506520 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 64.1
Current children cumulated vsize (KiB) 4900428

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

[startup+27.101 s]
/proc/loadavg: 2.87 3.30 4.94 9/276 8949
/proc/meminfo: memFree=16514360/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=477300 CPUtime=19.72 cores=0-7
/proc/8919/stat : 8919 (python) S 8917 8919 8402 0 -1 4202496 37594 935 1 0 1957 15 0 0 25 0 9 0 546504517 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 6
/proc/8919/statm: 119325 20029 1889 364 0 55222 0
[pid=8925] ppid=8919 vsize=329728 CPUtime=0 cores=0-7
/proc/8925/stat : 8925 (python) S 8919 8919 8402 0 -1 4202560 915 0 0 0 0 0 0 0 18 0 1 0 546506498 337641472 18361 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260239 0 0 16781312 514 4619668477139976452 0 0 17 1 0 0 0
/proc/8925/statm: 82432 18361 376 364 0 18350 0
[pid=8927] ppid=8925 vsize=39028 CPUtime=7.28 cores=0-7
/proc/8927/stat : 8927 (lingeling) R 8925 8927 8927 0 -1 4202496 17126 0 0 0 726 2 0 0 25 0 1 0 546506499 39964672 8928 33554432000 4194304 4352236 140733864656672 18446744073709551615 4278708 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/8927/statm: 9757 8928 129 39 0 8837 0
[pid=8928] ppid=8919 vsize=339984 CPUtime=0 cores=0-7
/proc/8928/stat : 8928 (python) S 8919 8919 8402 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 546506501 348143616 18359 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 4619664628849279234 0 0 17 7 0 0 0
/proc/8928/statm: 84996 18359 370 364 0 20911 0
[pid=8930] ppid=8928 vsize=454644 CPUtime=7.25 cores=0-7
/proc/8930/stat : 8930 (cryptominisat-2) R 8928 8930 8930 0 -1 4202496 98553 0 0 0 712 13 0 0 25 0 1 0 546506502 465555456 96081 33554432000 4194304 4677096 140735023406576 18446744073709551615 4319744 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/8930/statm: 113661 96081 362 118 0 108620 0
[pid=8931] ppid=8919 vsize=415776 CPUtime=0.01 cores=0-7
/proc/8931/stat : 8931 (python) S 8919 8919 8402 0 -1 4202560 781 0 0 0 0 1 0 0 18 0 1 0 546506504 425754624 18481 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 8196324276958101764 0 0 17 1 0 0 0
/proc/8931/statm: 103944 18481 371 364 0 39856 0
[pid=8933] ppid=8931 vsize=39364 CPUtime=7.22 cores=0-7
/proc/8933/stat : 8933 (lingeling) R 8931 8933 8933 0 -1 4202496 14464 0 0 0 720 2 0 0 25 0 1 0 546506505 40308736 9011 33554432000 4194304 4352236 140736402315808 18446744073709551615 4234128 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/8933/statm: 9841 9011 129 39 0 8921 0
[pid=8934] ppid=8919 vsize=426032 CPUtime=0 cores=0-7

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

/proc/8919/task/8929/stat : 8929 (python) S 8917 8919 8402 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 546506502 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 3 0 0 0
[pid=8919/tid=8932] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8932/stat : 8932 (python) S 8917 8919 8402 0 -1 4202560 71 935 0 0 0 0 0 0 25 0 9 0 546506505 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 0 0 0 0
[pid=8919/tid=8935] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8935/stat : 8935 (python) S 8917 8919 8402 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 546506508 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8938] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8938/stat : 8938 (python) S 8917 8919 8402 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 546506511 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8941] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8941/stat : 8941 (python) S 8917 8919 8402 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 546506514 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 7 0 0 0
[pid=8919/tid=8944] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8944/stat : 8944 (python) S 8917 8919 8402 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 546506517 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 1 0 0 0
[pid=8919/tid=8947] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8947/stat : 8947 (python) S 8917 8919 8402 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 546506520 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 76.89
Current children cumulated vsize (KiB) 4974536

[startup+28.7017 s]
/proc/loadavg: 2.87 3.30 4.94 9/276 8949
/proc/meminfo: memFree=16510392/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=477300 CPUtime=19.72 cores=0-7
/proc/8919/stat : 8919 (python) S 8917 8919 8402 0 -1 4202496 37594 935 1 0 1957 15 0 0 25 0 9 0 546504517 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 6
/proc/8919/statm: 119325 20029 1889 364 0 55222 0
[pid=8925] ppid=8919 vsize=329728 CPUtime=0 cores=0-7
/proc/8925/stat : 8925 (python) S 8919 8919 8402 0 -1 4202560 915 0 0 0 0 0 0 0 18 0 1 0 546506498 337641472 18361 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260239 0 0 16781312 514 4619668477139976452 0 0 17 1 0 0 0
/proc/8925/statm: 82432 18361 376 364 0 18350 0
[pid=8927] ppid=8925 vsize=39028 CPUtime=8.88 cores=0-7
/proc/8927/stat : 8927 (lingeling) R 8925 8927 8927 0 -1 4202496 17126 0 0 0 886 2 0 0 25 0 1 0 546506499 39964672 8928 33554432000 4194304 4352236 140733864656672 18446744073709551615 4279053 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/8927/statm: 9757 8928 129 39 0 8837 0
[pid=8928] ppid=8919 vsize=339984 CPUtime=0 cores=0-7
/proc/8928/stat : 8928 (python) S 8919 8919 8402 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 546506501 348143616 18359 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 4619664628849279234 0 0 17 7 0 0 0
/proc/8928/statm: 84996 18359 370 364 0 20911 0
[pid=8930] ppid=8928 vsize=455128 CPUtime=8.85 cores=0-7
/proc/8930/stat : 8930 (cryptominisat-2) R 8928 8930 8930 0 -1 4202496 98634 0 0 0 872 13 0 0 25 0 1 0 546506502 466051072 96162 33554432000 4194304 4677096 140735023406576 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/8930/statm: 113782 96162 362 118 0 108741 0
[pid=8931] ppid=8919 vsize=415776 CPUtime=0.01 cores=0-7
/proc/8931/stat : 8931 (python) S 8919 8919 8402 0 -1 4202560 781 0 0 0 0 1 0 0 18 0 1 0 546506504 425754624 18481 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 8196324276958101764 0 0 17 1 0 0 0
/proc/8931/statm: 103944 18481 371 364 0 39856 0
[pid=8933] ppid=8931 vsize=39360 CPUtime=8.82 cores=0-7
/proc/8933/stat : 8933 (lingeling) R 8931 8933 8933 0 -1 4202496 14464 0 0 0 880 2 0 0 25 0 1 0 546506505 40304640 9010 33554432000 4194304 4352236 140736402315808 18446744073709551615 4234462 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/8933/statm: 9840 9010 129 39 0 8920 0
[pid=8934] ppid=8919 vsize=426032 CPUtime=0 cores=0-7
/proc/8934/stat : 8934 (python) S 8919 8919 8402 0 -1 4202560 793 0 0 0 0 0 0 0 18 0 1 0 546506507 436256768 18465 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 8196335821830193412 0 0 17 6 0 0 0
/proc/8934/statm: 106508 18465 371 364 0 42417 0
[pid=8936] ppid=8934 vsize=455132 CPUtime=8.79 cores=0-7
/proc/8936/stat : 8936 (cryptominisat-2) R 8934 8936 8936 0 -1 4202496 98623 0 0 0 868 11 0 0 25 0 1 0 546506508 466055168 96162 33554432000 4194304 4677096 140737181448336 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8936/statm: 113783 96162 362 118 0 108742 0
[pid=8937] ppid=8919 vsize=436288 CPUtime=0 cores=0-7
/proc/8937/stat : 8937 (python) S 8919 8919 8402 0 -1 4202560 798 0 0 0 0 0 0 0 18 0 1 0 546506511 446758912 18538 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352312107389911297 0 0 17 1 0 0 0
/proc/8937/statm: 109072 18538 371 364 0 44978 0
[pid=8939] ppid=8937 vsize=39148 CPUtime=8.74 cores=0-7
/proc/8939/stat : 8939 (lingeling) R 8937 8939 8939 0 -1 4202496 17078 0 0 0 872 2 0 0 25 0 1 0 546506511 40087552 8957 33554432000 4194304 4352236 140735868000768 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/8939/statm: 9787 8957 129 39 0 8867 0
[pid=8940] ppid=8919 vsize=446544 CPUtime=0 cores=0-7
/proc/8940/stat : 8940 (python) S 8919 8919 8402 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 546506514 457261056 18542 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352308259099214084 0 0 17 1 0 0 0
/proc/8940/statm: 111636 18542 371 364 0 47539 0
[pid=8942] ppid=8940 vsize=20656 CPUtime=8.63 cores=0-7
/proc/8942/stat : 8942 (SApperloT-base) R 8940 8942 8942 0 -1 4202496 4928 0 0 0 862 1 0 0 25 0 1 0 546506514 21151744 4581 33554432000 134512640 135674940 4289233632 18446744073709551615 134564271 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8942/statm: 5164 4581 99 284 0 4878 0
[pid=8943] ppid=8919 vsize=456800 CPUtime=0 cores=0-7
/proc/8943/stat : 8943 (python) S 8919 8919 8402 0 -1 4202560 816 0 0 0 0 0 0 0 18 0 1 0 546506517 467763200 18500 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352304410808516866 0 0 17 1 0 0 0
/proc/8943/statm: 114200 18500 370 364 0 50100 0
[pid=8945] ppid=8943 vsize=93208 CPUtime=8.58 cores=0-7
/proc/8945/stat : 8945 (precosat) R 8943 8945 8945 0 -1 4202496 23825 0 0 0 855 3 0 0 25 0 1 0 546506519 95444992 22040 33554432000 4194304 4890832 140734197110160 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/8945/statm: 23302 22040 86 171 0 23129 0
[pid=8946] ppid=8919 vsize=467056 CPUtime=0.01 cores=0-7
/proc/8946/stat : 8946 (python) S 8919 8919 8402 0 -1 4202560 863 0 0 0 0 1 0 0 18 0 1 0 546506520 478265344 18513 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352300562517819652 0 0 17 1 0 0 0
/proc/8946/statm: 116764 18513 377 364 0 52661 0
[pid=8948] ppid=8946 vsize=39072 CPUtime=8.64 cores=0-7
/proc/8948/stat : 8948 (lingeling) R 8946 8948 8948 0 -1 4202496 16853 0 0 0 862 2 0 0 25 0 1 0 546506522 40009728 8938 33554432000 4194304 4352236 140737321253344 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/8948/statm: 9768 8938 129 39 0 8848 0
[pid=8919/tid=8926] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8926/stat : 8926 (python) S 8917 8919 8402 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 546506499 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8929] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8929/stat : 8929 (python) S 8917 8919 8402 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 546506502 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 3 0 0 0
[pid=8919/tid=8932] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8932/stat : 8932 (python) S 8917 8919 8402 0 -1 4202560 71 935 0 0 0 0 0 0 25 0 9 0 546506505 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 0 0 0 0
[pid=8919/tid=8935] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8935/stat : 8935 (python) S 8917 8919 8402 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 546506508 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8938] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8938/stat : 8938 (python) S 8917 8919 8402 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 546506511 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8941] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8941/stat : 8941 (python) S 8917 8919 8402 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 546506514 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 7 0 0 0
[pid=8919/tid=8944] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8944/stat : 8944 (python) S 8917 8919 8402 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 546506517 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 1 0 0 0
[pid=8919/tid=8947] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8947/stat : 8947 (python) S 8917 8919 8402 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 546506520 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 89.67
Current children cumulated vsize (KiB) 4976240

[startup+29.5016 s]
/proc/loadavg: 2.87 3.30 4.94 9/276 8949
/proc/meminfo: memFree=16510392/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=477300 CPUtime=19.72 cores=0-7
/proc/8919/stat : 8919 (python) S 8917 8919 8402 0 -1 4202496 37594 935 1 0 1957 15 0 0 25 0 9 0 546504517 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 6
/proc/8919/statm: 119325 20029 1889 364 0 55222 0
[pid=8925] ppid=8919 vsize=329728 CPUtime=0 cores=0-7
/proc/8925/stat : 8925 (python) S 8919 8919 8402 0 -1 4202560 915 0 0 0 0 0 0 0 18 0 1 0 546506498 337641472 18361 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260239 0 0 16781312 514 4619668477139976452 0 0 17 1 0 0 0
/proc/8925/statm: 82432 18361 376 364 0 18350 0
[pid=8927] ppid=8925 vsize=39028 CPUtime=9.68 cores=0-7
/proc/8927/stat : 8927 (lingeling) R 8925 8927 8927 0 -1 4202496 17126 0 0 0 966 2 0 0 25 0 1 0 546506499 39964672 8928 33554432000 4194304 4352236 140733864656672 18446744073709551615 4235282 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/8927/statm: 9757 8928 129 39 0 8837 0
[pid=8928] ppid=8919 vsize=339984 CPUtime=0.01 cores=0-7
/proc/8928/stat : 8928 (python) S 8919 8919 8402 0 -1 4202560 908 0 0 0 1 0 0 0 16 0 1 0 546506501 348143616 18359 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 678205164586238210 0 0 17 7 0 0 0
/proc/8928/statm: 84996 18359 370 364 0 20911 0
[pid=8930] ppid=8928 vsize=462508 CPUtime=9.65 cores=0-7
/proc/8930/stat : 8930 (cryptominisat-2) R 8928 8930 8930 0 -1 4202496 100421 0 0 0 952 13 0 0 25 0 1 0 546506502 473608192 97949 33554432000 4194304 4677096 140735023406576 18446744073709551615 4462636 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/8930/statm: 115627 97949 372 118 0 110586 0
[pid=8931] ppid=8919 vsize=415776 CPUtime=0.01 cores=0-7
/proc/8931/stat : 8931 (python) S 8919 8919 8402 0 -1 4202560 781 0 0 0 0 1 0 0 18 0 1 0 546506504 425754624 18481 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 8196324276958101764 0 0 17 1 0 0 0
/proc/8931/statm: 103944 18481 371 364 0 39856 0
[pid=8933] ppid=8931 vsize=39360 CPUtime=9.62 cores=0-7
/proc/8933/stat : 8933 (lingeling) R 8931 8933 8933 0 -1 4202496 14464 0 0 0 960 2 0 0 25 0 1 0 546506505 40304640 9010 33554432000 4194304 4352236 140736402315808 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/8933/statm: 9840 9010 129 39 0 8920 0
[pid=8934] ppid=8919 vsize=426032 CPUtime=0 cores=0-7
/proc/8934/stat : 8934 (python) S 8919 8919 8402 0 -1 4202560 794 0 0 0 0 0 0 0 16 0 1 0 546506507 436256768 18465 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 13071856252412199172 0 0 17 6 0 0 0
/proc/8934/statm: 106508 18465 371 364 0 42417 0
[pid=8936] ppid=8934 vsize=468880 CPUtime=9.59 cores=0-7
/proc/8936/stat : 8936 (cryptominisat-2) R 8934 8936 8936 0 -1 4202496 102012 0 0 0 948 11 0 0 25 0 1 0 546506508 480133120 99551 33554432000 4194304 4677096 140737181448336 18446744073709551615 4468032 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8936/statm: 117220 99551 372 118 0 112179 0
[pid=8937] ppid=8919 vsize=436288 CPUtime=0 cores=0-7
/proc/8937/stat : 8937 (python) S 8919 8919 8402 0 -1 4202560 798 0 0 0 0 0 0 0 18 0 1 0 546506511 446758912 18538 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352312107389911297 0 0 17 1 0 0 0
/proc/8937/statm: 109072 18538 371 364 0 44978 0
[pid=8939] ppid=8937 vsize=39148 CPUtime=9.54 cores=0-7
/proc/8939/stat : 8939 (lingeling) R 8937 8939 8939 0 -1 4202496 17078 0 0 0 952 2 0 0 25 0 1 0 546506511 40087552 8957 33554432000 4194304 4352236 140735868000768 18446744073709551615 4234447 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/8939/statm: 9787 8957 129 39 0 8867 0
[pid=8940] ppid=8919 vsize=446544 CPUtime=0 cores=0-7
/proc/8940/stat : 8940 (python) S 8919 8919 8402 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 546506514 457261056 18542 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352308259099214084 0 0 17 1 0 0 0
/proc/8940/statm: 111636 18542 371 364 0 47539 0
[pid=8942] ppid=8940 vsize=20920 CPUtime=9.42 cores=0-7
/proc/8942/stat : 8942 (SApperloT-base) R 8940 8942 8942 0 -1 4202496 5005 0 0 0 941 1 0 0 25 0 1 0 546506514 21422080 4658 33554432000 134512640 135674940 4289233632 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8942/statm: 5230 4658 99 284 0 4944 0
[pid=8943] ppid=8919 vsize=456800 CPUtime=0 cores=0-7
/proc/8943/stat : 8943 (python) S 8919 8919 8402 0 -1 4202560 816 0 0 0 0 0 0 0 18 0 1 0 546506517 467763200 18500 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352304410808516866 0 0 17 1 0 0 0
/proc/8943/statm: 114200 18500 370 364 0 50100 0
[pid=8945] ppid=8943 vsize=93208 CPUtime=9.38 cores=0-7
/proc/8945/stat : 8945 (precosat) R 8943 8945 8945 0 -1 4202496 23825 0 0 0 935 3 0 0 25 0 1 0 546506519 95444992 22040 33554432000 4194304 4890832 140734197110160 18446744073709551615 4291642 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/8945/statm: 23302 22040 86 171 0 23129 0
[pid=8946] ppid=8919 vsize=467056 CPUtime=0.01 cores=0-7
/proc/8946/stat : 8946 (python) S 8919 8919 8402 0 -1 4202560 863 0 0 0 0 1 0 0 18 0 1 0 546506520 478265344 18513 33554432000 4194304 5683644 140736283426608 18446744073709551615 251814260294 0 0 16781312 514 5352300562517819652 0 0 17 1 0 0 0
/proc/8946/statm: 116764 18513 377 364 0 52661 0
[pid=8948] ppid=8946 vsize=39072 CPUtime=9.44 cores=0-7
/proc/8948/stat : 8948 (lingeling) R 8946 8948 8948 0 -1 4202496 16853 0 0 0 942 2 0 0 25 0 1 0 546506522 40009728 8938 33554432000 4194304 4352236 140737321253344 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/8948/statm: 9768 8938 129 39 0 8848 0
[pid=8919/tid=8926] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8926/stat : 8926 (python) S 8917 8919 8402 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 546506499 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8929] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8929/stat : 8929 (python) S 8917 8919 8402 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 546506502 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 3 0 0 0
[pid=8919/tid=8932] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8932/stat : 8932 (python) S 8917 8919 8402 0 -1 4202560 71 935 0 0 0 0 0 0 25 0 9 0 546506505 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 0 0 0 0
[pid=8919/tid=8935] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8935/stat : 8935 (python) S 8917 8919 8402 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 546506508 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8938] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8938/stat : 8938 (python) S 8917 8919 8402 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 546506511 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 6 0 0 0
[pid=8919/tid=8941] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8941/stat : 8941 (python) S 8917 8919 8402 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 546506514 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 7 0 0 0
[pid=8919/tid=8944] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8944/stat : 8944 (python) S 8917 8919 8402 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 546506517 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 1 0 0 0
[pid=8919/tid=8947] ppid=8917 vsize=477300 CPUtime=0 cores=0-7
/proc/8919/task/8947/stat : 8947 (python) S 8917 8919 8402 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 546506520 488755200 20029 33554432000 4194304 5683644 140736283426608 18446744073709551615 251826063793 0 0 16781312 2 18446604471133497472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.07
Current children cumulated vsize (KiB) 4997632

[startup+29.7106 s]
/proc/loadavg: 2.87 3.30 4.94 10/276 8949
/proc/meminfo: memFree=16482740/32950928 swapFree=67111448/67111528
[pid=8919] ppid=8917 vsize=425972 CPUtime=97.65 cores=0-7
/proc/8919/stat : 8919 (python) R 8917 8919 8402 0 -1 4202496 39616 306604 1 0 1958 15 7737 55 17 0 1 0 546504517 436195328 19991 33554432000 4194304 5683644 140736283426608 18446744073709551615 5116756 0 0 16781312 0 0 0 0 17 1 0 0 6
/proc/8919/statm: 106493 19991 1873 364 0 42417 0
Current children cumulated CPU time (s) 97.65
Current children cumulated vsize (KiB) 425972

Child status: 0
Real time (s): 29.7464
CPU time (s): 97.7081
CPU user time (s): 96.9833
CPU system time (s): 0.724889
CPU usage (%): 328.471
Max. virtual memory (cumulated for all children) (KiB): 5004132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.9833
system time used= 0.724889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354294
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= 3075
involuntary context switches= 559

runsolver used 0.069989 second user time and 0.171973 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-02 17:10:58
IDJOB=3321699
IDBENCH=82489
IDSOLVER=1710
FILE ID=node126/3321699-1304349058
RUNJOBID= node126-1304348078-8416
PBS_JOBID= 13178661
Free space on /tmp= 73652 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtswvtms14x8p1-tseitin.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-3321699-1304349058/watcher-3321699-1304349058 -o /tmp/evaluation-result-3321699-1304349058/solver-3321699-1304349058 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321699-1304349058.cnf -seed 193195778 -budget 40000 -cores 8

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

MD5SUM BENCH= 649b4cf0a21e275b244b1034d05ded52
RANDOM SEED=193195778

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17626668 kB
Buffers:        339868 kB
Cached:        2004576 kB
SwapCached:         76 kB
Active:       13085744 kB
Inactive:      1871500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17626668 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           36564 kB
Writeback:           0 kB
AnonPages:    12613364 kB
Mapped:          22088 kB
Slab:           262708 kB
PageTables:      37420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35611716 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= 73620 MiB
End job on node126 at 2011-05-02 17:11:28