Trace number 3377370

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)? (TO) 1301 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S907804052-003-UNKNOWN.cnf
MD5SUMeb4eadfedd2c4dc9b0ed7231ad324f1f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark273.432
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.66	c INFO: solving HOME/instance-3377370-1305452802.cnf
0.34/0.66	c INFO: computing task features
0.92/1.25	c INFO: computed variable-clause graph statistics
0.92/1.27	c INFO: computed clause balance statistics
3.91/4.25	c INFO: computed variable balance statistics
6.32/6.66	c INFO: computed small-clause counts
6.32/6.67	c INFO: computed Horn-clause counts
8.31/8.69	c INFO: computed variable graph statistics
8.31/8.69	c INFO: collected features for HOME/instance-3377370-1305452802.cnf in 8.01 s
8.41/8.70	c INFO: running hybridGM3@0 for 97 with 2391 remaining (b = 0.35)
109.02/109.39	c INFO: running hybridGM3@0 for 97 with 2291 remaining (b = 0.21)
209.77/210.08	c INFO: running hybridGM3@0 for 97 with 2191 remaining (b = 0.14)
309.74/309.79	c INFO: running hybridGM3@100 for 97 with 2091 remaining (b = 0.10)
407.14/407.11	c INFO: running hybridGM3@100 for 97 with 1994 remaining (b = 0.10)
414.45/414.31	c INFO: running TNM@0 for 97 with 1987 remaining (b = 0.13)
514.08/513.66	c INFO: running hybridGM3@99 for 97 with 1888 remaining (b = 0.10)
609.83/609.01	c INFO: running hybridGM3@0 for 194 with 1792 remaining (b = 0.18)
806.76/805.98	c INFO: running hybridGM3@0 for 194 with 1596 remaining (b = 0.13)
1003.88/1002.95	c INFO: running hybridGM3@0 for 194 with 1399 remaining (b = 0.10)
1200.89/1199.93	c INFO: running hybridGM3@0 for 194 with 1203 remaining (b = 0.07)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377370-1305452802/watcher-3377370-1305452802 -o /tmp/evaluation-result-3377370-1305452802/solver-3377370-1305452802 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377370-1305452802.cnf -seed 580066256 -budget 2400 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.93 4.01 3.96 5/427 26357
/proc/meminfo: memFree=23943088/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=15184 CPUtime=0 cores=5,7
/proc/26357/stat : 26357 (python) R 26354 26357 24847 0 -1 4202496 723 0 0 0 0 0 0 0 17 0 1 0 735510928 15548416 615 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367232064 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26357/statm: 3796 615 321 364 0 283 0

[startup+0.112659 s]
/proc/loadavg: 3.93 4.01 3.96 5/427 26357
/proc/meminfo: memFree=23943088/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=94184 CPUtime=0.06 cores=5,7
/proc/26357/stat : 26357 (python) S 26354 26357 24847 0 -1 4202496 2770 0 0 0 4 2 0 0 17 0 1 0 735510928 96444416 2478 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/26357/statm: 23546 2478 765 364 0 1678 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94184

[startup+0.200643 s]
/proc/loadavg: 3.93 4.01 3.96 5/427 26357
/proc/meminfo: memFree=23943088/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=124064 CPUtime=0.1 cores=5,7
/proc/26357/stat : 26357 (python) R 26354 26357 24847 0 -1 4202496 4233 0 1 0 7 3 0 0 17 0 1 0 735510928 127041536 3845 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367238830 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26357/statm: 31016 3845 991 364 0 2827 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 124064

[startup+0.300562 s]
/proc/loadavg: 3.93 4.01 3.96 5/427 26357
/proc/meminfo: memFree=23943088/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=135748 CPUtime=0.16 cores=5,7
/proc/26357/stat : 26357 (python) S 26354 26357 24847 0 -1 4202496 5973 934 1 0 12 4 0 0 17 0 1 0 735510928 139005952 4149 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/26357/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.700545 s]
/proc/loadavg: 3.93 4.01 3.96 5/427 26357
/proc/meminfo: memFree=23943088/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=284068 CPUtime=0.41 cores=5,7
/proc/26357/stat : 26357 (python) R 26354 26357 24847 0 -1 4202496 10679 934 1 0 31 10 0 0 15 0 1 0 735510928 290885632 8348 33554432000 4194304 5683644 140734603535536 18446744073709551615 4602384 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26357/statm: 71017 8348 1761 364 0 6941 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 284068

