Trace number 3484008

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)? (TO) 1200.03 1200.35

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
MD5SUM07407a86c8d0f1e46c34022f68908549
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark606.272
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.39/1.39	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/1.39	c INFO: solving HOME/instance-3484008-1307746989.cnf
0.39/1.39	c INFO: computing task features
0.82/1.89	c INFO: computed variable-clause graph statistics
0.92/1.91	c INFO: computed clause balance statistics
3.62/4.69	c INFO: computed variable balance statistics
5.92/6.92	c INFO: computed small-clause counts
5.92/6.93	c INFO: computed Horn-clause counts
7.62/8.65	c INFO: computed variable graph statistics
7.62/8.65	c INFO: collected features for HOME/instance-3484008-1307746989.cnf in 7.25 s
7.62/8.66	c INFO: running hybridGM3@0 for 97 with 1192 remaining (b = 0.36)
107.93/108.98	c INFO: running hybridGM3@0 for 97 with 1092 remaining (b = 0.21)
208.28/209.22	c INFO: running hybridGM3@0 for 97 with 992 remaining (b = 0.14)
308.51/309.47	c INFO: running hybridGM3@100 for 97 with 892 remaining (b = 0.11)
405.77/406.61	c INFO: running hybridGM3@100 for 97 with 795 remaining (b = 0.11)
502.89/503.76	c INFO: running TNM@0 for 97 with 698 remaining (b = 0.13)
603.14/603.93	c INFO: running hybridGM3@100 for 97 with 598 remaining (b = 0.10)
700.25/701.08	c INFO: running hybridGM3@0 for 97 with 501 remaining (b = 0.10)
800.67/801.39	c INFO: running hybridGM3@100 for 97 with 400 remaining (b = 0.08)
896.03/896.52	c INFO: running hybridGM3@0 for 97 with 305 remaining (b = 0.07)
996.31/996.85	c INFO: running hybridGM3@100 for 97 with 205 remaining (b = 0.06)
1091.57/1092.00	c INFO: running hybridGM3@0 for 110 with 110 remaining (b = 0.05)

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-3484008-1307746989/watcher-3484008-1307746989 -o /tmp/evaluation-result-3484008-1307746989/solver-3484008-1307746989 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484008-1307746989.cnf -seed 723116723 -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: 0.00 0.00 0.00 3/186 5492
/proc/meminfo: memFree=31768444/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=15080 CPUtime=0 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 618 0 0 0 0 0 0 0 21 0 1 0 867115040 15441920 513 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/5492/statm: 3770 513 300 364 0 257 0

[startup+0.0642099 s]
/proc/loadavg: 0.00 0.00 0.00 3/186 5492
/proc/meminfo: memFree=31768444/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=15080 CPUtime=0 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 651 0 0 0 0 0 0 0 21 0 1 0 867115040 15441920 545 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/5492/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100212 s]
/proc/loadavg: 0.00 0.00 0.00 3/186 5492
/proc/meminfo: memFree=31768444/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=15080 CPUtime=0 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 651 0 0 0 0 0 0 0 21 0 1 0 867115040 15441920 545 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/5492/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.303399 s]
/proc/loadavg: 0.00 0.00 0.00 3/186 5492
/proc/meminfo: memFree=31768444/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=116604 CPUtime=0.09 cores=0,2
/proc/5492/stat : 5492 (python) R 5490 5492 5426 0 -1 4202496 3857 0 0 0 7 2 0 0 17 0 1 0 867115040 119402496 3492 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106764645 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5492/statm: 29151 3492 895 364 0 2652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 116604

[startup+0.701134 s]
/proc/loadavg: 0.00 0.00 0.00 3/186 5492
/proc/meminfo: memFree=31768444/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=201384 CPUtime=0.27 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 7076 933 1 0 20 7 0 0 16 0 1 0 867115040 206217216 5096 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/5492/statm: 50346 5096 1490 364 0 3855 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 201384

