Trace number 3484025

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.09 1199.95

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S537193780-078-UNKNOWN.cnf
MD5SUMe875844c76f68e9f4050986690c5cb90
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark416.236
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.50/0.90	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.50/0.90	c INFO: solving HOME/instance-3484025-1307746990.cnf
0.50/0.90	c INFO: computing task features
1.20/1.63	c INFO: computed variable-clause graph statistics
1.20/1.66	c INFO: computed clause balance statistics
4.90/5.35	c INFO: computed variable balance statistics
8.00/8.45	c INFO: computed small-clause counts
8.00/8.47	c INFO: computed Horn-clause counts
11.10/11.55	c INFO: computed variable graph statistics
11.10/11.55	c INFO: collected features for HOME/instance-3484025-1307746990.cnf in 10.63 s
11.10/11.56	c INFO: running hybridGM3@0 for 97 with 1189 remaining (b = 0.33)
111.28/111.77	c INFO: running hybridGM3@0 for 97 with 1089 remaining (b = 0.21)
211.60/211.98	c INFO: running hybridGM3@0 for 97 with 989 remaining (b = 0.14)
311.90/312.20	c INFO: running hybridGM3@100 for 97 with 889 remaining (b = 0.10)
409.06/409.35	c INFO: running hybridGM3@100 for 97 with 791 remaining (b = 0.10)
505.31/505.49	c INFO: running TNM@0 for 97 with 695 remaining (b = 0.13)
605.54/605.64	c INFO: running hybridGM3@100 for 97 with 595 remaining (b = 0.09)
702.67/702.79	c INFO: running hybridGM3@0 for 97 with 498 remaining (b = 0.09)
802.96/803.02	c INFO: running hybridGM3@100 for 97 with 398 remaining (b = 0.07)
898.12/898.15	c INFO: running hybridGM3@0 for 97 with 303 remaining (b = 0.07)
998.32/998.38	c INFO: running hybridGM3@100 for 97 with 203 remaining (b = 0.05)
1093.54/1093.51	c INFO: running hybridGM3@0 for 108 with 108 remaining (b = 0.05)
1200.09/1199.94	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 1,3

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.01 2.16 5.30 5/190 15282
/proc/meminfo: memFree=31671744/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=15184 CPUtime=0 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 729 0 0 0 0 0 0 0 17 0 1 0 886297294 15548416 617 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/15282/statm: 3796 617 322 364 0 283 0

[startup+0.0400559 s]
/proc/loadavg: 0.01 2.16 5.30 5/190 15282
/proc/meminfo: memFree=31671744/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=18884 CPUtime=0.02 cores=1,3
/proc/15282/stat : 15282 (python) R 15280 15282 15206 0 -1 4202496 1281 0 0 0 1 1 0 0 17 0 1 0 886297294 19337216 1132 33554432000 4194304 5683644 140736385521568 18446744073709551615 4455185 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15282/statm: 4721 1132 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.10106 s]
/proc/loadavg: 0.01 2.16 5.30 5/190 15282
/proc/meminfo: memFree=31671744/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=87704 CPUtime=0.06 cores=1,3
/proc/15282/stat : 15282 (python) R 15280 15282 15206 0 -1 4202496 2640 0 0 0 4 2 0 0 17 0 1 0 886297294 89808896 2354 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15282/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300977 s]
/proc/loadavg: 0.01 2.16 5.30 5/190 15282
/proc/meminfo: memFree=31671744/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=135748 CPUtime=0.19 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 5973 933 1 0 13 6 0 0 17 0 1 0 886297294 139005952 4149 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/15282/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700968 s]
/proc/loadavg: 0.01 2.16 5.30 5/190 15282
/proc/meminfo: memFree=31671744/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=232068 CPUtime=0.39 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 7866 933 1 0 22 17 0 0 16 0 1 0 886297294 237637632 5765 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071700199571 0 0 17 1 0 0 0
/proc/15282/statm: 58017 5765 1585 364 0 4339 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 232068