[startup+1.50039 s]
/proc/loadavg: 3.93 4.01 3.96 5/428 26363
/proc/meminfo: memFree=23891744/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=317984 CPUtime=1.21 cores=5,7
/proc/26357/stat : 26357 (python) R 26354 26357 24847 0 -1 4202496 23811 934 1 0 108 13 0 0 16 0 1 0 735510928 325615616 16881 33554432000 4194304 5683644 140734603535536 18446744073709551615 47689413525698 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26357/statm: 79496 16881 1826 364 0 15420 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 317984

[startup+3.1011 s]
/proc/loadavg: 3.93 4.01 3.96 5/428 26363
/proc/meminfo: memFree=23880460/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=317984 CPUtime=2.81 cores=5,7
/proc/26357/stat : 26357 (python) R 26354 26357 24847 0 -1 4202496 23811 934 1 0 268 13 0 0 18 0 1 0 735510928 325615616 16881 33554432000 4194304 5683644 140734603535536 18446744073709551615 47689413742309 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26357/statm: 79496 16881 1826 364 0 15420 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 317984

[startup+6.30051 s]
/proc/loadavg: 3.93 4.01 3.96 5/428 26363
/proc/meminfo: memFree=23880336/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=317984 CPUtime=6.01 cores=5,7
/proc/26357/stat : 26357 (python) R 26354 26357 24847 0 -1 4202496 23812 934 1 0 588 13 0 0 25 0 1 0 735510928 325615616 16882 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367214092 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26357/statm: 79496 16882 1827 364 0 15420 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 317984

[startup+12.7003 s]
/proc/loadavg: 3.94 4.01 3.96 5/431 26368
/proc/meminfo: memFree=23847092/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=325124 CPUtime=8.42 cores=5,7
/proc/26357/stat : 26357 (python) S 26354 26357 24847 0 -1 4202496 24097 934 1 0 829 13 0 0 20 0 2 0 735510928 332926976 16144 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26357/statm: 81281 16144 1867 364 0 17199 0
[pid=26365] ppid=26357 vsize=314880 CPUtime=0 cores=5,7
/proc/26365/stat : 26365 (python) S 26357 26357 24847 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 735511799 322437120 14626 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367566863 0 0 16781312 514 12031049749466415365 0 0 17 5 0 0 0
/proc/26365/statm: 78720 14626 353 364 0 14638 0
[pid=26368] ppid=26365 vsize=276240 CPUtime=3.98 cores=5,7
/proc/26368/stat : 26368 (hybridGM3) R 26365 26368 26368 0 -1 4202496 8565 0 0 0 397 1 0 0 25 0 1 0 735511799 282869760 8298 33554432000 134512640 135204385 4288451568 18446744073709551615 134537063 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26368/statm: 69060 8298 64 169 0 68890 0
[pid=26357/tid=26367] ppid=26354 vsize=325124 CPUtime=0 cores=5,7
/proc/26357/task/26367/stat : 26367 (python) S 26354 26357 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 735511799 332926976 16144 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 916244

[startup+25.501 s]
/proc/loadavg: 3.95 4.01 3.96 5/431 26368
/proc/meminfo: memFree=23846956/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=325124 CPUtime=8.42 cores=5,7
/proc/26357/stat : 26357 (python) S 26354 26357 24847 0 -1 4202496 24097 934 1 0 829 13 0 0 20 0 2 0 735510928 332926976 16144 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26357/statm: 81281 16144 1867 364 0 17199 0
[pid=26365] ppid=26357 vsize=314880 CPUtime=0.04 cores=5,7
/proc/26365/stat : 26365 (python) S 26357 26357 24847 0 -1 4202560 982 0 0 0 2 2 0 0 15 0 1 0 735511799 322437120 14654 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367566863 0 0 16781312 514 10052826016662913285 0 0 17 5 0 0 0
/proc/26365/statm: 78720 14654 381 364 0 14638 0
[pid=26368] ppid=26365 vsize=276240 CPUtime=16.73 cores=5,7
/proc/26368/stat : 26368 (hybridGM3) R 26365 26368 26368 0 -1 4202496 8567 0 0 0 1672 1 0 0 25 0 1 0 735511799 282869760 8300 33554432000 134512640 135204385 4288451568 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26368/statm: 69060 8300 64 169 0 68890 0
[pid=26357/tid=26367] ppid=26354 vsize=325124 CPUtime=0 cores=5,7
/proc/26357/task/26367/stat : 26367 (python) S 26354 26357 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 735511799 332926976 16144 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 916244

