Trace number 3498267

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.07 5018.66

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark168.225
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data

0.59/25.54	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.59/25.54	c INFO: solving HOME/instance-3498267-1307953114.cnf
0.59/25.54	c INFO: computing task features
1.03/26.04	c INFO: computed variable-clause graph statistics
1.03/26.06	c INFO: computed clause balance statistics
3.44/28.43	c INFO: computed variable balance statistics
5.24/30.20	c INFO: computed small-clause counts
5.24/30.22	c INFO: computed Horn-clause counts
6.95/31.97	c INFO: computed variable graph statistics
6.95/31.97	c INFO: collected features for HOME/instance-3498267-1307953114.cnf in 6.41 s
7.03/32.00	c INFO: running lingeling-276@0 for 97 with 4993 remaining (b = 0.31)
107.21/132.13	c INFO: running cryptominisat-2.9.0@0 for 485 with 4893 remaining (b = 0.31)
597.31/621.65	c INFO: running lingeling-276@100 for 1164 with 4404 remaining (b = 0.45)
1764.95/1787.80	c INFO: running SApperloT@0 for 97 with 3238 remaining (b = 0.16)
1865.14/1887.92	c INFO: running cryptominisat-2.9.0@488 for 97 with 3138 remaining (b = 0.10)
1961.08/1983.77	c INFO: running lingeling-276@0 for 97 with 3042 remaining (b = 0.15)
2061.38/2083.90	c INFO: running lingeling-276@100 for 194 with 2942 remaining (b = 0.17)
2252.82/2275.10	c INFO: running lingeling-276@0 for 291 with 2751 remaining (b = 0.21)
2545.48/2567.46	c INFO: running precosat-570@0 for 291 with 2458 remaining (b = 0.17)
2838.27/2859.81	c INFO: running cryptominisat-2.9.0@0 for 485 with 2166 remaining (b = 0.20)
3324.83/3345.75	c INFO: running cryptominisat-2.9.0@485 for 97 with 1681 remaining (b = 0.05)
3426.06/3446.87	c INFO: running precosat-570@292 for 97 with 1580 remaining (b = 0.05)
3523.42/3544.00	c INFO: running lingeling-276@291 for 97 with 1482 remaining (b = 0.05)
3620.64/3641.12	c INFO: running lingeling-276@0 for 97 with 1385 remaining (b = 0.05)
3720.86/3741.26	c INFO: running cryptominisat-2.9.0@584 for 1285 with 1285 remaining (b = 0.34)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.15 0.03 0.01 1/174 20268
/proc/meminfo: memFree=6184824/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/20268/stat : 20268 (runsolver) S 20265 20268 20225 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 887727738 12087296 55 33554432000 4194304 5436572 140735687447968 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699199166 0 0 17 0 0 0 0
/proc/20268/statm: 2951 55 36 304 0 2643 0

[startup+0.0536769 s]
/proc/loadavg: 0.15 0.03 0.01 1/174 20268
/proc/meminfo: memFree=6184824/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=1840 CPUtime=0 cores=0,2,4,6
/proc/20268/stat : 20268 (python) D 20265 20268 20225 0 -1 4194304 47 0 0 0 0 0 0 0 17 0 1 0 887727738 1884160 1 33554432000 0 0 140733413500547 18446744073709551615 5057063 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/20268/statm: 460 1 0 0 0 36 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1840

[startup+0.100784 s]
/proc/loadavg: 0.15 0.03 0.01 1/174 20268
/proc/meminfo: memFree=6184824/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=14252 CPUtime=0 cores=0,2,4,6
/proc/20268/stat : 20268 (python) D 20265 20268 20225 0 -1 4194304 193 0 2 0 0 0 0 0 17 0 1 0 887727738 14594048 130 33554432000 4194304 5683644 140733413492608 18446744073709551615 5398816 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 3
/proc/20268/statm: 3563 130 102 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.300683 s]
/proc/loadavg: 0.15 0.03 0.01 1/174 20268
/proc/meminfo: memFree=6184824/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=15388 CPUtime=0 cores=0,2,4,6
/proc/20268/stat : 20268 (python) D 20265 20268 20225 0 -1 4202496 804 0 7 0 0 0 0 0 17 0 1 0 887727738 15757312 696 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338383616 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 6
/proc/20268/statm: 3847 696 334 364 0 334 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15388

