Trace number 3377228

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) 704.63 706.178

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S181603592-089-UNKNOWN.cnf
MD5SUMaf7b69f0071c372d5cdc250bc7f688e1
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 variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.89/2.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.89/2.70	c INFO: solving HOME/instance-3377228-1305451456.cnf
0.89/2.70	c INFO: computing task features
0.89/2.78	c INFO: computed variable-clause graph statistics
0.89/2.79	c INFO: computed clause balance statistics
1.59/3.44	c INFO: computed variable balance statistics
1.89/3.71	c INFO: computed small-clause counts
1.89/3.71	c INFO: computed Horn-clause counts
1.89/3.73	c INFO: computed variable graph statistics
1.89/3.73	c INFO: collected features for HOME/instance-3377228-1305451456.cnf in 1.07 s
1.89/3.75	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
102.18/104.08	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.12)
202.60/204.41	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.89/304.71	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.19/405.03	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
502.76/504.34	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
603.22/604.70	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
703.50/705.04	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-3377228-1305451456/watcher-3377228-1305451456 -o /tmp/evaluation-result-3377228-1305451456/solver-3377228-1305451456 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377228-1305451456.cnf -seed 1589858226 -budget 2400 

running on 2 cores: 0,2

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: 3.07 3.79 3.69 6/360 6127
/proc/meminfo: memFree=23622156/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=14252 CPUtime=0 cores=0,2
/proc/6127/stat : 6127 (python) D 6125 6127 5445 0 -1 4194304 195 0 1 0 0 0 0 0 20 0 1 0 656746091 14594048 133 33554432000 4194304 5683644 140735114239696 18446744073709551615 5051632 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/6127/statm: 3563 133 105 364 0 50 0

[startup+0.01818 s]
/proc/loadavg: 3.07 3.79 3.69 6/360 6127
/proc/meminfo: memFree=23622156/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=15184 CPUtime=0 cores=0,2
/proc/6127/stat : 6127 (python) D 6125 6127 5445 0 -1 4202496 719 0 3 0 0 0 0 0 17 0 1 0 656746091 15548416 614 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6127/statm: 3796 614 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.101119 s]
/proc/loadavg: 3.07 3.79 3.69 6/360 6127
/proc/meminfo: memFree=23622156/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=16808 CPUtime=0.03 cores=0,2
/proc/6127/stat : 6127 (python) D 6125 6127 5445 0 -1 4202496 1224 0 3 0 2 1 0 0 17 0 1 0 656746091 17211392 1086 33554432000 4194304 5683644 140735114239696 18446744073709551615 253635935975 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 1
/proc/6127/statm: 4202 1086 418 364 0 689 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16808

[startup+0.301139 s]
/proc/loadavg: 3.07 3.79 3.69 6/360 6127
/proc/meminfo: memFree=23622156/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=45812 CPUtime=0.1 cores=0,2
/proc/6127/stat : 6127 (python) S 6125 6127 5445 0 -1 4202496 1915 0 11 0 4 6 0 0 17 0 1 0 656746091 46911488 1700 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640855476 0 2147483391 16781312 2 18446744071699945619 0 0 17 0 0 0 3
/proc/6127/statm: 11453 1700 470 364 0 1202 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45812

[startup+0.701035 s]
/proc/loadavg: 3.07 3.79 3.69 6/360 6127
/proc/meminfo: memFree=23622156/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=111020 CPUtime=0.24 cores=0,2
/proc/6127/stat : 6127 (python) R 6125 6127 5445 0 -1 4202496 3466 0 21 0 7 17 0 0 15 0 1 0 656746091 113684480 3137 33554432000 4194304 5683644 140735114239696 18446744073709551615 253635935812 0 2147483391 16781312 2 0 0 0 17 0 0 0 7
/proc/6127/statm: 28269 3139 882 364 0 2291 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 111020

[startup+1.50087 s]
/proc/loadavg: 3.07 3.79 3.69 5/371 6155
/proc/meminfo: memFree=23520912/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=166548 CPUtime=0.61 cores=0,2
/proc/6127/stat : 6127 (python) D 6125 6127 5445 0 -1 4202496 6665 927 36 8 21 40 0 0 16 0 1 0 656746091 170545152 4777 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640859392 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 13
/proc/6127/statm: 41637 4777 1322 364 0 3454 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 166548