[startup+51.1012 s]
/proc/loadavg: 3.97 4.01 3.96 5/432 26375
/proc/meminfo: memFree=23810964/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=325124 CPUtime=8.42 cores=5,7
/proc/26357/stat : 26357 (python) S 26354 26357 24847 0 -1 4202496 24097 934 1 0 829 13 0 0 20 0 2 0 735510928 332926976 16144 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26357/statm: 81281 16144 1867 364 0 17199 0
[pid=26365] ppid=26357 vsize=314880 CPUtime=0.12 cores=5,7
/proc/26365/stat : 26365 (python) S 26357 26357 24847 0 -1 4202560 994 0 0 0 6 6 0 0 15 0 1 0 735511799 322437120 14654 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367566863 0 0 16781312 514 10052826016662913285 0 0 17 5 0 0 0
/proc/26365/statm: 78720 14654 381 364 0 14638 0
[pid=26368] ppid=26365 vsize=276240 CPUtime=42.27 cores=5,7
/proc/26368/stat : 26368 (hybridGM3) R 26365 26368 26368 0 -1 4202496 8567 0 0 0 4226 1 0 0 25 0 1 0 735511799 282869760 8300 33554432000 134512640 135204385 4288451568 18446744073709551615 134536929 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26368/statm: 69060 8300 64 169 0 68890 0
[pid=26357/tid=26367] ppid=26354 vsize=325124 CPUtime=0 cores=5,7
/proc/26357/task/26367/stat : 26367 (python) S 26354 26357 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 735511799 332926976 16144 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 916244

[startup+102.301 s]
/proc/loadavg: 3.98 4.00 3.96 5/440 26387
/proc/meminfo: memFree=23789988/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=325124 CPUtime=8.42 cores=5,7
/proc/26357/stat : 26357 (python) S 26354 26357 24847 0 -1 4202496 24097 934 1 0 829 13 0 0 20 0 2 0 735510928 332926976 16144 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26357/statm: 81281 16144 1867 364 0 17199 0
[pid=26365] ppid=26357 vsize=314880 CPUtime=0.26 cores=5,7
/proc/26365/stat : 26365 (python) S 26357 26357 24847 0 -1 4202560 1016 0 0 0 13 13 0 0 15 0 1 0 735511799 322437120 14654 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367566863 0 0 16781312 514 10052826016662913285 0 0 17 5 0 0 0
/proc/26365/statm: 78720 14654 381 364 0 14638 0
[pid=26368] ppid=26365 vsize=276240 CPUtime=93.36 cores=5,7
/proc/26368/stat : 26368 (hybridGM3) R 26365 26368 26368 0 -1 4202496 8567 0 0 0 9335 1 0 0 25 0 1 0 735511799 282869760 8300 33554432000 134512640 135204385 4288451568 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26368/statm: 69060 8300 64 169 0 68890 0
[pid=26357/tid=26367] ppid=26354 vsize=325124 CPUtime=0 cores=5,7
/proc/26357/task/26367/stat : 26367 (python) S 26354 26357 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 735511799 332926976 16144 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 916244

