Trace number 3484192

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, 1200 s timeout)? (MO) 701.96 701.763

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S818753762-096.UNKNOWN.cnf
MD5SUMffd67922a8bb7c4660bea122f8a5ce0e
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.29/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.48	c INFO: solving HOME/instance-3484192-1307748242.cnf
0.29/0.49	c INFO: computing task features
0.38/0.54	c INFO: computed variable-clause graph statistics
0.38/0.54	c INFO: computed clause balance statistics
0.68/0.87	c INFO: computed variable balance statistics
0.78/0.99	c INFO: computed small-clause counts
0.78/0.99	c INFO: computed Horn-clause counts
0.78/1.00	c INFO: computed variable graph statistics
0.78/1.00	c INFO: collected features for HOME/instance-3484192-1307748242.cnf in 0.52 s
0.88/1.01	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.47)
100.99/101.17	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.21/201.33	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.46/301.48	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.05)
401.64/401.64	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.04)
501.77/501.79	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
602.00/601.97	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
701.35/701.13	c INFO: running adaptg2wsat2009++@0 for 97 with 500 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484192-1307748242/watcher-3484192-1307748242 -o /tmp/evaluation-result-3484192-1307748242/solver-3484192-1307748242 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484192-1307748242.cnf -seed 707162820 -budget 1200 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.96 3.92 2.94 5/221 6199
/proc/meminfo: memFree=31584116/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=15184 CPUtime=0 cores=0,2
/proc/6199/stat : 6199 (python) R 6197 6199 5426 0 -1 4202496 735 0 0 0 0 0 0 0 25 0 1 0 867240388 15548416 622 33554432000 4194304 5683644 140734095418528 18446744073709551615 255106766848 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/6199/statm: 3796 622 322 364 0 283 0

[startup+0.0482281 s]
/proc/loadavg: 3.96 3.92 2.94 5/221 6199
/proc/meminfo: memFree=31584116/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=29416 CPUtime=0.02 cores=0,2
/proc/6199/stat : 6199 (python) R 6197 6199 5426 0 -1 4202496 1358 0 0 0 2 0 0 0 17 0 1 0 867240388 30121984 1201 33554432000 4194304 5683644 140734095418528 18446744073709551615 255101799200 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6199/statm: 7354 1204 443 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29416

[startup+0.100242 s]
/proc/loadavg: 3.96 3.92 2.94 5/221 6199
/proc/meminfo: memFree=31584116/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=99376 CPUtime=0.07 cores=0,2
/proc/6199/stat : 6199 (python) R 6197 6199 5426 0 -1 4202496 2869 0 0 0 6 1 0 0 17 0 1 0 867240388 101761024 2565 33554432000 4194304 5683644 140734095418528 18446744073709551615 4307500 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6199/statm: 24844 2565 818 364 0 1695 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99376

[startup+0.30037 s]
/proc/loadavg: 3.96 3.92 2.94 5/221 6199
/proc/meminfo: memFree=31584116/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=156688 CPUtime=0.22 cores=0,2
/proc/6199/stat : 6199 (python) S 6197 6199 5426 0 -1 4202496 6387 934 1 0 17 5 0 0 17 0 1 0 867240388 160448512 4496 33554432000 4194304 5683644 140734095418528 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/6199/statm: 39172 4496 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 156688

[startup+0.701141 s]
/proc/loadavg: 3.96 3.92 2.94 5/221 6199
/proc/meminfo: memFree=31584116/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=280204 CPUtime=0.58 cores=0,2
/proc/6199/stat : 6199 (python) R 6197 6199 5426 0 -1 4202496 10016 934 1 0 51 7 0 0 17 0 1 0 867240388 286928896 7452 33554432000 4194304 5683644 140734095418528 18446744073709551615 47376398885128 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6199/statm: 70051 7452 1826 364 0 5975 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 280204

[startup+1.50094 s]
/proc/loadavg: 3.96 3.92 2.94 5/222 6204
/proc/meminfo: memFree=31560936/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=289596 CPUtime=0.89 cores=0,2
/proc/6199/stat : 6199 (python) S 6197 6199 5426 0 -1 4202496 10442 934 1 0 82 7 0 0 19 0 2 0 867240388 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6199/statm: 72399 7296 1869 364 0 8317 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 289596

