Trace number 3317929

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) 4264.98 1300.06

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.34/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.63	c INFO: solving HOME/instance-3317929-1304268696.cnf
0.34/0.63	c INFO: computing task features
1.73/2.04	c INFO: computed variable-clause graph statistics
1.73/2.09	c INFO: computed clause balance statistics
8.54/8.81	c INFO: computed variable balance statistics
13.33/13.65	c INFO: computed small-clause counts
13.43/13.72	c INFO: computed Horn-clause counts
24.23/24.56	c INFO: computed variable graph statistics
24.23/24.56	c INFO: collected features for HOME/instance-3317929-1304268696.cnf in 23.89 s
24.23/24.59	c INFO: running SApperloT@0 for 97 with 4776 remaining (b = 0.13)
24.33/24.61	c INFO: running lingeling-276@0 for 97 with 4776 remaining (b = 0.15)
24.33/24.64	c INFO: running cryptominisat-2.9.0@0 for 485 with 4776 remaining (b = 0.22)
24.33/24.66	c INFO: running lingeling-276@0 for 1261 with 4775 remaining (b = 0.36)
373.90/124.74	c INFO: running lingeling-276@0 for 1067 with 4675 remaining (b = 0.27)
373.90/124.77	c INFO: running precosat-570@0 for 291 with 4675 remaining (b = 0.10)
1741.25/516.01	c INFO: running cryptominisat-2.9.0@0 for 388 with 4284 remaining (b = 0.13)
1940.63/582.46	c INFO: running cryptominisat-2.9.0@0 for 582 with 4218 remaining (b = 0.17)
3020.68/939.12	c INFO: running cryptominisat-2.9.0@295 for 97 with 3861 remaining (b = 0.03)
3678.36/1127.42	c INFO: running cryptominisat-2.9.0@389 for 97 with 3673 remaining (b = 0.05)
4169.77/1268.16	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3532 remaining (b = 0.35)
4262.30/1299.13	c INFO: running cryptominisat-2.9.0@1461 for 194 with 3501 remaining (b = 0.07)

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-3317929-1304268696/watcher-3317929-1304268696 -o /tmp/evaluation-result-3317929-1304268696/solver-3317929-1304268696 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317929-1304268696.cnf -seed 2045410008 -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: 8.31 8.07 6.10 6/210 11327
/proc/meminfo: memFree=30219444/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/11327/stat : 11327 (python) S 11325 11327 11061 0 -1 4202496 792 0 0 0 0 0 0 0 25 0 1 0 538472429 15749120 679 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/11327/statm: 3845 679 322 364 0 332 0

[startup+0.088018 s]
/proc/loadavg: 8.31 8.07 6.10 6/210 11327
/proc/meminfo: memFree=30219444/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=84524 CPUtime=0.05 cores=1,3,5,7
/proc/11327/stat : 11327 (python) R 11325 11327 11061 0 -1 4202496 2205 0 0 0 4 1 0 0 17 0 1 0 538472429 86552576 1953 33554432000 4194304 5683644 140734922103552 18446744073709551615 218365988360 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11327/statm: 21131 1954 576 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.101015 s]
/proc/loadavg: 8.31 8.07 6.10 6/210 11327
/proc/meminfo: memFree=30219444/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=93960 CPUtime=0.05 cores=1,3,5,7
/proc/11327/stat : 11327 (python) S 11325 11327 11061 0 -1 4202496 2694 0 0 0 4 1 0 0 17 0 1 0 538472429 96215040 2407 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/11327/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.301001 s]
/proc/loadavg: 8.31 8.07 6.10 6/210 11327
/proc/meminfo: memFree=30219444/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=135748 CPUtime=0.17 cores=1,3,5,7
/proc/11327/stat : 11327 (python) S 11325 11327 11061 0 -1 4202496 5967 934 1 0 13 4 0 0 18 0 1 0 538472429 139005952 4150 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370953221 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/11327/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.705913 s]
/proc/loadavg: 8.31 8.07 6.10 6/210 11327
/proc/meminfo: memFree=30219444/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=290540 CPUtime=0.44 cores=1,3,5,7
/proc/11327/stat : 11327 (python) R 11325 11327 11061 0 -1 4202496 12261 934 1 0 33 11 0 0 16 0 1 0 538472429 297512960 9939 33554432000 4194304 5683644 140734922103552 18446744073709551615 47103682159937 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11327/statm: 72635 9939 1761 364 0 8559 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 290540

