Trace number 3321681

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 297.541 56.7221

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7437
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.46	c INFO: solving HOME/instance-3321681-1304348950.cnf
0.30/0.46	c INFO: computing task features
1.19/1.34	c INFO: computed variable-clause graph statistics
1.19/1.38	c INFO: computed clause balance statistics
6.09/6.21	c INFO: computed variable balance statistics
9.59/9.73	c INFO: computed small-clause counts
9.59/9.78	c INFO: computed Horn-clause counts
21.90/22.06	c INFO: computed variable graph statistics
21.90/22.06	c INFO: collected features for HOME/instance-3321681-1304348950.cnf in 21.57 s
21.90/22.09	c INFO: running lingeling-276@0 for 97 with 39978 remaining (b = 0.41)
21.99/22.12	c INFO: running lingeling-276@0 for 1261 with 39978 remaining (b = 0.51)
21.99/22.15	c INFO: running cryptominisat-2.9.0@0 for 485 with 39978 remaining (b = 0.35)
21.99/22.19	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39978 remaining (b = 0.56)
22.09/22.22	c INFO: running lingeling-276@0 for 1261 with 39978 remaining (b = 0.41)
22.09/22.26	c INFO: running SApperloT@0 for 97 with 39978 remaining (b = 0.03)
22.09/22.29	c INFO: running precosat-570@0 for 388 with 39978 remaining (b = 0.22)
22.19/22.33	c INFO: running lingeling-276@0 for 1261 with 39978 remaining (b = 0.31)
296.84/56.69	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-3321681-1304348950/watcher-3321681-1304348950 -o /tmp/evaluation-result-3321681-1304348950/solver-3321681-1304348950 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321681-1304348950.cnf -seed 628914340 -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.79 3.28 5.48 2/198 26931
/proc/meminfo: memFree=25534144/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=15384 CPUtime=0 cores=0-7
/proc/26931/stat : 26931 (python) R 26929 26931 26594 0 -1 4202496 821 0 0 0 0 0 0 0 20 0 1 0 625125716 15753216 705 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895488512 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/26931/statm: 3846 705 334 364 0 333 0

[startup+0.102445 s]
/proc/loadavg: 2.79 3.28 5.48 2/198 26931
/proc/meminfo: memFree=25534144/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=104616 CPUtime=0.06 cores=0-7
/proc/26931/stat : 26931 (python) S 26929 26931 26594 0 -1 4202496 3100 0 0 0 5 1 0 0 17 0 1 0 625125716 107126784 2779 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/26931/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.200427 s]
/proc/loadavg: 2.79 3.28 5.48 2/198 26931
/proc/meminfo: memFree=25534144/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=128864 CPUtime=0.14 cores=0-7
/proc/26931/stat : 26931 (python) R 26929 26931 26594 0 -1 4202496 5582 934 1 0 12 2 0 0 19 0 1 0 625125716 131956736 4019 33554432000 4194304 5683644 140736546370032 18446744073709551615 5212294 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26931/statm: 32216 4019 1011 364 0 2995 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 128864

[startup+0.30042 s]
/proc/loadavg: 2.79 3.28 5.48 2/198 26931
/proc/meminfo: memFree=25534144/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=170756 CPUtime=0.22 cores=0-7
/proc/26931/stat : 26931 (python) R 26929 26931 26594 0 -1 4202496 6740 934 1 0 17 5 0 0 18 0 1 0 625125716 174854144 4808 33554432000 4194304 5683644 140736546370032 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26931/statm: 42688 4807 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170756

[startup+0.700338 s]
/proc/loadavg: 2.79 3.28 5.48 2/198 26931
/proc/meminfo: memFree=25534144/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=298796 CPUtime=0.59 cores=0-7
/proc/26931/stat : 26931 (python) R 26929 26931 26594 0 -1 4202496 14319 934 1 0 51 8 0 0 18 0 1 0 625125716 305967104 11999 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26931/statm: 74699 11999 1761 364 0 10623 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 298796

[startup+1.5012 s]
/proc/loadavg: 2.79 3.28 5.48 2/199 26936
/proc/meminfo: memFree=25468788/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=335916 CPUtime=1.39 cores=0-7
/proc/26931/stat : 26931 (python) R 26929 26931 26594 0 -1 4202496 33535 934 1 0 129 10 0 0 20 0 1 0 625125716 343977984 21364 33554432000 4194304 5683644 140736546370032 18446744073709551615 231898899121 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26931/statm: 83979 21364 1826 364 0 19903 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 335916

