Trace number 3377268

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

General information on the benchmark

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

Solver Data

0.65/4.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.65/4.48	c INFO: solving HOME/instance-3377268-1305451983.cnf
0.65/4.48	c INFO: computing task features
1.50/5.30	c INFO: computed variable-clause graph statistics
1.50/5.33	c INFO: computed clause balance statistics
5.80/9.61	c INFO: computed variable balance statistics
9.20/13.08	c INFO: computed small-clause counts
9.30/13.10	c INFO: computed Horn-clause counts
12.70/16.54	c INFO: computed variable graph statistics
12.70/16.54	c INFO: collected features for HOME/instance-3377268-1305451983.cnf in 12.04 s
12.70/16.56	c INFO: running hybridGM3@0 for 97 with 2387 remaining (b = 0.33)
113.09/116.98	c INFO: running hybridGM3@0 for 97 with 2287 remaining (b = 0.21)
213.75/217.60	c INFO: running hybridGM3@0 for 97 with 2187 remaining (b = 0.14)
314.28/318.20	c INFO: running hybridGM3@100 for 97 with 2087 remaining (b = 0.10)
411.68/415.51	c INFO: running hybridGM3@100 for 97 with 1990 remaining (b = 0.10)
508.98/512.83	c INFO: running TNM@0 for 97 with 1893 remaining (b = 0.13)
609.27/613.17	c INFO: running hybridGM3@100 for 97 with 1793 remaining (b = 0.09)
706.73/710.50	c INFO: running hybridGM3@0 for 97 with 1696 remaining (b = 0.09)
807.61/811.16	c INFO: running hybridGM3@100 for 97 with 1595 remaining (b = 0.07)
907.21/910.49	c INFO: running hybridGM3@0 for 97 with 1496 remaining (b = 0.07)
1007.93/1011.15	c INFO: running hybridGM3@100 for 97 with 1396 remaining (b = 0.05)
1103.24/1106.46	c INFO: running hybridGM3@0 for 194 with 1300 remaining (b = 0.09)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 0,2

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: 1.03 2.51 3.05 5/358 21926
/proc/meminfo: memFree=19363704/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=15184 CPUtime=0 cores=0,2
/proc/21926/stat : 21926 (python) S 21924 21926 20857 0 -1 4202496 711 0 0 0 0 0 0 0 20 0 1 0 735429012 15548416 604 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/21926/statm: 3796 604 319 364 0 283 0

[startup+0.0628 s]
/proc/loadavg: 1.03 2.51 3.05 5/358 21926
/proc/meminfo: memFree=19363704/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=18884 CPUtime=0.03 cores=0,2
/proc/21926/stat : 21926 (python) R 21924 21926 20857 0 -1 4202496 1287 0 0 0 3 0 0 0 17 0 1 0 735429012 19337216 1141 33554432000 4194304 5683644 140735859495248 18446744073709551615 4335123 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21926/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18884

[startup+0.100763 s]
/proc/loadavg: 1.03 2.51 3.05 5/358 21926
/proc/meminfo: memFree=19363704/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=25292 CPUtime=0.04 cores=0,2
/proc/21926/stat : 21926 (python) D 21924 21926 20857 0 -1 4202496 1345 0 1 0 3 1 0 0 17 0 1 0 735429012 25899008 1193 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415389696 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21926/statm: 6323 1193 438 364 0 724 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25292

[startup+0.300733 s]
/proc/loadavg: 1.03 2.51 3.05 5/358 21926
/proc/meminfo: memFree=19363704/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=56780 CPUtime=0.09 cores=0,2
/proc/21926/stat : 21926 (python) D 21924 21926 20857 0 -1 4202496 2092 0 9 0 4 5 0 0 17 0 1 0 735429012 58142720 1857 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415389696 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/21926/statm: 14195 1857 499 364 0 1318 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56780

[startup+0.700671 s]
/proc/loadavg: 1.03 2.51 3.05 5/358 21926
/proc/meminfo: memFree=19363704/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=121280 CPUtime=0.2 cores=0,2
/proc/21926/stat : 21926 (python) D 21924 21926 20857 0 -1 4202496 3909 0 20 0 8 12 0 0 16 0 1 0 735429012 124190720 3560 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415387493 0 0 16781312 2 0 0 0 17 0 0 0 6
/proc/21926/statm: 30320 3560 953 364 0 2652 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 121280

