Trace number 3498360

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.08 4992.45

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.40/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/0.67	c INFO: solving HOME/instance-3498360-1307953237.cnf
0.40/0.67	c INFO: computing task features
1.78/2.06	c INFO: computed variable-clause graph statistics
1.88/2.11	c INFO: computed clause balance statistics
8.48/8.72	c INFO: computed variable balance statistics
13.18/13.47	c INFO: computed small-clause counts
13.28/13.54	c INFO: computed Horn-clause counts
24.08/24.37	c INFO: computed variable graph statistics
24.08/24.37	c INFO: collected features for HOME/instance-3498360-1307953237.cnf in 23.66 s
24.17/24.40	c INFO: running SApperloT@0 for 97 with 4976 remaining (b = 0.13)
123.37/123.54	c INFO: running lingeling-276@0 for 97 with 4877 remaining (b = 0.15)
223.55/223.67	c INFO: running cryptominisat-2.9.0@0 for 485 with 4777 remaining (b = 0.22)
711.92/710.84	c INFO: running lingeling-276@100 for 485 with 4291 remaining (b = 0.23)
1199.99/1198.34	c INFO: running lingeling-276@0 for 97 with 3804 remaining (b = 0.11)
1300.20/1298.48	c INFO: running lingeling-276@100 for 194 with 3704 remaining (b = 0.09)
1491.63/1489.69	c INFO: running lingeling-276@0 for 97 with 3513 remaining (b = 0.07)
1591.91/1589.83	c INFO: running cryptominisat-2.9.0@485 for 97 with 3413 remaining (b = 0.05)
1691.77/1689.57	c INFO: running lingeling-276@291 for 97 with 3313 remaining (b = 0.03)
1789.01/1786.70	c INFO: running cryptominisat-2.9.0@584 for 97 with 3216 remaining (b = 0.04)
1887.25/1884.70	c INFO: running lingeling-276@388 for 97 with 3118 remaining (b = 0.04)
1984.49/1981.83	c INFO: running cryptominisat-2.9.0@682 for 97 with 3021 remaining (b = 0.04)
2082.43/2079.68	c INFO: running cryptominisat-2.9.0@780 for 97 with 2923 remaining (b = 0.03)
2176.67/2173.77	c INFO: running cryptominisat-2.9.0@874 for 776 with 2829 remaining (b = 0.25)
2956.63/2952.53	c INFO: running cryptominisat-2.9.0@1652 for 291 with 2051 remaining (b = 0.13)
3247.66/3243.17	c INFO: running lingeling-276@485 for 97 with 1761 remaining (b = 0.03)
3344.89/3340.29	c INFO: running cryptominisat-2.9.0@0 for 1663 with 1663 remaining (b = 0.38)

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 /var/tmp/evaluation-result-3498360-1307953237/watcher-3498360-1307953237 -o /var/tmp/evaluation-result-3498360-1307953237/solver-3498360-1307953237 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498360-1307953237.cnf -seed 1095469177 -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: 1.63 0.58 0.20 3/180 3546
/proc/meminfo: memFree=2955752/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/3546/stat : 3546 (python) R 3544 3546 3431 0 -1 4202496 704 0 0 0 0 0 0 0 25 0 1 0 985554419 15548416 594 33554432000 4194304 5683644 140734179864352 18446744073709551615 5147776 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3546/statm: 3796 596 319 364 0 283 0

[startup+0.052192 s]
/proc/loadavg: 1.63 0.58 0.20 3/180 3546
/proc/meminfo: memFree=2955752/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=23208 CPUtime=0.02 cores=1,3,5,7
/proc/3546/stat : 3546 (python) R 3544 3546 3431 0 -1 4202496 1325 0 0 0 2 0 0 0 17 0 1 0 985554419 23764992 1173 33554432000 4194304 5683644 140734179864352 18446744073709551615 47539599825408 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3546/statm: 5802 1174 432 364 0 729 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23208

