Trace number 3377308

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.72 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S64788608-008-UNKNOWN.cnf
MD5SUMc0e1e71ade06eb64bd0f5dbaf6b892a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark138.192
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.32/0.72	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.72	c INFO: solving HOME/instance-3377308-1305452223.cnf
0.32/0.72	c INFO: computing task features
0.91/1.32	c INFO: computed variable-clause graph statistics
0.91/1.34	c INFO: computed clause balance statistics
3.81/4.27	c INFO: computed variable balance statistics
6.12/6.57	c INFO: computed small-clause counts
6.12/6.59	c INFO: computed Horn-clause counts
8.21/8.65	c INFO: computed variable graph statistics
8.21/8.65	c INFO: collected features for HOME/instance-3377308-1305452223.cnf in 7.90 s
8.21/8.66	c INFO: running hybridGM3@0 for 97 with 2392 remaining (b = 0.35)
108.93/109.38	c INFO: running hybridGM3@0 for 97 with 2291 remaining (b = 0.21)
209.61/210.10	c INFO: running hybridGM3@0 for 97 with 2191 remaining (b = 0.14)
310.42/310.82	c INFO: running hybridGM3@100 for 97 with 2090 remaining (b = 0.10)
407.78/408.12	c INFO: running hybridGM3@100 for 97 with 1993 remaining (b = 0.10)
505.09/505.42	c INFO: running TNM@0 for 97 with 1896 remaining (b = 0.13)
604.67/604.75	c INFO: running hybridGM3@100 for 97 with 1797 remaining (b = 0.10)
617.15/617.29	c INFO: running hybridGM3@0 for 194 with 1785 remaining (b = 0.18)
814.30/814.24	c INFO: running hybridGM3@0 for 194 with 1588 remaining (b = 0.13)
1011.28/1011.22	c INFO: running hybridGM3@0 for 194 with 1392 remaining (b = 0.10)
1207.91/1207.21	c INFO: running hybridGM3@0 for 194 with 1196 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-3377308-1305452223/watcher-3377308-1305452223 -o /tmp/evaluation-result-3377308-1305452223/solver-3377308-1305452223 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377308-1305452223.cnf -seed 580066256 -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: 4.15 4.03 3.92 5/436 26128
/proc/meminfo: memFree=24181652/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=15184 CPUtime=0 cores=4,6
/proc/26128/stat : 26128 (python) S 26126 26128 24847 0 -1 4202496 727 0 0 0 0 0 0 0 19 0 1 0 735453022 15548416 617 33554432000 4194304 5683644 140734766738704 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/26128/statm: 3796 617 322 364 0 283 0

[startup+0.0483729 s]
/proc/loadavg: 4.15 4.03 3.92 5/436 26128
/proc/meminfo: memFree=24181652/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=18884 CPUtime=0.01 cores=4,6
/proc/26128/stat : 26128 (python) R 26126 26128 24847 0 -1 4202496 1283 0 0 0 1 0 0 0 19 0 1 0 735453022 19337216 1136 33554432000 4194304 5683644 140734766738704 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26128/statm: 4721 1136 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100365 s]
/proc/loadavg: 4.15 4.03 3.92 5/436 26128
/proc/meminfo: memFree=24181652/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=84524 CPUtime=0.05 cores=4,6
/proc/26128/stat : 26128 (python) R 26126 26128 24847 0 -1 4202496 2197 0 0 0 4 1 0 0 17 0 1 0 735453022 86552576 1947 33554432000 4194304 5683644 140734766738704 18446744073709551615 251362584465 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26128/statm: 21131 1947 570 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.300329 s]
/proc/loadavg: 4.15 4.03 3.92 5/436 26128
/proc/meminfo: memFree=24181652/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=135584 CPUtime=0.16 cores=4,6
/proc/26128/stat : 26128 (python) S 26126 26128 24847 0 -1 4202496 5926 934 1 0 13 3 0 0 18 0 1 0 735453022 138838016 4134 33554432000 4194304 5683644 140734766738704 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/26128/statm: 33896 4134 1032 364 0 3082 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135584

[startup+0.700252 s]
/proc/loadavg: 4.15 4.03 3.92 5/436 26128
/proc/meminfo: memFree=24181652/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=259464 CPUtime=0.32 cores=4,6
/proc/26128/stat : 26128 (python) R 26126 26128 24847 0 -1 4202496 8652 934 1 0 26 6 0 0 16 0 1 0 735453022 265691136 6476 33554432000 4194304 5683644 140734766738704 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26128/statm: 64866 6476 1656 364 0 5224 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 259464