[startup+1.50094 s]
/proc/loadavg: 0.00 0.00 0.00 1/190 5515
/proc/meminfo: memFree=31692940/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=288184 CPUtime=0.52 cores=0,2
/proc/5492/stat : 5492 (python) R 5490 5492 5426 0 -1 4202496 11678 933 1 0 40 12 0 0 16 0 1 0 867115040 295100416 9346 33554432000 4194304 5683644 140733613381360 18446744073709551615 4619667 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5492/statm: 72046 9346 1761 364 0 7970 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 288184

[startup+3.1007 s]
/proc/loadavg: 0.00 0.00 0.00 5/190 5519
/proc/meminfo: memFree=31571632/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=312968 CPUtime=2.12 cores=0,2
/proc/5492/stat : 5492 (python) R 5490 5492 5426 0 -1 4202496 21981 933 1 0 198 14 0 0 17 0 1 0 867115040 320479232 15627 33554432000 4194304 5683644 140733613381360 18446744073709551615 4623672 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5492/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 312968
heavy processes:

[startup+6.30112 s]
/proc/loadavg: 0.32 0.07 0.02 5/196 5525
/proc/meminfo: memFree=31535736/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=312968 CPUtime=5.32 cores=0,2
/proc/5492/stat : 5492 (python) R 5490 5492 5426 0 -1 4202496 21982 933 1 0 518 14 0 0 25 0 1 0 867115040 320479232 15628 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106427536 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5492/statm: 78242 15628 1827 364 0 14166 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 312968

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.04 5/199 5528
/proc/meminfo: memFree=31507784/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=320504 CPUtime=7.68 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 22268 933 1 0 754 14 0 0 20 0 2 0 867115040 328196096 14989 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5492/statm: 80126 14989 1867 364 0 16044 0
[pid=5526] ppid=5492 vsize=310260 CPUtime=0 cores=0,2
/proc/5526/stat : 5526 (python) S 5492 5492 5426 0 -1 4202560 731 0 0 0 0 0 0 0 15 0 1 0 867115907 317706240 13471 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106788879 0 0 16781312 514 8295911992888099076 0 0 17 0 0 0 0
/proc/5526/statm: 77565 13471 353 364 0 13483 0
[pid=5528] ppid=5526 vsize=268420 CPUtime=4.02 cores=0,2
/proc/5528/stat : 5528 (hybridGM3) R 5526 5528 5528 0 -1 4202496 8085 0 0 0 401 1 0 0 25 0 1 0 867115907 274862080 7820 33554432000 134512640 135204385 4289699600 18446744073709551615 134537401 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5528/statm: 67105 7820 64 169 0 66935 0
[pid=5492/tid=5527] ppid=5490 vsize=320504 CPUtime=0 cores=0,2
/proc/5492/task/5527/stat : 5527 (python) S 5490 5492 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 867115907 328196096 14989 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.7
Current children cumulated vsize (KiB) 899184

[startup+25.5007 s]
/proc/loadavg: 1.30 0.30 0.10 5/202 5578
/proc/meminfo: memFree=31459476/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=320504 CPUtime=7.68 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 22268 933 1 0 754 14 0 0 20 0 2 0 867115040 328196096 14989 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5492/statm: 80126 14989 1867 364 0 16044 0
[pid=5526] ppid=5492 vsize=310260 CPUtime=0.02 cores=0,2
/proc/5526/stat : 5526 (python) S 5492 5492 5426 0 -1 4202560 872 0 0 0 1 1 0 0 15 0 1 0 867115907 317706240 13494 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106788879 0 0 16781312 514 1885231433077719300 0 0 17 0 0 0 0
/proc/5526/statm: 77565 13494 376 364 0 13483 0
[pid=5528] ppid=5526 vsize=268420 CPUtime=16.8 cores=0,2
/proc/5528/stat : 5528 (hybridGM3) R 5526 5528 5528 0 -1 4202496 8085 0 0 0 1679 1 0 0 25 0 1 0 867115907 274862080 7820 33554432000 134512640 135204385 4289699600 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5528/statm: 67105 7820 64 169 0 66935 0
[pid=5492/tid=5527] ppid=5490 vsize=320504 CPUtime=0 cores=0,2
/proc/5492/task/5527/stat : 5527 (python) S 5490 5492 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 867115907 328196096 14989 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 899184