[startup+3.10089 s]
/proc/loadavg: 2.79 3.28 5.48 2/199 26936
/proc/meminfo: memFree=25455644/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=335916 CPUtime=2.99 cores=0-7
/proc/26931/stat : 26931 (python) R 26929 26931 26594 0 -1 4202496 33535 934 1 0 289 10 0 0 25 0 1 0 625125716 343977984 21364 33554432000 4194304 5683644 140736546370032 18446744073709551615 47855349764130 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26931/statm: 83979 21364 1826 364 0 19903 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 335916

[startup+6.3003 s]
/proc/loadavg: 2.65 3.24 5.45 2/199 26936
/proc/meminfo: memFree=25456636/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=335916 CPUtime=6.19 cores=0-7
/proc/26931/stat : 26931 (python) R 26929 26931 26594 0 -1 4202496 33536 934 1 0 609 10 0 0 25 0 1 0 625125716 343977984 21365 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895150589 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26931/statm: 83979 21365 1827 364 0 19903 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 335916

[startup+12.7011 s]
/proc/loadavg: 2.51 3.21 5.43 2/199 26936
/proc/meminfo: memFree=25455288/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=338320 CPUtime=12.59 cores=0-7
/proc/26931/stat : 26931 (python) R 26929 26931 26594 0 -1 4202496 34143 934 1 0 1249 10 0 0 25 0 1 0 625125716 346439680 21972 33554432000 4194304 5683644 140736546370032 18446744073709551615 47855349512332 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26931/statm: 84580 21972 1833 364 0 20504 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 338320