[startup+162.301 s]
/proc/loadavg: 4.16 4.04 3.98 5/444 26394
/proc/meminfo: memFree=23752832/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=335380 CPUtime=8.43 cores=5,7
/proc/26357/stat : 26357 (python) S 26354 26357 24847 0 -1 4202496 24979 934 1 0 830 13 0 0 20 0 3 0 735510928 343429120 16159 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26357/statm: 83845 16159 1878 364 0 19760 0
[pid=26365] ppid=26357 vsize=325124 CPUtime=0.3 cores=5,7
/proc/26365/stat : 26365 (python) S 26357 26357 24847 0 -1 4202560 1154 0 0 0 15 15 0 0 17 0 2 0 735511799 332926976 14692 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26365/statm: 81281 14692 414 364 0 17199 0
[pid=26368] ppid=26365 vsize=276240 CPUtime=100.39 cores=5,7
/proc/26368/stat : 26368 (hybridGM3) T 26365 26368 26368 0 -1 4202496 8567 0 0 0 10038 1 0 0 25 0 1 0 735511799 282869760 8300 33554432000 134512640 135204385 4288451568 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26368/statm: 69060 8300 64 169 0 68890 0
[pid=26365/tid=26388] ppid=26357 vsize=325124 CPUtime=0 cores=5,7
/proc/26365/task/26388/stat : 26388 (python) S 26357 26357 24847 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735521866 332926976 14692 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604469589853376 0 0 -1 5 0 0 0
[pid=26389] ppid=26357 vsize=325136 CPUtime=0.15 cores=5,7
/proc/26389/stat : 26389 (python) S 26357 26357 24847 0 -1 4202560 890 0 0 0 7 8 0 0 15 0 1 0 735521867 332939264 14647 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367566918 0 0 16781312 514 10052826016662913285 0 0 17 5 0 0 0
/proc/26389/statm: 81284 14647 370 364 0 17199 0
[pid=26391] ppid=26389 vsize=276240 CPUtime=52.75 cores=5,7
/proc/26391/stat : 26391 (hybridGM3) R 26389 26391 26391 0 -1 4202496 8574 0 0 0 5274 1 0 0 25 0 1 0 735521867 282869760 8310 33554432000 134512640 135204385 4287837248 18446744073709551615 134537502 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26391/statm: 69060 8310 64 169 0 68890 0
[pid=26357/tid=26367] ppid=26354 vsize=335380 CPUtime=0 cores=5,7
/proc/26357/task/26367/stat : 26367 (python) S 26354 26357 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 735511799 343429120 16159 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26390] ppid=26354 vsize=335380 CPUtime=0 cores=5,7
/proc/26357/task/26390/stat : 26390 (python) S 26354 26357 24847 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 735521867 343429120 16159 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 1538120

[startup+222.317 s]
/proc/loadavg: 4.10 4.05 3.98 5/456 26408
/proc/meminfo: memFree=23694060/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=345636 CPUtime=8.44 cores=5,7
/proc/26357/stat : 26357 (python) S 26354 26357 24847 0 -1 4202496 25823 934 1 0 831 13 0 0 20 0 4 0 735510928 353931264 16165 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26357/statm: 86409 16165 1880 364 0 22321 0
[pid=26365] ppid=26357 vsize=325124 CPUtime=0.3 cores=5,7
/proc/26365/stat : 26365 (python) S 26357 26357 24847 0 -1 4202560 1154 0 0 0 15 15 0 0 17 0 2 0 735511799 332926976 14692 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26365/statm: 81281 14692 414 364 0 17199 0
[pid=26368] ppid=26365 vsize=276240 CPUtime=100.39 cores=5,7
/proc/26368/stat : 26368 (hybridGM3) T 26365 26368 26368 0 -1 4202496 8567 0 0 0 10038 1 0 0 25 0 1 0 735511799 282869760 8300 33554432000 134512640 135204385 4288451568 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26368/statm: 69060 8300 64 169 0 68890 0
[pid=26365/tid=26388] ppid=26357 vsize=325124 CPUtime=0 cores=5,7
/proc/26365/task/26388/stat : 26388 (python) S 26357 26357 24847 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735521866 332926976 14692 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604469589853376 0 0 -1 5 0 0 0

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