[startup+51.1012 s]
/proc/loadavg: 2.22 0.60 0.20 5/202 5624
/proc/meminfo: memFree=31481776/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=320504 CPUtime=7.68 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 22268 933 1 0 754 14 0 0 20 0 2 0 867115040 328196096 14989 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5492/statm: 80126 14989 1867 364 0 16044 0
[pid=5526] ppid=5492 vsize=310260 CPUtime=0.05 cores=0,2
/proc/5526/stat : 5526 (python) S 5492 5492 5426 0 -1 4202560 883 0 0 0 3 2 0 0 15 0 1 0 867115907 317706240 13494 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106788879 0 0 16781312 514 1885231433077719300 0 0 17 0 0 0 0
/proc/5526/statm: 77565 13494 376 364 0 13483 0
[pid=5528] ppid=5526 vsize=268420 CPUtime=42.38 cores=0,2
/proc/5528/stat : 5528 (hybridGM3) R 5526 5528 5528 0 -1 4202496 8087 0 0 0 4237 1 0 0 25 0 1 0 867115907 274862080 7822 33554432000 134512640 135204385 4289699600 18446744073709551615 134536678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5528/statm: 67105 7822 64 169 0 66935 0
[pid=5492/tid=5527] ppid=5490 vsize=320504 CPUtime=0 cores=0,2
/proc/5492/task/5527/stat : 5527 (python) S 5490 5492 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 867115907 328196096 14989 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 899184

[startup+102.307 s]
/proc/loadavg: 3.22 1.12 0.40 5/202 5626
/proc/meminfo: memFree=31482352/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=320504 CPUtime=7.68 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 22268 933 1 0 754 14 0 0 20 0 2 0 867115040 328196096 14989 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5492/statm: 80126 14989 1867 364 0 16044 0
[pid=5526] ppid=5492 vsize=310260 CPUtime=0.11 cores=0,2
/proc/5526/stat : 5526 (python) S 5492 5492 5426 0 -1 4202560 904 0 0 0 6 5 0 0 15 0 1 0 867115907 317706240 13494 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106788879 0 0 16781312 514 1885231433077719300 0 0 17 0 0 0 0
/proc/5526/statm: 77565 13494 376 364 0 13483 0
[pid=5528] ppid=5526 vsize=268420 CPUtime=93.53 cores=0,2
/proc/5528/stat : 5528 (hybridGM3) R 5526 5528 5528 0 -1 4202496 8087 0 0 0 9352 1 0 0 25 0 1 0 867115907 274862080 7822 33554432000 134512640 135204385 4289699600 18446744073709551615 134536986 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5528/statm: 67105 7822 64 169 0 66935 0
[pid=5492/tid=5527] ppid=5490 vsize=320504 CPUtime=0 cores=0,2
/proc/5492/task/5527/stat : 5527 (python) S 5490 5492 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 867115907 328196096 14989 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 899184