[startup+25.5016 s]
/proc/loadavg: 2.74 3.21 5.40 9/223 26961
/proc/meminfo: memFree=24875860/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=481204 CPUtime=22.22 cores=0-7
/proc/26931/stat : 26931 (python) S 26929 26931 26594 0 -1 4202496 39955 934 1 0 2209 13 0 0 19 0 9 0 625125716 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26931/statm: 120301 20884 1889 364 0 56198 0
[pid=26938] ppid=26931 vsize=333632 CPUtime=0 cores=0-7
/proc/26938/stat : 26938 (python) S 26931 26931 26594 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 625127925 341639168 19314 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510543 0 0 16781312 514 4303695498474127620 0 0 17 1 0 0 0
/proc/26938/statm: 83408 19314 353 364 0 19326 0
[pid=26940] ppid=26938 vsize=37260 CPUtime=3.39 cores=0-7
/proc/26940/stat : 26940 (lingeling) R 26938 26940 26940 0 -1 4202496 13607 0 0 0 337 2 0 0 25 0 1 0 625127926 38154240 7972 33554432000 4194304 4352236 140735223904736 18446744073709551615 4230139 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26940/statm: 9315 7972 127 39 0 8395 0
[pid=26941] ppid=26931 vsize=343888 CPUtime=0 cores=0-7
/proc/26941/stat : 26941 (python) S 26931 26931 26594 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 625127928 352141312 19312 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 4099656651806572804 0 0 17 6 0 0 0
/proc/26941/statm: 85972 19312 347 364 0 21887 0
[pid=26943] ppid=26941 vsize=37192 CPUtime=3.36 cores=0-7
/proc/26943/stat : 26943 (lingeling) R 26941 26943 26943 0 -1 4202496 13554 0 0 0 335 1 0 0 25 0 1 0 625127929 38084608 8466 33554432000 4194304 4352236 140735061847120 18446744073709551615 4229138 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26943/statm: 9298 8466 127 39 0 8378 0
[pid=26944] ppid=26931 vsize=354144 CPUtime=0 cores=0-7
/proc/26944/stat : 26944 (python) S 26931 26931 26594 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 625127932 362643456 19316 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3981064427146281219 0 0 17 1 0 0 0
/proc/26944/statm: 88536 19316 347 364 0 24448 0
[pid=26946] ppid=26944 vsize=197080 CPUtime=3.32 cores=0-7
/proc/26946/stat : 26946 (cryptominisat-2) R 26944 26946 26946 0 -1 4202496 44501 0 0 0 327 5 0 0 25 0 1 0 625127932 201809920 42019 33554432000 4194304 4677096 140735188619856 18446744073709551615 4319362 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26946/statm: 49270 42019 362 118 0 44229 0
[pid=26947] ppid=26931 vsize=364400 CPUtime=0 cores=0-7
/proc/26947/stat : 26947 (python) S 26931 26931 26594 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 625127935 373145600 19320 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 4582452207563014401 0 0 17 7 0 0 0
/proc/26947/statm: 91100 19320 347 364 0 27009 0
[pid=26949] ppid=26947 vsize=197080 CPUtime=3.29 cores=0-7
/proc/26949/stat : 26949 (cryptominisat-2) R 26947 26949 26949 0 -1 4202496 44495 0 0 0 322 7 0 0 25 0 1 0 625127936 201809920 42012 33554432000 4194304 4677096 140733951464960 18446744073709551615 4318826 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26949/statm: 49270 42012 362 118 0 44229 0
[pid=26950] ppid=26931 vsize=440192 CPUtime=0 cores=0-7
/proc/26950/stat : 26950 (python) S 26931 26931 26594 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 625127939 450756608 19326 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 4582456055853711618 0 0 17 1 0 0 0
/proc/26950/statm: 110048 19326 347 364 0 45954 0
[pid=26952] ppid=26950 vsize=37208 CPUtime=3.26 cores=0-7
/proc/26952/stat : 26952 (lingeling) R 26950 26952 26952 0 -1 4202496 13022 0 0 0 324 2 0 0 25 0 1 0 625127940 38100992 7959 33554432000 4194304 4352236 140734781308144 18446744073709551615 4228448 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26952/statm: 9302 7959 127 39 0 8382 0
[pid=26953] ppid=26931 vsize=450448 CPUtime=0 cores=0-7
/proc/26953/stat : 26953 (python) S 26931 26931 26594 0 -1 4202560 769 0 0 0 0 0 0 0 18 0 1 0 625127942 461258752 19330 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 4582448359272317188 0 0 17 1 0 0 0
/proc/26953/statm: 112612 19330 347 364 0 48515 0
[pid=26955] ppid=26953 vsize=18772 CPUtime=3.2 cores=0-7
/proc/26955/stat : 26955 (SApperloT-base) R 26953 26955 26955 0 -1 4202496 4499 0 0 0 319 1 0 0 25 0 1 0 625127943 19222528 4133 33554432000 134512640 135674940 4290535680 18446744073709551615 134552289 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26955/statm: 4693 4133 99 284 0 4407 0
[pid=26956] ppid=26931 vsize=460704 CPUtime=0 cores=0-7
/proc/26956/stat : 26956 (python) S 26931 26931 26594 0 -1 4202560 777 0 0 0 0 0 0 0 18 0 1 0 625127946 471760896 19334 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3986477597767729412 0 0 17 1 0 0 0
/proc/26956/statm: 115176 19334 347 364 0 51076 0
[pid=26958] ppid=26956 vsize=100028 CPUtime=3.14 cores=0-7
/proc/26958/stat : 26958 (precosat) R 26956 26958 26958 0 -1 4202496 25752 0 0 0 310 4 0 0 25 0 1 0 625127948 102428672 23877 33554432000 4194304 4890832 140736864717296 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/26958/statm: 25007 23877 86 171 0 24834 0
[pid=26959] ppid=26931 vsize=470960 CPUtime=0 cores=0-7
/proc/26959/stat : 26959 (python) S 26931 26931 26594 0 -1 4202560 821 0 0 0 0 0 0 0 18 0 1 0 625127949 482263040 19344 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3986489142639821060 0 0 17 1 0 0 0
/proc/26959/statm: 117740 19344 353 364 0 53637 0
[pid=26961] ppid=26959 vsize=37276 CPUtime=3.14 cores=0-7
/proc/26961/stat : 26961 (lingeling) R 26959 26961 26961 0 -1 4202496 13078 0 0 0 312 2 0 0 25 0 1 0 625127951 38170624 7976 33554432000 4194304 4352236 140736754267712 18446744073709551615 4214782 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26961/statm: 9319 7976 127 39 0 8399 0
[pid=26931/tid=26939] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26939/stat : 26939 (python) S 26929 26931 26594 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 9 0 625127926 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 0 0 0 0
[pid=26931/tid=26942] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26942/stat : 26942 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 9 0 625127929 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26931/tid=26945] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26945/stat : 26945 (python) S 26929 26931 26594 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 625127932 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26931/tid=26948] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26948/stat : 26948 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 18 0 9 0 625127936 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 5 0 0 0
[pid=26931/tid=26951] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26951/stat : 26951 (python) S 26929 26931 26594 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 9 0 625127939 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26931/tid=26954] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26954/stat : 26954 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 19 0 9 0 625127943 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 7 0 0 0
[pid=26931/tid=26957] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26957/stat : 26957 (python) S 26929 26931 26594 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 625127946 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
[pid=26931/tid=26960] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26960/stat : 26960 (python) S 26929 26931 26594 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 625127950 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.32
Current children cumulated vsize (KiB) 4361468