[startup+0.700536 s]
/proc/loadavg: 0.15 0.03 0.01 1/174 20268
/proc/meminfo: memFree=6184824/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/20268/stat : 20268 (python) S 20265 20268 20225 0 -1 4202496 921 0 7 0 0 0 0 0 16 0 1 0 887727738 16158720 807 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338379621 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 35
/proc/20268/statm: 3945 807 356 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+1.50041 s]
/proc/loadavg: 0.15 0.03 0.01 1/178 20272
/proc/meminfo: memFree=6179424/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=16400 CPUtime=0.01 cores=0,2,4,6
/proc/20268/stat : 20268 (python) S 20265 20268 20225 0 -1 4202496 1111 0 7 0 1 0 0 0 15 0 1 0 887727738 16793600 985 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338379621 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 54
/proc/20268/statm: 4100 985 409 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+3.1011 s]
/proc/loadavg: 0.15 0.03 0.01 1/178 20272
/proc/meminfo: memFree=6177072/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=16540 CPUtime=0.01 cores=0,2,4,6
/proc/20268/stat : 20268 (python) S 20265 20268 20225 0 -1 4202496 1178 0 7 0 1 0 0 0 15 0 1 0 887727738 16936960 1046 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338379621 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 62
/proc/20268/statm: 4135 1046 417 364 0 622 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16540
heavy processes:

[startup+6.30046 s]
/proc/loadavg: 0.21 0.05 0.02 1/178 20272
/proc/meminfo: memFree=6175896/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=25320 CPUtime=0.05 cores=0,2,4,6
/proc/20268/stat : 20268 (python) D 20265 20268 20225 0 -1 4202496 1338 0 11 0 4 1 0 0 16 0 1 0 887727738 25927680 1194 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338379621 0 0 16781312 2 0 0 0 17 6 0 0 100
/proc/20268/statm: 6330 1194 438 364 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25320
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 0.36 0.08 0.03 1/178 20272
/proc/meminfo: memFree=6169992/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=50016 CPUtime=0.09 cores=0,2,4,6
/proc/20268/stat : 20268 (python) S 20265 20268 20225 0 -1 4202496 1936 0 18 0 6 3 0 0 16 0 1 0 887727738 51216384 1717 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 160
/proc/20268/statm: 12504 1717 476 364 0 1204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50016
heavy processes:

[startup+25.5007 s]
/proc/loadavg: 0.50 0.12 0.04 1/178 20281
/proc/meminfo: memFree=6108776/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=268644 CPUtime=0.59 cores=0,2,4,6
/proc/20268/stat : 20268 (python) S 20265 20268 20225 0 -1 4202496 8745 923 116 8 35 24 0 0 16 0 1 0 887727738 275091456 6624 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 390
/proc/20268/statm: 67161 6624 1705 364 0 5292 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 268644
heavy processes:

[startup+51.1006 s]
/proc/loadavg: 1.01 0.27 0.09 3/181 20284
/proc/meminfo: memFree=5979864/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=318640 CPUtime=7.03 cores=0,2,4,6
/proc/20268/stat : 20268 (python) S 20265 20268 20225 0 -1 4202496 21633 923 118 8 678 25 0 0 19 0 2 0 887727738 326287360 14530 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 391
/proc/20268/statm: 79660 14530 1875 364 0 15578 0
[pid=20282] ppid=20268 vsize=308396 CPUtime=0.02 cores=0,2,4,6
/proc/20282/stat : 20282 (python) S 20268 20268 20225 0 -1 4202560 967 0 0 0 1 1 0 0 18 0 1 0 887730938 315797504 13032 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338403855 0 0 16781312 514 13739479708502819076 0 0 17 2 0 0 0
/proc/20282/statm: 77099 13032 381 364 0 13017 0
[pid=20284] ppid=20282 vsize=16352 CPUtime=19.08 cores=0,2,4,6
/proc/20284/stat : 20284 (lingeling) R 20282 20284 20284 0 -1 4202496 6599 0 0 0 1908 0 0 0 25 0 1 0 887730939 16744448 3003 33554432000 4194304 4352236 140736231791024 18446744073709551615 4277029 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20284/statm: 4088 3003 129 39 0 3168 0
[pid=20268/tid=20283] ppid=20265 vsize=318640 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20283/stat : 20283 (python) S 20265 20268 20225 0 -1 4202560 28 923 0 8 0 0 0 0 19 0 2 0 887730939 326287360 14530 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 26.13
Current children cumulated vsize (KiB) 643388
heavy processes:

