Trace number 3484044

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 1202.25

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1838224332-006-UNKNOWN.cnf
MD5SUMa93695501183427990f531672c9572d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.7978
Satisfiable
(Un)Satisfiability was proved
Number of variables24998
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.48/3.05	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.48/3.05	c INFO: solving HOME/instance-3484044-1307747008.cnf
0.48/3.05	c INFO: computing task features
0.84/3.42	c INFO: computed variable-clause graph statistics
0.84/3.44	c INFO: computed clause balance statistics
2.74/5.32	c INFO: computed variable balance statistics
4.33/6.92	c INFO: computed small-clause counts
4.33/6.93	c INFO: computed Horn-clause counts
5.13/7.79	c INFO: computed variable graph statistics
5.13/7.79	c INFO: collected features for HOME/instance-3484044-1307747008.cnf in 4.73 s
5.24/7.80	c INFO: running hybridGM3@0 for 97 with 1195 remaining (b = 0.35)
105.90/108.51	c INFO: running hybridGM3@0 for 97 with 1094 remaining (b = 0.23)
206.63/209.25	c INFO: running hybridGM3@0 for 97 with 994 remaining (b = 0.16)
307.33/309.99	c INFO: running hybridGM3@100 for 97 with 893 remaining (b = 0.13)
404.58/407.12	c INFO: running hybridGM3@100 for 97 with 796 remaining (b = 0.13)
501.75/504.27	c INFO: running TNM@0 for 97 with 699 remaining (b = 0.14)
601.07/603.42	c INFO: running hybridGM3@100 for 97 with 600 remaining (b = 0.12)
698.20/700.58	c INFO: running hybridGM3@0 for 97 with 503 remaining (b = 0.11)
799.15/801.31	c INFO: running hybridGM3@100 for 97 with 402 remaining (b = 0.09)
894.27/896.43	c INFO: running hybridGM3@0 for 97 with 307 remaining (b = 0.08)
994.94/997.17	c INFO: running hybridGM3@100 for 97 with 207 remaining (b = 0.07)
1090.14/1092.30	c INFO: running hybridGM3@0 for 112 with 112 remaining (b = 0.06)

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-3484044-1307747008/watcher-3484044-1307747008 -o /tmp/evaluation-result-3484044-1307747008/solver-3484044-1307747008 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484044-1307747008.cnf -seed 5039089 -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.08 0.02 0.01 3/183 31446
/proc/meminfo: memFree=31486556/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=11804 CPUtime=0 cores=0,2
/proc/31446/stat : 31446 (runsolver) S 31436 31446 31379 0 -1 4202560 41 0 0 0 0 0 0 0 23 0 1 0 886300876 12087296 51 33554432000 4194304 5436572 140734050681440 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 0 0 0 0
/proc/31446/statm: 2951 51 31 304 0 2643 0

[startup+0.0336801 s]
/proc/loadavg: 0.08 0.02 0.01 3/183 31446
/proc/meminfo: memFree=31486556/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=14820 CPUtime=0 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 512 0 0 0 0 0 0 0 22 0 1 0 886300876 15175680 419 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080228197 0 2147483391 4096 0 18446744071699207358 0 0 17 0 0 0 0
/proc/31446/statm: 3705 419 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100668 s]
/proc/loadavg: 0.08 0.02 0.01 3/183 31446
/proc/meminfo: memFree=31486556/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=15380 CPUtime=0 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 792 0 0 0 0 0 0 0 22 0 1 0 886300876 15749120 679 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699953811 0 0 17 2 0 0 0
/proc/31446/statm: 3845 679 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.300637 s]
/proc/loadavg: 0.08 0.02 0.01 3/183 31446
/proc/meminfo: memFree=31486556/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=16400 CPUtime=0 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 1077 0 0 0 0 0 0 0 20 0 1 0 886300876 16793600 947 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080228197 0 2147483391 16781312 2 18446744071699953811 0 0 17 2 0 0 0
/proc/31446/statm: 4100 947 382 364 0 587 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16400

[startup+0.700555 s]
/proc/loadavg: 0.08 0.02 0.01 3/183 31446
/proc/meminfo: memFree=31486556/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=85368 CPUtime=0.07 cores=0,2
/proc/31446/stat : 31446 (python) D 31436 31446 31379 0 -1 4202496 2592 0 0 0 4 3 0 0 16 0 1 0 886300876 87416832 2314 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080238135 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/31446/statm: 21342 2314 712 364 0 1559 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85368

