Trace number 3498349

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-seq-industrial (fixed)? (TO) 5000.02 4993.86

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 benchmark1095.17
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.32/0.58	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.58	c INFO: solving HOME/instance-3498349-1307953172.cnf
0.32/0.58	c INFO: computing task features
6.42/6.68	c INFO: computed variable-clause graph statistics
6.71/6.92	c INFO: computed clause balance statistics
32.71/32.93	c INFO: computed variable balance statistics
54.00/54.24	c INFO: computed small-clause counts
54.41/54.62	c INFO: computed Horn-clause counts
75.11/75.32	c INFO: computed variable graph statistics
75.11/75.32	c INFO: collected features for HOME/instance-3498349-1307953172.cnf in 74.50 s
75.11/75.35	c INFO: running lingeling-276@0 for 97 with 4925 remaining (b = 0.36)
175.30/175.49	c INFO: running cryptominisat-2.9.0@0 for 485 with 4825 remaining (b = 0.24)
666.41/665.91	c INFO: running lingeling-276@99 for 388 with 4336 remaining (b = 0.21)
1052.28/1051.32	c INFO: running lingeling-276@0 for 97 with 3950 remaining (b = 0.29)
1152.47/1151.45	c INFO: running precosat-570@0 for 194 with 3850 remaining (b = 0.10)
1348.89/1347.69	c INFO: running lingeling-276@100 for 388 with 3654 remaining (b = 0.12)
1734.75/1733.09	c INFO: running lingeling-276@0 for 97 with 3269 remaining (b = 0.16)
1835.06/1833.24	c INFO: running precosat-570@0 for 97 with 3169 remaining (b = 0.03)
1935.28/1933.39	c INFO: running cryptominisat-2.9.0@489 for 1164 with 3069 remaining (b = 0.29)
3098.96/3095.41	c INFO: running cryptominisat-2.9.0@1650 for 291 with 1908 remaining (b = 0.08)
3390.94/3387.05	c INFO: running lingeling-276@485 for 97 with 1616 remaining (b = 0.02)
3488.19/3484.18	c INFO: running cryptominisat-2.9.0@0 for 1519 with 1519 remaining (b = 0.29)

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.1 (svn: 989)

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-3498349-1307953172/watcher-3498349-1307953172 -o /tmp/evaluation-result-3498349-1307953172/solver-3498349-1307953172 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498349-1307953172.cnf -seed 1042763137 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.91 0.23 0.08 2/177 29953
/proc/meminfo: memFree=31734296/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/29953/stat : 29953 (python) S 29951 29953 29810 0 -1 4202496 795 0 0 0 0 0 0 0 24 0 1 0 906919929 15753216 681 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/29953/statm: 3846 681 322 364 0 333 0

[startup+0.0420539 s]
/proc/loadavg: 0.91 0.23 0.08 2/177 29953
/proc/meminfo: memFree=31734296/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=18884 CPUtime=0.02 cores=1,3,5,7
/proc/29953/stat : 29953 (python) S 29951 29953 29810 0 -1 4202496 1288 0 0 0 2 0 0 0 24 0 1 0 906919929 19337216 1140 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/29953/statm: 4721 1140 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100524 s]
/proc/loadavg: 0.91 0.23 0.08 2/177 29953
/proc/meminfo: memFree=31734296/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=102012 CPUtime=0.07 cores=1,3,5,7
/proc/29953/stat : 29953 (python) S 29951 29953 29810 0 -1 4202496 3026 0 0 0 5 2 0 0 17 0 1 0 906919929 104460288 2717 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/29953/statm: 25503 2717 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.300483 s]
/proc/loadavg: 0.91 0.23 0.08 2/177 29953
/proc/meminfo: memFree=31734296/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/29953/stat : 29953 (python) S 29951 29953 29810 0 -1 4202496 5973 934 1 0 14 5 0 0 17 0 1 0 906919929 139010048 4148 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634511365 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/29953/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700447 s]
/proc/loadavg: 0.91 0.23 0.08 2/177 29953
/proc/meminfo: memFree=31734296/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=321296 CPUtime=0.51 cores=1,3,5,7
/proc/29953/stat : 29953 (python) R 29951 29953 29810 0 -1 4202496 19961 934 1 0 39 12 0 0 17 0 1 0 906919929 329007104 17630 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634573226 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29953/statm: 80324 17630 1761 364 0 16248 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 321296

