Trace number 3377204

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-random (fixed)? (MO) 703.04 707.176

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S832901479-042-UNKNOWN.cnf
MD5SUMa5a87dc48ba0573fb8f2b8721bafcab2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

Solver Data

0.84/5.00	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.84/5.00	c INFO: solving HOME/instance-3377204-1305451339.cnf
0.84/5.00	c INFO: computing task features
0.94/5.18	c INFO: computed variable-clause graph statistics
0.94/5.19	c INFO: computed clause balance statistics
2.14/6.40	c INFO: computed variable balance statistics
2.64/6.89	c INFO: computed small-clause counts
2.64/6.89	c INFO: computed Horn-clause counts
2.74/6.93	c INFO: computed variable graph statistics
2.74/6.93	c INFO: collected features for HOME/instance-3377204-1305451339.cnf in 1.98 s
2.74/6.95	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.97/107.26	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
203.24/207.58	c INFO: running adaptg2wsat2009++@0 for 97 with 2197 remaining (b = 0.08)
303.55/307.86	c INFO: running adaptg2wsat2009++@0 for 97 with 2097 remaining (b = 0.07)
402.09/406.15	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
502.38/506.43	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.62/606.76	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
702.93/707.05	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.03)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377204-1305451339/watcher-3377204-1305451339 -o /tmp/evaluation-result-3377204-1305451339/solver-3377204-1305451339 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377204-1305451339.cnf -seed 652986719 -budget 2400 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.16 1.70 2.77 3/361 14199
/proc/meminfo: memFree=25965680/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=15904 CPUtime=0 cores=1,3
/proc/14199/stat : 14199 (python) D 14197 14199 13135 0 -1 4202496 943 0 0 0 0 0 0 0 17 0 1 0 656736600 16285696 820 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634513408 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14199/statm: 3976 820 357 364 0 463 0

[startup+0.058646 s]
/proc/loadavg: 1.16 1.70 2.77 3/361 14199
/proc/meminfo: memFree=25965680/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=18880 CPUtime=0.02 cores=1,3
/proc/14199/stat : 14199 (python) R 14197 14199 13135 0 -1 4202496 1257 0 1 0 1 1 0 0 17 0 1 0 656736600 19333120 1112 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634513408 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/14199/statm: 4720 1112 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100663 s]
/proc/loadavg: 1.16 1.70 2.77 3/361 14199
/proc/meminfo: memFree=25965680/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=23180 CPUtime=0.04 cores=1,3
/proc/14199/stat : 14199 (python) S 14197 14199 13135 0 -1 4202496 1328 0 2 0 2 2 0 0 17 0 1 0 656736600 23736320 1178 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634511205 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/14199/statm: 5795 1178 432 364 0 722 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23180

[startup+0.30067 s]
/proc/loadavg: 1.16 1.70 2.77 3/361 14199
/proc/meminfo: memFree=25965680/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=54532 CPUtime=0.12 cores=1,3
/proc/14199/stat : 14199 (python) S 14197 14199 13135 0 -1 4202496 2040 0 8 0 4 8 0 0 17 0 1 0 656736600 55840768 1807 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634511205 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 1
/proc/14199/statm: 13633 1807 492 364 0 1283 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 54532

[startup+0.700591 s]
/proc/loadavg: 1.16 1.70 2.77 3/361 14199
/proc/meminfo: memFree=25965680/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=116320 CPUtime=0.25 cores=1,3
/proc/14199/stat : 14199 (python) D 14197 14199 13135 0 -1 4202496 3757 0 22 0 8 17 0 0 16 0 1 0 656736600 119111680 3417 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634513408 0 0 16781312 2 0 0 0 17 1 0 0 6
/proc/14199/statm: 29080 3417 895 364 0 2581 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 116320

[startup+1.50042 s]
/proc/loadavg: 1.16 1.70 2.77 5/362 14216
/proc/meminfo: memFree=25904008/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=187736 CPUtime=0.58 cores=1,3
/proc/14199/stat : 14199 (python) D 14197 14199 13135 0 -1 4202496 6726 925 46 8 19 39 0 0 16 0 1 0 656736600 192241664 4826 33554432000 4194304 5683644 140734173381184 18446744073709551615 216629595843 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 12
/proc/14199/statm: 46934 4826 1349 364 0 3722 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 187736