[startup+1.50079 s]
/proc/loadavg: 0.01 2.16 5.30 5/191 15299
/proc/meminfo: memFree=31586308/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=321712 CPUtime=1.09 cores=1,3
/proc/15282/stat : 15282 (python) R 15280 15282 15206 0 -1 4202496 19763 933 1 0 87 22 0 0 16 0 1 0 886297294 329433088 17433 33554432000 4194304 5683644 140736385521568 18446744073709551615 4303094 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15282/statm: 80428 17433 1761 364 0 16352 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 321712

[startup+3.10049 s]
/proc/loadavg: 0.01 2.16 5.30 5/194 15302
/proc/meminfo: memFree=31513000/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=327992 CPUtime=2.7 cores=1,3
/proc/15282/stat : 15282 (python) R 15280 15282 15206 0 -1 4202496 27465 933 1 0 247 23 0 0 18 0 1 0 886297294 335863808 19383 33554432000 4194304 5683644 140736385521568 18446744073709551615 47199952247623 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15282/statm: 81998 19383 1826 364 0 17922 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 327992

[startup+6.30091 s]
/proc/loadavg: 0.41 2.21 5.30 5/197 15306
/proc/meminfo: memFree=31510544/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=327992 CPUtime=5.9 cores=1,3
/proc/15282/stat : 15282 (python) R 15280 15282 15206 0 -1 4202496 27466 933 1 0 567 23 0 0 25 0 1 0 886297294 335863808 19384 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516492854 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15282/statm: 81998 19384 1827 364 0 17922 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 327992

[startup+12.7067 s]
/proc/loadavg: 0.69 2.24 5.29 5/203 15312
/proc/meminfo: memFree=31466624/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=334356 CPUtime=11.16 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 27751 933 1 0 1093 23 0 0 25 0 2 0 886297294 342380544 18452 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15282/statm: 83589 18452 1867 364 0 19507 0
[pid=15310] ppid=15282 vsize=324112 CPUtime=0 cores=1,3
/proc/15310/stat : 15310 (python) S 15282 15282 15206 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 886298451 331890688 16934 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516854287 0 0 16781312 514 5631446498722971647 0 0 17 1 0 0 0
/proc/15310/statm: 81028 16934 353 364 0 16946 0
[pid=15312] ppid=15310 vsize=268420 CPUtime=1.12 cores=1,3
/proc/15312/stat : 15312 (hybridGM3) R 15310 15312 15312 0 -1 4202496 4643 0 0 0 112 0 0 0 25 0 1 0 886298451 274862080 4378 33554432000 134512640 135204385 4287115008 18446744073709551615 134543975 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15312/statm: 67105 4378 57 169 0 66935 0
[pid=15282/tid=15311] ppid=15280 vsize=334356 CPUtime=0 cores=1,3
/proc/15282/task/15311/stat : 15311 (python) S 15280 15282 15206 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886298451 342380544 18452 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 926888

[startup+25.5004 s]
/proc/loadavg: 1.43 2.32 5.27 5/203 15312
/proc/meminfo: memFree=31446388/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=334356 CPUtime=11.16 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 27751 933 1 0 1093 23 0 0 25 0 2 0 886297294 342380544 18452 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15282/statm: 83589 18452 1867 364 0 19507 0
[pid=15310] ppid=15282 vsize=324112 CPUtime=0.01 cores=1,3
/proc/15310/stat : 15310 (python) S 15282 15282 15206 0 -1 4202560 873 0 0 0 1 0 0 0 15 0 1 0 886298451 331890688 16957 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516854287 0 0 16781312 514 10749898796486852872 0 0 17 1 0 0 0
/proc/15310/statm: 81028 16957 376 364 0 16946 0
[pid=15312] ppid=15310 vsize=276240 CPUtime=13.91 cores=1,3
/proc/15312/stat : 15312 (hybridGM3) R 15310 15312 15312 0 -1 4202496 9514 0 0 0 1390 1 0 0 25 0 1 0 886298451 282869760 9249 33554432000 134512640 135204385 4287115008 18446744073709551615 134537363 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15312/statm: 69060 9249 64 169 0 68890 0
[pid=15282/tid=15311] ppid=15280 vsize=334356 CPUtime=0 cores=1,3
/proc/15282/task/15311/stat : 15311 (python) S 15280 15282 15206 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886298451 342380544 18452 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 934708