[startup+1.50032 s]
/proc/loadavg: 0.91 0.23 0.08 3/178 29958
/proc/meminfo: memFree=31648016/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=377300 CPUtime=1.31 cores=1,3,5,7
/proc/29953/stat : 29953 (python) R 29951 29953 29810 0 -1 4202496 33552 934 1 0 117 14 0 0 17 0 1 0 906919929 386355200 31221 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634176197 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29953/statm: 94325 31221 1761 364 0 30249 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 377300

[startup+3.10103 s]
/proc/loadavg: 0.91 0.23 0.08 3/178 29958
/proc/meminfo: memFree=31574860/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=490272 CPUtime=2.91 cores=1,3,5,7
/proc/29953/stat : 29953 (python) R 29951 29953 29810 0 -1 4202496 60786 934 1 0 273 18 0 0 20 0 1 0 906919929 502038528 58455 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634176197 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29953/statm: 122568 58455 1761 364 0 58492 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 490272

[startup+6.30046 s]
/proc/loadavg: 1.00 0.26 0.09 3/178 29958
/proc/meminfo: memFree=31363084/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=696584 CPUtime=6.11 cores=1,3,5,7
/proc/29953/stat : 29953 (python) R 29951 29953 29810 0 -1 4202496 160905 934 1 0 581 30 0 0 25 0 1 0 906919929 713302016 111518 33554432000 4194304 5683644 140737196649488 18446744073709551615 47908473409456 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29953/statm: 174146 111518 1814 364 0 110070 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 696584

[startup+12.7003 s]
/proc/loadavg: 1.08 0.29 0.10 3/178 29959
/proc/meminfo: memFree=31377112/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=613756 CPUtime=12.5 cores=1,3,5,7
/proc/29953/stat : 29953 (python) R 29951 29953 29810 0 -1 4202496 177421 934 1 0 1218 32 0 0 25 0 1 0 906919929 628486144 90855 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634170848 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29953/statm: 153439 90855 1826 364 0 89363 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 613756

[startup+25.5011 s]
/proc/loadavg: 1.28 0.37 0.13 3/178 29959
/proc/meminfo: memFree=31377824/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=613756 CPUtime=25.3 cores=1,3,5,7
/proc/29953/stat : 29953 (python) R 29951 29953 29810 0 -1 4202496 177421 934 1 0 2498 32 0 0 25 0 1 0 906919929 628486144 90855 33554432000 4194304 5683644 140737196649488 18446744073709551615 47908473535823 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29953/statm: 153439 90855 1826 364 0 89363 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 613756

[startup+51.1005 s]
/proc/loadavg: 1.52 0.50 0.18 3/178 29960
/proc/meminfo: memFree=31378284/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=613756 CPUtime=50.9 cores=1,3,5,7
/proc/29953/stat : 29953 (python) R 29951 29953 29810 0 -1 4202496 177422 934 1 0 5058 32 0 0 25 0 1 0 906919929 628486144 90856 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634182533 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29953/statm: 153439 90856 1827 364 0 89363 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 613756

[startup+102.307 s]
/proc/loadavg: 1.79 0.73 0.27 3/184 29967
/proc/meminfo: memFree=31541984/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=495192 CPUtime=75.16 cores=1,3,5,7
/proc/29953/stat : 29953 (python) S 29951 29953 29810 0 -1 4202496 194333 934 1 0 7481 35 0 0 20 0 2 0 906919929 507076608 58700 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29953/statm: 123798 58700 1875 364 0 59716 0
[pid=29961] ppid=29953 vsize=484948 CPUtime=0.02 cores=1,3,5,7
/proc/29961/stat : 29961 (python) S 29953 29953 29810 0 -1 4202560 991 0 0 0 1 1 0 0 18 0 1 0 906927464 496586752 57202 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634535439 0 0 16781312 514 10124320660747419912 0 0 17 5 0 0 0
/proc/29961/statm: 121237 57202 381 364 0 57155 0
[pid=29963] ppid=29961 vsize=63212 CPUtime=26.93 cores=1,3,5,7
/proc/29963/stat : 29963 (lingeling) R 29961 29963 29963 0 -1 4202496 29399 0 0 0 2688 5 0 0 25 0 1 0 906927464 64729088 14973 33554432000 4194304 4352236 140736582978432 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29963/statm: 15803 14973 129 39 0 14883 0
[pid=29953/tid=29962] ppid=29951 vsize=495192 CPUtime=0 cores=1,3,5,7
/proc/29953/task/29962/stat : 29962 (python) S 29951 29953 29810 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 2 0 906927464 507076608 58700 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 1043352