[startup+1.51458 s]
/proc/loadavg: 1.03 2.51 3.05 1/370 21938
/proc/meminfo: memFree=19304624/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=121988 CPUtime=0.22 cores=0,2
/proc/21926/stat : 21926 (python) D 21924 21926 20857 0 -1 4202496 4149 0 21 0 9 13 0 0 16 0 1 0 735429012 124915712 3788 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415397431 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 30
/proc/21926/statm: 30497 3788 986 364 0 2827 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 121988

[startup+3.10127 s]
/proc/loadavg: 1.03 2.51 3.05 1/372 21940
/proc/meminfo: memFree=19300520/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=124236 CPUtime=0.23 cores=0,2
/proc/21926/stat : 21926 (python) S 21924 21926 20857 0 -1 4202496 4289 0 21 0 10 13 0 0 16 0 1 0 735429012 127217664 3880 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415391488 0 0 16781312 2 18446744071562362840 0 0 17 2 0 0 119
/proc/21926/statm: 31059 3880 997 364 0 2870 0
[pid=21939] ppid=21926 vsize=8700 CPUtime=0 cores=0,2
/proc/21939/stat : 21939 (sh) S 21926 21926 20857 0 -1 4202496 307 0 0 0 0 0 0 0 19 0 1 0 735429199 8908800 246 33554432000 4194304 4922060 140735828044048 18446744073709551615 256415210629 0 65536 16781316 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21939/statm: 2175 246 206 178 0 68 0
[pid=21940] ppid=21939 vsize=788 CPUtime=0 cores=0,2
/proc/21940/stat : 21940 (ldconfig) D 21939 21926 20857 0 -1 4194304 71 0 1 0 0 0 0 0 18 0 1 0 735429199 806912 8 33554432000 4194304 4893030 140735628455424 18446744073709551615 4371008 0 0 16781312 0 18446744071562234166 0 0 17 2 0 0 59
/proc/21940/statm: 197 8 2 171 0 24 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 133724
heavy processes:

[startup+6.30061 s]
/proc/loadavg: 1.18 2.51 3.05 5/370 21954
/proc/meminfo: memFree=19125540/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=327992 CPUtime=2.5 cores=0,2
/proc/21926/stat : 21926 (python) R 21924 21926 20857 0 -1 4202496 27399 929 63 7 211 39 0 0 17 0 1 0 735429012 335863808 19383 33554432000 4194304 5683644 140735859495248 18446744073709551615 47605917953432 0 0 16781312 2 0 0 0 17 0 0 0 131
/proc/21926/statm: 81998 19383 1826 364 0 17922 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 327992
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 1.41 2.54 3.05 5/370 21989
/proc/meminfo: memFree=19142024/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=327992 CPUtime=8.9 cores=0,2
/proc/21926/stat : 21926 (python) R 21924 21926 20857 0 -1 4202496 27400 929 63 7 851 39 0 0 25 0 1 0 735429012 335863808 19384 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415049456 0 0 16781312 2 0 0 0 17 0 0 0 131
/proc/21926/statm: 81998 19384 1827 364 0 17922 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 327992
heavy processes:

[startup+25.501 s]
/proc/loadavg: 2.06 2.63 3.07 5/376 21995
/proc/meminfo: memFree=19075324/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=334356 CPUtime=12.77 cores=0,2
/proc/21926/stat : 21926 (python) S 21924 21926 20857 0 -1 4202496 27682 929 63 7 1237 40 0 0 20 0 2 0 735429012 342380544 18452 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 131
/proc/21926/statm: 83589 18452 1867 364 0 19507 0
[pid=21993] ppid=21926 vsize=324112 CPUtime=0.01 cores=0,2
/proc/21993/stat : 21993 (python) S 21926 21926 20857 0 -1 4202560 975 0 0 0 1 0 0 0 15 0 1 0 735430668 331890688 16962 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415411727 0 0 16781312 514 12429381646610825473 0 0 17 0 0 0 0
/proc/21993/statm: 81028 16962 381 364 0 16946 0
[pid=21995] ppid=21993 vsize=276240 CPUtime=8.88 cores=0,2
/proc/21995/stat : 21995 (hybridGM3) R 21993 21995 21995 0 -1 4202496 9516 0 0 0 887 1 0 0 25 0 1 0 735430668 282869760 9251 33554432000 134512640 135204385 4288547216 18446744073709551615 134536843 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21995/statm: 69060 9251 64 169 0 68890 0
[pid=21926/tid=21994] ppid=21924 vsize=334356 CPUtime=0 cores=0,2
/proc/21926/task/21994/stat : 21994 (python) S 21924 21926 20857 0 -1 4202560 26 929 0 7 0 0 0 0 20 0 2 0 735430668 342380544 18452 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.66
Current children cumulated vsize (KiB) 934708

