Trace number 3377267

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) 1300.33 1300.06

General information on the benchmark

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

Solver Data

0.35/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.62	c INFO: solving HOME/instance-3377267-1305451969.cnf
0.35/0.62	c INFO: computing task features
0.65/0.98	c INFO: computed variable-clause graph statistics
0.65/1.00	c INFO: computed clause balance statistics
2.55/2.81	c INFO: computed variable balance statistics
3.95/4.27	c INFO: computed small-clause counts
3.95/4.28	c INFO: computed Horn-clause counts
4.85/5.11	c INFO: computed variable graph statistics
4.85/5.11	c INFO: collected features for HOME/instance-3377267-1305451969.cnf in 4.48 s
4.85/5.13	c INFO: running hybridGM3@0 for 97 with 2395 remaining (b = 0.37)
104.86/104.97	c INFO: running hybridGM3@0 for 97 with 2295 remaining (b = 0.24)
205.78/205.82	c INFO: running hybridGM3@0 for 97 with 2195 remaining (b = 0.17)
306.59/306.66	c INFO: running hybridGM3@99 for 97 with 2094 remaining (b = 0.13)
404.17/403.92	c INFO: running hybridGM3@100 for 97 with 1997 remaining (b = 0.13)
501.38/501.19	c INFO: running TNM@0 for 97 with 1900 remaining (b = 0.14)
601.70/601.46	c INFO: running hybridGM3@100 for 97 with 1800 remaining (b = 0.12)
699.06/698.72	c INFO: running hybridGM3@0 for 194 with 1703 remaining (b = 0.22)
896.12/895.81	c INFO: running hybridGM3@0 for 194 with 1506 remaining (b = 0.17)
1093.22/1092.95	c INFO: running hybridGM3@0 for 194 with 1310 remaining (b = 0.13)
1290.34/1290.07	c INFO: running hybridGM3@0 for 194 with 1113 remaining (b = 0.09)

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

running on 2 cores: 4,6

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.80 3.73 3.59 5/353 3213
/proc/meminfo: memFree=24633828/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=15184 CPUtime=0 cores=4,6
/proc/3213/stat : 3213 (python) R 3211 3213 1741 0 -1 4202496 665 0 0 0 0 0 0 0 25 0 1 0 656797359 15548416 561 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446988423 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3213/statm: 3796 567 316 364 0 283 0

[startup+0.0222721 s]
/proc/loadavg: 3.80 3.73 3.59 5/353 3213
/proc/meminfo: memFree=24633828/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=16244 CPUtime=0 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 1049 0 0 0 0 0 0 0 17 0 1 0 656797359 16633856 922 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/3213/statm: 4061 922 381 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.101103 s]
/proc/loadavg: 3.80 3.73 3.59 5/353 3213
/proc/meminfo: memFree=24633828/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=93964 CPUtime=0.05 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 2691 0 0 0 4 1 0 0 17 0 1 0 656797359 96219136 2407 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446941029 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/3213/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300877 s]
/proc/loadavg: 3.80 3.73 3.59 5/353 3213
/proc/meminfo: memFree=24633828/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=135752 CPUtime=0.18 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 5969 931 1 0 13 5 0 0 18 0 1 0 656797359 139010048 4149 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446941189 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/3213/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.707864 s]
/proc/loadavg: 3.80 3.73 3.59 5/353 3213
/proc/meminfo: memFree=24633828/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=285184 CPUtime=0.46 cores=4,6
/proc/3213/stat : 3213 (python) R 3211 3213 1741 0 -1 4202496 10954 931 1 0 37 9 0 0 17 0 1 0 656797359 292028416 8629 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446631784 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3213/statm: 71296 8629 1761 364 0 7220 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 285184

[startup+1.50071 s]
/proc/loadavg: 3.80 3.73 3.59 5/354 3218
/proc/meminfo: memFree=24587324/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=302960 CPUtime=1.25 cores=4,6
/proc/3213/stat : 3213 (python) R 3211 3213 1741 0 -1 4202496 18318 931 1 0 115 10 0 0 18 0 1 0 656797359 310231040 13124 33554432000 4194304 5683644 140734370104272 18446744073709551615 4539725 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3213/statm: 75740 13124 1826 364 0 11664 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 302960

