Trace number 3377274

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) 1299.86 1300.07

General information on the benchmark

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

Solver Data

0.36/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.69	c INFO: solving HOME/instance-3377274-1305452008.cnf
0.36/0.69	c INFO: computing task features
1.12/1.43	c INFO: computed variable-clause graph statistics
1.12/1.46	c INFO: computed clause balance statistics
4.82/5.19	c INFO: computed variable balance statistics
7.82/8.10	c INFO: computed small-clause counts
7.82/8.12	c INFO: computed Horn-clause counts
10.92/11.26	c INFO: computed variable graph statistics
10.92/11.26	c INFO: collected features for HOME/instance-3377274-1305452008.cnf in 10.55 s
10.92/11.28	c INFO: running hybridGM3@0 for 97 with 2389 remaining (b = 0.35)
111.37/111.72	c INFO: running hybridGM3@0 for 97 with 2289 remaining (b = 0.21)
211.76/212.16	c INFO: running hybridGM3@0 for 97 with 2189 remaining (b = 0.14)
312.27/312.62	c INFO: running hybridGM3@100 for 97 with 2089 remaining (b = 0.10)
409.61/409.93	c INFO: running hybridGM3@100 for 97 with 1992 remaining (b = 0.10)
506.93/507.25	c INFO: running TNM@0 for 97 with 1895 remaining (b = 0.13)
607.28/607.57	c INFO: running hybridGM3@100 for 97 with 1795 remaining (b = 0.09)
704.79/704.90	c INFO: running hybridGM3@0 for 97 with 1697 remaining (b = 0.10)
805.15/805.34	c INFO: running hybridGM3@100 for 97 with 1597 remaining (b = 0.07)
900.43/900.63	c INFO: running hybridGM3@0 for 97 with 1502 remaining (b = 0.07)
1000.86/1001.04	c INFO: running hybridGM3@100 for 97 with 1402 remaining (b = 0.05)
1096.20/1096.34	c INFO: running hybridGM3@0 for 194 with 1307 remaining (b = 0.09)
1292.88/1293.04	c INFO: running hybridGM3@0 for 194 with 1111 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-3377274-1305452008/watcher-3377274-1305452008 -o /tmp/evaluation-result-3377274-1305452008/solver-3377274-1305452008 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377274-1305452008.cnf -seed 1066671192 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.96 4.03 3.80 4/435 23327
/proc/meminfo: memFree=13894348/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=15908 CPUtime=0 cores=5,7
/proc/23327/stat : 23327 (python) S 23325 23327 22030 0 -1 4202496 958 0 0 0 0 0 0 0 20 0 1 0 735431510 16289792 834 33554432000 4194304 5683644 140733651771888 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/23327/statm: 3977 834 357 364 0 464 0

[startup+0.0686789 s]
/proc/loadavg: 3.96 4.03 3.80 4/435 23327
/proc/meminfo: memFree=13894348/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=36508 CPUtime=0.04 cores=5,7
/proc/23327/stat : 23327 (python) R 23325 23327 22030 0 -1 4202496 1575 0 0 0 3 1 0 0 20 0 1 0 735431510 37384192 1410 33554432000 4194304 5683644 140733651771888 18446744073709551615 216735178384 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23327/statm: 9127 1410 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100679 s]
/proc/loadavg: 3.96 4.03 3.80 4/435 23327
/proc/meminfo: memFree=13894348/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=87704 CPUtime=0.06 cores=5,7
/proc/23327/stat : 23327 (python) S 23325 23327 22030 0 -1 4202496 2638 0 0 0 5 1 0 0 17 0 1 0 735431510 89808896 2354 33554432000 4194304 5683644 140733651771888 18446744073709551615 216730254983 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/23327/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.30069 s]
/proc/loadavg: 3.96 4.03 3.80 4/435 23327
/proc/meminfo: memFree=13894348/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=135748 CPUtime=0.19 cores=5,7
/proc/23327/stat : 23327 (python) S 23325 23327 22030 0 -1 4202496 5971 932 1 0 14 5 0 0 17 0 1 0 735431510 139005952 4149 33554432000 4194304 5683644 140733651771888 18446744073709551615 216735174661 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/23327/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700594 s]
/proc/loadavg: 3.96 4.03 3.80 4/435 23327
/proc/meminfo: memFree=13894348/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=282828 CPUtime=0.42 cores=5,7
/proc/23327/stat : 23327 (python) R 23325 23327 22030 0 -1 4202496 10376 932 1 0 31 11 0 0 15 0 1 0 735431510 289615872 8050 33554432000 4194304 5683644 140733651771888 18446744073709551615 4445119 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23327/statm: 70707 8050 1761 364 0 6631 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282828