[startup+51.1011 s]
/proc/loadavg: 2.72 2.73 3.10 5/376 21996
/proc/meminfo: memFree=19075540/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=334356 CPUtime=12.77 cores=0,2
/proc/21926/stat : 21926 (python) S 21924 21926 20857 0 -1 4202496 27682 929 63 7 1237 40 0 0 20 0 2 0 735429012 342380544 18452 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 131
/proc/21926/statm: 83589 18452 1867 364 0 19507 0
[pid=21993] ppid=21926 vsize=324112 CPUtime=0.1 cores=0,2
/proc/21993/stat : 21993 (python) S 21926 21926 20857 0 -1 4202560 990 0 0 0 5 5 0 0 15 0 1 0 735430668 331890688 16962 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415411727 0 0 16781312 514 1918691770934198529 0 0 17 0 0 0 0
/proc/21993/statm: 81028 16962 381 364 0 16946 0
[pid=21995] ppid=21993 vsize=276240 CPUtime=34.39 cores=0,2
/proc/21995/stat : 21995 (hybridGM3) R 21993 21995 21995 0 -1 4202496 9516 0 0 0 3438 1 0 0 25 0 1 0 735430668 282869760 9251 33554432000 134512640 135204385 4288547216 18446744073709551615 134547471 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21995/statm: 69060 9251 64 169 0 68890 0
[pid=21926/tid=21994] ppid=21924 vsize=334356 CPUtime=0 cores=0,2
/proc/21926/task/21994/stat : 21994 (python) S 21924 21926 20857 0 -1 4202560 26 929 0 7 0 0 0 0 20 0 2 0 735430668 342380544 18452 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.26
Current children cumulated vsize (KiB) 934708

[startup+102.3 s]
/proc/loadavg: 3.44 2.93 3.14 5/376 21997
/proc/meminfo: memFree=19072740/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=334356 CPUtime=12.77 cores=0,2
/proc/21926/stat : 21926 (python) S 21924 21926 20857 0 -1 4202496 27682 929 63 7 1237 40 0 0 20 0 2 0 735429012 342380544 18452 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 131
/proc/21926/statm: 83589 18452 1867 364 0 19507 0
[pid=21993] ppid=21926 vsize=324112 CPUtime=0.24 cores=0,2
/proc/21993/stat : 21993 (python) S 21926 21926 20857 0 -1 4202560 1010 0 0 0 13 11 0 0 15 0 1 0 735430668 331890688 16962 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415411727 0 0 16781312 514 1918691770934198529 0 0 17 0 0 0 0
/proc/21993/statm: 81028 16962 381 364 0 16946 0
[pid=21995] ppid=21993 vsize=276240 CPUtime=85.46 cores=0,2
/proc/21995/stat : 21995 (hybridGM3) R 21993 21995 21995 0 -1 4202496 9520 0 0 0 8545 1 0 0 25 0 1 0 735430668 282869760 9255 33554432000 134512640 135204385 4288547216 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21995/statm: 69060 9255 64 169 0 68890 0
[pid=21926/tid=21994] ppid=21924 vsize=334356 CPUtime=0 cores=0,2
/proc/21926/task/21994/stat : 21994 (python) S 21924 21926 20857 0 -1 4202560 26 929 0 7 0 0 0 0 20 0 2 0 735430668 342380544 18452 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.47
Current children cumulated vsize (KiB) 934708

