Trace number 3321615

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 532.3 92.9795

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.3987
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.67	c INFO: solving HOME/instance-3321615-1304348275.cnf
0.37/0.67	c INFO: computing task features
2.95/3.24	c INFO: computed variable-clause graph statistics
3.05/3.35	c INFO: computed clause balance statistics
14.64/14.95	c INFO: computed variable balance statistics
24.14/24.46	c INFO: computed small-clause counts
24.24/24.53	c INFO: computed Horn-clause counts
29.45/29.72	c INFO: computed variable graph statistics
29.45/29.72	c INFO: collected features for HOME/instance-3321615-1304348275.cnf in 28.97 s
29.45/29.75	c INFO: running lingeling-276@0 for 97 with 39970 remaining (b = 0.20)
29.45/29.78	c INFO: running cryptominisat-2.9.0@0 for 485 with 39970 remaining (b = 0.16)
29.53/29.82	c INFO: running lingeling-276@0 for 1261 with 39970 remaining (b = 0.31)
29.53/29.85	c INFO: running SApperloT@0 for 97 with 39970 remaining (b = 0.02)
29.53/29.89	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39970 remaining (b = 0.33)
29.63/29.92	c INFO: running lingeling-276@0 for 1261 with 39970 remaining (b = 0.24)
29.63/29.96	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39970 remaining (b = 0.27)
29.63/29.99	c INFO: running precosat-570@0 for 388 with 39970 remaining (b = 0.07)
469.82/92.91	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-3321615-1304348275/watcher-3321615-1304348275 -o /tmp/evaluation-result-3321615-1304348275/solver-3321615-1304348275 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321615-1304348275.cnf -seed 780698526 -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: 4.15 5.24 6.84 1/251 8490
/proc/meminfo: memFree=17622540/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=15384 CPUtime=0 cores=0-7
/proc/8490/stat : 8490 (python) R 8488 8490 8402 0 -1 4202496 813 0 0 0 0 0 0 0 20 0 1 0 546426234 15753216 698 33554432000 4194304 5683644 140735159811376 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8490/statm: 3846 698 334 364 0 333 0

[startup+0.088101 s]
/proc/loadavg: 4.15 5.24 6.84 1/251 8490
/proc/meminfo: memFree=17622540/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=56776 CPUtime=0.05 cores=0-7
/proc/8490/stat : 8490 (python) R 8488 8490 8402 0 -1 4202496 2102 0 0 0 4 1 0 0 20 0 1 0 546426234 58138624 1856 33554432000 4194304 5683644 140735159811376 18446744073709551615 251813934046 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8490/statm: 14194 1856 499 364 0 1317 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 56776

[startup+0.101106 s]
/proc/loadavg: 4.15 5.24 6.84 1/251 8490
/proc/meminfo: memFree=17622540/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=91824 CPUtime=0.05 cores=0-7
/proc/8490/stat : 8490 (python) R 8488 8490 8402 0 -1 4202496 2677 0 0 0 4 1 0 0 17 0 1 0 546426234 94027776 2392 33554432000 4194304 5683644 140735159811376 18446744073709551615 4480016 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8490/statm: 22956 2392 754 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91824

[startup+0.301094 s]
/proc/loadavg: 4.15 5.24 6.84 1/251 8490
/proc/meminfo: memFree=17622540/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=135748 CPUtime=0.2 cores=0-7
/proc/8490/stat : 8490 (python) R 8488 8490 8402 0 -1 4202496 5964 937 1 0 14 6 0 0 18 0 1 0 546426234 139005952 4150 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814236165 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8490/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.701012 s]
/proc/loadavg: 4.15 5.24 6.84 1/251 8490
/proc/meminfo: memFree=17622540/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=295220 CPUtime=0.43 cores=0-7
/proc/8490/stat : 8490 (python) R 8488 8490 8402 0 -1 4202496 13445 937 1 0 31 12 0 0 17 0 1 0 546426234 302305280 11125 33554432000 4194304 5683644 140735159811376 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8490/statm: 73805 11125 1761 364 0 9729 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 295220

[startup+1.50087 s]
/proc/loadavg: 4.15 5.24 6.84 2/252 8495
/proc/meminfo: memFree=17565740/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=348280 CPUtime=1.24 cores=0-7
/proc/8490/stat : 8490 (python) R 8488 8490 8402 0 -1 4202496 26543 937 1 0 110 14 0 0 18 0 1 0 546426234 356638720 24223 33554432000 4194304 5683644 140735159811376 18446744073709551615 4422886 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8490/statm: 87070 24224 1761 364 0 22994 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 348280