[startup+0.10018 s]
/proc/loadavg: 1.63 0.58 0.20 3/180 3546
/proc/meminfo: memFree=2955752/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=85620 CPUtime=0.05 cores=1,3,5,7
/proc/3546/stat : 3546 (python) S 3544 3546 3431 0 -1 4202496 2632 0 0 0 4 1 0 0 17 0 1 0 985554419 87674880 2348 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/3546/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.300144 s]
/proc/loadavg: 1.63 0.58 0.20 3/180 3546
/proc/meminfo: memFree=2955752/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=135752 CPUtime=0.2 cores=1,3,5,7
/proc/3546/stat : 3546 (python) R 3544 3546 3431 0 -1 4202496 5975 934 1 0 13 7 0 0 17 0 1 0 985554419 139010048 4150 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905390085 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3546/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.701071 s]
/proc/loadavg: 1.63 0.58 0.20 3/180 3546
/proc/meminfo: memFree=2955752/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=288060 CPUtime=0.48 cores=1,3,5,7
/proc/3546/stat : 3546 (python) R 3544 3546 3431 0 -1 4202496 11675 934 1 0 34 14 0 0 16 0 1 0 985554419 294973440 9343 33554432000 4194304 5683644 140734179864352 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3546/statm: 72015 9343 1761 364 0 7939 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 288060

[startup+1.50092 s]
/proc/loadavg: 1.63 0.58 0.20 3/181 3551
/proc/meminfo: memFree=2859296/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=343152 CPUtime=1.27 cores=1,3,5,7
/proc/3546/stat : 3546 (python) R 3544 3546 3431 0 -1 4202496 25294 934 1 0 112 15 0 0 17 0 1 0 985554419 351387648 22962 33554432000 4194304 5683644 140734179864352 18446744073709551615 47539814180120 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3546/statm: 85788 22963 1761 364 0 21712 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 343152

[startup+3.10069 s]
/proc/loadavg: 1.63 0.58 0.20 3/181 3551
/proc/meminfo: memFree=2737924/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=376780 CPUtime=2.88 cores=1,3,5,7
/proc/3546/stat : 3546 (python) R 3544 3546 3431 0 -1 4202496 44877 934 1 0 270 18 0 0 19 0 1 0 985554419 385822720 31580 33554432000 4194304 5683644 140734179864352 18446744073709551615 260904754948 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3546/statm: 94195 31580 1826 364 0 30119 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 376780

[startup+6.30104 s]
/proc/loadavg: 1.66 0.60 0.21 3/181 3551
/proc/meminfo: memFree=2689236/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=376780 CPUtime=6.08 cores=1,3,5,7
/proc/3546/stat : 3546 (python) R 3544 3546 3431 0 -1 4202496 44877 934 1 0 590 18 0 0 25 0 1 0 985554419 385822720 31580 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905085330 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3546/statm: 94195 31580 1826 364 0 30119 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 376780

[startup+12.7009 s]
/proc/loadavg: 1.69 0.62 0.22 3/181 3551
/proc/meminfo: memFree=2648820/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=376780 CPUtime=12.48 cores=1,3,5,7
/proc/3546/stat : 3546 (python) R 3544 3546 3431 0 -1 4202496 44878 934 1 0 1230 18 0 0 25 0 1 0 985554419 385822720 31581 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905050242 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3546/statm: 94195 31581 1827 364 0 30119 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 376780

[startup+25.5005 s]
/proc/loadavg: 1.75 0.69 0.25 3/184 3554
/proc/meminfo: memFree=2569812/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=379540 CPUtime=24.18 cores=1,3,5,7
/proc/3546/stat : 3546 (python) S 3544 3546 3431 0 -1 4202496 45259 934 1 0 2400 18 0 0 19 0 2 0 985554419 388648960 29756 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3546/statm: 94885 29756 1875 364 0 30803 0
[pid=3552] ppid=3546 vsize=369296 CPUtime=0 cores=1,3,5,7
/proc/3552/stat : 3552 (python) S 3546 3546 3431 0 -1 4202560 812 0 0 0 0 0 0 0 18 0 1 0 985556860 378159104 28235 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905414159 0 0 16781312 514 4545583108782555135 0 0 17 7 0 0 0
/proc/3552/statm: 92324 28235 358 364 0 28242 0
[pid=3554] ppid=3552 vsize=16808 CPUtime=1.08 cores=1,3,5,7
/proc/3554/stat : 3554 (SApperloT-base) R 3552 3554 3554 0 -1 4202496 3772 0 0 0 107 1 0 0 22 0 1 0 985556860 17211392 3473 33554432000 134512640 135674940 4292840032 18446744073709551615 134551953 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3554/statm: 4202 3473 99 284 0 3916 0
[pid=3546/tid=3553] ppid=3544 vsize=379540 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3553/stat : 3553 (python) S 3544 3546 3431 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 985556860 388648960 29756 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 765644