[startup+3.10061 s]
/proc/loadavg: 2.98 3.76 3.68 2/371 6155
/proc/meminfo: memFree=23483532/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=282556 CPUtime=1.29 cores=0,2
/proc/6127/stat : 6127 (python) R 6125 6127 5445 0 -1 4202496 11147 927 73 8 76 53 0 0 16 0 1 0 656746091 289337344 8052 33554432000 4194304 5683644 140735114239696 18446744073709551615 4619586 0 0 16781312 2 0 0 0 17 0 0 0 23
/proc/6127/statm: 70639 8052 1826 364 0 6563 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 282556
heavy processes:

[startup+6.30102 s]
/proc/loadavg: 2.98 3.76 3.68 4/375 6165
/proc/meminfo: memFree=23442900/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=289436 CPUtime=1.95 cores=0,2
/proc/6127/stat : 6127 (python) S 6125 6127 5445 0 -1 4202496 11507 927 73 8 141 54 0 0 19 0 2 0 656746091 296382464 7224 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/6127/statm: 72359 7224 1869 364 0 8277 0
[pid=6159] ppid=6127 vsize=279192 CPUtime=0 cores=0,2
/proc/6159/stat : 6159 (python) S 6127 6127 5445 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 656746466 285892608 5705 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640879631 0 0 16781312 514 13665759382300754179 0 0 17 0 0 0 0
/proc/6159/statm: 69798 5705 354 364 0 5716 0
[pid=6161] ppid=6159 vsize=1018616 CPUtime=2.53 cores=0,2
/proc/6161/stat : 6161 (gnovelty+2) R 6159 6161 6161 0 -1 4202496 766 0 0 0 253 0 0 0 25 0 1 0 656746467 1043062784 501 33554432000 134512640 135663704 4287308752 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6161/statm: 254654 501 113 282 0 254370 0
[pid=6127/tid=6160] ppid=6125 vsize=289436 CPUtime=0 cores=0,2
/proc/6127/task/6160/stat : 6160 (python) S 6125 6127 5445 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 2 0 656746467 296382464 7224 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 1587244
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 3.29 3.80 3.70 5/380 6199
/proc/meminfo: memFree=23357256/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=289436 CPUtime=1.95 cores=0,2
/proc/6127/stat : 6127 (python) S 6125 6127 5445 0 -1 4202496 11507 927 73 8 141 54 0 0 19 0 2 0 656746091 296382464 7224 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/6127/statm: 72359 7224 1869 364 0 8277 0
[pid=6159] ppid=6127 vsize=279192 CPUtime=0.01 cores=0,2
/proc/6159/stat : 6159 (python) S 6127 6127 5445 0 -1 4202560 967 0 0 0 0 1 0 0 18 0 1 0 656746466 285892608 5733 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640879631 0 0 16781312 514 13665759382300754179 0 0 17 0 0 0 0
/proc/6159/statm: 69798 5733 382 364 0 5716 0
[pid=6161] ppid=6159 vsize=1018616 CPUtime=8.91 cores=0,2
/proc/6161/stat : 6161 (gnovelty+2) R 6159 6161 6161 0 -1 4202496 766 0 0 0 891 0 0 0 25 0 1 0 656746467 1043062784 501 33554432000 134512640 135663704 4287308752 18446744073709551615 135007701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6161/statm: 254654 501 113 282 0 254370 0
[pid=6127/tid=6160] ppid=6125 vsize=289436 CPUtime=0 cores=0,2
/proc/6127/task/6160/stat : 6160 (python) S 6125 6127 5445 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 2 0 656746467 296382464 7224 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.87
Current children cumulated vsize (KiB) 1587244