[startup+162.301 s]
/proc/loadavg: 3.71 1.64 0.62 5/214 5689
/proc/meminfo: memFree=31412404/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=330760 CPUtime=7.7 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 23156 933 1 0 755 15 0 0 19 0 3 0 867115040 338698240 14996 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5492/statm: 82690 14996 1870 364 0 18605 0
[pid=5526] ppid=5492 vsize=320504 CPUtime=0.13 cores=0,2
/proc/5526/stat : 5526 (python) S 5492 5492 5426 0 -1 4202560 1147 0 0 0 7 6 0 0 16 0 2 0 867115907 328196096 13538 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5526/statm: 80126 13538 415 364 0 16044 0
[pid=5528] ppid=5526 vsize=268420 CPUtime=100.2 cores=0,2
/proc/5528/stat : 5528 (hybridGM3) T 5526 5528 5528 0 -1 4202496 8087 0 0 0 10019 1 0 0 25 0 1 0 867115907 274862080 7822 33554432000 134512640 135204385 4289699600 18446744073709551615 134536891 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5528/statm: 67105 7822 64 169 0 66935 0
[pid=5526/tid=5627] ppid=5492 vsize=320504 CPUtime=0 cores=0,2
/proc/5526/task/5627/stat : 5627 (python) S 5492 5492 5426 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 867125938 328196096 13538 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453978003456 0 0 -1 0 0 0 0
[pid=5628] ppid=5492 vsize=320516 CPUtime=0.07 cores=0,2
/proc/5628/stat : 5628 (python) S 5492 5492 5426 0 -1 4202560 904 0 0 0 4 3 0 0 15 0 1 0 867125939 328208384 13492 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106788934 0 0 16781312 514 1885231433077719297 0 0 17 0 0 0 0
/proc/5628/statm: 80129 13492 370 364 0 16044 0
[pid=5630] ppid=5628 vsize=268424 CPUtime=53.25 cores=0,2
/proc/5630/stat : 5630 (hybridGM3) R 5628 5630 5630 0 -1 4202496 8090 0 0 0 5324 1 0 0 25 0 1 0 867125939 274866176 7827 33554432000 134512640 135204385 4287009776 18446744073709551615 134536624 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5630/statm: 67106 7827 64 169 0 66936 0
[pid=5492/tid=5527] ppid=5490 vsize=330760 CPUtime=0 cores=0,2
/proc/5492/task/5527/stat : 5527 (python) S 5490 5492 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 867115907 338698240 14996 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=5629] ppid=5490 vsize=330760 CPUtime=0 cores=0,2
/proc/5492/task/5629/stat : 5629 (python) S 5490 5492 5426 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 867125939 338698240 14996 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 1508624

