Trace number 3317704

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-industrial? (TO) 4800.05 1259.27

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1226.02
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

Solver Data

0.36/0.57	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.57	c INFO: solving HOME/instance-3317704-1304268616.cnf
0.36/0.57	c INFO: computing task features
6.34/6.56	c INFO: computed variable-clause graph statistics
6.54/6.79	c INFO: computed clause balance statistics
32.24/32.46	c INFO: computed variable balance statistics
53.14/53.32	c INFO: computed small-clause counts
53.53/53.70	c INFO: computed Horn-clause counts
74.13/74.35	c INFO: computed variable graph statistics
74.13/74.35	c INFO: collected features for HOME/instance-3317704-1304268616.cnf in 73.55 s
74.13/74.38	c INFO: running lingeling-276@0 for 97 with 4726 remaining (b = 0.36)
74.23/74.41	c INFO: running cryptominisat-2.9.0@0 for 485 with 4726 remaining (b = 0.24)
74.23/74.43	c INFO: running SApperloT@0 for 97 with 4726 remaining (b = 0.04)
74.23/74.46	c INFO: running lingeling-276@0 for 485 with 4726 remaining (b = 0.20)
470.27/173.61	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4626 remaining (b = 0.38)
473.86/174.54	c INFO: running lingeling-276@0 for 1261 with 4626 remaining (b = 0.29)
2019.00/561.42	c INFO: running precosat-570@0 for 388 with 4239 remaining (b = 0.30)
2025.80/563.18	c INFO: running lingeling-276@0 for 97 with 4237 remaining (b = 0.18)
2425.90/663.37	c INFO: running precosat-570@0 for 97 with 4137 remaining (b = 0.04)
2825.09/763.55	c INFO: running cryptominisat-2.9.0@0 for 1261 with 4037 remaining (b = 0.23)
3584.04/954.01	c INFO: running lingeling-276@98 for 1261 with 3846 remaining (b = 0.19)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3317704-1304268616/watcher-3317704-1304268616 -o /tmp/evaluation-result-3317704-1304268616/solver-3317704-1304268616 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317704-1304268616.cnf -seed 824782661 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.74 7.00 5.69 3/200 20036
/proc/meminfo: memFree=24599144/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/20036/stat : 20036 (python) R 20034 20036 19634 0 -1 4202496 733 0 0 0 0 0 0 0 22 0 1 0 538460549 15548416 621 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272687104 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/20036/statm: 3796 621 322 364 0 283 0

[startup+0.0887751 s]
/proc/loadavg: 4.74 7.00 5.69 3/200 20036
/proc/meminfo: memFree=24599144/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=54532 CPUtime=0.05 cores=1,3,5,7
/proc/20036/stat : 20036 (python) S 20034 20036 19634 0 -1 4202496 2079 0 0 0 4 1 0 0 17 0 1 0 538460549 55840768 1834 33554432000 4194304 5683644 140735265849328 18446744073709551615 268267765383 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/20036/statm: 13633 1834 492 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54532

[startup+0.10077 s]
/proc/loadavg: 4.74 7.00 5.69 3/200 20036
/proc/meminfo: memFree=24599144/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=87700 CPUtime=0.06 cores=1,3,5,7
/proc/20036/stat : 20036 (python) R 20034 20036 19634 0 -1 4202496 2637 0 0 0 5 1 0 0 17 0 1 0 538460549 89804800 2353 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272684901 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20036/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.300813 s]
/proc/loadavg: 4.74 7.00 5.69 3/200 20036
/proc/meminfo: memFree=24599144/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=135748 CPUtime=0.21 cores=1,3,5,7
/proc/20036/stat : 20036 (python) R 20034 20036 19634 0 -1 4202496 5963 935 1 0 15 6 0 0 17 0 1 0 538460549 139005952 4150 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272685061 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20036/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135748

[startup+0.700727 s]
/proc/loadavg: 4.74 7.00 5.69 3/200 20036
/proc/meminfo: memFree=24599144/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=322528 CPUtime=0.53 cores=1,3,5,7
/proc/20036/stat : 20036 (python) R 20034 20036 19634 0 -1 4202496 20271 935 1 0 41 12 0 0 16 0 1 0 538460549 330268672 17951 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272349893 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20036/statm: 80632 17952 1761 364 0 16556 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 322528