[startup+3.10052 s]
/proc/loadavg: 4.15 5.24 6.84 2/252 8495
/proc/meminfo: memFree=17489356/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=456468 CPUtime=2.84 cores=0-7
/proc/8490/stat : 8490 (python) R 8488 8490 8402 0 -1 4202496 73115 937 1 0 265 19 0 0 21 0 1 0 546426234 467423232 50146 33554432000 4194304 5683644 140735159811376 18446744073709551615 47469292832378 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8490/statm: 114117 50147 1812 364 0 50041 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 456468

[startup+6.30106 s]
/proc/loadavg: 3.89 5.17 6.81 2/252 8495
/proc/meminfo: memFree=17431324/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=449096 CPUtime=6.04 cores=0-7
/proc/8490/stat : 8490 (python) R 8488 8490 8402 0 -1 4202496 81815 937 1 0 584 20 0 0 25 0 1 0 546426234 459874304 49659 33554432000 4194304 5683644 140735159811376 18446744073709551615 4418274 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8490/statm: 112274 49659 1826 364 0 48198 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 449096

[startup+12.701 s]
/proc/loadavg: 3.66 5.10 6.78 2/252 8495
/proc/meminfo: memFree=17432220/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=449096 CPUtime=12.44 cores=0-7
/proc/8490/stat : 8490 (python) R 8488 8490 8402 0 -1 4202496 81815 937 1 0 1224 20 0 0 25 0 1 0 546426234 459874304 49659 33554432000 4194304 5683644 140735159811376 18446744073709551615 251813907357 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8490/statm: 112274 49659 1826 364 0 48198 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 449096

[startup+25.5008 s]
/proc/loadavg: 3.07 4.90 6.68 2/252 8495
/proc/meminfo: memFree=17427400/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=456468 CPUtime=25.24 cores=0-7
/proc/8490/stat : 8490 (python) R 8488 8490 8402 0 -1 4202496 83665 937 1 0 2504 20 0 0 25 0 1 0 546426234 467423232 51509 33554432000 4194304 5683644 140735159811376 18446744073709551615 47469292419212 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8490/statm: 114117 51509 1833 364 0 50041 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 456468