[startup+102.306 s]
/proc/loadavg: 1.61 0.55 0.19 3/181 20332
/proc/meminfo: memFree=5102240/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=318640 CPUtime=7.03 cores=0,2,4,6
/proc/20268/stat : 20268 (python) S 20265 20268 20225 0 -1 4202496 21633 923 118 8 678 25 0 0 19 0 2 0 887727738 326287360 14530 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 391
/proc/20268/statm: 79660 14530 1875 364 0 15578 0
[pid=20282] ppid=20268 vsize=308396 CPUtime=0.07 cores=0,2,4,6
/proc/20282/stat : 20282 (python) S 20268 20268 20225 0 -1 4202560 983 0 0 0 4 3 0 0 18 0 1 0 887730938 315797504 13032 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338403855 0 0 16781312 514 13739479708502819076 0 0 17 2 0 0 0
/proc/20282/statm: 77099 13032 381 364 0 13017 0
[pid=20284] ppid=20282 vsize=24392 CPUtime=70.29 cores=0,2,4,6
/proc/20284/stat : 20284 (lingeling) R 20282 20284 20284 0 -1 4202496 9184 0 0 0 7029 0 0 0 25 0 1 0 887730939 24977408 5268 33554432000 4194304 4352236 140736231791024 18446744073709551615 4327857 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20284/statm: 6098 5268 129 39 0 5178 0
[pid=20268/tid=20283] ppid=20265 vsize=318640 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20283/stat : 20283 (python) S 20265 20268 20225 0 -1 4202560 28 923 0 8 0 0 0 0 19 0 2 0 887730939 326287360 14530 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 77.39
Current children cumulated vsize (KiB) 651428
heavy processes:

[startup+162.301 s]
/proc/loadavg: 1.85 0.81 0.30 3/185 20337
/proc/meminfo: memFree=4922728/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=328896 CPUtime=7.06 cores=0,2,4,6
/proc/20268/stat : 20268 (python) S 20265 20268 20225 0 -1 4202496 22412 923 118 8 680 26 0 0 20 0 3 0 887727738 336789504 14537 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 391
/proc/20268/statm: 82224 14537 1878 364 0 18139 0
[pid=20282] ppid=20268 vsize=318640 CPUtime=0.11 cores=0,2,4,6
/proc/20282/stat : 20282 (python) S 20268 20268 20225 0 -1 4202560 1152 0 0 0 6 5 0 0 19 0 2 0 887730938 326287360 13070 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20282/statm: 79660 13070 414 364 0 15578 0
[pid=20284] ppid=20282 vsize=24388 CPUtime=100.09 cores=0,2,4,6
/proc/20284/stat : 20284 (lingeling) T 20282 20284 20284 0 -1 4202496 9184 0 0 0 10009 0 0 0 25 0 1 0 887730939 24973312 5267 33554432000 4194304 4352236 140736231791024 18446744073709551615 4328022 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/20284/statm: 6097 5267 129 39 0 5177 0
[pid=20282/tid=20333] ppid=20268 vsize=318640 CPUtime=0 cores=0,2,4,6
/proc/20282/task/20333/stat : 20333 (python) S 20268 20268 20225 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887740949 326287360 13070 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604453962203200 0 0 -1 4 0 0 0
[pid=20334] ppid=20268 vsize=318652 CPUtime=0.03 cores=0,2,4,6
/proc/20334/stat : 20334 (python) S 20268 20268 20225 0 -1 4202560 930 0 0 0 2 1 0 0 15 0 1 0 887740951 326299648 13025 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338403910 0 0 16781312 514 12093691125924069636 0 0 17 4 0 0 0
/proc/20334/statm: 79663 13025 370 364 0 15578 0
[pid=20336] ppid=20334 vsize=212952 CPUtime=30.14 cores=0,2,4,6
/proc/20336/stat : 20336 (cryptominisat-2) R 20334 20336 20336 0 -1 4202496 56944 0 1 0 3007 7 0 0 25 0 1 0 887740952 218062848 44139 33554432000 4194304 4677096 140736498758608 18446744073709551615 4502926 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20336/statm: 53238 44139 393 118 0 48197 0
[pid=20268/tid=20283] ppid=20265 vsize=328896 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20283/stat : 20283 (python) S 20265 20268 20225 0 -1 4202560 28 923 0 8 0 0 0 0 19 0 3 0 887730939 336789504 14537 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
[pid=20268/tid=20335] ppid=20265 vsize=328896 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20335/stat : 20335 (python) S 20265 20268 20225 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 3 0 887740952 336789504 14537 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 137.43
Current children cumulated vsize (KiB) 1203528