[startup+3.10073 s]
/proc/loadavg: 3.96 3.92 2.94 5/225 6207
/proc/meminfo: memFree=31558308/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=289596 CPUtime=0.89 cores=0,2
/proc/6199/stat : 6199 (python) S 6197 6199 5426 0 -1 4202496 10442 934 1 0 82 7 0 0 19 0 2 0 867240388 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6199/statm: 72399 7296 1869 364 0 8317 0
[pid=6205] ppid=6199 vsize=279352 CPUtime=0 cores=0,2
/proc/6205/stat : 6205 (python) S 6199 6199 5426 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 867240490 286056448 5777 33554432000 4194304 5683644 140734095418528 18446744073709551615 255106788879 0 0 16781312 514 4606975440031023364 0 0 17 0 0 0 0
/proc/6205/statm: 69838 5777 354 364 0 5756 0
[pid=6207] ppid=6205 vsize=1018088 CPUtime=2.07 cores=0,2
/proc/6207/stat : 6207 (gnovelty+2) R 6205 6207 6207 0 -1 4202496 571 0 0 0 207 0 0 0 25 0 1 0 867240490 1042522112 307 33554432000 134512640 135663704 4291653328 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6207/statm: 254522 307 113 282 0 254238 0
[pid=6199/tid=6206] ppid=6197 vsize=289596 CPUtime=0 cores=0,2
/proc/6199/task/6206/stat : 6206 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 2 0 867240490 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1587036

[startup+6.30116 s]
/proc/loadavg: 3.96 3.92 2.94 5/225 6207
/proc/meminfo: memFree=31557392/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=289596 CPUtime=0.89 cores=0,2
/proc/6199/stat : 6199 (python) S 6197 6199 5426 0 -1 4202496 10442 934 1 0 82 7 0 0 19 0 2 0 867240388 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6199/statm: 72399 7296 1869 364 0 8317 0
[pid=6205] ppid=6199 vsize=279352 CPUtime=0 cores=0,2
/proc/6205/stat : 6205 (python) S 6199 6199 5426 0 -1 4202560 861 0 0 0 0 0 0 0 18 0 1 0 867240490 286056448 5800 33554432000 4194304 5683644 140734095418528 18446744073709551615 255106788879 0 0 16781312 514 4606975440031023364 0 0 17 0 0 0 0
/proc/6205/statm: 69838 5800 377 364 0 5756 0
[pid=6207] ppid=6205 vsize=1018088 CPUtime=5.26 cores=0,2
/proc/6207/stat : 6207 (gnovelty+2) R 6205 6207 6207 0 -1 4202496 571 0 0 0 526 0 0 0 25 0 1 0 867240490 1042522112 307 33554432000 134512640 135663704 4291653328 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6207/statm: 254522 307 113 282 0 254238 0
[pid=6199/tid=6206] ppid=6197 vsize=289596 CPUtime=0 cores=0,2
/proc/6199/task/6206/stat : 6206 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 2 0 867240490 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 1587036

[startup+12.701 s]
/proc/loadavg: 4.04 3.94 2.95 5/225 6208
/proc/meminfo: memFree=31557524/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=289596 CPUtime=0.89 cores=0,2
/proc/6199/stat : 6199 (python) S 6197 6199 5426 0 -1 4202496 10442 934 1 0 82 7 0 0 19 0 2 0 867240388 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6199/statm: 72399 7296 1869 364 0 8317 0
[pid=6205] ppid=6199 vsize=279352 CPUtime=0.01 cores=0,2
/proc/6205/stat : 6205 (python) S 6199 6199 5426 0 -1 4202560 864 0 0 0 1 0 0 0 18 0 1 0 867240490 286056448 5800 33554432000 4194304 5683644 140734095418528 18446744073709551615 255106788879 0 0 16781312 514 13250012316189032708 0 0 17 0 0 0 0
/proc/6205/statm: 69838 5800 377 364 0 5756 0
[pid=6207] ppid=6205 vsize=1018088 CPUtime=11.66 cores=0,2
/proc/6207/stat : 6207 (gnovelty+2) R 6205 6207 6207 0 -1 4202496 571 0 0 0 1166 0 0 0 25 0 1 0 867240490 1042522112 307 33554432000 134512640 135663704 4291653328 18446744073709551615 135008552 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6207/statm: 254522 307 113 282 0 254238 0
[pid=6199/tid=6206] ppid=6197 vsize=289596 CPUtime=0 cores=0,2
/proc/6199/task/6206/stat : 6206 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 2 0 867240490 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1587036