[startup+51.1015 s]
/proc/loadavg: 4.35 5.04 6.68 9/276 8520
/proc/meminfo: memFree=15889524/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=524340 CPUtime=29.72 cores=0-7
/proc/8490/stat : 8490 (python) S 8488 8490 8402 0 -1 4202496 89632 937 1 0 2948 24 0 0 25 0 9 0 546426234 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8490/statm: 131085 48050 1889 364 0 66982 0
[pid=8497] ppid=8490 vsize=442304 CPUtime=0.03 cores=0-7
/proc/8497/stat : 8497 (python) S 8490 8490 8402 0 -1 4202560 915 0 0 0 1 2 0 0 18 0 1 0 546429209 452919296 46505 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260239 0 0 16781312 514 5424163538702663938 0 0 17 1 0 0 0
/proc/8497/statm: 110576 46505 376 364 0 46494 0
[pid=8499] ppid=8497 vsize=54328 CPUtime=21.33 cores=0-7
/proc/8499/stat : 8499 (lingeling) R 8497 8499 8499 0 -1 4202496 20087 0 0 0 2130 3 0 0 25 0 1 0 546429210 55631872 12752 33554432000 4194304 4352236 140735317286640 18446744073709551615 4278548 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8499/statm: 13582 12752 129 39 0 12662 0
[pid=8500] ppid=8490 vsize=452560 CPUtime=0.04 cores=0-7
/proc/8500/stat : 8500 (python) S 8490 8490 8402 0 -1 4202560 931 0 0 0 2 2 0 0 15 0 1 0 546429213 463421440 46503 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663937 0 0 17 4 0 0 0
/proc/8500/statm: 113140 46503 370 364 0 49055 0
[pid=8502] ppid=8500 vsize=457928 CPUtime=21.28 cores=0-7
/proc/8502/stat : 8502 (cryptominisat-2) R 8500 8502 8502 0 -1 4202496 100927 0 0 0 2115 13 0 0 25 0 1 0 546429213 468918272 96166 33554432000 4194304 4677096 140737390413280 18446744073709551615 4318786 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8502/statm: 114482 96166 387 118 0 109441 0
[pid=8503] ppid=8490 vsize=462816 CPUtime=0.03 cores=0-7
/proc/8503/stat : 8503 (python) S 8490 8490 8402 0 -1 4202560 916 0 0 0 1 2 0 0 18 0 1 0 546429216 473923584 46507 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663940 0 0 17 1 0 0 0
/proc/8503/statm: 115704 46507 370 364 0 51616 0
[pid=8505] ppid=8503 vsize=54436 CPUtime=21.26 cores=0-7
/proc/8505/stat : 8505 (lingeling) R 8503 8505 8505 0 -1 4202496 20258 0 0 0 2123 3 0 0 25 0 1 0 546429217 55742464 12778 33554432000 4194304 4352236 140733445075216 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/8505/statm: 13609 12778 129 39 0 12689 0
[pid=8506] ppid=8490 vsize=473072 CPUtime=0.03 cores=0-7
/proc/8506/stat : 8506 (python) S 8490 8490 8402 0 -1 4202560 923 0 0 0 1 2 0 0 18 0 1 0 546429220 484425728 46511 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663940 0 0 17 2 0 0 0
/proc/8506/statm: 118268 46511 370 364 0 54177 0
[pid=8508] ppid=8506 vsize=76652 CPUtime=21.03 cores=0-7
/proc/8508/stat : 8508 (SApperloT-base) R 8506 8508 8508 0 -1 4202496 20230 0 0 0 2098 5 0 0 25 0 1 0 546429220 78491648 17942 33554432000 134512640 135674940 4294371296 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8508/statm: 19163 17942 99 284 0 18877 0
[pid=8509] ppid=8490 vsize=483328 CPUtime=0.03 cores=0-7
/proc/8509/stat : 8509 (python) S 8490 8490 8402 0 -1 4202560 961 0 0 0 1 2 0 0 15 0 1 0 546429223 494927872 46515 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 542107615300124929 0 0 17 4 0 0 0
/proc/8509/statm: 120832 46515 370 364 0 56738 0
[pid=8511] ppid=8509 vsize=457944 CPUtime=21.12 cores=0-7
/proc/8511/stat : 8511 (cryptominisat-2) R 8509 8511 8511 0 -1 4202496 99842 0 0 0 2099 13 0 0 25 0 1 0 546429224 468934656 95371 33554432000 4194304 4677096 140734544144976 18446744073709551615 4336210 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/8511/statm: 114486 95371 387 118 0 109445 0
[pid=8512] ppid=8490 vsize=493584 CPUtime=0.03 cores=0-7
/proc/8512/stat : 8512 (python) S 8490 8490 8402 0 -1 4202560 942 0 0 0 1 2 0 0 18 0 1 0 546429227 505430016 46519 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663937 0 0 17 0 0 0 0
/proc/8512/statm: 123396 46519 370 364 0 59299 0
[pid=8514] ppid=8512 vsize=54636 CPUtime=21.11 cores=0-7
/proc/8514/stat : 8514 (lingeling) R 8512 8514 8514 0 -1 4202496 20158 0 0 0 2109 2 0 0 25 0 1 0 546429227 55947264 12829 33554432000 4194304 4352236 140735381458928 18446744073709551615 4276501 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8514/statm: 13659 12829 129 39 0 12739 0
[pid=8515] ppid=8490 vsize=503840 CPUtime=0.03 cores=0-7
/proc/8515/stat : 8515 (python) S 8490 8490 8402 0 -1 4202560 961 0 0 0 1 2 0 0 15 0 1 0 546429230 515932160 46523 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 2943471796688486657 0 0 17 4 0 0 0
/proc/8515/statm: 125960 46523 370 364 0 61860 0
[pid=8517] ppid=8515 vsize=457992 CPUtime=20.98 cores=0-7
/proc/8517/stat : 8517 (cryptominisat-2) R 8515 8517 8517 0 -1 4202496 100293 0 0 0 2086 12 0 0 25 0 1 0 546429231 468983808 95539 33554432000 4194304 4677096 140734916508928 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8517/statm: 114498 95539 387 118 0 109457 0
[pid=8518] ppid=8490 vsize=514096 CPUtime=0.03 cores=0-7
/proc/8518/stat : 8518 (python) S 8490 8490 8402 0 -1 4202560 999 0 0 0 2 1 0 0 18 0 1 0 546429234 526434304 46533 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663939 0 0 17 0 0 0 0
/proc/8518/statm: 128524 46533 376 364 0 64421 0
[pid=8520] ppid=8518 vsize=149776 CPUtime=21 cores=0-7
/proc/8520/stat : 8520 (precosat) R 8518 8520 8520 0 -1 4202496 40059 0 0 0 2094 6 0 0 25 0 1 0 546429235 153370624 37218 33554432000 4194304 4890832 140735083438544 18446744073709551615 4238529 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/8520/statm: 37444 37218 86 171 0 37271 0
[pid=8490/tid=8498] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8498/stat : 8498 (python) S 8488 8490 8402 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 546429210 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8501] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8501/stat : 8501 (python) S 8488 8490 8402 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 9 0 546429213 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8504] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8504/stat : 8504 (python) S 8488 8490 8402 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 9 0 546429217 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 4 0 0 0
[pid=8490/tid=8507] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8507/stat : 8507 (python) S 8488 8490 8402 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 9 0 546429220 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8510] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8510/stat : 8510 (python) S 8488 8490 8402 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 546429224 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8513] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8513/stat : 8513 (python) S 8488 8490 8402 0 -1 4202560 28 937 0 0 0 0 0 0 22 0 9 0 546429227 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8516] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8516/stat : 8516 (python) S 8488 8490 8402 0 -1 4202560 25 937 0 0 0 0 0 0 24 0 9 0 546429231 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8519] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8519/stat : 8519 (python) S 8488 8490 8402 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 9 0 546429235 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 199.08
Current children cumulated vsize (KiB) 6113632