[startup+222.301 s]
/proc/loadavg: 1.94 1.03 0.41 3/185 20339
/proc/meminfo: memFree=4859868/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=328896 CPUtime=7.06 cores=0,2,4,6
/proc/20268/stat : 20268 (python) S 20265 20268 20225 0 -1 4202496 22412 923 118 8 680 26 0 0 20 0 3 0 887727738 336789504 14537 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 391
/proc/20268/statm: 82224 14537 1878 364 0 18139 0
[pid=20282] ppid=20268 vsize=318640 CPUtime=0.11 cores=0,2,4,6
/proc/20282/stat : 20282 (python) S 20268 20268 20225 0 -1 4202560 1152 0 0 0 6 5 0 0 19 0 2 0 887730938 326287360 13070 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20282/statm: 79660 13070 414 364 0 15578 0
[pid=20284] ppid=20282 vsize=24388 CPUtime=100.09 cores=0,2,4,6
/proc/20284/stat : 20284 (lingeling) T 20282 20284 20284 0 -1 4202496 9184 0 0 0 10009 0 0 0 25 0 1 0 887730939 24973312 5267 33554432000 4194304 4352236 140736231791024 18446744073709551615 4328022 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/20284/statm: 6097 5267 129 39 0 5177 0
[pid=20282/tid=20333] ppid=20268 vsize=318640 CPUtime=0 cores=0,2,4,6
/proc/20282/task/20333/stat : 20333 (python) S 20268 20268 20225 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887740949 326287360 13070 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604453962203200 0 0 -1 4 0 0 0
[pid=20334] ppid=20268 vsize=318652 CPUtime=0.12 cores=0,2,4,6
/proc/20334/stat : 20334 (python) S 20268 20268 20225 0 -1 4202560 958 0 0 0 7 5 0 0 15 0 1 0 887740951 326299648 13026 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338403910 0 0 16781312 514 13739479708502819076 0 0 17 4 0 0 0
/proc/20334/statm: 79663 13026 371 364 0 15578 0
[pid=20336] ppid=20334 vsize=347708 CPUtime=90.15 cores=0,2,4,6
/proc/20336/stat : 20336 (cryptominisat-2) R 20334 20336 20336 0 -1 4202496 101678 0 1 0 9000 15 0 0 25 0 1 0 887740952 356052992 59870 33554432000 4194304 4677096 140736498758608 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20336/statm: 86927 59870 393 118 0 81886 0
[pid=20268/tid=20283] ppid=20265 vsize=328896 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20283/stat : 20283 (python) S 20265 20268 20225 0 -1 4202560 28 923 0 8 0 0 0 0 19 0 3 0 887730939 336789504 14537 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
[pid=20268/tid=20335] ppid=20265 vsize=328896 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20335/stat : 20335 (python) S 20265 20268 20225 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 3 0 887740952 336789504 14537 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0

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