[pid=26365] ppid=26357 vsize=325124 CPUtime=0.63 cores=5,7
/proc/26365/stat : 26365 (python) S 26357 26357 24847 0 -1 4202560 1202 0 0 0 32 31 0 0 15 0 2 0 735511799 332926976 14693 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26365/statm: 81281 14693 415 364 0 17199 0
[pid=26368] ppid=26365 vsize=276240 CPUtime=197.42 cores=5,7
/proc/26368/stat : 26368 (hybridGM3) T 26365 26368 26368 0 -1 4202496 8567 0 0 0 19741 1 0 0 25 0 1 0 735511799 282869760 8300 33554432000 134512640 135204385 4288451568 18446744073709551615 134537100 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26368/statm: 69060 8300 64 169 0 68890 0
[pid=26365/tid=26388] ppid=26357 vsize=325124 CPUtime=0 cores=5,7
/proc/26365/task/26388/stat : 26388 (python) S 26357 26357 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735521866 332926976 14693 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604469589853376 0 0 -1 5 0 0 0
[pid=26406] ppid=26357 vsize=335392 CPUtime=0.65 cores=5,7
/proc/26406/stat : 26406 (python) S 26357 26357 24847 0 -1 4202560 1118 0 0 0 33 32 0 0 15 0 2 0 735531937 343441408 14681 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26406/statm: 83848 14681 399 364 0 19760 0
[pid=26408] ppid=26406 vsize=276240 CPUtime=195.03 cores=5,7
/proc/26408/stat : 26408 (hybridGM3) T 26406 26408 26408 0 -1 4202496 8566 0 0 0 19502 1 0 0 25 0 1 0 735531937 282869760 8302 33554432000 134512640 135204385 4292006176 18446744073709551615 134536898 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26408/statm: 69060 8302 64 169 0 68890 0
[pid=26406/tid=26424] ppid=26357 vsize=335392 CPUtime=0 cores=5,7
/proc/26406/task/26424/stat : 26424 (python) S 26357 26357 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735541907 343441408 14681 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604468548387008 0 0 -1 7 0 0 0
[pid=26436] ppid=26357 vsize=345648 CPUtime=0.33 cores=5,7
/proc/26436/stat : 26436 (python) S 26357 26357 24847 0 -1 4202560 1073 0 0 0 16 17 0 0 19 0 2 0 735552360 353943552 14685 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26436/statm: 86412 14685 399 364 0 22321 0
[pid=26438] ppid=26436 vsize=467024 CPUtime=99.33 cores=5,7
/proc/26438/stat : 26438 (TNM) T 26436 26438 26438 0 -1 4202496 6821 0 0 0 9932 1 0 0 25 0 1 0 735552360 478232576 6558 33554432000 134512640 135008748 4288759952 18446744073709551615 134527267 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26438/statm: 116756 6558 46 122 0 115656 0
[pid=26436/tid=26453] ppid=26357 vsize=345648 CPUtime=0 cores=5,7
/proc/26436/task/26453/stat : 26453 (python) S 26357 26357 24847 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735562294 353943552 14685 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604469424406976 0 0 -1 5 0 0 0
[pid=26554] ppid=26357 vsize=355904 CPUtime=0.61 cores=5,7
/proc/26554/stat : 26554 (python) S 26357 26357 24847 0 -1 4202560 1119 0 0 0 30 31 0 0 16 0 2 0 735571830 364445696 14689 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26554/statm: 88976 14689 399 364 0 24882 0
[pid=26557] ppid=26554 vsize=276244 CPUtime=196.38 cores=5,7
/proc/26557/stat : 26557 (hybridGM3) T 26554 26557 26557 0 -1 4202496 8568 0 0 0 19637 1 0 0 25 0 1 0 735571830 282873856 8303 33554432000 134512640 135204385 4290557552 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26557/statm: 69061 8303 64 169 0 68891 0
[pid=26554/tid=26642] ppid=26357 vsize=355904 CPUtime=0 cores=5,7
/proc/26554/task/26642/stat : 26642 (python) S 26357 26357 24847 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 735591525 364445696 14689 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604462093866176 0 0 -1 5 0 0 0
[pid=26643] ppid=26357 vsize=366160 CPUtime=0.62 cores=5,7
/proc/26643/stat : 26643 (python) S 26357 26357 24847 0 -1 4202560 1117 0 0 0 32 30 0 0 16 0 2 0 735591526 374947840 14693 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26643/statm: 91540 14693 399 364 0 27443 0
[pid=26645] ppid=26643 vsize=276236 CPUtime=196.45 cores=5,7
/proc/26645/stat : 26645 (hybridGM3) T 26643 26645 26645 0 -1 4202496 8567 0 0 0 19644 1 0 0 25 0 1 0 735591527 282865664 8304 33554432000 134512640 135204385 4287875904 18446744073709551615 134549267 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26645/statm: 69059 8304 64 169 0 68889 0
[pid=26643/tid=26668] ppid=26357 vsize=366160 CPUtime=0 cores=5,7
/proc/26643/task/26668/stat : 26668 (python) S 26357 26357 24847 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 735611223 374947840 14693 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604466272519104 0 0 -1 5 0 0 0
[pid=26669] ppid=26357 vsize=376416 CPUtime=0.62 cores=5,7
/proc/26669/stat : 26669 (python) S 26357 26357 24847 0 -1 4202560 1113 0 0 0 32 30 0 0 17 0 2 0 735611224 385449984 14697 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26669/statm: 94104 14697 399 364 0 30004 0
[pid=26671] ppid=26669 vsize=276240 CPUtime=196.37 cores=5,7
/proc/26671/stat : 26671 (hybridGM3) T 26669 26671 26671 0 -1 4202496 8570 0 0 0 19636 1 0 0 25 0 1 0 735611224 282869760 8307 33554432000 134512640 135204385 4294069056 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26671/statm: 69060 8307 64 169 0 68890 0
[pid=26669/tid=26685] ppid=26357 vsize=376416 CPUtime=0 cores=5,7
/proc/26669/task/26685/stat : 26685 (python) S 26357 26357 24847 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 735630920 385449984 14697 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604462549956480 0 0 -1 5 0 0 0
[pid=26686] ppid=26357 vsize=386672 CPUtime=0.3 cores=5,7
/proc/26686/stat : 26686 (python) S 26357 26357 24847 0 -1 4202560 963 0 0 0 15 15 0 0 15 0 1 0 735630922 395952128 14677 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367566918 0 0 16781312 514 10052826016662913286 0 0 17 5 0 0 0
/proc/26686/statm: 96668 14677 376 364 0 32565 0
[pid=26688] ppid=26686 vsize=276236 CPUtime=99.77 cores=5,7
/proc/26688/stat : 26688 (hybridGM3) R 26686 26688 26688 0 -1 4202496 8568 0 0 0 9976 1 0 0 25 0 1 0 735630922 282865664 8300 33554432000 134512640 135204385 4291554080 18446744073709551615 134536612 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26688/statm: 69059 8300 64 169 0 68889 0
[pid=26357/tid=26367] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26367/stat : 26367 (python) S 26354 26357 24847 0 -1 4202560 32 10700 0 0 0 0 10771 24 18 0 9 0 735511799 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26390] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26390/stat : 26390 (python) S 26354 26357 24847 0 -1 4202560 29 10700 0 0 0 0 10771 24 18 0 9 0 735521867 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26407] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26407/stat : 26407 (python) S 26354 26357 24847 0 -1 4202560 31 10700 0 0 0 0 10771 24 18 0 9 0 735531937 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26437] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26437/stat : 26437 (python) S 26354 26357 24847 0 -1 4202560 26 10700 0 0 0 0 10771 24 20 0 9 0 735552360 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26556] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26556/stat : 26556 (python) S 26354 26357 24847 0 -1 4202560 26 10700 0 0 0 0 10771 24 20 0 9 0 735571830 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26644] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26644/stat : 26644 (python) S 26354 26357 24847 0 -1 4202560 27 10700 0 0 0 0 10771 24 20 0 9 0 735591527 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26670] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26670/stat : 26670 (python) S 26354 26357 24847 0 -1 4202560 28 10700 0 0 0 0 10771 24 20 0 9 0 735611224 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26687] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26687/stat : 26687 (python) S 26354 26357 24847 0 -1 4202560 26 10700 0 0 0 0 10771 24 20 0 9 0 735630922 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301
Current children cumulated vsize (KiB) 5012692

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

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