[startup+25.5008 s]
/proc/loadavg: 4.03 3.94 2.97 5/225 6208
/proc/meminfo: memFree=31557752/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=289596 CPUtime=0.89 cores=0,2
/proc/6199/stat : 6199 (python) S 6197 6199 5426 0 -1 4202496 10442 934 1 0 82 7 0 0 19 0 2 0 867240388 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6199/statm: 72399 7296 1869 364 0 8317 0
[pid=6205] ppid=6199 vsize=279352 CPUtime=0.03 cores=0,2
/proc/6205/stat : 6205 (python) S 6199 6199 5426 0 -1 4202560 869 0 0 0 2 1 0 0 18 0 1 0 867240490 286056448 5800 33554432000 4194304 5683644 140734095418528 18446744073709551615 255106788879 0 0 16781312 514 13250012316189032708 0 0 17 0 0 0 0
/proc/6205/statm: 69838 5800 377 364 0 5756 0
[pid=6207] ppid=6205 vsize=1018088 CPUtime=24.45 cores=0,2
/proc/6207/stat : 6207 (gnovelty+2) R 6205 6207 6207 0 -1 4202496 571 0 0 0 2445 0 0 0 25 0 1 0 867240490 1042522112 307 33554432000 134512640 135663704 4291653328 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6207/statm: 254522 307 113 282 0 254238 0
[pid=6199/tid=6206] ppid=6197 vsize=289596 CPUtime=0 cores=0,2
/proc/6199/task/6206/stat : 6206 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 2 0 867240490 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1587036

[startup+51.1003 s]
/proc/loadavg: 4.02 3.95 2.99 5/229 6213
/proc/meminfo: memFree=31548360/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=289596 CPUtime=0.89 cores=0,2
/proc/6199/stat : 6199 (python) S 6197 6199 5426 0 -1 4202496 10442 934 1 0 82 7 0 0 19 0 2 0 867240388 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6199/statm: 72399 7296 1869 364 0 8317 0
[pid=6205] ppid=6199 vsize=279352 CPUtime=0.06 cores=0,2
/proc/6205/stat : 6205 (python) S 6199 6199 5426 0 -1 4202560 882 0 0 0 4 2 0 0 18 0 1 0 867240490 286056448 5800 33554432000 4194304 5683644 140734095418528 18446744073709551615 255106788879 0 0 16781312 514 13250012316189032708 0 0 17 0 0 0 0
/proc/6205/statm: 69838 5800 377 364 0 5756 0
[pid=6207] ppid=6205 vsize=1018088 CPUtime=50.01 cores=0,2
/proc/6207/stat : 6207 (gnovelty+2) R 6205 6207 6207 0 -1 4202496 571 0 0 0 5001 0 0 0 25 0 1 0 867240490 1042522112 307 33554432000 134512640 135663704 4291653328 18446744073709551615 134525237 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6207/statm: 254522 307 113 282 0 254238 0
[pid=6199/tid=6206] ppid=6197 vsize=289596 CPUtime=0 cores=0,2
/proc/6199/task/6206/stat : 6206 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 2 0 867240490 296546304 7296 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1587036