[startup+1.50111 s]
/proc/loadavg: 4.15 4.03 3.92 5/437 26133
/proc/meminfo: memFree=24138492/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=317988 CPUtime=1.11 cores=4,6
/proc/26128/stat : 26128 (python) R 26126 26128 24847 0 -1 4202496 23808 934 1 0 103 8 0 0 17 0 1 0 735453022 325619712 16882 33554432000 4194304 5683644 140734766738704 18446744073709551615 4540638 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26128/statm: 79497 16882 1826 364 0 15421 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 317988

[startup+3.10083 s]
/proc/loadavg: 4.15 4.03 3.92 5/437 26133
/proc/meminfo: memFree=24118900/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=317988 CPUtime=2.71 cores=4,6
/proc/26128/stat : 26128 (python) R 26126 26128 24847 0 -1 4202496 23808 934 1 0 263 8 0 0 19 0 1 0 735453022 325619712 16882 33554432000 4194304 5683644 140734766738704 18446744073709551615 47367799600842 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26128/statm: 79497 16882 1826 364 0 15421 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 317988

[startup+6.30022 s]
/proc/loadavg: 4.21 4.04 3.93 5/437 26133
/proc/meminfo: memFree=24117780/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=317988 CPUtime=5.91 cores=4,6
/proc/26128/stat : 26128 (python) R 26126 26128 24847 0 -1 4202496 23809 934 1 0 583 8 0 0 25 0 1 0 735453022 325619712 16883 33554432000 4194304 5683644 140734766738704 18446744073709551615 47367799402319 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26128/statm: 79497 16883 1827 364 0 15421 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 317988

[startup+12.701 s]
/proc/loadavg: 4.20 4.04 3.93 5/440 26136
/proc/meminfo: memFree=24085648/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=325128 CPUtime=8.27 cores=4,6
/proc/26128/stat : 26128 (python) S 26126 26128 24847 0 -1 4202496 24094 934 1 0 819 8 0 0 25 0 2 0 735453022 332931072 16145 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26128/statm: 81282 16145 1867 364 0 17200 0
[pid=26134] ppid=26128 vsize=314884 CPUtime=0 cores=4,6
/proc/26134/stat : 26134 (python) S 26128 26128 24847 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 735453888 322441216 14627 33554432000 4194304 5683644 140734766738704 18446744073709551615 251367566863 0 0 16781312 514 2507238359345103105 0 0 17 4 0 0 0
/proc/26134/statm: 78721 14627 353 364 0 14639 0
[pid=26136] ppid=26134 vsize=276236 CPUtime=4.02 cores=4,6
/proc/26136/stat : 26136 (hybridGM3) R 26134 26136 26136 0 -1 4202496 8565 0 0 0 401 1 0 0 25 0 1 0 735453889 282865664 8299 33554432000 134512640 135204385 4290546592 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26136/statm: 69059 8299 64 169 0 68889 0
[pid=26128/tid=26135] ppid=26126 vsize=325128 CPUtime=0 cores=4,6
/proc/26128/task/26135/stat : 26135 (python) S 26126 26128 24847 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 735453889 332931072 16145 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 916248

[startup+25.5007 s]
/proc/loadavg: 4.15 4.04 3.93 5/440 26137
/proc/meminfo: memFree=24085772/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=325128 CPUtime=8.27 cores=4,6
/proc/26128/stat : 26128 (python) S 26126 26128 24847 0 -1 4202496 24094 934 1 0 819 8 0 0 25 0 2 0 735453022 332931072 16145 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26128/statm: 81282 16145 1867 364 0 17200 0
[pid=26134] ppid=26128 vsize=314884 CPUtime=0.05 cores=4,6
/proc/26134/stat : 26134 (python) S 26128 26128 24847 0 -1 4202560 980 0 0 0 3 2 0 0 15 0 1 0 735453888 322441216 14655 33554432000 4194304 5683644 140734766738704 18446744073709551615 251367566863 0 0 16781312 514 12236491293798138113 0 0 17 4 0 0 0
/proc/26134/statm: 78721 14655 381 364 0 14639 0
[pid=26136] ppid=26134 vsize=276236 CPUtime=16.79 cores=4,6
/proc/26136/stat : 26136 (hybridGM3) R 26134 26136 26136 0 -1 4202496 8565 0 0 0 1678 1 0 0 25 0 1 0 735453889 282865664 8299 33554432000 134512640 135204385 4290546592 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26136/statm: 69059 8299 64 169 0 68889 0
[pid=26128/tid=26135] ppid=26126 vsize=325128 CPUtime=0 cores=4,6
/proc/26128/task/26135/stat : 26135 (python) S 26126 26128 24847 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 735453889 332931072 16145 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 916248