[startup+51.1007 s]
/proc/loadavg: 2.30 2.46 5.23 5/203 15313
/proc/meminfo: memFree=31446236/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=334356 CPUtime=11.16 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 27751 933 1 0 1093 23 0 0 25 0 2 0 886297294 342380544 18452 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15282/statm: 83589 18452 1867 364 0 19507 0
[pid=15310] ppid=15282 vsize=324112 CPUtime=0.04 cores=1,3
/proc/15310/stat : 15310 (python) S 15282 15282 15206 0 -1 4202560 885 0 0 0 2 2 0 0 15 0 1 0 886298451 331890688 16957 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516854287 0 0 16781312 514 10749898796486852872 0 0 17 1 0 0 0
/proc/15310/statm: 81028 16957 376 364 0 16946 0
[pid=15312] ppid=15310 vsize=276240 CPUtime=39.49 cores=1,3
/proc/15312/stat : 15312 (hybridGM3) R 15310 15312 15312 0 -1 4202496 9514 0 0 0 3948 1 0 0 25 0 1 0 886298451 282869760 9249 33554432000 134512640 135204385 4287115008 18446744073709551615 134547426 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15312/statm: 69060 9249 64 169 0 68890 0
[pid=15282/tid=15311] ppid=15280 vsize=334356 CPUtime=0 cores=1,3
/proc/15282/task/15311/stat : 15311 (python) S 15280 15282 15206 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886298451 342380544 18452 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 934708

[startup+102.3 s]
/proc/loadavg: 3.26 2.69 5.17 5/203 15317
/proc/meminfo: memFree=31445660/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=334356 CPUtime=11.16 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 27751 933 1 0 1093 23 0 0 25 0 2 0 886297294 342380544 18452 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15282/statm: 83589 18452 1867 364 0 19507 0
[pid=15310] ppid=15282 vsize=324112 CPUtime=0.11 cores=1,3
/proc/15310/stat : 15310 (python) S 15282 15282 15206 0 -1 4202560 909 0 0 0 6 5 0 0 15 0 1 0 886298451 331890688 16957 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516854287 0 0 16781312 514 10749898796486852872 0 0 17 1 0 0 0
/proc/15310/statm: 81028 16957 376 364 0 16946 0
[pid=15312] ppid=15310 vsize=276240 CPUtime=90.62 cores=1,3
/proc/15312/stat : 15312 (hybridGM3) R 15310 15312 15312 0 -1 4202496 9514 0 0 0 9061 1 0 0 25 0 1 0 886298451 282869760 9249 33554432000 134512640 135204385 4287115008 18446744073709551615 134537357 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15312/statm: 69060 9249 64 169 0 68890 0
[pid=15282/tid=15311] ppid=15280 vsize=334356 CPUtime=0 cores=1,3
/proc/15282/task/15311/stat : 15311 (python) S 15280 15282 15206 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886298451 342380544 18452 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 934708

[startup+162.307 s]
/proc/loadavg: 3.73 2.93 5.09 5/219 15335
/proc/meminfo: memFree=31351956/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=344612 CPUtime=11.17 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 28623 933 1 0 1093 24 0 0 20 0 3 0 886297294 352882688 18459 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15282/statm: 86153 18459 1870 364 0 22068 0
[pid=15310] ppid=15282 vsize=334356 CPUtime=0.13 cores=1,3
/proc/15310/stat : 15310 (python) S 15282 15282 15206 0 -1 4202560 1154 0 0 0 7 6 0 0 16 0 2 0 886298451 342380544 17001 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15310/statm: 83589 17001 415 364 0 19507 0
[pid=15312] ppid=15310 vsize=276240 CPUtime=100.07 cores=1,3
/proc/15312/stat : 15312 (hybridGM3) T 15310 15312 15312 0 -1 4202496 9514 0 0 0 10006 1 0 0 25 0 1 0 886298451 282869760 9249 33554432000 134512640 135204385 4287115008 18446744073709551615 134545837 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15312/statm: 69060 9249 64 169 0 68890 0
[pid=15310/tid=15330] ppid=15282 vsize=334356 CPUtime=0 cores=1,3
/proc/15310/task/15330/stat : 15330 (python) S 15282 15282 15206 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886308471 342380544 17001 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604454223866560 0 0 -1 1 0 0 0
[pid=15331] ppid=15282 vsize=334368 CPUtime=0.06 cores=1,3
/proc/15331/stat : 15331 (python) S 15282 15282 15206 0 -1 4202560 907 0 0 0 3 3 0 0 15 0 1 0 886308472 342392832 16955 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516854342 0 0 16781312 514 10749898796486852870 0 0 17 3 0 0 0
/proc/15331/statm: 83592 16955 370 364 0 19507 0
[pid=15333] ppid=15331 vsize=276244 CPUtime=50.52 cores=1,3
/proc/15333/stat : 15333 (hybridGM3) R 15331 15333 15333 0 -1 4202496 9511 0 0 0 5051 1 0 0 25 0 1 0 886308472 282873856 9249 33554432000 134512640 135204385 4291254832 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15333/statm: 69061 9249 64 169 0 68891 0
[pid=15282/tid=15311] ppid=15280 vsize=344612 CPUtime=0 cores=1,3
/proc/15282/task/15311/stat : 15311 (python) S 15280 15282 15206 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 3 0 886298451 352882688 18459 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
[pid=15282/tid=15332] ppid=15280 vsize=344612 CPUtime=0 cores=1,3
/proc/15282/task/15332/stat : 15332 (python) S 15280 15282 15206 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 886308472 352882688 18459 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 1565820