[startup+1.70636 s]
/proc/loadavg: 0.08 0.02 0.01 3/183 31446
/proc/meminfo: memFree=31486556/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=135752 CPUtime=0.26 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 5976 934 1 0 15 11 0 0 15 0 1 0 886300876 139010048 4150 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 45
/proc/31446/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135752

[startup+3.10709 s]
/proc/loadavg: 0.39 0.08 0.03 2/190 31472
/proc/meminfo: memFree=31400448/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=283324 CPUtime=0.55 cores=0,2
/proc/31446/stat : 31446 (python) R 31436 31446 31379 0 -1 4202496 10438 934 1 0 34 21 0 0 16 0 1 0 886300876 290123776 8109 33554432000 4194304 5683644 140734864316672 18446744073709551615 208079929536 0 0 16781312 2 0 0 0 17 2 0 0 45
/proc/31446/statm: 70831 8109 1761 364 0 6755 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 283324
heavy processes:

[startup+6.30054 s]
/proc/loadavg: 0.68 0.15 0.05 6/199 31481
/proc/meminfo: memFree=31337740/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=302960 CPUtime=3.74 cores=0,2
/proc/31446/stat : 31446 (python) R 31436 31446 31379 0 -1 4202496 18322 934 1 0 353 21 0 0 20 0 1 0 886300876 310231040 13125 33554432000 4194304 5683644 140734864316672 18446744073709551615 47489408433764 0 0 16781312 2 0 0 0 17 0 0 0 45
/proc/31446/statm: 75740 13125 1827 364 0 11664 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 302960
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 0.95 0.21 0.07 6/202 31484
/proc/meminfo: memFree=31309612/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=311276 CPUtime=5.25 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 18613 934 1 0 503 22 0 0 25 0 2 0 886300876 318746624 12681 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 45
/proc/31446/statm: 77819 12681 1867 364 0 13737 0
[pid=31482] ppid=31446 vsize=301032 CPUtime=0 cores=0,2
/proc/31482/stat : 31482 (python) S 31446 31446 31379 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 886301657 308256768 11186 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080252431 0 0 16781312 514 3995361651720191999 0 0 17 0 0 0 0
/proc/31482/statm: 75258 11186 376 364 0 11176 0
[pid=31484] ppid=31482 vsize=268424 CPUtime=4.87 cores=0,2
/proc/31484/stat : 31484 (hybridGM3) R 31482 31484 31484 0 -1 4202496 7139 0 0 0 486 1 0 0 25 0 1 0 886301657 274866176 6877 33554432000 134512640 135204385 4291736592 18446744073709551615 134546073 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31484/statm: 67106 6877 64 169 0 66936 0
[pid=31446/tid=31483] ppid=31436 vsize=311276 CPUtime=0 cores=0,2
/proc/31446/task/31483/stat : 31483 (python) S 31436 31446 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886301657 318746624 12681 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 880732
heavy processes:

[startup+25.5009 s]
/proc/loadavg: 1.42 0.33 0.11 6/202 31486
/proc/meminfo: memFree=31310144/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=311276 CPUtime=5.25 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 18613 934 1 0 503 22 0 0 25 0 2 0 886300876 318746624 12681 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 45
/proc/31446/statm: 77819 12681 1867 364 0 13737 0
[pid=31482] ppid=31446 vsize=301032 CPUtime=0.02 cores=0,2
/proc/31482/stat : 31482 (python) S 31446 31446 31379 0 -1 4202560 890 0 0 0 1 1 0 0 18 0 1 0 886301657 308256768 11186 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080252431 0 0 16781312 514 18034471193758630148 0 0 17 0 0 0 0
/proc/31482/statm: 75258 11186 376 364 0 11176 0
[pid=31484] ppid=31482 vsize=268424 CPUtime=17.66 cores=0,2
/proc/31484/stat : 31484 (hybridGM3) R 31482 31484 31484 0 -1 4202496 7139 0 0 0 1765 1 0 0 25 0 1 0 886301657 274866176 6877 33554432000 134512640 135204385 4291736592 18446744073709551615 134536691 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31484/statm: 67106 6877 64 169 0 66936 0
[pid=31446/tid=31483] ppid=31436 vsize=311276 CPUtime=0 cores=0,2
/proc/31446/task/31483/stat : 31483 (python) S 31436 31446 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886301657 318746624 12681 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.93
Current children cumulated vsize (KiB) 880732