[startup+222.301 s]
/proc/loadavg: 3.93 2.08 0.83 6/226 5795
/proc/meminfo: memFree=31320412/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=341016 CPUtime=7.71 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 23997 933 1 0 756 15 0 0 20 0 4 0 867115040 349200384 15002 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5492/statm: 85254 15002 1872 364 0 21166 0
[pid=5526] ppid=5492 vsize=320504 CPUtime=0.13 cores=0,2
/proc/5526/stat : 5526 (python) S 5492 5492 5426 0 -1 4202560 1147 0 0 0 7 6 0 0 16 0 2 0 867115907 328196096 13538 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5526/statm: 80126 13538 415 364 0 16044 0
[pid=5528] ppid=5526 vsize=268420 CPUtime=100.2 cores=0,2
/proc/5528/stat : 5528 (hybridGM3) T 5526 5528 5528 0 -1 4202496 8087 0 0 0 10019 1 0 0 25 0 1 0 867115907 274862080 7822 33554432000 134512640 135204385 4289699600 18446744073709551615 134536891 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5528/statm: 67105 7822 64 169 0 66935 0
[pid=5526/tid=5627] ppid=5492 vsize=320504 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=30956372/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=382040 CPUtime=7.78 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 27872 933 1 0 762 16 0 0 20 0 8 0 867115040 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5492/statm: 95510 15034 1888 364 0 31410 0
[pid=5526] ppid=5492 vsize=320504 CPUtime=0.28 cores=0,2
/proc/5526/stat : 5526 (python) S 5492 5492 5426 0 -1 4202560 1206 0 0 0 15 13 0 0 15 0 2 0 867115907 328196096 13539 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5526/statm: 80126 13539 416 364 0 16044 0
[pid=5528] ppid=5526 vsize=268420 CPUtime=197.23 cores=0,2
/proc/5528/stat : 5528 (hybridGM3) T 5526 5528 5528 0 -1 4202496 8087 0 0 0 19722 1 0 0 25 0 1 0 867115907 274862080 7822 33554432000 134512640 135204385 4289699600 18446744073709551615 134537613 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5528/statm: 67105 7822 64 169 0 66935 0
[pid=5526/tid=5627] ppid=5492 vsize=320504 CPUtime=0 cores=0,2
/proc/5526/task/5627/stat : 5627 (python) S 5492 5492 5426 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867125938 328196096 13539 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453978003456 0 0 -1 0 0 0 0
[pid=5628] ppid=5492 vsize=320516 CPUtime=0.3 cores=0,2
/proc/5628/stat : 5628 (python) S 5492 5492 5426 0 -1 4202560 1111 0 0 0 17 13 0 0 16 0 2 0 867125939 328208384 13522 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5628/statm: 80129 13522 399 364 0 16044 0
[pid=5630] ppid=5628 vsize=268424 CPUtime=197.14 cores=0,2
/proc/5630/stat : 5630 (hybridGM3) T 5628 5630 5630 0 -1 4202496 8091 0 0 0 19713 1 0 0 25 0 1 0 867125939 274866176 7828 33554432000 134512640 135204385 4287009776 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5630/statm: 67106 7828 64 169 0 66936 0
[pid=5628/tid=5783] ppid=5492 vsize=320516 CPUtime=0 cores=0,2
/proc/5628/task/5783/stat : 5783 (python) S 5492 5492 5426 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867135961 328208384 13522 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453920720064 0 0 -1 0 0 0 0
[pid=5784] ppid=5492 vsize=330772 CPUtime=0.32 cores=0,2
/proc/5784/stat : 5784 (python) S 5492 5492 5426 0 -1 4202560 1113 0 0 0 16 16 0 0 15 0 2 0 867135962 338710528 13526 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5784/statm: 82693 13526 399 364 0 18605 0
[pid=5786] ppid=5784 vsize=268424 CPUtime=197.13 cores=0,2
/proc/5786/stat : 5786 (hybridGM3) T 5784 5786 5786 0 -1 4202496 8087 0 0 0 19713 0 0 0 25 0 1 0 867135962 274866176 7824 33554432000 134512640 135204385 4291378128 18446744073709551615 134536678 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5786/statm: 67106 7824 64 169 0 66936 0
[pid=5784/tid=5802] ppid=5492 vsize=330772 CPUtime=0 cores=0,2
/proc/5784/task/5802/stat : 5802 (python) S 5492 5492 5426 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867145986 338710528 13526 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453961192512 0 0 -1 0 0 0 0
[pid=5825] ppid=5492 vsize=341028 CPUtime=0.16 cores=0,2
/proc/5825/stat : 5825 (python) S 5492 5492 5426 0 -1 4202560 1070 0 0 0 9 7 0 0 19 0 2 0 867165416 349212672 13530 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5825/statm: 85257 13530 399 364 0 21166 0
[pid=5827] ppid=5825 vsize=465044 CPUtime=100.04 cores=0,2
/proc/5827/stat : 5827 (TNM) T 5825 5827 5827 0 -1 4202496 6007 0 0 0 10003 1 0 0 25 0 1 0 867165416 476205056 5750 33554432000 134512640 135008748 4287246352 18446744073709551615 134529528 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5827/statm: 116261 5750 46 122 0 115161 0
[pid=5825/tid=5842] ppid=5492 vsize=341028 CPUtime=0 cores=0,2
/proc/5825/task/5842/stat : 5842 (python) S 5492 5492 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867175432 349212672 13530 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453920135296 0 0 -1 2 0 0 0
[pid=5855] ppid=5492 vsize=351284 CPUtime=0.29 cores=0,2
/proc/5855/stat : 5855 (python) S 5492 5492 5426 0 -1 4202560 1121 0 0 0 17 12 0 0 15 0 2 0 867185149 359714816 13534 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5855/statm: 87821 13534 399 364 0 23727 0
[pid=5857] ppid=5855 vsize=268428 CPUtime=195.41 cores=0,2
/proc/5857/stat : 5857 (hybridGM3) T 5855 5857 5857 0 -1 4202496 8091 0 0 0 19540 1 0 0 25 0 1 0 867185149 274870272 7827 33554432000 134512640 135204385 4289485088 18446744073709551615 134536929 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5857/statm: 67107 7827 64 169 0 66937 0
[pid=5855/tid=5964] ppid=5492 vsize=351284 CPUtime=0 cores=0,2
/proc/5855/task/5964/stat : 5964 (python) S 5492 5492 5426 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867195178 359714816 13534 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453922609024 0 0 -1 2 0 0 0
[pid=6024] ppid=5492 vsize=361540 CPUtime=0.32 cores=0,2
/proc/6024/stat : 6024 (python) S 5492 5492 5426 0 -1 4202560 1118 0 0 0 17 15 0 0 16 0 2 0 867204692 370216960 13538 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6024/statm: 90385 13538 399 364 0 26288 0
[pid=6026] ppid=6024 vsize=268424 CPUtime=195.18 cores=0,2
/proc/6026/stat : 6026 (hybridGM3) T 6024 6026 6026 0 -1 4202496 8086 0 0 0 19518 0 0 0 25 0 1 0 867204693 274866176 7825 33554432000 134512640 135204385 4294690208 18446744073709551615 134537224 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6026/statm: 67106 7825 64 169 0 66936 0
[pid=6024/tid=6040] ppid=5492 vsize=361540 CPUtime=0 cores=0,2
/proc/6024/task/6040/stat : 6040 (python) S 5492 5492 5426 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867214725 370216960 13538 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453962138688 0 0 -1 0 0 0 0
[pid=6049] ppid=5492 vsize=371796 CPUtime=0.16 cores=0,2
/proc/6049/stat : 6049 (python) S 5492 5492 5426 0 -1 4202560 933 0 0 0 8 8 0 0 15 0 1 0 867224240 380719104 13512 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106788934 0 0 16781312 514 1885231433077719297 0 0 17 2 0 0 0
/proc/6049/statm: 92949 13512 370 364 0 28849 0
[pid=6051] ppid=6049 vsize=268428 CPUtime=108.29 cores=0,2
/proc/6051/stat : 6051 (hybridGM3) R 6049 6051 6051 0 -1 4202496 8091 0 0 0 10827 2 0 0 25 0 1 0 867224241 274870272 7825 33554432000 134512640 135204385 4291897040 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6051/statm: 67107 7825 64 169 0 66937 0
[pid=5492/tid=5527] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/5527/stat : 5527 (python) S 5490 5492 5426 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 867115907 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=5629] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/5629/stat : 5629 (python) S 5490 5492 5426 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 867125939 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=5785] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/5785/stat : 5785 (python) S 5490 5492 5426 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 867135962 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=5826] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/5826/stat : 5826 (python) S 5490 5492 5426 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 867165416 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=5856] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/5856/stat : 5856 (python) S 5490 5492 5426 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 8 0 867185149 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 0 0 0 0
[pid=5492/tid=6025] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/6025/stat : 6025 (python) S 5490 5492 5426 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 867204693 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=6050] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/6050/stat : 6050 (python) S 5490 5492 5426 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 867224241 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 4855072

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

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