[startup+162.301 s]
/proc/loadavg: 1.92 0.96 0.37 3/184 29969
/proc/meminfo: memFree=31359088/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=495192 CPUtime=75.16 cores=1,3,5,7
/proc/29953/stat : 29953 (python) S 29951 29953 29810 0 -1 4202496 194333 934 1 0 7481 35 0 0 20 0 2 0 906919929 507076608 58700 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29953/statm: 123798 58700 1875 364 0 59716 0
[pid=29961] ppid=29953 vsize=484948 CPUtime=0.09 cores=1,3,5,7
/proc/29961/stat : 29961 (python) S 29953 29953 29810 0 -1 4202560 1014 0 0 0 4 5 0 0 18 0 1 0 906927464 496586752 57202 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634535439 0 0 16781312 514 10124320660747419912 0 0 17 5 0 0 0
/proc/29961/statm: 121237 57202 381 364 0 57155 0
[pid=29963] ppid=29961 vsize=194112 CPUtime=86.93 cores=1,3,5,7
/proc/29963/stat : 29963 (lingeling) R 29961 29963 29963 0 -1 4202496 78697 0 0 0 8683 10 0 0 25 0 1 0 906927464 198770688 47698 33554432000 4194304 4352236 140736582978432 18446744073709551615 4281160 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29963/statm: 48528 47698 129 39 0 47608 0
[pid=29953/tid=29962] ppid=29951 vsize=495192 CPUtime=0 cores=1,3,5,7
/proc/29953/task/29962/stat : 29962 (python) S 29951 29953 29810 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 2 0 906927464 507076608 58700 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 1174252

[startup+222.301 s]
/proc/loadavg: 1.97 1.15 0.47 3/192 29978
/proc/meminfo: memFree=30262016/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=505448 CPUtime=75.19 cores=1,3,5,7
/proc/29953/stat : 29953 (python) S 29951 29953 29810 0 -1 4202496 195084 934 1 0 7483 36 0 0 20 0 3 0 906919929 517578752 58707 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29953/statm: 126362 58707 1878 364 0 62277 0
[pid=29961] ppid=29953 vsize=495192 CPUtime=0.11 cores=1,3,5,7
/proc/29961/stat : 29961 (python) S 29953 29953 29810 0 -1 4202560 1179 0 0 0 5 6 0 0 19 0 2 0 906927464 507076608 57240 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29961/statm: 123798 57240 414 364 0 59716 0
[pid=29963] ppid=29961 vsize=194112 CPUtime=100.09 cores=1,3,5,7
/proc/29963/stat : 29963 (lingeling) T 29961 29963 29963 0 -1 4202496 78697 0 0 0 9999 10 0 0 25 0 1 0 906927464 198770688 47698 33554432000 4194304 4352236 140736582978432 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29963/statm: 48528 47698 129 39 0 47608 0
[pid=29961/tid=29970] ppid=29953 vsize=495192 CPUtime=0 cores=1,3,5,7
/proc/29961/task/29970/stat : 29970 (python) S 29953 29953 29810 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906937475 507076608 57240 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471130397376 0 0 -1 5 0 0 0
[pid=29971] ppid=29953 vsize=495204 CPUtime=0.05 cores=1,3,5,7
/proc/29971/stat : 29971 (python) S 29953 29953 29810 0 -1 4202560 927 0 0 0 3 2 0 0 15 0 1 0 906937478 507088896 57195 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634535494 0 0 16781312 514 10124320660747419912 0 0 17 7 0 0 0
/proc/29971/statm: 123801 57195 370 364 0 59716 0
[pid=29973] ppid=29971 vsize=763684 CPUtime=46.78 cores=1,3,5,7
/proc/29973/stat : 29973 (cryptominisat-2) R 29971 29973 29973 0 -1 4202496 137860 0 1 0 4660 18 0 0 25 0 1 0 906937479 782012416 133273 33554432000 4194304 4677096 140735698702960 18446744073709551615 4336200 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29973/statm: 190921 133273 387 118 0 185880 0
[pid=29953/tid=29962] ppid=29951 vsize=505448 CPUtime=0 cores=1,3,5,7
/proc/29953/task/29962/stat : 29962 (python) S 29951 29953 29810 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 906927464 517578752 58707 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
[pid=29953/tid=29972] ppid=29951 vsize=505448 CPUtime=0 cores=1,3,5,7
/proc/29953/task/29972/stat : 29972 (python) S 29951 29953 29810 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 906937478 517578752 58707 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 2453640