[startup+51.1009 s]
/proc/loadavg: 2.30 0.63 0.21 6/202 31488
/proc/meminfo: memFree=31306872/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=311276 CPUtime=5.25 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 18613 934 1 0 503 22 0 0 25 0 2 0 886300876 318746624 12681 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 45
/proc/31446/statm: 77819 12681 1867 364 0 13737 0
[pid=31482] ppid=31446 vsize=301032 CPUtime=0.04 cores=0,2
/proc/31482/stat : 31482 (python) S 31446 31446 31379 0 -1 4202560 902 0 0 0 2 2 0 0 18 0 1 0 886301657 308256768 11186 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080252431 0 0 16781312 514 18034471193758630148 0 0 17 0 0 0 0
/proc/31482/statm: 75258 11186 376 364 0 11176 0
[pid=31484] ppid=31482 vsize=268424 CPUtime=43.22 cores=0,2
/proc/31484/stat : 31484 (hybridGM3) R 31482 31484 31484 0 -1 4202496 7139 0 0 0 4321 1 0 0 25 0 1 0 886301657 274866176 6877 33554432000 134512640 135204385 4291736592 18446744073709551615 134547418 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31484/statm: 67106 6877 64 169 0 66936 0
[pid=31446/tid=31483] ppid=31436 vsize=311276 CPUtime=0 cores=0,2
/proc/31446/task/31483/stat : 31483 (python) S 31436 31446 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886301657 318746624 12681 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.51
Current children cumulated vsize (KiB) 880732

[startup+102.301 s]
/proc/loadavg: 3.32 1.19 0.43 6/202 31535
/proc/meminfo: memFree=31328988/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=311276 CPUtime=5.25 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 18613 934 1 0 503 22 0 0 25 0 2 0 886300876 318746624 12681 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 45
/proc/31446/statm: 77819 12681 1867 364 0 13737 0
[pid=31482] ppid=31446 vsize=301032 CPUtime=0.11 cores=0,2
/proc/31482/stat : 31482 (python) S 31446 31446 31379 0 -1 4202560 926 0 0 0 6 5 0 0 18 0 1 0 886301657 308256768 11186 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080252431 0 0 16781312 514 18034471193758630148 0 0 17 0 0 0 0
/proc/31482/statm: 75258 11186 376 364 0 11176 0
[pid=31484] ppid=31482 vsize=268424 CPUtime=94.35 cores=0,2
/proc/31484/stat : 31484 (hybridGM3) R 31482 31484 31484 0 -1 4202496 7139 0 0 0 9434 1 0 0 25 0 1 0 886301657 274866176 6877 33554432000 134512640 135204385 4291736592 18446744073709551615 134547418 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31484/statm: 67106 6877 64 169 0 66936 0
[pid=31446/tid=31483] ppid=31436 vsize=311276 CPUtime=0 cores=0,2
/proc/31446/task/31483/stat : 31483 (python) S 31436 31446 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886301657 318746624 12681 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.71
Current children cumulated vsize (KiB) 880732

