Trace number 3321623

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 296.585 45.1136

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9334
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3321623-1304348369.cnf
0.35/0.67	c INFO: computing task features
1.02/1.38	c INFO: computed variable-clause graph statistics
1.13/1.41	c INFO: computed clause balance statistics
4.53/4.81	c INFO: computed variable balance statistics
7.44/7.74	c INFO: computed small-clause counts
7.44/7.76	c INFO: computed Horn-clause counts
8.63/8.91	c INFO: computed variable graph statistics
8.63/8.91	c INFO: collected features for HOME/instance-3321623-1304348369.cnf in 8.21 s
8.63/8.94	c INFO: running lingeling-276@0 for 97 with 39991 remaining (b = 0.22)
8.63/8.97	c INFO: running cryptominisat-2.9.0@0 for 485 with 39991 remaining (b = 0.23)
8.73/9.00	c INFO: running lingeling-276@0 for 1261 with 39991 remaining (b = 0.40)
8.73/9.03	c INFO: running cryptominisat-2.9.0@0 for 485 with 39991 remaining (b = 0.17)
8.73/9.06	c INFO: running lingeling-276@0 for 1261 with 39991 remaining (b = 0.32)
8.73/9.09	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39991 remaining (b = 0.42)
8.83/9.12	c INFO: running SApperloT@0 for 97 with 39991 remaining (b = 0.02)
8.83/9.16	c INFO: running precosat-570@0 for 291 with 39991 remaining (b = 0.09)
295.98/45.07	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-3321623-1304348369/watcher-3321623-1304348369 -o /tmp/evaluation-result-3321623-1304348369/solver-3321623-1304348369 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321623-1304348369.cnf -seed 565482526 -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: 6.20 5.43 6.74 1/251 8548
/proc/meminfo: memFree=17635080/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=15380 CPUtime=0 cores=0-7
/proc/8548/stat : 8548 (python) R 8546 8548 8402 0 -1 4202496 811 0 0 0 0 0 0 0 20 0 1 0 546435584 15749120 696 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814238208 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8548/statm: 3845 696 334 364 0 332 0

[startup+0.0871189 s]
/proc/loadavg: 6.20 5.43 6.74 1/251 8548
/proc/meminfo: memFree=17635080/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=54536 CPUtime=0.05 cores=0-7
/proc/8548/stat : 8548 (python) S 8546 8548 8402 0 -1 4202496 2057 0 0 0 4 1 0 0 20 0 1 0 546435584 55844864 1814 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/8548/statm: 13634 1814 492 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.100116 s]
/proc/loadavg: 6.20 5.43 6.74 1/251 8548
/proc/meminfo: memFree=17635080/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=87704 CPUtime=0.06 cores=0-7
/proc/8548/stat : 8548 (python) R 8546 8548 8402 0 -1 4202496 2638 0 0 0 5 1 0 0 20 0 1 0 546435584 89808896 2354 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814239888 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8548/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300082 s]
/proc/loadavg: 6.20 5.43 6.74 1/251 8548
/proc/meminfo: memFree=17635080/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=135748 CPUtime=0.18 cores=0-7
/proc/8548/stat : 8548 (python) R 8546 8548 8402 0 -1 4202496 5965 934 1 0 14 4 0 0 20 0 1 0 546435584 139005952 4150 33554432000 4194304 5683644 140734693980112 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8548/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701015 s]
/proc/loadavg: 6.20 5.43 6.74 1/251 8548
/proc/meminfo: memFree=17635080/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=283996 CPUtime=0.43 cores=0-7
/proc/8548/stat : 8548 (python) R 8546 8548 8402 0 -1 4202496 10647 934 1 0 33 10 0 0 19 0 1 0 546435584 290811904 8325 33554432000 4194304 5683644 140734693980112 18446744073709551615 4445119 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8548/statm: 70999 8325 1761 364 0 6923 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 283996

[startup+1.50088 s]
/proc/loadavg: 6.20 5.43 6.74 2/252 8553
/proc/meminfo: memFree=17587944/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=326672 CPUtime=1.23 cores=0-7
/proc/8548/stat : 8548 (python) R 8546 8548 8402 0 -1 4202496 29873 934 1 0 110 13 0 0 20 0 1 0 546435584 334512128 19053 33554432000 4194304 5683644 140734693980112 18446744073709551615 47317928479389 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8548/statm: 81668 19053 1826 364 0 17592 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 326672

[startup+3.10068 s]
/proc/loadavg: 6.20 5.43 6.74 2/252 8553
/proc/meminfo: memFree=17565128/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=326672 CPUtime=2.83 cores=0-7
/proc/8548/stat : 8548 (python) R 8546 8548 8402 0 -1 4202496 29873 934 1 0 270 13 0 0 25 0 1 0 546435584 334512128 19053 33554432000 4194304 5683644 140734693980112 18446744073709551615 4567036 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8548/statm: 81668 19053 1826 364 0 17592 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 326672

