Trace number 3377280

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 1300.73 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
MD5SUM0d20733a6f7d3b01f88ae7bba5f0d271
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark405.867
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.46/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.46/0.70	c INFO: solving HOME/instance-3377280-1305452060.cnf
0.46/0.70	c INFO: computing task features
0.88/1.15	c INFO: computed variable-clause graph statistics
0.88/1.17	c INFO: computed clause balance statistics
3.46/3.70	c INFO: computed variable balance statistics
5.36/5.69	c INFO: computed small-clause counts
5.46/5.70	c INFO: computed Horn-clause counts
6.96/7.26	c INFO: computed variable graph statistics
6.96/7.26	c INFO: collected features for HOME/instance-3377280-1305452060.cnf in 6.59 s
6.96/7.27	c INFO: running hybridGM3@0 for 97 with 2393 remaining (b = 0.34)
107.33/107.66	c INFO: running hybridGM3@0 for 97 with 2293 remaining (b = 0.21)
207.67/208.05	c INFO: running hybridGM3@0 for 97 with 2193 remaining (b = 0.14)
308.04/308.44	c INFO: running hybridGM3@100 for 97 with 2093 remaining (b = 0.10)
405.34/405.75	c INFO: running hybridGM3@99 for 97 with 1996 remaining (b = 0.11)
502.72/503.07	c INFO: running TNM@0 for 97 with 1899 remaining (b = 0.13)
603.44/603.40	c INFO: running hybridGM3@100 for 97 with 1798 remaining (b = 0.10)
700.78/700.72	c INFO: running hybridGM3@0 for 97 with 1701 remaining (b = 0.10)
800.48/800.12	c INFO: running hybridGM3@99 for 97 with 1602 remaining (b = 0.07)
901.07/900.45	c INFO: running hybridGM3@0 for 97 with 1502 remaining (b = 0.07)
1001.51/1000.85	c INFO: running hybridGM3@100 for 97 with 1402 remaining (b = 0.06)
1096.84/1096.14	c INFO: running hybridGM3@0 for 194 with 1307 remaining (b = 0.10)
1293.52/1292.88	c INFO: running hybridGM3@0 for 194 with 1110 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-3377280-1305452060/watcher-3377280-1305452060 -o /tmp/evaluation-result-3377280-1305452060/solver-3377280-1305452060 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377280-1305452060.cnf -seed 1023768582 -budget 2400 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.07 4.07 3.94 3/420 19002
/proc/meminfo: memFree=17732240/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=15908 CPUtime=0 cores=1,3
/proc/19002/stat : 19002 (python) S 19000 19002 17657 0 -1 4202496 944 0 0 0 0 0 0 0 17 0 1 0 735436674 16289792 821 33554432000 4194304 5683644 140737311466352 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/19002/statm: 3977 821 357 364 0 464 0

[startup+0.0410659 s]
/proc/loadavg: 4.07 4.07 3.94 3/420 19002
/proc/meminfo: memFree=17732240/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=18884 CPUtime=0.02 cores=1,3
/proc/19002/stat : 19002 (python) R 19000 19002 17657 0 -1 4202496 1282 0 0 0 1 1 0 0 17 0 1 0 735436674 19337216 1135 33554432000 4194304 5683644 140737311466352 18446744073709551615 4864861 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19002/statm: 4721 1135 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.10106 s]
/proc/loadavg: 4.07 4.07 3.94 3/420 19002
/proc/meminfo: memFree=17732240/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=89768 CPUtime=0.06 cores=1,3
/proc/19002/stat : 19002 (python) R 19000 19002 17657 0 -1 4202496 2672 0 0 0 4 2 0 0 17 0 1 0 735436674 91922432 2388 33554432000 4194304 5683644 140737311466352 18446744073709551615 224280002183 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/19002/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.301054 s]
/proc/loadavg: 4.07 4.07 3.94 3/420 19002
/proc/meminfo: memFree=17732240/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=135748 CPUtime=0.19 cores=1,3
/proc/19002/stat : 19002 (python) S 19000 19002 17657 0 -1 4202496 5971 933 1 0 12 7 0 0 17 0 1 0 735436674 139005952 4149 33554432000 4194304 5683644 140737311466352 18446744073709551615 224284921861 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/19002/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700986 s]
/proc/loadavg: 4.07 4.07 3.94 3/420 19002
/proc/meminfo: memFree=17732240/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=284336 CPUtime=0.46 cores=1,3
/proc/19002/stat : 19002 (python) R 19000 19002 17657 0 -1 4202496 10700 933 1 0 30 16 0 0 15 0 1 0 735436674 291160064 8371 33554432000 4194304 5683644 140737311466352 18446744073709551615 4602336 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19002/statm: 71084 8373 1761 364 0 7008 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 284336