[startup+1.50043 s]
/proc/loadavg: 3.96 4.03 3.80 5/436 23332
/proc/meminfo: memFree=13848088/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=327996 CPUtime=1.22 cores=5,7
/proc/23327/stat : 23327 (python) R 23325 23327 22030 0 -1 4202496 27462 932 1 0 108 14 0 0 16 0 1 0 735431510 335867904 19384 33554432000 4194304 5683644 140733651771888 18446744073709551615 4531488 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23327/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 327996

[startup+3.10015 s]
/proc/loadavg: 3.96 4.03 3.80 5/436 23332
/proc/meminfo: memFree=13821552/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=327996 CPUtime=2.82 cores=5,7
/proc/23327/stat : 23327 (python) R 23325 23327 22030 0 -1 4202496 27462 932 1 0 268 14 0 0 18 0 1 0 735431510 335867904 19384 33554432000 4194304 5683644 140733651771888 18446744073709551615 216734838181 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23327/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 327996

[startup+6.30059 s]
/proc/loadavg: 3.96 4.03 3.80 5/436 23336
/proc/meminfo: memFree=13806060/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=327996 CPUtime=6.02 cores=5,7
/proc/23327/stat : 23327 (python) R 23325 23327 22030 0 -1 4202496 27463 932 1 0 588 14 0 0 25 0 1 0 735431510 335867904 19385 33554432000 4194304 5683644 140733651771888 18446744073709551615 5005713 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23327/statm: 81999 19385 1827 364 0 17923 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 327996

[startup+12.7005 s]
/proc/loadavg: 4.05 4.04 3.81 5/439 23339
/proc/meminfo: memFree=13774992/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=334360 CPUtime=11 cores=5,7
/proc/23327/stat : 23327 (python) S 23325 23327 22030 0 -1 4202496 27758 932 1 0 1086 14 0 0 25 0 2 0 735431510 342384640 18461 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23327/statm: 83590 18461 1875 364 0 19508 0
[pid=23337] ppid=23327 vsize=324116 CPUtime=0 cores=5,7
/proc/23337/stat : 23337 (python) S 23327 23327 22030 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 735432639 331894784 16935 33554432000 4194304 5683644 140733651771888 18446744073709551615 216735198735 0 0 16781312 514 16503603841392967679 0 0 17 5 0 0 0
/proc/23337/statm: 81029 16935 353 364 0 16947 0
[pid=23339] ppid=23337 vsize=276232 CPUtime=1.4 cores=5,7
/proc/23339/stat : 23339 (hybridGM3) R 23337 23339 23339 0 -1 4202496 4813 0 0 0 139 1 0 0 25 0 1 0 735432639 282861568 4546 33554432000 134512640 135204385 4287459360 18446744073709551615 134543975 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23339/statm: 69058 4547 57 169 0 68888 0
[pid=23327/tid=23338] ppid=23325 vsize=334360 CPUtime=0 cores=5,7
/proc/23327/task/23338/stat : 23338 (python) S 23325 23327 22030 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 735432639 342384640 18461 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 934708

[startup+25.5012 s]
/proc/loadavg: 4.04 4.04 3.81 5/439 23339
/proc/meminfo: memFree=13754596/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=334360 CPUtime=11 cores=5,7
/proc/23327/stat : 23327 (python) S 23325 23327 22030 0 -1 4202496 27758 932 1 0 1086 14 0 0 25 0 2 0 735431510 342384640 18461 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23327/statm: 83590 18461 1875 364 0 19508 0
[pid=23337] ppid=23327 vsize=324116 CPUtime=0.03 cores=5,7
/proc/23337/stat : 23337 (python) S 23327 23327 22030 0 -1 4202560 979 0 0 0 1 2 0 0 15 0 1 0 735432639 331894784 16963 33554432000 4194304 5683644 140733651771888 18446744073709551615 216735198735 0 0 16781312 514 17979882640462807302 0 0 17 5 0 0 0
/proc/23337/statm: 81029 16963 381 364 0 16947 0
[pid=23339] ppid=23337 vsize=276236 CPUtime=14.15 cores=5,7
/proc/23339/stat : 23339 (hybridGM3) R 23337 23339 23339 0 -1 4202496 9521 0 0 0 1414 1 0 0 25 0 1 0 735432639 282865664 9254 33554432000 134512640 135204385 4287459360 18446744073709551615 134537322 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23339/statm: 69059 9254 64 169 0 68889 0
[pid=23327/tid=23338] ppid=23325 vsize=334360 CPUtime=0 cores=5,7
/proc/23327/task/23338/stat : 23338 (python) S 23325 23327 22030 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 735432639 342384640 18461 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 934712