[startup+51.1018 s]
/proc/loadavg: 4.60 3.61 5.47 10/223 26961
/proc/meminfo: memFree=24692700/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=481204 CPUtime=22.22 cores=0-7
/proc/26931/stat : 26931 (python) S 26929 26931 26594 0 -1 4202496 39955 934 1 0 2209 13 0 0 19 0 9 0 625125716 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26931/statm: 120301 20884 1889 364 0 56198 0
[pid=26938] ppid=26931 vsize=333632 CPUtime=0.04 cores=0-7
/proc/26938/stat : 26938 (python) S 26931 26931 26594 0 -1 4202560 921 0 0 0 2 2 0 0 18 0 1 0 625127925 341639168 19337 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510543 0 0 16781312 514 3319786244069622020 0 0 17 1 0 0 0
/proc/26938/statm: 83408 19337 376 364 0 19326 0
[pid=26940] ppid=26938 vsize=28432 CPUtime=28.99 cores=0-7
/proc/26940/stat : 26940 (lingeling) R 26938 26940 26940 0 -1 4202496 23163 0 0 0 2896 3 0 0 25 0 1 0 625127926 29114368 6278 33554432000 4194304 4352236 140735223904736 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26940/statm: 7108 6278 129 39 0 6188 0
[pid=26941] ppid=26931 vsize=343888 CPUtime=0.04 cores=0-7
/proc/26941/stat : 26941 (python) S 26931 26931 26594 0 -1 4202560 902 0 0 0 2 2 0 0 18 0 1 0 625127928 352141312 19335 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3319786244069622020 0 0 17 6 0 0 0
/proc/26941/statm: 85972 19335 370 364 0 21887 0
[pid=26943] ppid=26941 vsize=31788 CPUtime=28.96 cores=0-7
/proc/26943/stat : 26943 (lingeling) R 26941 26943 26943 0 -1 4202496 21248 0 0 0 2894 2 0 0 25 0 1 0 625127929 32550912 7149 33554432000 4194304 4352236 140735061847120 18446744073709551615 4231197 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26943/statm: 7947 7149 129 39 0 7027 0
[pid=26944] ppid=26931 vsize=354144 CPUtime=0.05 cores=0-7
/proc/26944/stat : 26944 (python) S 26931 26931 26594 0 -1 4202560 907 0 0 0 3 2 0 0 15 0 1 0 625127932 362643456 19339 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 5627696339438502147 0 0 17 1 0 0 0
/proc/26944/statm: 88536 19339 370 364 0 24448 0
[pid=26946] ppid=26944 vsize=297508 CPUtime=28.88 cores=0-7
/proc/26946/stat : 26946 (cryptominisat-2) R 26944 26946 26946 0 -1 4202496 72556 0 0 0 2879 9 0 0 25 0 1 0 625127932 304648192 64310 33554432000 4194304 4677096 140735188619856 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26946/statm: 74377 64310 391 118 0 69336 0
[pid=26947] ppid=26931 vsize=364400 CPUtime=0.05 cores=0-7
/proc/26947/stat : 26947 (python) S 26931 26931 26594 0 -1 4202560 919 0 0 0 3 2 0 0 15 0 1 0 625127935 373145600 19343 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 4611593663745589505 0 0 17 7 0 0 0
/proc/26947/statm: 91100 19343 370 364 0 27009 0

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

/proc/26931/task/26942/stat : 26942 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 9 0 625127929 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26931/tid=26945] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26945/stat : 26945 (python) S 26929 26931 26594 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 625127932 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26931/tid=26948] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26948/stat : 26948 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 18 0 9 0 625127936 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 5 0 0 0
[pid=26931/tid=26951] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26951/stat : 26951 (python) S 26929 26931 26594 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 9 0 625127939 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26931/tid=26954] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26954/stat : 26954 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 19 0 9 0 625127943 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 7 0 0 0
[pid=26931/tid=26957] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26957/stat : 26957 (python) S 26929 26931 26594 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 625127946 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
[pid=26931/tid=26960] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26960/stat : 26960 (python) S 26929 26931 26594 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 625127950 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 292.07
Current children cumulated vsize (KiB) 4559120