[startup+1.50082 s]
/proc/loadavg: 4.07 4.07 3.94 5/421 19007
/proc/meminfo: memFree=17684616/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=312968 CPUtime=1.26 cores=1,3
/proc/19002/stat : 19002 (python) R 19000 19002 17657 0 -1 4202496 21978 933 1 0 108 18 0 0 16 0 1 0 735436674 320479232 15627 33554432000 4194304 5683644 140737311466352 18446744073709551615 47541710084592 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19002/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 312968

[startup+3.10057 s]
/proc/loadavg: 4.07 4.07 3.94 5/423 19038
/proc/meminfo: memFree=17656016/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=312968 CPUtime=2.86 cores=1,3
/proc/19002/stat : 19002 (python) R 19000 19002 17657 0 -1 4202496 21978 933 1 0 268 18 0 0 18 0 1 0 735436674 320479232 15627 33554432000 4194304 5683644 140737311466352 18446744073709551615 47541710181298 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19002/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 312968

[startup+6.30102 s]
/proc/loadavg: 4.07 4.07 3.94 5/426 19043
/proc/meminfo: memFree=17617076/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=312968 CPUtime=6.06 cores=1,3
/proc/19002/stat : 19002 (python) R 19000 19002 17657 0 -1 4202496 21985 933 1 0 588 18 0 0 25 0 1 0 735436674 320479232 15634 33554432000 4194304 5683644 140737311466352 18446744073709551615 47541709904000 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19002/statm: 78242 15634 1833 364 0 14166 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 312968

[startup+12.701 s]
/proc/loadavg: 4.06 4.07 3.94 5/429 19046
/proc/meminfo: memFree=17577472/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=320504 CPUtime=7.04 cores=1,3
/proc/19002/stat : 19002 (python) S 19000 19002 17657 0 -1 4202496 22277 933 1 0 686 18 0 0 25 0 2 0 735436674 328196096 14997 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19002/statm: 80126 14997 1875 364 0 16044 0
[pid=19044] ppid=19002 vsize=310260 CPUtime=0.01 cores=1,3
/proc/19044/stat : 19044 (python) S 19002 19002 17657 0 -1 4202560 982 0 0 0 1 0 0 0 15 0 1 0 735437402 317706240 13499 33554432000 4194304 5683644 140737311466352 18446744073709551615 224284945935 0 0 16781312 514 6067817100141887751 0 0 17 1 0 0 0
/proc/19044/statm: 77565 13499 381 364 0 13483 0
[pid=19046] ppid=19044 vsize=268424 CPUtime=5.39 cores=1,3
/proc/19046/stat : 19046 (hybridGM3) R 19044 19046 19046 0 -1 4202496 8088 0 0 0 538 1 0 0 25 0 1 0 735437402 274866176 7822 33554432000 134512640 135204385 4290224512 18446744073709551615 134536737 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19046/statm: 67106 7822 64 169 0 66936 0
[pid=19002/tid=19045] ppid=19000 vsize=320504 CPUtime=0 cores=1,3
/proc/19002/task/19045/stat : 19045 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 735437402 328196096 14997 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 899188

[startup+25.5008 s]
/proc/loadavg: 4.12 4.08 3.94 6/430 19085
/proc/meminfo: memFree=17604384/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=320504 CPUtime=7.04 cores=1,3
/proc/19002/stat : 19002 (python) S 19000 19002 17657 0 -1 4202496 22277 933 1 0 686 18 0 0 25 0 2 0 735436674 328196096 14997 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19002/statm: 80126 14997 1875 364 0 16044 0
[pid=19044] ppid=19002 vsize=310260 CPUtime=0.04 cores=1,3
/proc/19044/stat : 19044 (python) S 19002 19002 17657 0 -1 4202560 986 0 0 0 2 2 0 0 15 0 1 0 735437402 317706240 13499 33554432000 4194304 5683644 140737311466352 18446744073709551615 224284945935 0 0 16781312 514 2860243160217387271 0 0 17 1 0 0 0
/proc/19044/statm: 77565 13499 381 364 0 13483 0
[pid=19046] ppid=19044 vsize=268424 CPUtime=18.16 cores=1,3
/proc/19046/stat : 19046 (hybridGM3) R 19044 19046 19046 0 -1 4202496 8090 0 0 0 1815 1 0 0 25 0 1 0 735437402 274866176 7824 33554432000 134512640 135204385 4290224512 18446744073709551615 134536922 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19046/statm: 67106 7824 64 169 0 66936 0
[pid=19002/tid=19045] ppid=19000 vsize=320504 CPUtime=0 cores=1,3
/proc/19002/task/19045/stat : 19045 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 735437402 328196096 14997 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 899188