[startup+3.10013 s]
/proc/loadavg: 1.16 1.70 2.77 1/362 14216
/proc/meminfo: memFree=25883212/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=187736 CPUtime=0.58 cores=1,3
/proc/14199/stat : 14199 (python) D 14197 14199 13135 0 -1 4202496 6726 925 46 8 19 39 0 0 16 0 1 0 656736600 192241664 4826 33554432000 4194304 5683644 140734173381184 18446744073709551615 216629595843 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 166
/proc/14199/statm: 46934 4826 1349 364 0 3722 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 187736
heavy processes:

[startup+6.30057 s]
/proc/loadavg: 1.23 1.71 2.77 7/362 14216
/proc/meminfo: memFree=25811996/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=289484 CPUtime=2.14 cores=1,3
/proc/14199/stat : 14199 (python) R 14197 14199 13135 0 -1 4202496 13813 925 81 8 165 49 0 0 17 0 1 0 656736600 296431616 9756 33554432000 4194304 5683644 140734173381184 18446744073709551615 47894454771757 0 0 16781312 2 0 0 0 17 1 0 0 296
/proc/14199/statm: 72371 9756 1826 364 0 8295 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 289484
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 1.45 1.75 2.78 5/374 14228
/proc/meminfo: memFree=25790180/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=291920 CPUtime=2.8 cores=1,3
/proc/14199/stat : 14199 (python) S 14197 14199 13135 0 -1 4202496 14137 925 81 8 230 50 0 0 20 0 2 0 656736600 298926080 7853 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 296
/proc/14199/statm: 72980 7853 1877 364 0 8898 0
[pid=14223] ppid=14199 vsize=282228 CPUtime=0 cores=1,3
/proc/14223/stat : 14223 (python) S 14199 14199 13135 0 -1 4202560 984 0 0 0 0 0 0 0 18 0 1 0 656737295 289001472 6356 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634535439 0 0 16781312 514 18311223497445048583 0 0 17 1 0 0 0
/proc/14223/statm: 70557 6356 383 364 0 6475 0
[pid=14225] ppid=14223 vsize=1020188 CPUtime=5.68 cores=1,3
/proc/14225/stat : 14225 (gnovelty+2) R 14223 14225 14225 0 -1 4202496 1138 0 0 0 568 0 0 0 25 0 1 0 656737295 1044672512 877 33554432000 134512640 135663704 4292473184 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14225/statm: 255047 877 113 282 0 254763 0
[pid=14199/tid=14224] ppid=14197 vsize=291920 CPUtime=0 cores=1,3
/proc/14199/task/14224/stat : 14224 (python) S 14197 14199 13135 0 -1 4202560 29 925 0 8 0 0 0 0 20 0 2 0 656737295 298926080 7853 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 1594336
heavy processes:

[startup+25.5012 s]
/proc/loadavg: 2.01 1.86 2.80 5/374 14229
/proc/meminfo: memFree=25791292/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=291920 CPUtime=2.8 cores=1,3
/proc/14199/stat : 14199 (python) S 14197 14199 13135 0 -1 4202496 14137 925 81 8 230 50 0 0 20 0 2 0 656736600 298926080 7853 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 296
/proc/14199/statm: 72980 7853 1877 364 0 8898 0
[pid=14223] ppid=14199 vsize=282228 CPUtime=0.04 cores=1,3
/proc/14223/stat : 14223 (python) S 14199 14199 13135 0 -1 4202560 990 0 0 0 2 2 0 0 18 0 1 0 656737295 289001472 6356 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634535439 0 0 16781312 514 5242981614631223559 0 0 17 1 0 0 0
/proc/14223/statm: 70557 6356 383 364 0 6475 0
[pid=14225] ppid=14223 vsize=1020188 CPUtime=18.44 cores=1,3
/proc/14225/stat : 14225 (gnovelty+2) R 14223 14225 14225 0 -1 4202496 1138 0 0 0 1844 0 0 0 25 0 1 0 656737295 1044672512 877 33554432000 134512640 135663704 4292473184 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14225/statm: 255047 877 113 282 0 254763 0
[pid=14199/tid=14224] ppid=14197 vsize=291920 CPUtime=0 cores=1,3
/proc/14199/task/14224/stat : 14224 (python) S 14197 14199 13135 0 -1 4202560 29 925 0 8 0 0 0 0 20 0 2 0 656737295 298926080 7853 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 1594336