[startup+1.50077 s]
/proc/loadavg: 8.31 8.07 6.10 7/211 11332
/proc/meminfo: memFree=30165248/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=346580 CPUtime=1.23 cores=1,3,5,7
/proc/11327/stat : 11327 (python) R 11325 11327 11061 0 -1 4202496 25786 934 1 0 111 12 0 0 17 0 1 0 538472429 354897920 23464 33554432000 4194304 5683644 140734922103552 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11327/statm: 86645 23465 1761 364 0 22569 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 346580

[startup+3.10048 s]
/proc/loadavg: 8.21 8.05 6.11 7/211 11332
/proc/meminfo: memFree=30097296/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=376772 CPUtime=2.83 cores=1,3,5,7
/proc/11327/stat : 11327 (python) R 11325 11327 11061 0 -1 4202496 44864 934 1 0 269 14 0 0 20 0 1 0 538472429 385814528 31578 33554432000 4194304 5683644 140734922103552 18446744073709551615 47103511458093 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11327/statm: 94193 31578 1826 364 0 30117 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 376772

[startup+6.30092 s]
/proc/loadavg: 8.21 8.05 6.11 7/211 11333
/proc/meminfo: memFree=30093632/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=376772 CPUtime=6.03 cores=1,3,5,7
/proc/11327/stat : 11327 (python) R 11325 11327 11061 0 -1 4202496 44864 934 1 0 589 14 0 0 25 0 1 0 538472429 385814528 31578 33554432000 4194304 5683644 140734922103552 18446744073709551615 4416998 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11327/statm: 94193 31578 1826 364 0 30117 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 376772

[startup+12.7008 s]
/proc/loadavg: 7.94 8.00 6.11 7/211 11333
/proc/meminfo: memFree=30090536/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=376772 CPUtime=12.43 cores=1,3,5,7
/proc/11327/stat : 11327 (python) R 11325 11327 11061 0 -1 4202496 44865 934 1 0 1229 14 0 0 25 0 1 0 538472429 385814528 31579 33554432000 4194304 5683644 140734922103552 18446744073709551615 47103514023680 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11327/statm: 94193 31579 1827 364 0 30117 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 376772

[startup+25.5015 s]
/proc/loadavg: 7.64 7.93 6.11 10/223 11345
/proc/meminfo: memFree=29999144/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=410300 CPUtime=24.4 cores=1,3,5,7
/proc/11327/stat : 11327 (python) S 11325 11327 11061 0 -1 4202496 47533 934 1 0 2424 16 0 0 21 0 5 0 538472429 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11327/statm: 102575 29772 1881 364 0 38484 0
[pid=11334] ppid=11327 vsize=369288 CPUtime=0 cores=1,3,5,7
/proc/11334/stat : 11334 (python) S 11327 11327 11061 0 -1 4202560 783 0 0 0 0 0 0 0 25 0 1 0 538474888 378150912 28226 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977295 0 0 16781312 514 11711386534899875839 0 0 17 1 0 0 0
/proc/11334/statm: 92322 28226 351 364 0 28240 0
[pid=11336] ppid=11334 vsize=16140 CPUtime=0.89 cores=1,3,5,7
/proc/11336/stat : 11336 (SApperloT-base) R 11334 11336 11336 0 -1 4202496 3619 0 0 0 89 0 0 0 25 0 1 0 538474889 16527360 3321 33554432000 134512640 135674940 4286668032 18446744073709551615 134564099 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11336/statm: 4035 3321 99 284 0 3749 0
[pid=11337] ppid=11327 vsize=379544 CPUtime=0 cores=1,3,5,7
/proc/11337/stat : 11337 (python) S 11327 11327 11061 0 -1 4202560 731 0 0 0 0 0 0 0 25 0 1 0 538474891 388653056 28222 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 1955366260451573759 0 0 17 1 0 0 0
/proc/11337/statm: 94886 28222 343 364 0 30801 0
[pid=11339] ppid=11337 vsize=18232 CPUtime=0.85 cores=1,3,5,7
/proc/11339/stat : 11339 (lingeling) R 11337 11339 11339 0 -1 4202496 7772 0 0 0 84 1 0 0 25 0 1 0 538474891 18669568 3712 33554432000 4194304 4352236 140733352417776 18446744073709551615 4242454 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11339/statm: 4558 3712 119 39 0 3638 0
[pid=11340] ppid=11327 vsize=389800 CPUtime=0 cores=1,3,5,7
/proc/11340/stat : 11340 (python) S 11327 11327 11061 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 538474893 399155200 28230 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 1935641846482960648 0 0 17 7 0 0 0
/proc/11340/statm: 97450 28230 347 364 0 33362 0
[pid=11344] ppid=11340 vsize=98760 CPUtime=0.81 cores=1,3,5,7
/proc/11344/stat : 11344 (cryptominisat-2) R 11340 11344 11344 0 -1 4202496 18324 0 0 0 78 3 0 0 23 0 1 0 538474896 101130240 15864 33554432000 4194304 4677096 140734947318144 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11344/statm: 24690 15864 361 118 0 19649 0
[pid=11342] ppid=11327 vsize=400056 CPUtime=0 cores=1,3,5,7
/proc/11342/stat : 11342 (python) S 11327 11327 11061 0 -1 4202560 735 0 0 0 0 0 0 0 21 0 1 0 538474896 409657344 28230 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 1955358563870179327 0 0 17 7 0 0 0
/proc/11342/statm: 100014 28230 343 364 0 35923 0
[pid=11345] ppid=11342 vsize=14680 CPUtime=0.41 cores=1,3,5,7
/proc/11345/stat : 11345 (lingeling) R 11342 11345 11345 0 -1 4202496 3715 0 0 0 40 1 0 0 25 0 1 0 538474897 15032320 2846 33554432000 4194304 4352236 140737435220976 18446744073709551615 4234038 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11345/statm: 3670 2846 109 39 0 2750 0
[pid=11327/tid=11335] ppid=11325 vsize=410300 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11335/stat : 11335 (python) S 11325 11327 11061 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 538474888 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 1 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=410300 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11338/stat : 11338 (python) S 11325 11327 11061 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 538474891 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 1 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=410300 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11341/stat : 11341 (python) S 11325 11327 11061 0 -1 4202560 42 934 0 0 0 0 0 0 20 0 5 0 538474894 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11343] ppid=11325 vsize=410300 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11343/stat : 11343 (python) S 11325 11327 11061 0 -1 4202560 18 934 0 0 0 0 0 0 22 0 5 0 538474896 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.36
Current children cumulated vsize (KiB) 2096800