[startup+6.30115 s]
/proc/loadavg: 5.78 5.36 6.71 2/252 8553
/proc/meminfo: memFree=17565140/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=326672 CPUtime=6.03 cores=0-7
/proc/8548/stat : 8548 (python) R 8546 8548 8402 0 -1 4202496 29874 934 1 0 590 13 0 0 25 0 1 0 546435584 334512128 19054 33554432000 4194304 5683644 140734693980112 18446744073709551615 47317931063299 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8548/statm: 81668 19054 1827 364 0 17592 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 326672

[startup+12.701 s]
/proc/loadavg: 6.04 5.42 6.72 9/276 8578
/proc/meminfo: memFree=16932824/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=472420 CPUtime=8.88 cores=0-7
/proc/8548/stat : 8548 (python) S 8546 8548 8402 0 -1 4202496 35963 934 1 0 873 15 0 0 24 0 9 0 546435584 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8548/statm: 118105 18858 1889 364 0 54002 0
[pid=8554] ppid=8548 vsize=324848 CPUtime=0 cores=0-7
/proc/8554/stat : 8554 (python) S 8548 8548 8402 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 546436478 332644352 17118 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260239 0 0 16781312 514 16120384181816492290 0 0 17 7 0 0 0
/proc/8554/statm: 81212 17118 353 364 0 17130 0
[pid=8556] ppid=8554 vsize=17084 CPUtime=3.74 cores=0-7
/proc/8556/stat : 8556 (lingeling) R 8554 8556 8556 0 -1 4202496 6599 0 0 0 374 0 0 0 25 0 1 0 546436479 17494016 3462 33554432000 4194304 4352236 140736176379792 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8556/statm: 4271 3462 126 39 0 3351 0
[pid=8557] ppid=8548 vsize=335104 CPUtime=0 cores=0-7
/proc/8557/stat : 8557 (python) S 8548 8548 8402 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 546436481 343146496 17116 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 2710873685245264132 0 0 17 0 0 0 0
/proc/8557/statm: 83776 17116 347 364 0 19691 0
[pid=8559] ppid=8557 vsize=206568 CPUtime=3.72 cores=0-7
/proc/8559/stat : 8559 (cryptominisat-2) R 8557 8559 8559 0 -1 4202496 42892 0 0 0 366 6 0 0 25 0 1 0 546436481 211525632 42114 33554432000 4194304 4677096 140734306860560 18446744073709551615 4319391 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8559/statm: 51642 42114 361 118 0 46601 0
[pid=8560] ppid=8548 vsize=345360 CPUtime=0 cores=0-7
/proc/8560/stat : 8560 (python) S 8548 8548 8402 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 546436484 353648640 17120 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 4247201491527368961 0 0 17 1 0 0 0
/proc/8560/statm: 86340 17120 347 364 0 22252 0
[pid=8562] ppid=8560 vsize=17084 CPUtime=3.68 cores=0-7
/proc/8562/stat : 8562 (lingeling) R 8560 8562 8562 0 -1 4202496 6576 0 0 0 368 0 0 0 25 0 1 0 546436485 17494016 3438 33554432000 4194304 4352236 140733452491184 18446744073709551615 4208844 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/8562/statm: 4271 3438 126 39 0 3351 0
[pid=8563] ppid=8548 vsize=355616 CPUtime=0 cores=0-7
/proc/8563/stat : 8563 (python) S 8548 8548 8402 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 546436487 364150784 17124 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 11040288617770483971 0 0 17 1 0 0 0
/proc/8563/statm: 88904 17124 347 364 0 24813 0
[pid=8565] ppid=8563 vsize=206572 CPUtime=3.65 cores=0-7
/proc/8565/stat : 8565 (cryptominisat-2) R 8563 8565 8565 0 -1 4202496 42893 0 0 0 360 5 0 0 25 0 1 0 546436488 211529728 42115 33554432000 4194304 4677096 140734680125248 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8565/statm: 51643 42115 361 118 0 46602 0
[pid=8566] ppid=8548 vsize=431408 CPUtime=0 cores=0-7
/proc/8566/stat : 8566 (python) S 8548 8548 8402 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 546436490 441761792 17246 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 4110844732375007491 0 0 17 1 0 0 0
/proc/8566/statm: 107852 17246 348 364 0 43758 0
[pid=8568] ppid=8566 vsize=17784 CPUtime=3.59 cores=0-7
/proc/8568/stat : 8568 (lingeling) R 8566 8568 8568 0 -1 4202496 6619 0 0 0 359 0 0 0 25 0 1 0 546436491 18210816 3487 33554432000 4194304 4352236 140733764374016 18446744073709551615 4268413 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8568/statm: 4446 3487 126 39 0 3526 0
[pid=8569] ppid=8548 vsize=441664 CPUtime=0 cores=0-7
/proc/8569/stat : 8569 (python) S 8548 8548 8402 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 546436493 452263936 17246 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 4840868226415952130 0 0 17 2 0 0 0
/proc/8569/statm: 110416 17246 348 364 0 46319 0
[pid=8571] ppid=8569 vsize=206568 CPUtime=3.59 cores=0-7
/proc/8571/stat : 8571 (cryptominisat-2) R 8569 8571 8571 0 -1 4202496 42886 0 0 0 354 5 0 0 25 0 1 0 546436494 211525632 42114 33554432000 4194304 4677096 140734255578112 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8571/statm: 51642 42114 361 118 0 46601 0
[pid=8572] ppid=8548 vsize=451920 CPUtime=0 cores=0-7
/proc/8572/stat : 8572 (python) S 8548 8548 8402 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 546436497 462766080 17240 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 4247205339818066180 0 0 17 1 0 0 0
/proc/8572/statm: 112980 17240 348 364 0 48880 0
[pid=8574] ppid=8572 vsize=15912 CPUtime=3.52 cores=0-7
/proc/8574/stat : 8574 (SApperloT-base) R 8572 8574 8574 0 -1 4202496 3717 0 0 0 351 1 0 0 25 0 1 0 546436499 16293888 3454 33554432000 134512640 135674940 4294218320 18446744073709551615 134564009 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8574/statm: 3978 3454 99 284 0 3692 0
[pid=8575] ppid=8548 vsize=462176 CPUtime=0 cores=0-7
/proc/8575/stat : 8575 (python) S 8548 8548 8402 0 -1 4202560 778 0 0 0 0 0 0 0 18 0 1 0 546436500 473268224 17319 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 3098593920792101123 0 0 17 1 0 0 0
/proc/8575/statm: 115544 17319 354 364 0 51441 0
[pid=8577] ppid=8575 vsize=51484 CPUtime=3.51 cores=0-7
/proc/8577/stat : 8577 (precosat) R 8575 8577 8577 0 -1 4202496 13365 0 0 0 349 2 0 0 25 0 1 0 546436501 52719616 12641 33554432000 4194304 4890832 140733972314944 18446744073709551615 4246759 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8577/statm: 12871 12641 86 171 0 12698 0
[pid=8548/tid=8555] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8555/stat : 8555 (python) S 8546 8548 8402 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 546436478 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 2 0 0 0
[pid=8548/tid=8558] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8558/stat : 8558 (python) S 8546 8548 8402 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 546436481 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8561] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8561/stat : 8561 (python) S 8546 8548 8402 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 9 0 546436484 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8564] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8564/stat : 8564 (python) S 8546 8548 8402 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 546436487 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 5 0 0 0
[pid=8548/tid=8567] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8567/stat : 8567 (python) S 8546 8548 8402 0 -1 4202560 85 934 0 0 0 0 0 0 20 0 9 0 546436491 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8570] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8570/stat : 8570 (python) S 8546 8548 8402 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 546436494 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8573] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8573/stat : 8573 (python) S 8546 8548 8402 0 -1 4202560 32 934 0 0 0 0 0 0 23 0 9 0 546436497 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 1 0 0 0
[pid=8548/tid=8576] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8576/stat : 8576 (python) S 8546 8548 8402 0 -1 4202560 33 934 0 0 0 0 0 0 24 0 9 0 546436500 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.88
Current children cumulated vsize (KiB) 4359572