[startup+1.50052 s]
/proc/loadavg: 4.74 7.00 5.69 3/201 20041
/proc/meminfo: memFree=24511896/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=379404 CPUtime=1.33 cores=1,3,5,7
/proc/20036/stat : 20036 (python) R 20034 20036 19634 0 -1 4202496 34371 935 1 0 119 14 0 0 17 0 1 0 538460549 388509696 32051 33554432000 4194304 5683644 140735265849328 18446744073709551615 4539165 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20036/statm: 94851 32052 1761 364 0 30775 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 379404

[startup+3.10024 s]
/proc/loadavg: 4.74 7.00 5.69 3/201 20041
/proc/meminfo: memFree=24432908/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=496256 CPUtime=2.94 cores=1,3,5,7
/proc/20036/stat : 20036 (python) R 20034 20036 19634 0 -1 4202496 62605 935 1 0 276 18 0 0 20 0 1 0 538460549 508166144 60285 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272349893 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20036/statm: 124064 60287 1761 364 0 59988 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 496256

[startup+6.30067 s]
/proc/loadavg: 4.52 6.92 5.67 3/201 20041
/proc/meminfo: memFree=24225448/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=630316 CPUtime=6.14 cores=1,3,5,7
/proc/20036/stat : 20036 (python) R 20034 20036 19634 0 -1 4202496 169145 935 1 0 583 31 0 0 25 0 1 0 538460549 645443584 94985 33554432000 4194304 5683644 140735265849328 18446744073709551615 47137835687856 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20036/statm: 157579 94985 1815 364 0 93503 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 630316

[startup+12.7006 s]
/proc/loadavg: 4.32 6.83 5.65 3/201 20042
/proc/meminfo: memFree=24377836/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=613748 CPUtime=12.54 cores=1,3,5,7
/proc/20036/stat : 20036 (python) R 20034 20036 19634 0 -1 4202496 177407 935 1 0 1222 32 0 0 25 0 1 0 538460549 628477952 90854 33554432000 4194304 5683644 140735265849328 18446744073709551615 5014064 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20036/statm: 153437 90854 1826 364 0 89361 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 613748

[startup+25.5002 s]
/proc/loadavg: 3.81 6.60 5.59 3/201 20042
/proc/meminfo: memFree=24378676/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=613748 CPUtime=25.34 cores=1,3,5,7
/proc/20036/stat : 20036 (python) R 20034 20036 19634 0 -1 4202496 177407 935 1 0 2502 32 0 0 25 0 1 0 538460549 628477952 90854 33554432000 4194304 5683644 140735265849328 18446744073709551615 4619873 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20036/statm: 153437 90854 1826 364 0 89361 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 613748

[startup+51.1007 s]
/proc/loadavg: 3.19 6.23 5.50 3/201 20043
/proc/meminfo: memFree=24378772/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=613748 CPUtime=50.94 cores=1,3,5,7
/proc/20036/stat : 20036 (python) R 20034 20036 19634 0 -1 4202496 177408 935 1 0 5062 32 0 0 25 0 1 0 538460549 628477952 90855 33554432000 4194304 5683644 140735265849328 18446744073709551615 4562996 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20036/statm: 153437 90855 1827 364 0 89361 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 613748