[startup+1300 s]
/proc/loadavg: 3.00 3.20 3.56 4/479 26695
/proc/meminfo: memFree=23436404/32950928 swapFree=38710892/67111528
[pid=26357] ppid=26354 vsize=396916 CPUtime=116.49 cores=5,7
/proc/26357/stat : 26357 (python) S 26354 26357 24847 0 -1 4202496 30365 10700 1 0 839 15 10771 24 20 0 9 0 735510928 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26357/statm: 99229 16195 1890 364 0 35126 0
[pid=26365] ppid=26357 vsize=325124 CPUtime=0.63 cores=5,7
/proc/26365/stat : 26365 (python) S 26357 26357 24847 0 -1 4202560 1202 0 0 0 32 31 0 0 15 0 2 0 735511799 332926976 14693 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26365/statm: 81281 14693 415 364 0 17199 0
[pid=26368] ppid=26365 vsize=276240 CPUtime=197.42 cores=5,7
/proc/26368/stat : 26368 (hybridGM3) T 26365 26368 26368 0 -1 4202496 8567 0 0 0 19741 1 0 0 25 0 1 0 735511799 282869760 8300 33554432000 134512640 135204385 4288451568 18446744073709551615 134537100 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26368/statm: 69060 8300 64 169 0 68890 0
[pid=26365/tid=26388] ppid=26357 vsize=325124 CPUtime=0 cores=5,7
/proc/26365/task/26388/stat : 26388 (python) S 26357 26357 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735521866 332926976 14693 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604469589853376 0 0 -1 5 0 0 0
[pid=26406] ppid=26357 vsize=335392 CPUtime=0.65 cores=5,7
/proc/26406/stat : 26406 (python) S 26357 26357 24847 0 -1 4202560 1118 0 0 0 33 32 0 0 15 0 2 0 735531937 343441408 14681 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26406/statm: 83848 14681 399 364 0 19760 0
[pid=26408] ppid=26406 vsize=276240 CPUtime=195.03 cores=5,7
/proc/26408/stat : 26408 (hybridGM3) T 26406 26408 26408 0 -1 4202496 8566 0 0 0 19502 1 0 0 25 0 1 0 735531937 282869760 8302 33554432000 134512640 135204385 4292006176 18446744073709551615 134536898 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26408/statm: 69060 8302 64 169 0 68890 0
[pid=26406/tid=26424] ppid=26357 vsize=335392 CPUtime=0 cores=5,7
/proc/26406/task/26424/stat : 26424 (python) S 26357 26357 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735541907 343441408 14681 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604468548387008 0 0 -1 7 0 0 0
[pid=26436] ppid=26357 vsize=345648 CPUtime=0.33 cores=5,7
/proc/26436/stat : 26436 (python) S 26357 26357 24847 0 -1 4202560 1073 0 0 0 16 17 0 0 19 0 2 0 735552360 353943552 14685 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26436/statm: 86412 14685 399 364 0 22321 0
[pid=26438] ppid=26436 vsize=467024 CPUtime=99.33 cores=5,7
/proc/26438/stat : 26438 (TNM) T 26436 26438 26438 0 -1 4202496 6821 0 0 0 9932 1 0 0 25 0 1 0 735552360 478232576 6558 33554432000 134512640 135008748 4288759952 18446744073709551615 134527267 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26438/statm: 116756 6558 46 122 0 115656 0
[pid=26436/tid=26453] ppid=26357 vsize=345648 CPUtime=0 cores=5,7
/proc/26436/task/26453/stat : 26453 (python) S 26357 26357 24847 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735562294 353943552 14685 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604469424406976 0 0 -1 5 0 0 0
[pid=26554] ppid=26357 vsize=355904 CPUtime=0.61 cores=5,7
/proc/26554/stat : 26554 (python) S 26357 26357 24847 0 -1 4202560 1119 0 0 0 30 31 0 0 16 0 2 0 735571830 364445696 14689 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26554/statm: 88976 14689 399 364 0 24882 0
[pid=26557] ppid=26554 vsize=276244 CPUtime=196.38 cores=5,7
/proc/26557/stat : 26557 (hybridGM3) T 26554 26557 26557 0 -1 4202496 8568 0 0 0 19637 1 0 0 25 0 1 0 735571830 282873856 8303 33554432000 134512640 135204385 4290557552 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26557/statm: 69061 8303 64 169 0 68891 0
[pid=26554/tid=26642] ppid=26357 vsize=355904 CPUtime=0 cores=5,7
/proc/26554/task/26642/stat : 26642 (python) S 26357 26357 24847 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 735591525 364445696 14689 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604462093866176 0 0 -1 5 0 0 0
[pid=26643] ppid=26357 vsize=366160 CPUtime=0.62 cores=5,7
/proc/26643/stat : 26643 (python) S 26357 26357 24847 0 -1 4202560 1117 0 0 0 32 30 0 0 16 0 2 0 735591526 374947840 14693 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26643/statm: 91540 14693 399 364 0 27443 0
[pid=26645] ppid=26643 vsize=276236 CPUtime=196.45 cores=5,7
/proc/26645/stat : 26645 (hybridGM3) T 26643 26645 26645 0 -1 4202496 8567 0 0 0 19644 1 0 0 25 0 1 0 735591527 282865664 8304 33554432000 134512640 135204385 4287875904 18446744073709551615 134549267 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26645/statm: 69059 8304 64 169 0 68889 0
[pid=26643/tid=26668] ppid=26357 vsize=366160 CPUtime=0 cores=5,7
/proc/26643/task/26668/stat : 26668 (python) S 26357 26357 24847 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 735611223 374947840 14693 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604466272519104 0 0 -1 5 0 0 0
[pid=26669] ppid=26357 vsize=376416 CPUtime=0.62 cores=5,7
/proc/26669/stat : 26669 (python) S 26357 26357 24847 0 -1 4202560 1113 0 0 0 32 30 0 0 17 0 2 0 735611224 385449984 14697 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26669/statm: 94104 14697 399 364 0 30004 0
[pid=26671] ppid=26669 vsize=276240 CPUtime=196.37 cores=5,7
/proc/26671/stat : 26671 (hybridGM3) T 26669 26671 26671 0 -1 4202496 8570 0 0 0 19636 1 0 0 25 0 1 0 735611224 282869760 8307 33554432000 134512640 135204385 4294069056 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26671/statm: 69060 8307 64 169 0 68890 0
[pid=26669/tid=26685] ppid=26357 vsize=376416 CPUtime=0 cores=5,7
/proc/26669/task/26685/stat : 26685 (python) S 26357 26357 24847 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 735630920 385449984 14697 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 514 18446604462549956480 0 0 -1 5 0 0 0
[pid=26686] ppid=26357 vsize=386672 CPUtime=0.3 cores=5,7
/proc/26686/stat : 26686 (python) S 26357 26357 24847 0 -1 4202560 963 0 0 0 15 15 0 0 15 0 1 0 735630922 395952128 14677 33554432000 4194304 5683644 140734603535536 18446744073709551615 251367566918 0 0 16781312 514 10052826016662913286 0 0 17 5 0 0 0
/proc/26686/statm: 96668 14677 376 364 0 32565 0
[pid=26688] ppid=26686 vsize=276236 CPUtime=99.77 cores=5,7
/proc/26688/stat : 26688 (hybridGM3) R 26686 26688 26688 0 -1 4202496 8568 0 0 0 9976 1 0 0 25 0 1 0 735630922 282865664 8300 33554432000 134512640 135204385 4291554080 18446744073709551615 134536612 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26688/statm: 69059 8300 64 169 0 68889 0
[pid=26357/tid=26367] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26367/stat : 26367 (python) S 26354 26357 24847 0 -1 4202560 32 10700 0 0 0 0 10771 24 18 0 9 0 735511799 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26390] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26390/stat : 26390 (python) S 26354 26357 24847 0 -1 4202560 29 10700 0 0 0 0 10771 24 18 0 9 0 735521867 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26407] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26407/stat : 26407 (python) S 26354 26357 24847 0 -1 4202560 31 10700 0 0 0 0 10771 24 18 0 9 0 735531937 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26437] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26437/stat : 26437 (python) S 26354 26357 24847 0 -1 4202560 26 10700 0 0 0 0 10771 24 20 0 9 0 735552360 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26556] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26556/stat : 26556 (python) S 26354 26357 24847 0 -1 4202560 26 10700 0 0 0 0 10771 24 20 0 9 0 735571830 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26644] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26644/stat : 26644 (python) S 26354 26357 24847 0 -1 4202560 27 10700 0 0 0 0 10771 24 20 0 9 0 735591527 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26670] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26670/stat : 26670 (python) S 26354 26357 24847 0 -1 4202560 28 10700 0 0 0 0 10771 24 20 0 9 0 735611224 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 5 0 0 0
[pid=26357/tid=26687] ppid=26354 vsize=396916 CPUtime=107.95 cores=5,7
/proc/26357/task/26687/stat : 26687 (python) S 26354 26357 24847 0 -1 4202560 26 10700 0 0 0 0 10771 24 20 0 9 0 735630922 406441984 16195 33554432000 4194304 5683644 140734603535536 18446744073709551615 251379370417 0 0 16781312 2 18446604469589854272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301
Current children cumulated vsize (KiB) 5012692

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.06
CPU time (s): 1301
CPU user time (s): 1298.68
CPU system time (s): 2.32
CPU usage (%): 100.072
Max. virtual memory (cumulated for all children) (KiB): 5012696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.111
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41071
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= 3030
involuntary context switches= 472

runsolver used 6.11407 second user time and 13.6579 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 11:46:42
IDJOB=3377370
IDBENCH=82679
IDSOLVER=1857
FILE ID=node113/3377370-1305452802
RUNJOBID= node113-1305451360-25850
PBS_JOBID= 13324872
Free space on /tmp= 73356 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S907804052-003-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-3377370-1305452802/watcher-3377370-1305452802 -o /tmp/evaluation-result-3377370-1305452802/solver-3377370-1305452802 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377370-1305452802.cnf -seed 580066256 -budget 2400

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

MD5SUM BENCH= eb4eadfedd2c4dc9b0ed7231ad324f1f
RANDOM SEED=580066256

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23943368 kB
Buffers:        272848 kB
Cached:        3082436 kB
SwapCached:      93712 kB
Active:        1971436 kB
Inactive:      6745416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23943368 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           34984 kB
Writeback:           0 kB
AnonPages:     5279904 kB
Mapped:          23660 kB
Slab:           120176 kB
PageTables:     104196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 103974304 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= 73308 MiB
End job on node113 at 2011-05-15 12:08:25