[startup+25.5006 s]
/proc/loadavg: 3.40 3.80 3.70 5/383 6202
/proc/meminfo: memFree=23326720/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=289436 CPUtime=1.95 cores=0,2
/proc/6127/stat : 6127 (python) S 6125 6127 5445 0 -1 4202496 11507 927 73 8 141 54 0 0 19 0 2 0 656746091 296382464 7224 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/6127/statm: 72359 7224 1869 364 0 8277 0
[pid=6159] ppid=6127 vsize=279192 CPUtime=0.05 cores=0,2
/proc/6159/stat : 6159 (python) S 6127 6127 5445 0 -1 4202560 973 0 0 0 2 3 0 0 18 0 1 0 656746466 285892608 5733 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640879631 0 0 16781312 514 758997274700251395 0 0 17 0 0 0 0
/proc/6159/statm: 69798 5733 382 364 0 5716 0
[pid=6161] ppid=6159 vsize=1018616 CPUtime=21.67 cores=0,2
/proc/6161/stat : 6161 (gnovelty+2) R 6159 6161 6161 0 -1 4202496 766 0 0 0 2167 0 0 0 25 0 1 0 656746467 1043062784 501 33554432000 134512640 135663704 4287308752 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6161/statm: 254654 501 113 282 0 254370 0
[pid=6127/tid=6160] ppid=6125 vsize=289436 CPUtime=0 cores=0,2
/proc/6127/task/6160/stat : 6160 (python) S 6125 6127 5445 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 2 0 656746467 296382464 7224 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.67
Current children cumulated vsize (KiB) 1587244

[startup+51.1009 s]
/proc/loadavg: 3.60 3.82 3.71 5/383 6203
/proc/meminfo: memFree=23327604/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=289436 CPUtime=1.95 cores=0,2
/proc/6127/stat : 6127 (python) S 6125 6127 5445 0 -1 4202496 11507 927 73 8 141 54 0 0 19 0 2 0 656746091 296382464 7224 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/6127/statm: 72359 7224 1869 364 0 8277 0
[pid=6159] ppid=6127 vsize=279192 CPUtime=0.14 cores=0,2
/proc/6159/stat : 6159 (python) S 6127 6127 5445 0 -1 4202560 986 0 0 0 7 7 0 0 18 0 1 0 656746466 285892608 5733 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640879631 0 0 16781312 514 758997274700251395 0 0 17 0 0 0 0
/proc/6159/statm: 69798 5733 382 364 0 5716 0
[pid=6161] ppid=6159 vsize=1018616 CPUtime=47.2 cores=0,2
/proc/6161/stat : 6161 (gnovelty+2) R 6159 6161 6161 0 -1 4202496 766 0 0 0 4720 0 0 0 25 0 1 0 656746467 1043062784 501 33554432000 134512640 135663704 4287308752 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6161/statm: 254654 501 113 282 0 254370 0
[pid=6127/tid=6160] ppid=6125 vsize=289436 CPUtime=0 cores=0,2
/proc/6127/task/6160/stat : 6160 (python) S 6125 6127 5445 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 2 0 656746467 296382464 7224 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.29
Current children cumulated vsize (KiB) 1587244

[startup+102.314 s]
/proc/loadavg: 4.06 3.91 3.74 5/384 6243
/proc/meminfo: memFree=23296204/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=289436 CPUtime=1.95 cores=0,2
/proc/6127/stat : 6127 (python) S 6125 6127 5445 0 -1 4202496 11507 927 73 8 141 54 0 0 19 0 2 0 656746091 296382464 7224 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/6127/statm: 72359 7224 1869 364 0 8277 0
[pid=6159] ppid=6127 vsize=279192 CPUtime=0.28 cores=0,2
/proc/6159/stat : 6159 (python) S 6127 6127 5445 0 -1 4202560 1009 0 0 0 15 13 0 0 18 0 1 0 656746466 285892608 5733 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640879631 0 0 16781312 514 758997274700251395 0 0 17 0 0 0 0
/proc/6159/statm: 69798 5733 382 364 0 5716 0
[pid=6161] ppid=6159 vsize=1018616 CPUtime=98.27 cores=0,2
/proc/6161/stat : 6161 (gnovelty+2) R 6159 6161 6161 0 -1 4202496 766 0 0 0 9827 0 0 0 25 0 1 0 656746467 1043062784 501 33554432000 134512640 135663704 4287308752 18446744073709551615 134525353 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6161/statm: 254654 501 113 282 0 254370 0
[pid=6127/tid=6160] ppid=6125 vsize=289436 CPUtime=0 cores=0,2
/proc/6127/task/6160/stat : 6160 (python) S 6125 6127 5445 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 2 0 656746467 296382464 7224 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.5
Current children cumulated vsize (KiB) 1587244

