Trace number 3498499

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.09 4993.85

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0374
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.30/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.48	c INFO: solving HOME/instance-3498499-1307956287.cnf
0.30/0.48	c INFO: computing task features
4.29/4.46	c INFO: computed variable-clause graph statistics
4.39/4.54	c INFO: computed clause balance statistics
24.39/24.56	c INFO: computed variable balance statistics
31.39/31.50	c INFO: computed small-clause counts
31.39/31.53	c INFO: computed Horn-clause counts
31.89/32.07	c INFO: computed variable graph statistics
31.89/32.07	c INFO: collected features for HOME/instance-3498499-1307956287.cnf in 31.45 s
31.98/32.10	c INFO: running lingeling-276@0 for 97 with 4968 remaining (b = 0.15)
132.18/132.24	c INFO: running cryptominisat-2.9.0@0 for 485 with 4868 remaining (b = 0.17)
618.52/617.86	c INFO: running lingeling-276@100 for 1164 with 4383 remaining (b = 0.37)
1786.14/1784.03	c INFO: running SApperloT@0 for 97 with 3217 remaining (b = 0.05)
1886.35/1884.19	c INFO: running lingeling-276@0 for 582 with 3117 remaining (b = 0.26)
2473.85/2470.90	c INFO: running lingeling-276@0 for 97 with 2530 remaining (b = 0.08)
2574.09/2571.05	c INFO: running lingeling-276@586 for 679 with 2430 remaining (b = 0.18)
3254.82/3250.84	c INFO: running cryptominisat-2.9.0@485 for 1455 with 1751 remaining (b = 0.37)
4717.45/4711.45	c INFO: running lingeling-276@100 for 291 with 291 remaining (b = 0.10)

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-3498499-1307956287/watcher-3498499-1307956287 -o /var/tmp/evaluation-result-3498499-1307956287/solver-3498499-1307956287 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498499-1307956287.cnf -seed 519159922 -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: 2.02 2.01 1.91 2/188 16050
/proc/meminfo: memFree=24226020/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/16050/stat : 16050 (python) R 16048 16050 15646 0 -1 4202496 791 0 0 0 0 0 0 0 22 0 1 0 985859402 15753216 678 33554432000 4194304 5683644 140737088227904 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16050/statm: 3846 678 322 364 0 333 0

[startup+0.0629059 s]
/proc/loadavg: 2.02 2.01 1.91 2/188 16050
/proc/meminfo: memFree=24226020/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=40972 CPUtime=0.04 cores=1,3,5,7
/proc/16050/stat : 16050 (python) R 16048 16050 15646 0 -1 4202496 1679 0 0 0 3 1 0 0 17 0 1 0 985859402 41955328 1502 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895488512 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16050/statm: 10243 1502 463 364 0 1026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 40972

[startup+0.100908 s]
/proc/loadavg: 2.02 2.01 1.91 2/188 16050
/proc/meminfo: memFree=24226020/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=104216 CPUtime=0.07 cores=1,3,5,7
/proc/16050/stat : 16050 (python) S 16048 16050 15646 0 -1 4202496 3038 0 0 0 5 2 0 0 17 0 1 0 985859402 106717184 2726 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/16050/statm: 26054 2726 847 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.300963 s]
/proc/loadavg: 2.02 2.01 1.91 2/188 16050
/proc/meminfo: memFree=24226020/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=157380 CPUtime=0.22 cores=1,3,5,7
/proc/16050/stat : 16050 (python) S 16048 16050 15646 0 -1 4202496 6597 932 1 0 16 6 0 0 17 0 1 0 985859402 161157120 4696 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/16050/statm: 39345 4696 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 157380

[startup+0.70071 s]
/proc/loadavg: 2.02 2.01 1.91 2/188 16050
/proc/meminfo: memFree=24226020/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=308672 CPUtime=0.59 cores=1,3,5,7
/proc/16050/stat : 16050 (python) R 16048 16050 15646 0 -1 4202496 16769 932 1 0 48 11 0 0 17 0 1 0 985859402 316080128 14439 33554432000 4194304 5683644 140737088227904 18446744073709551615 4539201 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/16050/statm: 77168 14439 1761 364 0 13092 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 308672