[startup+222.301 s]
/proc/loadavg: 3.94 3.14 5.03 5/235 15352
/proc/meminfo: memFree=31255692/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=354868 CPUtime=11.18 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 29468 933 1 0 1094 24 0 0 20 0 4 0 886297294 363384832 18465 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15282/statm: 88717 18465 1872 364 0 24629 0
[pid=15310] ppid=15282 vsize=334356 CPUtime=0.13 cores=1,3
/proc/15310/stat : 15310 (python) S 15282 15282 15206 0 -1 4202560 1154 0 0 0 7 6 0 0 16 0 2 0 886298451 342380544 17001 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15310/statm: 83589 17001 415 364 0 19507 0
[pid=15312] ppid=15310 vsize=276240 CPUtime=100.07 cores=1,3
/proc/15312/stat : 15312 (hybridGM3) T 15310 15312 15312 0 -1 4202496 9514 0 0 0 10006 1 0 0 25 0 1 0 886298451 282869760 9249 33554432000 134512640 135204385 4287115008 18446744073709551615 134545837 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15312/statm: 69060 9249 64 169 0 68890 0
[pid=15310/tid=15330] ppid=15282 vsize=334356 CPUtime=0 cores=1,3
/proc/15310/task/15330/stat : 15330 (python) S 15282 15282 15206 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886308471 342380544 17001 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604454223866560 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=31165828/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=395892 CPUtime=11.24 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 33140 933 1 0 1099 25 0 0 20 0 8 0 886297294 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15282/statm: 98973 18489 1880 364 0 34873 0
[pid=15310] ppid=15282 vsize=334356 CPUtime=0.28 cores=1,3
/proc/15310/stat : 15310 (python) S 15282 15282 15206 0 -1 4202560 1209 0 0 0 15 13 0 0 15 0 2 0 886298451 342380544 17002 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15310/statm: 83589 17002 416 364 0 19507 0
[pid=15312] ppid=15310 vsize=276240 CPUtime=197.12 cores=1,3
/proc/15312/stat : 15312 (hybridGM3) T 15310 15312 15312 0 -1 4202496 9514 0 0 0 19711 1 0 0 25 0 1 0 886298451 282869760 9249 33554432000 134512640 135204385 4287115008 18446744073709551615 134547664 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15312/statm: 69060 9249 64 169 0 68890 0
[pid=15310/tid=15330] ppid=15282 vsize=334356 CPUtime=0 cores=1,3
/proc/15310/task/15330/stat : 15330 (python) S 15282 15282 15206 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886308471 342380544 17002 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604454223866560 0 0 -1 1 0 0 0
[pid=15331] ppid=15282 vsize=334368 CPUtime=0.29 cores=1,3
/proc/15331/stat : 15331 (python) S 15282 15282 15206 0 -1 4202560 1115 0 0 0 16 13 0 0 16 0 2 0 886308472 342392832 16985 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15331/statm: 83592 16985 399 364 0 19507 0
[pid=15333] ppid=15331 vsize=276244 CPUtime=196.33 cores=1,3
/proc/15333/stat : 15333 (hybridGM3) T 15331 15333 15333 0 -1 4202496 9511 0 0 0 19632 1 0 0 25 0 1 0 886308472 282873856 9249 33554432000 134512640 135204385 4291254832 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15333/statm: 69061 9249 64 169 0 68891 0
[pid=15331/tid=15349] ppid=15282 vsize=334368 CPUtime=0 cores=1,3
/proc/15331/task/15349/stat : 15349 (python) S 15282 15282 15206 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886318492 342392832 16985 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604471078241536 0 0 -1 3 0 0 0
[pid=15350] ppid=15282 vsize=344624 CPUtime=0.3 cores=1,3
/proc/15350/stat : 15350 (python) S 15282 15282 15206 0 -1 4202560 1113 0 0 0 16 14 0 0 15 0 2 0 886318493 352894976 16989 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15350/statm: 86156 16989 399 364 0 22068 0
[pid=15352] ppid=15350 vsize=276240 CPUtime=197.08 cores=1,3
/proc/15352/stat : 15352 (hybridGM3) T 15350 15352 15352 0 -1 4202496 9520 0 0 0 19707 1 0 0 25 0 1 0 886318493 282869760 9256 33554432000 134512640 135204385 4292672624 18446744073709551615 134547802 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15352/statm: 69060 9256 64 169 0 68890 0
[pid=15350/tid=15365] ppid=15282 vsize=344624 CPUtime=0 cores=1,3
/proc/15350/task/15365/stat : 15365 (python) S 15282 15282 15206 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886328514 352894976 16989 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604471110853760 0 0 -1 1 0 0 0
[pid=15390] ppid=15282 vsize=354880 CPUtime=0.15 cores=1,3
/proc/15390/stat : 15390 (python) S 15282 15282 15206 0 -1 4202560 1078 0 0 0 7 8 0 0 19 0 2 0 886347844 363397120 16993 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15390/statm: 88720 16993 399 364 0 24629 0
[pid=15392] ppid=15390 vsize=471116 CPUtime=100 cores=1,3
/proc/15392/stat : 15392 (TNM) T 15390 15392 15392 0 -1 4202496 8434 0 0 0 9999 1 0 0 25 0 1 0 886347844 482422784 8172 33554432000 134512640 135008748 4289382944 18446744073709551615 134529367 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15392/statm: 117779 8172 46 122 0 116679 0
[pid=15390/tid=15405] ppid=15282 vsize=354880 CPUtime=0 cores=1,3
/proc/15390/task/15405/stat : 15405 (python) S 15282 15282 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886357858 363397120 16993 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604454224050112 0 0 -1 1 0 0 0
[pid=15420] ppid=15282 vsize=365136 CPUtime=0.28 cores=1,3
/proc/15420/stat : 15420 (python) S 15282 15282 15206 0 -1 4202560 1116 0 0 0 16 12 0 0 16 0 2 0 886367574 373899264 16997 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15420/statm: 91284 16997 399 364 0 27190 0
[pid=15422] ppid=15420 vsize=276244 CPUtime=195.11 cores=1,3
/proc/15422/stat : 15422 (hybridGM3) T 15420 15422 15422 0 -1 4202496 9518 0 0 0 19510 1 0 0 25 0 1 0 886367574 282873856 9258 33554432000 134512640 135204385 4289803648 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15422/statm: 69061 9258 64 169 0 68891 0
[pid=15420/tid=15519] ppid=15282 vsize=365136 CPUtime=0 cores=1,3
/proc/15420/task/15519/stat : 15519 (python) S 15282 15282 15206 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886377595 373899264 16997 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604467913943808 0 0 -1 1 0 0 0
[pid=15533] ppid=15282 vsize=375392 CPUtime=0.29 cores=1,3
/proc/15533/stat : 15533 (python) S 15282 15282 15206 0 -1 4202560 1126 0 0 0 16 13 0 0 15 0 2 0 886387109 384401408 17001 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15533/statm: 93848 17001 399 364 0 29751 0
[pid=15535] ppid=15533 vsize=276236 CPUtime=195.09 cores=1,3
/proc/15535/stat : 15535 (hybridGM3) T 15533 15535 15535 0 -1 4202496 9515 0 0 0 19508 1 0 0 25 0 1 0 886387110 282865664 9251 33554432000 134512640 135204385 4292214928 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15535/statm: 69059 9251 64 169 0 68889 0
[pid=15533/tid=15548] ppid=15282 vsize=375392 CPUtime=0 cores=1,3
/proc/15533/task/15548/stat : 15548 (python) S 15282 15282 15206 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886397132 384401408 17001 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604456972756928 0 0 -1 1 0 0 0
[pid=15563] ppid=15282 vsize=385648 CPUtime=0.15 cores=1,3
/proc/15563/stat : 15563 (python) S 15282 15282 15206 0 -1 4202560 922 0 0 0 8 7 0 0 15 0 1 0 886406646 394903552 16975 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516854342 0 0 16781312 514 10749898796486852871 0 0 17 3 0 0 0
/proc/15563/statm: 96412 16975 370 364 0 32312 0
[pid=15565] ppid=15563 vsize=276240 CPUtime=106.38 cores=1,3
/proc/15565/stat : 15565 (hybridGM3) R 15563 15565 15565 0 -1 4202496 9521 0 0 0 10636 2 0 0 25 0 1 0 886406647 282869760 9258 33554432000 134512640 135204385 4293775632 18446744073709551615 134547802 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15565/statm: 69060 9258 64 169 0 68890 0
[pid=15282/tid=15311] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15311/stat : 15311 (python) S 15280 15282 15206 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 886298451 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
[pid=15282/tid=15332] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15332/stat : 15332 (python) S 15280 15282 15206 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 886308472 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 1 0 0 0
[pid=15282/tid=15351] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15351/stat : 15351 (python) S 15280 15282 15206 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 886318493 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
[pid=15282/tid=15391] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15391/stat : 15391 (python) S 15280 15282 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886347844 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 1 0 0 0
[pid=15282/tid=15421] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15421/stat : 15421 (python) S 15280 15282 15206 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 8 0 886367574 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 1 0 0 0
[pid=15282/tid=15534] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15534/stat : 15534 (python) S 15280 15282 15206 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 886387110 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
[pid=15282/tid=15564] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15564/stat : 15564 (python) S 15280 15282 15206 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 886406646 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 5018856

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

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