[startup+51.1007 s]
/proc/loadavg: 2.69 2.03 2.83 5/374 14299
/proc/meminfo: memFree=25815524/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=291920 CPUtime=2.8 cores=1,3
/proc/14199/stat : 14199 (python) S 14197 14199 13135 0 -1 4202496 14137 925 81 8 230 50 0 0 20 0 2 0 656736600 298926080 7853 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 296
/proc/14199/statm: 72980 7853 1877 364 0 8898 0
[pid=14223] ppid=14199 vsize=282228 CPUtime=0.09 cores=1,3
/proc/14223/stat : 14223 (python) S 14199 14199 13135 0 -1 4202560 1001 0 0 0 4 5 0 0 18 0 1 0 656737295 289001472 6356 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634535439 0 0 16781312 514 5242981614631223559 0 0 17 1 0 0 0
/proc/14223/statm: 70557 6356 383 364 0 6475 0
[pid=14225] ppid=14223 vsize=1020188 CPUtime=43.97 cores=1,3
/proc/14225/stat : 14225 (gnovelty+2) R 14223 14225 14225 0 -1 4202496 1138 0 0 0 4396 1 0 0 25 0 1 0 656737295 1044672512 877 33554432000 134512640 135663704 4292473184 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14225/statm: 255047 877 113 282 0 254763 0
[pid=14199/tid=14224] ppid=14197 vsize=291920 CPUtime=0 cores=1,3
/proc/14199/task/14224/stat : 14224 (python) S 14197 14199 13135 0 -1 4202560 29 925 0 8 0 0 0 0 20 0 2 0 656737295 298926080 7853 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.86
Current children cumulated vsize (KiB) 1594336

[startup+102.301 s]
/proc/loadavg: 3.43 2.33 2.89 5/374 14301
/proc/meminfo: memFree=25815152/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=291920 CPUtime=2.8 cores=1,3
/proc/14199/stat : 14199 (python) S 14197 14199 13135 0 -1 4202496 14137 925 81 8 230 50 0 0 20 0 2 0 656736600 298926080 7853 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 296
/proc/14199/statm: 72980 7853 1877 364 0 8898 0
[pid=14223] ppid=14199 vsize=282228 CPUtime=0.23 cores=1,3
/proc/14223/stat : 14223 (python) S 14199 14199 13135 0 -1 4202560 1023 0 0 0 11 12 0 0 18 0 1 0 656737295 289001472 6356 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634535439 0 0 16781312 514 5242981614631223559 0 0 17 1 0 0 0
/proc/14223/statm: 70557 6356 383 364 0 6475 0
[pid=14225] ppid=14223 vsize=1020188 CPUtime=95.04 cores=1,3
/proc/14225/stat : 14225 (gnovelty+2) R 14223 14225 14225 0 -1 4202496 1138 0 0 0 9503 1 0 0 25 0 1 0 656737295 1044672512 877 33554432000 134512640 135663704 4292473184 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14225/statm: 255047 877 113 282 0 254763 0
[pid=14199/tid=14224] ppid=14197 vsize=291920 CPUtime=0 cores=1,3
/proc/14199/task/14224/stat : 14224 (python) S 14197 14199 13135 0 -1 4202560 29 925 0 8 0 0 0 0 20 0 2 0 656737295 298926080 7853 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 98.07
Current children cumulated vsize (KiB) 1594336