[startup+3.10041 s]
/proc/loadavg: 3.80 3.73 3.59 5/354 3218
/proc/meminfo: memFree=24586084/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=302960 CPUtime=2.85 cores=4,6
/proc/3213/stat : 3213 (python) R 3211 3213 1741 0 -1 4202496 18319 931 1 0 275 10 0 0 20 0 1 0 656797359 310231040 13125 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446631632 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3213/statm: 75740 13125 1827 364 0 11664 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 302960

[startup+6.30083 s]
/proc/loadavg: 3.81 3.74 3.59 5/357 3221
/proc/meminfo: memFree=24573152/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=311276 CPUtime=4.88 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 18606 931 1 0 478 10 0 0 25 0 2 0 656797359 318746624 12681 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3213/statm: 77819 12681 1867 364 0 13737 0
[pid=3219] ppid=3213 vsize=301032 CPUtime=0 cores=4,6
/proc/3219/stat : 3219 (python) S 3213 3213 1741 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 1 0 656797872 308256768 11163 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446965263 0 0 16781312 514 3251020317262348287 0 0 17 6 0 0 0
/proc/3219/statm: 75258 11163 353 364 0 11176 0
[pid=3221] ppid=3219 vsize=268428 CPUtime=1.15 cores=4,6
/proc/3221/stat : 3221 (hybridGM3) R 3219 3221 3221 0 -1 4202496 7127 0 0 0 115 0 0 0 22 0 1 0 656797872 274870272 6866 33554432000 134512640 135204385 4291917408 18446744073709551615 134537322 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3221/statm: 67107 6866 64 169 0 66937 0
[pid=3213/tid=3220] ppid=3211 vsize=311276 CPUtime=0 cores=4,6
/proc/3213/task/3220/stat : 3220 (python) S 3211 3213 1741 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 656797872 318746624 12681 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 880736

[startup+12.7006 s]
/proc/loadavg: 3.83 3.74 3.59 5/357 3221
/proc/meminfo: memFree=24557092/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=311276 CPUtime=4.88 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 18606 931 1 0 478 10 0 0 25 0 2 0 656797359 318746624 12681 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3213/statm: 77819 12681 1867 364 0 13737 0
[pid=3219] ppid=3213 vsize=301032 CPUtime=0.01 cores=4,6
/proc/3219/stat : 3219 (python) S 3213 3213 1741 0 -1 4202560 990 0 0 0 1 0 0 0 15 0 1 0 656797872 308256768 11191 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446965263 0 0 16781312 514 3251020317262315779 0 0 17 6 0 0 0
/proc/3219/statm: 75258 11191 381 364 0 11176 0
[pid=3221] ppid=3219 vsize=268428 CPUtime=7.55 cores=4,6
/proc/3221/stat : 3221 (hybridGM3) R 3219 3221 3221 0 -1 4202496 7129 0 0 0 755 0 0 0 25 0 1 0 656797872 274870272 6868 33554432000 134512640 135204385 4291917408 18446744073709551615 134547446 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3221/statm: 67107 6868 64 169 0 66937 0
[pid=3213/tid=3220] ppid=3211 vsize=311276 CPUtime=0 cores=4,6
/proc/3213/task/3220/stat : 3220 (python) S 3211 3213 1741 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 656797872 318746624 12681 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 880736

[startup+25.5013 s]
/proc/loadavg: 3.87 3.75 3.60 5/357 3221
/proc/meminfo: memFree=24556840/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=311276 CPUtime=4.88 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 18606 931 1 0 478 10 0 0 25 0 2 0 656797359 318746624 12681 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3213/statm: 77819 12681 1867 364 0 13737 0
[pid=3219] ppid=3213 vsize=301032 CPUtime=0.04 cores=4,6
/proc/3219/stat : 3219 (python) S 3213 3213 1741 0 -1 4202560 995 0 0 0 3 1 0 0 15 0 1 0 656797872 308256768 11191 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446965263 0 0 16781312 514 3430089250568110339 0 0 17 6 0 0 0
/proc/3219/statm: 75258 11191 381 364 0 11176 0
[pid=3221] ppid=3219 vsize=268428 CPUtime=20.35 cores=4,6
/proc/3221/stat : 3221 (hybridGM3) R 3219 3221 3221 0 -1 4202496 7129 0 0 0 2035 0 0 0 25 0 1 0 656797872 274870272 6868 33554432000 134512640 135204385 4291917408 18446744073709551615 134536887 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3221/statm: 67107 6868 64 169 0 66937 0
[pid=3213/tid=3220] ppid=3211 vsize=311276 CPUtime=0 cores=4,6
/proc/3213/task/3220/stat : 3220 (python) S 3211 3213 1741 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 656797872 318746624 12681 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 880736