[startup+51.1009 s]
/proc/loadavg: 8.18 8.03 6.19 11/223 11346
/proc/meminfo: memFree=29454312/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=410300 CPUtime=24.4 cores=1,3,5,7
/proc/11327/stat : 11327 (python) S 11325 11327 11061 0 -1 4202496 47533 934 1 0 2424 16 0 0 21 0 5 0 538472429 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11327/statm: 102575 29772 1881 364 0 38484 0
[pid=11334] ppid=11327 vsize=369288 CPUtime=0.02 cores=1,3,5,7
/proc/11334/stat : 11334 (python) S 11327 11327 11061 0 -1 4202560 994 0 0 0 1 1 0 0 18 0 1 0 538474888 378150912 28256 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977295 0 0 16781312 514 2379501492181631240 0 0 17 1 0 0 0
/proc/11334/statm: 92322 28256 381 364 0 28240 0
[pid=11336] ppid=11334 vsize=36760 CPUtime=26.49 cores=1,3,5,7
/proc/11336/stat : 11336 (SApperloT-base) R 11334 11336 11336 0 -1 4202496 8801 0 0 0 2648 1 0 0 25 0 1 0 538474889 37642240 8438 33554432000 134512640 135674940 4286668032 18446744073709551615 134551907 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11336/statm: 9190 8438 99 284 0 8904 0
[pid=11337] ppid=11327 vsize=379544 CPUtime=0.03 cores=1,3,5,7
/proc/11337/stat : 11337 (python) S 11327 11327 11061 0 -1 4202560 925 0 0 0 1 2 0 0 18 0 1 0 538474891 388653056 28249 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 2379501492181631236 0 0 17 1 0 0 0
/proc/11337/statm: 94886 28249 370 364 0 30801 0
[pid=11339] ppid=11337 vsize=37372 CPUtime=26.23 cores=1,3,5,7
/proc/11339/stat : 11339 (lingeling) R 11337 11339 11339 0 -1 4202496 12694 0 0 0 2621 2 0 0 25 0 1 0 538474891 38268928 8513 33554432000 4194304 4352236 140733352417776 18446744073709551615 4328248 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11339/statm: 9343 8513 129 39 0 8423 0
[pid=11340] ppid=11327 vsize=389800 CPUtime=0.03 cores=1,3,5,7
/proc/11340/stat : 11340 (python) S 11327 11327 11061 0 -1 4202560 944 0 0 0 2 1 0 0 15 0 1 0 538474893 399155200 28253 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 1935641846482960648 0 0 17 7 0 0 0
/proc/11340/statm: 97450 28253 370 364 0 33362 0
[pid=11344] ppid=11340 vsize=731940 CPUtime=26.35 cores=1,3,5,7
/proc/11344/stat : 11344 (cryptominisat-2) R 11340 11344 11344 0 -1 4202496 141149 0 0 0 2614 21 0 0 25 0 1 0 538474896 749506560 134134 33554432000 4194304 4677096 140734947318144 18446744073709551615 4336162 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11344/statm: 182985 134134 387 118 0 177944 0
[pid=11342] ppid=11327 vsize=400056 CPUtime=0.02 cores=1,3,5,7
/proc/11342/stat : 11342 (python) S 11327 11327 11061 0 -1 4202560 949 0 0 0 1 1 0 0 18 0 1 0 538474896 409657344 28257 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 2379501492181631238 0 0 17 7 0 0 0
/proc/11342/statm: 100014 28257 370 364 0 35923 0
[pid=11345] ppid=11342 vsize=30592 CPUtime=13.21 cores=1,3,5,7
/proc/11345/stat : 11345 (lingeling) R 11342 11345 11345 0 -1 4202496 10993 0 0 0 1319 2 0 0 25 0 1 0 538474897 31326208 6818 33554432000 4194304 4352236 140737435220976 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11345/statm: 7648 6818 129 39 0 6728 0
[pid=11327/tid=11335] ppid=11325 vsize=410300 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11335/stat : 11335 (python) S 11325 11327 11061 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 538474888 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 1 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=410300 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11338/stat : 11338 (python) S 11325 11327 11061 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 538474891 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 1 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=410300 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11341/stat : 11341 (python) S 11325 11327 11061 0 -1 4202560 42 934 0 0 0 0 0 0 20 0 5 0 538474894 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11343] ppid=11325 vsize=410300 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11343/stat : 11343 (python) S 11325 11327 11061 0 -1 4202560 18 934 0 0 0 0 0 0 22 0 5 0 538474896 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 116.78
Current children cumulated vsize (KiB) 2785652