[startup+282.301 s]
/proc/loadavg: 1.99 1.30 0.57 3/192 29980
/proc/meminfo: memFree=29709408/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=505448 CPUtime=75.19 cores=1,3,5,7
/proc/29953/stat : 29953 (python) S 29951 29953 29810 0 -1 4202496 195084 934 1 0 7483 36 0 0 20 0 3 0 906919929 517578752 58707 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29953/statm: 126362 58707 1878 364 0 62277 0
[pid=29961] ppid=29953 vsize=495192 CPUtime=0.11 cores=1,3,5,7
/proc/29961/stat : 29961 (python) S 29953 29953 29810 0 -1 4202560 1179 0 0 0 5 6 0 0 19 0 2 0 906927464 507076608 57240 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29961/statm: 123798 57240 414 364 0 59716 0
[pid=29963] ppid=29961 vsize=194112 CPUtime=100.09 cores=1,3,5,7
/proc/29963/stat : 29963 (lingeling) T 29961 29963 29963 0 -1 4202496 78697 0 0 0 9999 10 0 0 25 0 1 0 906927464 198770688 47698 33554432000 4194304 4352236 140736582978432 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29963/statm: 48528 47698 129 39 0 47608 0
[pid=29961/tid=29970] ppid=29953 vsize=495192 CPUtime=0 cores=1,3,5,7
/proc/29961/task/29970/stat : 29970 (python) S 29953 29953 29810 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906937475 507076608 57240 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471130397376 0 0 -1 5 0 0 0
[pid=29971] ppid=29953 vsize=495204 CPUtime=0.12 cores=1,3,5,7
/proc/29971/stat : 29971 (python) S 29953 29953 29810 0 -1 4202560 947 0 0 0 7 5 0 0 15 0 1 0 906937478 507088896 57195 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634535494 0 0 16781312 514 5629147694787166472 0 0 17 7 0 0 0
/proc/29971/statm: 123801 57195 370 364 0 59716 0
[pid=29973] ppid=29971 vsize=1289656 CPUtime=106.78 cores=1,3,5,7
/proc/29973/stat : 29973 (cryptominisat-2) R 29971 29973 29973 0 -1 4202496 280333 0 1 0 10645 33 0 0 25 0 1 0 906937479 1320607744 251023 33554432000 4194304 4677096 140735698702960 18446744073709551615 4468145 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29973/statm: 322414 251023 391 118 0 317373 0
[pid=29953/tid=29962] ppid=29951 vsize=505448 CPUtime=0 cores=1,3,5,7

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