[startup+51.1008 s]
/proc/loadavg: 4.02 4.04 3.82 5/439 23340
/proc/meminfo: memFree=13755292/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=334360 CPUtime=11 cores=5,7
/proc/23327/stat : 23327 (python) S 23325 23327 22030 0 -1 4202496 27758 932 1 0 1086 14 0 0 25 0 2 0 735431510 342384640 18461 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23327/statm: 83590 18461 1875 364 0 19508 0
[pid=23337] ppid=23327 vsize=324116 CPUtime=0.1 cores=5,7
/proc/23337/stat : 23337 (python) S 23327 23327 22030 0 -1 4202560 991 0 0 0 5 5 0 0 15 0 1 0 735432639 331894784 16963 33554432000 4194304 5683644 140733651771888 18446744073709551615 216735198735 0 0 16781312 514 17979882640462807302 0 0 17 5 0 0 0
/proc/23337/statm: 81029 16963 381 364 0 16947 0
[pid=23339] ppid=23337 vsize=276236 CPUtime=39.67 cores=5,7
/proc/23339/stat : 23339 (hybridGM3) R 23337 23339 23339 0 -1 4202496 9521 0 0 0 3966 1 0 0 25 0 1 0 735432639 282865664 9254 33554432000 134512640 135204385 4287459360 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23339/statm: 69059 9254 64 169 0 68889 0
[pid=23327/tid=23338] ppid=23325 vsize=334360 CPUtime=0 cores=5,7
/proc/23327/task/23338/stat : 23338 (python) S 23325 23327 22030 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 735432639 342384640 18461 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 934712

[startup+102.316 s]
/proc/loadavg: 4.10 4.06 3.83 5/442 23347
/proc/meminfo: memFree=13718128/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=334360 CPUtime=11 cores=5,7
/proc/23327/stat : 23327 (python) S 23325 23327 22030 0 -1 4202496 27758 932 1 0 1086 14 0 0 25 0 2 0 735431510 342384640 18461 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23327/statm: 83590 18461 1875 364 0 19508 0
[pid=23337] ppid=23327 vsize=324116 CPUtime=0.26 cores=5,7
/proc/23337/stat : 23337 (python) S 23327 23327 22030 0 -1 4202560 1016 0 0 0 13 13 0 0 15 0 1 0 735432639 331894784 16963 33554432000 4194304 5683644 140733651771888 18446744073709551615 216735198735 0 0 16781312 514 17979882640462807302 0 0 17 5 0 0 0
/proc/23337/statm: 81029 16963 381 364 0 16947 0
[pid=23339] ppid=23337 vsize=276236 CPUtime=90.72 cores=5,7
/proc/23339/stat : 23339 (hybridGM3) R 23337 23339 23339 0 -1 4202496 9521 0 0 0 9071 1 0 0 25 0 1 0 735432639 282865664 9254 33554432000 134512640 135204385 4287459360 18446744073709551615 134546082 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23339/statm: 69059 9254 64 169 0 68889 0
[pid=23327/tid=23338] ppid=23325 vsize=334360 CPUtime=0 cores=5,7
/proc/23327/task/23338/stat : 23338 (python) S 23325 23327 22030 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 735432639 342384640 18461 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 934712