[startup+51.1008 s]
/proc/loadavg: 1.84 0.79 0.30 3/184 3555
/proc/meminfo: memFree=2509716/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=379540 CPUtime=24.18 cores=1,3,5,7
/proc/3546/stat : 3546 (python) S 3544 3546 3431 0 -1 4202496 45259 934 1 0 2400 18 0 0 19 0 2 0 985554419 388648960 29756 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3546/statm: 94885 29756 1875 364 0 30803 0
[pid=3552] ppid=3546 vsize=369296 CPUtime=0.02 cores=1,3,5,7
/proc/3552/stat : 3552 (python) S 3546 3546 3431 0 -1 4202560 984 0 0 0 1 1 0 0 18 0 1 0 985556860 378159104 28258 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905414159 0 0 16781312 514 12431113648007512328 0 0 17 7 0 0 0
/proc/3552/statm: 92324 28258 381 364 0 28242 0
[pid=3554] ppid=3552 vsize=36452 CPUtime=26.68 cores=1,3,5,7
/proc/3554/stat : 3554 (SApperloT-base) R 3552 3554 3554 0 -1 4202496 8756 0 0 0 2667 1 0 0 25 0 1 0 985556860 37326848 8392 33554432000 134512640 135674940 4292840032 18446744073709551615 134551984 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3554/statm: 9113 8392 99 284 0 8827 0
[pid=3546/tid=3553] ppid=3544 vsize=379540 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3553/stat : 3553 (python) S 3544 3546 3431 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 985556860 388648960 29756 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 785288

[startup+102.306 s]
/proc/loadavg: 1.93 0.98 0.38 3/184 3556
/proc/meminfo: memFree=2424840/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=379540 CPUtime=24.18 cores=1,3,5,7
/proc/3546/stat : 3546 (python) S 3544 3546 3431 0 -1 4202496 45259 934 1 0 2400 18 0 0 19 0 2 0 985554419 388648960 29756 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3546/statm: 94885 29756 1875 364 0 30803 0
[pid=3552] ppid=3546 vsize=369296 CPUtime=0.08 cores=1,3,5,7
/proc/3552/stat : 3552 (python) S 3546 3546 3431 0 -1 4202560 1000 0 0 0 4 4 0 0 18 0 1 0 985556860 378159104 28258 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905414159 0 0 16781312 514 12431113648007512328 0 0 17 7 0 0 0
/proc/3552/statm: 92324 28258 381 364 0 28242 0
[pid=3554] ppid=3552 vsize=92248 CPUtime=77.88 cores=1,3,5,7
/proc/3554/stat : 3554 (SApperloT-base) R 3552 3554 3554 0 -1 4202496 22629 0 0 0 7785 3 0 0 25 0 1 0 985556860 94461952 22265 33554432000 134512640 135674940 4292840032 18446744073709551615 134552032 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3554/statm: 23062 22265 99 284 0 22776 0
[pid=3546/tid=3553] ppid=3544 vsize=379540 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3553/stat : 3553 (python) S 3544 3546 3431 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 985556860 388648960 29756 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 841084