############
# WARNING:
# current cumulated CPU time (469.82 s) is less than in the last sample (532.3 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (62.48 s) to the 'lost time'.

[startup+92.8015 s]
/proc/loadavg: 6.13 5.41 6.74 9/276 8521
/proc/meminfo: memFree=15027308/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=524340 CPUtime=92.58 cores=0-7
/proc/8490/stat : 8490 (python) S 8488 8490 8402 0 -1 4202496 89676 28443 1 0 2948 24 6276 10 17 0 9 0 546426234 536924160 48051 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826070335 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8490/statm: 131085 48051 1890 364 0 66982 0
[pid=8497] ppid=8490 vsize=442304 CPUtime=0.11 cores=0-7
/proc/8497/stat : 8497 (python) S 8490 8490 8402 0 -1 4202560 933 0 0 0 5 6 0 0 18 0 1 0 546429209 452919296 46505 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260239 0 0 16781312 514 5424163538702663938 0 0 17 1 0 0 0
/proc/8497/statm: 110576 46505 376 364 0 46494 0
[pid=8499] ppid=8497 vsize=90512 CPUtime=63.03 cores=0-7
/proc/8499/stat : 8499 (lingeling) R 8497 8499 8499 0 -1 4202496 28334 0 0 0 6299 4 0 0 25 0 1 0 546429210 92684288 20775 33554432000 4194304 4352236 140735317286640 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 3 0 0 0

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