[startup+1.50063 s]
/proc/loadavg: 2.02 2.01 1.91 3/189 16055
/proc/meminfo: memFree=24156448/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=355492 CPUtime=1.38 cores=1,3,5,7
/proc/16050/stat : 16050 (python) R 16048 16050 15646 0 -1 4202496 28340 932 1 0 126 12 0 0 18 0 1 0 985859402 364023808 26010 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16050/statm: 88873 26013 1761 364 0 24797 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 355492

[startup+3.10033 s]
/proc/loadavg: 2.02 2.01 1.91 3/189 16055
/proc/meminfo: memFree=24090676/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=448364 CPUtime=2.98 cores=1,3,5,7
/proc/16050/stat : 16050 (python) R 16048 16050 15646 0 -1 4202496 51344 932 1 0 282 16 0 0 21 0 1 0 985859402 459124736 49014 33554432000 4194304 5683644 140737088227904 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16050/statm: 112091 49015 1761 364 0 48015 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 448364

[startup+6.30072 s]
/proc/loadavg: 2.02 2.01 1.91 3/189 16055
/proc/meminfo: memFree=23963184/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=517416 CPUtime=6.19 cores=1,3,5,7
/proc/16050/stat : 16050 (python) R 16048 16050 15646 0 -1 4202496 99622 932 1 0 596 23 0 0 25 0 1 0 985859402 529833984 66739 33554432000 4194304 5683644 140737088227904 18446744073709551615 47924148360172 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16050/statm: 129354 66739 1826 364 0 65278 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 517416

[startup+12.7005 s]
/proc/loadavg: 2.02 2.01 1.91 3/189 16055
/proc/meminfo: memFree=23967116/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=517416 CPUtime=12.59 cores=1,3,5,7
/proc/16050/stat : 16050 (python) R 16048 16050 15646 0 -1 4202496 99622 932 1 0 1236 23 0 0 25 0 1 0 985859402 529833984 66739 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895151147 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16050/statm: 129354 66739 1826 364 0 65278 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 517416

[startup+25.5011 s]
/proc/loadavg: 2.02 2.01 1.91 3/189 16055
/proc/meminfo: memFree=23961240/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=517416 CPUtime=25.39 cores=1,3,5,7
/proc/16050/stat : 16050 (python) R 16048 16050 15646 0 -1 4202496 99623 932 1 0 2516 23 0 0 25 0 1 0 985859402 529833984 66740 33554432000 4194304 5683644 140737088227904 18446744073709551615 4510876 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16050/statm: 129354 66740 1827 364 0 65278 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 517416