[startup+102.314 s]
/proc/loadavg: 3.59 5.83 5.40 6/213 20056
/proc/meminfo: memFree=23804532/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=525956 CPUtime=74.29 cores=1,3,5,7
/proc/20036/stat : 20036 (python) S 20034 20036 19634 0 -1 4202496 196674 935 1 0 7393 36 0 0 25 0 5 0 538460549 538578944 58718 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20036/statm: 131489 58718 1881 364 0 67398 0
[pid=20044] ppid=20036 vsize=484944 CPUtime=0.03 cores=1,3,5,7
/proc/20044/stat : 20044 (python) S 20036 20036 19634 0 -1 4202560 1003 0 0 0 1 2 0 0 18 0 1 0 538467987 496582656 57203 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709135 0 0 16781312 514 2227698518804365576 0 0 17 7 0 0 0
/proc/20044/statm: 121236 57203 382 364 0 57154 0
[pid=20046] ppid=20044 vsize=59924 CPUtime=27.91 cores=1,3,5,7
/proc/20046/stat : 20046 (lingeling) R 20044 20046 20046 0 -1 4202496 24129 0 0 0 2786 5 0 0 25 0 1 0 538467988 61362176 14151 33554432000 4194304 4352236 140735580406688 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20046/statm: 14981 14151 129 39 0 14061 0
[pid=20047] ppid=20036 vsize=495200 CPUtime=0.04 cores=1,3,5,7
/proc/20047/stat : 20047 (python) S 20036 20036 19634 0 -1 4202560 927 0 0 0 2 2 0 0 15 0 1 0 538467990 507084800 57195 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 2227698518804365576 0 0 17 7 0 0 0
/proc/20047/statm: 123800 57195 370 364 0 59715 0
[pid=20049] ppid=20047 vsize=611496 CPUtime=27.88 cores=1,3,5,7
/proc/20049/stat : 20049 (cryptominisat-2) R 20047 20049 20049 0 -1 4202496 122461 0 0 0 2770 18 0 0 25 0 1 0 538467991 626171904 117878 33554432000 4194304 4677096 140733978623552 18446744073709551615 4337485 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20049/statm: 152874 117878 387 118 0 147833 0
[pid=20050] ppid=20036 vsize=505456 CPUtime=0.02 cores=1,3,5,7
/proc/20050/stat : 20050 (python) S 20036 20036 19634 0 -1 4202560 937 0 0 0 1 1 0 0 18 0 1 0 538467993 517586944 57199 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 2227698518804365576 0 0 17 7 0 0 0
/proc/20050/statm: 126364 57199 370 364 0 62276 0
[pid=20052] ppid=20050 vsize=113760 CPUtime=27.86 cores=1,3,5,7
/proc/20052/stat : 20052 (SApperloT-base) R 20050 20052 20052 0 -1 4202496 27654 0 0 0 2779 7 0 0 25 0 1 0 538467994 116490240 25368 33554432000 134512640 135674940 4288612496 18446744073709551615 134564219 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20052/statm: 28440 25368 99 284 0 28154 0
[pid=20053] ppid=20036 vsize=515712 CPUtime=0.03 cores=1,3,5,7
/proc/20053/stat : 20053 (python) S 20036 20036 19634 0 -1 4202560 941 0 0 0 2 1 0 0 18 0 1 0 538467996 528089088 57203 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 2227698518804365576 0 0 17 7 0 0 0
/proc/20053/statm: 128928 57203 370 364 0 64837 0
[pid=20055] ppid=20053 vsize=61656 CPUtime=27.5 cores=1,3,5,7
/proc/20055/stat : 20055 (lingeling) R 20053 20055 20055 0 -1 4202496 24556 0 0 0 2745 5 0 0 25 0 1 0 538467996 63135744 14584 33554432000 4194304 4352236 140734028837088 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20055/statm: 15414 14584 129 39 0 14494 0
[pid=20036/tid=20045] ppid=20034 vsize=525956 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20045/stat : 20045 (python) S 20034 20036 19634 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538467988 538578944 58718 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 5 0 0 0
[pid=20036/tid=20048] ppid=20034 vsize=525956 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20048/stat : 20048 (python) S 20034 20036 19634 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 538467991 538578944 58718 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 5 0 0 0
[pid=20036/tid=20051] ppid=20034 vsize=525956 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20051/stat : 20051 (python) S 20034 20036 19634 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 538467994 538578944 58718 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20054] ppid=20034 vsize=525956 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20054/stat : 20054 (python) S 20034 20036 19634 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 5 0 538467996 538578944 58718 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 185.56
Current children cumulated vsize (KiB) 3374104