[startup+102.307 s]
/proc/loadavg: 4.01 3.95 3.04 5/226 6320
/proc/meminfo: memFree=31591448/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=300112 CPUtime=0.9 cores=0,2
/proc/6199/stat : 6199 (python) S 6197 6199 5426 0 -1 4202496 11323 934 1 0 83 7 0 0 20 0 3 0 867240388 307314688 7336 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6199/statm: 75028 7336 1872 364 0 10943 0
[pid=6205] ppid=6199 vsize=289596 CPUtime=0.14 cores=0,2
/proc/6205/stat : 6205 (python) S 6199 6199 5426 0 -1 4202560 1139 0 0 0 8 6 0 0 19 0 2 0 867240490 296546304 5843 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6205/statm: 72399 5843 415 364 0 8317 0
[pid=6207] ppid=6205 vsize=1018088 CPUtime=100.02 cores=0,2
/proc/6207/stat : 6207 (gnovelty+2) T 6205 6207 6207 0 -1 4202496 571 0 0 0 10002 0 0 0 25 0 1 0 867240490 1042522112 307 33554432000 134512640 135663704 4291653328 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6207/statm: 254522 307 113 282 0 254238 0
[pid=6205/tid=6317] ppid=6199 vsize=289596 CPUtime=0 cores=0,2
/proc/6205/task/6317/stat : 6317 (python) S 6199 6199 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867250505 296546304 5843 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453985338304 0 0 -1 2 0 0 0
[pid=6318] ppid=6199 vsize=289868 CPUtime=0 cores=0,2
/proc/6318/stat : 6318 (python) S 6199 6199 5426 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 867250506 296824832 5808 33554432000 4194304 5683644 140734095418528 18446744073709551615 255106788934 0 0 16781312 514 4464799240710750468 0 0 17 0 0 0 0
/proc/6318/statm: 72467 5808 348 364 0 8382 0
[pid=6320] ppid=6318 vsize=1018088 CPUtime=1.12 cores=0,2
/proc/6320/stat : 6320 (gnovelty+2) R 6318 6320 6320 0 -1 4202496 570 0 0 0 112 0 0 0 25 0 1 0 867250506 1042522112 305 33554432000 134512640 135663704 4293164976 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6320/statm: 254522 305 113 282 0 254238 0
[pid=6199/tid=6206] ppid=6197 vsize=300112 CPUtime=0 cores=0,2
/proc/6199/task/6206/stat : 6206 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 3 0 867240490 307314688 7336 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
[pid=6199/tid=6319] ppid=6197 vsize=300112 CPUtime=0 cores=0,2
/proc/6199/task/6319/stat : 6319 (python) S 6197 6199 5426 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 3 0 867250506 307314688 7336 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2915752

[startup+162.301 s]
/proc/loadavg: 4.00 3.96 3.10 5/234 6330
/proc/meminfo: memFree=31572208/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=300112 CPUtime=0.9 cores=0,2
/proc/6199/stat : 6199 (python) S 6197 6199 5426 0 -1 4202496 11323 934 1 0 83 7 0 0 20 0 3 0 867240388 307314688 7336 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6199/statm: 75028 7336 1872 364 0 10943 0
[pid=6205] ppid=6199 vsize=289596 CPUtime=0.14 cores=0,2
/proc/6205/stat : 6205 (python) S 6199 6199 5426 0 -1 4202560 1139 0 0 0 8 6 0 0 19 0 2 0 867240490 296546304 5843 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6205/statm: 72399 5843 415 364 0 8317 0
[pid=6207] ppid=6205 vsize=1018088 CPUtime=100.02 cores=0,2
/proc/6207/stat : 6207 (gnovelty+2) T 6205 6207 6207 0 -1 4202496 571 0 0 0 10002 0 0 0 25 0 1 0 867240490 1042522112 307 33554432000 134512640 135663704 4291653328 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6207/statm: 254522 307 113 282 0 254238 0
[pid=6205/tid=6317] ppid=6199 vsize=289596 CPUtime=0 cores=0,2
/proc/6205/task/6317/stat : 6317 (python) S 6199 6199 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867250505 296546304 5843 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453985338304 0 0 -1 2 0 0 0
[pid=6318] ppid=6199 vsize=289868 CPUtime=0.08 cores=0,2

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