[startup+25.5019 s]
/proc/loadavg: 6.55 5.56 6.74 9/276 8578
/proc/meminfo: memFree=16730620/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=472420 CPUtime=8.88 cores=0-7
/proc/8548/stat : 8548 (python) S 8546 8548 8402 0 -1 4202496 35963 934 1 0 873 15 0 0 24 0 9 0 546435584 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8548/statm: 118105 18858 1889 364 0 54002 0
[pid=8554] ppid=8548 vsize=324848 CPUtime=0.03 cores=0-7
/proc/8554/stat : 8554 (python) S 8548 8548 8402 0 -1 4202560 921 0 0 0 2 1 0 0 18 0 1 0 546436478 332644352 17141 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260239 0 0 16781312 514 956258456816288002 0 0 17 7 0 0 0
/proc/8554/statm: 81212 17141 376 364 0 17130 0
[pid=8556] ppid=8554 vsize=33680 CPUtime=16.54 cores=0-7
/proc/8556/stat : 8556 (lingeling) R 8554 8556 8556 0 -1 4202496 11450 0 0 0 1653 1 0 0 25 0 1 0 546436479 34488320 7589 33554432000 4194304 4352236 140736176379792 18446744073709551615 4309097 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8556/statm: 8420 7589 128 39 0 7500 0
[pid=8557] ppid=8548 vsize=335104 CPUtime=0.03 cores=0-7
/proc/8557/stat : 8557 (python) S 8548 8548 8402 0 -1 4202560 916 0 0 0 2 1 0 0 15 0 1 0 546436481 343146496 17139 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 3098524926437458180 0 0 17 0 0 0 0
/proc/8557/statm: 83776 17139 370 364 0 19691 0
[pid=8559] ppid=8557 vsize=255844 CPUtime=16.52 cores=0-7
/proc/8559/stat : 8559 (cryptominisat-2) R 8557 8559 8559 0 -1 4202496 57842 0 0 0 1644 8 0 0 25 0 1 0 546436481 261984256 53984 33554432000 4194304 4677096 140734306860560 18446744073709551615 4319352 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8559/statm: 63961 53984 392 118 0 58920 0
[pid=8560] ppid=8548 vsize=345360 CPUtime=0.02 cores=0-7
/proc/8560/stat : 8560 (python) S 8548 8548 8402 0 -1 4202560 912 0 0 0 1 1 0 0 18 0 1 0 546436484 353648640 17143 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 956258456816288001 0 0 17 1 0 0 0
/proc/8560/statm: 86340 17143 370 364 0 22252 0
[pid=8562] ppid=8560 vsize=31476 CPUtime=16.48 cores=0-7
/proc/8562/stat : 8562 (lingeling) R 8560 8562 8562 0 -1 4202496 10903 0 0 0 1647 1 0 0 25 0 1 0 546436485 32231424 7038 33554432000 4194304 4352236 140733452491184 18446744073709551615 4268416 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/8562/statm: 7869 7038 128 39 0 6949 0
[pid=8563] ppid=8548 vsize=355616 CPUtime=0.03 cores=0-7
/proc/8563/stat : 8563 (python) S 8548 8548 8402 0 -1 4202560 920 0 0 0 2 1 0 0 15 0 1 0 546436487 364150784 17147 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 11040288617770483971 0 0 17 1 0 0 0
/proc/8563/statm: 88904 17147 370 364 0 24813 0
[pid=8565] ppid=8563 vsize=256760 CPUtime=16.45 cores=0-7
/proc/8565/stat : 8565 (cryptominisat-2) R 8563 8565 8565 0 -1 4202496 58146 0 0 0 1638 7 0 0 25 0 1 0 546436488 262922240 54219 33554432000 4194304 4677096 140734680125248 18446744073709551615 4319592 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8565/statm: 64190 54219 392 118 0 59149 0
[pid=8566] ppid=8548 vsize=431408 CPUtime=0.03 cores=0-7
/proc/8566/stat : 8566 (python) S 8548 8548 8402 0 -1 4202560 806 0 0 0 2 1 0 0 18 0 1 0 546436490 441761792 17269 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 956258456816288003 0 0 17 1 0 0 0
/proc/8566/statm: 107852 17269 371 364 0 43758 0
[pid=8568] ppid=8566 vsize=32456 CPUtime=16.23 cores=0-7
/proc/8568/stat : 8568 (lingeling) R 8566 8568 8568 0 -1 4202496 11141 0 0 0 1622 1 0 0 25 0 1 0 546436491 33234944 7284 33554432000 4194304 4352236 140733764374016 18446744073709551615 4273787 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8568/statm: 8114 7284 128 39 0 7194 0

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