[startup+162.301 s]
/proc/loadavg: 4.02 3.92 3.75 5/391 6323
/proc/meminfo: memFree=23409284/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=299864 CPUtime=1.96 cores=0,2
/proc/6127/stat : 6127 (python) S 6125 6127 5445 0 -1 4202496 12389 927 73 8 142 54 0 0 20 0 3 0 656746091 307060736 7298 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 23
/proc/6127/statm: 74966 7298 1880 364 0 10881 0
[pid=6159] ppid=6127 vsize=289436 CPUtime=0.3 cores=0,2
/proc/6159/stat : 6159 (python) S 6127 6127 5445 0 -1 4202560 1150 0 0 0 16 14 0 0 19 0 2 0 656746466 296382464 5771 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6159/statm: 72359 5771 415 364 0 8277 0
[pid=6161] ppid=6159 vsize=1018616 CPUtime=100.01 cores=0,2
/proc/6161/stat : 6161 (gnovelty+2) T 6159 6161 6161 0 -1 4202496 766 0 0 0 10001 0 0 0 25 0 1 0 656746467 1043062784 501 33554432000 134512640 135663704 4287308752 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6161/statm: 254654 501 113 282 0 254370 0
[pid=6159/tid=6244] ppid=6127 vsize=289436 CPUtime=0 cores=0,2
/proc/6159/task/6244/stat : 6244 (python) S 6127 6127 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656756498 296382464 5771 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604447504566208 0 0 -1 2 0 0 0
[pid=6245] ppid=6127 vsize=289620 CPUtime=0.17 cores=0,2
/proc/6245/stat : 6245 (python) S 6127 6127 5445 0 -1 4202560 912 0 0 0 10 7 0 0 18 0 1 0 656756500 296570880 5785 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640879686 0 0 16781312 514 758997274700251396 0 0 17 0 0 0 0
/proc/6245/statm: 72405 5785 371 364 0 8320 0
[pid=6247] ppid=6245 vsize=1018616 CPUtime=58.05 cores=0,2
/proc/6247/stat : 6247 (gnovelty+2) R 6245 6247 6247 0 -1 4202496 764 0 0 0 5805 0 0 0 25 0 1 0 656756500 1043062784 501 33554432000 134512640 135663704 4288373904 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6247/statm: 254654 501 113 282 0 254370 0
[pid=6127/tid=6160] ppid=6125 vsize=299864 CPUtime=0 cores=0,2
/proc/6127/task/6160/stat : 6160 (python) S 6125 6127 5445 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 3 0 656746467 307060736 7298 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6246] ppid=6125 vsize=299864 CPUtime=0 cores=0,2
/proc/6127/task/6246/stat : 6246 (python) S 6125 6127 5445 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 3 0 656756500 307060736 7298 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.49
Current children cumulated vsize (KiB) 2916152

[startup+222.301 s]
/proc/loadavg: 4.17 3.97 3.78 5/399 6333
/proc/meminfo: memFree=23391184/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=310724 CPUtime=1.97 cores=0,2

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