[startup+162.301 s]
/proc/loadavg: 4.03 4.04 3.84 5/449 23356
/proc/meminfo: memFree=13636036/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=344616 CPUtime=11.02 cores=5,7
/proc/23327/stat : 23327 (python) S 23325 23327 22030 0 -1 4202496 28644 932 1 0 1087 15 0 0 20 0 3 0 735431510 352886784 18468 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23327/statm: 86154 18468 1878 364 0 22069 0
[pid=23337] ppid=23327 vsize=334360 CPUtime=0.3 cores=5,7
/proc/23337/stat : 23337 (python) S 23327 23327 22030 0 -1 4202560 1158 0 0 0 15 15 0 0 16 0 2 0 735432639 342384640 17001 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23337/statm: 83590 17001 414 364 0 19508 0
[pid=23339] ppid=23337 vsize=276236 CPUtime=100.1 cores=5,7
/proc/23339/stat : 23339 (hybridGM3) T 23337 23339 23339 0 -1 4202496 9521 0 0 0 10009 1 0 0 25 0 1 0 735432639 282865664 9254 33554432000 134512640 135204385 4287459360 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23339/statm: 69059 9254 64 169 0 68889 0
[pid=23337/tid=23348] ppid=23327 vsize=334360 CPUtime=0 cores=5,7
/proc/23337/task/23348/stat : 23348 (python) S 23327 23327 22030 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 735442682 342384640 17001 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604469640139840 0 0 -1 5 0 0 0
[pid=23349] ppid=23327 vsize=334372 CPUtime=0.13 cores=5,7
/proc/23349/stat : 23349 (python) S 23327 23327 22030 0 -1 4202560 892 0 0 0 6 7 0 0 15 0 1 0 735442683 342396928 16956 33554432000 4194304 5683644 140733651771888 18446744073709551615 216735198790 0 0 16781312 514 17979882640462807304 0 0 17 5 0 0 0
/proc/23349/statm: 83593 16956 370 364 0 19508 0
[pid=23351] ppid=23349 vsize=276240 CPUtime=50.4 cores=5,7
/proc/23351/stat : 23351 (hybridGM3) R 23349 23351 23351 0 -1 4202496 9515 0 0 0 5040 0 0 0 25 0 1 0 735442684 282869760 9252 33554432000 134512640 135204385 4291781040 18446744073709551615 134660132 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23351/statm: 69060 9252 64 169 0 68890 0
[pid=23327/tid=23338] ppid=23325 vsize=344616 CPUtime=0 cores=5,7
/proc/23327/task/23338/stat : 23338 (python) S 23325 23327 22030 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 735432639 352886784 18468 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
[pid=23327/tid=23350] ppid=23325 vsize=344616 CPUtime=0 cores=5,7
/proc/23327/task/23350/stat : 23350 (python) S 23325 23327 22030 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 735442683 352886784 18468 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 1565824

[startup+222.301 s]
/proc/loadavg: 4.06 4.05 3.85 5/453 23361
/proc/meminfo: memFree=13594440/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=354872 CPUtime=11.03 cores=5,7
/proc/23327/stat : 23327 (python) S 23325 23327 22030 0 -1 4202496 29502 932 1 0 1088 15 0 0 20 0 4 0 735431510 363388928 18474 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23327/statm: 88718 18474 1880 364 0 24630 0
[pid=23337] ppid=23327 vsize=334360 CPUtime=0.3 cores=5,7
/proc/23337/stat : 23337 (python) S 23327 23327 22030 0 -1 4202560 1158 0 0 0 15 15 0 0 16 0 2 0 735432639 342384640 17001 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23337/statm: 83590 17001 414 364 0 19508 0
[pid=23339] ppid=23337 vsize=276236 CPUtime=100.1 cores=5,7
/proc/23339/stat : 23339 (hybridGM3) T 23337 23339 23339 0 -1 4202496 9521 0 0 0 10009 1 0 0 25 0 1 0 735432639 282865664 9254 33554432000 134512640 135204385 4287459360 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23339/statm: 69059 9254 64 169 0 68889 0
[pid=23337/tid=23348] ppid=23327 vsize=334360 CPUtime=0 cores=5,7
/proc/23337/task/23348/stat : 23348 (python) S 23327 23327 22030 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 735442682 342384640 17001 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604469640139840 0 0 -1 5 0 0 0

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