/proc/8509/stat : 8509 (python) S 8490 8490 8402 0 -1 4202560 980 0 0 0 6 7 0 0 15 0 1 0 546429223 494927872 46515 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 542107615300124929 0 0 17 4 0 0 0
/proc/8509/statm: 120832 46515 370 364 0 56738 0
[pid=8511] ppid=8509 vsize=716644 CPUtime=61.76 cores=0-7
/proc/8511/stat : 8511 (cryptominisat-2) R 8509 8511 8511 0 -1 4202496 168158 0 0 0 6151 25 0 0 25 0 1 0 546429224 733843456 151287 33554432000 4194304 4677096 140734544144976 18446744073709551615 251813900410 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/8511/statm: 179161 151287 391 118 0 174120 0
[pid=8512] ppid=8490 vsize=493584 CPUtime=0.11 cores=0-7
/proc/8512/stat : 8512 (python) S 8490 8490 8402 0 -1 4202560 955 0 0 0 6 5 0 0 18 0 1 0 546429227 505430016 46519 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663937 0 0 17 0 0 0 0
/proc/8512/statm: 123396 46519 370 364 0 59299 0
[pid=8514] ppid=8512 vsize=79004 CPUtime=61.84 cores=0-7
/proc/8514/stat : 8514 (lingeling) R 8512 8514 8514 0 -1 4202496 26504 0 0 0 6181 3 0 0 25 0 1 0 546429227 80900096 18921 33554432000 4194304 4352236 140735381458928 18446744073709551615 4234133 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8514/statm: 19751 18921 129 39 0 18831 0
[pid=8515] ppid=8490 vsize=503840 CPUtime=0.12 cores=0-7
/proc/8515/stat : 8515 (python) S 8490 8490 8402 0 -1 4202560 979 0 0 0 6 6 0 0 15 0 1 0 546429230 515932160 46523 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663937 0 0 17 4 0 0 0
/proc/8515/statm: 125960 46523 370 364 0 61860 0
[pid=8517] ppid=8515 vsize=740852 CPUtime=61.53 cores=0-7
/proc/8517/stat : 8517 (cryptominisat-2) R 8515 8517 8517 0 -1 4202496 172328 0 0 0 6130 23 0 0 25 0 1 0 546429231 758632448 155206 33554432000 4194304 4677096 140734916508928 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8517/statm: 185213 155206 391 118 0 180172 0
[pid=8518] ppid=8490 vsize=514096 CPUtime=0.11 cores=0-7
/proc/8518/stat : 8518 (python) S 8490 8490 8402 0 -1 4202560 1012 0 0 0 6 5 0 0 18 0 1 0 546429234 526434304 46533 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663939 0 0 17 0 0 0 0
/proc/8518/statm: 128524 46533 376 364 0 64421 0
[pid=8520] ppid=8518 vsize=164164 CPUtime=61.65 cores=0-7
/proc/8520/stat : 8520 (precosat) R 8518 8520 8520 0 -1 4202496 48687 0 0 0 6157 8 0 0 25 0 1 0 546429235 168103936 40824 33554432000 4194304 4890832 140735083438544 18446744073709551615 4238686 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/8520/statm: 41041 40824 86 171 0 40868 0
[pid=8490/tid=8498] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8498/stat : 8498 (python) S 8488 8490 8402 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 546429210 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8501] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8501/stat : 8501 (python) S 8488 8490 8402 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 9 0 546429213 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8504] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8504/stat : 8504 (python) S 8488 8490 8402 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 9 0 546429217 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 4 0 0 0
[pid=8490/tid=8507] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8507/stat : 8507 (python) S 8488 8490 8402 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 9 0 546429220 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8510] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8510/stat : 8510 (python) S 8488 8490 8402 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 546429224 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8513] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8513/stat : 8513 (python) S 8488 8490 8402 0 -1 4202560 28 937 0 0 0 0 0 0 22 0 9 0 546429227 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8516] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8516/stat : 8516 (python) S 8488 8490 8402 0 -1 4202560 25 937 0 0 0 0 0 0 24 0 9 0 546429231 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8519] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8519/stat : 8519 (python) S 8488 8490 8402 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 9 0 546429235 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 525.14
Current children cumulated vsize (KiB) 7093636