[startup+51.1005 s]
/proc/loadavg: 3.91 3.77 3.61 5/361 3226
/proc/meminfo: memFree=24525268/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=311276 CPUtime=4.88 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 18606 931 1 0 478 10 0 0 25 0 2 0 656797359 318746624 12681 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3213/statm: 77819 12681 1867 364 0 13737 0
[pid=3219] ppid=3213 vsize=301032 CPUtime=0.11 cores=4,6
/proc/3219/stat : 3219 (python) S 3213 3213 1741 0 -1 4202560 1008 0 0 0 6 5 0 0 15 0 1 0 656797872 308256768 11191 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446965263 0 0 16781312 514 3430089250568110339 0 0 17 6 0 0 0
/proc/3219/statm: 75258 11191 381 364 0 11176 0
[pid=3221] ppid=3219 vsize=268428 CPUtime=45.95 cores=4,6
/proc/3221/stat : 3221 (hybridGM3) R 3219 3221 3221 0 -1 4202496 7129 0 0 0 4595 0 0 0 25 0 1 0 656797872 274870272 6868 33554432000 134512640 135204385 4291917408 18446744073709551615 134537363 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3221/statm: 67107 6868 64 169 0 66937 0
[pid=3213/tid=3220] ppid=3211 vsize=311276 CPUtime=0 cores=4,6
/proc/3213/task/3220/stat : 3220 (python) S 3211 3213 1741 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 656797872 318746624 12681 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 880736

[startup+102.314 s]
/proc/loadavg: 4.03 3.82 3.63 5/369 3235
/proc/meminfo: memFree=24478560/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=311276 CPUtime=4.88 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 18606 931 1 0 478 10 0 0 25 0 2 0 656797359 318746624 12681 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3213/statm: 77819 12681 1867 364 0 13737 0
[pid=3219] ppid=3213 vsize=301032 CPUtime=0.23 cores=4,6
/proc/3219/stat : 3219 (python) S 3213 3213 1741 0 -1 4202560 1029 0 0 0 13 10 0 0 15 0 1 0 656797872 308256768 11191 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446965263 0 0 16781312 514 3430089250568110339 0 0 17 6 0 0 0
/proc/3219/statm: 75258 11191 381 364 0 11176 0
[pid=3221] ppid=3219 vsize=268428 CPUtime=97.17 cores=4,6
/proc/3221/stat : 3221 (hybridGM3) R 3219 3221 3221 0 -1 4202496 7130 0 0 0 9717 0 0 0 25 0 1 0 656797872 274870272 6869 33554432000 134512640 135204385 4291917408 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3221/statm: 67107 6869 64 169 0 66937 0
[pid=3213/tid=3220] ppid=3211 vsize=311276 CPUtime=0 cores=4,6
/proc/3213/task/3220/stat : 3220 (python) S 3211 3213 1741 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 656797872 318746624 12681 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 880736