[startup+51.1013 s]
/proc/loadavg: 2.01 2.00 1.91 3/192 16059
/proc/meminfo: memFree=23924232/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=508876 CPUtime=32 cores=1,3,5,7
/proc/16050/stat : 16050 (python) S 16048 16050 15646 0 -1 4202496 100004 932 1 0 3176 24 0 0 20 0 2 0 985859402 521089024 62090 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16050/statm: 127219 62090 1875 364 0 63137 0
[pid=16057] ppid=16050 vsize=498632 CPUtime=0.02 cores=1,3,5,7
/proc/16057/stat : 16057 (python) S 16050 16050 15646 0 -1 4202560 960 0 0 0 1 1 0 0 18 0 1 0 985862613 510599168 60592 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895510543 0 0 16781312 514 3660441334633693448 0 0 17 3 0 0 0
/proc/16057/statm: 124658 60592 381 364 0 60576 0
[pid=16059] ppid=16057 vsize=58504 CPUtime=18.97 cores=1,3,5,7
/proc/16059/stat : 16059 (lingeling) R 16057 16059 16059 0 -1 4202496 31305 0 0 0 1892 5 0 0 25 0 1 0 985862613 59908096 13790 33554432000 4194304 4352236 140734107090208 18446744073709551615 4278614 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16059/statm: 14626 13790 129 39 0 13706 0
[pid=16050/tid=16058] ppid=16048 vsize=508876 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16058/stat : 16058 (python) S 16048 16050 15646 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 985862613 521089024 62090 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1066012

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/192 16060
/proc/meminfo: memFree=23899568/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=508876 CPUtime=32 cores=1,3,5,7
/proc/16050/stat : 16050 (python) S 16048 16050 15646 0 -1 4202496 100004 932 1 0 3176 24 0 0 20 0 2 0 985859402 521089024 62090 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16050/statm: 127219 62090 1875 364 0 63137 0
[pid=16057] ppid=16050 vsize=498632 CPUtime=0.08 cores=1,3,5,7
/proc/16057/stat : 16057 (python) S 16050 16050 15646 0 -1 4202560 976 0 0 0 4 4 0 0 18 0 1 0 985862613 510599168 60592 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895510543 0 0 16781312 514 3660441334633693448 0 0 17 3 0 0 0
/proc/16057/statm: 124658 60592 381 364 0 60576 0
[pid=16059] ppid=16057 vsize=62324 CPUtime=70.18 cores=1,3,5,7
/proc/16059/stat : 16059 (lingeling) R 16057 16059 16059 0 -1 4202496 36604 0 0 0 7012 6 0 0 25 0 1 0 985862613 63819776 14745 33554432000 4194304 4352236 140734107090208 18446744073709551615 4328166 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16059/statm: 15581 14745 129 39 0 14661 0
[pid=16050/tid=16058] ppid=16048 vsize=508876 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16058/stat : 16058 (python) S 16048 16050 15646 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 985862613 521089024 62090 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1069832

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 16066
/proc/meminfo: memFree=23732660/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=519132 CPUtime=32.03 cores=1,3,5,7
/proc/16050/stat : 16050 (python) S 16048 16050 15646 0 -1 4202496 100764 932 1 0 3178 25 0 0 19 0 3 0 985859402 531591168 62097 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16050/statm: 129783 62097 1878 364 0 65698 0
[pid=16057] ppid=16050 vsize=508876 CPUtime=0.12 cores=1,3,5,7
/proc/16057/stat : 16057 (python) S 16050 16050 15646 0 -1 4202560 1149 0 0 0 6 6 0 0 19 0 2 0 985862613 521089024 60630 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16057/statm: 127219 60630 414 364 0 63137 0
[pid=16059] ppid=16057 vsize=65092 CPUtime=100.09 cores=1,3,5,7
/proc/16059/stat : 16059 (lingeling) T 16057 16059 16059 0 -1 4202496 37372 0 0 0 10003 6 0 0 25 0 1 0 985862613 66654208 15437 33554432000 4194304 4352236 140734107090208 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/16059/statm: 16273 15437 129 39 0 15353 0
[pid=16057/tid=16062] ppid=16050 vsize=508876 CPUtime=0 cores=1,3,5,7
/proc/16057/task/16062/stat : 16062 (python) S 16050 16050 15646 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985872625 521089024 60630 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471152760128 0 0 -1 3 0 0 0
[pid=16063] ppid=16050 vsize=508888 CPUtime=0.06 cores=1,3,5,7
/proc/16063/stat : 16063 (python) S 16050 16050 15646 0 -1 4202560 919 0 0 0 2 4 0 0 15 0 1 0 985872627 521101312 60585 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895510598 0 0 16781312 514 3660441334633693448 0 0 17 7 0 0 0
/proc/16063/statm: 127222 60585 370 364 0 63137 0
[pid=16065] ppid=16063 vsize=197868 CPUtime=30.03 cores=1,3,5,7
/proc/16065/stat : 16065 (cryptominisat-2) R 16063 16065 16065 0 -1 4202496 68411 0 0 0 2993 10 0 0 25 0 1 0 985872628 202616832 40700 33554432000 4194304 4677096 140736741784784 18446744073709551615 4320304 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16065/statm: 49467 40700 393 118 0 44426 0
[pid=16050/tid=16058] ppid=16048 vsize=519132 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16058/stat : 16058 (python) S 16048 16050 15646 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 985862613 531591168 62097 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
[pid=16050/tid=16064] ppid=16048 vsize=519132 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16064/stat : 16064 (python) S 16048 16050 15646 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 3 0 985872628 531591168 62097 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 1799856

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 16068
/proc/meminfo: memFree=23647552/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=519132 CPUtime=32.03 cores=1,3,5,7
/proc/16050/stat : 16050 (python) S 16048 16050 15646 0 -1 4202496 100764 932 1 0 3178 25 0 0 19 0 3 0 985859402 531591168 62097 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16050/statm: 129783 62097 1878 364 0 65698 0
[pid=16057] ppid=16050 vsize=508876 CPUtime=0.12 cores=1,3,5,7
/proc/16057/stat : 16057 (python) S 16050 16050 15646 0 -1 4202560 1149 0 0 0 6 6 0 0 19 0 2 0 985862613 521089024 60630 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16057/statm: 127219 60630 414 364 0 63137 0
[pid=16059] ppid=16057 vsize=65092 CPUtime=100.09 cores=1,3,5,7
/proc/16059/stat : 16059 (lingeling) T 16057 16059 16059 0 -1 4202496 37372 0 0 0 10003 6 0 0 25 0 1 0 985862613 66654208 15437 33554432000 4194304 4352236 140734107090208 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/16059/statm: 16273 15437 129 39 0 15353 0
[pid=16057/tid=16062] ppid=16050 vsize=508876 CPUtime=0 cores=1,3,5,7
/proc/16057/task/16062/stat : 16062 (python) S 16050 16050 15646 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985872625 521089024 60630 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471152760128 0 0 -1 3 0 0 0
[pid=16063] ppid=16050 vsize=508888 CPUtime=0.14 cores=1,3,5,7
/proc/16063/stat : 16063 (python) S 16050 16050 15646 0 -1 4202560 948 0 0 0 6 8 0 0 15 0 1 0 985872627 521101312 60585 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895510598 0 0 16781312 514 4578753450447175944 0 0 17 7 0 0 0
/proc/16063/statm: 127222 60585 370 364 0 63137 0
[pid=16065] ppid=16063 vsize=279764 CPUtime=90.03 cores=1,3,5,7
/proc/16065/stat : 16065 (cryptominisat-2) R 16063 16065 16065 0 -1 4202496 88233 0 0 0 8989 14 0 0 25 0 1 0 985872628 286478336 60520 33554432000 4194304 4677096 140736741784784 18446744073709551615 4319747 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16065/statm: 69941 60520 393 118 0 64900 0
[pid=16050/tid=16058] ppid=16048 vsize=519132 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16058/stat : 16058 (python) S 16048 16050 15646 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 985862613 531591168 62097 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
[pid=16050/tid=16064] ppid=16048 vsize=519132 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16064/stat : 16064 (python) S 16048 16050 15646 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 3 0 985872628 531591168 62097 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 1881752

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 16069
/proc/meminfo: memFree=23619980/32950928 swapFree=67054844/67111528

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