[startup+51.1005 s]
/proc/loadavg: 4.21 4.10 3.95 5/430 19085
/proc/meminfo: memFree=17575520/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=320504 CPUtime=7.04 cores=1,3
/proc/19002/stat : 19002 (python) S 19000 19002 17657 0 -1 4202496 22277 933 1 0 686 18 0 0 25 0 2 0 735436674 328196096 14997 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19002/statm: 80126 14997 1875 364 0 16044 0
[pid=19044] ppid=19002 vsize=310260 CPUtime=0.12 cores=1,3
/proc/19044/stat : 19044 (python) S 19002 19002 17657 0 -1 4202560 998 0 0 0 6 6 0 0 15 0 1 0 735437402 317706240 13499 33554432000 4194304 5683644 140737311466352 18446744073709551615 224284945935 0 0 16781312 514 2860243160217387271 0 0 17 1 0 0 0
/proc/19044/statm: 77565 13499 381 364 0 13483 0
[pid=19046] ppid=19044 vsize=268424 CPUtime=43.68 cores=1,3
/proc/19046/stat : 19046 (hybridGM3) R 19044 19046 19046 0 -1 4202496 8091 0 0 0 4367 1 0 0 25 0 1 0 735437402 274866176 7825 33554432000 134512640 135204385 4290224512 18446744073709551615 134536767 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19046/statm: 67106 7825 64 169 0 66936 0
[pid=19002/tid=19045] ppid=19000 vsize=320504 CPUtime=0 cores=1,3
/proc/19002/task/19045/stat : 19045 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 735437402 328196096 14997 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 899188

[startup+102.316 s]
/proc/loadavg: 4.09 4.09 3.95 5/434 19091
/proc/meminfo: memFree=17564996/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=320504 CPUtime=7.04 cores=1,3
/proc/19002/stat : 19002 (python) S 19000 19002 17657 0 -1 4202496 22277 933 1 0 686 18 0 0 25 0 2 0 735436674 328196096 14997 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19002/statm: 80126 14997 1875 364 0 16044 0
[pid=19044] ppid=19002 vsize=310260 CPUtime=0.28 cores=1,3
/proc/19044/stat : 19044 (python) S 19002 19002 17657 0 -1 4202560 1021 0 0 0 13 15 0 0 16 0 1 0 735437402 317706240 13499 33554432000 4194304 5683644 140737311466352 18446744073709551615 224284945935 0 0 16781312 514 2860243160217387271 0 0 17 1 0 0 0
/proc/19044/statm: 77565 13499 381 364 0 13483 0
[pid=19046] ppid=19044 vsize=268424 CPUtime=94.72 cores=1,3
/proc/19046/stat : 19046 (hybridGM3) R 19044 19046 19046 0 -1 4202496 8091 0 0 0 9471 1 0 0 25 0 1 0 735437402 274866176 7825 33554432000 134512640 135204385 4290224512 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19046/statm: 67106 7825 64 169 0 66936 0
[pid=19002/tid=19045] ppid=19000 vsize=320504 CPUtime=0 cores=1,3
/proc/19002/task/19045/stat : 19045 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 735437402 328196096 14997 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 899188