[startup+162.301 s]
/proc/loadavg: 4.09 3.88 3.66 5/377 3250
/proc/meminfo: memFree=24414208/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=321532 CPUtime=4.89 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 19526 931 1 0 479 10 0 0 20 0 3 0 656797359 329248768 12688 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3213/statm: 80383 12688 1870 364 0 16298 0
[pid=3219] ppid=3213 vsize=311276 CPUtime=0.24 cores=4,6
/proc/3219/stat : 3219 (python) S 3213 3213 1741 0 -1 4202560 1167 0 0 0 13 11 0 0 16 0 2 0 656797872 318746624 11229 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3219/statm: 77819 11229 414 364 0 13737 0
[pid=3221] ppid=3219 vsize=268428 CPUtime=99.82 cores=4,6
/proc/3221/stat : 3221 (hybridGM3) T 3219 3221 3221 0 -1 4202496 7130 0 0 0 9982 0 0 0 25 0 1 0 656797872 274870272 6869 33554432000 134512640 135204385 4291917408 18446744073709551615 134547490 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3221/statm: 67107 6869 64 169 0 66937 0
[pid=3219/tid=3236] ppid=3213 vsize=311276 CPUtime=0 cores=4,6
/proc/3219/task/3236/stat : 3236 (python) S 3213 3213 1741 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656807855 318746624 11229 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604440784728512 0 0 -1 6 0 0 0
[pid=3237] ppid=3213 vsize=311288 CPUtime=0.12 cores=4,6
/proc/3237/stat : 3237 (python) S 3213 3213 1741 0 -1 4202560 901 0 0 0 7 5 0 0 15 0 1 0 656807857 318758912 11184 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446965318 0 0 16781312 514 3430089250568110336 0 0 17 4 0 0 0
/proc/3237/statm: 77822 11184 370 364 0 13737 0
[pid=3242] ppid=3237 vsize=268420 CPUtime=57.19 cores=4,6
/proc/3242/stat : 3242 (hybridGM3) R 3237 3242 3242 0 -1 4202496 7140 0 0 0 5719 0 0 0 25 0 1 0 656807857 274862080 6872 33554432000 134512640 135204385 4294642848 18446744073709551615 134546144 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3242/statm: 67105 6872 64 169 0 66935 0
[pid=3213/tid=3220] ppid=3211 vsize=321532 CPUtime=0 cores=4,6
/proc/3213/task/3220/stat : 3220 (python) S 3211 3213 1741 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 3 0 656797872 329248768 12688 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3238] ppid=3211 vsize=321532 CPUtime=0 cores=4,6
/proc/3213/task/3238/stat : 3238 (python) S 3211 3213 1741 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 656807857 329248768 12688 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1480944

[startup+222.301 s]
/proc/loadavg: 4.07 3.91 3.69 5/386 3261
/proc/meminfo: memFree=24371436/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=331788 CPUtime=4.91 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 20380 931 1 0 480 11 0 0 20 0 4 0 656797359 339750912 12694 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3213/statm: 82947 12694 1872 364 0 18859 0

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