[startup+162.301 s]
/proc/loadavg: 3.83 2.64 2.96 5/390 14318
/proc/meminfo: memFree=25788020/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=302312 CPUtime=2.81 cores=1,3
/proc/14199/stat : 14199 (python) S 14197 14199 13135 0 -1 4202496 15009 925 81 8 231 50 0 0 20 0 3 0 656736600 309567488 7911 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 296
/proc/14199/statm: 75578 7911 1880 364 0 11493 0
[pid=14223] ppid=14199 vsize=292472 CPUtime=0.24 cores=1,3
/proc/14223/stat : 14223 (python) S 14199 14199 13135 0 -1 4202560 1160 0 0 0 12 12 0 0 19 0 2 0 656737295 299491328 6393 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14223/statm: 73118 6393 415 364 0 9036 0
[pid=14225] ppid=14223 vsize=1020188 CPUtime=99.98 cores=1,3
/proc/14225/stat : 14225 (gnovelty+2) T 14223 14225 14225 0 -1 4202496 1138 0 0 0 9997 1 0 0 25 0 1 0 656737295 1044672512 877 33554432000 134512640 135663704 4292473184 18446744073709551615 134524526 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14225/statm: 255047 877 113 282 0 254763 0
[pid=14223/tid=14306] ppid=14199 vsize=292472 CPUtime=0 cores=1,3
/proc/14223/task/14306/stat : 14306 (python) S 14199 14199 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656747325 299491328 6393 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604470061009088 0 0 -1 3 0 0 0
[pid=14307] ppid=14199 vsize=293160 CPUtime=0.14 cores=1,3
/proc/14307/stat : 14307 (python) S 14199 14199 13135 0 -1 4202560 919 0 0 0 7 7 0 0 18 0 1 0 656747326 300195840 6400 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634535494 0 0 16781312 514 5242981614631223558 0 0 17 1 0 0 0
/proc/14307/statm: 73290 6400 372 364 0 9205 0
[pid=14309] ppid=14307 vsize=1020188 CPUtime=54.88 cores=1,3
/proc/14309/stat : 14309 (gnovelty+2) R 14307 14309 14309 0 -1 4202496 1138 0 0 0 5488 0 0 0 25 0 1 0 656747326 1044672512 876 33554432000 134512640 135663704 4294008352 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14309/statm: 255047 876 113 282 0 254763 0
[pid=14199/tid=14224] ppid=14197 vsize=302312 CPUtime=0 cores=1,3
/proc/14199/task/14224/stat : 14224 (python) S 14197 14199 13135 0 -1 4202560 29 925 0 8 0 0 0 0 20 0 3 0 656737295 309567488 7911 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14308] ppid=14197 vsize=302312 CPUtime=0 cores=1,3
/proc/14199/task/14308/stat : 14308 (python) S 14197 14199 13135 0 -1 4202560 30 925 0 8 0 0 0 0 20 0 3 0 656747326 309567488 7911 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 158.05
Current children cumulated vsize (KiB) 2928320

[startup+222.3 s]
/proc/loadavg: 3.93 2.89 3.02 5/398 14328
/proc/meminfo: memFree=25767332/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=313176 CPUtime=2.82 cores=1,3
/proc/14199/stat : 14199 (python) S 14197 14199 13135 0 -1 4202496 15859 925 81 8 232 50 0 0 20 0 4 0 656736600 320692224 8052 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 296
/proc/14199/statm: 78294 8052 1882 364 0 14206 0
[pid=14223] ppid=14199 vsize=292472 CPUtime=0.24 cores=1,3
/proc/14223/stat : 14223 (python) S 14199 14199 13135 0 -1 4202560 1160 0 0 0 12 12 0 0 19 0 2 0 656737295 299491328 6393 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14223/statm: 73118 6393 415 364 0 9036 0
[pid=14225] ppid=14223 vsize=1020188 CPUtime=99.98 cores=1,3
/proc/14225/stat : 14225 (gnovelty+2) T 14223 14225 14225 0 -1 4202496 1138 0 0 0 9997 1 0 0 25 0 1 0 656737295 1044672512 877 33554432000 134512640 135663704 4292473184 18446744073709551615 134524526 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0

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