/proc/8548/task/8561/stat : 8561 (python) S 8546 8548 8402 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 9 0 546436484 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8564] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8564/stat : 8564 (python) S 8546 8548 8402 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 546436487 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 5 0 0 0
[pid=8548/tid=8567] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8567/stat : 8567 (python) S 8546 8548 8402 0 -1 4202560 85 934 0 0 0 0 0 0 20 0 9 0 546436491 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8570] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8570/stat : 8570 (python) S 8546 8548 8402 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 546436494 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8573] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8573/stat : 8573 (python) S 8546 8548 8402 0 -1 4202560 32 934 0 0 0 0 0 0 23 0 9 0 546436497 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 1 0 0 0
[pid=8548/tid=8576] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8576/stat : 8576 (python) S 8546 8548 8402 0 -1 4202560 33 934 0 0 0 0 0 0 24 0 9 0 546436500 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 280.7
Current children cumulated vsize (KiB) 4643936

[startup+43.9018 s]
/proc/loadavg: 6.95 5.70 6.77 9/276 8579
/proc/meminfo: memFree=16653248/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=472420 CPUtime=8.88 cores=0-7
/proc/8548/stat : 8548 (python) S 8546 8548 8402 0 -1 4202496 35963 934 1 0 873 15 0 0 24 0 9 0 546435584 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8548/statm: 118105 18858 1889 364 0 54002 0
[pid=8554] ppid=8548 vsize=324848 CPUtime=0.06 cores=0-7
/proc/8554/stat : 8554 (python) S 8548 8548 8402 0 -1 4202560 929 0 0 0 3 3 0 0 18 0 1 0 546436478 332644352 17141 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260239 0 0 16781312 514 956258456816288002 0 0 17 7 0 0 0
/proc/8554/statm: 81212 17141 376 364 0 17130 0
[pid=8556] ppid=8554 vsize=40292 CPUtime=34.95 cores=0-7
/proc/8556/stat : 8556 (lingeling) R 8554 8556 8556 0 -1 4202496 13717 0 0 0 3494 1 0 0 25 0 1 0 546436479 41259008 9242 33554432000 4194304 4352236 140736176379792 18446744073709551615 4208789 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8556/statm: 10073 9242 128 39 0 9153 0
[pid=8557] ppid=8548 vsize=335104 CPUtime=0.06 cores=0-7
/proc/8557/stat : 8557 (python) S 8548 8548 8402 0 -1 4202560 926 0 0 0 4 2 0 0 15 0 1 0 546436481 343146496 17139 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 3098524926437458180 0 0 17 0 0 0 0
/proc/8557/statm: 83776 17139 370 364 0 19691 0
[pid=8559] ppid=8557 vsize=266780 CPUtime=34.91 cores=0-7
/proc/8559/stat : 8559 (cryptominisat-2) R 8557 8559 8559 0 -1 4202496 63563 0 0 0 3483 8 0 0 25 0 1 0 546436481 273182720 56624 33554432000 4194304 4677096 140734306860560 18446744073709551615 4564223 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8559/statm: 66695 56624 392 118 0 61654 0
[pid=8560] ppid=8548 vsize=345360 CPUtime=0.06 cores=0-7
/proc/8560/stat : 8560 (python) S 8548 8548 8402 0 -1 4202560 921 0 0 0 3 3 0 0 18 0 1 0 546436484 353648640 17143 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 956258456816288001 0 0 17 1 0 0 0
/proc/8560/statm: 86340 17143 370 364 0 22252 0
[pid=8562] ppid=8560 vsize=40336 CPUtime=34.88 cores=0-7
/proc/8562/stat : 8562 (lingeling) R 8560 8562 8562 0 -1 4202496 13717 0 0 0 3487 1 0 0 25 0 1 0 546436485 41304064 9253 33554432000 4194304 4352236 140733452491184 18446744073709551615 4208175 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/8562/statm: 10084 9253 128 39 0 9164 0
[pid=8563] ppid=8548 vsize=355616 CPUtime=0.07 cores=0-7
/proc/8563/stat : 8563 (python) S 8548 8548 8402 0 -1 4202560 930 0 0 0 4 3 0 0 15 0 1 0 546436487 364150784 17147 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 11040288617770483971 0 0 17 1 0 0 0
/proc/8563/statm: 88904 17147 370 364 0 24813 0
[pid=8565] ppid=8563 vsize=269396 CPUtime=34.86 cores=0-7
/proc/8565/stat : 8565 (cryptominisat-2) R 8563 8565 8565 0 -1 4202496 65348 0 0 0 3477 9 0 0 25 0 1 0 546436488 275861504 57138 33554432000 4194304 4677096 140734680125248 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8565/statm: 67349 57138 392 118 0 62308 0
[pid=8566] ppid=8548 vsize=431408 CPUtime=0.06 cores=0-7
/proc/8566/stat : 8566 (python) S 8548 8548 8402 0 -1 4202560 806 0 0 0 3 3 0 0 18 0 1 0 546436490 441761792 17269 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 956258456816288003 0 0 17 1 0 0 0
/proc/8566/statm: 107852 17269 371 364 0 43758 0
[pid=8568] ppid=8566 vsize=37196 CPUtime=34.44 cores=0-7
/proc/8568/stat : 8568 (lingeling) R 8566 8568 8568 0 -1 4202496 12936 0 0 0 3442 2 0 0 25 0 1 0 546436491 38088704 8469 33554432000 4194304 4352236 140733764374016 18446744073709551615 4268226 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8568/statm: 9299 8469 128 39 0 8379 0
[pid=8569] ppid=8548 vsize=441664 CPUtime=0.06 cores=0-7
/proc/8569/stat : 8569 (python) S 8548 8548 8402 0 -1 4202560 823 0 0 0 3 3 0 0 15 0 1 0 546436493 452263936 17269 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 4840868226415952130 0 0 17 2 0 0 0
/proc/8569/statm: 110416 17269 371 364 0 46319 0
[pid=8571] ppid=8569 vsize=273240 CPUtime=34.72 cores=0-7
/proc/8571/stat : 8571 (cryptominisat-2) R 8569 8571 8571 0 -1 4202496 66002 0 0 0 3464 8 0 0 25 0 1 0 546436494 279797760 58123 33554432000 4194304 4677096 140734255578112 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8571/statm: 68310 58123 392 118 0 63269 0
[pid=8572] ppid=8548 vsize=451920 CPUtime=0.06 cores=0-7
/proc/8572/stat : 8572 (python) S 8548 8548 8402 0 -1 4202560 817 0 0 0 3 3 0 0 18 0 1 0 546436497 462766080 17263 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 956258456816288004 0 0 17 1 0 0 0
/proc/8572/statm: 112980 17263 371 364 0 48880 0
[pid=8574] ppid=8572 vsize=32544 CPUtime=34.39 cores=0-7
/proc/8574/stat : 8574 (SApperloT-base) R 8572 8574 8574 0 -1 4202496 7709 0 0 0 3437 2 0 0 25 0 1 0 546436499 33325056 7348 33554432000 134512640 135674940 4294218320 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8574/statm: 8136 7348 100 284 0 7850 0
[pid=8575] ppid=8548 vsize=462176 CPUtime=0.06 cores=0-7
/proc/8575/stat : 8575 (python) S 8548 8548 8402 0 -1 4202560 866 0 0 0 4 2 0 0 18 0 1 0 546436500 473268224 17342 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 956258456816288003 0 0 17 1 0 0 0
/proc/8575/statm: 115544 17342 377 364 0 51441 0
[pid=8577] ppid=8575 vsize=67128 CPUtime=34.64 cores=0-7
/proc/8577/stat : 8577 (precosat) R 8575 8577 8577 0 -1 4202496 19047 0 0 0 3462 2 0 0 25 0 1 0 546436501 68739072 16300 33554432000 4194304 4890832 140733972314944 18446744073709551615 4293481 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8577/statm: 16782 16300 86 171 0 16609 0
[pid=8548/tid=8555] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8555/stat : 8555 (python) S 8546 8548 8402 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 546436478 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 2 0 0 0
[pid=8548/tid=8558] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8558/stat : 8558 (python) S 8546 8548 8402 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 546436481 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8561] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8561/stat : 8561 (python) S 8546 8548 8402 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 9 0 546436484 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8564] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8564/stat : 8564 (python) S 8546 8548 8402 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 546436487 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 5 0 0 0
[pid=8548/tid=8567] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8567/stat : 8567 (python) S 8546 8548 8402 0 -1 4202560 85 934 0 0 0 0 0 0 20 0 9 0 546436491 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8570] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8570/stat : 8570 (python) S 8546 8548 8402 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 546436494 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8573] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8573/stat : 8573 (python) S 8546 8548 8402 0 -1 4202560 32 934 0 0 0 0 0 0 23 0 9 0 546436497 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 1 0 0 0
[pid=8548/tid=8576] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8576/stat : 8576 (python) S 8546 8548 8402 0 -1 4202560 33 934 0 0 0 0 0 0 24 0 9 0 546436500 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 287.16
Current children cumulated vsize (KiB) 4647428