[startup+51.1009 s]
/proc/loadavg: 4.10 4.03 3.93 5/446 26143
/proc/meminfo: memFree=24012100/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=325128 CPUtime=8.27 cores=4,6
/proc/26128/stat : 26128 (python) S 26126 26128 24847 0 -1 4202496 24094 934 1 0 819 8 0 0 25 0 2 0 735453022 332931072 16145 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26128/statm: 81282 16145 1867 364 0 17200 0
[pid=26134] ppid=26128 vsize=314884 CPUtime=0.11 cores=4,6
/proc/26134/stat : 26134 (python) S 26128 26128 24847 0 -1 4202560 991 0 0 0 7 4 0 0 15 0 1 0 735453888 322441216 14655 33554432000 4194304 5683644 140734766738704 18446744073709551615 251367566863 0 0 16781312 514 12236491293798138113 0 0 17 4 0 0 0
/proc/26134/statm: 78721 14655 381 364 0 14639 0
[pid=26136] ppid=26134 vsize=276236 CPUtime=42.31 cores=4,6
/proc/26136/stat : 26136 (hybridGM3) R 26134 26136 26136 0 -1 4202496 8565 0 0 0 4230 1 0 0 25 0 1 0 735453889 282865664 8299 33554432000 134512640 135204385 4290546592 18446744073709551615 134537143 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26136/statm: 69059 8299 64 169 0 68889 0
[pid=26128/tid=26135] ppid=26126 vsize=325128 CPUtime=0 cores=4,6
/proc/26128/task/26135/stat : 26135 (python) S 26126 26128 24847 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 735453889 332931072 16145 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 916248

[startup+102.315 s]
/proc/loadavg: 4.13 4.06 3.94 6/447 26146
/proc/meminfo: memFree=24009292/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=325128 CPUtime=8.27 cores=4,6
/proc/26128/stat : 26128 (python) S 26126 26128 24847 0 -1 4202496 24094 934 1 0 819 8 0 0 25 0 2 0 735453022 332931072 16145 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26128/statm: 81282 16145 1867 364 0 17200 0
[pid=26134] ppid=26128 vsize=314884 CPUtime=0.26 cores=4,6
/proc/26134/stat : 26134 (python) S 26128 26128 24847 0 -1 4202560 1013 0 0 0 15 11 0 0 15 0 1 0 735453888 322441216 14655 33554432000 4194304 5683644 140734766738704 18446744073709551615 251367566863 0 0 16781312 514 12236491293798138113 0 0 17 4 0 0 0
/proc/26134/statm: 78721 14655 381 364 0 14639 0
[pid=26136] ppid=26134 vsize=276236 CPUtime=93.4 cores=4,6
/proc/26136/stat : 26136 (hybridGM3) R 26134 26136 26136 0 -1 4202496 8565 0 0 0 9339 1 0 0 25 0 1 0 735453889 282865664 8299 33554432000 134512640 135204385 4290546592 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26136/statm: 69059 8299 64 169 0 68889 0
[pid=26128/tid=26135] ppid=26126 vsize=325128 CPUtime=0 cores=4,6
/proc/26128/task/26135/stat : 26135 (python) S 26126 26128 24847 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 735453889 332931072 16145 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 916248