[startup+56.4018 s]
/proc/loadavg: 4.87 3.69 5.48 9/223 26962
/proc/meminfo: memFree=24670628/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=481204 CPUtime=22.22 cores=0-7
/proc/26931/stat : 26931 (python) S 26929 26931 26594 0 -1 4202496 39955 934 1 0 2209 13 0 0 19 0 9 0 625125716 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26931/statm: 120301 20884 1889 364 0 56198 0
[pid=26938] ppid=26931 vsize=333632 CPUtime=0.05 cores=0-7
/proc/26938/stat : 26938 (python) S 26931 26931 26594 0 -1 4202560 923 0 0 0 3 2 0 0 18 0 1 0 625127925 341639168 19337 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510543 0 0 16781312 514 3319786244069622020 0 0 17 1 0 0 0
/proc/26938/statm: 83408 19337 376 364 0 19326 0
[pid=26940] ppid=26938 vsize=28908 CPUtime=34.29 cores=0-7
/proc/26940/stat : 26940 (lingeling) R 26938 26940 26940 0 -1 4202496 23291 0 0 0 3426 3 0 0 25 0 1 0 625127926 29601792 6397 33554432000 4194304 4352236 140735223904736 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26940/statm: 7227 6397 129 39 0 6307 0
[pid=26941] ppid=26931 vsize=343888 CPUtime=0.04 cores=0-7
/proc/26941/stat : 26941 (python) S 26931 26931 26594 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 625127928 352141312 19335 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3319786244069622020 0 0 17 6 0 0 0
/proc/26941/statm: 85972 19335 370 364 0 21887 0
[pid=26943] ppid=26941 vsize=32776 CPUtime=34.26 cores=0-7
/proc/26943/stat : 26943 (lingeling) R 26941 26943 26943 0 -1 4202496 21505 0 0 0 3424 2 0 0 25 0 1 0 625127929 33562624 7396 33554432000 4194304 4352236 140735061847120 18446744073709551615 4238609 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26943/statm: 8194 7396 129 39 0 7274 0
[pid=26944] ppid=26931 vsize=354144 CPUtime=0.06 cores=0-7
/proc/26944/stat : 26944 (python) S 26931 26931 26594 0 -1 4202560 912 0 0 0 3 3 0 0 15 0 1 0 625127932 362643456 19339 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 5627696339438502147 0 0 17 1 0 0 0
/proc/26944/statm: 88536 19339 370 364 0 24448 0
[pid=26946] ppid=26944 vsize=308064 CPUtime=34.17 cores=0-7
/proc/26946/stat : 26946 (cryptominisat-2) R 26944 26946 26946 0 -1 4202496 74671 0 0 0 3407 10 0 0 25 0 1 0 625127932 315457536 66425 33554432000 4194304 4677096 140735188619856 18446744073709551615 4320272 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26946/statm: 77016 66425 391 118 0 71975 0
[pid=26947] ppid=26931 vsize=364400 CPUtime=0.06 cores=0-7
/proc/26947/stat : 26947 (python) S 26931 26931 26594 0 -1 4202560 923 0 0 0 4 2 0 0 15 0 1 0 625127935 373145600 19343 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 4611593663745589505 0 0 17 7 0 0 0
/proc/26947/statm: 91100 19343 370 364 0 27009 0
[pid=26949] ppid=26947 vsize=309348 CPUtime=34.2 cores=0-7
/proc/26949/stat : 26949 (cryptominisat-2) R 26947 26949 26949 0 -1 4202496 74031 0 0 0 3406 14 0 0 25 0 1 0 625127936 316772352 65894 33554432000 4194304 4677096 140733951464960 18446744073709551615 4335943 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26949/statm: 77337 65894 391 118 0 72296 0
[pid=26950] ppid=26931 vsize=440192 CPUtime=0.05 cores=0-7
/proc/26950/stat : 26950 (python) S 26931 26931 26594 0 -1 4202560 948 0 0 0 2 3 0 0 18 0 1 0 625127939 450756608 19349 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3319786244069622018 0 0 17 1 0 0 0
/proc/26950/statm: 110048 19349 370 364 0 45954 0
[pid=26952] ppid=26950 vsize=29092 CPUtime=34.16 cores=0-7
/proc/26952/stat : 26952 (lingeling) R 26950 26952 26952 0 -1 4202496 23774 0 0 0 3413 3 0 0 25 0 1 0 625127940 29790208 6443 33554432000 4194304 4352236 140734781308144 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26952/statm: 7273 6443 129 39 0 6353 0
[pid=26953] ppid=26931 vsize=450448 CPUtime=0.05 cores=0-7
/proc/26953/stat : 26953 (python) S 26931 26931 26594 0 -1 4202560 958 0 0 0 3 2 0 0 18 0 1 0 625127942 461258752 19353 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3319786244069622020 0 0 17 1 0 0 0
/proc/26953/statm: 112612 19353 370 364 0 48515 0
[pid=26955] ppid=26953 vsize=33352 CPUtime=33.81 cores=0-7
/proc/26955/stat : 26955 (SApperloT-base) R 26953 26955 26955 0 -1 4202496 8114 0 0 0 3379 2 0 0 25 0 1 0 625127943 34152448 7748 33554432000 134512640 135674940 4290535680 18446744073709551615 134564552 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26955/statm: 8338 7748 100 284 0 8052 0
[pid=26956] ppid=26931 vsize=460704 CPUtime=0.04 cores=0-7
/proc/26956/stat : 26956 (python) S 26931 26931 26594 0 -1 4202560 971 0 0 0 2 2 0 0 18 0 1 0 625127946 471760896 19357 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3319786244069622020 0 0 17 1 0 0 0
/proc/26956/statm: 115176 19357 370 364 0 51076 0
[pid=26958] ppid=26956 vsize=100028 CPUtime=33.72 cores=0-7
/proc/26958/stat : 26958 (precosat) R 26956 26958 26958 0 -1 4202496 25766 0 0 0 3368 4 0 0 25 0 1 0 625127948 102428672 23891 33554432000 4194304 4890832 140736864717296 18446744073709551615 4295047 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/26958/statm: 25007 23891 86 171 0 24834 0
[pid=26959] ppid=26931 vsize=470960 CPUtime=0.04 cores=0-7
/proc/26959/stat : 26959 (python) R 26931 26931 26594 0 -1 4202560 1015 0 0 0 2 2 0 0 18 0 1 0 625127949 482263040 19367 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895486388 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/26959/statm: 117740 19367 376 364 0 53637 0
[pid=26961] ppid=26959 vsize=30352 CPUtime=34.03 cores=0-7
/proc/26961/stat : 26961 (lingeling) R 26959 26961 26961 0 -1 4202496 24165 0 0 0 3400 3 0 0 25 0 1 0 625127951 31080448 6758 33554432000 4194304 4352236 140736754267712 18446744073709551615 4328336 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26961/statm: 7588 6758 129 39 0 6668 0
[pid=26931/tid=26939] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26939/stat : 26939 (python) S 26929 26931 26594 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 9 0 625127926 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 0 0 0 0
[pid=26931/tid=26942] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26942/stat : 26942 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 9 0 625127929 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26931/tid=26945] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26945/stat : 26945 (python) S 26929 26931 26594 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 625127932 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26931/tid=26948] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26948/stat : 26948 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 18 0 9 0 625127936 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 5 0 0 0
[pid=26931/tid=26951] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26951/stat : 26951 (python) S 26929 26931 26594 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 9 0 625127939 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26931/tid=26954] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26954/stat : 26954 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 19 0 9 0 625127943 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 7 0 0 0
[pid=26931/tid=26957] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26957/stat : 26957 (python) S 26929 26931 26594 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 625127946 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
[pid=26931/tid=26960] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26960/stat : 26960 (python) S 26929 26931 26594 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 625127950 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 295.25
Current children cumulated vsize (KiB) 4571492