[startup+162.301 s]
/proc/loadavg: 4.03 4.07 3.95 5/443 19102
/proc/meminfo: memFree=17521488/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=330760 CPUtime=7.06 cores=1,3
/proc/19002/stat : 19002 (python) S 19000 19002 17657 0 -1 4202496 23204 933 1 0 687 19 0 0 19 0 3 0 735436674 338698240 15004 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19002/statm: 82690 15004 1878 364 0 18605 0
[pid=19044] ppid=19002 vsize=320504 CPUtime=0.3 cores=1,3
/proc/19044/stat : 19044 (python) S 19002 19002 17657 0 -1 4202560 1160 0 0 0 14 16 0 0 16 0 2 0 735437402 328196096 13537 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19044/statm: 80126 13537 414 364 0 16044 0
[pid=19046] ppid=19044 vsize=268424 CPUtime=100.04 cores=1,3
/proc/19046/stat : 19046 (hybridGM3) T 19044 19046 19046 0 -1 4202496 8091 0 0 0 10003 1 0 0 25 0 1 0 735437402 274866176 7825 33554432000 134512640 135204385 4290224512 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19046/statm: 67106 7825 64 169 0 66936 0
[pid=19044/tid=19092] ppid=19002 vsize=320504 CPUtime=0 cores=1,3
/proc/19044/task/19092/stat : 19092 (python) S 19002 19002 17657 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 735447439 328196096 13537 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604454325467008 0 0 -1 1 0 0 0
[pid=19093] ppid=19002 vsize=320516 CPUtime=0.16 cores=1,3
/proc/19093/stat : 19093 (python) S 19002 19002 17657 0 -1 4202560 906 0 0 0 8 8 0 0 15 0 1 0 735447440 328208384 13492 33554432000 4194304 5683644 140737311466352 18446744073709551615 224284945990 0 0 16781312 514 2860243160217387270 0 0 17 1 0 0 0
/proc/19093/statm: 80129 13492 370 364 0 16044 0
[pid=19095] ppid=19093 vsize=268424 CPUtime=54.39 cores=1,3
/proc/19095/stat : 19095 (hybridGM3) R 19093 19095 19095 0 -1 4202496 8090 0 0 0 5439 0 0 0 25 0 1 0 735447441 274866176 7825 33554432000 134512640 135204385 4294178544 18446744073709551615 134536676 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19095/statm: 67106 7825 64 169 0 66936 0
[pid=19002/tid=19045] ppid=19000 vsize=330760 CPUtime=0 cores=1,3
/proc/19002/task/19045/stat : 19045 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 735437402 338698240 15004 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19094] ppid=19000 vsize=330760 CPUtime=0 cores=1,3
/proc/19002/task/19094/stat : 19094 (python) S 19000 19002 17657 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 735447441 338698240 15004 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 1508628

[startup+222.301 s]
/proc/loadavg: 4.05 4.07 3.96 5/434 19219
/proc/meminfo: memFree=17497184/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=341016 CPUtime=7.07 cores=1,3
/proc/19002/stat : 19002 (python) S 19000 19002 17657 0 -1 4202496 24090 933 1 0 688 19 0 0 20 0 4 0 735436674 349200384 15010 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19002/statm: 85254 15010 1880 364 0 21166 0
[pid=19044] ppid=19002 vsize=320504 CPUtime=0.3 cores=1,3
/proc/19044/stat : 19044 (python) S 19002 19002 17657 0 -1 4202560 1160 0 0 0 14 16 0 0 16 0 2 0 735437402 328196096 13537 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19044/statm: 80126 13537 414 364 0 16044 0
[pid=19046] ppid=19044 vsize=268424 CPUtime=100.04 cores=1,3
/proc/19046/stat : 19046 (hybridGM3) T 19044 19046 19046 0 -1 4202496 8091 0 0 0 10003 1 0 0 25 0 1 0 735437402 274866176 7825 33554432000 134512640 135204385 4290224512 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19046/statm: 67106 7825 64 169 0 66936 0
[pid=19044/tid=19092] ppid=19002 vsize=320504 CPUtime=0 cores=1,3
/proc/19044/task/19092/stat : 19092 (python) S 19002 19002 17657 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 735447439 328196096 13537 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604454325467008 0 0 -1 1 0 0 0

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