[startup+162.301 s]
/proc/loadavg: 4.09 4.06 3.95 5/453 26156
/proc/meminfo: memFree=23966256/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=335384 CPUtime=8.28 cores=4,6
/proc/26128/stat : 26128 (python) S 26126 26128 24847 0 -1 4202496 24973 934 1 0 820 8 0 0 19 0 3 0 735453022 343433216 16152 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26128/statm: 83846 16152 1870 364 0 19761 0
[pid=26134] ppid=26128 vsize=325128 CPUtime=0.3 cores=4,6
/proc/26134/stat : 26134 (python) S 26128 26128 24847 0 -1 4202560 1153 0 0 0 17 13 0 0 16 0 2 0 735453888 332931072 14693 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26134/statm: 81282 14693 414 364 0 17200 0
[pid=26136] ppid=26134 vsize=276236 CPUtime=100.43 cores=4,6
/proc/26136/stat : 26136 (hybridGM3) T 26134 26136 26136 0 -1 4202496 8565 0 0 0 10042 1 0 0 25 0 1 0 735453889 282865664 8299 33554432000 134512640 135204385 4290546592 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26136/statm: 69059 8299 64 169 0 68889 0
[pid=26134/tid=26149] ppid=26128 vsize=325128 CPUtime=0 cores=4,6
/proc/26134/task/26149/stat : 26149 (python) S 26128 26128 24847 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 735463959 332931072 14693 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604453104281472 0 0 -1 4 0 0 0
[pid=26150] ppid=26128 vsize=325140 CPUtime=0.15 cores=4,6
/proc/26150/stat : 26150 (python) S 26128 26128 24847 0 -1 4202560 890 0 0 0 7 8 0 0 16 0 1 0 735463960 332943360 14648 33554432000 4194304 5683644 140734766738704 18446744073709551615 251367566918 0 0 16781312 514 12236491293798138116 0 0 17 4 0 0 0
/proc/26150/statm: 81285 14648 370 364 0 17200 0
[pid=26152] ppid=26150 vsize=276236 CPUtime=52.75 cores=4,6
/proc/26152/stat : 26152 (hybridGM3) R 26150 26152 26152 0 -1 4202496 8562 0 0 0 5275 0 0 0 25 0 1 0 735463961 282865664 8296 33554432000 134512640 135204385 4288503648 18446744073709551615 134537573 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26152/statm: 69059 8296 64 169 0 68889 0
[pid=26128/tid=26135] ppid=26126 vsize=335384 CPUtime=0 cores=4,6
/proc/26128/task/26135/stat : 26135 (python) S 26126 26128 24847 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 735453889 343433216 16152 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26151] ppid=26126 vsize=335384 CPUtime=0 cores=4,6
/proc/26128/task/26151/stat : 26151 (python) S 26126 26128 24847 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 735463960 343433216 16152 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 1538124

[startup+222.301 s]
/proc/loadavg: 4.15 4.08 3.96 5/460 26165
/proc/meminfo: memFree=23896948/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=345640 CPUtime=8.3 cores=4,6
/proc/26128/stat : 26128 (python) S 26126 26128 24847 0 -1 4202496 25817 934 1 0 821 9 0 0 20 0 4 0 735453022 353935360 16158 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26128/statm: 86410 16158 1872 364 0 22322 0
[pid=26134] ppid=26128 vsize=325128 CPUtime=0.3 cores=4,6
/proc/26134/stat : 26134 (python) S 26128 26128 24847 0 -1 4202560 1153 0 0 0 17 13 0 0 16 0 2 0 735453888 332931072 14693 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26134/statm: 81282 14693 414 364 0 17200 0
[pid=26136] ppid=26134 vsize=276236 CPUtime=100.43 cores=4,6
/proc/26136/stat : 26136 (hybridGM3) T 26134 26136 26136 0 -1 4202496 8565 0 0 0 10042 1 0 0 25 0 1 0 735453889 282865664 8299 33554432000 134512640 135204385 4290546592 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26136/statm: 69059 8299 64 169 0 68889 0
[pid=26134/tid=26149] ppid=26128 vsize=325128 CPUtime=0 cores=4,6
/proc/26134/task/26149/stat : 26149 (python) S 26128 26128 24847 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 735463959 332931072 14693 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604453104281472 0 0 -1 4 0 0 0

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