[startup+162.3 s]
/proc/loadavg: 1.97 1.16 0.48 3/188 3562
/proc/meminfo: memFree=2337216/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=389796 CPUtime=24.21 cores=1,3,5,7
/proc/3546/stat : 3546 (python) S 3544 3546 3431 0 -1 4202496 45981 934 1 0 2402 19 0 0 20 0 3 0 985554419 399151104 29763 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3546/statm: 97449 29763 1878 364 0 33364 0
[pid=3552] ppid=3546 vsize=379540 CPUtime=0.11 cores=1,3,5,7
/proc/3552/stat : 3552 (python) S 3546 3546 3431 0 -1 4202560 1165 0 0 0 6 5 0 0 19 0 2 0 985556860 388648960 28296 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3552/statm: 94885 28296 414 364 0 30803 0
[pid=3554] ppid=3552 vsize=124284 CPUtime=99.09 cores=1,3,5,7
/proc/3554/stat : 3554 (SApperloT-base) T 3552 3554 3554 0 -1 4202496 31228 0 0 0 9905 4 0 0 25 0 1 0 985556860 127266816 29965 33554432000 134512640 135674940 4292840032 18446744073709551615 134564020 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3554/statm: 31071 29965 99 284 0 30785 0
[pid=3552/tid=3558] ppid=3546 vsize=379540 CPUtime=0 cores=1,3,5,7
/proc/3552/task/3558/stat : 3558 (python) S 3546 3546 3431 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985566771 388648960 28296 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604471150913472 0 0 -1 1 0 0 0
[pid=3559] ppid=3546 vsize=379552 CPUtime=0.04 cores=1,3,5,7
/proc/3559/stat : 3559 (python) S 3546 3546 3431 0 -1 4202560 904 0 0 0 2 2 0 0 15 0 1 0 985566773 388661248 28251 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905414214 0 0 16781312 514 12431113648007512328 0 0 17 3 0 0 0
/proc/3559/statm: 94888 28251 370 364 0 30803 0
[pid=3561] ppid=3559 vsize=42756 CPUtime=38.75 cores=1,3,5,7
/proc/3561/stat : 3561 (lingeling) R 3559 3561 3561 0 -1 4202496 14041 0 0 0 3873 2 0 0 25 0 1 0 985566774 43782144 9859 33554432000 4194304 4352236 140733304416736 18446744073709551615 4278664 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3561/statm: 10689 9859 129 39 0 9769 0
[pid=3546/tid=3553] ppid=3544 vsize=389796 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3553/stat : 3553 (python) S 3544 3546 3431 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 985556860 399151104 29763 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
[pid=3546/tid=3560] ppid=3544 vsize=389796 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3560/stat : 3560 (python) S 3544 3546 3431 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 985566774 399151104 29763 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1315928

[startup+222.301 s]
/proc/loadavg: 1.99 1.31 0.57 3/188 3563
/proc/meminfo: memFree=2296864/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=389796 CPUtime=24.21 cores=1,3,5,7
/proc/3546/stat : 3546 (python) S 3544 3546 3431 0 -1 4202496 45981 934 1 0 2402 19 0 0 20 0 3 0 985554419 399151104 29763 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3546/statm: 97449 29763 1878 364 0 33364 0
[pid=3552] ppid=3546 vsize=379540 CPUtime=0.11 cores=1,3,5,7
/proc/3552/stat : 3552 (python) S 3546 3546 3431 0 -1 4202560 1165 0 0 0 6 5 0 0 19 0 2 0 985556860 388648960 28296 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3552/statm: 94885 28296 414 364 0 30803 0
[pid=3554] ppid=3552 vsize=124284 CPUtime=99.09 cores=1,3,5,7
/proc/3554/stat : 3554 (SApperloT-base) T 3552 3554 3554 0 -1 4202496 31228 0 0 0 9905 4 0 0 25 0 1 0 985556860 127266816 29965 33554432000 134512640 135674940 4292840032 18446744073709551615 134564020 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3554/statm: 31071 29965 99 284 0 30785 0
[pid=3552/tid=3558] ppid=3546 vsize=379540 CPUtime=0 cores=1,3,5,7
/proc/3552/task/3558/stat : 3558 (python) S 3546 3546 3431 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985566771 388648960 28296 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604471150913472 0 0 -1 1 0 0 0
[pid=3559] ppid=3546 vsize=379552 CPUtime=0.1 cores=1,3,5,7
/proc/3559/stat : 3559 (python) S 3546 3546 3431 0 -1 4202560 932 0 0 0 5 5 0 0 15 0 1 0 985566773 388661248 28251 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905414214 0 0 16781312 514 12431113648007512328 0 0 17 3 0 0 0
/proc/3559/statm: 94888 28251 370 364 0 30803 0
[pid=3561] ppid=3559 vsize=61156 CPUtime=98.74 cores=1,3,5,7
/proc/3561/stat : 3561 (lingeling) R 3559 3561 3561 0 -1 4202496 21798 0 0 0 9872 2 0 0 25 0 1 0 985566774 62623744 14459 33554432000 4194304 4352236 140733304416736 18446744073709551615 4328392 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3561/statm: 15289 14459 129 39 0 14369 0
[pid=3546/tid=3553] ppid=3544 vsize=389796 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3553/stat : 3553 (python) S 3544 3546 3431 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 985556860 399151104 29763 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0

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