/proc/23349/statm: 83593 16986 399 364 0 19508 0
[pid=23351] ppid=23349 vsize=276240 CPUtime=197.09 cores=5,7
/proc/23351/stat : 23351 (hybridGM3) T 23349 23351 23351 0 -1 4202496 9515 0 0 0 19709 0 0 0 25 0 1 0 735442684 282869760 9252 33554432000 134512640 135204385 4291781040 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23351/statm: 69060 9252 64 169 0 68890 0
[pid=23349/tid=23358] ppid=23327 vsize=334372 CPUtime=0 cores=5,7
/proc/23349/task/23358/stat : 23358 (python) S 23327 23327 22030 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735452726 342396928 16986 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604464099459456 0 0 -1 5 0 0 0
[pid=23359] ppid=23327 vsize=344628 CPUtime=0.63 cores=5,7
/proc/23359/stat : 23359 (python) S 23327 23327 22030 0 -1 4202560 1124 0 0 0 32 31 0 0 15 0 2 0 735452727 352899072 16990 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23359/statm: 86157 16990 399 364 0 22069 0
[pid=23361] ppid=23359 vsize=276240 CPUtime=197.25 cores=5,7
/proc/23361/stat : 23361 (hybridGM3) T 23359 23361 23361 0 -1 4202496 9525 0 0 0 19724 1 0 0 25 0 1 0 735452728 282869760 9264 33554432000 134512640 135204385 4287979120 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23361/statm: 69060 9264 64 169 0 68890 0
[pid=23359/tid=23373] ppid=23327 vsize=344628 CPUtime=0 cores=5,7
/proc/23359/task/23373/stat : 23373 (python) S 23327 23327 22030 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735462771 352899072 16990 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604468664906048 0 0 -1 5 0 0 0
[pid=23394] ppid=23327 vsize=354884 CPUtime=0.32 cores=5,7
/proc/23394/stat : 23394 (python) S 23327 23327 22030 0 -1 4202560 1087 0 0 0 16 16 0 0 19 0 2 0 735482236 363401216 16994 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23394/statm: 88721 16994 399 364 0 24630 0
[pid=23396] ppid=23394 vsize=471116 CPUtime=100.04 cores=5,7
/proc/23396/stat : 23396 (TNM) T 23394 23396 23396 0 -1 4202496 8434 0 0 0 10003 1 0 0 25 0 1 0 735482236 482422784 8173 33554432000 134512640 135008748 4287606576 18446744073709551615 134524754 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23396/statm: 117779 8173 46 122 0 116679 0
[pid=23394/tid=23422] ppid=23327 vsize=354884 CPUtime=0 cores=5,7
/proc/23394/task/23422/stat : 23422 (python) S 23327 23327 22030 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735492267 363401216 16994 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604458001655872 0 0 -1 7 0 0 0
[pid=23428] ppid=23327 vsize=365140 CPUtime=0.6 cores=5,7
/proc/23428/stat : 23428 (python) S 23327 23327 22030 0 -1 4202560 1132 0 0 0 30 30 0 0 15 0 2 0 735502001 373903360 16998 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23428/statm: 91285 16998 399 364 0 27191 0
[pid=23430] ppid=23428 vsize=276240 CPUtime=195.06 cores=5,7
/proc/23430/stat : 23430 (hybridGM3) T 23428 23430 23430 0 -1 4202496 9520 0 0 0 19505 1 0 0 25 0 1 0 735502001 282869760 9255 33554432000 134512640 135204385 4293439888 18446744073709551615 134536843 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23430/statm: 69060 9255 64 169 0 68890 0
[pid=23428/tid=23474] ppid=23327 vsize=365140 CPUtime=0 cores=5,7
/proc/23428/task/23474/stat : 23474 (python) S 23327 23327 22030 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 735512044 373903360 16998 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604458525033792 0 0 -1 5 0 0 0
[pid=23484] ppid=23327 vsize=375396 CPUtime=0.62 cores=5,7
/proc/23484/stat : 23484 (python) S 23327 23327 22030 0 -1 4202560 1131 0 0 0 30 32 0 0 15 0 2 0 735521573 384405504 17002 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23484/statm: 93849 17002 399 364 0 29752 0
[pid=23486] ppid=23484 vsize=276244 CPUtime=195.12 cores=5,7
/proc/23486/stat : 23486 (hybridGM3) T 23484 23486 23486 0 -1 4202496 9519 0 0 0 19511 1 0 0 25 0 1 0 735521574 282873856 9255 33554432000 134512640 135204385 4293617440 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23486/statm: 69061 9255 64 169 0 68891 0
[pid=23484/tid=23494] ppid=23327 vsize=375396 CPUtime=0 cores=5,7
/proc/23484/task/23494/stat : 23494 (python) S 23327 23327 22030 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735531614 384405504 17002 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604463714889984 0 0 -1 5 0 0 0
[pid=23611] ppid=23327 vsize=385652 CPUtime=0.44 cores=5,7
/proc/23611/stat : 23611 (python) S 23327 23327 22030 0 -1 4202560 956 0 0 0 21 23 0 0 15 0 1 0 735541145 394907648 16976 33554432000 4194304 5683644 140733651771888 18446744073709551615 216735198790 0 0 16781312 514 17979882640462807303 0 0 17 5 0 0 0
/proc/23611/statm: 96413 16976 370 364 0 32313 0
[pid=23613] ppid=23611 vsize=276240 CPUtime=145.51 cores=5,7
/proc/23613/stat : 23613 (hybridGM3) R 23611 23613 23613 0 -1 4202496 9518 0 0 0 14550 1 0 0 25 0 1 0 735541145 282869760 9251 33554432000 134512640 135204385 4293703648 18446744073709551615 134547654 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23613/statm: 69060 9251 64 169 0 68890 0
[pid=23327/tid=23338] ppid=23325 vsize=395896 CPUtime=0 cores=5,7
/proc/23327/task/23338/stat : 23338 (python) S 23325 23327 22030 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 8 0 735432639 405397504 18498 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
[pid=23327/tid=23350] ppid=23325 vsize=395896 CPUtime=0 cores=5,7
/proc/23327/task/23350/stat : 23350 (python) S 23325 23327 22030 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 8 0 735442683 405397504 18498 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
[pid=23327/tid=23360] ppid=23325 vsize=395896 CPUtime=0 cores=5,7
/proc/23327/task/23360/stat : 23360 (python) S 23325 23327 22030 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 8 0 735452727 405397504 18498 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
[pid=23327/tid=23395] ppid=23325 vsize=395896 CPUtime=0 cores=5,7
/proc/23327/task/23395/stat : 23395 (python) S 23325 23327 22030 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 8 0 735482236 405397504 18498 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 7 0 0 0
[pid=23327/tid=23429] ppid=23325 vsize=395896 CPUtime=0 cores=5,7
/proc/23327/task/23429/stat : 23429 (python) S 23325 23327 22030 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 8 0 735502001 405397504 18498 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
[pid=23327/tid=23485] ppid=23325 vsize=395896 CPUtime=0 cores=5,7
/proc/23327/task/23485/stat : 23485 (python) S 23325 23327 22030 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 8 0 735521574 405397504 18498 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 7 0 0 0
[pid=23327/tid=23612] ppid=23325 vsize=395896 CPUtime=0 cores=5,7
/proc/23327/task/23612/stat : 23612 (python) S 23325 23327 22030 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 8 0 735541145 405397504 18498 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1242.19
Current children cumulated vsize (KiB) 5018884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.07 3.15 3.42 4/469 23639
/proc/meminfo: memFree=13540720/32951124 swapFree=65586204/67111528
[pid=23327] ppid=23325 vsize=406152 CPUtime=11.15 cores=5,7
/proc/23327/stat : 23327 (python) S 23325 23327 22030 0 -1 4202496 34279 932 1 0 1098 17 0 0 20 0 9 0 735431510 415899648 18504 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23327/statm: 101538 18504 1890 364 0 37435 0
[pid=23337] ppid=23327 vsize=334360 CPUtime=0.62 cores=5,7
/proc/23337/stat : 23337 (python) S 23327 23327 22030 0 -1 4202560 1211 0 0 0 30 32 0 0 15 0 2 0 735432639 342384640 17002 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23337/statm: 83590 17002 415 364 0 19508 0
[pid=23339] ppid=23337 vsize=276236 CPUtime=197.13 cores=5,7
/proc/23339/stat : 23339 (hybridGM3) T 23337 23339 23339 0 -1 4202496 9521 0 0 0 19712 1 0 0 25 0 1 0 735432639 282865664 9254 33554432000 134512640 135204385 4287459360 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23339/statm: 69059 9254 64 169 0 68889 0
[pid=23337/tid=23348] ppid=23327 vsize=334360 CPUtime=0 cores=5,7
/proc/23337/task/23348/stat : 23348 (python) S 23327 23327 22030 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735442682 342384640 17002 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604469640139840 0 0 -1 5 0 0 0
[pid=23349] ppid=23327 vsize=334372 CPUtime=0.62 cores=5,7
/proc/23349/stat : 23349 (python) S 23327 23327 22030 0 -1 4202560 1113 0 0 0 31 31 0 0 15 0 2 0 735442683 342396928 16986 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23349/statm: 83593 16986 399 364 0 19508 0
[pid=23351] ppid=23349 vsize=276240 CPUtime=197.09 cores=5,7
/proc/23351/stat : 23351 (hybridGM3) T 23349 23351 23351 0 -1 4202496 9515 0 0 0 19709 0 0 0 25 0 1 0 735442684 282869760 9252 33554432000 134512640 135204385 4291781040 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23351/statm: 69060 9252 64 169 0 68890 0
[pid=23349/tid=23358] ppid=23327 vsize=334372 CPUtime=0 cores=5,7
/proc/23349/task/23358/stat : 23358 (python) S 23327 23327 22030 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735452726 342396928 16986 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604464099459456 0 0 -1 5 0 0 0
[pid=23359] ppid=23327 vsize=344628 CPUtime=0.63 cores=5,7
/proc/23359/stat : 23359 (python) S 23327 23327 22030 0 -1 4202560 1124 0 0 0 32 31 0 0 15 0 2 0 735452727 352899072 16990 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23359/statm: 86157 16990 399 364 0 22069 0
[pid=23361] ppid=23359 vsize=276240 CPUtime=197.25 cores=5,7
/proc/23361/stat : 23361 (hybridGM3) T 23359 23361 23361 0 -1 4202496 9525 0 0 0 19724 1 0 0 25 0 1 0 735452728 282869760 9264 33554432000 134512640 135204385 4287979120 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23361/statm: 69060 9264 64 169 0 68890 0
[pid=23359/tid=23373] ppid=23327 vsize=344628 CPUtime=0 cores=5,7
/proc/23359/task/23373/stat : 23373 (python) S 23327 23327 22030 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735462771 352899072 16990 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604468664906048 0 0 -1 5 0 0 0
[pid=23394] ppid=23327 vsize=354884 CPUtime=0.32 cores=5,7
/proc/23394/stat : 23394 (python) S 23327 23327 22030 0 -1 4202560 1087 0 0 0 16 16 0 0 19 0 2 0 735482236 363401216 16994 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23394/statm: 88721 16994 399 364 0 24630 0
[pid=23396] ppid=23394 vsize=471116 CPUtime=100.04 cores=5,7
/proc/23396/stat : 23396 (TNM) T 23394 23396 23396 0 -1 4202496 8434 0 0 0 10003 1 0 0 25 0 1 0 735482236 482422784 8173 33554432000 134512640 135008748 4287606576 18446744073709551615 134524754 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23396/statm: 117779 8173 46 122 0 116679 0
[pid=23394/tid=23422] ppid=23327 vsize=354884 CPUtime=0 cores=5,7
/proc/23394/task/23422/stat : 23422 (python) S 23327 23327 22030 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735492267 363401216 16994 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604458001655872 0 0 -1 7 0 0 0
[pid=23428] ppid=23327 vsize=365140 CPUtime=0.6 cores=5,7
/proc/23428/stat : 23428 (python) S 23327 23327 22030 0 -1 4202560 1132 0 0 0 30 30 0 0 15 0 2 0 735502001 373903360 16998 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23428/statm: 91285 16998 399 364 0 27191 0
[pid=23430] ppid=23428 vsize=276240 CPUtime=195.06 cores=5,7
/proc/23430/stat : 23430 (hybridGM3) T 23428 23430 23430 0 -1 4202496 9520 0 0 0 19505 1 0 0 25 0 1 0 735502001 282869760 9255 33554432000 134512640 135204385 4293439888 18446744073709551615 134536843 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23430/statm: 69060 9255 64 169 0 68890 0
[pid=23428/tid=23474] ppid=23327 vsize=365140 CPUtime=0 cores=5,7
/proc/23428/task/23474/stat : 23474 (python) S 23327 23327 22030 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 735512044 373903360 16998 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604458525033792 0 0 -1 5 0 0 0
[pid=23484] ppid=23327 vsize=375396 CPUtime=0.62 cores=5,7
/proc/23484/stat : 23484 (python) S 23327 23327 22030 0 -1 4202560 1131 0 0 0 30 32 0 0 15 0 2 0 735521573 384405504 17002 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23484/statm: 93849 17002 399 364 0 29752 0
[pid=23486] ppid=23484 vsize=276244 CPUtime=195.12 cores=5,7
/proc/23486/stat : 23486 (hybridGM3) T 23484 23486 23486 0 -1 4202496 9519 0 0 0 19511 1 0 0 25 0 1 0 735521574 282873856 9255 33554432000 134512640 135204385 4293617440 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23486/statm: 69061 9255 64 169 0 68891 0
[pid=23484/tid=23494] ppid=23327 vsize=375396 CPUtime=0 cores=5,7
/proc/23484/task/23494/stat : 23494 (python) S 23327 23327 22030 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735531614 384405504 17002 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604463714889984 0 0 -1 5 0 0 0
[pid=23611] ppid=23327 vsize=385652 CPUtime=0.61 cores=5,7
/proc/23611/stat : 23611 (python) S 23327 23327 22030 0 -1 4202560 1134 0 0 0 29 32 0 0 16 0 2 0 735541145 394907648 17006 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23611/statm: 96413 17006 399 364 0 32313 0
[pid=23613] ppid=23611 vsize=276240 CPUtime=196.06 cores=5,7
/proc/23613/stat : 23613 (hybridGM3) T 23611 23613 23613 0 -1 4202496 9518 0 0 0 19605 1 0 0 25 0 1 0 735541145 282869760 9251 33554432000 134512640 135204385 4293703648 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23613/statm: 69060 9251 64 169 0 68890 0
[pid=23611/tid=23636] ppid=23327 vsize=385652 CPUtime=0 cores=5,7
/proc/23611/task/23636/stat : 23636 (python) S 23327 23327 22030 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 735560814 394907648 17006 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 514 18446604456282683520 0 0 -1 5 0 0 0
[pid=23637] ppid=23327 vsize=395908 CPUtime=0.01 cores=5,7
/proc/23637/stat : 23637 (python) S 23327 23327 22030 0 -1 4202560 944 0 0 0 0 1 0 0 15 0 1 0 735560815 405409792 16986 33554432000 4194304 5683644 140733651771888 18446744073709551615 216735198790 0 0 16781312 514 10994452177031758084 0 0 17 5 0 0 0
/proc/23637/statm: 98977 16986 376 364 0 34874 0
[pid=23639] ppid=23637 vsize=276240 CPUtime=6.93 cores=5,7
/proc/23639/stat : 23639 (hybridGM3) R 23637 23639 23639 0 -1 4202496 9515 0 0 0 693 0 0 0 25 0 1 0 735560815 282869760 9249 33554432000 134512640 135204385 4291605072 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23639/statm: 69060 9249 64 169 0 68890 0
[pid=23327/tid=23338] ppid=23325 vsize=406152 CPUtime=0 cores=5,7
/proc/23327/task/23338/stat : 23338 (python) S 23325 23327 22030 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 735432639 415899648 18504 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
[pid=23327/tid=23350] ppid=23325 vsize=406152 CPUtime=0 cores=5,7
/proc/23327/task/23350/stat : 23350 (python) S 23325 23327 22030 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 735442683 415899648 18504 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
[pid=23327/tid=23360] ppid=23325 vsize=406152 CPUtime=0 cores=5,7
/proc/23327/task/23360/stat : 23360 (python) S 23325 23327 22030 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 9 0 735452727 415899648 18504 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
[pid=23327/tid=23395] ppid=23325 vsize=406152 CPUtime=0 cores=5,7
/proc/23327/task/23395/stat : 23395 (python) S 23325 23327 22030 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 735482236 415899648 18504 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 7 0 0 0
[pid=23327/tid=23429] ppid=23325 vsize=406152 CPUtime=0 cores=5,7
/proc/23327/task/23429/stat : 23429 (python) S 23325 23327 22030 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 735502001 415899648 18504 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
[pid=23327/tid=23485] ppid=23325 vsize=406152 CPUtime=0 cores=5,7
/proc/23327/task/23485/stat : 23485 (python) S 23325 23327 22030 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 735521574 415899648 18504 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 7 0 0 0
[pid=23327/tid=23612] ppid=23325 vsize=406152 CPUtime=0 cores=5,7
/proc/23327/task/23612/stat : 23612 (python) S 23325 23327 22030 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 735541145 415899648 18504 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 7 0 0 0
[pid=23327/tid=23638] ppid=23325 vsize=406152 CPUtime=0 cores=5,7
/proc/23327/task/23638/stat : 23638 (python) S 23325 23327 22030 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 735560815 415899648 18504 33554432000 4194304 5683644 140733651771888 18446744073709551615 216747002289 0 0 16781312 2 18446604470655553664 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1299.86
Current children cumulated vsize (KiB) 5701288

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 23327 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=990329
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=183972
# CPU time returned by wait4() is 11.1743
# while last known CPU time is 1299.86
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.07
CPU time (s): 1299.86
CPU user time (s): 1297.58
CPU system time (s): 2.28
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 5701288

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

runsolver used 6.24605 second user time and 13.8339 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 11:33:28
IDJOB=3377274
IDBENCH=82583
IDSOLVER=1857
FILE ID=node119/3377274-1305452008
RUNJOBID= node119-1305451370-23049
PBS_JOBID= 13324846
Free space on /tmp= 73164 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S874492400-019-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-3377274-1305452008/watcher-3377274-1305452008 -o /tmp/evaluation-result-3377274-1305452008/solver-3377274-1305452008 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377274-1305452008.cnf -seed 1066671192 -budget 2400

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

MD5SUM BENCH= ec4818cc72441ba3110ddbe772c6ebb9
RANDOM SEED=1066671192

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13894504 kB
Buffers:        297340 kB
Cached:        5000896 kB
SwapCached:       4756 kB
Active:       15438604 kB
Inactive:      3269640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13894504 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           36156 kB
Writeback:           0 kB
AnonPages:    13408380 kB
Mapped:          37508 kB
Slab:           215536 kB
PageTables:      67316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 106717976 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= 73224 MiB
End job on node119 at 2011-05-15 11:55:11