/proc/26136/stat : 26136 (hybridGM3) T 26134 26136 26136 0 -1 4202496 8568 0 0 0 19744 1 0 0 25 0 1 0 735453889 282865664 8302 33554432000 134512640 135204385 4290546592 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26136/statm: 69059 8302 64 169 0 68889 0
[pid=26134/tid=26149] ppid=26128 vsize=325128 CPUtime=0 cores=4,6
/proc/26134/task/26149/stat : 26149 (python) S 26128 26128 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735463959 332931072 14694 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604453104281472 0 0 -1 4 0 0 0
[pid=26150] ppid=26128 vsize=325140 CPUtime=0.6 cores=4,6
/proc/26150/stat : 26150 (python) S 26128 26128 24847 0 -1 4202560 1117 0 0 0 31 29 0 0 15 0 2 0 735463960 332943360 14687 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26150/statm: 81285 14687 408 364 0 17200 0
[pid=26152] ppid=26150 vsize=276236 CPUtime=197.4 cores=4,6
/proc/26152/stat : 26152 (hybridGM3) T 26150 26152 26152 0 -1 4202496 8569 0 0 0 19737 3 0 0 25 0 1 0 735463961 282865664 8303 33554432000 134512640 135204385 4288503648 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26152/statm: 69059 8303 64 169 0 68889 0
[pid=26150/tid=26162] ppid=26128 vsize=325140 CPUtime=0 cores=4,6
/proc/26150/task/26162/stat : 26162 (python) S 26128 26128 24847 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 735474031 332943360 14687 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604451049280704 0 0 -1 4 0 0 0
[pid=26301] ppid=26128 vsize=345652 CPUtime=0.3 cores=4,6
/proc/26301/stat : 26301 (python) S 26128 26128 24847 0 -1 4202560 1074 0 0 0 17 13 0 0 19 0 2 0 735503564 353947648 14686 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26301/statm: 86413 14686 399 364 0 22322 0
[pid=26303] ppid=26301 vsize=467024 CPUtime=99.29 cores=4,6
/proc/26303/stat : 26303 (TNM) T 26301 26303 26303 0 -1 4202496 6825 0 0 0 9929 0 0 0 25 0 1 0 735503565 478232576 6559 33554432000 134512640 135008748 4287603696 18446744073709551615 134524704 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26303/statm: 116756 6559 46 122 0 115656 0
[pid=26301/tid=26370] ppid=26128 vsize=345652 CPUtime=0 cores=4,6
/proc/26301/task/26370/stat : 26370 (python) S 26128 26128 24847 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 735513496 353947648 14686 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604443480953792 0 0 -1 6 0 0 0
[pid=26373] ppid=26128 vsize=355908 CPUtime=0.59 cores=4,6
/proc/26373/stat : 26373 (python) S 26128 26128 24847 0 -1 4202560 1124 0 0 0 34 25 0 0 16 0 2 0 735514751 364449792 14690 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26373/statm: 88977 14690 399 364 0 24883 0
[pid=26375] ppid=26373 vsize=276236 CPUtime=196.49 cores=4,6
/proc/26375/stat : 26375 (hybridGM3) T 26373 26375 26375 0 -1 4202496 8571 0 0 0 19648 1 0 0 25 0 1 0 735514751 282865664 8305 33554432000 134512640 135204385 4293586976 18446744073709551615 134536777 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26375/statm: 69059 8305 64 169 0 68889 0
[pid=26373/tid=26410] ppid=26128 vsize=355908 CPUtime=0 cores=4,6
/proc/26373/task/26410/stat : 26410 (python) S 26128 26128 24847 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 735534445 364449792 14690 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604442570314688 0 0 -1 4 0 0 0
[pid=26411] ppid=26128 vsize=366164 CPUtime=0.62 cores=4,6
/proc/26411/stat : 26411 (python) S 26128 26128 24847 0 -1 4202560 1116 0 0 0 34 28 0 0 17 0 2 0 735534446 374951936 14694 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26411/statm: 91541 14694 399 364 0 27444 0
[pid=26413] ppid=26411 vsize=276240 CPUtime=196.33 cores=4,6
/proc/26413/stat : 26413 (hybridGM3) T 26411 26413 26413 0 -1 4202496 8561 0 0 0 19632 1 0 0 25 0 1 0 735534446 282869760 8297 33554432000 134512640 135204385 4289195488 18446744073709551615 134537113 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26413/statm: 69060 8297 64 169 0 68890 0
[pid=26411/tid=26439] ppid=26128 vsize=366164 CPUtime=0 cores=4,6
/proc/26411/task/26439/stat : 26439 (python) S 26128 26128 24847 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 735554143 374951936 14694 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604446371973184 0 0 -1 4 0 0 0
[pid=26440] ppid=26128 vsize=376420 CPUtime=0.63 cores=4,6
/proc/26440/stat : 26440 (python) S 26128 26128 24847 0 -1 4202560 1123 0 0 0 36 27 0 0 17 0 2 0 735554144 385454080 14698 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26440/statm: 94105 14698 399 364 0 30005 0
[pid=26442] ppid=26440 vsize=276236 CPUtime=195.97 cores=4,6
/proc/26442/stat : 26442 (hybridGM3) T 26440 26442 26442 0 -1 4202496 8563 0 0 0 19595 2 0 0 25 0 1 0 735554145 282865664 8301 33554432000 134512640 135204385 4290380016 18446744073709551615 134536977 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26442/statm: 69059 8301 64 169 0 68889 0
[pid=26440/tid=26558] ppid=26128 vsize=376420 CPUtime=0 cores=4,6
/proc/26440/task/26558/stat : 26558 (python) S 26128 26128 24847 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 735573742 385454080 14698 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604445785830400 0 0 -1 6 0 0 0
[pid=26559] ppid=26128 vsize=386676 CPUtime=0.11 cores=4,6
/proc/26559/stat : 26559 (python) S 26128 26128 24847 0 -1 4202560 949 0 0 0 6 5 0 0 16 0 1 0 735573744 395956224 14678 33554432000 4194304 5683644 140734766738704 18446744073709551615 251367566918 0 0 16781312 514 12236491293798138114 0 0 17 4 0 0 0
/proc/26559/statm: 96669 14678 376 364 0 32566 0
[pid=26562] ppid=26559 vsize=276240 CPUtime=35 cores=4,6
/proc/26562/stat : 26562 (hybridGM3) R 26559 26562 26562 0 -1 4202496 8565 0 0 0 3499 1 0 0 25 0 1 0 735573744 282869760 8299 33554432000 134512640 135204385 4290774080 18446744073709551615 134536843 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26562/statm: 69060 8299 64 169 0 68890 0
[pid=26128/tid=26135] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26135/stat : 26135 (python) S 26126 26128 24847 0 -1 4202560 31 10714 0 0 0 0 11302 23 18 0 9 0 735453889 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26151] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26151/stat : 26151 (python) S 26126 26128 24847 0 -1 4202560 31 10714 0 0 0 0 11302 23 18 0 9 0 735463960 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26164] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26164/stat : 26164 (python) S 26126 26128 24847 0 -1 4202560 31 10714 0 0 0 0 11302 23 18 0 9 0 735474032 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26302] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26302/stat : 26302 (python) S 26126 26128 24847 0 -1 4202560 23 10714 0 0 0 0 11302 23 20 0 9 0 735503564 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26374] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26374/stat : 26374 (python) S 26126 26128 24847 0 -1 4202560 33 10714 0 0 0 0 11302 23 20 0 9 0 735514751 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 6 0 0 0
[pid=26128/tid=26412] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26412/stat : 26412 (python) S 26126 26128 24847 0 -1 4202560 25 10714 0 0 0 0 11302 23 20 0 9 0 735534446 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26441] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26441/stat : 26441 (python) S 26126 26128 24847 0 -1 4202560 28 10714 0 0 0 0 11302 23 20 0 9 0 735554144 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26560] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26560/stat : 26560 (python) S 26126 26128 24847 0 -1 4202560 28 10714 0 0 0 0 11302 23 20 0 9 0 735573744 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.04
Current children cumulated vsize (KiB) 5002456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.07 4.01 5/467 26613
/proc/meminfo: memFree=23491884/32950928 swapFree=38710892/67111528
[pid=26128] ppid=26126 vsize=396920 CPUtime=121.65 cores=4,6
/proc/26128/stat : 26128 (python) S 26126 26128 24847 0 -1 4202496 30463 10714 1 0 830 10 11302 23 19 0 9 0 735453022 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26128/statm: 99230 16196 1890 364 0 35127 0
[pid=26134] ppid=26128 vsize=325128 CPUtime=0.61 cores=4,6
/proc/26134/stat : 26134 (python) S 26128 26128 24847 0 -1 4202560 1200 0 0 0 35 26 0 0 15 0 2 0 735453888 332931072 14694 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26134/statm: 81282 14694 415 364 0 17200 0
[pid=26136] ppid=26134 vsize=276236 CPUtime=197.45 cores=4,6
/proc/26136/stat : 26136 (hybridGM3) T 26134 26136 26136 0 -1 4202496 8568 0 0 0 19744 1 0 0 25 0 1 0 735453889 282865664 8302 33554432000 134512640 135204385 4290546592 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26136/statm: 69059 8302 64 169 0 68889 0
[pid=26134/tid=26149] ppid=26128 vsize=325128 CPUtime=0 cores=4,6
/proc/26134/task/26149/stat : 26149 (python) S 26128 26128 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735463959 332931072 14694 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604453104281472 0 0 -1 4 0 0 0
[pid=26150] ppid=26128 vsize=325140 CPUtime=0.6 cores=4,6
/proc/26150/stat : 26150 (python) S 26128 26128 24847 0 -1 4202560 1117 0 0 0 31 29 0 0 15 0 2 0 735463960 332943360 14687 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26150/statm: 81285 14687 408 364 0 17200 0
[pid=26152] ppid=26150 vsize=276236 CPUtime=197.4 cores=4,6
/proc/26152/stat : 26152 (hybridGM3) T 26150 26152 26152 0 -1 4202496 8569 0 0 0 19737 3 0 0 25 0 1 0 735463961 282865664 8303 33554432000 134512640 135204385 4288503648 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26152/statm: 69059 8303 64 169 0 68889 0
[pid=26150/tid=26162] ppid=26128 vsize=325140 CPUtime=0 cores=4,6
/proc/26150/task/26162/stat : 26162 (python) S 26128 26128 24847 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 735474031 332943360 14687 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604451049280704 0 0 -1 4 0 0 0
[pid=26301] ppid=26128 vsize=345652 CPUtime=0.3 cores=4,6
/proc/26301/stat : 26301 (python) S 26128 26128 24847 0 -1 4202560 1074 0 0 0 17 13 0 0 19 0 2 0 735503564 353947648 14686 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26301/statm: 86413 14686 399 364 0 22322 0
[pid=26303] ppid=26301 vsize=467024 CPUtime=99.29 cores=4,6
/proc/26303/stat : 26303 (TNM) T 26301 26303 26303 0 -1 4202496 6825 0 0 0 9929 0 0 0 25 0 1 0 735503565 478232576 6559 33554432000 134512640 135008748 4287603696 18446744073709551615 134524704 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26303/statm: 116756 6559 46 122 0 115656 0
[pid=26301/tid=26370] ppid=26128 vsize=345652 CPUtime=0 cores=4,6
/proc/26301/task/26370/stat : 26370 (python) S 26128 26128 24847 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 735513496 353947648 14686 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604443480953792 0 0 -1 6 0 0 0
[pid=26373] ppid=26128 vsize=355908 CPUtime=0.59 cores=4,6
/proc/26373/stat : 26373 (python) S 26128 26128 24847 0 -1 4202560 1124 0 0 0 34 25 0 0 16 0 2 0 735514751 364449792 14690 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26373/statm: 88977 14690 399 364 0 24883 0
[pid=26375] ppid=26373 vsize=276236 CPUtime=196.49 cores=4,6
/proc/26375/stat : 26375 (hybridGM3) T 26373 26375 26375 0 -1 4202496 8571 0 0 0 19648 1 0 0 25 0 1 0 735514751 282865664 8305 33554432000 134512640 135204385 4293586976 18446744073709551615 134536777 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26375/statm: 69059 8305 64 169 0 68889 0
[pid=26373/tid=26410] ppid=26128 vsize=355908 CPUtime=0 cores=4,6
/proc/26373/task/26410/stat : 26410 (python) S 26128 26128 24847 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 735534445 364449792 14690 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604442570314688 0 0 -1 4 0 0 0
[pid=26411] ppid=26128 vsize=366164 CPUtime=0.62 cores=4,6
/proc/26411/stat : 26411 (python) S 26128 26128 24847 0 -1 4202560 1116 0 0 0 34 28 0 0 17 0 2 0 735534446 374951936 14694 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26411/statm: 91541 14694 399 364 0 27444 0
[pid=26413] ppid=26411 vsize=276240 CPUtime=196.33 cores=4,6
/proc/26413/stat : 26413 (hybridGM3) T 26411 26413 26413 0 -1 4202496 8561 0 0 0 19632 1 0 0 25 0 1 0 735534446 282869760 8297 33554432000 134512640 135204385 4289195488 18446744073709551615 134537113 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26413/statm: 69060 8297 64 169 0 68890 0
[pid=26411/tid=26439] ppid=26128 vsize=366164 CPUtime=0 cores=4,6
/proc/26411/task/26439/stat : 26439 (python) S 26128 26128 24847 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 735554143 374951936 14694 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604446371973184 0 0 -1 4 0 0 0
[pid=26440] ppid=26128 vsize=376420 CPUtime=0.63 cores=4,6
/proc/26440/stat : 26440 (python) S 26128 26128 24847 0 -1 4202560 1123 0 0 0 36 27 0 0 17 0 2 0 735554144 385454080 14698 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26440/statm: 94105 14698 399 364 0 30005 0
[pid=26442] ppid=26440 vsize=276236 CPUtime=195.97 cores=4,6
/proc/26442/stat : 26442 (hybridGM3) T 26440 26442 26442 0 -1 4202496 8563 0 0 0 19595 2 0 0 25 0 1 0 735554145 282865664 8301 33554432000 134512640 135204385 4290380016 18446744073709551615 134536977 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26442/statm: 69059 8301 64 169 0 68889 0
[pid=26440/tid=26558] ppid=26128 vsize=376420 CPUtime=0 cores=4,6
/proc/26440/task/26558/stat : 26558 (python) S 26128 26128 24847 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 735573742 385454080 14698 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 514 18446604445785830400 0 0 -1 6 0 0 0
[pid=26559] ppid=26128 vsize=386676 CPUtime=0.27 cores=4,6
/proc/26559/stat : 26559 (python) S 26128 26128 24847 0 -1 4202560 968 0 0 0 16 11 0 0 15 0 1 0 735573744 395956224 14678 33554432000 4194304 5683644 140734766738704 18446744073709551615 251367566918 0 0 16781312 514 12236491293798138114 0 0 17 4 0 0 0
/proc/26559/statm: 96669 14678 376 364 0 32566 0
[pid=26562] ppid=26559 vsize=276240 CPUtime=92.52 cores=4,6
/proc/26562/stat : 26562 (hybridGM3) R 26559 26562 26562 0 -1 4202496 8565 0 0 0 9251 1 0 0 25 0 1 0 735573744 282869760 8299 33554432000 134512640 135204385 4290774080 18446744073709551615 134660169 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26562/statm: 69060 8299 64 169 0 68890 0
[pid=26128/tid=26135] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26135/stat : 26135 (python) S 26126 26128 24847 0 -1 4202560 31 10714 0 0 0 0 11302 23 18 0 9 0 735453889 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26151] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26151/stat : 26151 (python) S 26126 26128 24847 0 -1 4202560 31 10714 0 0 0 0 11302 23 18 0 9 0 735463960 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26164] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26164/stat : 26164 (python) S 26126 26128 24847 0 -1 4202560 31 10714 0 0 0 0 11302 23 18 0 9 0 735474032 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26302] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26302/stat : 26302 (python) S 26126 26128 24847 0 -1 4202560 23 10714 0 0 0 0 11302 23 20 0 9 0 735503564 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26374] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26374/stat : 26374 (python) S 26126 26128 24847 0 -1 4202560 33 10714 0 0 0 0 11302 23 20 0 9 0 735514751 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 6 0 0 0
[pid=26128/tid=26412] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26412/stat : 26412 (python) S 26126 26128 24847 0 -1 4202560 25 10714 0 0 0 0 11302 23 20 0 9 0 735534446 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26441] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26441/stat : 26441 (python) S 26126 26128 24847 0 -1 4202560 28 10714 0 0 0 0 11302 23 20 0 9 0 735554144 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
[pid=26128/tid=26560] ppid=26126 vsize=396920 CPUtime=113.25 cores=4,6
/proc/26128/task/26560/stat : 26560 (python) S 26126 26128 24847 0 -1 4202560 28 10714 0 0 0 0 11302 23 20 0 9 0 735573744 406446080 16196 33554432000 4194304 5683644 140734766738704 18446744073709551615 251379370417 0 0 16781312 2 18446604441941901568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.72
Current children cumulated vsize (KiB) 5002456

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 26128 and gives
#  childrusage.ru_utime.tv_sec=121
#  childrusage.ru_utime.tv_usec=337553
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=341948
# CPU time returned by wait4() is 121.679
# while last known CPU time is 1300.72
#
# 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.72
CPU user time (s): 1298.71
CPU system time (s): 2.01
CPU usage (%): 100.051
Max. virtual memory (cumulated for all children) (KiB): 5002456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.338
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41183
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= 3045
involuntary context switches= 559

runsolver used 6.29104 second user time and 12.8201 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 11:37:03
IDJOB=3377308
IDBENCH=82617
IDSOLVER=1857
FILE ID=node113/3377308-1305452223
RUNJOBID= node113-1305451360-25848
PBS_JOBID= 13324872
Free space on /tmp= 73368 MiB

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

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

MD5SUM BENCH= c0e1e71ade06eb64bd0f5dbaf6b892a1
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:      24181932 kB
Buffers:        271396 kB
Cached:        3068804 kB
SwapCached:      93712 kB
Active:        1732668 kB
Inactive:      6743712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24181932 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           34980 kB
Writeback:           0 kB
AnonPages:     5054000 kB
Mapped:          22400 kB
Slab:           119516 kB
PageTables:     107160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 97884564 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= 73248 MiB
End job on node113 at 2011-05-15 11:58:46