[pid=6326] ppid=6127 vsize=300480 CPUtime=0.29 cores=0,2
/proc/6326/stat : 6326 (python) S 6127 6127 5445 0 -1 4202560 1082 0 0 0 16 13 0 0 19 0 2 0 656766533 307691520 5954 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6326/statm: 75120 5954 399 364 0 11032 0
[pid=6328] ppid=6326 vsize=418636 CPUtime=99.98 cores=0,2
/proc/6328/stat : 6328 (adaptg2wsat2009) T 6326 6328 6328 0 -1 4202496 1218 0 0 0 9998 0 0 0 25 0 1 0 656766533 428683264 955 33554432000 134512640 135107411 4293955392 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6328/statm: 104659 955 59 146 0 103535 0
[pid=6326/tid=6344] ppid=6127 vsize=300480 CPUtime=0 cores=0,2
/proc/6326/task/6344/stat : 6344 (python) S 6127 6127 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656776562 307691520 5954 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604452930136192 0 0 -1 0 0 0 0
[pid=6345] ppid=6127 vsize=310736 CPUtime=0.3 cores=0,2
/proc/6345/stat : 6345 (python) S 6127 6127 5445 0 -1 4202560 1083 0 0 0 14 16 0 0 19 0 2 0 656776563 318193664 5958 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6345/statm: 77684 5958 400 364 0 13593 0
[pid=6347] ppid=6345 vsize=418636 CPUtime=100.01 cores=0,2
/proc/6347/stat : 6347 (adaptg2wsat2009) T 6345 6347 6347 0 -1 4202496 1225 0 0 0 10001 0 0 0 25 0 1 0 656776564 428683264 957 33554432000 134512640 135107411 4292923424 18446744073709551615 134531340 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6347/statm: 104659 957 59 146 0 103535 0
[pid=6345/tid=6363] ppid=6127 vsize=310736 CPUtime=0 cores=0,2
/proc/6345/task/6363/stat : 6363 (python) S 6127 6127 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656786593 318193664 5958 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604445725569088 0 0 -1 0 0 0 0
[pid=6364] ppid=6127 vsize=320992 CPUtime=0.3 cores=0,2
/proc/6364/stat : 6364 (python) S 6127 6127 5445 0 -1 4202560 1092 0 0 0 16 14 0 0 19 0 2 0 656786595 328695808 5962 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 80248 5962 400 364 0 16154 0
[pid=6366] ppid=6364 vsize=418636 CPUtime=99.29 cores=0,2
/proc/6366/stat : 6366 (adaptg2wsat2009) T 6364 6366 6366 0 -1 4202496 1222 0 0 0 9929 0 0 0 25 0 1 0 656786595 428683264 956 33554432000 134512640 135107411 4288848416 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6366/statm: 104659 956 59 146 0 103535 0
[pid=6364/tid=6381] ppid=6127 vsize=320992 CPUtime=0 cores=0,2
/proc/6364/task/6381/stat : 6381 (python) S 6127 6127 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656796525 328695808 5962 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604449312265536 0 0 -1 2 0 0 0
[pid=6382] ppid=6127 vsize=331248 CPUtime=0.32 cores=0,2
/proc/6382/stat : 6382 (python) S 6127 6127 5445 0 -1 4202560 1097 0 0 0 18 14 0 0 19 0 2 0 656796526 339197952 5966 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6382/statm: 82812 5966 400 364 0 18715 0
[pid=6384] ppid=6382 vsize=1018616 CPUtime=100.06 cores=0,2
/proc/6384/stat : 6384 (gnovelty+2) T 6382 6384 6384 0 -1 4202496 767 0 0 0 10006 0 0 0 25 0 1 0 656796527 1043062784 501 33554432000 134512640 135663704 4288476336 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6384/statm: 254654 501 113 282 0 254370 0
[pid=6382/tid=6400] ppid=6127 vsize=331248 CPUtime=0 cores=0,2
/proc/6382/task/6400/stat : 6400 (python) S 6127 6127 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656806561 339197952 5966 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604450189757248 0 0 -1 2 0 0 0
[pid=6401] ppid=6127 vsize=341504 CPUtime=0.33 cores=0,2
/proc/6401/stat : 6401 (python) S 6127 6127 5445 0 -1 4202560 1085 0 0 0 17 16 0 0 19 0 2 0 656806562 349700096 5970 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6401/statm: 85376 5970 400 364 0 21276 0
[pid=6403] ppid=6401 vsize=248648 CPUtime=99.99 cores=0,2
/proc/6403/stat : 6403 (FH) T 6401 6403 6403 0 -1 4202496 1119 0 0 0 9999 0 0 0 25 0 1 0 656806563 254615552 856 33554432000 134512640 134936988 4293836672 18446744073709551615 134545350 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6403/statm: 62162 856 41 104 0 61666 0
[pid=6401/tid=6419] ppid=6127 vsize=341504 CPUtime=0 cores=0,2
/proc/6401/task/6419/stat : 6419 (python) S 6127 6127 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656816595 349700096 5970 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604442458388288 0 0 -1 0 0 0 0
[pid=6420] ppid=6127 vsize=351760 CPUtime=0 cores=0,2
/proc/6420/stat : 6420 (python) S 6127 6127 5445 0 -1 4202560 796 0 0 0 0 0 0 0 18 0 1 0 656816596 360202240 5927 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640879686 0 0 16781312 514 17881441169699766271 0 0 17 0 0 0 0
/proc/6420/statm: 87940 5927 354 364 0 23837 0
[pid=6422] ppid=6420 vsize=418500 CPUtime=1.06 cores=0,2
/proc/6422/stat : 6422 (adaptg2wsat2009) R 6420 6422 6422 0 -1 4202496 1077 0 0 0 106 0 0 0 24 0 1 0 656816597 428544000 808 33554432000 134512640 135107411 4287207552 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6422/statm: 104625 808 49 146 0 103501 0
[pid=6127/tid=6160] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6160/stat : 6160 (python) S 6125 6127 5445 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 9 0 656746467 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6246] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6246/stat : 6246 (python) S 6125 6127 5445 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 9 0 656756500 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 2 0 0 0
[pid=6127/tid=6327] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6327/stat : 6327 (python) S 6125 6127 5445 0 -1 4202560 26 927 0 8 0 0 0 0 20 0 9 0 656766533 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6346] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6346/stat : 6346 (python) S 6125 6127 5445 0 -1 4202560 22 927 0 8 0 0 0 0 20 0 9 0 656776563 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6365] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6365/stat : 6365 (python) S 6125 6127 5445 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 9 0 656786595 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6383] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6383/stat : 6383 (python) S 6125 6127 5445 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 9 0 656796526 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6402] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6402/stat : 6402 (python) S 6125 6127 5445 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 656806562 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6421] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6421/stat : 6421 (python) S 6125 6127 5445 0 -1 4202560 24 927 0 8 0 0 0 0 20 0 9 0 656816596 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 704.63
Current children cumulated vsize (KiB) 7876684

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

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