[startup+162.301 s]
/proc/loadavg: 3.75 1.70 0.65 6/214 31549
/proc/meminfo: memFree=31283556/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=321532 CPUtime=5.26 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 19512 934 1 0 504 22 0 0 20 0 3 0 886300876 329248768 12688 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 45
/proc/31446/statm: 80383 12688 1870 364 0 16298 0
[pid=31482] ppid=31446 vsize=311276 CPUtime=0.13 cores=0,2
/proc/31482/stat : 31482 (python) S 31446 31446 31379 0 -1 4202560 1168 0 0 0 7 6 0 0 19 0 2 0 886301657 318746624 11230 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31482/statm: 77819 11230 415 364 0 13737 0
[pid=31484] ppid=31482 vsize=268424 CPUtime=100.55 cores=0,2
/proc/31484/stat : 31484 (hybridGM3) T 31482 31484 31484 0 -1 4202496 7139 0 0 0 10054 1 0 0 25 0 1 0 886301657 274866176 6877 33554432000 134512640 135204385 4291736592 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31484/statm: 67106 6877 64 169 0 66936 0
[pid=31482/tid=31545] ppid=31446 vsize=311276 CPUtime=0 cores=0,2
/proc/31482/task/31545/stat : 31545 (python) S 31446 31446 31379 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886311727 318746624 11230 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453842935872 0 0 -1 2 0 0 0
[pid=31546] ppid=31446 vsize=311288 CPUtime=0.07 cores=0,2
/proc/31546/stat : 31546 (python) S 31446 31446 31379 0 -1 4202560 906 0 0 0 4 3 0 0 15 0 1 0 886311728 318758912 11184 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080252486 0 0 16781312 514 18034471193758630147 0 0 17 0 0 0 0
/proc/31546/statm: 77822 11184 370 364 0 13737 0
[pid=31548] ppid=31546 vsize=268420 CPUtime=53.71 cores=0,2
/proc/31548/stat : 31548 (hybridGM3) R 31546 31548 31548 0 -1 4202496 7135 0 0 0 5371 0 0 0 25 0 1 0 886311728 274862080 6871 33554432000 134512640 135204385 4288492784 18446744073709551615 134547687 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31548/statm: 67105 6871 64 169 0 66935 0
[pid=31446/tid=31483] ppid=31436 vsize=321532 CPUtime=0 cores=0,2
/proc/31446/task/31483/stat : 31483 (python) S 31436 31446 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886301657 329248768 12688 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
[pid=31446/tid=31547] ppid=31436 vsize=321532 CPUtime=0 cores=0,2
/proc/31446/task/31547/stat : 31547 (python) S 31436 31446 31379 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 886311728 329248768 12688 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 159.72
Current children cumulated vsize (KiB) 1480940

[startup+222.301 s]
/proc/loadavg: 3.91 2.12 0.86 6/230 31567
/proc/meminfo: memFree=31227684/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=331788 CPUtime=5.26 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 20346 934 1 0 504 22 0 0 20 0 4 0 886300876 339750912 12694 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 45
/proc/31446/statm: 82947 12694 1872 364 0 18859 0
[pid=31482] ppid=31446 vsize=311276 CPUtime=0.13 cores=0,2
/proc/31482/stat : 31482 (python) S 31446 31446 31379 0 -1 4202560 1168 0 0 0 7 6 0 0 19 0 2 0 886301657 318746624 11230 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31482/statm: 77819 11230 415 364 0 13737 0
[pid=31484] ppid=31482 vsize=268424 CPUtime=100.55 cores=0,2
/proc/31484/stat : 31484 (hybridGM3) T 31482 31484 31484 0 -1 4202496 7139 0 0 0 10054 1 0 0 25 0 1 0 886301657 274866176 6877 33554432000 134512640 135204385 4291736592 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0

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