[startup+44.7016 s]
/proc/loadavg: 6.95 5.70 6.77 9/276 8579
/proc/meminfo: memFree=16653248/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=472420 CPUtime=8.88 cores=0-7
/proc/8548/stat : 8548 (python) S 8546 8548 8402 0 -1 4202496 35963 934 1 0 873 15 0 0 24 0 9 0 546435584 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8548/statm: 118105 18858 1889 364 0 54002 0
[pid=8554] ppid=8548 vsize=324848 CPUtime=0.06 cores=0-7
/proc/8554/stat : 8554 (python) S 8548 8548 8402 0 -1 4202560 929 0 0 0 3 3 0 0 18 0 1 0 546436478 332644352 17141 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260239 0 0 16781312 514 956258456816288002 0 0 17 7 0 0 0
/proc/8554/statm: 81212 17141 376 364 0 17130 0
[pid=8556] ppid=8554 vsize=40292 CPUtime=35.74 cores=0-7
/proc/8556/stat : 8556 (lingeling) R 8554 8556 8556 0 -1 4202496 13717 0 0 0 3573 1 0 0 25 0 1 0 546436479 41259008 9242 33554432000 4194304 4352236 140736176379792 18446744073709551615 4208899 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8556/statm: 10073 9242 128 39 0 9153 0
[pid=8557] ppid=8548 vsize=335104 CPUtime=0.06 cores=0-7
/proc/8557/stat : 8557 (python) S 8548 8548 8402 0 -1 4202560 926 0 0 0 4 2 0 0 15 0 1 0 546436481 343146496 17139 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 3098524926437458180 0 0 17 0 0 0 0
/proc/8557/statm: 83776 17139 370 364 0 19691 0
[pid=8559] ppid=8557 vsize=265944 CPUtime=35.7 cores=0-7
/proc/8559/stat : 8559 (cryptominisat-2) R 8557 8559 8559 0 -1 4202496 63912 0 0 0 3562 8 0 0 25 0 1 0 546436481 272326656 56216 33554432000 4194304 4677096 140734306860560 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8559/statm: 66486 56216 392 118 0 61445 0
[pid=8560] ppid=8548 vsize=345360 CPUtime=0.06 cores=0-7
/proc/8560/stat : 8560 (python) S 8548 8548 8402 0 -1 4202560 921 0 0 0 3 3 0 0 18 0 1 0 546436484 353648640 17143 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 956258456816288001 0 0 17 1 0 0 0
/proc/8560/statm: 86340 17143 370 364 0 22252 0
[pid=8562] ppid=8560 vsize=40336 CPUtime=35.68 cores=0-7
/proc/8562/stat : 8562 (lingeling) R 8560 8562 8562 0 -1 4202496 13717 0 0 0 3567 1 0 0 25 0 1 0 546436485 41304064 9253 33554432000 4194304 4352236 140733452491184 18446744073709551615 4268398 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/8562/statm: 10084 9253 128 39 0 9164 0
[pid=8563] ppid=8548 vsize=355616 CPUtime=0.07 cores=0-7
/proc/8563/stat : 8563 (python) S 8548 8548 8402 0 -1 4202560 930 0 0 0 4 3 0 0 15 0 1 0 546436487 364150784 17147 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 11040288617770483971 0 0 17 1 0 0 0
/proc/8563/statm: 88904 17147 370 364 0 24813 0
[pid=8565] ppid=8563 vsize=269396 CPUtime=35.65 cores=0-7
/proc/8565/stat : 8565 (cryptominisat-2) R 8563 8565 8565 0 -1 4202496 65577 0 0 0 3556 9 0 0 25 0 1 0 546436488 275861504 57367 33554432000 4194304 4677096 140734680125248 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8565/statm: 67349 57367 392 118 0 62308 0
[pid=8566] ppid=8548 vsize=431408 CPUtime=0.06 cores=0-7
/proc/8566/stat : 8566 (python) S 8548 8548 8402 0 -1 4202560 806 0 0 0 3 3 0 0 18 0 1 0 546436490 441761792 17269 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 956258456816288003 0 0 17 1 0 0 0
/proc/8566/statm: 107852 17269 371 364 0 43758 0
[pid=8568] ppid=8566 vsize=37196 CPUtime=35.23 cores=0-7
/proc/8568/stat : 8568 (lingeling) R 8566 8568 8568 0 -1 4202496 12936 0 0 0 3521 2 0 0 25 0 1 0 546436491 38088704 8469 33554432000 4194304 4352236 140733764374016 18446744073709551615 4208844 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8568/statm: 9299 8469 128 39 0 8379 0
[pid=8569] ppid=8548 vsize=441664 CPUtime=0.06 cores=0-7
/proc/8569/stat : 8569 (python) S 8548 8548 8402 0 -1 4202560 823 0 0 0 3 3 0 0 15 0 1 0 546436493 452263936 17269 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 4840868226415952130 0 0 17 2 0 0 0
/proc/8569/statm: 110416 17269 371 364 0 46319 0
[pid=8571] ppid=8569 vsize=284052 CPUtime=35.51 cores=0-7
/proc/8571/stat : 8571 (cryptominisat-2) R 8569 8571 8571 0 -1 4202496 66701 0 0 0 3543 8 0 0 25 0 1 0 546436494 290869248 58822 33554432000 4194304 4677096 140734255578112 18446744073709551615 4550315 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8571/statm: 71013 58822 392 118 0 65972 0
[pid=8572] ppid=8548 vsize=451920 CPUtime=0.06 cores=0-7
/proc/8572/stat : 8572 (python) S 8548 8548 8402 0 -1 4202560 817 0 0 0 3 3 0 0 18 0 1 0 546436497 462766080 17263 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 956258456816288004 0 0 17 1 0 0 0
/proc/8572/statm: 112980 17263 371 364 0 48880 0
[pid=8574] ppid=8572 vsize=33108 CPUtime=35.18 cores=0-7
/proc/8574/stat : 8574 (SApperloT-base) R 8572 8574 8574 0 -1 4202496 7839 0 0 0 3516 2 0 0 25 0 1 0 546436499 33902592 7478 33554432000 134512640 135674940 4294218320 18446744073709551615 134565253 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8574/statm: 8277 7478 100 284 0 7991 0
[pid=8575] ppid=8548 vsize=462176 CPUtime=0.06 cores=0-7
/proc/8575/stat : 8575 (python) S 8548 8548 8402 0 -1 4202560 866 0 0 0 4 2 0 0 18 0 1 0 546436500 473268224 17342 33554432000 4194304 5683644 140734693980112 18446744073709551615 251814260294 0 0 16781312 514 956258456816288003 0 0 17 1 0 0 0
/proc/8575/statm: 115544 17342 377 364 0 51441 0
[pid=8577] ppid=8575 vsize=67128 CPUtime=35.43 cores=0-7
/proc/8577/stat : 8577 (precosat) R 8575 8577 8577 0 -1 4202496 19047 0 0 0 3541 2 0 0 25 0 1 0 546436501 68739072 16300 33554432000 4194304 4890832 140733972314944 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8577/statm: 16782 16300 86 171 0 16609 0
[pid=8548/tid=8555] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8555/stat : 8555 (python) S 8546 8548 8402 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 546436478 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 2 0 0 0
[pid=8548/tid=8558] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8558/stat : 8558 (python) S 8546 8548 8402 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 546436481 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8561] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8561/stat : 8561 (python) S 8546 8548 8402 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 9 0 546436484 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8564] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8564/stat : 8564 (python) S 8546 8548 8402 0 -1 4202560 20 934 0 0 0 0 0 0 19 0 9 0 546436487 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 5 0 0 0
[pid=8548/tid=8567] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8567/stat : 8567 (python) S 8546 8548 8402 0 -1 4202560 85 934 0 0 0 0 0 0 20 0 9 0 546436491 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8570] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8570/stat : 8570 (python) S 8546 8548 8402 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 546436494 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 0 0 0 0
[pid=8548/tid=8573] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8573/stat : 8573 (python) S 8546 8548 8402 0 -1 4202560 32 934 0 0 0 0 0 0 23 0 9 0 546436497 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 1 0 0 0
[pid=8548/tid=8576] ppid=8546 vsize=472420 CPUtime=0 cores=0-7
/proc/8548/task/8576/stat : 8576 (python) S 8546 8548 8402 0 -1 4202560 33 934 0 0 0 0 0 0 24 0 9 0 546436500 483758080 18858 33554432000 4194304 5683644 140734693980112 18446744073709551615 251826063793 0 0 16781312 2 18446604453857019072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 293.49
Current children cumulated vsize (KiB) 4657968