[startup+56.6018 s]
/proc/loadavg: 4.87 3.69 5.48 9/223 26962
/proc/meminfo: memFree=24670628/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=481204 CPUtime=22.22 cores=0-7
/proc/26931/stat : 26931 (python) S 26929 26931 26594 0 -1 4202496 39955 934 1 0 2209 13 0 0 19 0 9 0 625125716 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26931/statm: 120301 20884 1889 364 0 56198 0
[pid=26938] ppid=26931 vsize=333632 CPUtime=0.05 cores=0-7
/proc/26938/stat : 26938 (python) S 26931 26931 26594 0 -1 4202560 923 0 0 0 3 2 0 0 18 0 1 0 625127925 341639168 19337 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510543 0 0 16781312 514 3319786244069622020 0 0 17 1 0 0 0
/proc/26938/statm: 83408 19337 376 364 0 19326 0
[pid=26940] ppid=26938 vsize=29420 CPUtime=34.49 cores=0-7
/proc/26940/stat : 26940 (lingeling) R 26938 26940 26940 0 -1 4202496 23419 0 0 0 3446 3 0 0 25 0 1 0 625127926 30126080 6525 33554432000 4194304 4352236 140735223904736 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26940/statm: 7355 6525 129 39 0 6435 0
[pid=26941] ppid=26931 vsize=343888 CPUtime=0.04 cores=0-7
/proc/26941/stat : 26941 (python) S 26931 26931 26594 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 625127928 352141312 19335 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3319786244069622020 0 0 17 6 0 0 0
/proc/26941/statm: 85972 19335 370 364 0 21887 0
[pid=26943] ppid=26941 vsize=32776 CPUtime=34.46 cores=0-7
/proc/26943/stat : 26943 (lingeling) R 26941 26943 26943 0 -1 4202496 21505 0 0 0 3444 2 0 0 25 0 1 0 625127929 33562624 7396 33554432000 4194304 4352236 140735061847120 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26943/statm: 8194 7396 129 39 0 7274 0
[pid=26944] ppid=26931 vsize=354144 CPUtime=0.06 cores=0-7
/proc/26944/stat : 26944 (python) S 26931 26931 26594 0 -1 4202560 913 0 0 0 3 3 0 0 16 0 1 0 625127932 362643456 19339 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 5627696339438502147 0 0 17 1 0 0 0
/proc/26944/statm: 88536 19339 370 364 0 24448 0
[pid=26946] ppid=26944 vsize=298200 CPUtime=34.37 cores=0-7
/proc/26946/stat : 26946 (cryptominisat-2) R 26944 26946 26946 0 -1 4202496 74690 0 0 0 3427 10 0 0 25 0 1 0 625127932 305356800 64427 33554432000 4194304 4677096 140735188619856 18446744073709551615 47979201852904 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26946/statm: 74550 64427 396 118 0 69509 0
[pid=26947] ppid=26931 vsize=364400 CPUtime=0.06 cores=0-7
/proc/26947/stat : 26947 (python) S 26931 26931 26594 0 -1 4202560 923 0 0 0 4 2 0 0 15 0 1 0 625127935 373145600 19343 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 4611593663745589505 0 0 17 7 0 0 0
/proc/26947/statm: 91100 19343 370 364 0 27009 0
[pid=26949] ppid=26947 vsize=309348 CPUtime=34.4 cores=0-7
/proc/26949/stat : 26949 (cryptominisat-2) R 26947 26949 26949 0 -1 4202496 74061 0 0 0 3426 14 0 0 25 0 1 0 625127936 316772352 65924 33554432000 4194304 4677096 140733951464960 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26949/statm: 77337 65924 391 118 0 72296 0
[pid=26950] ppid=26931 vsize=440192 CPUtime=0.05 cores=0-7
/proc/26950/stat : 26950 (python) S 26931 26931 26594 0 -1 4202560 948 0 0 0 2 3 0 0 18 0 1 0 625127939 450756608 19349 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3319786244069622018 0 0 17 1 0 0 0
/proc/26950/statm: 110048 19349 370 364 0 45954 0
[pid=26952] ppid=26950 vsize=29092 CPUtime=34.36 cores=0-7
/proc/26952/stat : 26952 (lingeling) R 26950 26952 26952 0 -1 4202496 23774 0 0 0 3433 3 0 0 25 0 1 0 625127940 29790208 6443 33554432000 4194304 4352236 140734781308144 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26952/statm: 7273 6443 129 39 0 6353 0
[pid=26953] ppid=26931 vsize=450448 CPUtime=0.05 cores=0-7
/proc/26953/stat : 26953 (python) S 26931 26931 26594 0 -1 4202560 958 0 0 0 3 2 0 0 18 0 1 0 625127942 461258752 19353 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3319786244069622020 0 0 17 1 0 0 0
/proc/26953/statm: 112612 19353 370 364 0 48515 0
[pid=26955] ppid=26953 vsize=33868 CPUtime=34.01 cores=0-7
/proc/26955/stat : 26955 (SApperloT-base) R 26953 26955 26955 0 -1 4202496 8194 0 0 0 3399 2 0 0 25 0 1 0 625127943 34680832 7828 33554432000 134512640 135674940 4290535680 18446744073709551615 134565400 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26955/statm: 8467 7828 100 284 0 8181 0
[pid=26956] ppid=26931 vsize=460704 CPUtime=0.04 cores=0-7
/proc/26956/stat : 26956 (python) S 26931 26931 26594 0 -1 4202560 971 0 0 0 2 2 0 0 18 0 1 0 625127946 471760896 19357 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3319786244069622020 0 0 17 1 0 0 0
/proc/26956/statm: 115176 19357 370 364 0 51076 0
[pid=26958] ppid=26956 vsize=100028 CPUtime=33.91 cores=0-7
/proc/26958/stat : 26958 (precosat) R 26956 26958 26958 0 -1 4202496 25766 0 0 0 3387 4 0 0 25 0 1 0 625127948 102428672 23891 33554432000 4194304 4890832 140736864717296 18446744073709551615 4299162 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/26958/statm: 25007 23891 86 171 0 24834 0
[pid=26959] ppid=26931 vsize=470960 CPUtime=0.04 cores=0-7
/proc/26959/stat : 26959 (python) S 26931 26931 26594 0 -1 4202560 1015 0 0 0 2 2 0 0 18 0 1 0 625127949 482263040 19367 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895510598 0 0 16781312 514 3319786244069622020 0 0 17 1 0 0 0
/proc/26959/statm: 117740 19367 376 364 0 53637 0
[pid=26961] ppid=26959 vsize=30352 CPUtime=34.23 cores=0-7
/proc/26961/stat : 26961 (lingeling) R 26959 26961 26961 0 -1 4202496 24165 0 0 0 3420 3 0 0 25 0 1 0 625127951 31080448 6758 33554432000 4194304 4352236 140736754267712 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26961/statm: 7588 6758 129 39 0 6668 0
[pid=26931/tid=26939] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26939/stat : 26939 (python) S 26929 26931 26594 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 9 0 625127926 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 0 0 0 0
[pid=26931/tid=26942] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26942/stat : 26942 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 9 0 625127929 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 4 0 0 0
[pid=26931/tid=26945] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26945/stat : 26945 (python) S 26929 26931 26594 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 625127932 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26931/tid=26948] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26948/stat : 26948 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 18 0 9 0 625127936 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 5 0 0 0
[pid=26931/tid=26951] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26951/stat : 26951 (python) S 26929 26931 26594 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 9 0 625127939 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 2 0 0 0
[pid=26931/tid=26954] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26954/stat : 26954 (python) S 26929 26931 26594 0 -1 4202560 19 934 0 0 0 0 0 0 19 0 9 0 625127943 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 7 0 0 0
[pid=26931/tid=26957] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26957/stat : 26957 (python) S 26929 26931 26594 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 625127946 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
[pid=26931/tid=26960] ppid=26929 vsize=481204 CPUtime=0 cores=0-7
/proc/26931/task/26960/stat : 26960 (python) S 26929 26931 26594 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 625127950 492752896 20884 33554432000 4194304 5683644 140736546370032 18446744073709551615 231907314097 0 0 16781312 2 18446604449400294464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 296.84
Current children cumulated vsize (KiB) 4562656