/proc/3546/task/3553/stat : 3553 (python) S 3544 3546 3431 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 7 0 985556860 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
[pid=3546/tid=3560] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3560/stat : 3560 (python) S 3544 3546 3431 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 7 0 985566774 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
[pid=3546/tid=3566] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3566/stat : 3566 (python) S 3544 3546 3431 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 7 0 985576788 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
[pid=3546/tid=3745] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3745/stat : 3745 (python) S 3544 3546 3431 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 7 0 985674254 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 1 0 0 0
[pid=3546/tid=3757] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3757/stat : 3757 (python) S 3544 3546 3431 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 7 0 985703389 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 1 0 0 0
[pid=3546/tid=3823] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3823/stat : 3823 (python) S 3544 3546 3431 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 7 0 985888449 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4909.83
Current children cumulated vsize (KiB) 11510020

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/228 3886
/proc/meminfo: memFree=130540/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=430820 CPUtime=24.48 cores=1,3,5,7
/proc/3546/stat : 3546 (python) S 3544 3546 3431 0 -1 4202496 49468 934 1 0 2428 20 0 0 20 0 7 0 985554419 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3546/statm: 107705 29787 1886 364 0 43608 0
[pid=3552] ppid=3546 vsize=379540 CPUtime=0.11 cores=1,3,5,7
/proc/3552/stat : 3552 (python) S 3546 3546 3431 0 -1 4202560 1165 0 0 0 6 5 0 0 19 0 2 0 985556860 388648960 28296 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3552/statm: 94885 28296 414 364 0 30803 0
[pid=3554] ppid=3552 vsize=124284 CPUtime=99.09 cores=1,3,5,7
/proc/3554/stat : 3554 (SApperloT-base) T 3552 3554 3554 0 -1 4202496 31228 0 0 0 9905 4 0 0 25 0 1 0 985556860 127266816 29965 33554432000 134512640 135674940 4292840032 18446744073709551615 134564020 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3554/statm: 31071 29965 99 284 0 30785 0
[pid=3552/tid=3558] ppid=3546 vsize=379540 CPUtime=0 cores=1,3,5,7
/proc/3552/task/3558/stat : 3558 (python) S 3546 3546 3431 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985566771 388648960 28296 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604471150913472 0 0 -1 1 0 0 0
[pid=3559] ppid=3546 vsize=379552 CPUtime=0.69 cores=1,3,5,7
/proc/3559/stat : 3559 (python) S 3546 3546 3431 0 -1 4202560 1166 0 0 0 38 31 0 0 15 0 2 0 985566773 388661248 28281 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3559/statm: 94888 28281 399 364 0 30803 0
[pid=3561] ppid=3559 vsize=124580 CPUtime=587.59 cores=1,3,5,7
/proc/3561/stat : 3561 (lingeling) T 3559 3561 3561 0 -1 4202496 198035 0 0 0 58738 21 0 0 25 0 1 0 985566774 127569920 30315 33554432000 4194304 4352236 140733304416736 18446744073709551615 4207645 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/3561/statm: 31145 30315 129 39 0 30225 0
[pid=3559/tid=3564] ppid=3546 vsize=379552 CPUtime=0 cores=1,3,5,7
/proc/3559/task/3564/stat : 3564 (python) S 3546 3546 3431 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 985576785 388661248 28281 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604460898450304 0 0 -1 3 0 0 0
[pid=3565] ppid=3546 vsize=389808 CPUtime=3.32 cores=1,3,5,7
/proc/3565/stat : 3565 (python) S 3546 3546 3431 0 -1 4202560 2209 0 0 0 188 144 0 0 15 0 2 0 985576787 399163392 28295 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3565/statm: 97452 28295 409 364 0 33364 0
[pid=3567] ppid=3565 vsize=4079608 CPUtime=1946.16 cores=1,3,5,7
/proc/3567/stat : 3567 (cryptominisat-2) T 3565 3567 3567 0 -1 4202496 1771433 0 0 0 194317 299 0 0 25 0 1 0 985576788 4177518592 961310 33554432000 4194304 4677096 140735610376352 18446744073709551615 4320199 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/3567/statm: 1019902 961310 393 118 0 1014861 0
[pid=3565/tid=3726] ppid=3546 vsize=389808 CPUtime=0 cores=1,3,5,7
/proc/3565/task/3726/stat : 3726 (python) S 3546 3546 3431 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 985625501 399163392 28295 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604471108812928 0 0 -1 5 0 0 0
[pid=3744] ppid=3546 vsize=400064 CPUtime=0.73 cores=1,3,5,7
/proc/3744/stat : 3744 (python) S 3546 3546 3431 0 -1 4202560 1167 0 0 0 39 34 0 0 18 0 2 0 985674254 409665536 28289 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3744/statm: 100016 28289 399 364 0 35925 0
[pid=3746] ppid=3744 vsize=150096 CPUtime=582.61 cores=1,3,5,7
/proc/3746/stat : 3746 (lingeling) T 3744 3746 3746 0 -1 4202496 170549 0 0 0 58242 19 0 0 25 0 1 0 985674255 153698304 36694 33554432000 4194304 4352236 140737235790656 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/3746/statm: 37524 36694 129 39 0 36604 0
[pid=3744/tid=3750] ppid=3546 vsize=400064 CPUtime=0 cores=1,3,5,7
/proc/3744/task/3750/stat : 3750 (python) S 3546 3546 3431 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985684266 409665536 28289 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604470427727104 0 0 -1 5 0 0 0
[pid=3756] ppid=3546 vsize=410320 CPUtime=0.12 cores=1,3,5,7
/proc/3756/stat : 3756 (python) S 3546 3546 3431 0 -1 4202560 1110 0 0 0 6 6 0 0 19 0 2 0 985703389 420167680 28293 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3756/statm: 102580 28293 399 364 0 38486 0
[pid=3758] ppid=3756 vsize=57512 CPUtime=100.09 cores=1,3,5,7
/proc/3758/stat : 3758 (lingeling) T 3756 3758 3758 0 -1 4202496 17815 0 0 0 10007 2 0 0 25 0 1 0 985703389 58892288 13548 33554432000 4194304 4352236 140735527781952 18446744073709551615 4209671 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/3758/statm: 14378 13548 129 39 0 13458 0
[pid=3756/tid=3762] ppid=3546 vsize=410320 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (python) S 3546 3546 3431 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 985713400 420167680 28293 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604455423849664 0 0 -1 3 0 0 0
[pid=3822] ppid=3546 vsize=420576 CPUtime=2.91 cores=1,3,5,7
/proc/3822/stat : 3822 (python) S 3546 3546 3431 0 -1 4202560 2026 0 0 0 170 121 0 0 15 0 1 0 985888449 430669824 28268 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905414214 0 0 16781312 514 12431113648007512328 0 0 17 1 0 0 0
/proc/3822/statm: 105144 28268 371 364 0 41047 0
[pid=3824] ppid=3822 vsize=4255396 CPUtime=1622.02 cores=1,3,5,7
/proc/3824/stat : 3824 (cryptominisat-2) R 3822 3824 3824 0 -1 4202496 1622002 0 0 0 161926 276 0 0 25 0 1 0 985888450 4357525504 985177 33554432000 4194304 4677096 140737347904304 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3824/statm: 1063849 985177 393 118 0 1058808 0
[pid=3546/tid=3553] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3553/stat : 3553 (python) S 3544 3546 3431 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 7 0 985556860 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
[pid=3546/tid=3560] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3560/stat : 3560 (python) S 3544 3546 3431 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 7 0 985566774 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
[pid=3546/tid=3566] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3566/stat : 3566 (python) S 3544 3546 3431 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 7 0 985576788 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
[pid=3546/tid=3745] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3745/stat : 3745 (python) S 3544 3546 3431 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 7 0 985674254 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 1 0 0 0
[pid=3546/tid=3757] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3757/stat : 3757 (python) S 3544 3546 3431 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 7 0 985703389 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 1 0 0 0
[pid=3546/tid=3823] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3823/stat : 3823 (python) S 3544 3546 3431 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 7 0 985888449 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4969.92
Current children cumulated vsize (KiB) 11602156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4992.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/228 3887
/proc/meminfo: memFree=131072/32950928 swapFree=67051812/67111528
[pid=3546] ppid=3544 vsize=430820 CPUtime=24.48 cores=1,3,5,7
/proc/3546/stat : 3546 (python) S 3544 3546 3431 0 -1 4202496 49468 934 1 0 2428 20 0 0 20 0 7 0 985554419 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3546/statm: 107705 29787 1886 364 0 43608 0
[pid=3552] ppid=3546 vsize=379540 CPUtime=0.11 cores=1,3,5,7
/proc/3552/stat : 3552 (python) S 3546 3546 3431 0 -1 4202560 1165 0 0 0 6 5 0 0 19 0 2 0 985556860 388648960 28296 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3552/statm: 94885 28296 414 364 0 30803 0
[pid=3554] ppid=3552 vsize=124284 CPUtime=99.09 cores=1,3,5,7
/proc/3554/stat : 3554 (SApperloT-base) T 3552 3554 3554 0 -1 4202496 31228 0 0 0 9905 4 0 0 25 0 1 0 985556860 127266816 29965 33554432000 134512640 135674940 4292840032 18446744073709551615 134564020 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3554/statm: 31071 29965 99 284 0 30785 0
[pid=3552/tid=3558] ppid=3546 vsize=379540 CPUtime=0 cores=1,3,5,7
/proc/3552/task/3558/stat : 3558 (python) S 3546 3546 3431 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985566771 388648960 28296 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604471150913472 0 0 -1 1 0 0 0
[pid=3559] ppid=3546 vsize=379552 CPUtime=0.69 cores=1,3,5,7
/proc/3559/stat : 3559 (python) S 3546 3546 3431 0 -1 4202560 1166 0 0 0 38 31 0 0 15 0 2 0 985566773 388661248 28281 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3559/statm: 94888 28281 399 364 0 30803 0
[pid=3561] ppid=3559 vsize=124580 CPUtime=587.59 cores=1,3,5,7
/proc/3561/stat : 3561 (lingeling) T 3559 3561 3561 0 -1 4202496 198035 0 0 0 58738 21 0 0 25 0 1 0 985566774 127569920 30315 33554432000 4194304 4352236 140733304416736 18446744073709551615 4207645 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/3561/statm: 31145 30315 129 39 0 30225 0
[pid=3559/tid=3564] ppid=3546 vsize=379552 CPUtime=0 cores=1,3,5,7
/proc/3559/task/3564/stat : 3564 (python) S 3546 3546 3431 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 985576785 388661248 28281 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604460898450304 0 0 -1 3 0 0 0
[pid=3565] ppid=3546 vsize=389808 CPUtime=3.32 cores=1,3,5,7
/proc/3565/stat : 3565 (python) S 3546 3546 3431 0 -1 4202560 2209 0 0 0 188 144 0 0 15 0 2 0 985576787 399163392 28295 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3565/statm: 97452 28295 409 364 0 33364 0
[pid=3567] ppid=3565 vsize=4079608 CPUtime=1946.16 cores=1,3,5,7
/proc/3567/stat : 3567 (cryptominisat-2) T 3565 3567 3567 0 -1 4202496 1771433 0 0 0 194317 299 0 0 25 0 1 0 985576788 4177518592 961310 33554432000 4194304 4677096 140735610376352 18446744073709551615 4320199 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/3567/statm: 1019902 961310 393 118 0 1014861 0
[pid=3565/tid=3726] ppid=3546 vsize=389808 CPUtime=0 cores=1,3,5,7
/proc/3565/task/3726/stat : 3726 (python) S 3546 3546 3431 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 985625501 399163392 28295 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604471108812928 0 0 -1 5 0 0 0
[pid=3744] ppid=3546 vsize=400064 CPUtime=0.73 cores=1,3,5,7
/proc/3744/stat : 3744 (python) S 3546 3546 3431 0 -1 4202560 1167 0 0 0 39 34 0 0 18 0 2 0 985674254 409665536 28289 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3744/statm: 100016 28289 399 364 0 35925 0
[pid=3746] ppid=3744 vsize=150096 CPUtime=582.61 cores=1,3,5,7
/proc/3746/stat : 3746 (lingeling) T 3744 3746 3746 0 -1 4202496 170549 0 0 0 58242 19 0 0 25 0 1 0 985674255 153698304 36694 33554432000 4194304 4352236 140737235790656 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/3746/statm: 37524 36694 129 39 0 36604 0
[pid=3744/tid=3750] ppid=3546 vsize=400064 CPUtime=0 cores=1,3,5,7
/proc/3744/task/3750/stat : 3750 (python) S 3546 3546 3431 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985684266 409665536 28289 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604470427727104 0 0 -1 5 0 0 0
[pid=3756] ppid=3546 vsize=410320 CPUtime=0.12 cores=1,3,5,7
/proc/3756/stat : 3756 (python) S 3546 3546 3431 0 -1 4202560 1110 0 0 0 6 6 0 0 19 0 2 0 985703389 420167680 28293 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3756/statm: 102580 28293 399 364 0 38486 0
[pid=3758] ppid=3756 vsize=57512 CPUtime=100.09 cores=1,3,5,7
/proc/3758/stat : 3758 (lingeling) T 3756 3758 3758 0 -1 4202496 17815 0 0 0 10007 2 0 0 25 0 1 0 985703389 58892288 13548 33554432000 4194304 4352236 140735527781952 18446744073709551615 4209671 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/3758/statm: 14378 13548 129 39 0 13458 0
[pid=3756/tid=3762] ppid=3546 vsize=410320 CPUtime=0 cores=1,3,5,7
/proc/3756/task/3762/stat : 3762 (python) S 3546 3546 3431 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 985713400 420167680 28293 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 514 18446604455423849664 0 0 -1 3 0 0 0
[pid=3822] ppid=3546 vsize=420576 CPUtime=2.96 cores=1,3,5,7
/proc/3822/stat : 3822 (python) S 3546 3546 3431 0 -1 4202560 2026 0 0 0 173 123 0 0 15 0 1 0 985888449 430669824 28268 33554432000 4194304 5683644 140734179864352 18446744073709551615 260905414214 0 0 16781312 514 12431113648007512328 0 0 17 1 0 0 0
/proc/3822/statm: 105144 28268 371 364 0 41047 0
[pid=3824] ppid=3822 vsize=4250160 CPUtime=1652.13 cores=1,3,5,7
/proc/3824/stat : 3824 (cryptominisat-2) R 3822 3824 3824 0 -1 4202496 1632401 0 0 0 164934 279 0 0 25 0 1 0 985888450 4352163840 985062 33554432000 4194304 4677096 140737347904304 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3824/statm: 1062540 985062 393 118 0 1057499 0
[pid=3546/tid=3553] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3553/stat : 3553 (python) S 3544 3546 3431 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 7 0 985556860 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
[pid=3546/tid=3560] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3560/stat : 3560 (python) S 3544 3546 3431 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 7 0 985566774 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
[pid=3546/tid=3566] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3566/stat : 3566 (python) S 3544 3546 3431 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 7 0 985576788 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 5 0 0 0
[pid=3546/tid=3745] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3745/stat : 3745 (python) S 3544 3546 3431 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 7 0 985674254 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 1 0 0 0
[pid=3546/tid=3757] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3757/stat : 3757 (python) S 3544 3546 3431 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 7 0 985703389 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 1 0 0 0
[pid=3546/tid=3823] ppid=3544 vsize=430820 CPUtime=0 cores=1,3,5,7
/proc/3546/task/3823/stat : 3823 (python) S 3544 3546 3431 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 7 0 985888449 441159680 29787 33554432000 4194304 5683644 140734179864352 18446744073709551615 260917217713 0 0 16781312 2 18446604455423850560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 11596920

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

Real time (s): 4992.45
CPU time (s): 5000.08
CPU user time (s): 4990.21
CPU system time (s): 9.87
CPU usage (%): 100.153
Max. virtual memory (cumulated for all children) (KiB): 11624416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.2903
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50405
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= 2905
involuntary context switches= 76

runsolver used 8.28374 second user time and 19.96 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-13 10:20:37
IDJOB=3498360
IDBENCH=82381
IDSOLVER=1991
FILE ID=node116/3498360-1307953237
RUNJOBID= node116-1307953122-3451
PBS_JOBID= 13559712
Free space on /var/tmp= 2824 MiB

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

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1095469177

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:       2956560 kB
Buffers:        102960 kB
Cached:       28575568 kB
SwapCached:      12824 kB
Active:       14177632 kB
Inactive:     14899452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2956560 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           47376 kB
Writeback:           0 kB
AnonPages:      396312 kB
Mapped:          15020 kB
Slab:           850052 kB
PageTables:       6860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   860624 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 /var/tmp at the end= 2808 MiB
End job on node116 at 2011-06-13 11:43:52