[startup+92.7015 s]
/proc/loadavg: 6.13 5.41 6.74 9/276 8521
/proc/meminfo: memFree=15027308/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=524340 CPUtime=29.72 cores=0-7
/proc/8490/stat : 8490 (python) S 8488 8490 8402 0 -1 4202496 89632 937 1 0 2948 24 0 0 25 0 9 0 546426234 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8490/statm: 131085 48050 1889 364 0 66982 0
[pid=8497] ppid=8490 vsize=442304 CPUtime=0.11 cores=0-7
/proc/8497/stat : 8497 (python) S 8490 8490 8402 0 -1 4202560 933 0 0 0 5 6 0 0 18 0 1 0 546429209 452919296 46505 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260239 0 0 16781312 514 5424163538702663938 0 0 17 1 0 0 0
/proc/8497/statm: 110576 46505 376 364 0 46494 0
[pid=8499] ppid=8497 vsize=90512 CPUtime=62.93 cores=0-7
/proc/8499/stat : 8499 (lingeling) R 8497 8499 8499 0 -1 4202496 28334 0 0 0 6289 4 0 0 25 0 1 0 546429210 92684288 20775 33554432000 4194304 4352236 140735317286640 18446744073709551615 4270278 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8499/statm: 22628 20775 129 39 0 21708 0
[pid=8500] ppid=8490 vsize=452560 CPUtime=0.12 cores=0-7
/proc/8500/stat : 8500 (python) S 8490 8490 8402 0 -1 4202560 948 0 0 0 7 5 0 0 15 0 1 0 546429213 463421440 46503 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 4840868226415952129 0 0 17 4 0 0 0
/proc/8500/statm: 113140 46503 370 364 0 49055 0
[pid=8502] ppid=8500 vsize=708824 CPUtime=62.88 cores=0-7
/proc/8502/stat : 8502 (cryptominisat-2) R 8500 8502 8502 0 -1 4202496 161097 0 0 0 6266 22 0 0 25 0 1 0 546429213 725835776 150139 33554432000 4194304 4677096 140737390413280 18446744073709551615 4462632 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8502/statm: 177206 150139 391 118 0 172165 0
[pid=8503] ppid=8490 vsize=462816 CPUtime=0.11 cores=0-7
/proc/8503/stat : 8503 (python) S 8490 8490 8402 0 -1 4202560 929 0 0 0 5 6 0 0 18 0 1 0 546429216 473923584 46507 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663940 0 0 17 1 0 0 0
/proc/8503/statm: 115704 46507 370 364 0 51616 0
[pid=8505] ppid=8503 vsize=81888 CPUtime=62.84 cores=0-7
/proc/8505/stat : 8505 (lingeling) R 8503 8505 8505 0 -1 4202496 26730 0 0 0 6281 3 0 0 25 0 1 0 546429217 83853312 19130 33554432000 4194304 4352236 140733445075216 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/8505/statm: 20472 19130 129 39 0 19552 0
[pid=8506] ppid=8490 vsize=473072 CPUtime=0.11 cores=0-7
/proc/8506/stat : 8506 (python) S 8490 8490 8402 0 -1 4202560 938 0 0 0 6 5 0 0 18 0 1 0 546429220 484425728 46511 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663940 0 0 17 2 0 0 0
/proc/8506/statm: 118268 46511 370 364 0 54177 0
[pid=8508] ppid=8506 vsize=164116 CPUtime=62.26 cores=0-7
/proc/8508/stat : 8508 (SApperloT-base) R 8506 8508 8508 0 -1 4202496 45531 0 0 0 6214 12 0 0 25 0 1 0 546429220 168054784 37097 33554432000 134512640 135674940 4294371296 18446744073709551615 134551911 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8508/statm: 41029 37097 99 284 0 40743 0
[pid=8509] ppid=8490 vsize=483328 CPUtime=0.13 cores=0-7
/proc/8509/stat : 8509 (python) S 8490 8490 8402 0 -1 4202560 980 0 0 0 6 7 0 0 15 0 1 0 546429223 494927872 46515 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 542107615300124929 0 0 17 4 0 0 0
/proc/8509/statm: 120832 46515 370 364 0 56738 0
[pid=8511] ppid=8509 vsize=723608 CPUtime=62.56 cores=0-7
/proc/8511/stat : 8511 (cryptominisat-2) R 8509 8511 8511 0 -1 4202496 169808 0 0 0 6231 25 0 0 25 0 1 0 546429224 740974592 152937 33554432000 4194304 4677096 140734544144976 18446744073709551615 4319403 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/8511/statm: 180902 152937 391 118 0 175861 0
[pid=8512] ppid=8490 vsize=493584 CPUtime=0.11 cores=0-7
/proc/8512/stat : 8512 (python) S 8490 8490 8402 0 -1 4202560 955 0 0 0 6 5 0 0 18 0 1 0 546429227 505430016 46519 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663937 0 0 17 0 0 0 0
/proc/8512/statm: 123396 46519 370 364 0 59299 0
[pid=8514] ppid=8512 vsize=79004 CPUtime=62.64 cores=0-7
/proc/8514/stat : 8514 (lingeling) R 8512 8514 8514 0 -1 4202496 26504 0 0 0 6261 3 0 0 25 0 1 0 546429227 80900096 18921 33554432000 4194304 4352236 140735381458928 18446744073709551615 4233968 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8514/statm: 19751 18921 129 39 0 18831 0
[pid=8515] ppid=8490 vsize=503840 CPUtime=0.12 cores=0-7
/proc/8515/stat : 8515 (python) S 8490 8490 8402 0 -1 4202560 979 0 0 0 6 6 0 0 15 0 1 0 546429230 515932160 46523 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663937 0 0 17 4 0 0 0
/proc/8515/statm: 125960 46523 370 364 0 61860 0
[pid=8517] ppid=8515 vsize=747144 CPUtime=62.32 cores=0-7
/proc/8517/stat : 8517 (cryptominisat-2) R 8515 8517 8517 0 -1 4202496 173659 0 0 0 6209 23 0 0 25 0 1 0 546429231 765075456 156537 33554432000 4194304 4677096 140734916508928 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8517/statm: 186786 156537 391 118 0 181745 0
[pid=8518] ppid=8490 vsize=514096 CPUtime=0.11 cores=0-7
/proc/8518/stat : 8518 (python) S 8490 8490 8402 0 -1 4202560 1012 0 0 0 6 5 0 0 18 0 1 0 546429234 526434304 46533 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663939 0 0 17 0 0 0 0
/proc/8518/statm: 128524 46533 376 364 0 64421 0
[pid=8520] ppid=8518 vsize=164164 CPUtime=62.45 cores=0-7
/proc/8520/stat : 8520 (precosat) R 8518 8520 8520 0 -1 4202496 48688 0 0 0 6237 8 0 0 25 0 1 0 546429235 168103936 40825 33554432000 4194304 4890832 140735083438544 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/8520/statm: 41041 40825 86 171 0 40868 0
[pid=8490/tid=8498] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8498/stat : 8498 (python) S 8488 8490 8402 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 9 0 546429210 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8501] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8501/stat : 8501 (python) S 8488 8490 8402 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 9 0 546429213 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8504] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8504/stat : 8504 (python) S 8488 8490 8402 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 9 0 546429217 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 4 0 0 0
[pid=8490/tid=8507] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8507/stat : 8507 (python) S 8488 8490 8402 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 9 0 546429220 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8510] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8510/stat : 8510 (python) S 8488 8490 8402 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 9 0 546429224 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8513] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8513/stat : 8513 (python) S 8488 8490 8402 0 -1 4202560 28 937 0 0 0 0 0 0 22 0 9 0 546429227 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8516] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8516/stat : 8516 (python) S 8488 8490 8402 0 -1 4202560 25 937 0 0 0 0 0 0 24 0 9 0 546429231 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8519] ppid=8488 vsize=524340 CPUtime=0 cores=0-7
/proc/8490/task/8519/stat : 8519 (python) S 8488 8490 8402 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 9 0 546429235 536924160 48050 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 531.52
Current children cumulated vsize (KiB) 7109200