/proc/3237/statm: 77822 11214 399 364 0 13737 0
[pid=3242] ppid=3237 vsize=268420 CPUtime=197.6 cores=4,6
/proc/3242/stat : 3242 (hybridGM3) T 3237 3242 3242 0 -1 4202496 7141 0 0 0 19760 0 0 0 25 0 1 0 656807857 274862080 6873 33554432000 134512640 135204385 4294642848 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3242/statm: 67105 6873 64 169 0 66935 0
[pid=3237/tid=3257] ppid=3213 vsize=311288 CPUtime=0 cores=4,6
/proc/3237/task/3257/stat : 3257 (python) S 3213 3213 1741 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656817939 318758912 11214 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604448231473216 0 0 -1 4 0 0 0
[pid=3258] ppid=3213 vsize=321544 CPUtime=0.52 cores=4,6
/proc/3258/stat : 3258 (python) S 3213 3213 1741 0 -1 4202560 1120 0 0 0 26 26 0 0 15 0 2 0 656817941 329261056 11218 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3258/statm: 80386 11218 399 364 0 16298 0
[pid=3260] ppid=3258 vsize=268420 CPUtime=197.62 cores=4,6
/proc/3260/stat : 3260 (hybridGM3) T 3258 3260 3260 0 -1 4202496 7136 0 0 0 19762 0 0 0 25 0 1 0 656817941 274862080 6872 33554432000 134512640 135204385 4291962112 18446744073709551615 134537020 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3260/statm: 67105 6872 64 169 0 66935 0
[pid=3258/tid=3269] ppid=3213 vsize=321544 CPUtime=0 cores=4,6
/proc/3258/task/3269/stat : 3269 (python) S 3213 3213 1741 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656828023 329261056 11218 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604450650827520 0 0 -1 4 0 0 0
[pid=3290] ppid=3213 vsize=331800 CPUtime=0.26 cores=4,6
/proc/3290/stat : 3290 (python) S 3213 3213 1741 0 -1 4202560 1077 0 0 0 16 10 0 0 19 0 2 0 656847478 339763200 11222 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3290/statm: 82950 11222 399 364 0 18859 0
[pid=3292] ppid=3290 vsize=460952 CPUtime=100.01 cores=4,6
/proc/3292/stat : 3292 (TNM) T 3290 3292 3292 0 -1 4202496 4398 0 0 0 9998 3 0 0 25 0 1 0 656847478 472014848 4134 33554432000 134512640 135008748 4288116368 18446744073709551615 134527091 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3292/statm: 115238 4134 46 122 0 114138 0
[pid=3290/tid=3342] ppid=3213 vsize=331800 CPUtime=0 cores=4,6
/proc/3290/task/3342/stat : 3342 (python) S 3213 3213 1741 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656857503 339763200 11222 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604448442734400 0 0 -1 6 0 0 0
[pid=3353] ppid=3213 vsize=342056 CPUtime=0.52 cores=4,6
/proc/3353/stat : 3353 (python) S 3213 3213 1741 0 -1 4202560 1128 0 0 0 31 21 0 0 17 0 2 0 656867231 350265344 11226 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3353/statm: 85514 11226 399 364 0 21420 0
[pid=3355] ppid=3353 vsize=268424 CPUtime=196.53 cores=4,6
/proc/3355/stat : 3355 (hybridGM3) T 3353 3355 3355 0 -1 4202496 7138 0 0 0 19653 0 0 0 25 0 1 0 656867231 274866176 6873 33554432000 134512640 135204385 4287278816 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3355/statm: 67106 6873 64 169 0 66936 0
[pid=3353/tid=3375] ppid=3213 vsize=342056 CPUtime=0 cores=4,6
/proc/3353/task/3375/stat : 3375 (python) S 3213 3213 1741 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 656886939 350265344 11226 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604453985322816 0 0 -1 4 0 0 0
[pid=3376] ppid=3213 vsize=352312 CPUtime=0.54 cores=4,6
/proc/3376/stat : 3376 (python) S 3213 3213 1741 0 -1 4202560 1129 0 0 0 28 26 0 0 16 0 2 0 656886941 360767488 11230 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3376/statm: 88078 11230 399 364 0 23981 0
[pid=3378] ppid=3376 vsize=268420 CPUtime=196.56 cores=4,6
/proc/3378/stat : 3378 (hybridGM3) T 3376 3378 3378 0 -1 4202496 7146 0 0 0 19656 0 0 0 25 0 1 0 656886941 274862080 6879 33554432000 134512640 135204385 4291190896 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3378/statm: 67105 6879 64 169 0 66935 0
[pid=3376/tid=3401] ppid=3213 vsize=352312 CPUtime=0 cores=4,6
/proc/3376/task/3401/stat : 3401 (python) S 3213 3213 1741 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 656906653 360767488 11230 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604440278878336 0 0 -1 4 0 0 0
[pid=3402] ppid=3213 vsize=362568 CPUtime=0.41 cores=4,6
/proc/3402/stat : 3402 (python) S 3213 3213 1741 0 -1 4202560 945 0 0 0 23 18 0 0 16 0 1 0 656906654 371269632 11204 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446965318 0 0 16781312 514 3430089250568110337 0 0 17 4 0 0 0
/proc/3402/statm: 90642 11204 370 364 0 26542 0
[pid=3404] ppid=3402 vsize=268420 CPUtime=148.94 cores=4,6
/proc/3404/stat : 3404 (hybridGM3) R 3402 3404 3404 0 -1 4202496 7139 0 0 0 14893 1 0 0 25 0 1 0 656906654 274862080 6874 33554432000 134512640 135204385 4291417248 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3404/statm: 67105 6874 64 169 0 66935 0
[pid=3213/tid=3220] ppid=3211 vsize=372812 CPUtime=0 cores=4,6
/proc/3213/task/3220/stat : 3220 (python) S 3211 3213 1741 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 656797872 381759488 12726 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3238] ppid=3211 vsize=372812 CPUtime=0 cores=4,6
/proc/3213/task/3238/stat : 3238 (python) S 3211 3213 1741 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 656807857 381759488 12726 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3259] ppid=3211 vsize=372812 CPUtime=0 cores=4,6
/proc/3213/task/3259/stat : 3259 (python) S 3211 3213 1741 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 8 0 656817941 381759488 12726 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3291] ppid=3211 vsize=372812 CPUtime=0 cores=4,6
/proc/3213/task/3291/stat : 3291 (python) S 3211 3213 1741 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 656847478 381759488 12726 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3354] ppid=3211 vsize=372812 CPUtime=0 cores=4,6
/proc/3213/task/3354/stat : 3354 (python) S 3211 3213 1741 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 656867231 381759488 12726 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3377] ppid=3211 vsize=372812 CPUtime=0 cores=4,6
/proc/3213/task/3377/stat : 3377 (python) S 3211 3213 1741 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 656886941 381759488 12726 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3403] ppid=3211 vsize=372812 CPUtime=0 cores=4,6
/proc/3213/task/3403/stat : 3403 (python) S 3211 3213 1741 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 656906654 381759488 12726 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1242.62
Current children cumulated vsize (KiB) 4777140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.08 3.92 5/405 3695
/proc/meminfo: memFree=24035032/32951124 swapFree=44485764/67111528
[pid=3213] ppid=3211 vsize=383068 CPUtime=5.01 cores=4,6
/proc/3213/stat : 3213 (python) S 3211 3213 1741 0 -1 4202496 24984 931 1 0 489 12 0 0 20 0 9 0 656797359 392261632 12732 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3213/statm: 95767 12732 1890 364 0 31664 0
[pid=3219] ppid=3213 vsize=311276 CPUtime=0.51 cores=4,6
/proc/3219/stat : 3219 (python) S 3213 3213 1741 0 -1 4202560 1205 0 0 0 29 22 0 0 15 0 2 0 656797872 318746624 11230 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3219/statm: 77819 11230 415 364 0 13737 0
[pid=3221] ppid=3219 vsize=268428 CPUtime=197.08 cores=4,6
/proc/3221/stat : 3221 (hybridGM3) T 3219 3221 3221 0 -1 4202496 7137 0 0 0 19707 1 0 0 25 0 1 0 656797872 274870272 6876 33554432000 134512640 135204385 4291917408 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3221/statm: 67107 6876 64 169 0 66937 0
[pid=3219/tid=3236] ppid=3213 vsize=311276 CPUtime=0 cores=4,6
/proc/3219/task/3236/stat : 3236 (python) S 3213 3213 1741 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656807855 318746624 11230 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604440784728512 0 0 -1 4 0 0 0
[pid=3237] ppid=3213 vsize=311288 CPUtime=0.52 cores=4,6
/proc/3237/stat : 3237 (python) S 3213 3213 1741 0 -1 4202560 1114 0 0 0 28 24 0 0 15 0 2 0 656807857 318758912 11214 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3237/statm: 77822 11214 399 364 0 13737 0
[pid=3242] ppid=3237 vsize=268420 CPUtime=197.6 cores=4,6
/proc/3242/stat : 3242 (hybridGM3) T 3237 3242 3242 0 -1 4202496 7141 0 0 0 19760 0 0 0 25 0 1 0 656807857 274862080 6873 33554432000 134512640 135204385 4294642848 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3242/statm: 67105 6873 64 169 0 66935 0
[pid=3237/tid=3257] ppid=3213 vsize=311288 CPUtime=0 cores=4,6
/proc/3237/task/3257/stat : 3257 (python) S 3213 3213 1741 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656817939 318758912 11214 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604448231473216 0 0 -1 4 0 0 0
[pid=3258] ppid=3213 vsize=321544 CPUtime=0.52 cores=4,6
/proc/3258/stat : 3258 (python) S 3213 3213 1741 0 -1 4202560 1120 0 0 0 26 26 0 0 15 0 2 0 656817941 329261056 11218 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3258/statm: 80386 11218 399 364 0 16298 0
[pid=3260] ppid=3258 vsize=268420 CPUtime=197.62 cores=4,6
/proc/3260/stat : 3260 (hybridGM3) T 3258 3260 3260 0 -1 4202496 7136 0 0 0 19762 0 0 0 25 0 1 0 656817941 274862080 6872 33554432000 134512640 135204385 4291962112 18446744073709551615 134537020 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3260/statm: 67105 6872 64 169 0 66935 0
[pid=3258/tid=3269] ppid=3213 vsize=321544 CPUtime=0 cores=4,6
/proc/3258/task/3269/stat : 3269 (python) S 3213 3213 1741 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656828023 329261056 11218 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604450650827520 0 0 -1 4 0 0 0
[pid=3290] ppid=3213 vsize=331800 CPUtime=0.26 cores=4,6
/proc/3290/stat : 3290 (python) S 3213 3213 1741 0 -1 4202560 1077 0 0 0 16 10 0 0 19 0 2 0 656847478 339763200 11222 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3290/statm: 82950 11222 399 364 0 18859 0
[pid=3292] ppid=3290 vsize=460952 CPUtime=100.01 cores=4,6
/proc/3292/stat : 3292 (TNM) T 3290 3292 3292 0 -1 4202496 4398 0 0 0 9998 3 0 0 25 0 1 0 656847478 472014848 4134 33554432000 134512640 135008748 4288116368 18446744073709551615 134527091 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3292/statm: 115238 4134 46 122 0 114138 0
[pid=3290/tid=3342] ppid=3213 vsize=331800 CPUtime=0 cores=4,6
/proc/3290/task/3342/stat : 3342 (python) S 3213 3213 1741 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656857503 339763200 11222 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604448442734400 0 0 -1 6 0 0 0
[pid=3353] ppid=3213 vsize=342056 CPUtime=0.52 cores=4,6
/proc/3353/stat : 3353 (python) S 3213 3213 1741 0 -1 4202560 1128 0 0 0 31 21 0 0 17 0 2 0 656867231 350265344 11226 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3353/statm: 85514 11226 399 364 0 21420 0
[pid=3355] ppid=3353 vsize=268424 CPUtime=196.53 cores=4,6
/proc/3355/stat : 3355 (hybridGM3) T 3353 3355 3355 0 -1 4202496 7138 0 0 0 19653 0 0 0 25 0 1 0 656867231 274866176 6873 33554432000 134512640 135204385 4287278816 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3355/statm: 67106 6873 64 169 0 66936 0
[pid=3353/tid=3375] ppid=3213 vsize=342056 CPUtime=0 cores=4,6
/proc/3353/task/3375/stat : 3375 (python) S 3213 3213 1741 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 656886939 350265344 11226 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604453985322816 0 0 -1 4 0 0 0
[pid=3376] ppid=3213 vsize=352312 CPUtime=0.54 cores=4,6
/proc/3376/stat : 3376 (python) S 3213 3213 1741 0 -1 4202560 1129 0 0 0 28 26 0 0 16 0 2 0 656886941 360767488 11230 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3376/statm: 88078 11230 399 364 0 23981 0
[pid=3378] ppid=3376 vsize=268420 CPUtime=196.56 cores=4,6
/proc/3378/stat : 3378 (hybridGM3) T 3376 3378 3378 0 -1 4202496 7146 0 0 0 19656 0 0 0 25 0 1 0 656886941 274862080 6879 33554432000 134512640 135204385 4291190896 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3378/statm: 67105 6879 64 169 0 66935 0
[pid=3376/tid=3401] ppid=3213 vsize=352312 CPUtime=0 cores=4,6
/proc/3376/task/3401/stat : 3401 (python) S 3213 3213 1741 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 656906653 360767488 11230 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604440278878336 0 0 -1 4 0 0 0
[pid=3402] ppid=3213 vsize=362568 CPUtime=0.54 cores=4,6
/proc/3402/stat : 3402 (python) S 3213 3213 1741 0 -1 4202560 1121 0 0 0 31 23 0 0 16 0 2 0 656906654 371269632 11234 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3402/statm: 90642 11234 399 364 0 26542 0
[pid=3404] ppid=3402 vsize=268420 CPUtime=196.59 cores=4,6
/proc/3404/stat : 3404 (hybridGM3) T 3402 3404 3404 0 -1 4202496 7139 0 0 0 19657 2 0 0 25 0 1 0 656906654 274862080 6874 33554432000 134512640 135204385 4291417248 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3404/statm: 67105 6874 64 169 0 66935 0
[pid=3402/tid=3653] ppid=3213 vsize=362568 CPUtime=0 cores=4,6
/proc/3402/task/3653/stat : 3653 (python) S 3213 3213 1741 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656926365 371269632 11234 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 514 18446604453882608448 0 0 -1 4 0 0 0
[pid=3654] ppid=3213 vsize=372824 CPUtime=0 cores=4,6
/proc/3654/stat : 3654 (python) S 3213 3213 1741 0 -1 4202560 934 0 0 0 0 0 0 0 15 0 1 0 656926366 381771776 11214 33554432000 4194304 5683644 140734370104272 18446744073709551615 244446965318 0 0 16781312 514 3022198203626782977 0 0 17 4 0 0 0
/proc/3654/statm: 93206 11214 376 364 0 29103 0
[pid=3656] ppid=3654 vsize=268424 CPUtime=9.92 cores=4,6
/proc/3656/stat : 3656 (hybridGM3) R 3654 3656 3656 0 -1 4202496 7137 0 0 0 991 1 0 0 25 0 1 0 656926366 274866176 6872 33554432000 134512640 135204385 4294603296 18446744073709551615 134546009 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3656/statm: 67106 6872 64 169 0 66936 0
[pid=3213/tid=3220] ppid=3211 vsize=383068 CPUtime=0 cores=4,6
/proc/3213/task/3220/stat : 3220 (python) S 3211 3213 1741 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 656797872 392261632 12732 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3238] ppid=3211 vsize=383068 CPUtime=0 cores=4,6
/proc/3213/task/3238/stat : 3238 (python) S 3211 3213 1741 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 656807857 392261632 12732 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3259] ppid=3211 vsize=383068 CPUtime=0 cores=4,6
/proc/3213/task/3259/stat : 3259 (python) S 3211 3213 1741 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 9 0 656817941 392261632 12732 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3291] ppid=3211 vsize=383068 CPUtime=0 cores=4,6
/proc/3213/task/3291/stat : 3291 (python) S 3211 3213 1741 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 656847478 392261632 12732 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3354] ppid=3211 vsize=383068 CPUtime=0 cores=4,6
/proc/3213/task/3354/stat : 3354 (python) S 3211 3213 1741 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656867231 392261632 12732 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3377] ppid=3211 vsize=383068 CPUtime=0 cores=4,6
/proc/3213/task/3377/stat : 3377 (python) S 3211 3213 1741 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656886941 392261632 12732 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3403] ppid=3211 vsize=383068 CPUtime=0 cores=4,6
/proc/3213/task/3403/stat : 3403 (python) S 3211 3213 1741 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 656906654 392261632 12732 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 4 0 0 0
[pid=3213/tid=3655] ppid=3211 vsize=383068 CPUtime=0 cores=4,6
/proc/3213/task/3655/stat : 3655 (python) S 3211 3213 1741 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 656926366 392261632 12732 33554432000 4194304 5683644 140734370104272 18446744073709551615 244458768817 0 0 16781312 2 18446604453857728320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1300.33
Current children cumulated vsize (KiB) 5428644

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3213 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=890256
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=130980
# CPU time returned by wait4() is 5.02124
# while last known CPU time is 1300.33
#
# 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): 1300.33
CPU user time (s): 1298.62
CPU system time (s): 1.71
CPU usage (%): 100.02
Max. virtual memory (cumulated for all children) (KiB): 5428644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.89026
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25921
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= 2773
involuntary context switches= 49

runsolver used 5.9431 second user time and 11.6212 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 11:32:49
IDJOB=3377267
IDBENCH=82576
IDSOLVER=1857
FILE ID=node105/3377267-1305451969
RUNJOBID= node105-1305451855-3053
PBS_JOBID= 13324851
Free space on /tmp= 73520 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S109959541-056-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-3377267-1305451969/watcher-3377267-1305451969 -o /tmp/evaluation-result-3377267-1305451969/solver-3377267-1305451969 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377267-1305451969.cnf -seed 720796343 -budget 2400

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

MD5SUM BENCH= 5f909806405bfbe25b7db5afcabe8fc9
RANDOM SEED=720796343

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24633984 kB
Buffers:        295120 kB
Cached:        6296540 kB
SwapCached:      39656 kB
Active:        1230620 kB
Inactive:      6809568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24633984 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           33844 kB
Writeback:           0 kB
AnonPages:     1416832 kB
Mapped:          17384 kB
Slab:           139848 kB
PageTables:      71904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68678444 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= 73468 MiB
End job on node105 at 2011-05-15 11:54:31