[pid=6337] ppid=6199 vsize=300124 CPUtime=0.14 cores=0,2
/proc/6337/stat : 6337 (python) S 6199 6199 5426 0 -1 4202560 1073 0 0 0 7 7 0 0 19 0 2 0 867260522 307326976 5865 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6337/statm: 75031 5865 400 364 0 10943 0
[pid=6339] ppid=6337 vsize=417192 CPUtime=100.13 cores=0,2
/proc/6339/stat : 6339 (adaptg2wsat2009) T 6337 6339 6339 0 -1 4202496 760 0 0 0 10013 0 0 0 25 0 1 0 867260522 427204608 495 33554432000 134512640 135107411 4294704128 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6339/statm: 104298 495 59 146 0 103174 0
[pid=6337/tid=6354] ppid=6199 vsize=300124 CPUtime=0 cores=0,2
/proc/6337/task/6354/stat : 6354 (python) S 6199 6199 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867270536 307326976 5865 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453960048960 0 0 -1 0 0 0 0
[pid=6355] ppid=6199 vsize=310380 CPUtime=0.15 cores=0,2
/proc/6355/stat : 6355 (python) S 6199 6199 5426 0 -1 4202560 1085 0 0 0 9 6 0 0 19 0 2 0 867270537 317829120 5869 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6355/statm: 77595 5869 400 364 0 13504 0
[pid=6357] ppid=6355 vsize=417192 CPUtime=99.99 cores=0,2
/proc/6357/stat : 6357 (adaptg2wsat2009) T 6355 6357 6357 0 -1 4202496 759 0 0 0 9999 0 0 0 25 0 1 0 867270537 427204608 495 33554432000 134512640 135107411 4287995360 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6357/statm: 104298 495 59 146 0 103174 0
[pid=6355/tid=6465] ppid=6199 vsize=310380 CPUtime=0 cores=0,2
/proc/6355/task/6465/stat : 6465 (python) S 6199 6199 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867280552 317829120 5869 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453920135296 0 0 -1 2 0 0 0
[pid=6466] ppid=6199 vsize=320636 CPUtime=0.15 cores=0,2
/proc/6466/stat : 6466 (python) S 6199 6199 5426 0 -1 4202560 1081 0 0 0 9 6 0 0 19 0 2 0 867280553 328331264 5873 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6466/statm: 80159 5873 400 364 0 16065 0
[pid=6468] ppid=6466 vsize=417192 CPUtime=100.02 cores=0,2
/proc/6468/stat : 6468 (adaptg2wsat2009) T 6466 6468 6468 0 -1 4202496 764 0 0 0 10002 0 0 0 25 0 1 0 867280553 427204608 497 33554432000 134512640 135107411 4294684880 18446744073709551615 134531843 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6468/statm: 104298 497 59 146 0 103174 0
[pid=6466/tid=6484] ppid=6199 vsize=320636 CPUtime=0 cores=0,2
/proc/6466/task/6484/stat : 6484 (python) S 6199 6199 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867290567 328331264 5873 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453977919872 0 0 -1 2 0 0 0
[pid=6485] ppid=6199 vsize=330892 CPUtime=0.16 cores=0,2
/proc/6485/stat : 6485 (python) S 6199 6199 5426 0 -1 4202560 1075 0 0 0 8 8 0 0 19 0 2 0 867290568 338833408 5877 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6485/statm: 82723 5877 400 364 0 18626 0
[pid=6487] ppid=6485 vsize=1018088 CPUtime=100.05 cores=0,2
/proc/6487/stat : 6487 (gnovelty+2) T 6485 6487 6487 0 -1 4202496 565 0 0 0 10005 0 0 0 25 0 1 0 867290568 1042522112 307 33554432000 134512640 135663704 4294477360 18446744073709551615 134525070 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6487/statm: 254522 307 113 282 0 254238 0
[pid=6485/tid=6502] ppid=6199 vsize=330892 CPUtime=0 cores=0,2
/proc/6485/task/6502/stat : 6502 (python) S 6199 6199 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867300585 338833408 5877 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453920133504 0 0 -1 2 0 0 0
[pid=6503] ppid=6199 vsize=341148 CPUtime=0.15 cores=0,2
/proc/6503/stat : 6503 (python) S 6199 6199 5426 0 -1 4202560 1077 0 0 0 7 8 0 0 19 0 2 0 867300586 349335552 5908 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6503/statm: 85287 5908 400 364 0 21187 0
[pid=6505] ppid=6503 vsize=247348 CPUtime=99.13 cores=0,2
/proc/6505/stat : 6505 (FH) T 6503 6505 6505 0 -1 4202496 709 0 0 0 9913 0 0 0 25 0 1 0 867300586 253284352 443 33554432000 134512640 134936988 4294298640 18446744073709551615 134553445 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6505/statm: 61837 443 41 104 0 61341 0
[pid=6503/tid=6610] ppid=6199 vsize=341148 CPUtime=0 cores=0,2
/proc/6503/task/6610/stat : 6610 (python) S 6199 6199 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867310501 349335552 5908 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453961193408 0 0 -1 2 0 0 0
[pid=6611] ppid=6199 vsize=351404 CPUtime=0 cores=0,2
/proc/6611/stat : 6611 (python) S 6199 6199 5426 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 867310502 359837696 5861 33554432000 4194304 5683644 140734095418528 18446744073709551615 255106788934 0 0 16781312 514 4575464811168530431 0 0 17 0 0 0 0
/proc/6611/statm: 87851 5861 350 364 0 23748 0
[pid=6613] ppid=6611 vsize=417048 CPUtime=0.57 cores=0,2
/proc/6613/stat : 6613 (adaptg2wsat2009) R 6611 6613 6613 0 -1 4202496 685 0 0 0 57 0 0 0 22 0 1 0 867310502 427057152 419 33554432000 134512640 135107411 4290557344 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6613/statm: 104262 419 49 146 0 103138 0
[pid=6199/tid=6206] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6206/stat : 6206 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867240490 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
[pid=6199/tid=6319] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6319/stat : 6319 (python) S 6197 6199 5426 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 867250506 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 2 0 0 0
[pid=6199/tid=6338] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6338/stat : 6338 (python) S 6197 6199 5426 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867260522 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 2 0 0 0
[pid=6199/tid=6356] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6356/stat : 6356 (python) S 6197 6199 5426 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867270537 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
[pid=6199/tid=6467] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6467/stat : 6467 (python) S 6197 6199 5426 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867280553 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
[pid=6199/tid=6486] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6486/stat : 6486 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867290568 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
[pid=6199/tid=6504] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6504/stat : 6504 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867300586 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 2 0 0 0
[pid=6199/tid=6612] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6612/stat : 6612 (python) S 6197 6199 5426 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867310502 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 7865932

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

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