[startup+102.308 s]
/proc/loadavg: 8.78 8.24 6.37 10/224 11348
/proc/meminfo: memFree=26799292/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=410300 CPUtime=24.4 cores=1,3,5,7
/proc/11327/stat : 11327 (python) S 11325 11327 11061 0 -1 4202496 47533 934 1 0 2424 16 0 0 21 0 5 0 538472429 420147200 29772 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11327/statm: 102575 29772 1881 364 0 38484 0
[pid=11334] ppid=11327 vsize=369288 CPUtime=0.1 cores=1,3,5,7
/proc/11334/stat : 11334 (python) S 11327 11327 11061 0 -1 4202560 1017 0 0 0 5 5 0 0 18 0 1 0 538474888 378150912 28256 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977295 0 0 16781312 514 2379501492181631240 0 0 17 1 0 0 0
/proc/11334/statm: 92322 28256 381 364 0 28240 0
[pid=11336] ppid=11334 vsize=96980 CPUtime=77.7 cores=1,3,5,7
/proc/11336/stat : 11336 (SApperloT-base) R 11334 11336 11336 0 -1 4202496 26202 0 0 0 7764 6 0 0 25 0 1 0 538474889 99307520 21866 33554432000 134512640 135674940 4286668032 18446744073709551615 134551907 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11336/statm: 24245 21866 99 284 0 23959 0
[pid=11337] ppid=11327 vsize=379544 CPUtime=0.1 cores=1,3,5,7
/proc/11337/stat : 11337 (python) S 11327 11327 11061 0 -1 4202560 944 0 0 0 5 5 0 0 18 0 1 0 538474891 388653056 28249 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 2379501492181631236 0 0 17 1 0 0 0
/proc/11337/statm: 94886 28249 370 364 0 30801 0
[pid=11339] ppid=11337 vsize=63972 CPUtime=77.01 cores=1,3,5,7
/proc/11339/stat : 11339 (lingeling) R 11337 11339 11339 0 -1 4202496 19350 0 0 0 7698 3 0 0 25 0 1 0 538474891 65507328 15163 33554432000 4194304 4352236 140733352417776 18446744073709551615 4278721 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11339/statm: 15993 15163 129 39 0 15073 0

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