[startup+706.102 s]
/proc/loadavg: 4.06 4.04 3.87 6/475 6422
/proc/meminfo: memFree=23206376/32951124 swapFree=56449224/67111528
[pid=6127] ppid=6125 vsize=362004 CPUtime=2.06 cores=0,2
/proc/6127/stat : 6127 (python) S 6125 6127 5445 0 -1 4202496 17528 927 73 8 150 56 0 0 20 0 9 0 656746091 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 23
/proc/6127/statm: 90501 7469 1892 364 0 26398 0
[pid=6159] ppid=6127 vsize=289436 CPUtime=0.3 cores=0,2
/proc/6159/stat : 6159 (python) S 6127 6127 5445 0 -1 4202560 1150 0 0 0 16 14 0 0 19 0 2 0 656746466 296382464 5771 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6159/statm: 72359 5771 415 364 0 8277 0
[pid=6161] ppid=6159 vsize=1018616 CPUtime=100.01 cores=0,2
/proc/6161/stat : 6161 (gnovelty+2) T 6159 6161 6161 0 -1 4202496 766 0 0 0 10001 0 0 0 25 0 1 0 656746467 1043062784 501 33554432000 134512640 135663704 4287308752 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6161/statm: 254654 501 113 282 0 254370 0
[pid=6159/tid=6244] ppid=6127 vsize=289436 CPUtime=0 cores=0,2
/proc/6159/task/6244/stat : 6244 (python) S 6127 6127 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656756498 296382464 5771 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604447504566208 0 0 -1 2 0 0 0
[pid=6245] ppid=6127 vsize=289620 CPUtime=0.29 cores=0,2
/proc/6245/stat : 6245 (python) S 6127 6127 5445 0 -1 4202560 1075 0 0 0 17 12 0 0 19 0 2 0 656756500 296570880 5815 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6245/statm: 72405 5815 400 364 0 8320 0
[pid=6247] ppid=6245 vsize=1018616 CPUtime=100.04 cores=0,2
/proc/6247/stat : 6247 (gnovelty+2) T 6245 6247 6247 0 -1 4202496 764 0 0 0 10004 0 0 0 25 0 1 0 656756500 1043062784 501 33554432000 134512640 135663704 4288373904 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6247/statm: 254654 501 113 282 0 254370 0
[pid=6245/tid=6325] ppid=6127 vsize=289620 CPUtime=0 cores=0,2
/proc/6245/task/6325/stat : 6325 (python) S 6127 6127 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656766531 296570880 5815 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604447498389632 0 0 -1 0 0 0 0
[pid=6326] ppid=6127 vsize=300480 CPUtime=0.29 cores=0,2
/proc/6326/stat : 6326 (python) S 6127 6127 5445 0 -1 4202560 1082 0 0 0 16 13 0 0 19 0 2 0 656766533 307691520 5954 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6326/statm: 75120 5954 399 364 0 11032 0
[pid=6328] ppid=6326 vsize=418636 CPUtime=99.98 cores=0,2
/proc/6328/stat : 6328 (adaptg2wsat2009) T 6326 6328 6328 0 -1 4202496 1218 0 0 0 9998 0 0 0 25 0 1 0 656766533 428683264 955 33554432000 134512640 135107411 4293955392 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6328/statm: 104659 955 59 146 0 103535 0
[pid=6326/tid=6344] ppid=6127 vsize=300480 CPUtime=0 cores=0,2
/proc/6326/task/6344/stat : 6344 (python) S 6127 6127 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656776562 307691520 5954 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604452930136192 0 0 -1 0 0 0 0
[pid=6345] ppid=6127 vsize=310736 CPUtime=0.3 cores=0,2
/proc/6345/stat : 6345 (python) S 6127 6127 5445 0 -1 4202560 1083 0 0 0 14 16 0 0 19 0 2 0 656776563 318193664 5958 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6345/statm: 77684 5958 400 364 0 13593 0
[pid=6347] ppid=6345 vsize=418636 CPUtime=100.01 cores=0,2
/proc/6347/stat : 6347 (adaptg2wsat2009) T 6345 6347 6347 0 -1 4202496 1225 0 0 0 10001 0 0 0 25 0 1 0 656776564 428683264 957 33554432000 134512640 135107411 4292923424 18446744073709551615 134531340 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6347/statm: 104659 957 59 146 0 103535 0
[pid=6345/tid=6363] ppid=6127 vsize=310736 CPUtime=0 cores=0,2
/proc/6345/task/6363/stat : 6363 (python) S 6127 6127 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656786593 318193664 5958 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604445725569088 0 0 -1 0 0 0 0
[pid=6364] ppid=6127 vsize=320992 CPUtime=0.3 cores=0,2
/proc/6364/stat : 6364 (python) S 6127 6127 5445 0 -1 4202560 1092 0 0 0 16 14 0 0 19 0 2 0 656786595 328695808 5962 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6364/statm: 80248 5962 400 364 0 16154 0
[pid=6366] ppid=6364 vsize=418636 CPUtime=99.29 cores=0,2
/proc/6366/stat : 6366 (adaptg2wsat2009) T 6364 6366 6366 0 -1 4202496 1222 0 0 0 9929 0 0 0 25 0 1 0 656786595 428683264 956 33554432000 134512640 135107411 4288848416 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6366/statm: 104659 956 59 146 0 103535 0
[pid=6364/tid=6381] ppid=6127 vsize=320992 CPUtime=0 cores=0,2
/proc/6364/task/6381/stat : 6381 (python) S 6127 6127 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656796525 328695808 5962 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604449312265536 0 0 -1 2 0 0 0
[pid=6382] ppid=6127 vsize=331248 CPUtime=0.32 cores=0,2
/proc/6382/stat : 6382 (python) S 6127 6127 5445 0 -1 4202560 1097 0 0 0 18 14 0 0 19 0 2 0 656796526 339197952 5966 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6382/statm: 82812 5966 400 364 0 18715 0
[pid=6384] ppid=6382 vsize=1018616 CPUtime=100.06 cores=0,2
/proc/6384/stat : 6384 (gnovelty+2) T 6382 6384 6384 0 -1 4202496 767 0 0 0 10006 0 0 0 25 0 1 0 656796527 1043062784 501 33554432000 134512640 135663704 4288476336 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6384/statm: 254654 501 113 282 0 254370 0
[pid=6382/tid=6400] ppid=6127 vsize=331248 CPUtime=0 cores=0,2
/proc/6382/task/6400/stat : 6400 (python) S 6127 6127 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656806561 339197952 5966 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604450189757248 0 0 -1 2 0 0 0
[pid=6401] ppid=6127 vsize=341504 CPUtime=0.33 cores=0,2
/proc/6401/stat : 6401 (python) S 6127 6127 5445 0 -1 4202560 1085 0 0 0 17 16 0 0 19 0 2 0 656806562 349700096 5970 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6401/statm: 85376 5970 400 364 0 21276 0
[pid=6403] ppid=6401 vsize=248648 CPUtime=99.99 cores=0,2
/proc/6403/stat : 6403 (FH) T 6401 6403 6403 0 -1 4202496 1119 0 0 0 9999 0 0 0 25 0 1 0 656806563 254615552 856 33554432000 134512640 134936988 4293836672 18446744073709551615 134545350 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6403/statm: 62162 856 41 104 0 61666 0
[pid=6401/tid=6419] ppid=6127 vsize=341504 CPUtime=0 cores=0,2
/proc/6401/task/6419/stat : 6419 (python) S 6127 6127 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656816595 349700096 5970 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 514 18446604442458388288 0 0 -1 0 0 0 0
[pid=6420] ppid=6127 vsize=351760 CPUtime=0 cores=0,2
/proc/6420/stat : 6420 (python) S 6127 6127 5445 0 -1 4202560 796 0 0 0 0 0 0 0 18 0 1 0 656816596 360202240 5927 33554432000 4194304 5683644 140735114239696 18446744073709551615 253640879686 0 0 16781312 514 17881441169699766271 0 0 17 0 0 0 0
/proc/6420/statm: 87940 5927 354 364 0 23837 0
[pid=6422] ppid=6420 vsize=418500 CPUtime=1.06 cores=0,2
/proc/6422/stat : 6422 (adaptg2wsat2009) R 6420 6422 6422 0 -1 4202496 1077 0 0 0 106 0 0 0 24 0 1 0 656816597 428544000 808 33554432000 134512640 135107411 4287207552 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6422/statm: 104625 808 49 146 0 103501 0
[pid=6127/tid=6160] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6160/stat : 6160 (python) S 6125 6127 5445 0 -1 4202560 27 927 0 8 0 0 0 0 19 0 9 0 656746467 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6246] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6246/stat : 6246 (python) S 6125 6127 5445 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 9 0 656756500 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 2 0 0 0
[pid=6127/tid=6327] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6327/stat : 6327 (python) S 6125 6127 5445 0 -1 4202560 26 927 0 8 0 0 0 0 20 0 9 0 656766533 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6346] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6346/stat : 6346 (python) S 6125 6127 5445 0 -1 4202560 22 927 0 8 0 0 0 0 20 0 9 0 656776563 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6365] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6365/stat : 6365 (python) S 6125 6127 5445 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 9 0 656786595 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6383] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6383/stat : 6383 (python) S 6125 6127 5445 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 9 0 656796526 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6402] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6402/stat : 6402 (python) S 6125 6127 5445 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 656806562 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
[pid=6127/tid=6421] ppid=6125 vsize=362004 CPUtime=0 cores=0,2
/proc/6127/task/6421/stat : 6421 (python) S 6125 6127 5445 0 -1 4202560 24 927 0 8 0 0 0 0 20 0 9 0 656816596 370692096 7469 33554432000 4194304 5683644 140735114239696 18446744073709551615 253652683185 0 0 16781312 2 18446604447504564416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 704.63
Current children cumulated vsize (KiB) 7876684

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6127 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=503771
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=569913
# CPU time returned by wait4() is 2.07368
# while last known CPU time is 704.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 706.178
CPU time (s): 704.63
CPU user time (s): 703.08
CPU system time (s): 1.55
CPU usage (%): 99.7807
Max. virtual memory (cumulated for all children) (KiB): 7876684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.50377
system time used= 0.569913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18461
page faults= 81
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49917
involuntary context switches= 69

runsolver used 2.97755 second user time and 5.9011 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 11:24:16
IDJOB=3377228
IDBENCH=82537
IDSOLVER=1857
FILE ID=node106/3377228-1305451456
RUNJOBID= node106-1305451456-6096
PBS_JOBID= 13324871
Free space on /tmp= 73464 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S181603592-089-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-3377228-1305451456/watcher-3377228-1305451456 -o /tmp/evaluation-result-3377228-1305451456/solver-3377228-1305451456 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377228-1305451456.cnf -seed 1589858226 -budget 2400

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

MD5SUM BENCH= af7b69f0071c372d5cdc250bc7f688e1
RANDOM SEED=1589858226

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      23623020 kB
Buffers:        284460 kB
Cached:        6056976 kB
SwapCached:      27544 kB
Active:         876036 kB
Inactive:      8217828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23623020 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           99488 kB
Writeback:           0 kB
AnonPages:     2733256 kB
Mapped:           9988 kB
Slab:           120672 kB
PageTables:      48484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75005956 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= 73340 MiB
End job on node106 at 2011-05-15 11:36:05