[startup+45.1106 s]
/proc/loadavg: 7.03 5.74 6.77 9/276 8579
/proc/meminfo: memFree=16627584/32950928 swapFree=67111448/67111528
[pid=8548] ppid=8546 vsize=0 CPUtime=296.55 cores=0-7
/proc/8548/stat : 8548 (python) Z 8546 8548 8402 0 -1 4202524 45596 278656 1 0 876 16 28692 71 17 0 2 0 546435584 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8548/statm: 0 0 0 0 0 0 0
[pid=8548/tid=8558] ppid=8546 vsize=0 CPUtime=287.63 cores=0-7
/proc/8548/task/8558/stat : 8558 (python) R 8546 8548 8402 0 -1 4203588 24 278656 0 0 0 0 28692 71 17 0 2 0 546436481 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 296.55
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 45.1136
CPU time (s): 296.585
CPU user time (s): 295.695
CPU system time (s): 0.889864
CPU usage (%): 657.417
Max. virtual memory (cumulated for all children) (KiB): 4672912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 295.695
system time used= 0.889864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324252
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= 3854
involuntary context switches= 1859

runsolver used 0.135979 second user time and 0.269958 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-02 16:59:29
IDJOB=3321623
IDBENCH=82424
IDSOLVER=1710
FILE ID=node126/3321623-1304348369
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/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.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-3321623-1304348369/watcher-3321623-1304348369 -o /tmp/evaluation-result-3321623-1304348369/solver-3321623-1304348369 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321623-1304348369.cnf -seed 565482526 -budget 40000 -cores 8

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=565482526

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:      17635608 kB
Buffers:        337788 kB
Cached:        2000428 kB
SwapCached:         76 kB
Active:       13074740 kB
Inactive:      1876268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17635608 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           36092 kB
Writeback:           0 kB
AnonPages:    12613888 kB
Mapped:          22372 kB
Slab:           262652 kB
PageTables:      38420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35615992 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:00:14