[startup+701.701 s]
/proc/loadavg: 3.97 4.00 3.49 5/262 6613
/proc/meminfo: memFree=31522156/32951124 swapFree=67088052/67111528
[pid=6199] ppid=6197 vsize=361648 CPUtime=0.97 cores=0,2
/proc/6199/stat : 6199 (python) S 6197 6199 5426 0 -1 4202496 16517 934 1 0 88 9 0 0 20 0 9 0 867240388 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6199/statm: 90412 7399 1884 364 0 26309 0
[pid=6205] ppid=6199 vsize=289596 CPUtime=0.14 cores=0,2
/proc/6205/stat : 6205 (python) S 6199 6199 5426 0 -1 4202560 1139 0 0 0 8 6 0 0 19 0 2 0 867240490 296546304 5843 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6205/statm: 72399 5843 415 364 0 8317 0
[pid=6207] ppid=6205 vsize=1018088 CPUtime=100.02 cores=0,2
/proc/6207/stat : 6207 (gnovelty+2) T 6205 6207 6207 0 -1 4202496 571 0 0 0 10002 0 0 0 25 0 1 0 867240490 1042522112 307 33554432000 134512640 135663704 4291653328 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6207/statm: 254522 307 113 282 0 254238 0
[pid=6205/tid=6317] ppid=6199 vsize=289596 CPUtime=0 cores=0,2
/proc/6205/task/6317/stat : 6317 (python) S 6199 6199 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867250505 296546304 5843 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453985338304 0 0 -1 2 0 0 0
[pid=6318] ppid=6199 vsize=289868 CPUtime=0.15 cores=0,2
/proc/6318/stat : 6318 (python) S 6199 6199 5426 0 -1 4202560 1070 0 0 0 8 7 0 0 19 0 2 0 867250506 296824832 5861 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6318/statm: 72467 5861 400 364 0 8382 0
[pid=6320] ppid=6318 vsize=1018088 CPUtime=100.04 cores=0,2
/proc/6320/stat : 6320 (gnovelty+2) T 6318 6320 6320 0 -1 4202496 570 0 0 0 10004 0 0 0 25 0 1 0 867250506 1042522112 305 33554432000 134512640 135663704 4293164976 18446744073709551615 134525529 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6320/statm: 254522 305 113 282 0 254238 0
[pid=6318/tid=6336] ppid=6199 vsize=289868 CPUtime=0 cores=0,2
/proc/6318/task/6336/stat : 6336 (python) S 6199 6199 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867260521 296824832 5861 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453952235328 0 0 -1 0 0 0 0
[pid=6337] ppid=6199 vsize=300124 CPUtime=0.14 cores=0,2
/proc/6337/stat : 6337 (python) S 6199 6199 5426 0 -1 4202560 1073 0 0 0 7 7 0 0 19 0 2 0 867260522 307326976 5865 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6337/statm: 75031 5865 400 364 0 10943 0
[pid=6339] ppid=6337 vsize=417192 CPUtime=100.13 cores=0,2
/proc/6339/stat : 6339 (adaptg2wsat2009) T 6337 6339 6339 0 -1 4202496 760 0 0 0 10013 0 0 0 25 0 1 0 867260522 427204608 495 33554432000 134512640 135107411 4294704128 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6339/statm: 104298 495 59 146 0 103174 0
[pid=6337/tid=6354] ppid=6199 vsize=300124 CPUtime=0 cores=0,2
/proc/6337/task/6354/stat : 6354 (python) S 6199 6199 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867270536 307326976 5865 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453960048960 0 0 -1 0 0 0 0
[pid=6355] ppid=6199 vsize=310380 CPUtime=0.15 cores=0,2
/proc/6355/stat : 6355 (python) S 6199 6199 5426 0 -1 4202560 1085 0 0 0 9 6 0 0 19 0 2 0 867270537 317829120 5869 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6355/statm: 77595 5869 400 364 0 13504 0
[pid=6357] ppid=6355 vsize=417192 CPUtime=99.99 cores=0,2
/proc/6357/stat : 6357 (adaptg2wsat2009) T 6355 6357 6357 0 -1 4202496 759 0 0 0 9999 0 0 0 25 0 1 0 867270537 427204608 495 33554432000 134512640 135107411 4287995360 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6357/statm: 104298 495 59 146 0 103174 0
[pid=6355/tid=6465] ppid=6199 vsize=310380 CPUtime=0 cores=0,2
/proc/6355/task/6465/stat : 6465 (python) S 6199 6199 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867280552 317829120 5869 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453920135296 0 0 -1 2 0 0 0
[pid=6466] ppid=6199 vsize=320636 CPUtime=0.15 cores=0,2
/proc/6466/stat : 6466 (python) S 6199 6199 5426 0 -1 4202560 1081 0 0 0 9 6 0 0 19 0 2 0 867280553 328331264 5873 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6466/statm: 80159 5873 400 364 0 16065 0
[pid=6468] ppid=6466 vsize=417192 CPUtime=100.02 cores=0,2
/proc/6468/stat : 6468 (adaptg2wsat2009) T 6466 6468 6468 0 -1 4202496 764 0 0 0 10002 0 0 0 25 0 1 0 867280553 427204608 497 33554432000 134512640 135107411 4294684880 18446744073709551615 134531843 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6468/statm: 104298 497 59 146 0 103174 0
[pid=6466/tid=6484] ppid=6199 vsize=320636 CPUtime=0 cores=0,2
/proc/6466/task/6484/stat : 6484 (python) S 6199 6199 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867290567 328331264 5873 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453977919872 0 0 -1 2 0 0 0
[pid=6485] ppid=6199 vsize=330892 CPUtime=0.16 cores=0,2
/proc/6485/stat : 6485 (python) S 6199 6199 5426 0 -1 4202560 1075 0 0 0 8 8 0 0 19 0 2 0 867290568 338833408 5877 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6485/statm: 82723 5877 400 364 0 18626 0
[pid=6487] ppid=6485 vsize=1018088 CPUtime=100.05 cores=0,2
/proc/6487/stat : 6487 (gnovelty+2) T 6485 6487 6487 0 -1 4202496 565 0 0 0 10005 0 0 0 25 0 1 0 867290568 1042522112 307 33554432000 134512640 135663704 4294477360 18446744073709551615 134525070 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6487/statm: 254522 307 113 282 0 254238 0
[pid=6485/tid=6502] ppid=6199 vsize=330892 CPUtime=0 cores=0,2
/proc/6485/task/6502/stat : 6502 (python) S 6199 6199 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867300585 338833408 5877 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453920133504 0 0 -1 2 0 0 0
[pid=6503] ppid=6199 vsize=341148 CPUtime=0.15 cores=0,2
/proc/6503/stat : 6503 (python) S 6199 6199 5426 0 -1 4202560 1077 0 0 0 7 8 0 0 19 0 2 0 867300586 349335552 5908 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6503/statm: 85287 5908 400 364 0 21187 0
[pid=6505] ppid=6503 vsize=247348 CPUtime=99.13 cores=0,2
/proc/6505/stat : 6505 (FH) T 6503 6505 6505 0 -1 4202496 709 0 0 0 9913 0 0 0 25 0 1 0 867300586 253284352 443 33554432000 134512640 134936988 4294298640 18446744073709551615 134553445 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6505/statm: 61837 443 41 104 0 61341 0
[pid=6503/tid=6610] ppid=6199 vsize=341148 CPUtime=0 cores=0,2
/proc/6503/task/6610/stat : 6610 (python) S 6199 6199 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867310501 349335552 5908 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 514 18446604453961193408 0 0 -1 2 0 0 0
[pid=6611] ppid=6199 vsize=351404 CPUtime=0 cores=0,2
/proc/6611/stat : 6611 (python) S 6199 6199 5426 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 867310502 359837696 5861 33554432000 4194304 5683644 140734095418528 18446744073709551615 255106788934 0 0 16781312 514 4575464811168530431 0 0 17 0 0 0 0
/proc/6611/statm: 87851 5861 350 364 0 23748 0
[pid=6613] ppid=6611 vsize=417048 CPUtime=0.57 cores=0,2
/proc/6613/stat : 6613 (adaptg2wsat2009) R 6611 6613 6613 0 -1 4202496 685 0 0 0 57 0 0 0 22 0 1 0 867310502 427057152 419 33554432000 134512640 135107411 4290557344 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6613/statm: 104262 419 49 146 0 103138 0
[pid=6199/tid=6206] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6206/stat : 6206 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867240490 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
[pid=6199/tid=6319] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6319/stat : 6319 (python) S 6197 6199 5426 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 867250506 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 2 0 0 0
[pid=6199/tid=6338] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6338/stat : 6338 (python) S 6197 6199 5426 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867260522 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 2 0 0 0
[pid=6199/tid=6356] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6356/stat : 6356 (python) S 6197 6199 5426 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867270537 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
[pid=6199/tid=6467] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6467/stat : 6467 (python) S 6197 6199 5426 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867280553 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
[pid=6199/tid=6486] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6486/stat : 6486 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867290568 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
[pid=6199/tid=6504] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6504/stat : 6504 (python) S 6197 6199 5426 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867300586 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 2 0 0 0
[pid=6199/tid=6612] ppid=6197 vsize=361648 CPUtime=0 cores=0,2
/proc/6199/task/6612/stat : 6612 (python) S 6197 6199 5426 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867310502 370327552 7399 33554432000 4194304 5683644 140734095418528 18446744073709551615 255118592433 0 0 16781312 2 18446604453985339200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 7865932

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.763
CPU time (s): 701.96
CPU user time (s): 701.39
CPU system time (s): 0.57
CPU usage (%): 100.028
Max. virtual memory (cumulated for all children) (KiB): 7865932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.883865
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17457
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1017
involuntary context switches= 33

runsolver used 1.44478 second user time and 2.74558 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 01:24:02
IDJOB=3484192
IDBENCH=82703
IDSOLVER=1975
FILE ID=node144/3484192-1307748242
RUNJOBID= node144-1307746988-5444
PBS_JOBID= 13550816
Free space on /tmp= 73972 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S818753762-096.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-3484192-1307748242/watcher-3484192-1307748242 -o /tmp/evaluation-result-3484192-1307748242/solver-3484192-1307748242 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484192-1307748242.cnf -seed 707162820 -budget 1200

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

MD5SUM BENCH= ffd67922a8bb7c4660bea122f8a5ce0e
RANDOM SEED=707162820

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31584544 kB
Buffers:        152196 kB
Cached:         823680 kB
SwapCached:       1652 kB
Active:         629388 kB
Inactive:       553776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31584544 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:           37620 kB
Writeback:           0 kB
AnonPages:      206108 kB
Mapped:          22048 kB
Slab:           109588 kB
PageTables:      12152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5638356 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= 73940 MiB
End job on node144 at 2011-06-11 01:35:46