[startup+1199.9 s]
/proc/loadavg: 4.07 4.06 4.40 5/259 15621
/proc/meminfo: memFree=31165828/32951124 swapFree=67063556/67111528
[pid=15282] ppid=15280 vsize=395892 CPUtime=11.24 cores=1,3
/proc/15282/stat : 15282 (python) S 15280 15282 15206 0 -1 4202496 33140 933 1 0 1099 25 0 0 20 0 8 0 886297294 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15282/statm: 98973 18489 1880 364 0 34873 0
[pid=15310] ppid=15282 vsize=334356 CPUtime=0.28 cores=1,3
/proc/15310/stat : 15310 (python) S 15282 15282 15206 0 -1 4202560 1209 0 0 0 15 13 0 0 15 0 2 0 886298451 342380544 17002 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15310/statm: 83589 17002 416 364 0 19507 0
[pid=15312] ppid=15310 vsize=276240 CPUtime=197.12 cores=1,3
/proc/15312/stat : 15312 (hybridGM3) T 15310 15312 15312 0 -1 4202496 9514 0 0 0 19711 1 0 0 25 0 1 0 886298451 282869760 9249 33554432000 134512640 135204385 4287115008 18446744073709551615 134547664 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15312/statm: 69060 9249 64 169 0 68890 0
[pid=15310/tid=15330] ppid=15282 vsize=334356 CPUtime=0 cores=1,3
/proc/15310/task/15330/stat : 15330 (python) S 15282 15282 15206 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886308471 342380544 17002 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604454223866560 0 0 -1 1 0 0 0
[pid=15331] ppid=15282 vsize=334368 CPUtime=0.29 cores=1,3
/proc/15331/stat : 15331 (python) S 15282 15282 15206 0 -1 4202560 1115 0 0 0 16 13 0 0 16 0 2 0 886308472 342392832 16985 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15331/statm: 83592 16985 399 364 0 19507 0
[pid=15333] ppid=15331 vsize=276244 CPUtime=196.33 cores=1,3
/proc/15333/stat : 15333 (hybridGM3) T 15331 15333 15333 0 -1 4202496 9511 0 0 0 19632 1 0 0 25 0 1 0 886308472 282873856 9249 33554432000 134512640 135204385 4291254832 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15333/statm: 69061 9249 64 169 0 68891 0
[pid=15331/tid=15349] ppid=15282 vsize=334368 CPUtime=0 cores=1,3
/proc/15331/task/15349/stat : 15349 (python) S 15282 15282 15206 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886318492 342392832 16985 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604471078241536 0 0 -1 3 0 0 0
[pid=15350] ppid=15282 vsize=344624 CPUtime=0.3 cores=1,3
/proc/15350/stat : 15350 (python) S 15282 15282 15206 0 -1 4202560 1113 0 0 0 16 14 0 0 15 0 2 0 886318493 352894976 16989 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15350/statm: 86156 16989 399 364 0 22068 0
[pid=15352] ppid=15350 vsize=276240 CPUtime=197.08 cores=1,3
/proc/15352/stat : 15352 (hybridGM3) T 15350 15352 15352 0 -1 4202496 9520 0 0 0 19707 1 0 0 25 0 1 0 886318493 282869760 9256 33554432000 134512640 135204385 4292672624 18446744073709551615 134547802 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15352/statm: 69060 9256 64 169 0 68890 0
[pid=15350/tid=15365] ppid=15282 vsize=344624 CPUtime=0 cores=1,3
/proc/15350/task/15365/stat : 15365 (python) S 15282 15282 15206 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886328514 352894976 16989 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604471110853760 0 0 -1 1 0 0 0
[pid=15390] ppid=15282 vsize=354880 CPUtime=0.15 cores=1,3
/proc/15390/stat : 15390 (python) S 15282 15282 15206 0 -1 4202560 1078 0 0 0 7 8 0 0 19 0 2 0 886347844 363397120 16993 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15390/statm: 88720 16993 399 364 0 24629 0
[pid=15392] ppid=15390 vsize=471116 CPUtime=100 cores=1,3
/proc/15392/stat : 15392 (TNM) T 15390 15392 15392 0 -1 4202496 8434 0 0 0 9999 1 0 0 25 0 1 0 886347844 482422784 8172 33554432000 134512640 135008748 4289382944 18446744073709551615 134529367 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15392/statm: 117779 8172 46 122 0 116679 0
[pid=15390/tid=15405] ppid=15282 vsize=354880 CPUtime=0 cores=1,3
/proc/15390/task/15405/stat : 15405 (python) S 15282 15282 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886357858 363397120 16993 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604454224050112 0 0 -1 1 0 0 0
[pid=15420] ppid=15282 vsize=365136 CPUtime=0.28 cores=1,3
/proc/15420/stat : 15420 (python) S 15282 15282 15206 0 -1 4202560 1116 0 0 0 16 12 0 0 16 0 2 0 886367574 373899264 16997 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15420/statm: 91284 16997 399 364 0 27190 0
[pid=15422] ppid=15420 vsize=276244 CPUtime=195.11 cores=1,3
/proc/15422/stat : 15422 (hybridGM3) T 15420 15422 15422 0 -1 4202496 9518 0 0 0 19510 1 0 0 25 0 1 0 886367574 282873856 9258 33554432000 134512640 135204385 4289803648 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15422/statm: 69061 9258 64 169 0 68891 0
[pid=15420/tid=15519] ppid=15282 vsize=365136 CPUtime=0 cores=1,3
/proc/15420/task/15519/stat : 15519 (python) S 15282 15282 15206 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886377595 373899264 16997 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604467913943808 0 0 -1 1 0 0 0
[pid=15533] ppid=15282 vsize=375392 CPUtime=0.29 cores=1,3
/proc/15533/stat : 15533 (python) S 15282 15282 15206 0 -1 4202560 1126 0 0 0 16 13 0 0 15 0 2 0 886387109 384401408 17001 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15533/statm: 93848 17001 399 364 0 29751 0
[pid=15535] ppid=15533 vsize=276236 CPUtime=195.09 cores=1,3
/proc/15535/stat : 15535 (hybridGM3) T 15533 15535 15535 0 -1 4202496 9515 0 0 0 19508 1 0 0 25 0 1 0 886387110 282865664 9251 33554432000 134512640 135204385 4292214928 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15535/statm: 69059 9251 64 169 0 68889 0
[pid=15533/tid=15548] ppid=15282 vsize=375392 CPUtime=0 cores=1,3
/proc/15533/task/15548/stat : 15548 (python) S 15282 15282 15206 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886397132 384401408 17001 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 514 18446604456972756928 0 0 -1 1 0 0 0
[pid=15563] ppid=15282 vsize=385648 CPUtime=0.15 cores=1,3
/proc/15563/stat : 15563 (python) S 15282 15282 15206 0 -1 4202560 922 0 0 0 8 7 0 0 15 0 1 0 886406646 394903552 16975 33554432000 4194304 5683644 140736385521568 18446744073709551615 246516854342 0 0 16781312 514 10749898796486852871 0 0 17 3 0 0 0
/proc/15563/statm: 96412 16975 370 364 0 32312 0
[pid=15565] ppid=15563 vsize=276240 CPUtime=106.38 cores=1,3
/proc/15565/stat : 15565 (hybridGM3) R 15563 15565 15565 0 -1 4202496 9521 0 0 0 10636 2 0 0 25 0 1 0 886406647 282869760 9258 33554432000 134512640 135204385 4293775632 18446744073709551615 134547802 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15565/statm: 69060 9258 64 169 0 68890 0
[pid=15282/tid=15311] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15311/stat : 15311 (python) S 15280 15282 15206 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 886298451 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
[pid=15282/tid=15332] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15332/stat : 15332 (python) S 15280 15282 15206 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 886308472 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 1 0 0 0
[pid=15282/tid=15351] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15351/stat : 15351 (python) S 15280 15282 15206 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 886318493 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
[pid=15282/tid=15391] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15391/stat : 15391 (python) S 15280 15282 15206 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886347844 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 1 0 0 0
[pid=15282/tid=15421] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15421/stat : 15421 (python) S 15280 15282 15206 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 8 0 886367574 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 1 0 0 0
[pid=15282/tid=15534] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15534/stat : 15534 (python) S 15280 15282 15206 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 886387110 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 3 0 0 0
[pid=15282/tid=15564] ppid=15280 vsize=395892 CPUtime=0 cores=1,3
/proc/15282/task/15564/stat : 15564 (python) S 15280 15282 15206 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 886406646 405393408 18489 33554432000 4194304 5683644 140736385521568 18446744073709551615 246528657841 0 0 16781312 2 18446604471161719488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 5018856

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15282 and gives
#  childrusage.ru_utime.tv_sec=118
#  childrusage.ru_utime.tv_usec=376004
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=137827
# CPU time returned by wait4() is 119.514
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.95
CPU time (s): 1200.09
CPU user time (s): 1198.96
CPU system time (s): 1.13
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 5018856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.376
system time used= 1.13783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52683
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= 20617
involuntary context switches= 235

runsolver used 2.85457 second user time and 5.67614 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 01:03:11
IDJOB=3484025
IDBENCH=82536
IDSOLVER=1975
FILE ID=node134/3484025-1307746990
RUNJOBID= node134-1307746989-15226
PBS_JOBID= 13550824
Free space on /tmp= 74020 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S537193780-078-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-3484025-1307746990/watcher-3484025-1307746990 -o /tmp/evaluation-result-3484025-1307746990/solver-3484025-1307746990 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484025-1307746990.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= e875844c76f68e9f4050986690c5cb90
RANDOM SEED=1487758871

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31674404 kB
Buffers:        268344 kB
Cached:         757336 kB
SwapCached:      10284 kB
Active:         591956 kB
Inactive:       479208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31674404 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:          135872 kB
Writeback:           0 kB
AnonPages:       42372 kB
Mapped:          11480 kB
Slab:           139124 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   247028 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73988 MiB
End job on node134 at 2011-06-11 01:23:13