[startup+92.9014 s]
/proc/loadavg: 6.13 5.41 6.74 9/276 8521
/proc/meminfo: memFree=15027308/32950928 swapFree=67111448/67111528
[pid=8490] ppid=8488 vsize=524340 CPUtime=344.03 cores=0-7
/proc/8490/stat : 8490 (python) S 8488 8490 8402 0 -1 4202496 89683 441403 1 0 2948 24 31327 104 17 0 9 0 546426234 536924160 48051 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826070335 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8490/statm: 131085 48051 1890 364 0 66982 0
[pid=8503] ppid=8490 vsize=462816 CPUtime=0.11 cores=0-7
/proc/8503/stat : 8503 (python) S 8490 8490 8402 0 -1 4202560 929 0 0 0 5 6 0 0 18 0 1 0 546429216 473923584 46507 33554432000 4194304 5683644 140735159811376 18446744073709551615 251814260294 0 0 16781312 514 5424163538702663940 0 0 17 1 0 0 0
/proc/8503/statm: 115704 46507 370 364 0 51616 0
[pid=8505] ppid=8503 vsize=81888 CPUtime=63.04 cores=0-7
/proc/8505/stat : 8505 (lingeling) R 8503 8505 8505 0 -1 4202496 26730 0 0 0 6301 3 0 0 25 0 1 0 546429217 83853312 19130 33554432000 4194304 4352236 140733445075216 18446744073709551615 4278535 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/8505/statm: 20472 19130 129 39 0 19552 0
[pid=8518] ppid=8490 vsize=0 CPUtime=62.64 cores=0-7
/proc/8518/stat : 8518 (python) Z 8490 8490 8402 0 -1 4202588 1247 48689 0 0 6 6 6244 8 16 0 1 0 546429234 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8518/statm: 0 0 0 0 0 0 0
[pid=8490/tid=8498] ppid=8488 vsize=524340 CPUtime=377.22 cores=0-7
/proc/8490/task/8498/stat : 8498 (python) S 8488 8490 8402 0 -1 4202560 26 614502 0 0 0 0 37581 141 25 0 9 0 546429210 536924160 48051 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8501] ppid=8488 vsize=524340 CPUtime=377.22 cores=0-7
/proc/8490/task/8501/stat : 8501 (python) S 8488 8490 8402 0 -1 4202560 25 614502 0 0 0 0 37581 141 25 0 9 0 546429213 536924160 48051 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8504] ppid=8488 vsize=524340 CPUtime=377.22 cores=0-7
/proc/8490/task/8504/stat : 8504 (python) S 8488 8490 8402 0 -1 4202560 21 614502 0 0 0 0 37581 141 25 0 9 0 546429217 536924160 48051 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 4 0 0 0
[pid=8490/tid=8507] ppid=8488 vsize=524340 CPUtime=377.22 cores=0-7
/proc/8490/task/8507/stat : 8507 (python) S 8488 8490 8402 0 -1 4202560 22 614502 0 0 0 0 37581 141 25 0 9 0 546429220 536924160 48051 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8510] ppid=8488 vsize=524340 CPUtime=377.22 cores=0-7
/proc/8490/task/8510/stat : 8510 (python) S 8488 8490 8402 0 -1 4202560 26 614502 0 0 0 0 37581 141 20 0 9 0 546429224 536924160 48051 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8513] ppid=8488 vsize=524340 CPUtime=377.22 cores=0-7
/proc/8490/task/8513/stat : 8513 (python) S 8488 8490 8402 0 -1 4202560 28 614502 0 0 0 0 37581 141 22 0 9 0 546429227 536924160 48051 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 2 0 0 0
[pid=8490/tid=8516] ppid=8488 vsize=524340 CPUtime=377.22 cores=0-7
/proc/8490/task/8516/stat : 8516 (python) S 8488 8490 8402 0 -1 4202560 25 614502 0 0 0 0 37581 141 24 0 9 0 546429231 536924160 48051 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
[pid=8490/tid=8519] ppid=8488 vsize=524340 CPUtime=377.22 cores=0-7
/proc/8490/task/8519/stat : 8519 (python) S 8488 8490 8402 0 -1 4202560 30 614502 0 0 0 0 37581 141 25 0 9 0 546429235 536924160 48051 33554432000 4194304 5683644 140735159811376 18446744073709551615 251826063793 0 0 16781312 2 18446604443613997952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 469.82
Current children cumulated vsize (KiB) 1069044

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8490 and gives
#  childrusage.ru_utime.tv_sec=530
#  childrusage.ru_utime.tv_usec=930286
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=952703
# CPU time returned by wait4() is 532.883
# while last known CPU time is 469.82
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 62.48
#  lost CPU user time (s): 62.27
#  lost CPU system time (s): 0.21