[startup+162.301 s]
/proc/loadavg: 3.94 3.15 3.20 5/393 22019
/proc/meminfo: memFree=18978088/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=344612 CPUtime=12.78 cores=0,2
/proc/21926/stat : 21926 (python) S 21924 21926 20857 0 -1 4202496 28596 929 63 7 1238 40 0 0 20 0 3 0 735429012 352882688 18467 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 131
/proc/21926/statm: 86153 18467 1878 364 0 22068 0
[pid=21993] ppid=21926 vsize=334356 CPUtime=0.3 cores=0,2
/proc/21993/stat : 21993 (python) S 21926 21926 20857 0 -1 4202560 1161 0 0 0 16 14 0 0 16 0 2 0 735430668 342380544 17000 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21993/statm: 83589 17000 414 364 0 19507 0
[pid=21995] ppid=21993 vsize=276240 CPUtime=100.07 cores=0,2
/proc/21995/stat : 21995 (hybridGM3) T 21993 21995 21995 0 -1 4202496 9520 0 0 0 10006 1 0 0 25 0 1 0 735430668 282869760 9255 33554432000 134512640 135204385 4288547216 18446744073709551615 134537488 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21995/statm: 69060 9255 64 169 0 68890 0
[pid=21993/tid=22011] ppid=21926 vsize=334356 CPUtime=0 cores=0,2
/proc/21993/task/22011/stat : 22011 (python) S 21926 21926 20857 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 735440709 342380544 17000 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604447216699584 0 0 -1 0 0 0 0
[pid=22012] ppid=21926 vsize=334368 CPUtime=0.12 cores=0,2
/proc/22012/stat : 22012 (python) S 21926 21926 20857 0 -1 4202560 897 0 0 0 6 6 0 0 15 0 1 0 735440710 342392832 16955 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415411782 0 0 16781312 514 1918691770934198529 0 0 17 0 0 0 0
/proc/22012/statm: 83592 16955 370 364 0 19507 0
[pid=22014] ppid=22012 vsize=276236 CPUtime=45.19 cores=0,2
/proc/22014/stat : 22014 (hybridGM3) R 22012 22014 22014 0 -1 4202496 9516 0 0 0 4517 2 0 0 25 0 1 0 735440711 282865664 9251 33554432000 134512640 135204385 4293943040 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22014/statm: 69059 9251 64 169 0 68889 0
[pid=21926/tid=21994] ppid=21924 vsize=344612 CPUtime=0 cores=0,2
/proc/21926/task/21994/stat : 21994 (python) S 21924 21926 20857 0 -1 4202560 26 929 0 7 0 0 0 0 20 0 3 0 735430668 352882688 18467 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22013] ppid=21924 vsize=344612 CPUtime=0 cores=0,2
/proc/21926/task/22013/stat : 22013 (python) S 21924 21926 20857 0 -1 4202560 24 929 0 7 0 0 0 0 20 0 3 0 735440711 352882688 18467 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158.46
Current children cumulated vsize (KiB) 1565812

[startup+222.301 s]
/proc/loadavg: 3.98 3.30 3.25 5/405 22032
/proc/meminfo: memFree=18891268/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=354868 CPUtime=12.81 cores=0,2
/proc/21926/stat : 21926 (python) S 21924 21926 20857 0 -1 4202496 29477 929 63 7 1240 41 0 0 19 0 4 0 735429012 363384832 18473 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 131
/proc/21926/statm: 88717 18473 1880 364 0 24629 0
[pid=21993] ppid=21926 vsize=334356 CPUtime=0.3 cores=0,2
/proc/21993/stat : 21993 (python) S 21926 21926 20857 0 -1 4202560 1161 0 0 0 16 14 0 0 16 0 2 0 735430668 342380544 17000 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21993/statm: 83589 17000 414 364 0 19507 0
[pid=21995] ppid=21993 vsize=276240 CPUtime=100.07 cores=0,2
/proc/21995/stat : 21995 (hybridGM3) T 21993 21995 21995 0 -1 4202496 9520 0 0 0 10006 1 0 0 25 0 1 0 735430668 282869760 9255 33554432000 134512640 135204385 4288547216 18446744073709551615 134537488 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21995/statm: 69060 9255 64 169 0 68890 0
[pid=21993/tid=22011] ppid=21926 vsize=334356 CPUtime=0 cores=0,2

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