/proc/19093/statm: 80129 13522 399 364 0 16044 0
[pid=19095] ppid=19093 vsize=268424 CPUtime=197.05 cores=1,3
/proc/19095/stat : 19095 (hybridGM3) T 19093 19095 19095 0 -1 4202496 8091 0 0 0 19703 2 0 0 25 0 1 0 735447441 274866176 7826 33554432000 134512640 135204385 4294178544 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19095/statm: 67106 7826 64 169 0 66936 0
[pid=19093/tid=19212] ppid=19002 vsize=320516 CPUtime=0 cores=1,3
/proc/19093/task/19212/stat : 19212 (python) S 19002 19002 17657 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735457478 328208384 13522 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604458112623936 0 0 -1 1 0 0 0
[pid=19213] ppid=19002 vsize=330772 CPUtime=0.63 cores=1,3
/proc/19213/stat : 19213 (python) S 19002 19002 17657 0 -1 4202560 1126 0 0 0 31 32 0 0 15 0 2 0 735457479 338710528 13526 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19213/statm: 82693 13526 399 364 0 18605 0
[pid=19215] ppid=19213 vsize=268424 CPUtime=197.06 cores=1,3
/proc/19215/stat : 19215 (hybridGM3) T 19213 19215 19215 0 -1 4202496 8088 0 0 0 19705 1 0 0 25 0 1 0 735457480 274866176 7824 33554432000 134512640 135204385 4293934320 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19215/statm: 67106 7824 64 169 0 66936 0
[pid=19213/tid=19231] ppid=19002 vsize=330772 CPUtime=0 cores=1,3
/proc/19213/task/19231/stat : 19231 (python) S 19002 19002 17657 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735467517 338710528 13526 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604461962258432 0 0 -1 1 0 0 0
[pid=19263] ppid=19002 vsize=341028 CPUtime=0.32 cores=1,3
/proc/19263/stat : 19263 (python) S 19002 19002 17657 0 -1 4202560 1089 0 0 0 16 16 0 0 19 0 2 0 735486982 349212672 13530 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19263/statm: 85257 13530 399 364 0 21166 0
[pid=19265] ppid=19263 vsize=465044 CPUtime=100.31 cores=1,3
/proc/19265/stat : 19265 (TNM) T 19263 19265 19265 0 -1 4202496 6013 0 0 0 10030 1 0 0 25 0 1 0 735486982 476205056 5750 33554432000 134512640 135008748 4289447328 18446744073709551615 134527693 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19265/statm: 116261 5750 46 122 0 115161 0
[pid=19263/tid=19282] ppid=19002 vsize=341028 CPUtime=0 cores=1,3
/proc/19263/task/19282/stat : 19282 (python) S 19002 19002 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735497014 349212672 13530 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604470699605056 0 0 -1 3 0 0 0
[pid=19311] ppid=19002 vsize=351284 CPUtime=0.64 cores=1,3
/proc/19311/stat : 19311 (python) S 19002 19002 17657 0 -1 4202560 1129 0 0 0 34 30 0 0 15 0 2 0 735506747 359714816 13534 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19311/statm: 87821 13534 399 364 0 23727 0
[pid=19313] ppid=19311 vsize=268420 CPUtime=199.69 cores=1,3
/proc/19313/stat : 19313 (hybridGM3) T 19311 19313 19313 0 -1 4202496 8086 0 0 0 19969 0 0 0 25 0 1 0 735506747 274862080 7822 33554432000 134512640 135204385 4292420032 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19313/statm: 67105 7822 64 169 0 66935 0
[pid=19311/tid=19359] ppid=19002 vsize=351284 CPUtime=0 cores=1,3
/proc/19311/task/19359/stat : 19359 (python) S 19002 19002 17657 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735516686 359714816 13534 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604462787550272 0 0 -1 3 0 0 0
[pid=19372] ppid=19002 vsize=361540 CPUtime=0.61 cores=1,3
/proc/19372/stat : 19372 (python) S 19002 19002 17657 0 -1 4202560 1135 0 0 0 31 30 0 0 15 0 2 0 735526720 370216960 13538 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19372/statm: 90385 13538 399 364 0 26288 0
[pid=19374] ppid=19372 vsize=268424 CPUtime=195.11 cores=1,3
/proc/19374/stat : 19374 (hybridGM3) T 19372 19374 19374 0 -1 4202496 8087 0 0 0 19511 0 0 0 25 0 1 0 735526720 274866176 7823 33554432000 134512640 135204385 4287126016 18446744073709551615 134546089 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19374/statm: 67106 7823 64 169 0 66936 0
[pid=19372/tid=19417] ppid=19002 vsize=361540 CPUtime=0 cores=1,3
/proc/19372/task/19417/stat : 19417 (python) S 19002 19002 17657 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 735536758 370216960 13538 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604469908228864 0 0 -1 1 0 0 0
[pid=19425] ppid=19002 vsize=371796 CPUtime=0.45 cores=1,3
/proc/19425/stat : 19425 (python) S 19002 19002 17657 0 -1 4202560 957 0 0 0 22 23 0 0 15 0 1 0 735546289 380719104 13512 33554432000 4194304 5683644 140737311466352 18446744073709551615 224284945990 0 0 16781312 514 2860243160217387271 0 0 17 1 0 0 0
/proc/19425/statm: 92949 13512 370 364 0 28849 0
[pid=19427] ppid=19425 vsize=268424 CPUtime=145.7 cores=1,3
/proc/19427/stat : 19427 (hybridGM3) R 19425 19427 19427 0 -1 4202496 8085 0 0 0 14569 1 0 0 25 0 1 0 735546290 274866176 7822 33554432000 134512640 135204385 4293409360 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19427/statm: 67106 7822 64 169 0 66936 0
[pid=19002/tid=19045] ppid=19000 vsize=382040 CPUtime=0 cores=1,3
/proc/19002/task/19045/stat : 19045 (python) S 19000 19002 17657 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 735437402 391208960 15034 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19094] ppid=19000 vsize=382040 CPUtime=0 cores=1,3
/proc/19002/task/19094/stat : 19094 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 735447441 391208960 15034 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19214] ppid=19000 vsize=382040 CPUtime=0 cores=1,3
/proc/19002/task/19214/stat : 19214 (python) S 19000 19002 17657 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 735457480 391208960 15034 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19264] ppid=19000 vsize=382040 CPUtime=0 cores=1,3
/proc/19002/task/19264/stat : 19264 (python) S 19000 19002 17657 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 735486982 391208960 15034 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19312] ppid=19000 vsize=382040 CPUtime=0 cores=1,3
/proc/19002/task/19312/stat : 19312 (python) S 19000 19002 17657 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 735506747 391208960 15034 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19373] ppid=19000 vsize=382040 CPUtime=0 cores=1,3
/proc/19002/task/19373/stat : 19373 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 735526720 391208960 15034 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19426] ppid=19000 vsize=382040 CPUtime=0 cores=1,3
/proc/19002/task/19426/stat : 19426 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 735546290 391208960 15034 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.04
Current children cumulated vsize (KiB) 4855064



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.20 3.54 5/467 19446
/proc/meminfo: memFree=17216768/32951124 swapFree=45193364/67111528
[pid=19002] ppid=19000 vsize=392296 CPUtime=7.19 cores=1,3
/proc/19002/stat : 19002 (python) S 19000 19002 17657 0 -1 4202496 29188 933 1 0 698 21 0 0 19 0 9 0 735436674 401711104 15040 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19002/statm: 98074 15040 1890 364 0 33971 0
[pid=19044] ppid=19002 vsize=320504 CPUtime=0.62 cores=1,3
/proc/19044/stat : 19044 (python) S 19002 19002 17657 0 -1 4202560 1210 0 0 0 31 31 0 0 16 0 2 0 735437402 328196096 13538 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19044/statm: 80126 13538 415 364 0 16044 0
[pid=19046] ppid=19044 vsize=268424 CPUtime=197.04 cores=1,3
/proc/19046/stat : 19046 (hybridGM3) T 19044 19046 19046 0 -1 4202496 8091 0 0 0 19703 1 0 0 25 0 1 0 735437402 274866176 7825 33554432000 134512640 135204385 4290224512 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19046/statm: 67106 7825 64 169 0 66936 0
[pid=19044/tid=19092] ppid=19002 vsize=320504 CPUtime=0 cores=1,3
/proc/19044/task/19092/stat : 19092 (python) S 19002 19002 17657 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735447439 328196096 13538 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604454325467008 0 0 -1 1 0 0 0
[pid=19093] ppid=19002 vsize=320516 CPUtime=0.63 cores=1,3
/proc/19093/stat : 19093 (python) S 19002 19002 17657 0 -1 4202560 1109 0 0 0 33 30 0 0 15 0 2 0 735447440 328208384 13522 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19093/statm: 80129 13522 399 364 0 16044 0
[pid=19095] ppid=19093 vsize=268424 CPUtime=197.05 cores=1,3
/proc/19095/stat : 19095 (hybridGM3) T 19093 19095 19095 0 -1 4202496 8091 0 0 0 19703 2 0 0 25 0 1 0 735447441 274866176 7826 33554432000 134512640 135204385 4294178544 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19095/statm: 67106 7826 64 169 0 66936 0
[pid=19093/tid=19212] ppid=19002 vsize=320516 CPUtime=0 cores=1,3
/proc/19093/task/19212/stat : 19212 (python) S 19002 19002 17657 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735457478 328208384 13522 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604458112623936 0 0 -1 1 0 0 0
[pid=19213] ppid=19002 vsize=330772 CPUtime=0.63 cores=1,3
/proc/19213/stat : 19213 (python) S 19002 19002 17657 0 -1 4202560 1126 0 0 0 31 32 0 0 15 0 2 0 735457479 338710528 13526 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19213/statm: 82693 13526 399 364 0 18605 0
[pid=19215] ppid=19213 vsize=268424 CPUtime=197.06 cores=1,3
/proc/19215/stat : 19215 (hybridGM3) T 19213 19215 19215 0 -1 4202496 8088 0 0 0 19705 1 0 0 25 0 1 0 735457480 274866176 7824 33554432000 134512640 135204385 4293934320 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19215/statm: 67106 7824 64 169 0 66936 0
[pid=19213/tid=19231] ppid=19002 vsize=330772 CPUtime=0 cores=1,3
/proc/19213/task/19231/stat : 19231 (python) S 19002 19002 17657 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735467517 338710528 13526 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604461962258432 0 0 -1 1 0 0 0
[pid=19263] ppid=19002 vsize=341028 CPUtime=0.32 cores=1,3
/proc/19263/stat : 19263 (python) S 19002 19002 17657 0 -1 4202560 1089 0 0 0 16 16 0 0 19 0 2 0 735486982 349212672 13530 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19263/statm: 85257 13530 399 364 0 21166 0
[pid=19265] ppid=19263 vsize=465044 CPUtime=100.31 cores=1,3
/proc/19265/stat : 19265 (TNM) T 19263 19265 19265 0 -1 4202496 6013 0 0 0 10030 1 0 0 25 0 1 0 735486982 476205056 5750 33554432000 134512640 135008748 4289447328 18446744073709551615 134527693 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19265/statm: 116261 5750 46 122 0 115161 0
[pid=19263/tid=19282] ppid=19002 vsize=341028 CPUtime=0 cores=1,3
/proc/19263/task/19282/stat : 19282 (python) S 19002 19002 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735497014 349212672 13530 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604470699605056 0 0 -1 3 0 0 0
[pid=19311] ppid=19002 vsize=351284 CPUtime=0.64 cores=1,3
/proc/19311/stat : 19311 (python) S 19002 19002 17657 0 -1 4202560 1129 0 0 0 34 30 0 0 15 0 2 0 735506747 359714816 13534 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19311/statm: 87821 13534 399 364 0 23727 0
[pid=19313] ppid=19311 vsize=268420 CPUtime=199.69 cores=1,3
/proc/19313/stat : 19313 (hybridGM3) T 19311 19313 19313 0 -1 4202496 8086 0 0 0 19969 0 0 0 25 0 1 0 735506747 274862080 7822 33554432000 134512640 135204385 4292420032 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19313/statm: 67105 7822 64 169 0 66935 0
[pid=19311/tid=19359] ppid=19002 vsize=351284 CPUtime=0 cores=1,3
/proc/19311/task/19359/stat : 19359 (python) S 19002 19002 17657 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735516686 359714816 13534 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604462787550272 0 0 -1 3 0 0 0
[pid=19372] ppid=19002 vsize=361540 CPUtime=0.61 cores=1,3
/proc/19372/stat : 19372 (python) S 19002 19002 17657 0 -1 4202560 1135 0 0 0 31 30 0 0 15 0 2 0 735526720 370216960 13538 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19372/statm: 90385 13538 399 364 0 26288 0
[pid=19374] ppid=19372 vsize=268424 CPUtime=195.11 cores=1,3
/proc/19374/stat : 19374 (hybridGM3) T 19372 19374 19374 0 -1 4202496 8087 0 0 0 19511 0 0 0 25 0 1 0 735526720 274866176 7823 33554432000 134512640 135204385 4287126016 18446744073709551615 134546089 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19374/statm: 67106 7823 64 169 0 66936 0
[pid=19372/tid=19417] ppid=19002 vsize=361540 CPUtime=0 cores=1,3
/proc/19372/task/19417/stat : 19417 (python) S 19002 19002 17657 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 735536758 370216960 13538 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604469908228864 0 0 -1 1 0 0 0
[pid=19425] ppid=19002 vsize=371796 CPUtime=0.62 cores=1,3
/proc/19425/stat : 19425 (python) S 19002 19002 17657 0 -1 4202560 1135 0 0 0 31 31 0 0 17 0 2 0 735546289 380719104 13542 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19425/statm: 92949 13542 399 364 0 28849 0
[pid=19427] ppid=19425 vsize=268424 CPUtime=196.08 cores=1,3
/proc/19427/stat : 19427 (hybridGM3) T 19425 19427 19427 0 -1 4202496 8085 0 0 0 19607 1 0 0 25 0 1 0 735546290 274866176 7822 33554432000 134512640 135204385 4293409360 18446744073709551615 134537495 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19427/statm: 67106 7822 64 169 0 66936 0
[pid=19425/tid=19443] ppid=19002 vsize=371796 CPUtime=0 cores=1,3
/proc/19425/task/19443/stat : 19443 (python) S 19002 19002 17657 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 735565961 380719104 13542 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 514 18446604469734678784 0 0 -1 1 0 0 0
[pid=19444] ppid=19002 vsize=382052 CPUtime=0.02 cores=1,3
/proc/19444/stat : 19444 (python) S 19002 19002 17657 0 -1 4202560 935 0 0 0 1 1 0 0 15 0 1 0 735565963 391221248 13522 33554432000 4194304 5683644 140737311466352 18446744073709551615 224284945990 0 0 16781312 514 5023210410132603141 0 0 17 1 0 0 0
/proc/19444/statm: 95513 13522 376 364 0 31410 0
[pid=19446] ppid=19444 vsize=268424 CPUtime=7.11 cores=1,3
/proc/19446/stat : 19446 (hybridGM3) R 19444 19446 19446 0 -1 4202496 8085 0 0 0 710 1 0 0 25 0 1 0 735565963 274866176 7820 33554432000 134512640 135204385 4287508592 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19446/statm: 67106 7820 64 169 0 66936 0
[pid=19002/tid=19045] ppid=19000 vsize=392296 CPUtime=0 cores=1,3
/proc/19002/task/19045/stat : 19045 (python) S 19000 19002 17657 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 735437402 401711104 15040 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19094] ppid=19000 vsize=392296 CPUtime=0 cores=1,3
/proc/19002/task/19094/stat : 19094 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 735447441 401711104 15040 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19214] ppid=19000 vsize=392296 CPUtime=0 cores=1,3
/proc/19002/task/19214/stat : 19214 (python) S 19000 19002 17657 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 735457480 401711104 15040 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19264] ppid=19000 vsize=392296 CPUtime=0 cores=1,3
/proc/19002/task/19264/stat : 19264 (python) S 19000 19002 17657 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 735486982 401711104 15040 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19312] ppid=19000 vsize=392296 CPUtime=0 cores=1,3
/proc/19002/task/19312/stat : 19312 (python) S 19000 19002 17657 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 735506747 401711104 15040 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19373] ppid=19000 vsize=392296 CPUtime=0 cores=1,3
/proc/19002/task/19373/stat : 19373 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 735526720 401711104 15040 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19426] ppid=19000 vsize=392296 CPUtime=0 cores=1,3
/proc/19002/task/19426/stat : 19426 (python) S 19000 19002 17657 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 735546290 401711104 15040 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
[pid=19002/tid=19445] ppid=19000 vsize=392296 CPUtime=0 cores=1,3
/proc/19002/task/19445/stat : 19445 (python) S 19000 19002 17657 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 735565963 401711104 15040 33554432000 4194304 5683644 140737311466352 18446744073709551615 224296749489 0 0 16781312 2 18446604454325466112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.73
Current children cumulated vsize (KiB) 5515796

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 19002 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=990937
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=217966
# CPU time returned by wait4() is 7.2089
# while last known CPU time is 1300.73
#
# 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): 1300.73
CPU user time (s): 1298.44
CPU system time (s): 2.29
CPU usage (%): 100.051
Max. virtual memory (cumulated for all children) (KiB): 5515796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.99094
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30127
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= 2862
involuntary context switches= 67

runsolver used 6.589 second user time and 13.319 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 11:34:20
IDJOB=3377280
IDBENCH=82589
IDSOLVER=1857
FILE ID=node118/3377280-1305452060
RUNJOBID= node118-1305451353-18713
PBS_JOBID= 13324868
Free space on /tmp= 73220 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S448503257-098-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-3377280-1305452060/watcher-3377280-1305452060 -o /tmp/evaluation-result-3377280-1305452060/solver-3377280-1305452060 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377280-1305452060.cnf -seed 1023768582 -budget 2400

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

MD5SUM BENCH= 0d20733a6f7d3b01f88ae7bba5f0d271
RANDOM SEED=1023768582

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17732272 kB
Buffers:        291348 kB
Cached:        4647284 kB
SwapCached:      22084 kB
Active:       12241268 kB
Inactive:      2654624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17732272 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           34828 kB
Writeback:          32 kB
AnonPages:     9948588 kB
Mapped:          23688 kB
Slab:           157724 kB
PageTables:      98916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103337364 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= 73188 MiB
End job on node118 at 2011-05-15 11:56:02