Real time (s): 92.9795
CPU time (s): 532.3
CPU user time (s): 530.58
CPU system time (s): 1.72
CPU usage (%): 572.492
Max. virtual memory (cumulated for all children) (KiB): 7109200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 530.93
system time used= 1.9527
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 804657
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= 3970
involuntary context switches= 3025

runsolver used 0.266959 second user time and 0.52592 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-02 16:57:55
IDJOB=3321615
IDBENCH=82420
IDSOLVER=1710
FILE ID=node126/3321615-1304348275
RUNJOBID= node126-1304348078-8416
PBS_JOBID= 13178661
Free space on /tmp= 73640 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.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-3321615-1304348275/watcher-3321615-1304348275 -o /tmp/evaluation-result-3321615-1304348275/solver-3321615-1304348275 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321615-1304348275.cnf -seed 780698526 -budget 40000 -cores 8

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

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=780698526

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:      17622828 kB
Buffers:        337420 kB
Cached:        2011488 kB
SwapCached:         76 kB
Active:       13084544 kB
Inactive:      1877112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17622828 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           47028 kB
Writeback:           0 kB
AnonPages:    12613100 kB
Mapped:          22316 kB
Slab:           262684 kB
PageTables:      38416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35614200 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= 73608 MiB
End job on node126 at 2011-05-02 16:59:28