[startup+56.7018 s]
/proc/loadavg: 4.87 3.69 5.48 9/223 26962
/proc/meminfo: memFree=24670628/32950928 swapFree=67111356/67111528
[pid=26931] ppid=26929 vsize=429876 CPUtime=297.49 cores=0-7
/proc/26931/stat : 26931 (python) R 26929 26931 26594 0 -1 4202496 44524 284644 1 0 2210 13 27452 74 17 0 1 0 625125716 440193024 20848 33554432000 4194304 5683644 140736546370032 18446744073709551615 231895145911 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26931/statm: 107469 20848 1873 364 0 43393 0
Current children cumulated CPU time (s) 297.49
Current children cumulated vsize (KiB) 429876

Child status: 0
Real time (s): 56.7221
CPU time (s): 297.541
CPU user time (s): 296.641
CPU system time (s): 0.899863
CPU usage (%): 524.558
Max. virtual memory (cumulated for all children) (KiB): 4572004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.641
system time used= 0.899863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335112
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= 1716
involuntary context switches= 1763

runsolver used 0.122981 second user time and 0.241963 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-02 17:09:10
IDJOB=3321681
IDBENCH=82473
IDSOLVER=1710
FILE ID=node114/3321681-1304348950
RUNJOBID= node114-1304348279-26608
PBS_JOBID= 13178665
Free space on /tmp= 73708 MiB

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

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

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=628914340

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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	: 5226.15
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.848
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.848
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.73
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.848
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.75
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.848
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.848
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.848
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:     32950928 kB
MemFree:      25534176 kB
Buffers:       1149548 kB
Cached:        2496540 kB
SwapCached:        168 kB
Active:        3649024 kB
Inactive:      3242916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25534176 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           37408 kB
Writeback:           0 kB
AnonPages:     3246408 kB
Mapped:          20304 kB
Slab:           447620 kB
PageTables:      12632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3800852 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= 73676 MiB
End job on node114 at 2011-05-02 17:10:07