[pid=14326] ppid=14199 vsize=302932 CPUtime=0.26 cores=1,3
/proc/14326/stat : 14326 (python) S 14199 14199 13135 0 -1 4202560 1103 0 0 0 14 12 0 0 19 0 2 0 656757359 310202368 6567 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14326/statm: 75733 6567 399 364 0 11645 0
[pid=14328] ppid=14326 vsize=421804 CPUtime=99.99 cores=1,3
/proc/14328/stat : 14328 (adaptg2wsat2009) T 14326 14328 14328 0 -1 4202496 2138 0 0 0 9999 0 0 0 25 0 1 0 656757359 431927296 1872 33554432000 134512640 135107411 4294488384 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14328/statm: 105451 1872 59 146 0 104327 0
[pid=14326/tid=14343] ppid=14199 vsize=302932 CPUtime=0 cores=1,3
/proc/14326/task/14343/stat : 14343 (python) S 14199 14199 13135 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656767385 310202368 6567 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604469835459584 0 0 -1 3 0 0 0
[pid=14344] ppid=14199 vsize=313188 CPUtime=0.27 cores=1,3
/proc/14344/stat : 14344 (python) S 14199 14199 13135 0 -1 4202560 1108 0 0 0 15 12 0 0 19 0 2 0 656767386 320704512 6571 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14344/statm: 78297 6571 399 364 0 14206 0
[pid=14346] ppid=14344 vsize=421804 CPUtime=98.27 cores=1,3
/proc/14346/stat : 14346 (adaptg2wsat2009) T 14344 14346 14346 0 -1 4202496 2138 0 0 0 9827 0 0 0 25 0 1 0 656767386 431927296 1872 33554432000 134512640 135107411 4293838720 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14346/statm: 105451 1872 59 146 0 104327 0
[pid=14344/tid=14508] ppid=14199 vsize=313188 CPUtime=0 cores=1,3
/proc/14344/task/14508/stat : 14508 (python) S 14199 14199 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656777214 320704512 6571 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604461833956032 0 0 -1 3 0 0 0
[pid=14510] ppid=14199 vsize=323760 CPUtime=0.27 cores=1,3
/proc/14510/stat : 14510 (python) S 14199 14199 13135 0 -1 4202560 1101 0 0 0 14 13 0 0 19 0 2 0 656777216 331530240 6576 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14510/statm: 80940 6576 400 364 0 16846 0
[pid=14512] ppid=14510 vsize=421804 CPUtime=99.99 cores=1,3
/proc/14512/stat : 14512 (adaptg2wsat2009) T 14510 14512 14512 0 -1 4202496 2138 0 0 0 9999 0 0 0 25 0 1 0 656777216 431927296 1871 33554432000 134512640 135107411 4287815152 18446744073709551615 134532191 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14512/statm: 105451 1871 59 146 0 104327 0
[pid=14510/tid=14528] ppid=14199 vsize=323760 CPUtime=0 cores=1,3
/proc/14510/task/14528/stat : 14528 (python) S 14199 14199 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656787242 331530240 6576 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604469835457792 0 0 -1 3 0 0 0
[pid=14529] ppid=14199 vsize=333700 CPUtime=0.27 cores=1,3
/proc/14529/stat : 14529 (python) S 14199 14199 13135 0 -1 4202560 1104 0 0 0 12 15 0 0 19 0 2 0 656787243 341708800 6579 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14529/statm: 83425 6579 399 364 0 19328 0
[pid=14531] ppid=14529 vsize=1020188 CPUtime=99.99 cores=1,3
/proc/14531/stat : 14531 (gnovelty+2) T 14529 14531 14531 0 -1 4202496 1140 0 0 0 9999 0 0 0 25 0 1 0 656787243 1044672512 877 33554432000 134512640 135663704 4286820528 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14531/statm: 255047 877 113 282 0 254763 0
[pid=14529/tid=14585] ppid=14199 vsize=333700 CPUtime=0 cores=1,3
/proc/14529/task/14585/stat : 14585 (python) S 14199 14199 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656797275 341708800 6579 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604467935917056 0 0 -1 3 0 0 0
[pid=14586] ppid=14199 vsize=344196 CPUtime=0.28 cores=1,3
/proc/14586/stat : 14586 (python) S 14199 14199 13135 0 -1 4202560 1105 0 0 0 14 14 0 0 19 0 2 0 656797277 352456704 6584 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14586/statm: 86049 6584 400 364 0 21949 0
[pid=14589] ppid=14586 vsize=251296 CPUtime=100 cores=1,3
/proc/14589/stat : 14589 (FH) T 14586 14589 14589 0 -1 4202496 1956 0 0 0 10000 0 0 0 25 0 1 0 656797277 257327104 1694 33554432000 134512640 134936988 4293057792 18446744073709551615 134545000 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14589/statm: 62824 1694 41 104 0 62328 0
[pid=14586/tid=14599] ppid=14199 vsize=344196 CPUtime=0 cores=1,3
/proc/14586/task/14599/stat : 14599 (python) S 14199 14199 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656807304 352456704 6584 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604468205425664 0 0 -1 3 0 0 0
[pid=14600] ppid=14199 vsize=354572 CPUtime=0 cores=1,3
/proc/14600/stat : 14600 (python) S 14199 14199 13135 0 -1 4202560 778 0 0 0 0 0 0 0 19 0 1 0 656807305 363081728 6538 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634535494 0 0 16781312 514 4166912403688128511 0 0 17 1 0 0 0
/proc/14600/statm: 88643 6538 351 364 0 24540 0
[pid=14602] ppid=14600 vsize=421140 CPUtime=0.05 cores=1,3
/proc/14602/stat : 14602 (adaptg2wsat2009) R 14600 14602 14602 0 -1 4202496 1803 0 0 0 5 0 0 0 21 0 1 0 656807306 431247360 1538 33554432000 134512640 135107411 4293875520 18446744073709551615 134523208 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14602/statm: 105285 1538 49 146 0 104161 0
[pid=14199/tid=14224] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14224/stat : 14224 (python) S 14197 14199 13135 0 -1 4202560 29 925 0 8 0 0 0 0 20 0 9 0 656737295 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14308] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14308/stat : 14308 (python) S 14197 14199 13135 0 -1 4202560 30 925 0 8 0 0 0 0 20 0 9 0 656747326 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14327] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14327/stat : 14327 (python) S 14197 14199 13135 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 9 0 656757359 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14345] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14345/stat : 14345 (python) S 14197 14199 13135 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 9 0 656767386 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14511] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14511/stat : 14511 (python) S 14197 14199 13135 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 9 0 656777216 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14530] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14530/stat : 14530 (python) S 14197 14199 13135 0 -1 4202560 30 925 0 8 0 0 0 0 20 0 9 0 656787243 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14587] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14587/stat : 14587 (python) S 14197 14199 13135 0 -1 4202560 29 925 0 8 0 0 0 0 20 0 9 0 656797277 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14601] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14601/stat : 14601 (python) S 14197 14199 13135 0 -1 4202560 26 925 0 8 0 0 0 0 20 0 9 0 656807306 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.04
Current children cumulated vsize (KiB) 7920848

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+707.101 s]
/proc/loadavg: 4.00 3.78 3.41 5/424 14602
/proc/meminfo: memFree=25494388/32951124 swapFree=53501236/67111528
[pid=14199] ppid=14197 vsize=364456 CPUtime=2.89 cores=1,3
/proc/14199/stat : 14199 (python) S 14197 14199 13135 0 -1 4202496 20190 925 81 8 238 51 0 0 19 0 9 0 656736600 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 296
/proc/14199/statm: 91114 8082 1892 364 0 27011 0
[pid=14223] ppid=14199 vsize=292472 CPUtime=0.24 cores=1,3
/proc/14223/stat : 14223 (python) S 14199 14199 13135 0 -1 4202560 1160 0 0 0 12 12 0 0 19 0 2 0 656737295 299491328 6393 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14223/statm: 73118 6393 415 364 0 9036 0
[pid=14225] ppid=14223 vsize=1020188 CPUtime=99.98 cores=1,3
/proc/14225/stat : 14225 (gnovelty+2) T 14223 14225 14225 0 -1 4202496 1138 0 0 0 9997 1 0 0 25 0 1 0 656737295 1044672512 877 33554432000 134512640 135663704 4292473184 18446744073709551615 134524526 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14225/statm: 255047 877 113 282 0 254763 0
[pid=14223/tid=14306] ppid=14199 vsize=292472 CPUtime=0 cores=1,3
/proc/14223/task/14306/stat : 14306 (python) S 14199 14199 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656747325 299491328 6393 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604470061009088 0 0 -1 3 0 0 0
[pid=14307] ppid=14199 vsize=293160 CPUtime=0.26 cores=1,3
/proc/14307/stat : 14307 (python) S 14199 14199 13135 0 -1 4202560 1095 0 0 0 13 13 0 0 19 0 2 0 656747326 300195840 6429 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14307/statm: 73290 6429 400 364 0 9205 0
[pid=14309] ppid=14307 vsize=1020188 CPUtime=100.03 cores=1,3
/proc/14309/stat : 14309 (gnovelty+2) T 14307 14309 14309 0 -1 4202496 1138 0 0 0 10003 0 0 0 25 0 1 0 656747326 1044672512 876 33554432000 134512640 135663704 4294008352 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14309/statm: 255047 876 113 282 0 254763 0
[pid=14307/tid=14325] ppid=14199 vsize=293160 CPUtime=0 cores=1,3
/proc/14307/task/14325/stat : 14325 (python) S 14199 14199 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656757357 300195840 6429 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604468339272576 0 0 -1 3 0 0 0
[pid=14326] ppid=14199 vsize=302932 CPUtime=0.26 cores=1,3
/proc/14326/stat : 14326 (python) S 14199 14199 13135 0 -1 4202560 1103 0 0 0 14 12 0 0 19 0 2 0 656757359 310202368 6567 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14326/statm: 75733 6567 399 364 0 11645 0
[pid=14328] ppid=14326 vsize=421804 CPUtime=99.99 cores=1,3
/proc/14328/stat : 14328 (adaptg2wsat2009) T 14326 14328 14328 0 -1 4202496 2138 0 0 0 9999 0 0 0 25 0 1 0 656757359 431927296 1872 33554432000 134512640 135107411 4294488384 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14328/statm: 105451 1872 59 146 0 104327 0
[pid=14326/tid=14343] ppid=14199 vsize=302932 CPUtime=0 cores=1,3
/proc/14326/task/14343/stat : 14343 (python) S 14199 14199 13135 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656767385 310202368 6567 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604469835459584 0 0 -1 3 0 0 0
[pid=14344] ppid=14199 vsize=313188 CPUtime=0.27 cores=1,3
/proc/14344/stat : 14344 (python) S 14199 14199 13135 0 -1 4202560 1108 0 0 0 15 12 0 0 19 0 2 0 656767386 320704512 6571 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14344/statm: 78297 6571 399 364 0 14206 0
[pid=14346] ppid=14344 vsize=421804 CPUtime=98.27 cores=1,3
/proc/14346/stat : 14346 (adaptg2wsat2009) T 14344 14346 14346 0 -1 4202496 2138 0 0 0 9827 0 0 0 25 0 1 0 656767386 431927296 1872 33554432000 134512640 135107411 4293838720 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14346/statm: 105451 1872 59 146 0 104327 0
[pid=14344/tid=14508] ppid=14199 vsize=313188 CPUtime=0 cores=1,3
/proc/14344/task/14508/stat : 14508 (python) S 14199 14199 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656777214 320704512 6571 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604461833956032 0 0 -1 3 0 0 0
[pid=14510] ppid=14199 vsize=323760 CPUtime=0.27 cores=1,3
/proc/14510/stat : 14510 (python) S 14199 14199 13135 0 -1 4202560 1101 0 0 0 14 13 0 0 19 0 2 0 656777216 331530240 6576 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14510/statm: 80940 6576 400 364 0 16846 0
[pid=14512] ppid=14510 vsize=421804 CPUtime=99.99 cores=1,3
/proc/14512/stat : 14512 (adaptg2wsat2009) T 14510 14512 14512 0 -1 4202496 2138 0 0 0 9999 0 0 0 25 0 1 0 656777216 431927296 1871 33554432000 134512640 135107411 4287815152 18446744073709551615 134532191 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14512/statm: 105451 1871 59 146 0 104327 0
[pid=14510/tid=14528] ppid=14199 vsize=323760 CPUtime=0 cores=1,3
/proc/14510/task/14528/stat : 14528 (python) S 14199 14199 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656787242 331530240 6576 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604469835457792 0 0 -1 3 0 0 0
[pid=14529] ppid=14199 vsize=333700 CPUtime=0.27 cores=1,3
/proc/14529/stat : 14529 (python) S 14199 14199 13135 0 -1 4202560 1104 0 0 0 12 15 0 0 19 0 2 0 656787243 341708800 6579 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14529/statm: 83425 6579 399 364 0 19328 0
[pid=14531] ppid=14529 vsize=1020188 CPUtime=99.99 cores=1,3
/proc/14531/stat : 14531 (gnovelty+2) T 14529 14531 14531 0 -1 4202496 1140 0 0 0 9999 0 0 0 25 0 1 0 656787243 1044672512 877 33554432000 134512640 135663704 4286820528 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14531/statm: 255047 877 113 282 0 254763 0
[pid=14529/tid=14585] ppid=14199 vsize=333700 CPUtime=0 cores=1,3
/proc/14529/task/14585/stat : 14585 (python) S 14199 14199 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656797275 341708800 6579 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604467935917056 0 0 -1 3 0 0 0
[pid=14586] ppid=14199 vsize=344196 CPUtime=0.28 cores=1,3
/proc/14586/stat : 14586 (python) S 14199 14199 13135 0 -1 4202560 1105 0 0 0 14 14 0 0 19 0 2 0 656797277 352456704 6584 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14586/statm: 86049 6584 400 364 0 21949 0
[pid=14589] ppid=14586 vsize=251296 CPUtime=100 cores=1,3
/proc/14589/stat : 14589 (FH) T 14586 14589 14589 0 -1 4202496 1956 0 0 0 10000 0 0 0 25 0 1 0 656797277 257327104 1694 33554432000 134512640 134936988 4293057792 18446744073709551615 134545000 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14589/statm: 62824 1694 41 104 0 62328 0
[pid=14586/tid=14599] ppid=14199 vsize=344196 CPUtime=0 cores=1,3
/proc/14586/task/14599/stat : 14599 (python) S 14199 14199 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656807304 352456704 6584 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 514 18446604468205425664 0 0 -1 3 0 0 0
[pid=14600] ppid=14199 vsize=354572 CPUtime=0 cores=1,3
/proc/14600/stat : 14600 (python) S 14199 14199 13135 0 -1 4202560 778 0 0 0 0 0 0 0 19 0 1 0 656807305 363081728 6538 33554432000 4194304 5683644 140734173381184 18446744073709551615 216634535494 0 0 16781312 514 4166912403688128511 0 0 17 1 0 0 0
/proc/14600/statm: 88643 6538 351 364 0 24540 0
[pid=14602] ppid=14600 vsize=421140 CPUtime=0.05 cores=1,3
/proc/14602/stat : 14602 (adaptg2wsat2009) R 14600 14602 14602 0 -1 4202496 1803 0 0 0 5 0 0 0 21 0 1 0 656807306 431247360 1538 33554432000 134512640 135107411 4293875520 18446744073709551615 134523208 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14602/statm: 105285 1538 49 146 0 104161 0
[pid=14199/tid=14224] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14224/stat : 14224 (python) S 14197 14199 13135 0 -1 4202560 29 925 0 8 0 0 0 0 20 0 9 0 656737295 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14308] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14308/stat : 14308 (python) S 14197 14199 13135 0 -1 4202560 30 925 0 8 0 0 0 0 20 0 9 0 656747326 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14327] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14327/stat : 14327 (python) S 14197 14199 13135 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 9 0 656757359 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14345] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14345/stat : 14345 (python) S 14197 14199 13135 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 9 0 656767386 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14511] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14511/stat : 14511 (python) S 14197 14199 13135 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 9 0 656777216 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14530] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14530/stat : 14530 (python) S 14197 14199 13135 0 -1 4202560 30 925 0 8 0 0 0 0 20 0 9 0 656787243 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14587] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14587/stat : 14587 (python) S 14197 14199 13135 0 -1 4202560 29 925 0 8 0 0 0 0 20 0 9 0 656797277 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
[pid=14199/tid=14601] ppid=14197 vsize=364456 CPUtime=0 cores=1,3
/proc/14199/task/14601/stat : 14601 (python) S 14197 14199 13135 0 -1 4202560 26 925 0 8 0 0 0 0 20 0 9 0 656807306 373202944 8082 33554432000 4194304 5683644 140734173381184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087252544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.04
Current children cumulated vsize (KiB) 7920848

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14199 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=389636
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=519920
# CPU time returned by wait4() is 2.90956
# while last known CPU time is 703.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 707.176
CPU time (s): 703.04
CPU user time (s): 701.61
CPU system time (s): 1.43
CPU usage (%): 99.4152
Max. virtual memory (cumulated for all children) (KiB): 7920848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.38964
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21121
page faults= 89
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51985
involuntary context switches= 46

runsolver used 2.50562 second user time and 5.81712 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 11:22:19
IDJOB=3377204
IDBENCH=82513
IDSOLVER=1857
FILE ID=node103/3377204-1305451339
RUNJOBID= node103-1305451339-14159
PBS_JOBID= 13324856
Free space on /tmp= 73020 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S832901479-042-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377204-1305451339/watcher-3377204-1305451339 -o /tmp/evaluation-result-3377204-1305451339/solver-3377204-1305451339 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377204-1305451339.cnf -seed 652986719 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= a5a87dc48ba0573fb8f2b8721bafcab2
RANDOM SEED=652986719

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25966084 kB
Buffers:        313192 kB
Cached:        4120880 kB
SwapCached:     340192 kB
Active:        1518244 kB
Inactive:      5190872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25966084 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:          130020 kB
Writeback:           0 kB
AnonPages:     1945860 kB
Mapped:          11004 kB
Slab:           157568 kB
PageTables:      53340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78359960 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72920 MiB
End job on node103 at 2011-05-15 11:34:09