[startup+162.301 s]
/proc/loadavg: 4.48 5.68 5.37 6/213 20058
/proc/meminfo: memFree=23374904/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=525956 CPUtime=74.29 cores=1,3,5,7
/proc/20036/stat : 20036 (python) S 20034 20036 19634 0 -1 4202496 196674 935 1 0 7393 36 0 0 25 0 5 0 538460549 538578944 58718 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20036/statm: 131489 58718 1881 364 0 67398 0
[pid=20044] ppid=20036 vsize=484944 CPUtime=0.11 cores=1,3,5,7
/proc/20044/stat : 20044 (python) S 20036 20036 19634 0 -1 4202560 1031 0 0 0 6 5 0 0 18 0 1 0 538467987 496582656 57203 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709135 0 0 16781312 514 2227698518804365576 0 0 17 7 0 0 0
/proc/20044/statm: 121236 57203 382 364 0 57154 0
[pid=20046] ppid=20044 vsize=189560 CPUtime=87.9 cores=1,3,5,7
/proc/20046/stat : 20046 (lingeling) R 20044 20046 20046 0 -1 4202496 64918 0 0 0 8780 10 0 0 25 0 1 0 538467988 194109440 46560 33554432000 4194304 4352236 140735580406688 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20046/statm: 47390 46560 129 39 0 46470 0
[pid=20047] ppid=20036 vsize=495200 CPUtime=0.12 cores=1,3,5,7
/proc/20047/stat : 20047 (python) S 20036 20036 19634 0 -1 4202560 948 0 0 0 6 6 0 0 15 0 1 0 538467990 507084800 57195 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 2227698518804365576 0 0 17 7 0 0 0
/proc/20047/statm: 123800 57195 370 364 0 59715 0
[pid=20049] ppid=20047 vsize=726344 CPUtime=87.87 cores=1,3,5,7
/proc/20049/stat : 20049 (cryptominisat-2) R 20047 20049 20049 0 -1 4202496 164744 0 0 0 8759 28 0 0 25 0 1 0 538467991 743776256 134017 33554432000 4194304 4677096 140733978623552 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20049/statm: 181586 134017 388 118 0 176545 0
[pid=20050] ppid=20036 vsize=505456 CPUtime=0.12 cores=1,3,5,7
/proc/20050/stat : 20050 (python) S 20036 20036 19634 0 -1 4202560 967 0 0 0 7 5 0 0 18 0 1 0 538467993 517586944 57199 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 2227698518804365576 0 0 17 7 0 0 0
/proc/20050/statm: 126364 57199 370 364 0 62276 0
[pid=20052] ppid=20050 vsize=221880 CPUtime=87.84 cores=1,3,5,7
/proc/20052/stat : 20052 (SApperloT-base) R 20050 20052 20052 0 -1 4202496 55504 0 0 0 8769 15 0 0 25 0 1 0 538467994 227205120 53218 33554432000 134512640 135674940 4288612496 18446744073709551615 134564854 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20052/statm: 55470 53218 99 284 0 55184 0
[pid=20053] ppid=20036 vsize=515712 CPUtime=0.12 cores=1,3,5,7
/proc/20053/stat : 20053 (python) S 20036 20036 19634 0 -1 4202560 968 0 0 0 6 6 0 0 18 0 1 0 538467996 528089088 57203 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 2227698518804365576 0 0 17 7 0 0 0
/proc/20053/statm: 128928 57203 370 364 0 64837 0
[pid=20055] ppid=20053 vsize=186868 CPUtime=86.76 cores=1,3,5,7
/proc/20055/stat : 20055 (lingeling) R 20053 20055 20055 0 -1 4202496 64237 0 0 0 8667 9 0 0 25 0 1 0 538467996 191352832 45887 33554432000 4194304 4352236 140734028837088 18446744073709551615 4280928 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20055/statm: 46717 45887 129 39 0 45797 0
[pid=20036/tid=20045] ppid=20034 vsize=525956 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20045/stat : 20045 (python) S 20034 20036 19634 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538467988 538578944 58718 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 5 0 0 0
[pid=20036/tid=20048] ppid=20034 vsize=525956 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20048/stat : 20048 (python) S 20034 20036 19634 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 538467991 538578944 58718 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 5 0 0 0
[pid=20036/tid=20051] ppid=20034 vsize=525956 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20051/stat : 20051 (python) S 20034 20036 19634 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 538467994 538578944 58718 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20054] ppid=20034 vsize=525956 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20054/stat : 20054 (python) S 20034 20036 19634 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 5 0 538467996 538578944 58718 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 425.13
Current children cumulated vsize (KiB) 3851920


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