[pid=21993] ppid=21926 vsize=334356 CPUtime=0.62 cores=0,2
/proc/21993/stat : 21993 (python) S 21926 21926 20857 0 -1 4202560 1220 0 0 0 33 29 0 0 15 0 2 0 735430668 342380544 17001 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21993/statm: 83589 17001 415 364 0 19507 0
[pid=21995] ppid=21993 vsize=276240 CPUtime=197.07 cores=0,2
/proc/21995/stat : 21995 (hybridGM3) T 21993 21995 21995 0 -1 4202496 9520 0 0 0 19706 1 0 0 25 0 1 0 735430668 282869760 9255 33554432000 134512640 135204385 4288547216 18446744073709551615 134547728 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21995/statm: 69060 9255 64 169 0 68890 0
[pid=21993/tid=22011] ppid=21926 vsize=334356 CPUtime=0 cores=0,2
/proc/21993/task/22011/stat : 22011 (python) S 21926 21926 20857 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735440709 342380544 17001 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604447216699584 0 0 -1 0 0 0 0
[pid=22012] ppid=21926 vsize=334368 CPUtime=0.62 cores=0,2
/proc/22012/stat : 22012 (python) S 21926 21926 20857 0 -1 4202560 1118 0 0 0 34 28 0 0 15 0 2 0 735440710 342392832 16985 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22012/statm: 83592 16985 399 364 0 19507 0
[pid=22014] ppid=22012 vsize=276236 CPUtime=197.27 cores=0,2
/proc/22014/stat : 22014 (hybridGM3) T 22012 22014 22014 0 -1 4202496 9530 0 0 0 19725 2 0 0 25 0 1 0 735440711 282865664 9265 33554432000 134512640 135204385 4293943040 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22014/statm: 69059 9265 64 169 0 68889 0
[pid=22012/tid=22029] ppid=21926 vsize=334368 CPUtime=0 cores=0,2
/proc/22012/task/22029/stat : 22029 (python) S 21926 21926 20857 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735450771 342392832 16985 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604453872421568 0 0 -1 0 0 0 0
[pid=22030] ppid=21926 vsize=344624 CPUtime=0.65 cores=0,2
/proc/22030/stat : 22030 (python) S 21926 21926 20857 0 -1 4202560 1124 0 0 0 35 30 0 0 15 0 2 0 735450772 352894976 16989 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22030/statm: 86156 16989 399 364 0 22068 0
[pid=22032] ppid=22030 vsize=276244 CPUtime=197.3 cores=0,2
/proc/22032/stat : 22032 (hybridGM3) T 22030 22032 22032 0 -1 4202496 9519 0 0 0 19729 1 0 0 25 0 1 0 735450773 282873856 9255 33554432000 134512640 135204385 4287129024 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22032/statm: 69061 9255 64 169 0 68891 0
[pid=22030/tid=22045] ppid=21926 vsize=344624 CPUtime=0 cores=0,2
/proc/22030/task/22045/stat : 22045 (python) S 21926 21926 20857 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735460830 352894976 16989 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604453869106368 0 0 -1 0 0 0 0
[pid=22073] ppid=21926 vsize=354880 CPUtime=0.33 cores=0,2
/proc/22073/stat : 22073 (python) S 21926 21926 20857 0 -1 4202560 1096 0 0 0 19 14 0 0 19 0 2 0 735480295 363397120 16993 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 88720 16993 399 364 0 24629 0
[pid=22075] ppid=22073 vsize=471116 CPUtime=100.01 cores=0,2
/proc/22075/stat : 22075 (TNM) T 22073 22075 22075 0 -1 4202496 8431 0 0 0 10000 1 0 0 25 0 1 0 735480296 482422784 8171 33554432000 134512640 135008748 4292396048 18446744073709551615 134527847 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22075/statm: 117779 8171 46 122 0 116679 0
[pid=22073/tid=22088] ppid=21926 vsize=354880 CPUtime=0 cores=0,2
/proc/22073/task/22088/stat : 22088 (python) S 21926 21926 20857 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735490328 363397120 16993 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604448515697472 0 0 -1 2 0 0 0
[pid=22103] ppid=21926 vsize=365136 CPUtime=0.6 cores=0,2
/proc/22103/stat : 22103 (python) S 21926 21926 20857 0 -1 4202560 1143 0 0 0 33 27 0 0 15 0 2 0 735500063 373899264 16997 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22103/statm: 91284 16997 399 364 0 27190 0
[pid=22105] ppid=22103 vsize=276240 CPUtime=199.95 cores=0,2
/proc/22105/stat : 22105 (hybridGM3) T 22103 22105 22105 0 -1 4202496 9517 0 0 0 19994 1 0 0 25 0 1 0 735500063 282869760 9253 33554432000 134512640 135204385 4291857792 18446744073709551615 134545851 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22105/statm: 69060 9253 64 169 0 68890 0
[pid=22103/tid=22148] ppid=21926 vsize=365136 CPUtime=0 cores=0,2
/proc/22103/task/22148/stat : 22148 (python) S 21926 21926 20857 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 735510127 373899264 16997 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604453633350528 0 0 -1 2 0 0 0
[pid=22268] ppid=21926 vsize=375392 CPUtime=0.66 cores=0,2
/proc/22268/stat : 22268 (python) S 21926 21926 20857 0 -1 4202560 1141 0 0 0 35 31 0 0 15 0 2 0 735520061 384401408 17001 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22268/statm: 93848 17001 399 364 0 29751 0
[pid=22270] ppid=22268 vsize=276236 CPUtime=195.32 cores=0,2
/proc/22270/stat : 22270 (hybridGM3) T 22268 22270 22270 0 -1 4202496 9521 0 0 0 19530 2 0 0 25 0 1 0 735520062 282865664 9255 33554432000 134512640 135204385 4289266992 18446744073709551615 134537443 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22270/statm: 69059 9255 64 169 0 68889 0
[pid=22268/tid=22313] ppid=21926 vsize=375392 CPUtime=0 cores=0,2
/proc/22268/task/22313/stat : 22313 (python) S 21926 21926 20857 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 735530126 384401408 17001 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604443345614656 0 0 -1 0 0 0 0
[pid=22325] ppid=21926 vsize=385648 CPUtime=0.44 cores=0,2
/proc/22325/stat : 22325 (python) S 21926 21926 20857 0 -1 4202560 957 0 0 0 21 23 0 0 15 0 1 0 735539659 394903552 16975 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415411782 0 0 16781312 514 1918691770934198529 0 0 17 0 0 0 0
/proc/22325/statm: 96412 16975 370 364 0 32312 0
[pid=22327] ppid=22325 vsize=276244 CPUtime=135.45 cores=0,2
/proc/22327/stat : 22327 (hybridGM3) R 22325 22327 22327 0 -1 4202496 9517 0 0 0 13544 1 0 0 25 0 1 0 735539659 282873856 9255 33554432000 134512640 135204385 4288530592 18446744073709551615 134547435 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22327/statm: 69061 9255 64 169 0 68891 0
[pid=21926/tid=21994] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/21994/stat : 21994 (python) S 21924 21926 20857 0 -1 4202560 30 929 0 7 0 0 0 0 18 0 8 0 735430668 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22013] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22013/stat : 22013 (python) S 21924 21926 20857 0 -1 4202560 28 929 0 7 0 0 0 0 18 0 8 0 735440711 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22031] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22031/stat : 22031 (python) S 21924 21926 20857 0 -1 4202560 33 929 0 7 0 0 0 0 18 0 8 0 735450773 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22074] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22074/stat : 22074 (python) S 21924 21926 20857 0 -1 4202560 29 929 0 7 0 0 0 0 20 0 8 0 735480296 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22104] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22104/stat : 22104 (python) S 21924 21926 20857 0 -1 4202560 31 929 0 7 0 0 0 0 18 0 8 0 735500063 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22269] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22269/stat : 22269 (python) S 21924 21926 20857 0 -1 4202560 30 929 0 7 0 0 0 0 18 0 8 0 735520062 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 2 0 0 0
[pid=21926/tid=22326] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22326/stat : 22326 (python) S 21924 21926 20857 0 -1 4202560 29 929 0 7 0 0 0 0 20 0 8 0 735539659 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1239.21
Current children cumulated vsize (KiB) 5018852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.04 3.79 5/459 22382
/proc/meminfo: memFree=18309140/32950928 swapFree=67111200/67111528
[pid=21926] ppid=21924 vsize=395892 CPUtime=12.92 cores=0,2
/proc/21926/stat : 21926 (python) S 21924 21926 20857 0 -1 4202496 33295 929 63 7 1250 42 0 0 19 0 8 0 735429012 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 131
/proc/21926/statm: 98973 18497 1888 364 0 34873 0
[pid=21993] ppid=21926 vsize=334356 CPUtime=0.62 cores=0,2
/proc/21993/stat : 21993 (python) S 21926 21926 20857 0 -1 4202560 1220 0 0 0 33 29 0 0 15 0 2 0 735430668 342380544 17001 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21993/statm: 83589 17001 415 364 0 19507 0
[pid=21995] ppid=21993 vsize=276240 CPUtime=197.07 cores=0,2
/proc/21995/stat : 21995 (hybridGM3) T 21993 21995 21995 0 -1 4202496 9520 0 0 0 19706 1 0 0 25 0 1 0 735430668 282869760 9255 33554432000 134512640 135204385 4288547216 18446744073709551615 134547728 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21995/statm: 69060 9255 64 169 0 68890 0
[pid=21993/tid=22011] ppid=21926 vsize=334356 CPUtime=0 cores=0,2
/proc/21993/task/22011/stat : 22011 (python) S 21926 21926 20857 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735440709 342380544 17001 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604447216699584 0 0 -1 0 0 0 0
[pid=22012] ppid=21926 vsize=334368 CPUtime=0.62 cores=0,2
/proc/22012/stat : 22012 (python) S 21926 21926 20857 0 -1 4202560 1118 0 0 0 34 28 0 0 15 0 2 0 735440710 342392832 16985 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22012/statm: 83592 16985 399 364 0 19507 0
[pid=22014] ppid=22012 vsize=276236 CPUtime=197.27 cores=0,2
/proc/22014/stat : 22014 (hybridGM3) T 22012 22014 22014 0 -1 4202496 9530 0 0 0 19725 2 0 0 25 0 1 0 735440711 282865664 9265 33554432000 134512640 135204385 4293943040 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22014/statm: 69059 9265 64 169 0 68889 0
[pid=22012/tid=22029] ppid=21926 vsize=334368 CPUtime=0 cores=0,2
/proc/22012/task/22029/stat : 22029 (python) S 21926 21926 20857 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735450771 342392832 16985 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604453872421568 0 0 -1 0 0 0 0
[pid=22030] ppid=21926 vsize=344624 CPUtime=0.65 cores=0,2
/proc/22030/stat : 22030 (python) S 21926 21926 20857 0 -1 4202560 1124 0 0 0 35 30 0 0 15 0 2 0 735450772 352894976 16989 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22030/statm: 86156 16989 399 364 0 22068 0
[pid=22032] ppid=22030 vsize=276244 CPUtime=197.3 cores=0,2
/proc/22032/stat : 22032 (hybridGM3) T 22030 22032 22032 0 -1 4202496 9519 0 0 0 19729 1 0 0 25 0 1 0 735450773 282873856 9255 33554432000 134512640 135204385 4287129024 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22032/statm: 69061 9255 64 169 0 68891 0
[pid=22030/tid=22045] ppid=21926 vsize=344624 CPUtime=0 cores=0,2
/proc/22030/task/22045/stat : 22045 (python) S 21926 21926 20857 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735460830 352894976 16989 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604453869106368 0 0 -1 0 0 0 0
[pid=22073] ppid=21926 vsize=354880 CPUtime=0.33 cores=0,2
/proc/22073/stat : 22073 (python) S 21926 21926 20857 0 -1 4202560 1096 0 0 0 19 14 0 0 19 0 2 0 735480295 363397120 16993 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22073/statm: 88720 16993 399 364 0 24629 0
[pid=22075] ppid=22073 vsize=471116 CPUtime=100.01 cores=0,2
/proc/22075/stat : 22075 (TNM) T 22073 22075 22075 0 -1 4202496 8431 0 0 0 10000 1 0 0 25 0 1 0 735480296 482422784 8171 33554432000 134512640 135008748 4292396048 18446744073709551615 134527847 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22075/statm: 117779 8171 46 122 0 116679 0
[pid=22073/tid=22088] ppid=21926 vsize=354880 CPUtime=0 cores=0,2
/proc/22073/task/22088/stat : 22088 (python) S 21926 21926 20857 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735490328 363397120 16993 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604448515697472 0 0 -1 2 0 0 0
[pid=22103] ppid=21926 vsize=365136 CPUtime=0.6 cores=0,2
/proc/22103/stat : 22103 (python) S 21926 21926 20857 0 -1 4202560 1143 0 0 0 33 27 0 0 15 0 2 0 735500063 373899264 16997 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22103/statm: 91284 16997 399 364 0 27190 0
[pid=22105] ppid=22103 vsize=276240 CPUtime=199.95 cores=0,2
/proc/22105/stat : 22105 (hybridGM3) T 22103 22105 22105 0 -1 4202496 9517 0 0 0 19994 1 0 0 25 0 1 0 735500063 282869760 9253 33554432000 134512640 135204385 4291857792 18446744073709551615 134545851 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22105/statm: 69060 9253 64 169 0 68890 0
[pid=22103/tid=22148] ppid=21926 vsize=365136 CPUtime=0 cores=0,2
/proc/22103/task/22148/stat : 22148 (python) S 21926 21926 20857 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 735510127 373899264 16997 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604453633350528 0 0 -1 2 0 0 0
[pid=22268] ppid=21926 vsize=375392 CPUtime=0.66 cores=0,2
/proc/22268/stat : 22268 (python) S 21926 21926 20857 0 -1 4202560 1141 0 0 0 35 31 0 0 15 0 2 0 735520061 384401408 17001 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22268/statm: 93848 17001 399 364 0 29751 0
[pid=22270] ppid=22268 vsize=276236 CPUtime=195.32 cores=0,2
/proc/22270/stat : 22270 (hybridGM3) T 22268 22270 22270 0 -1 4202496 9521 0 0 0 19530 2 0 0 25 0 1 0 735520062 282865664 9255 33554432000 134512640 135204385 4289266992 18446744073709551615 134537443 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22270/statm: 69059 9255 64 169 0 68889 0
[pid=22268/tid=22313] ppid=21926 vsize=375392 CPUtime=0 cores=0,2
/proc/22268/task/22313/stat : 22313 (python) S 21926 21926 20857 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 735530126 384401408 17001 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 514 18446604443345614656 0 0 -1 0 0 0 0
[pid=22325] ppid=21926 vsize=385648 CPUtime=0.64 cores=0,2
/proc/22325/stat : 22325 (python) S 21926 21926 20857 0 -1 4202560 974 0 0 0 32 32 0 0 15 0 1 0 735539659 394903552 16975 33554432000 4194304 5683644 140735859495248 18446744073709551615 256415411782 0 0 16781312 514 1918691770934198529 0 0 17 0 0 0 0
/proc/22325/statm: 96412 16975 370 364 0 32312 0
[pid=22327] ppid=22325 vsize=276244 CPUtime=192.96 cores=0,2
/proc/22327/stat : 22327 (hybridGM3) R 22325 22327 22327 0 -1 4202496 9517 0 0 0 19295 1 0 0 25 0 1 0 735539659 282873856 9255 33554432000 134512640 135204385 4288530592 18446744073709551615 134537290 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22327/statm: 69061 9255 64 169 0 68891 0
[pid=21926/tid=21994] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/21994/stat : 21994 (python) S 21924 21926 20857 0 -1 4202560 30 929 0 7 0 0 0 0 18 0 8 0 735430668 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22013] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22013/stat : 22013 (python) S 21924 21926 20857 0 -1 4202560 28 929 0 7 0 0 0 0 18 0 8 0 735440711 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22031] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22031/stat : 22031 (python) S 21924 21926 20857 0 -1 4202560 33 929 0 7 0 0 0 0 18 0 8 0 735450773 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22074] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22074/stat : 22074 (python) S 21924 21926 20857 0 -1 4202560 29 929 0 7 0 0 0 0 20 0 8 0 735480296 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22104] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22104/stat : 22104 (python) S 21924 21926 20857 0 -1 4202560 31 929 0 7 0 0 0 0 18 0 8 0 735500063 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
[pid=21926/tid=22269] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22269/stat : 22269 (python) S 21924 21926 20857 0 -1 4202560 30 929 0 7 0 0 0 0 18 0 8 0 735520062 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 2 0 0 0
[pid=21926/tid=22326] ppid=21924 vsize=395892 CPUtime=0 cores=0,2
/proc/21926/task/22326/stat : 22326 (python) S 21924 21926 20857 0 -1 4202560 29 929 0 7 0 0 0 0 20 0 8 0 735539659 405393408 18497 33554432000 4194304 5683644 140735859495248 18446744073709551615 256427215281 0 0 16781312 2 18446604440397866944 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1296.92
Current children cumulated vsize (KiB) 5018852

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 21926 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=513097
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=435933
# CPU time returned by wait4() is 12.949
# while last known CPU time is 1296.92
#
# 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): 1296.92
CPU user time (s): 1294.5
CPU system time (s): 2.42
CPU usage (%): 99.7583
Max. virtual memory (cumulated for all children) (KiB): 5018856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5131
system time used= 0.435933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34614
page faults= 70
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38017
involuntary context switches= 102

runsolver used 6.07508 second user time and 13.02 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 11:33:03
IDJOB=3377268
IDBENCH=82577
IDSOLVER=1857
FILE ID=node115/3377268-1305451983
RUNJOBID= node115-1305451983-21889
PBS_JOBID= 13324848
Free space on /tmp= 73272 MiB

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

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

MD5SUM BENCH= 0ad997eea0def3552b6d7e45aac8ca7c
RANDOM SEED=1299152299

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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:      19363868 kB
Buffers:        248292 kB
Cached:        3000240 kB
SwapCached:          0 kB
Active:       10238368 kB
Inactive:      3042936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19363868 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:          135504 kB
Writeback:           0 kB
AnonPages:    10031648 kB
Mapped:          28796 kB
Slab:           200180 kB
PageTables:      41164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69703144 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= 73144 MiB
End job on node115 at 2011-05-15 11:54:46