[pid=29961] ppid=29953 vsize=495192 CPUtime=0.71 cores=1,3,5,7
/proc/29961/stat : 29961 (python) S 29953 29953 29810 0 -1 4202560 1224 0 0 0 37 34 0 0 18 0 2 0 906927464 507076608 57241 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29961/statm: 123798 57241 415 364 0 59716 0
[pid=29963] ppid=29961 vsize=205152 CPUtime=582.62 cores=1,3,5,7
/proc/29963/stat : 29963 (lingeling) T 29961 29963 29963 0 -1 4202496 228271 0 0 0 58235 27 0 0 25 0 1 0 906927464 210075648 49691 33554432000 4194304 4352236 140736582978432 18446744073709551615 4207597 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29963/statm: 51288 49691 129 39 0 50368 0
[pid=29961/tid=29970] ppid=29953 vsize=495192 CPUtime=0 cores=1,3,5,7
/proc/29961/task/29970/stat : 29970 (python) S 29953 29953 29810 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 906937475 507076608 57241 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471130397376 0 0 -1 5 0 0 0
[pid=29971] ppid=29953 vsize=495204 CPUtime=2.57 cores=1,3,5,7
/proc/29971/stat : 29971 (python) S 29953 29953 29810 0 -1 4202560 1151 0 0 0 141 116 0 0 15 0 2 0 906937478 507088896 57225 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29971/statm: 123801 57225 399 364 0 59716 0
[pid=29973] ppid=29971 vsize=3656524 CPUtime=1944.05 cores=1,3,5,7
/proc/29973/stat : 29973 (cryptominisat-2) T 29971 29973 29973 0 -1 4202496 1214166 0 1 0 194233 172 0 0 25 0 1 0 906937479 3744280576 756571 33554432000 4194304 4677096 140735698702960 18446744073709551615 4335943 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/29973/statm: 914131 756571 391 118 0 909090 0
[pid=29971/tid=29991] ppid=29953 vsize=495204 CPUtime=0 cores=1,3,5,7
/proc/29971/task/29991/stat : 29991 (python) S 29953 29953 29810 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 906986518 507088896 57225 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471118963968 0 0 -1 5 0 0 0
[pid=30048] ppid=29953 vsize=505460 CPUtime=0.57 cores=1,3,5,7
/proc/30048/stat : 30048 (python) S 29953 29953 29810 0 -1 4202560 1152 0 0 0 30 27 0 0 18 0 2 0 907025061 517591040 57229 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30048/statm: 126365 57229 399 364 0 62277 0
[pid=30050] ppid=30048 vsize=197464 CPUtime=485.49 cores=1,3,5,7
/proc/30050/stat : 30050 (lingeling) T 30048 30050 30050 0 -1 4202496 184925 0 0 0 48528 21 0 0 25 0 1 0 907025061 202203136 47513 33554432000 4194304 4352236 140733307192608 18446744073709551615 4328385 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30050/statm: 49366 47513 129 39 0 48446 0
[pid=30048/tid=30058] ppid=29953 vsize=505460 CPUtime=0 cores=1,3,5,7
/proc/30048/task/30058/stat : 30058 (python) S 29953 29953 29810 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907035072 517591040 57229 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471147567872 0 0 -1 5 0 0 0
[pid=30059] ppid=29953 vsize=515716 CPUtime=0.23 cores=1,3,5,7
/proc/30059/stat : 30059 (python) S 29953 29953 29810 0 -1 4202560 1145 0 0 0 11 12 0 0 19 0 2 0 907035074 528093184 57233 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30059/statm: 128929 57233 399 364 0 64838 0
[pid=30061] ppid=30059 vsize=490384 CPUtime=196.2 cores=1,3,5,7
/proc/30061/stat : 30061 (precosat) T 30059 30061 30061 0 -1 4202496 140612 0 0 0 19599 21 0 0 25 0 1 0 907035075 502153216 120715 33554432000 4194304 4890832 140736127533216 18446744073709551615 4298279 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/30061/statm: 122596 120715 86 171 0 122423 0
[pid=30059/tid=30067] ppid=29953 vsize=515716 CPUtime=0 cores=1,3,5,7
/proc/30059/task/30067/stat : 30067 (python) S 29953 29953 29810 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907054696 528093184 57233 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604468364697664 0 0 -1 1 0 0 0
[pid=30082] ppid=29953 vsize=525972 CPUtime=0.13 cores=1,3,5,7
/proc/30082/stat : 30082 (python) S 29953 29953 29810 0 -1 4202560 1119 0 0 0 8 5 0 0 19 0 2 0 907093238 538595328 57237 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30082/statm: 131493 57237 399 364 0 67399 0
[pid=30084] ppid=30082 vsize=191932 CPUtime=100.1 cores=1,3,5,7
/proc/30084/stat : 30084 (lingeling) T 30082 30084 30084 0 -1 4202496 65549 0 0 0 10003 7 0 0 25 0 1 0 907093239 196538368 47153 33554432000 4194304 4352236 140737058555088 18446744073709551615 4234419 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30084/statm: 47983 47153 129 39 0 47063 0
[pid=30082/tid=30089] ppid=29953 vsize=525972 CPUtime=0 cores=1,3,5,7
/proc/30082/task/30089/stat : 30089 (python) S 29953 29953 29810 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907103251 538595328 57237 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471161988224 0 0 -1 3 0 0 0
[pid=30090] ppid=29953 vsize=536228 CPUtime=0.13 cores=1,3,5,7
/proc/30090/stat : 30090 (python) S 29953 29953 29810 0 -1 4202560 1116 0 0 0 6 7 0 0 16 0 2 0 907103253 549097472 57241 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30090/statm: 134057 57241 399 364 0 69960 0
[pid=30092] ppid=30090 vsize=481632 CPUtime=100.11 cores=1,3,5,7
/proc/30092/stat : 30092 (precosat) T 30090 30092 30092 0 -1 4202496 131196 0 0 0 9991 20 0 0 25 0 1 0 907103254 493191168 118519 33554432000 4194304 4890832 140733802932912 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/30092/statm: 120408 118519 86 171 0 120235 0
[pid=30090/tid=30096] ppid=29953 vsize=536228 CPUtime=0 cores=1,3,5,7
/proc/30090/task/30096/stat : 30096 (python) S 29953 29953 29810 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907113267 549097472 57241 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471112489920 0 0 -1 7 0 0 0
[pid=30166] ppid=29953 vsize=546484 CPUtime=2.06 cores=1,3,5,7
/proc/30166/stat : 30166 (python) S 29953 29953 29810 0 -1 4202560 1002 0 0 0 110 96 0 0 15 0 1 0 907268347 559599616 57215 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634535494 0 0 16781312 514 10124320660747419912 0 0 17 7 0 0 0
/proc/30166/statm: 136621 57215 370 364 0 72521 0
[pid=30168] ppid=30166 vsize=3385112 CPUtime=1478.12 cores=1,3,5,7
/proc/30168/stat : 30168 (cryptominisat-2) R 30166 30168 30168 0 -1 4202496 1132350 0 0 0 147655 157 0 0 25 0 1 0 907268348 3466354688 690337 33554432000 4194304 4677096 140736571864160 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30168/statm: 846278 690337 391 118 0 841237 0
[pid=29953/tid=29962] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/29962/stat : 29962 (python) S 29951 29953 29810 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 8 0 906927464 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
[pid=29953/tid=29972] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/29972/stat : 29972 (python) S 29951 29953 29810 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 8 0 906937478 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 5 0 0 0
[pid=29953/tid=30049] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/30049/stat : 30049 (python) S 29951 29953 29810 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 8 0 907025061 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 1 0 0 0
[pid=29953/tid=30060] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/30060/stat : 30060 (python) S 29951 29953 29810 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 907035075 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 3 0 0 0
[pid=29953/tid=30083] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/30083/stat : 30083 (python) S 29951 29953 29810 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 907093239 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
[pid=29953/tid=30091] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/30091/stat : 30091 (python) S 29951 29953 29810 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 8 0 907103254 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
[pid=29953/tid=30167] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/30167/stat : 30167 (python) S 29951 29953 29810 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 8 0 907268348 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4968.47
Current children cumulated vsize (KiB) 12785184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.8 s]
/proc/loadavg: 2.02 2.02 1.96 3/237 30212
/proc/meminfo: memFree=23520680/32951124 swapFree=67052812/67111528
[pid=29953] ppid=29951 vsize=556728 CPUtime=75.38 cores=1,3,5,7
/proc/29953/stat : 29953 (python) S 29951 29953 29810 0 -1 4202496 199333 934 1 0 7500 38 0 0 19 0 8 0 906919929 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29953/statm: 139182 58737 1888 364 0 75082 0
[pid=29961] ppid=29953 vsize=495192 CPUtime=0.71 cores=1,3,5,7
/proc/29961/stat : 29961 (python) S 29953 29953 29810 0 -1 4202560 1224 0 0 0 37 34 0 0 18 0 2 0 906927464 507076608 57241 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29961/statm: 123798 57241 415 364 0 59716 0
[pid=29963] ppid=29961 vsize=205152 CPUtime=582.62 cores=1,3,5,7
/proc/29963/stat : 29963 (lingeling) T 29961 29963 29963 0 -1 4202496 228271 0 0 0 58235 27 0 0 25 0 1 0 906927464 210075648 49691 33554432000 4194304 4352236 140736582978432 18446744073709551615 4207597 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29963/statm: 51288 49691 129 39 0 50368 0
[pid=29961/tid=29970] ppid=29953 vsize=495192 CPUtime=0 cores=1,3,5,7
/proc/29961/task/29970/stat : 29970 (python) S 29953 29953 29810 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 906937475 507076608 57241 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471130397376 0 0 -1 5 0 0 0
[pid=29971] ppid=29953 vsize=495204 CPUtime=2.57 cores=1,3,5,7
/proc/29971/stat : 29971 (python) S 29953 29953 29810 0 -1 4202560 1151 0 0 0 141 116 0 0 15 0 2 0 906937478 507088896 57225 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29971/statm: 123801 57225 399 364 0 59716 0
[pid=29973] ppid=29971 vsize=3656524 CPUtime=1944.05 cores=1,3,5,7
/proc/29973/stat : 29973 (cryptominisat-2) T 29971 29973 29973 0 -1 4202496 1214166 0 1 0 194233 172 0 0 25 0 1 0 906937479 3744280576 756571 33554432000 4194304 4677096 140735698702960 18446744073709551615 4335943 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/29973/statm: 914131 756571 391 118 0 909090 0
[pid=29971/tid=29991] ppid=29953 vsize=495204 CPUtime=0 cores=1,3,5,7
/proc/29971/task/29991/stat : 29991 (python) S 29953 29953 29810 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 906986518 507088896 57225 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471118963968 0 0 -1 5 0 0 0
[pid=30048] ppid=29953 vsize=505460 CPUtime=0.57 cores=1,3,5,7
/proc/30048/stat : 30048 (python) S 29953 29953 29810 0 -1 4202560 1152 0 0 0 30 27 0 0 18 0 2 0 907025061 517591040 57229 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30048/statm: 126365 57229 399 364 0 62277 0
[pid=30050] ppid=30048 vsize=197464 CPUtime=485.49 cores=1,3,5,7
/proc/30050/stat : 30050 (lingeling) T 30048 30050 30050 0 -1 4202496 184925 0 0 0 48528 21 0 0 25 0 1 0 907025061 202203136 47513 33554432000 4194304 4352236 140733307192608 18446744073709551615 4328385 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30050/statm: 49366 47513 129 39 0 48446 0
[pid=30048/tid=30058] ppid=29953 vsize=505460 CPUtime=0 cores=1,3,5,7
/proc/30048/task/30058/stat : 30058 (python) S 29953 29953 29810 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907035072 517591040 57229 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471147567872 0 0 -1 5 0 0 0
[pid=30059] ppid=29953 vsize=515716 CPUtime=0.23 cores=1,3,5,7
/proc/30059/stat : 30059 (python) S 29953 29953 29810 0 -1 4202560 1145 0 0 0 11 12 0 0 19 0 2 0 907035074 528093184 57233 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30059/statm: 128929 57233 399 364 0 64838 0
[pid=30061] ppid=30059 vsize=490384 CPUtime=196.2 cores=1,3,5,7
/proc/30061/stat : 30061 (precosat) T 30059 30061 30061 0 -1 4202496 140612 0 0 0 19599 21 0 0 25 0 1 0 907035075 502153216 120715 33554432000 4194304 4890832 140736127533216 18446744073709551615 4298279 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/30061/statm: 122596 120715 86 171 0 122423 0
[pid=30059/tid=30067] ppid=29953 vsize=515716 CPUtime=0 cores=1,3,5,7
/proc/30059/task/30067/stat : 30067 (python) S 29953 29953 29810 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907054696 528093184 57233 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604468364697664 0 0 -1 1 0 0 0
[pid=30082] ppid=29953 vsize=525972 CPUtime=0.13 cores=1,3,5,7
/proc/30082/stat : 30082 (python) S 29953 29953 29810 0 -1 4202560 1119 0 0 0 8 5 0 0 19 0 2 0 907093238 538595328 57237 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30082/statm: 131493 57237 399 364 0 67399 0
[pid=30084] ppid=30082 vsize=191932 CPUtime=100.1 cores=1,3,5,7
/proc/30084/stat : 30084 (lingeling) T 30082 30084 30084 0 -1 4202496 65549 0 0 0 10003 7 0 0 25 0 1 0 907093239 196538368 47153 33554432000 4194304 4352236 140737058555088 18446744073709551615 4234419 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30084/statm: 47983 47153 129 39 0 47063 0
[pid=30082/tid=30089] ppid=29953 vsize=525972 CPUtime=0 cores=1,3,5,7
/proc/30082/task/30089/stat : 30089 (python) S 29953 29953 29810 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907103251 538595328 57237 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471161988224 0 0 -1 3 0 0 0
[pid=30090] ppid=29953 vsize=536228 CPUtime=0.13 cores=1,3,5,7
/proc/30090/stat : 30090 (python) S 29953 29953 29810 0 -1 4202560 1116 0 0 0 6 7 0 0 16 0 2 0 907103253 549097472 57241 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30090/statm: 134057 57241 399 364 0 69960 0
[pid=30092] ppid=30090 vsize=481632 CPUtime=100.11 cores=1,3,5,7
/proc/30092/stat : 30092 (precosat) T 30090 30092 30092 0 -1 4202496 131196 0 0 0 9991 20 0 0 25 0 1 0 907103254 493191168 118519 33554432000 4194304 4890832 140733802932912 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/30092/statm: 120408 118519 86 171 0 120235 0
[pid=30090/tid=30096] ppid=29953 vsize=536228 CPUtime=0 cores=1,3,5,7
/proc/30090/task/30096/stat : 30096 (python) S 29953 29953 29810 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907113267 549097472 57241 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 514 18446604471112489920 0 0 -1 7 0 0 0
[pid=30166] ppid=29953 vsize=546484 CPUtime=2.1 cores=1,3,5,7
/proc/30166/stat : 30166 (python) S 29953 29953 29810 0 -1 4202560 1002 0 0 0 112 98 0 0 15 0 1 0 907268347 559599616 57215 33554432000 4194304 5683644 140737196649488 18446744073709551615 216634535494 0 0 16781312 514 10124320660747419912 0 0 17 7 0 0 0
/proc/30166/statm: 136621 57215 370 364 0 72521 0
[pid=30168] ppid=30166 vsize=3385112 CPUtime=1509.63 cores=1,3,5,7
/proc/30168/stat : 30168 (cryptominisat-2) R 30166 30168 30168 0 -1 4202496 1139163 0 0 0 150804 159 0 0 25 0 1 0 907268348 3466354688 697150 33554432000 4194304 4677096 140736571864160 18446744073709551615 4335794 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30168/statm: 846278 697150 391 118 0 841237 0
[pid=29953/tid=29962] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/29962/stat : 29962 (python) S 29951 29953 29810 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 8 0 906927464 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
[pid=29953/tid=29972] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/29972/stat : 29972 (python) S 29951 29953 29810 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 8 0 906937478 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 5 0 0 0
[pid=29953/tid=30049] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/30049/stat : 30049 (python) S 29951 29953 29810 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 8 0 907025061 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 1 0 0 0
[pid=29953/tid=30060] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/30060/stat : 30060 (python) S 29951 29953 29810 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 907035075 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 3 0 0 0
[pid=29953/tid=30083] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/30083/stat : 30083 (python) S 29951 29953 29810 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 907093239 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
[pid=29953/tid=30091] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/30091/stat : 30091 (python) S 29951 29953 29810 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 8 0 907103254 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
[pid=29953/tid=30167] ppid=29951 vsize=556728 CPUtime=0 cores=1,3,5,7
/proc/29953/task/30167/stat : 30167 (python) S 29951 29953 29810 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 8 0 907268348 570089472 58737 33554432000 4194304 5683644 140737196649488 18446744073709551615 216646338993 0 0 16781312 2 18446604471130394688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 12785184

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 29953 and gives
#  childrusage.ru_utime.tv_sec=75
#  childrusage.ru_utime.tv_usec=7597
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=400939
# CPU time returned by wait4() is 75.4085
# while last known CPU time is 5000.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.86
CPU time (s): 5000.02
CPU user time (s): 4992.38
CPU system time (s): 7.64
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 13044968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.0076
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200272
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= 1838
involuntary context switches= 205

runsolver used 13.6449 second user time and 21.6097 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-13 10:19:33
IDJOB=3498349
IDBENCH=82366
IDSOLVER=1991
FILE ID=node103/3498349-1307953172
RUNJOBID= node103-1307953128-29829
PBS_JOBID= 13559725
Free space on /tmp= 73968 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
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
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498349-1307953172/watcher-3498349-1307953172 -o /tmp/evaluation-result-3498349-1307953172/solver-3498349-1307953172 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498349-1307953172.cnf -seed 1042763137 -budget 5000

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=1042763137

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31734724 kB
Buffers:        179772 kB
Cached:         388256 kB
SwapCached:      22656 kB
Active:         791768 kB
Inactive:       218664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31734724 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:          144580 kB
Writeback:           0 kB
AnonPages:      440124 kB
Mapped:          14536 kB
Slab:           139364 kB
PageTables:       6096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   625520 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= 73976 MiB
End job on node103 at 2011-06-13 11:42:49