/proc/20052/stat : 20052 (SApperloT-base) T 20050 20052 20052 0 -1 4202496 60164 0 0 0 9897 16 0 0 25 0 1 0 538467994 246415360 57878 33554432000 134512640 135674940 4288612496 18446744073709551615 134551574 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20052/statm: 60160 57878 99 284 0 59874 0
[pid=20050/tid=20059] ppid=20036 vsize=505456 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20059/stat : 20059 (python) S 20036 20036 19634 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538477909 517586944 57229 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604471163499584 0 0 -1 7 0 0 0
[pid=20053] ppid=20036 vsize=515712 CPUtime=1.16 cores=1,3,5,7
/proc/20053/stat : 20053 (python) S 20036 20036 19634 0 -1 4202560 1170 0 0 0 61 55 0 0 18 0 2 0 538467996 528089088 57233 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20053/statm: 128928 57233 399 364 0 64837 0
[pid=20055] ppid=20053 vsize=211376 CPUtime=775.8 cores=1,3,5,7
/proc/20055/stat : 20055 (lingeling) R 20053 20055 20055 0 -1 4202496 217951 0 0 0 77554 26 0 0 25 0 1 0 538467996 216449024 52014 33554432000 4194304 4352236 140734028837088 18446744073709551615 4278708 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20055/statm: 52844 52014 129 39 0 51924 0
[pid=20053/tid=20078] ppid=20036 vsize=515712 CPUtime=0 cores=1,3,5,7
/proc/20053/task/20078/stat : 20078 (python) S 20036 20036 19634 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538516865 528089088 57233 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604471161295040 0 0 -1 1 0 0 0
[pid=20060] ppid=20036 vsize=525968 CPUtime=1.64 cores=1,3,5,7
/proc/20060/stat : 20060 (python) S 20036 20036 19634 0 -1 4202560 1015 0 0 0 89 75 0 0 15 0 1 0 538477911 538591232 57207 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 2227698518804365573 0 0 17 3 0 0 0
/proc/20060/statm: 131492 57207 370 364 0 67398 0
[pid=20062] ppid=20060 vsize=3487180 CPUtime=1067.32 cores=1,3,5,7
/proc/20062/stat : 20062 (cryptominisat-2) R 20060 20062 20062 0 -1 4202496 940068 0 0 0 106539 193 0 0 25 0 1 0 538477913 3570872320 684852 33554432000 4194304 4677096 140734893219824 18446744073709551615 4335840 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20062/statm: 871795 684852 391 118 0 866754 0
[pid=20075] ppid=20036 vsize=536224 CPUtime=0.59 cores=1,3,5,7
/proc/20075/stat : 20075 (python) S 20036 20036 19634 0 -1 4202560 1173 0 0 0 32 27 0 0 19 0 2 0 538516691 549093376 57241 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20075/statm: 134056 57241 399 364 0 69959 0
[pid=20077] ppid=20075 vsize=486796 CPUtime=391.37 cores=1,3,5,7
/proc/20077/stat : 20077 (precosat) T 20075 20077 20077 0 -1 4202496 145867 0 0 0 39110 27 0 0 25 0 1 0 538516692 498479104 119849 33554432000 4194304 4890832 140736196459104 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/20077/statm: 121699 119849 86 171 0 121526 0
[pid=20075/tid=20110] ppid=20036 vsize=536224 CPUtime=0 cores=1,3,5,7
/proc/20075/task/20110/stat : 20110 (python) S 20036 20036 19634 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538555948 549093376 57241 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604471122446272 0 0 -1 1 0 0 0
[pid=20079] ppid=20036 vsize=546480 CPUtime=0.15 cores=1,3,5,7
/proc/20079/stat : 20079 (python) S 20036 20036 19634 0 -1 4202560 1134 0 0 0 7 8 0 0 19 0 2 0 538516867 559595520 57245 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20079/statm: 136620 57245 399 364 0 72520 0
[pid=20081] ppid=20079 vsize=188912 CPUtime=100.14 cores=1,3,5,7
/proc/20081/stat : 20081 (lingeling) T 20079 20081 20081 0 -1 4202496 64693 0 0 0 10005 9 0 0 25 0 1 0 538516868 193445888 46398 33554432000 4194304 4352236 140737273912112 18446744073709551615 4276518 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/20081/statm: 47228 46398 129 39 0 46308 0
[pid=20079/tid=20094] ppid=20036 vsize=546480 CPUtime=0 cores=1,3,5,7
/proc/20079/task/20094/stat : 20094 (python) S 20036 20036 19634 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538526883 559595520 57245 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604466354070784 0 0 -1 1 0 0 0
[pid=20095] ppid=20036 vsize=556736 CPUtime=0.15 cores=1,3,5,7
/proc/20095/stat : 20095 (python) S 20036 20036 19634 0 -1 4202560 1168 0 0 0 8 7 0 0 19 0 2 0 538526886 570097664 57255 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20095/statm: 139184 57255 405 364 0 75081 0
[pid=20097] ppid=20095 vsize=438676 CPUtime=98.12 cores=1,3,5,7
/proc/20097/stat : 20097 (precosat) T 20095 20097 20097 0 -1 4202496 114459 0 0 0 9789 23 0 0 25 0 1 0 538526887 449204224 107764 33554432000 4194304 4890832 140733376859200 18446744073709551615 4213779 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/20097/statm: 109669 107764 86 171 0 109496 0
[pid=20095/tid=20101] ppid=20036 vsize=556736 CPUtime=0 cores=1,3,5,7
/proc/20095/task/20101/stat : 20101 (python) S 20036 20036 19634 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538536902 570097664 57255 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604471136081728 0 0 -1 7 0 0 0
[pid=20036/tid=20045] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20045/stat : 20045 (python) S 20034 20036 19634 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 538467988 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 5 0 0 0
[pid=20036/tid=20048] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20048/stat : 20048 (python) S 20034 20036 19634 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 538467991 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 5 0 0 0
[pid=20036/tid=20051] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20051/stat : 20051 (python) S 20034 20036 19634 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 9 0 538467994 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20054] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20054/stat : 20054 (python) S 20034 20036 19634 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 538467996 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20061] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20061/stat : 20061 (python) S 20034 20036 19634 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 538477911 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20076] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20076/stat : 20076 (python) S 20034 20036 19634 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 538516692 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20080] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20080/stat : 20080 (python) S 20034 20036 19634 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 538516868 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20096] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20096/stat : 20096 (python) S 20034 20036 19634 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 538526887 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4732.66
Current children cumulated vsize (KiB) 13348972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1259.2 s]
/proc/loadavg: 5.74 5.24 5.19 9/244 20162
/proc/meminfo: memFree=19631412/32950928 swapFree=67111464/67111528
[pid=20036] ppid=20034 vsize=566980 CPUtime=74.49 cores=1,3,5,7
/proc/20036/stat : 20036 (python) S 20034 20036 19634 0 -1 4202496 200592 935 1 0 7410 39 0 0 18 0 9 0 538460549 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20036/statm: 141745 58743 1890 364 0 77642 0
[pid=20044] ppid=20036 vsize=495188 CPUtime=1.76 cores=1,3,5,7
/proc/20044/stat : 20044 (python) S 20036 20036 19634 0 -1 4202560 1236 0 0 0 94 82 0 0 18 0 2 0 538467987 507072512 57242 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20044/statm: 123797 57242 416 364 0 59715 0
[pid=20046] ppid=20044 vsize=223108 CPUtime=1171.18 cores=1,3,5,7
/proc/20046/stat : 20046 (lingeling) R 20044 20046 20046 0 -1 4202496 286450 0 0 0 117084 34 0 0 25 0 1 0 538467988 228462592 54947 33554432000 4194304 4352236 140735580406688 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20046/statm: 55777 54947 129 39 0 54857 0
[pid=20044/tid=20063] ppid=20036 vsize=495188 CPUtime=0 cores=1,3,5,7
/proc/20044/task/20063/stat : 20063 (python) S 20036 20036 19634 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538478001 507072512 57242 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604471136364608 0 0 -1 3 0 0 0
[pid=20047] ppid=20036 vsize=495200 CPUtime=1.54 cores=1,3,5,7
/proc/20047/stat : 20047 (python) S 20036 20036 19634 0 -1 4202560 1170 0 0 0 80 74 0 0 15 0 2 0 538467990 507084800 57225 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20047/statm: 123800 57225 399 364 0 59715 0
[pid=20049] ppid=20047 vsize=3271760 CPUtime=981.52 cores=1,3,5,7
/proc/20049/stat : 20049 (cryptominisat-2) R 20047 20049 20049 0 -1 4202496 996567 0 0 0 97956 196 0 0 25 0 1 0 538467991 3350282240 679756 33554432000 4194304 4677096 140733978623552 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20049/statm: 817940 679756 391 118 0 812899 0
[pid=20047/tid=20074] ppid=20036 vsize=495200 CPUtime=0 cores=1,3,5,7
/proc/20047/task/20074/stat : 20074 (python) S 20036 20036 19634 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538516689 507084800 57225 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604471163498688 0 0 -1 5 0 0 0
[pid=20050] ppid=20036 vsize=505456 CPUtime=0.14 cores=1,3,5,7
/proc/20050/stat : 20050 (python) S 20036 20036 19634 0 -1 4202560 1125 0 0 0 8 6 0 0 19 0 2 0 538467993 517586944 57229 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20050/statm: 126364 57229 399 364 0 62276 0
[pid=20052] ppid=20050 vsize=240640 CPUtime=99.13 cores=1,3,5,7
/proc/20052/stat : 20052 (SApperloT-base) T 20050 20052 20052 0 -1 4202496 60164 0 0 0 9897 16 0 0 25 0 1 0 538467994 246415360 57878 33554432000 134512640 135674940 4288612496 18446744073709551615 134551574 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20052/statm: 60160 57878 99 284 0 59874 0
[pid=20050/tid=20059] ppid=20036 vsize=505456 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20059/stat : 20059 (python) S 20036 20036 19634 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538477909 517586944 57229 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604471163499584 0 0 -1 7 0 0 0
[pid=20053] ppid=20036 vsize=515712 CPUtime=1.18 cores=1,3,5,7
/proc/20053/stat : 20053 (python) S 20036 20036 19634 0 -1 4202560 1170 0 0 0 62 56 0 0 18 0 2 0 538467996 528089088 57233 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20053/statm: 128928 57233 399 364 0 64837 0
[pid=20055] ppid=20053 vsize=227760 CPUtime=792.71 cores=1,3,5,7
/proc/20055/stat : 20055 (lingeling) R 20053 20055 20055 0 -1 4202496 254816 0 0 0 79241 30 0 0 25 0 1 0 538467996 233226240 56110 33554432000 4194304 4352236 140734028837088 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20055/statm: 56940 56110 129 39 0 56020 0
[pid=20053/tid=20078] ppid=20036 vsize=515712 CPUtime=0 cores=1,3,5,7
/proc/20053/task/20078/stat : 20078 (python) S 20036 20036 19634 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538516865 528089088 57233 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604471161295040 0 0 -1 1 0 0 0
[pid=20060] ppid=20036 vsize=525968 CPUtime=1.68 cores=1,3,5,7
/proc/20060/stat : 20060 (python) S 20036 20036 19634 0 -1 4202560 1015 0 0 0 91 77 0 0 15 0 1 0 538477911 538591232 57207 33554432000 4194304 5683644 140735265849328 18446744073709551615 268272709190 0 0 16781312 514 2227698518804365573 0 0 17 3 0 0 0
/proc/20060/statm: 131492 57207 370 364 0 67398 0
[pid=20062] ppid=20060 vsize=3487180 CPUtime=1084.2 cores=1,3,5,7
/proc/20062/stat : 20062 (cryptominisat-2) R 20060 20062 20062 0 -1 4202496 941820 0 0 0 108227 193 0 0 25 0 1 0 538477913 3570872320 686604 33554432000 4194304 4677096 140734893219824 18446744073709551615 268272385803 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20062/statm: 871795 686604 391 118 0 866754 0
[pid=20075] ppid=20036 vsize=536224 CPUtime=0.59 cores=1,3,5,7
/proc/20075/stat : 20075 (python) S 20036 20036 19634 0 -1 4202560 1173 0 0 0 32 27 0 0 19 0 2 0 538516691 549093376 57241 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20075/statm: 134056 57241 399 364 0 69959 0
[pid=20077] ppid=20075 vsize=486796 CPUtime=391.37 cores=1,3,5,7
/proc/20077/stat : 20077 (precosat) T 20075 20077 20077 0 -1 4202496 145867 0 0 0 39110 27 0 0 25 0 1 0 538516692 498479104 119849 33554432000 4194304 4890832 140736196459104 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/20077/statm: 121699 119849 86 171 0 121526 0
[pid=20075/tid=20110] ppid=20036 vsize=536224 CPUtime=0 cores=1,3,5,7
/proc/20075/task/20110/stat : 20110 (python) S 20036 20036 19634 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538555948 549093376 57241 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604471122446272 0 0 -1 1 0 0 0
[pid=20079] ppid=20036 vsize=546480 CPUtime=0.15 cores=1,3,5,7
/proc/20079/stat : 20079 (python) S 20036 20036 19634 0 -1 4202560 1134 0 0 0 7 8 0 0 19 0 2 0 538516867 559595520 57245 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20079/statm: 136620 57245 399 364 0 72520 0
[pid=20081] ppid=20079 vsize=188912 CPUtime=100.14 cores=1,3,5,7
/proc/20081/stat : 20081 (lingeling) T 20079 20081 20081 0 -1 4202496 64693 0 0 0 10005 9 0 0 25 0 1 0 538516868 193445888 46398 33554432000 4194304 4352236 140737273912112 18446744073709551615 4276518 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/20081/statm: 47228 46398 129 39 0 46308 0
[pid=20079/tid=20094] ppid=20036 vsize=546480 CPUtime=0 cores=1,3,5,7
/proc/20079/task/20094/stat : 20094 (python) S 20036 20036 19634 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538526883 559595520 57245 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604466354070784 0 0 -1 1 0 0 0
[pid=20095] ppid=20036 vsize=556736 CPUtime=0.15 cores=1,3,5,7
/proc/20095/stat : 20095 (python) S 20036 20036 19634 0 -1 4202560 1168 0 0 0 8 7 0 0 19 0 2 0 538526886 570097664 57255 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20095/statm: 139184 57255 405 364 0 75081 0
[pid=20097] ppid=20095 vsize=438676 CPUtime=98.12 cores=1,3,5,7
/proc/20097/stat : 20097 (precosat) T 20095 20097 20097 0 -1 4202496 114459 0 0 0 9789 23 0 0 25 0 1 0 538526887 449204224 107764 33554432000 4194304 4890832 140733376859200 18446744073709551615 4213779 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/20097/statm: 109669 107764 86 171 0 109496 0
[pid=20095/tid=20101] ppid=20036 vsize=556736 CPUtime=0 cores=1,3,5,7
/proc/20095/task/20101/stat : 20101 (python) S 20036 20036 19634 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538536902 570097664 57255 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 514 18446604471136081728 0 0 -1 7 0 0 0
[pid=20036/tid=20045] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20045/stat : 20045 (python) S 20034 20036 19634 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 538467988 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 5 0 0 0
[pid=20036/tid=20048] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20048/stat : 20048 (python) S 20034 20036 19634 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 538467991 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 5 0 0 0
[pid=20036/tid=20051] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20051/stat : 20051 (python) S 20034 20036 19634 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 9 0 538467994 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20054] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20054/stat : 20054 (python) S 20034 20036 19634 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 538467996 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20061] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20061/stat : 20061 (python) S 20034 20036 19634 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 538477911 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20076] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20076/stat : 20076 (python) S 20034 20036 19634 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 538516692 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20080] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20080/stat : 20080 (python) S 20034 20036 19634 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 538516868 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
[pid=20036/tid=20096] ppid=20034 vsize=566980 CPUtime=0 cores=1,3,5,7
/proc/20036/task/20096/stat : 20096 (python) S 20034 20036 19634 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 538526887 580587520 58743 33554432000 4194304 5683644 140735265849328 18446744073709551615 268284512689 0 0 16781312 2 18446604466354072576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 13308776

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20036 and gives
#  childrusage.ru_utime.tv_sec=74
#  childrusage.ru_utime.tv_usec=109733
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=417936
# CPU time returned by wait4() is 74.5277
# while last known CPU time is 4800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1259.27
CPU time (s): 4800.05
CPU user time (s): 4791.01
CPU system time (s): 9.04
CPU usage (%): 381.177
Max. virtual memory (cumulated for all children) (KiB): 13758580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.1097
system time used= 0.417936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201531
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= 2046
involuntary context switches= 210

runsolver used 4.5893 second user time and 9.12361 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-01 18:50:17
IDJOB=3317704
IDBENCH=82366
IDSOLVER=1706
FILE ID=node122/3317704-1304268616
RUNJOBID= node122-1304267283-19653
PBS_JOBID= 13173957
Free space on /tmp= 73028 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317704-1304268616/watcher-3317704-1304268616 -o /tmp/evaluation-result-3317704-1304268616/solver-3317704-1304268616 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317704-1304268616.cnf -seed 824782661 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=824782661

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24599424 kB
Buffers:        360020 kB
Cached:        2255816 kB
SwapCached:         64 kB
Active:        6187412 kB
Inactive:      1800156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24599424 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           68564 kB
Writeback:           0 kB
AnonPages:     5371680 kB
Mapped:          21108 kB
Slab:           286608 kB
PageTables:      16188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5588640 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= 73300 MiB
End job on node122 at 2011-05-01 19:11:19