/proc/16122/task/16129/stat : 16129 (python) S 16050 16050 15646 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 986047820 531603456 60619 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471135929280 0 0 -1 1 0 0 0
[pid=16130] ppid=16050 vsize=529400 CPUtime=1.68 cores=1,3,5,7
/proc/16130/stat : 16130 (python) S 16050 16050 15646 0 -1 4202560 1167 0 0 0 88 80 0 0 18 0 2 0 986047821 542105600 60623 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16130/statm: 132350 60623 399 364 0 68259 0
[pid=16132] ppid=16130 vsize=114396 CPUtime=1266.48 cores=1,3,5,7
/proc/16132/stat : 16132 (lingeling) T 16130 16132 16132 0 -1 4202496 390606 0 0 0 126609 39 0 0 25 0 1 0 986047822 117141504 27768 33554432000 4194304 4352236 140734534096864 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16132/statm: 28599 27768 129 39 0 27679 0
[pid=16130/tid=16152] ppid=16050 vsize=529400 CPUtime=0 cores=1,3,5,7
/proc/16130/task/16152/stat : 16152 (python) S 16050 16050 15646 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 986106491 542105600 60623 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471133284288 0 0 -1 1 0 0 0
[pid=16153] ppid=16050 vsize=539656 CPUtime=0.35 cores=1,3,5,7
/proc/16153/stat : 16153 (python) S 16050 16050 15646 0 -1 4202560 1146 0 0 0 18 17 0 0 18 0 2 0 986106492 552607744 60627 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16153/statm: 134914 60627 399 364 0 70820 0
[pid=16155] ppid=16153 vsize=70316 CPUtime=290.79 cores=1,3,5,7
/proc/16155/stat : 16155 (lingeling) R 16153 16155 16155 0 -1 4202496 65743 0 0 0 29071 8 0 0 25 0 1 0 986106493 72003584 16747 33554432000 4194304 4352236 140737359239008 18446744073709551615 4328392 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16155/statm: 17579 16747 129 39 0 16659 0
[pid=16153/tid=16158] ppid=16050 vsize=539656 CPUtime=0 cores=1,3,5,7
/proc/16153/task/16158/stat : 16158 (python) S 16050 16050 15646 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 986116506 552607744 60627 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471133746432 0 0 -1 1 0 0 0
[pid=16050/tid=16058] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16058/stat : 16058 (python) S 16048 16050 15646 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 6 0 985862613 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
[pid=16050/tid=16064] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16064/stat : 16064 (python) S 16048 16050 15646 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 6 0 985872628 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
[pid=16050/tid=16123] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16123/stat : 16123 (python) S 16048 16050 15646 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 6 0 986037807 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 5 0 0 0
[pid=16050/tid=16131] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16131/stat : 16131 (python) S 16048 16050 15646 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 6 0 986047822 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 5 0 0 0
[pid=16050/tid=16154] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16154/stat : 16154 (python) S 16048 16050 15646 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 6 0 986106493 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4908.48
Current children cumulated vsize (KiB) 3900684

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/192 16265
/proc/meminfo: memFree=23584496/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=549900 CPUtime=32.16 cores=1,3,5,7
/proc/16050/stat : 16050 (python) S 16048 16050 15646 0 -1 4202496 103752 932 1 0 3188 28 0 0 18 0 6 0 985859402 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16050/statm: 137475 62115 1884 364 0 73381 0
[pid=16057] ppid=16050 vsize=508876 CPUtime=1.5 cores=1,3,5,7
/proc/16057/stat : 16057 (python) S 16050 16050 15646 0 -1 4202560 1212 0 0 0 83 67 0 0 18 0 2 0 985862613 521089024 60631 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16057/statm: 127219 60631 415 364 0 63137 0
[pid=16059] ppid=16057 vsize=108772 CPUtime=1266.28 cores=1,3,5,7
/proc/16059/stat : 16059 (lingeling) T 16057 16059 16059 0 -1 4202496 403721 0 0 0 126579 49 0 0 25 0 1 0 985862613 111382528 26362 33554432000 4194304 4352236 140734107090208 18446744073709551615 4235610 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16059/statm: 27193 26362 129 39 0 26273 0
[pid=16057/tid=16062] ppid=16050 vsize=508876 CPUtime=0 cores=1,3,5,7
/proc/16057/task/16062/stat : 16062 (python) S 16050 16050 15646 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 985872625 521089024 60631 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471152760128 0 0 -1 3 0 0 0
[pid=16063] ppid=16050 vsize=508888 CPUtime=2.74 cores=1,3,5,7
/proc/16063/stat : 16063 (python) S 16050 16050 15646 0 -1 4202560 1230 0 0 0 146 128 0 0 15 0 2 0 985872627 521101312 60616 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16063/statm: 127222 60616 400 364 0 63137 0
[pid=16065] ppid=16063 vsize=317444 CPUtime=1946.25 cores=1,3,5,7
/proc/16065/stat : 16065 (cryptominisat-2) T 16063 16065 16065 0 -1 4202496 409600 0 0 0 194526 99 0 0 25 0 1 0 985872628 325062656 72091 33554432000 4194304 4677096 140736741784784 18446744073709551615 4320231 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/16065/statm: 79361 72091 393 118 0 74320 0
[pid=16063/tid=16079] ppid=16050 vsize=508888 CPUtime=0 cores=1,3,5,7
/proc/16063/task/16079/stat : 16079 (python) S 16050 16050 15646 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 985921187 521101312 60616 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604454223473344 0 0 -1 3 0 0 0
[pid=16122] ppid=16050 vsize=519144 CPUtime=0.14 cores=1,3,5,7
/proc/16122/stat : 16122 (python) S 16050 16050 15646 0 -1 4202560 1099 0 0 0 7 7 0 0 19 0 2 0 986037806 531603456 60619 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16122/statm: 129786 60619 399 364 0 65698 0
[pid=16124] ppid=16122 vsize=133892 CPUtime=100.11 cores=1,3,5,7
/proc/16124/stat : 16124 (SApperloT-base) T 16122 16124 16124 0 -1 4202496 32654 0 0 0 10006 5 0 0 25 0 1 0 986037807 137105408 31906 33554432000 134512640 135674940 4290101008 18446744073709551615 134564247 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16124/statm: 33473 31906 100 284 0 33187 0
[pid=16122/tid=16129] ppid=16050 vsize=519144 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (python) S 16050 16050 15646 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 986047820 531603456 60619 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471135929280 0 0 -1 1 0 0 0
[pid=16130] ppid=16050 vsize=529400 CPUtime=1.68 cores=1,3,5,7
/proc/16130/stat : 16130 (python) S 16050 16050 15646 0 -1 4202560 1167 0 0 0 88 80 0 0 18 0 2 0 986047821 542105600 60623 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16130/statm: 132350 60623 399 364 0 68259 0
[pid=16132] ppid=16130 vsize=114396 CPUtime=1266.48 cores=1,3,5,7
/proc/16132/stat : 16132 (lingeling) T 16130 16132 16132 0 -1 4202496 390606 0 0 0 126609 39 0 0 25 0 1 0 986047822 117141504 27768 33554432000 4194304 4352236 140734534096864 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16132/statm: 28599 27768 129 39 0 27679 0
[pid=16130/tid=16152] ppid=16050 vsize=529400 CPUtime=0 cores=1,3,5,7
/proc/16130/task/16152/stat : 16152 (python) S 16050 16050 15646 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 986106491 542105600 60623 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471133284288 0 0 -1 1 0 0 0
[pid=16153] ppid=16050 vsize=539656 CPUtime=0.43 cores=1,3,5,7
/proc/16153/stat : 16153 (python) S 16050 16050 15646 0 -1 4202560 1149 0 0 0 22 21 0 0 18 0 2 0 986106492 552607744 60627 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16153/statm: 134914 60627 399 364 0 70820 0
[pid=16155] ppid=16153 vsize=71240 CPUtime=350.79 cores=1,3,5,7
/proc/16155/stat : 16155 (lingeling) R 16153 16155 16155 0 -1 4202496 94864 0 0 0 35067 12 0 0 25 0 1 0 986106493 72949760 16978 33554432000 4194304 4352236 140737359239008 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16155/statm: 17810 16978 129 39 0 16890 0
[pid=16153/tid=16158] ppid=16050 vsize=539656 CPUtime=0 cores=1,3,5,7
/proc/16153/task/16158/stat : 16158 (python) S 16050 16050 15646 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 986116506 552607744 60627 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471133746432 0 0 -1 1 0 0 0
[pid=16050/tid=16058] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16058/stat : 16058 (python) S 16048 16050 15646 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 6 0 985862613 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
[pid=16050/tid=16064] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16064/stat : 16064 (python) S 16048 16050 15646 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 6 0 985872628 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
[pid=16050/tid=16123] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16123/stat : 16123 (python) S 16048 16050 15646 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 6 0 986037807 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 5 0 0 0
[pid=16050/tid=16131] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16131/stat : 16131 (python) S 16048 16050 15646 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 6 0 986047822 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 5 0 0 0
[pid=16050/tid=16154] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16154/stat : 16154 (python) S 16048 16050 15646 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 6 0 986106493 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4968.56
Current children cumulated vsize (KiB) 3901608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.8 s]
/proc/loadavg: 1.00 1.00 1.12 2/192 16266
/proc/meminfo: memFree=23584220/32950928 swapFree=67054844/67111528
[pid=16050] ppid=16048 vsize=549900 CPUtime=32.16 cores=1,3,5,7
/proc/16050/stat : 16050 (python) S 16048 16050 15646 0 -1 4202496 103752 932 1 0 3188 28 0 0 18 0 6 0 985859402 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16050/statm: 137475 62115 1884 364 0 73381 0
[pid=16057] ppid=16050 vsize=508876 CPUtime=1.5 cores=1,3,5,7
/proc/16057/stat : 16057 (python) S 16050 16050 15646 0 -1 4202560 1212 0 0 0 83 67 0 0 18 0 2 0 985862613 521089024 60631 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16057/statm: 127219 60631 415 364 0 63137 0
[pid=16059] ppid=16057 vsize=108772 CPUtime=1266.28 cores=1,3,5,7
/proc/16059/stat : 16059 (lingeling) T 16057 16059 16059 0 -1 4202496 403721 0 0 0 126579 49 0 0 25 0 1 0 985862613 111382528 26362 33554432000 4194304 4352236 140734107090208 18446744073709551615 4235610 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16059/statm: 27193 26362 129 39 0 26273 0
[pid=16057/tid=16062] ppid=16050 vsize=508876 CPUtime=0 cores=1,3,5,7
/proc/16057/task/16062/stat : 16062 (python) S 16050 16050 15646 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 985872625 521089024 60631 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471152760128 0 0 -1 3 0 0 0
[pid=16063] ppid=16050 vsize=508888 CPUtime=2.74 cores=1,3,5,7
/proc/16063/stat : 16063 (python) S 16050 16050 15646 0 -1 4202560 1230 0 0 0 146 128 0 0 15 0 2 0 985872627 521101312 60616 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16063/statm: 127222 60616 400 364 0 63137 0
[pid=16065] ppid=16063 vsize=317444 CPUtime=1946.25 cores=1,3,5,7
/proc/16065/stat : 16065 (cryptominisat-2) T 16063 16065 16065 0 -1 4202496 409600 0 0 0 194526 99 0 0 25 0 1 0 985872628 325062656 72091 33554432000 4194304 4677096 140736741784784 18446744073709551615 4320231 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/16065/statm: 79361 72091 393 118 0 74320 0
[pid=16063/tid=16079] ppid=16050 vsize=508888 CPUtime=0 cores=1,3,5,7
/proc/16063/task/16079/stat : 16079 (python) S 16050 16050 15646 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 985921187 521101312 60616 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604454223473344 0 0 -1 3 0 0 0
[pid=16122] ppid=16050 vsize=519144 CPUtime=0.14 cores=1,3,5,7
/proc/16122/stat : 16122 (python) S 16050 16050 15646 0 -1 4202560 1099 0 0 0 7 7 0 0 19 0 2 0 986037806 531603456 60619 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16122/statm: 129786 60619 399 364 0 65698 0
[pid=16124] ppid=16122 vsize=133892 CPUtime=100.11 cores=1,3,5,7
/proc/16124/stat : 16124 (SApperloT-base) T 16122 16124 16124 0 -1 4202496 32654 0 0 0 10006 5 0 0 25 0 1 0 986037807 137105408 31906 33554432000 134512640 135674940 4290101008 18446744073709551615 134564247 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16124/statm: 33473 31906 100 284 0 33187 0
[pid=16122/tid=16129] ppid=16050 vsize=519144 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (python) S 16050 16050 15646 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 986047820 531603456 60619 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471135929280 0 0 -1 1 0 0 0
[pid=16130] ppid=16050 vsize=529400 CPUtime=1.68 cores=1,3,5,7
/proc/16130/stat : 16130 (python) S 16050 16050 15646 0 -1 4202560 1167 0 0 0 88 80 0 0 18 0 2 0 986047821 542105600 60623 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16130/statm: 132350 60623 399 364 0 68259 0
[pid=16132] ppid=16130 vsize=114396 CPUtime=1266.48 cores=1,3,5,7
/proc/16132/stat : 16132 (lingeling) T 16130 16132 16132 0 -1 4202496 390606 0 0 0 126609 39 0 0 25 0 1 0 986047822 117141504 27768 33554432000 4194304 4352236 140734534096864 18446744073709551615 4328116 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/16132/statm: 28599 27768 129 39 0 27679 0
[pid=16130/tid=16152] ppid=16050 vsize=529400 CPUtime=0 cores=1,3,5,7
/proc/16130/task/16152/stat : 16152 (python) S 16050 16050 15646 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 986106491 542105600 60623 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471133284288 0 0 -1 1 0 0 0
[pid=16153] ppid=16050 vsize=539656 CPUtime=0.46 cores=1,3,5,7
/proc/16153/stat : 16153 (python) S 16050 16050 15646 0 -1 4202560 1149 0 0 0 24 22 0 0 18 0 2 0 986106492 552607744 60627 33554432000 4194304 5683644 140737088227904 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16153/statm: 134914 60627 399 364 0 70820 0
[pid=16155] ppid=16153 vsize=71752 CPUtime=382.29 cores=1,3,5,7
/proc/16155/stat : 16155 (lingeling) R 16153 16155 16155 0 -1 4202496 97040 0 0 0 38217 12 0 0 25 0 1 0 986106493 73474048 17106 33554432000 4194304 4352236 140737359239008 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16155/statm: 17938 17106 129 39 0 17018 0
[pid=16153/tid=16158] ppid=16050 vsize=539656 CPUtime=0 cores=1,3,5,7
/proc/16153/task/16158/stat : 16158 (python) S 16050 16050 15646 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 986116506 552607744 60627 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 514 18446604471133746432 0 0 -1 1 0 0 0
[pid=16050/tid=16058] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16058/stat : 16058 (python) S 16048 16050 15646 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 6 0 985862613 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
[pid=16050/tid=16064] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16064/stat : 16064 (python) S 16048 16050 15646 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 6 0 985872628 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 7 0 0 0
[pid=16050/tid=16123] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16123/stat : 16123 (python) S 16048 16050 15646 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 6 0 986037807 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 5 0 0 0
[pid=16050/tid=16131] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16131/stat : 16131 (python) S 16048 16050 15646 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 6 0 986047822 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 5 0 0 0
[pid=16050/tid=16154] ppid=16048 vsize=549900 CPUtime=0 cores=1,3,5,7
/proc/16050/task/16154/stat : 16154 (python) S 16048 16050 15646 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 6 0 986106493 563097600 62115 33554432000 4194304 5683644 140737088227904 18446744073709551615 231907314097 0 0 16781312 2 18446604460246398272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 3902120

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 16050 and gives
#  childrusage.ru_utime.tv_sec=31
#  childrusage.ru_utime.tv_usec=881153
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=294955
# CPU time returned by wait4() is 32.1761
# while last known CPU time is 5000.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.85
CPU time (s): 5000.09
CPU user time (s): 4994.73
CPU system time (s): 5.36
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 4102976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.8812
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104686
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= 1016
involuntary context switches= 101

runsolver used 7.82881 second user time and 20.2419 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-13 11:11:27
IDJOB=3498499
IDBENCH=84806
IDSOLVER=1991
FILE ID=node114/3498499-1307956287
RUNJOBID= node114-1307953126-15665
PBS_JOBID= 13559714
Free space on /var/tmp= 2828 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.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-3498499-1307956287/watcher-3498499-1307956287 -o /var/tmp/evaluation-result-3498499-1307956287/solver-3498499-1307956287 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498499-1307956287.cnf -seed 519159922 -budget 5000

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=519159922

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.73
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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.74
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.848
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:      24226548 kB
Buffers:         31176 kB
Cached:        8015476 kB
SwapCached:      10332 kB
Active:         455720 kB
Inactive:      7899516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24226548 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:           52412 kB
Writeback:           0 kB
AnonPages:      306212 kB
Mapped:          19172 kB
Slab:           299284 kB
PageTables:       7768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   743492 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= 2832 MiB
End job on node114 at 2011-06-13 12:34:43