[pid=20444] ppid=20268 vsize=339164 CPUtime=0.47 cores=0,2,4,6
/proc/20444/stat : 20444 (python) S 20268 20268 20225 0 -1 4202560 1169 0 0 0 28 19 0 0 18 0 2 0 887926116 347303936 13063 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20444/statm: 84791 13063 399 364 0 20700 0
[pid=20446] ppid=20444 vsize=28236 CPUtime=388.41 cores=0,2,4,6
/proc/20446/stat : 20446 (lingeling) T 20444 20446 20446 0 -1 4202496 10531 0 0 0 38840 1 0 0 25 0 1 0 887926116 28913664 5974 33554432000 4194304 4352236 140736745171648 18446744073709551615 4222658 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20446/statm: 7059 5974 129 39 0 6139 0
[pid=20444/tid=20449] ppid=20268 vsize=339164 CPUtime=0 cores=0,2,4,6
/proc/20444/task/20449/stat : 20449 (python) S 20268 20268 20225 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 887936127 347303936 13063 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604453934152512 0 0 -1 0 0 0 0
[pid=20456] ppid=20268 vsize=349420 CPUtime=0.39 cores=0,2,4,6
/proc/20456/stat : 20456 (python) S 20268 20268 20225 0 -1 4202560 1159 0 0 0 22 17 0 0 19 0 2 0 887955248 357806080 13067 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20456/statm: 87355 13067 399 364 0 23261 0
[pid=20458] ppid=20456 vsize=27828 CPUtime=292.32 cores=0,2,4,6
/proc/20458/stat : 20458 (lingeling) T 20456 20458 20458 0 -1 4202496 12416 0 0 0 29230 2 0 0 25 0 1 0 887955249 28495872 6127 33554432000 4194304 4352236 140733390334592 18446744073709551615 4278781 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/20458/statm: 6957 6127 129 39 0 6037 0
[pid=20456/tid=20475] ppid=20268 vsize=349420 CPUtime=0 cores=0,2,4,6
/proc/20456/task/20475/stat : 20475 (python) S 20268 20268 20225 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 887984482 357806080 13067 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604440278879104 0 0 -1 4 0 0 0
[pid=20476] ppid=20268 vsize=359676 CPUtime=0.52 cores=0,2,4,6
/proc/20476/stat : 20476 (python) S 20268 20268 20225 0 -1 4202560 1154 0 0 0 31 21 0 0 18 0 2 0 887984484 368308224 13071 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20476/statm: 89919 13071 399 364 0 25822 0
[pid=20478] ppid=20476 vsize=81992 CPUtime=389.45 cores=0,2,4,6
/proc/20478/stat : 20478 (precosat) T 20476 20478 20478 0 -1 4202496 20781 0 0 0 38943 2 0 0 25 0 1 0 887984485 83959808 19934 33554432000 4194304 4890832 140734365671504 18446744073709551615 4273674 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/20478/statm: 20498 19934 86 171 0 20325 0
[pid=20476/tid=20487] ppid=20268 vsize=359676 CPUtime=0 cores=0,2,4,6
/proc/20476/task/20487/stat : 20487 (python) S 20268 20268 20225 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 888013718 368308224 13071 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604453965058432 0 0 -1 2 0 0 0
[pid=20488] ppid=20268 vsize=369932 CPUtime=0.81 cores=0,2,4,6
/proc/20488/stat : 20488 (python) S 20268 20268 20225 0 -1 4202560 1185 0 0 0 47 34 0 0 15 0 2 0 888013720 378810368 13075 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20488/statm: 92483 13075 399 364 0 28383 0
[pid=20490] ppid=20488 vsize=581568 CPUtime=587.04 cores=0,2,4,6
/proc/20490/stat : 20490 (cryptominisat-2) T 20488 20490 20490 0 -1 4202496 382940 0 0 0 58635 69 0 0 25 0 1 0 888013720 595525632 111484 33554432000 4194304 4677096 140736277093296 18446744073709551615 4355205 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/20490/statm: 145392 111484 393 118 0 140351 0
[pid=20488/tid=20504] ppid=20268 vsize=369932 CPUtime=0 cores=0,2,4,6
/proc/20488/task/20504/stat : 20504 (python) S 20268 20268 20225 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 888062312 378810368 13075 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604453919791936 0 0 -1 2 0 0 0
[pid=20513] ppid=20268 vsize=380188 CPUtime=0.13 cores=0,2,4,6
/proc/20513/stat : 20513 (python) S 20268 20268 20225 0 -1 4202560 1158 0 0 0 7 6 0 0 19 0 2 0 888091851 389312512 13085 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20513/statm: 95047 13085 405 364 0 30944 0
[pid=20515] ppid=20513 vsize=22828 CPUtime=100.11 cores=0,2,4,6
/proc/20515/stat : 20515 (lingeling) T 20513 20515 20515 0 -1 4202496 7785 0 0 0 10010 1 0 0 25 0 1 0 888091851 23375872 4876 33554432000 4194304 4352236 140736847991424 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20515/statm: 5707 4876 129 39 0 4787 0
[pid=20513/tid=20519] ppid=20268 vsize=380188 CPUtime=0 cores=0,2,4,6
/proc/20513/task/20519/stat : 20519 (python) S 20268 20268 20225 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 888101863 389312512 13085 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604440278878208 0 0 -1 2 0 0 0
[pid=20268/tid=20283] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20283/stat : 20283 (python) S 20265 20268 20225 0 -1 4202560 32 923 0 8 0 0 0 0 18 0 9 0 887730939 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
[pid=20268/tid=20335] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20335/stat : 20335 (python) S 20265 20268 20225 0 -1 4202560 38 923 0 8 0 0 0 0 18 0 9 0 887740952 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
[pid=20268/tid=20436] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20436/stat : 20436 (python) S 20265 20268 20225 0 -1 4202560 32 923 0 8 0 0 0 0 20 0 9 0 887906518 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
[pid=20268/tid=20445] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20445/stat : 20445 (python) S 20265 20268 20225 0 -1 4202560 33 923 0 8 0 0 0 0 18 0 9 0 887926116 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
[pid=20268/tid=20457] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20457/stat : 20457 (python) S 20265 20268 20225 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 9 0 887955249 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 0 0 0 0
[pid=20268/tid=20477] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20477/stat : 20477 (python) S 20265 20268 20225 0 -1 4202560 33 923 0 8 0 0 0 0 18 0 9 0 887984484 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 0 0 0 0
[pid=20268/tid=20489] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20489/stat : 20489 (python) S 20265 20268 20225 0 -1 4202560 29 923 0 8 0 0 0 0 18 0 9 0 888013720 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 4 0 0 0
[pid=20268/tid=20514] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20514/stat : 20514 (python) S 20265 20268 20225 0 -1 4202560 30 923 0 8 0 0 0 0 20 0 9 0 888091851 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4943.68
Current children cumulated vsize (KiB) 4880628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5018.6 s]
/proc/loadavg: 1.01 1.00 1.00 2/212 20556
/proc/meminfo: memFree=13822312/32951124 swapFree=67054448/67111528
[pid=20268] ppid=20265 vsize=390432 CPUtime=7.26 cores=0,2,4,6
/proc/20268/stat : 20268 (python) S 20265 20268 20225 0 -1 4202496 28070 923 118 8 698 28 0 0 18 0 9 0 887727738 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 391
/proc/20268/statm: 97608 14573 1890 364 0 33505 0
[pid=20282] ppid=20268 vsize=318640 CPUtime=1.48 cores=0,2,4,6
/proc/20282/stat : 20282 (python) S 20268 20268 20225 0 -1 4202560 1206 0 0 0 85 63 0 0 18 0 2 0 887730938 326287360 13071 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20282/statm: 79660 13071 415 364 0 15578 0
[pid=20284] ppid=20282 vsize=43176 CPUtime=1266.28 cores=0,2,4,6
/proc/20284/stat : 20284 (lingeling) T 20282 20284 20284 0 -1 4202496 29629 0 0 0 126625 3 0 0 25 0 1 0 887730939 44212224 9964 33554432000 4194304 4352236 140736231791024 18446744073709551615 4329333 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20284/statm: 10794 9964 129 39 0 9874 0
[pid=20282/tid=20333] ppid=20268 vsize=318640 CPUtime=0 cores=0,2,4,6
/proc/20282/task/20333/stat : 20333 (python) S 20268 20268 20225 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 887740949 326287360 13071 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604453962203200 0 0 -1 4 0 0 0
[pid=20334] ppid=20268 vsize=318652 CPUtime=2.45 cores=0,2,4,6
/proc/20334/stat : 20334 (python) S 20268 20268 20225 0 -1 4202560 1173 0 0 0 138 107 0 0 15 0 2 0 887740951 326299648 13056 33554432000 4194304 5683644 140733413492608 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20334/statm: 79663 13056 400 364 0 15578 0
[pid=20336] ppid=20334 vsize=816712 CPUtime=1862.74 cores=0,2,4,6
/proc/20336/stat : 20336 (cryptominisat-2) R 20334 20336 20336 0 -1 4202496 669119 0 1 0 186157 117 0 0 25 0 1 0 887740952 836313088 159951 33554432000 4194304 4677096 140736498758608 18446744073709551615 4465500 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20336/statm: 204178 159951 393 118 0 199137 0
[pid=20334/tid=20353] ppid=20268 vsize=318652 CPUtime=0 cores=0,2,4,6
/proc/20334/task/20353/stat : 20353 (python) S 20268 20268 20225 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 2 0 887789901 326299648 13056 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604440278876416 0 0 -1 4 0 0 0
[pid=20435] ppid=20268 vsize=328908 CPUtime=0.11 cores=0,2,4,6
/proc/20435/stat : 20435 (python) S 20268 20268 20225 0 -1 4202560 1099 0 0 0 6 5 0 0 19 0 2 0 887906518 336801792 13059 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20435/statm: 82227 13059 399 364 0 18139 0
[pid=20437] ppid=20435 vsize=123276 CPUtime=100.1 cores=0,2,4,6
/proc/20437/stat : 20437 (SApperloT-base) T 20435 20437 20437 0 -1 4202496 30616 0 0 0 10003 7 0 0 25 0 1 0 887906519 126234624 30257 33554432000 134512640 135674940 4291720848 18446744073709551615 134564258 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20437/statm: 30819 30257 100 284 0 30533 0
[pid=20435/tid=20440] ppid=20268 vsize=328908 CPUtime=0 cores=0,2,4,6
/proc/20435/task/20440/stat : 20440 (python) S 20268 20268 20225 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887916529 336801792 13059 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604453940681792 0 0 -1 6 0 0 0
[pid=20444] ppid=20268 vsize=339164 CPUtime=0.47 cores=0,2,4,6
/proc/20444/stat : 20444 (python) S 20268 20268 20225 0 -1 4202560 1169 0 0 0 28 19 0 0 18 0 2 0 887926116 347303936 13063 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20444/statm: 84791 13063 399 364 0 20700 0
[pid=20446] ppid=20444 vsize=28236 CPUtime=388.41 cores=0,2,4,6
/proc/20446/stat : 20446 (lingeling) T 20444 20446 20446 0 -1 4202496 10531 0 0 0 38840 1 0 0 25 0 1 0 887926116 28913664 5974 33554432000 4194304 4352236 140736745171648 18446744073709551615 4222658 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20446/statm: 7059 5974 129 39 0 6139 0
[pid=20444/tid=20449] ppid=20268 vsize=339164 CPUtime=0 cores=0,2,4,6
/proc/20444/task/20449/stat : 20449 (python) S 20268 20268 20225 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 887936127 347303936 13063 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604453934152512 0 0 -1 0 0 0 0
[pid=20456] ppid=20268 vsize=349420 CPUtime=0.39 cores=0,2,4,6
/proc/20456/stat : 20456 (python) S 20268 20268 20225 0 -1 4202560 1159 0 0 0 22 17 0 0 19 0 2 0 887955248 357806080 13067 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20456/statm: 87355 13067 399 364 0 23261 0
[pid=20458] ppid=20456 vsize=27828 CPUtime=292.32 cores=0,2,4,6
/proc/20458/stat : 20458 (lingeling) T 20456 20458 20458 0 -1 4202496 12416 0 0 0 29230 2 0 0 25 0 1 0 887955249 28495872 6127 33554432000 4194304 4352236 140733390334592 18446744073709551615 4278781 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/20458/statm: 6957 6127 129 39 0 6037 0
[pid=20456/tid=20475] ppid=20268 vsize=349420 CPUtime=0 cores=0,2,4,6
/proc/20456/task/20475/stat : 20475 (python) S 20268 20268 20225 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 887984482 357806080 13067 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604440278879104 0 0 -1 4 0 0 0
[pid=20476] ppid=20268 vsize=359676 CPUtime=0.52 cores=0,2,4,6
/proc/20476/stat : 20476 (python) S 20268 20268 20225 0 -1 4202560 1154 0 0 0 31 21 0 0 18 0 2 0 887984484 368308224 13071 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20476/statm: 89919 13071 399 364 0 25822 0
[pid=20478] ppid=20476 vsize=81992 CPUtime=389.45 cores=0,2,4,6
/proc/20478/stat : 20478 (precosat) T 20476 20478 20478 0 -1 4202496 20781 0 0 0 38943 2 0 0 25 0 1 0 887984485 83959808 19934 33554432000 4194304 4890832 140734365671504 18446744073709551615 4273674 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/20478/statm: 20498 19934 86 171 0 20325 0
[pid=20476/tid=20487] ppid=20268 vsize=359676 CPUtime=0 cores=0,2,4,6
/proc/20476/task/20487/stat : 20487 (python) S 20268 20268 20225 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 888013718 368308224 13071 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604453965058432 0 0 -1 2 0 0 0
[pid=20488] ppid=20268 vsize=369932 CPUtime=0.81 cores=0,2,4,6
/proc/20488/stat : 20488 (python) S 20268 20268 20225 0 -1 4202560 1185 0 0 0 47 34 0 0 15 0 2 0 888013720 378810368 13075 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20488/statm: 92483 13075 399 364 0 28383 0
[pid=20490] ppid=20488 vsize=581568 CPUtime=587.04 cores=0,2,4,6
/proc/20490/stat : 20490 (cryptominisat-2) T 20488 20490 20490 0 -1 4202496 382940 0 0 0 58635 69 0 0 25 0 1 0 888013720 595525632 111484 33554432000 4194304 4677096 140736277093296 18446744073709551615 4355205 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/20490/statm: 145392 111484 393 118 0 140351 0
[pid=20488/tid=20504] ppid=20268 vsize=369932 CPUtime=0 cores=0,2,4,6
/proc/20488/task/20504/stat : 20504 (python) S 20268 20268 20225 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 888062312 378810368 13075 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604453919791936 0 0 -1 2 0 0 0
[pid=20513] ppid=20268 vsize=380188 CPUtime=0.13 cores=0,2,4,6
/proc/20513/stat : 20513 (python) S 20268 20268 20225 0 -1 4202560 1158 0 0 0 7 6 0 0 19 0 2 0 888091851 389312512 13085 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20513/statm: 95047 13085 405 364 0 30944 0
[pid=20515] ppid=20513 vsize=22828 CPUtime=100.11 cores=0,2,4,6
/proc/20515/stat : 20515 (lingeling) T 20513 20515 20515 0 -1 4202496 7785 0 0 0 10010 1 0 0 25 0 1 0 888091851 23375872 4876 33554432000 4194304 4352236 140736847991424 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/20515/statm: 5707 4876 129 39 0 4787 0
[pid=20513/tid=20519] ppid=20268 vsize=380188 CPUtime=0 cores=0,2,4,6
/proc/20513/task/20519/stat : 20519 (python) S 20268 20268 20225 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 888101863 389312512 13085 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 514 18446604440278878208 0 0 -1 2 0 0 0
[pid=20268/tid=20283] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20283/stat : 20283 (python) S 20265 20268 20225 0 -1 4202560 32 923 0 8 0 0 0 0 18 0 9 0 887730939 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
[pid=20268/tid=20335] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20335/stat : 20335 (python) S 20265 20268 20225 0 -1 4202560 38 923 0 8 0 0 0 0 18 0 9 0 887740952 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
[pid=20268/tid=20436] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20436/stat : 20436 (python) S 20265 20268 20225 0 -1 4202560 32 923 0 8 0 0 0 0 20 0 9 0 887906518 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
[pid=20268/tid=20445] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20445/stat : 20445 (python) S 20265 20268 20225 0 -1 4202560 33 923 0 8 0 0 0 0 18 0 9 0 887926116 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 2 0 0 0
[pid=20268/tid=20457] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20457/stat : 20457 (python) S 20265 20268 20225 0 -1 4202560 29 923 0 8 0 0 0 0 20 0 9 0 887955249 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 0 0 0 0
[pid=20268/tid=20477] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20477/stat : 20477 (python) S 20265 20268 20225 0 -1 4202560 33 923 0 8 0 0 0 0 18 0 9 0 887984484 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 0 0 0 0
[pid=20268/tid=20489] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20489/stat : 20489 (python) S 20265 20268 20225 0 -1 4202560 29 923 0 8 0 0 0 0 18 0 9 0 888013720 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 4 0 0 0
[pid=20268/tid=20514] ppid=20265 vsize=390432 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20514/stat : 20514 (python) S 20265 20268 20225 0 -1 4202560 30 923 0 8 0 0 0 0 20 0 9 0 888091851 399802368 14573 33554432000 4194304 5683644 140733413492608 18446744073709551615 270350207409 0 0 16781312 2 18446604453927434048 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 4880628

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 20268 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=987937
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=285956
# CPU time returned by wait4() is 7.27389
# while last known CPU time is 5000.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5018.66
CPU time (s): 5000.07
CPU user time (s): 4995.05
CPU system time (s): 5.02
CPU usage (%): 99.6296
Max. virtual memory (cumulated for all children) (KiB): 4880632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.98794
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28998
page faults= 126
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19715
involuntary context switches= 35

runsolver used 14.6438 second user time and 28.3297 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-13 10:18:35
IDJOB=3498267
IDBENCH=20523
IDSOLVER=1991
FILE ID=node143/3498267-1307953114
RUNJOBID= node143-1307953114-20243
PBS_JOBID= 13559685
Free space on /var/tmp= 2904 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.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-3498267-1307953114/watcher-3498267-1307953114 -o /var/tmp/evaluation-result-3498267-1307953114/solver-3498267-1307953114 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498267-1307953114.cnf -seed 462826349 -budget 5000

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=462826349

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6186112 kB
Buffers:        110844 kB
Cached:       25787204 kB
SwapCached:      10044 kB
Active:       10659340 kB
Inactive:     15257228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6186112 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:           74208 kB
Writeback:           0 kB
AnonPages:       15976 kB
Mapped:          12380 kB
Slab:           783464 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185932 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= 2848 MiB
End job on node143 at 2011-06-13 11:42:22