[startup+1200.3 s]
/proc/loadavg: 4.08 3.95 2.88 5/273 6066
/proc/meminfo: memFree=30956372/32951124 swapFree=67088052/67111528
[pid=5492] ppid=5490 vsize=382040 CPUtime=7.78 cores=0,2
/proc/5492/stat : 5492 (python) S 5490 5492 5426 0 -1 4202496 27872 933 1 0 762 16 0 0 20 0 8 0 867115040 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5492/statm: 95510 15034 1888 364 0 31410 0
[pid=5526] ppid=5492 vsize=320504 CPUtime=0.28 cores=0,2
/proc/5526/stat : 5526 (python) S 5492 5492 5426 0 -1 4202560 1206 0 0 0 15 13 0 0 15 0 2 0 867115907 328196096 13539 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5526/statm: 80126 13539 416 364 0 16044 0
[pid=5528] ppid=5526 vsize=268420 CPUtime=197.23 cores=0,2
/proc/5528/stat : 5528 (hybridGM3) T 5526 5528 5528 0 -1 4202496 8087 0 0 0 19722 1 0 0 25 0 1 0 867115907 274862080 7822 33554432000 134512640 135204385 4289699600 18446744073709551615 134537613 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5528/statm: 67105 7822 64 169 0 66935 0
[pid=5526/tid=5627] ppid=5492 vsize=320504 CPUtime=0 cores=0,2
/proc/5526/task/5627/stat : 5627 (python) S 5492 5492 5426 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867125938 328196096 13539 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453978003456 0 0 -1 0 0 0 0
[pid=5628] ppid=5492 vsize=320516 CPUtime=0.3 cores=0,2
/proc/5628/stat : 5628 (python) S 5492 5492 5426 0 -1 4202560 1111 0 0 0 17 13 0 0 16 0 2 0 867125939 328208384 13522 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5628/statm: 80129 13522 399 364 0 16044 0
[pid=5630] ppid=5628 vsize=268424 CPUtime=197.14 cores=0,2
/proc/5630/stat : 5630 (hybridGM3) T 5628 5630 5630 0 -1 4202496 8091 0 0 0 19713 1 0 0 25 0 1 0 867125939 274866176 7828 33554432000 134512640 135204385 4287009776 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5630/statm: 67106 7828 64 169 0 66936 0
[pid=5628/tid=5783] ppid=5492 vsize=320516 CPUtime=0 cores=0,2
/proc/5628/task/5783/stat : 5783 (python) S 5492 5492 5426 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867135961 328208384 13522 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453920720064 0 0 -1 0 0 0 0
[pid=5784] ppid=5492 vsize=330772 CPUtime=0.32 cores=0,2
/proc/5784/stat : 5784 (python) S 5492 5492 5426 0 -1 4202560 1113 0 0 0 16 16 0 0 15 0 2 0 867135962 338710528 13526 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5784/statm: 82693 13526 399 364 0 18605 0
[pid=5786] ppid=5784 vsize=268424 CPUtime=197.13 cores=0,2
/proc/5786/stat : 5786 (hybridGM3) T 5784 5786 5786 0 -1 4202496 8087 0 0 0 19713 0 0 0 25 0 1 0 867135962 274866176 7824 33554432000 134512640 135204385 4291378128 18446744073709551615 134536678 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5786/statm: 67106 7824 64 169 0 66936 0
[pid=5784/tid=5802] ppid=5492 vsize=330772 CPUtime=0 cores=0,2
/proc/5784/task/5802/stat : 5802 (python) S 5492 5492 5426 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867145986 338710528 13526 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453961192512 0 0 -1 0 0 0 0
[pid=5825] ppid=5492 vsize=341028 CPUtime=0.16 cores=0,2
/proc/5825/stat : 5825 (python) S 5492 5492 5426 0 -1 4202560 1070 0 0 0 9 7 0 0 19 0 2 0 867165416 349212672 13530 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5825/statm: 85257 13530 399 364 0 21166 0
[pid=5827] ppid=5825 vsize=465044 CPUtime=100.04 cores=0,2
/proc/5827/stat : 5827 (TNM) T 5825 5827 5827 0 -1 4202496 6007 0 0 0 10003 1 0 0 25 0 1 0 867165416 476205056 5750 33554432000 134512640 135008748 4287246352 18446744073709551615 134529528 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5827/statm: 116261 5750 46 122 0 115161 0
[pid=5825/tid=5842] ppid=5492 vsize=341028 CPUtime=0 cores=0,2
/proc/5825/task/5842/stat : 5842 (python) S 5492 5492 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867175432 349212672 13530 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453920135296 0 0 -1 2 0 0 0
[pid=5855] ppid=5492 vsize=351284 CPUtime=0.29 cores=0,2
/proc/5855/stat : 5855 (python) S 5492 5492 5426 0 -1 4202560 1121 0 0 0 17 12 0 0 15 0 2 0 867185149 359714816 13534 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/5855/statm: 87821 13534 399 364 0 23727 0
[pid=5857] ppid=5855 vsize=268428 CPUtime=195.41 cores=0,2
/proc/5857/stat : 5857 (hybridGM3) T 5855 5857 5857 0 -1 4202496 8091 0 0 0 19540 1 0 0 25 0 1 0 867185149 274870272 7827 33554432000 134512640 135204385 4289485088 18446744073709551615 134536929 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/5857/statm: 67107 7827 64 169 0 66937 0
[pid=5855/tid=5964] ppid=5492 vsize=351284 CPUtime=0 cores=0,2
/proc/5855/task/5964/stat : 5964 (python) S 5492 5492 5426 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867195178 359714816 13534 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453922609024 0 0 -1 2 0 0 0
[pid=6024] ppid=5492 vsize=361540 CPUtime=0.32 cores=0,2
/proc/6024/stat : 6024 (python) S 5492 5492 5426 0 -1 4202560 1118 0 0 0 17 15 0 0 16 0 2 0 867204692 370216960 13538 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6024/statm: 90385 13538 399 364 0 26288 0
[pid=6026] ppid=6024 vsize=268424 CPUtime=195.18 cores=0,2
/proc/6026/stat : 6026 (hybridGM3) T 6024 6026 6026 0 -1 4202496 8086 0 0 0 19518 0 0 0 25 0 1 0 867204693 274866176 7825 33554432000 134512640 135204385 4294690208 18446744073709551615 134537224 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6026/statm: 67106 7825 64 169 0 66936 0
[pid=6024/tid=6040] ppid=5492 vsize=361540 CPUtime=0 cores=0,2
/proc/6024/task/6040/stat : 6040 (python) S 5492 5492 5426 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867214725 370216960 13538 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 514 18446604453962138688 0 0 -1 0 0 0 0
[pid=6049] ppid=5492 vsize=371796 CPUtime=0.16 cores=0,2
/proc/6049/stat : 6049 (python) S 5492 5492 5426 0 -1 4202560 933 0 0 0 8 8 0 0 15 0 1 0 867224240 380719104 13512 33554432000 4194304 5683644 140733613381360 18446744073709551615 255106788934 0 0 16781312 514 1885231433077719297 0 0 17 2 0 0 0
/proc/6049/statm: 92949 13512 370 364 0 28849 0
[pid=6051] ppid=6049 vsize=268428 CPUtime=108.29 cores=0,2
/proc/6051/stat : 6051 (hybridGM3) R 6049 6051 6051 0 -1 4202496 8091 0 0 0 10827 2 0 0 25 0 1 0 867224241 274870272 7825 33554432000 134512640 135204385 4291897040 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6051/statm: 67107 7825 64 169 0 66937 0
[pid=5492/tid=5527] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/5527/stat : 5527 (python) S 5490 5492 5426 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 867115907 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=5629] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/5629/stat : 5629 (python) S 5490 5492 5426 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 867125939 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=5785] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/5785/stat : 5785 (python) S 5490 5492 5426 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 867135962 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=5826] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/5826/stat : 5826 (python) S 5490 5492 5426 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 867165416 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=5856] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/5856/stat : 5856 (python) S 5490 5492 5426 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 8 0 867185149 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 0 0 0 0
[pid=5492/tid=6025] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/6025/stat : 6025 (python) S 5490 5492 5426 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 867204693 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 2 0 0 0
[pid=5492/tid=6050] ppid=5490 vsize=382040 CPUtime=0 cores=0,2
/proc/5492/task/6050/stat : 6050 (python) S 5490 5492 5426 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 867224241 391208960 15034 33554432000 4194304 5683644 140733613381360 18446744073709551615 255118592433 0 0 16781312 2 18446604453947203968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 4855072

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.35
CPU time (s): 1200.03
CPU user time (s): 1198.97
CPU system time (s): 1.06
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 4855072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5727
system time used= 0.976851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36060
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= 15392
involuntary context switches= 94

runsolver used 3.07053 second user time and 5.22321 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 01:03:09
IDJOB=3484008
IDBENCH=82519
IDSOLVER=1975
FILE ID=node144/3484008-1307746989
RUNJOBID= node144-1307746988-5444
PBS_JOBID= 13550816
Free space on /tmp= 74000 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S419010076-063-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-3484008-1307746989/watcher-3484008-1307746989 -o /tmp/evaluation-result-3484008-1307746989/solver-3484008-1307746989 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484008-1307746989.cnf -seed 723116723 -budget 1200

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

MD5SUM BENCH= 07407a86c8d0f1e46c34022f68908549
RANDOM SEED=723116723

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:      31770344 kB
Buffers:        146968 kB
Cached:         790420 kB
SwapCached:       1620 kB
Active:         456460 kB
Inactive:       548416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31770344 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:          100140 kB
Writeback:           8 kB
AnonPages:       64840 kB
Mapped:          15924 kB
Slab:           108676 kB
PageTables:       5704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   257104 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= 73932 MiB
End job on node144 at 2011-06-11 01:23:12