/proc/11334/statm: 94883 28294 414 364 0 30801 0
[pid=11336] ppid=11334 vsize=113476 CPUtime=100.11 cores=1,3,5,7
/proc/11336/stat : 11336 (SApperloT-base) T 11334 11336 11336 0 -1 4202496 30327 0 0 0 10004 7 0 0 25 0 1 0 538474889 116199424 25991 33554432000 134512640 135674940 4286668032 18446744073709551615 134551872 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11336/statm: 28369 25991 99 284 0 28083 0
[pid=11334/tid=11350] ppid=11327 vsize=379532 CPUtime=0 cores=1,3,5,7
/proc/11334/task/11350/stat : 11350 (python) S 11327 11327 11061 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538484901 388640768 28294 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 514 18446604459934430208 0 0 -1 1 0 0 0
[pid=11337] ppid=11327 vsize=379544 CPUtime=0.13 cores=1,3,5,7
/proc/11337/stat : 11337 (python) S 11327 11327 11061 0 -1 4202560 1098 0 0 0 6 7 0 0 19 0 2 0 538474891 388653056 28279 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11337/statm: 94886 28279 399 364 0 30801 0
[pid=11339] ppid=11337 vsize=66012 CPUtime=99.25 cores=1,3,5,7
/proc/11339/stat : 11339 (lingeling) T 11337 11339 11339 0 -1 4202496 21399 0 0 0 9922 3 0 0 25 0 1 0 538474891 67596288 15673 33554432000 4194304 4352236 140733352417776 18446744073709551615 4328336 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/11339/statm: 16503 15673 129 39 0 15583 0
[pid=11337/tid=11353] ppid=11327 vsize=379544 CPUtime=0 cores=1,3,5,7
/proc/11337/task/11353/stat : 11353 (python) S 11327 11327 11061 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538484904 388653056 28279 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 514 18446604461957897024 0 0 -1 1 0 0 0
[pid=11340] ppid=11327 vsize=389800 CPUtime=2.44 cores=1,3,5,7
/proc/11340/stat : 11340 (python) S 11327 11327 11061 0 -1 4202560 2247 0 0 0 148 96 0 0 15 0 2 0 538474893 399155200 28284 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11340/statm: 97450 28284 400 364 0 33362 0
[pid=11344] ppid=11340 vsize=4044180 CPUtime=1031.73 cores=1,3,5,7
/proc/11344/stat : 11344 (cryptominisat-2) R 11340 11344 11344 0 -1 4202496 1384346 0 0 0 102906 267 0 0 25 0 1 0 538474896 4141240320 935172 33554432000 4194304 4677096 140734947318144 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11344/statm: 1011045 935172 393 118 0 1006004 0
[pid=11340/tid=11402] ppid=11327 vsize=389800 CPUtime=0 cores=1,3,5,7
/proc/11340/task/11402/stat : 11402 (python) S 11327 11327 11061 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538524028 399155200 28284 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 514 18446604461957896128 0 0 -1 5 0 0 0
[pid=11342] ppid=11327 vsize=400056 CPUtime=1.71 cores=1,3,5,7
/proc/11342/stat : 11342 (python) S 11327 11327 11061 0 -1 4202560 1003 0 0 0 94 77 0 0 18 0 1 0 538474896 409657344 28257 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 2379501492181631238 0 0 17 7 0 0 0
/proc/11342/statm: 100014 28257 370 364 0 35923 0
[pid=11345] ppid=11342 vsize=112392 CPUtime=986.83 cores=1,3,5,7
/proc/11345/stat : 11345 (lingeling) R 11342 11345 11345 0 -1 4202496 201657 0 0 0 98658 25 0 0 25 0 1 0 538474897 115089408 27268 33554432000 4194304 4352236 140737435220976 18446744073709551615 4278717 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11345/statm: 28098 27268 129 39 0 27178 0
[pid=11351] ppid=11327 vsize=410312 CPUtime=1.53 cores=1,3,5,7
/proc/11351/stat : 11351 (python) S 11327 11327 11061 0 -1 4202560 1004 0 0 0 84 69 0 0 18 0 1 0 538484903 420159488 28261 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 2379501492181631240 0 0 17 1 0 0 0
/proc/11351/statm: 102578 28261 370 364 0 38484 0
[pid=11354] ppid=11351 vsize=127312 CPUtime=1046.81 cores=1,3,5,7
/proc/11354/stat : 11354 (lingeling) R 11351 11354 11354 0 -1 4202496 279942 0 0 0 104642 39 0 0 25 0 1 0 538484904 130367488 30998 33554432000 4194304 4352236 140735325838432 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11354/statm: 31828 30998 129 39 0 30908 0
[pid=11355] ppid=11327 vsize=420568 CPUtime=0.62 cores=1,3,5,7
/proc/11355/stat : 11355 (python) S 11327 11327 11061 0 -1 4202560 1151 0 0 0 33 29 0 0 19 0 2 0 538484906 430661632 28295 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11355/statm: 105142 28295 399 364 0 41045 0
[pid=11357] ppid=11355 vsize=150956 CPUtime=295.28 cores=1,3,5,7
/proc/11357/stat : 11357 (precosat) T 11355 11357 11357 0 -1 4202496 98167 0 0 0 29516 12 0 0 25 0 1 0 538484907 154578944 37145 33554432000 4194304 4890832 140735873980352 18446744073709551615 4238686 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/11357/statm: 37739 37145 86 171 0 37566 0
[pid=11355/tid=11414] ppid=11327 vsize=420568 CPUtime=0 cores=1,3,5,7
/proc/11355/task/11414/stat : 11414 (python) S 11327 11327 11061 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538530673 430661632 28295 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 514 18446604470969295168 0 0 -1 3 0 0 0
[pid=11415] ppid=11327 vsize=430824 CPUtime=1.67 cores=1,3,5,7
/proc/11415/stat : 11415 (python) S 11327 11327 11061 0 -1 4202560 2048 0 0 0 108 59 0 0 15 0 1 0 538530676 441163776 28270 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 5625976703252660485 0 0 17 1 0 0 0
/proc/11415/statm: 107706 28270 371 364 0 43606 0
[pid=11417] ppid=11415 vsize=3961772 CPUtime=486.88 cores=1,3,5,7
/proc/11417/stat : 11417 (cryptominisat-2) R 11415 11417 11417 0 -1 4202496 1194332 0 0 0 48504 184 0 0 25 0 1 0 538530676 4056854528 919913 33554432000 4194304 4677096 140734461220416 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11417/statm: 990443 919913 393 118 0 985402 0
[pid=11327/tid=11335] ppid=11325 vsize=441068 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11335/stat : 11335 (python) S 11325 11327 11061 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 8 0 538474888 451653632 29791 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 1 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=441068 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11338/stat : 11338 (python) S 11325 11327 11061 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 8 0 538474891 451653632 29791 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 1 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=441068 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11341/stat : 11341 (python) S 11325 11327 11061 0 -1 4202560 52 934 0 0 0 0 0 0 18 0 8 0 538474894 451653632 29791 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11343] ppid=11325 vsize=441068 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11343/stat : 11343 (python) S 11325 11327 11061 0 -1 4202560 18 934 0 0 0 0 0 0 22 0 8 0 538474896 451653632 29791 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11352] ppid=11325 vsize=441068 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11352/stat : 11352 (python) S 11325 11327 11061 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 8 0 538484904 451653632 29791 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11356] ppid=11325 vsize=441068 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11356/stat : 11356 (python) S 11325 11327 11061 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 8 0 538484907 451653632 29791 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11416] ppid=11325 vsize=441068 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11416/stat : 11416 (python) S 11325 11327 11061 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 8 0 538530676 451653632 29791 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4079.67
Current children cumulated vsize (KiB) 11827804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.98 8.42 7.31 7/219 11500
/proc/meminfo: memFree=19509200/32951124 swapFree=67051468/67111528
[pid=11327] ppid=11325 vsize=451324 CPUtime=24.6 cores=1,3,5,7
/proc/11327/stat : 11327 (python) S 11325 11327 11061 0 -1 4202496 51458 934 1 0 2442 18 0 0 18 0 9 0 538472429 462155776 29797 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11327/statm: 112831 29797 1890 364 0 48728 0
[pid=11334] ppid=11327 vsize=379532 CPUtime=0.13 cores=1,3,5,7
/proc/11334/stat : 11334 (python) S 11327 11327 11061 0 -1 4202560 1181 0 0 0 6 7 0 0 19 0 2 0 538474888 388640768 28294 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11334/statm: 94883 28294 414 364 0 30801 0
[pid=11336] ppid=11334 vsize=113476 CPUtime=100.11 cores=1,3,5,7
/proc/11336/stat : 11336 (SApperloT-base) T 11334 11336 11336 0 -1 4202496 30327 0 0 0 10004 7 0 0 25 0 1 0 538474889 116199424 25991 33554432000 134512640 135674940 4286668032 18446744073709551615 134551872 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11336/statm: 28369 25991 99 284 0 28083 0
[pid=11334/tid=11350] ppid=11327 vsize=379532 CPUtime=0 cores=1,3,5,7
/proc/11334/task/11350/stat : 11350 (python) S 11327 11327 11061 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538484901 388640768 28294 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 514 18446604459934430208 0 0 -1 1 0 0 0
[pid=11337] ppid=11327 vsize=379544 CPUtime=0.13 cores=1,3,5,7
/proc/11337/stat : 11337 (python) S 11327 11327 11061 0 -1 4202560 1098 0 0 0 6 7 0 0 19 0 2 0 538474891 388653056 28279 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11337/statm: 94886 28279 399 364 0 30801 0
[pid=11339] ppid=11337 vsize=66012 CPUtime=99.25 cores=1,3,5,7
/proc/11339/stat : 11339 (lingeling) T 11337 11339 11339 0 -1 4202496 21399 0 0 0 9922 3 0 0 25 0 1 0 538474891 67596288 15673 33554432000 4194304 4352236 140733352417776 18446744073709551615 4328336 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/11339/statm: 16503 15673 129 39 0 15583 0
[pid=11337/tid=11353] ppid=11327 vsize=379544 CPUtime=0 cores=1,3,5,7
/proc/11337/task/11353/stat : 11353 (python) S 11327 11327 11061 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538484904 388653056 28279 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 514 18446604461957897024 0 0 -1 1 0 0 0
[pid=11340] ppid=11327 vsize=389800 CPUtime=2.52 cores=1,3,5,7
/proc/11340/stat : 11340 (python) S 11327 11327 11061 0 -1 4202560 2247 0 0 0 152 100 0 0 16 0 2 0 538474893 399155200 28284 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11340/statm: 97450 28284 400 364 0 33362 0
[pid=11344] ppid=11340 vsize=3971992 CPUtime=1075.85 cores=1,3,5,7
/proc/11344/stat : 11344 (cryptominisat-2) R 11340 11344 11344 0 -1 4202496 1398711 0 0 0 107313 272 0 0 25 0 1 0 538474896 4067319808 934671 33554432000 4194304 4677096 140734947318144 18446744073709551615 4334171 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11344/statm: 992998 934671 393 118 0 987957 0
[pid=11340/tid=11402] ppid=11327 vsize=389800 CPUtime=0 cores=1,3,5,7
/proc/11340/task/11402/stat : 11402 (python) S 11327 11327 11061 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538524028 399155200 28284 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 514 18446604461957896128 0 0 -1 5 0 0 0
[pid=11342] ppid=11327 vsize=400056 CPUtime=1.8 cores=1,3,5,7
/proc/11342/stat : 11342 (python) S 11327 11327 11061 0 -1 4202560 1004 0 0 0 98 82 0 0 18 0 1 0 538474896 409657344 28257 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 2379501492181631238 0 0 17 7 0 0 0
/proc/11342/statm: 100014 28257 370 364 0 35923 0
[pid=11345] ppid=11342 vsize=108296 CPUtime=1044.27 cores=1,3,5,7
/proc/11345/stat : 11345 (lingeling) R 11342 11345 11345 0 -1 4202496 209849 0 0 0 104401 26 0 0 25 0 1 0 538474897 110895104 26244 33554432000 4194304 4352236 140737435220976 18446744073709551615 4280999 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11345/statm: 27074 26244 129 39 0 26154 0
[pid=11351] ppid=11327 vsize=410312 CPUtime=1.57 cores=1,3,5,7
/proc/11351/stat : 11351 (python) S 11327 11327 11061 0 -1 4202560 1155 0 0 0 87 70 0 0 19 0 2 0 538484903 420159488 28291 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11351/statm: 102578 28291 399 364 0 38484 0
[pid=11354] ppid=11351 vsize=160064 CPUtime=1072.62 cores=1,3,5,7
/proc/11354/stat : 11354 (lingeling) T 11351 11354 11354 0 -1 4202496 288134 0 0 0 107222 40 0 0 25 0 1 0 538484904 163905536 39186 33554432000 4194304 4352236 140735325838432 18446744073709551615 4278726 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11354/statm: 40016 39186 129 39 0 39096 0
[pid=11351/tid=11464] ppid=11327 vsize=410312 CPUtime=0 cores=1,3,5,7
/proc/11351/task/11464/stat : 11464 (python) S 11327 11327 11061 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538599243 420159488 28291 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 514 18446604471136815296 0 0 -1 1 0 0 0
[pid=11355] ppid=11327 vsize=420568 CPUtime=0.62 cores=1,3,5,7
/proc/11355/stat : 11355 (python) S 11327 11327 11061 0 -1 4202560 1151 0 0 0 33 29 0 0 19 0 2 0 538484906 430661632 28295 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11355/statm: 105142 28295 399 364 0 41045 0
[pid=11357] ppid=11355 vsize=150956 CPUtime=295.28 cores=1,3,5,7
/proc/11357/stat : 11357 (precosat) T 11355 11357 11357 0 -1 4202496 98167 0 0 0 29516 12 0 0 25 0 1 0 538484907 154578944 37145 33554432000 4194304 4890832 140735873980352 18446744073709551615 4238686 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/11357/statm: 37739 37145 86 171 0 37566 0
[pid=11355/tid=11414] ppid=11327 vsize=420568 CPUtime=0 cores=1,3,5,7
/proc/11355/task/11414/stat : 11414 (python) S 11327 11327 11061 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538530673 430661632 28295 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 514 18446604470969295168 0 0 -1 3 0 0 0
[pid=11415] ppid=11327 vsize=430824 CPUtime=1.76 cores=1,3,5,7
/proc/11415/stat : 11415 (python) S 11327 11327 11061 0 -1 4202560 2048 0 0 0 114 62 0 0 15 0 1 0 538530676 441163776 28270 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 5625976703252660485 0 0 17 1 0 0 0
/proc/11415/statm: 107706 28270 371 364 0 43606 0
[pid=11417] ppid=11415 vsize=3967212 CPUtime=528.53 cores=1,3,5,7
/proc/11417/stat : 11417 (cryptominisat-2) R 11415 11417 11417 0 -1 4202496 1207569 0 0 0 52665 188 0 0 25 0 1 0 538530676 4062425088 922271 33554432000 4194304 4677096 140734461220416 18446744073709551615 4454496 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11417/statm: 991803 922271 393 118 0 986762 0
[pid=11465] ppid=11327 vsize=441080 CPUtime=0.04 cores=1,3,5,7
/proc/11465/stat : 11465 (python) S 11327 11327 11061 0 -1 4202560 1003 0 0 0 2 2 0 0 15 0 1 0 538599245 451665920 28279 33554432000 4194304 5683644 140734922103552 18446744073709551615 218370977350 0 0 16781312 514 7459588264429584645 0 0 17 7 0 0 0
/proc/11465/statm: 110270 28279 376 364 0 46167 0
[pid=11467] ppid=11465 vsize=727832 CPUtime=15.9 cores=1,3,5,7
/proc/11467/stat : 11467 (cryptominisat-2) R 11465 11467 11467 0 -1 4202496 137540 0 0 0 1574 16 0 0 25 0 1 0 538599246 745299968 132158 33554432000 4194304 4677096 140735811170768 18446744073709551615 4336200 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11467/statm: 181958 132158 387 118 0 176917 0
[pid=11327/tid=11335] ppid=11325 vsize=451324 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11335/stat : 11335 (python) S 11325 11327 11061 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 538474888 462155776 29797 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 1 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=451324 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11338/stat : 11338 (python) S 11325 11327 11061 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 538474891 462155776 29797 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 1 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=451324 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11341/stat : 11341 (python) S 11325 11327 11061 0 -1 4202560 57 934 0 0 0 0 0 0 18 0 9 0 538474894 462155776 29797 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11343] ppid=11325 vsize=451324 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11343/stat : 11343 (python) S 11325 11327 11061 0 -1 4202560 18 934 0 0 0 0 0 0 22 0 9 0 538474896 462155776 29797 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11352] ppid=11325 vsize=451324 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11352/stat : 11352 (python) S 11325 11327 11061 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 538484904 462155776 29797 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11356] ppid=11325 vsize=451324 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11356/stat : 11356 (python) S 11325 11327 11061 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 538484907 462155776 29797 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11416] ppid=11325 vsize=451324 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11416/stat : 11416 (python) S 11325 11327 11061 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 9 0 538530676 462155776 29797 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
[pid=11327/tid=11466] ppid=11325 vsize=451324 CPUtime=0 cores=1,3,5,7
/proc/11327/task/11466/stat : 11466 (python) S 11325 11327 11061 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 9 0 538599246 462155776 29797 33554432000 4194304 5683644 140734922103552 18446744073709551615 218382780849 0 0 16781312 2 18446604459934432000 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4264.98
Current children cumulated vsize (KiB) 12968880

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 11327 and gives
#  childrusage.ru_utime.tv_sec=24
#  childrusage.ru_utime.tv_usec=429286
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=194970
# CPU time returned by wait4() is 24.6243
# while last known CPU time is 4264.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 4264.98
CPU user time (s): 4255.57
CPU system time (s): 9.41
CPU usage (%): 328.059
Max. virtual memory (cumulated for all children) (KiB): 13055540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.4293
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52396
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= 2922
involuntary context switches= 89

runsolver used 3.00654 second user time and 5.97409 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-01 18:51:36
IDJOB=3317929
IDBENCH=82381
IDSOLVER=1706
FILE ID=node101/3317929-1304268696
RUNJOBID= node101-1304267295-11080
PBS_JOBID= 13173977
Free space on /tmp= 72216 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-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-3317929-1304268696/watcher-3317929-1304268696 -o /tmp/evaluation-result-3317929-1304268696/solver-3317929-1304268696 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317929-1304268696.cnf -seed 2045410008 -budget 4800 -cores 4

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=2045410008

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30219476 kB
Buffers:        217912 kB
Cached:        1214828 kB
SwapCached:      23360 kB
Active:        1230372 kB
Inactive:      1206428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30219476 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           40048 kB
Writeback:           0 kB
AnonPages:     1003360 kB
Mapped:          17336 kB
Slab:           221268 kB
PageTables:      12924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2189468 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= 72180 MiB
End job on node101 at 2011-05-01 19:13:19