/proc/meminfo: memFree=31002784/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=438348 CPUtime=5.33 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 24074 934 1 0 510 23 0 0 18 0 8 0 886300876 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 45
/proc/31446/statm: 109587 12728 1888 364 0 45487 0
[pid=31482] ppid=31446 vsize=311276 CPUtime=0.27 cores=0,2
/proc/31482/stat : 31482 (python) S 31446 31446 31379 0 -1 4202560 1207 0 0 0 14 13 0 0 18 0 2 0 886301657 318746624 11231 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31482/statm: 77819 11231 416 364 0 13737 0
[pid=31484] ppid=31482 vsize=268424 CPUtime=197.6 cores=0,2
/proc/31484/stat : 31484 (hybridGM3) T 31482 31484 31484 0 -1 4202496 7139 0 0 0 19758 2 0 0 25 0 1 0 886301657 274866176 6877 33554432000 134512640 135204385 4291736592 18446744073709551615 134545880 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31484/statm: 67106 6877 64 169 0 66936 0
[pid=31482/tid=31545] ppid=31446 vsize=311276 CPUtime=0 cores=0,2
/proc/31482/task/31545/stat : 31545 (python) S 31446 31446 31379 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 886311727 318746624 11231 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453842935872 0 0 -1 2 0 0 0
[pid=31546] ppid=31446 vsize=311288 CPUtime=0.29 cores=0,2
/proc/31546/stat : 31546 (python) S 31446 31446 31379 0 -1 4202560 1112 0 0 0 16 13 0 0 15 0 2 0 886311728 318758912 11214 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31546/statm: 77822 11214 399 364 0 13737 0
[pid=31548] ppid=31546 vsize=268420 CPUtime=197.64 cores=0,2
/proc/31548/stat : 31548 (hybridGM3) T 31546 31548 31548 0 -1 4202496 7135 0 0 0 19764 0 0 0 25 0 1 0 886311728 274862080 6871 33554432000 134512640 135204385 4288492784 18446744073709551615 134537100 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31548/statm: 67105 6871 64 169 0 66935 0
[pid=31546/tid=31563] ppid=31446 vsize=311288 CPUtime=0 cores=0,2
/proc/31546/task/31563/stat : 31563 (python) S 31446 31446 31379 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886321801 318758912 11214 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453835443008 0 0 -1 0 0 0 0
[pid=31564] ppid=31446 vsize=321544 CPUtime=0.31 cores=0,2
/proc/31564/stat : 31564 (python) S 31446 31446 31379 0 -1 4202560 1107 0 0 0 17 14 0 0 15 0 2 0 886321801 329261056 11218 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 80386 11218 399 364 0 16298 0
[pid=31566] ppid=31564 vsize=268424 CPUtime=197.6 cores=0,2
/proc/31566/stat : 31566 (hybridGM3) T 31564 31566 31566 0 -1 4202496 7135 0 0 0 19760 0 0 0 25 0 1 0 886321802 274866176 6873 33554432000 134512640 135204385 4293467296 18446744073709551615 134537313 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31566/statm: 67106 6873 64 169 0 66936 0
[pid=31564/tid=31582] ppid=31446 vsize=321544 CPUtime=0 cores=0,2
/proc/31564/task/31582/stat : 31582 (python) S 31446 31446 31379 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886331874 329261056 11218 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453875684288 0 0 -1 0 0 0 0
[pid=31612] ppid=31446 vsize=397336 CPUtime=0.15 cores=0,2
/proc/31612/stat : 31612 (python) S 31446 31446 31379 0 -1 4202560 1074 0 0 0 8 7 0 0 19 0 2 0 886351303 406872064 11223 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31612/statm: 99334 11223 399 364 0 35243 0
[pid=31614] ppid=31612 vsize=460952 CPUtime=99.14 cores=0,2
/proc/31614/stat : 31614 (TNM) T 31612 31614 31614 0 -1 4202496 4396 0 0 0 9914 0 0 0 25 0 1 0 886351304 472014848 4134 33554432000 134512640 135008748 4292062240 18446744073709551615 134529409 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31614/statm: 115238 4134 46 122 0 114138 0
[pid=31612/tid=31622] ppid=31446 vsize=397336 CPUtime=0 cores=0,2
/proc/31612/task/31622/stat : 31622 (python) S 31446 31446 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886361218 406872064 11223 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604446320606144 0 0 -1 0 0 0 0
[pid=31637] ppid=31446 vsize=342056 CPUtime=0.27 cores=0,2
/proc/31637/stat : 31637 (python) S 31446 31446 31379 0 -1 4202560 1120 0 0 0 15 12 0 0 15 0 2 0 886370935 350265344 11226 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 85514 11226 399 364 0 21420 0
[pid=31639] ppid=31637 vsize=268424 CPUtime=195.71 cores=0,2
/proc/31639/stat : 31639 (hybridGM3) T 31637 31639 31639 0 -1 4202496 7136 0 0 0 19570 1 0 0 25 0 1 0 886370935 274866176 6875 33554432000 134512640 135204385 4289169008 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31639/statm: 67106 6875 64 169 0 66936 0
[pid=31637/tid=31795] ppid=31446 vsize=342056 CPUtime=0 cores=0,2
/proc/31637/task/31795/stat : 31795 (python) S 31446 31446 31379 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886381007 350265344 11226 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453854267520 0 0 -1 0 0 0 0
[pid=31811] ppid=31446 vsize=352312 CPUtime=0.29 cores=0,2
/proc/31811/stat : 31811 (python) S 31446 31446 31379 0 -1 4202560 1140 0 0 0 15 14 0 0 15 0 2 0 886390520 360767488 11230 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31811/statm: 88078 11230 399 364 0 23981 0
[pid=31813] ppid=31811 vsize=268424 CPUtime=195.55 cores=0,2
/proc/31813/stat : 31813 (hybridGM3) T 31811 31813 31813 0 -1 4202496 7136 0 0 0 19554 1 0 0 25 0 1 0 886390520 274866176 6877 33554432000 134512640 135204385 4294143024 18446744073709551615 134547418 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31813/statm: 67106 6877 64 169 0 66936 0
[pid=31811/tid=31828] ppid=31446 vsize=352312 CPUtime=0 cores=0,2
/proc/31811/task/31828/stat : 31828 (python) S 31446 31446 31379 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886400593 360767488 11230 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453588255872 0 0 -1 0 0 0 0
[pid=31837] ppid=31446 vsize=362568 CPUtime=0.15 cores=0,2
/proc/31837/stat : 31837 (python) S 31446 31446 31379 0 -1 4202560 932 0 0 0 8 7 0 0 15 0 1 0 886410107 371269632 11204 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080252486 0 0 16781312 514 18034471193758630146 0 0 17 0 0 0 0
/proc/31837/statm: 90642 11204 370 364 0 26542 0
[pid=31839] ppid=31837 vsize=268428 CPUtime=109.73 cores=0,2
/proc/31839/stat : 31839 (hybridGM3) R 31837 31839 31839 0 -1 4202496 7135 0 0 0 10972 1 0 0 25 0 1 0 886410108 274870272 6872 33554432000 134512640 135204385 4291184448 18446744073709551615 134536641 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31839/statm: 67107 6872 64 169 0 66937 0
[pid=31446/tid=31483] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31483/stat : 31483 (python) S 31436 31446 31379 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 8 0 886301657 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
[pid=31446/tid=31547] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31547/stat : 31547 (python) S 31436 31446 31379 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 8 0 886311728 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 2 0 0 0
[pid=31446/tid=31565] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31565/stat : 31565 (python) S 31436 31446 31379 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 8 0 886321802 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
[pid=31446/tid=31613] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31613/stat : 31613 (python) S 31436 31446 31379 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 886351303 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
[pid=31446/tid=31638] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31638/stat : 31638 (python) S 31436 31446 31379 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 8 0 886370935 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 2 0 0 0
[pid=31446/tid=31812] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31812/stat : 31812 (python) S 31436 31446 31379 0 -1 4202560 24 934 0 0 0 0 0 0 18 0 8 0 886390520 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 2 0 0 0
[pid=31446/tid=31838] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31838/stat : 31838 (python) S 31436 31446 31379 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 8 0 886410107 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 4908224

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

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

[startup+1202.2 s]
/proc/loadavg: 4.01 3.94 2.89 5/248 31889
/proc/meminfo: memFree=31002784/32950928 swapFree=67055948/67111528
[pid=31446] ppid=31436 vsize=438348 CPUtime=5.33 cores=0,2
/proc/31446/stat : 31446 (python) S 31436 31446 31379 0 -1 4202496 24074 934 1 0 510 23 0 0 18 0 8 0 886300876 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 45
/proc/31446/statm: 109587 12728 1888 364 0 45487 0
[pid=31482] ppid=31446 vsize=311276 CPUtime=0.27 cores=0,2
/proc/31482/stat : 31482 (python) S 31446 31446 31379 0 -1 4202560 1207 0 0 0 14 13 0 0 18 0 2 0 886301657 318746624 11231 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31482/statm: 77819 11231 416 364 0 13737 0
[pid=31484] ppid=31482 vsize=268424 CPUtime=197.6 cores=0,2
/proc/31484/stat : 31484 (hybridGM3) T 31482 31484 31484 0 -1 4202496 7139 0 0 0 19758 2 0 0 25 0 1 0 886301657 274866176 6877 33554432000 134512640 135204385 4291736592 18446744073709551615 134545880 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31484/statm: 67106 6877 64 169 0 66936 0
[pid=31482/tid=31545] ppid=31446 vsize=311276 CPUtime=0 cores=0,2
/proc/31482/task/31545/stat : 31545 (python) S 31446 31446 31379 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 886311727 318746624 11231 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453842935872 0 0 -1 2 0 0 0
[pid=31546] ppid=31446 vsize=311288 CPUtime=0.29 cores=0,2
/proc/31546/stat : 31546 (python) S 31446 31446 31379 0 -1 4202560 1112 0 0 0 16 13 0 0 15 0 2 0 886311728 318758912 11214 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31546/statm: 77822 11214 399 364 0 13737 0
[pid=31548] ppid=31546 vsize=268420 CPUtime=197.64 cores=0,2
/proc/31548/stat : 31548 (hybridGM3) T 31546 31548 31548 0 -1 4202496 7135 0 0 0 19764 0 0 0 25 0 1 0 886311728 274862080 6871 33554432000 134512640 135204385 4288492784 18446744073709551615 134537100 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31548/statm: 67105 6871 64 169 0 66935 0
[pid=31546/tid=31563] ppid=31446 vsize=311288 CPUtime=0 cores=0,2
/proc/31546/task/31563/stat : 31563 (python) S 31446 31446 31379 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886321801 318758912 11214 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453835443008 0 0 -1 0 0 0 0
[pid=31564] ppid=31446 vsize=321544 CPUtime=0.31 cores=0,2
/proc/31564/stat : 31564 (python) S 31446 31446 31379 0 -1 4202560 1107 0 0 0 17 14 0 0 15 0 2 0 886321801 329261056 11218 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 80386 11218 399 364 0 16298 0
[pid=31566] ppid=31564 vsize=268424 CPUtime=197.6 cores=0,2
/proc/31566/stat : 31566 (hybridGM3) T 31564 31566 31566 0 -1 4202496 7135 0 0 0 19760 0 0 0 25 0 1 0 886321802 274866176 6873 33554432000 134512640 135204385 4293467296 18446744073709551615 134537313 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31566/statm: 67106 6873 64 169 0 66936 0
[pid=31564/tid=31582] ppid=31446 vsize=321544 CPUtime=0 cores=0,2
/proc/31564/task/31582/stat : 31582 (python) S 31446 31446 31379 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886331874 329261056 11218 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453875684288 0 0 -1 0 0 0 0
[pid=31612] ppid=31446 vsize=397336 CPUtime=0.15 cores=0,2
/proc/31612/stat : 31612 (python) S 31446 31446 31379 0 -1 4202560 1074 0 0 0 8 7 0 0 19 0 2 0 886351303 406872064 11223 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31612/statm: 99334 11223 399 364 0 35243 0
[pid=31614] ppid=31612 vsize=460952 CPUtime=99.14 cores=0,2
/proc/31614/stat : 31614 (TNM) T 31612 31614 31614 0 -1 4202496 4396 0 0 0 9914 0 0 0 25 0 1 0 886351304 472014848 4134 33554432000 134512640 135008748 4292062240 18446744073709551615 134529409 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31614/statm: 115238 4134 46 122 0 114138 0
[pid=31612/tid=31622] ppid=31446 vsize=397336 CPUtime=0 cores=0,2
/proc/31612/task/31622/stat : 31622 (python) S 31446 31446 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886361218 406872064 11223 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604446320606144 0 0 -1 0 0 0 0
[pid=31637] ppid=31446 vsize=342056 CPUtime=0.27 cores=0,2
/proc/31637/stat : 31637 (python) S 31446 31446 31379 0 -1 4202560 1120 0 0 0 15 12 0 0 15 0 2 0 886370935 350265344 11226 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31637/statm: 85514 11226 399 364 0 21420 0
[pid=31639] ppid=31637 vsize=268424 CPUtime=195.71 cores=0,2
/proc/31639/stat : 31639 (hybridGM3) T 31637 31639 31639 0 -1 4202496 7136 0 0 0 19570 1 0 0 25 0 1 0 886370935 274866176 6875 33554432000 134512640 135204385 4289169008 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31639/statm: 67106 6875 64 169 0 66936 0
[pid=31637/tid=31795] ppid=31446 vsize=342056 CPUtime=0 cores=0,2
/proc/31637/task/31795/stat : 31795 (python) S 31446 31446 31379 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886381007 350265344 11226 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453854267520 0 0 -1 0 0 0 0
[pid=31811] ppid=31446 vsize=352312 CPUtime=0.29 cores=0,2
/proc/31811/stat : 31811 (python) S 31446 31446 31379 0 -1 4202560 1140 0 0 0 15 14 0 0 15 0 2 0 886390520 360767488 11230 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31811/statm: 88078 11230 399 364 0 23981 0
[pid=31813] ppid=31811 vsize=268424 CPUtime=195.55 cores=0,2
/proc/31813/stat : 31813 (hybridGM3) T 31811 31813 31813 0 -1 4202496 7136 0 0 0 19554 1 0 0 25 0 1 0 886390520 274866176 6877 33554432000 134512640 135204385 4294143024 18446744073709551615 134547418 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31813/statm: 67106 6877 64 169 0 66936 0
[pid=31811/tid=31828] ppid=31446 vsize=352312 CPUtime=0 cores=0,2
/proc/31811/task/31828/stat : 31828 (python) S 31446 31446 31379 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886400593 360767488 11230 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 514 18446604453588255872 0 0 -1 0 0 0 0
[pid=31837] ppid=31446 vsize=362568 CPUtime=0.15 cores=0,2
/proc/31837/stat : 31837 (python) S 31446 31446 31379 0 -1 4202560 932 0 0 0 8 7 0 0 15 0 1 0 886410107 371269632 11204 33554432000 4194304 5683644 140734864316672 18446744073709551615 208080252486 0 0 16781312 514 18034471193758630146 0 0 17 0 0 0 0
/proc/31837/statm: 90642 11204 370 364 0 26542 0
[pid=31839] ppid=31837 vsize=268428 CPUtime=109.73 cores=0,2
/proc/31839/stat : 31839 (hybridGM3) R 31837 31839 31839 0 -1 4202496 7135 0 0 0 10972 1 0 0 25 0 1 0 886410108 274870272 6872 33554432000 134512640 135204385 4291184448 18446744073709551615 134536641 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31839/statm: 67107 6872 64 169 0 66937 0
[pid=31446/tid=31483] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31483/stat : 31483 (python) S 31436 31446 31379 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 8 0 886301657 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
[pid=31446/tid=31547] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31547/stat : 31547 (python) S 31436 31446 31379 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 8 0 886311728 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 2 0 0 0
[pid=31446/tid=31565] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31565/stat : 31565 (python) S 31436 31446 31379 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 8 0 886321802 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
[pid=31446/tid=31613] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31613/stat : 31613 (python) S 31436 31446 31379 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 886351303 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
[pid=31446/tid=31638] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31638/stat : 31638 (python) S 31436 31446 31379 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 8 0 886370935 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 2 0 0 0
[pid=31446/tid=31812] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31812/stat : 31812 (python) S 31436 31446 31379 0 -1 4202560 24 934 0 0 0 0 0 0 18 0 8 0 886390520 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 2 0 0 0
[pid=31446/tid=31838] ppid=31436 vsize=438348 CPUtime=0 cores=0,2
/proc/31446/task/31838/stat : 31838 (python) S 31436 31446 31379 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 8 0 886410107 448868352 12728 33554432000 4194304 5683644 140734864316672 18446744073709551615 208092055985 0 0 16781312 2 18446604453883248704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 4908224

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31446 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=104224
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=241963
# CPU time returned by wait4() is 5.34619
# 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): 1202.25
CPU time (s): 1200.03
CPU user time (s): 1198.95
CPU system time (s): 1.08
CPU usage (%): 99.8151
Max. virtual memory (cumulated for all children) (KiB): 4908224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.10422
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25013
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= 12032
involuntary context switches= 103

runsolver used 2.57661 second user time and 5.71913 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 01:03:29
IDJOB=3484044
IDBENCH=82555
IDSOLVER=1975
FILE ID=node127/3484044-1307747008
RUNJOBID= node127-1307747008-31397
PBS_JOBID= 13550830
Free space on /tmp= 74092 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S1838224332-006-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-3484044-1307747008/watcher-3484044-1307747008 -o /tmp/evaluation-result-3484044-1307747008/solver-3484044-1307747008 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484044-1307747008.cnf -seed 5039089 -budget 1200

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

MD5SUM BENCH= a93695501183427990f531672c9572d2
RANDOM SEED=5039089

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31489272 kB
Buffers:        268048 kB
Cached:         975164 kB
SwapCached:       9372 kB
Active:         601180 kB
Inactive:       661644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31489272 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:          130388 kB
Writeback:           0 kB
AnonPages:       17212 kB
Mapped:          12644 kB
Slab:           134348 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190504 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= 73964 MiB
End job on node127 at 2011-06-11 01:23:36