Trace number 3377301

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S970100151-015-UNKNOWN.cnf
MD5SUM1ba3e47e885ea3862e5726ce64a96a9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark136.94
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
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.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3377301-1305452204.cnf
0.30/0.47	c INFO: computing task features
0.78/1.01	c INFO: computed variable-clause graph statistics
0.89/1.03	c INFO: computed clause balance statistics
3.28/3.49	c INFO: computed variable balance statistics
5.39/5.52	c INFO: computed small-clause counts
5.39/5.54	c INFO: computed Horn-clause counts
6.98/7.11	c INFO: computed variable graph statistics
6.98/7.11	c INFO: collected features for HOME/instance-3377301-1305452204.cnf in 6.62 s
6.98/7.13	c INFO: running hybridGM3@0 for 97 with 2393 remaining (b = 0.36)
107.37/107.50	c INFO: running hybridGM3@0 for 97 with 2293 remaining (b = 0.22)
207.71/207.88	c INFO: running hybridGM3@0 for 97 with 2193 remaining (b = 0.14)
308.09/308.27	c INFO: running hybridGM3@100 for 97 with 2093 remaining (b = 0.11)
405.44/405.56	c INFO: running hybridGM3@100 for 97 with 1996 remaining (b = 0.11)
502.89/502.85	c INFO: running TNM@0 for 97 with 1898 remaining (b = 0.13)
602.46/602.16	c INFO: running hybridGM3@100 for 97 with 1799 remaining (b = 0.10)
699.98/699.44	c INFO: running hybridGM3@0 for 97 with 1702 remaining (b = 0.10)
800.67/799.80	c INFO: running hybridGM3@100 for 97 with 1602 remaining (b = 0.08)
895.14/894.09	c INFO: running hybridGM3@0 for 97 with 1507 remaining (b = 0.07)
995.76/994.47	c INFO: running hybridGM3@100 for 97 with 1407 remaining (b = 0.06)
1091.26/1089.75	c INFO: running hybridGM3@0 for 194 with 1312 remaining (b = 0.10)
1288.23/1286.39	c INFO: running hybridGM3@0 for 194 with 1115 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-3377301-1305452204/watcher-3377301-1305452204 -o /tmp/evaluation-result-3377301-1305452204/solver-3377301-1305452204 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377301-1305452204.cnf -seed 286229876 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.86 3.94 3.79 5/401 29349
/proc/meminfo: memFree=24002520/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=15380 CPUtime=0 cores=5,7
/proc/29349/stat : 29349 (python) S 29347 29349 28260 0 -1 4202496 809 0 0 0 0 0 0 0 25 0 1 0 656817489 15749120 696 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/29349/statm: 3845 696 334 364 0 332 0

[startup+0.0822381 s]
/proc/loadavg: 3.86 3.94 3.79 5/401 29349
/proc/meminfo: memFree=24002520/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=84524 CPUtime=0.04 cores=5,7
/proc/29349/stat : 29349 (python) R 29347 29349 28260 0 -1 4202496 2276 0 0 0 4 0 0 0 17 0 1 0 656817489 86552576 2022 33554432000 4194304 5683644 140735614662944 18446744073709551615 239597523328 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29349/statm: 21118 2025 640 364 0 1335 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84524

[startup+0.101234 s]
/proc/loadavg: 3.86 3.94 3.79 5/401 29349
/proc/meminfo: memFree=24002520/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=99372 CPUtime=0.05 cores=5,7
/proc/29349/stat : 29349 (python) R 29347 29349 28260 0 -1 4202496 2889 0 0 0 4 1 0 0 17 0 1 0 656817489 101756928 2587 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476690789 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29349/statm: 24843 2587 832 364 0 1694 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 99372

[startup+0.300138 s]
/proc/loadavg: 3.86 3.94 3.79 5/401 29349
/proc/meminfo: memFree=24002520/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=157380 CPUtime=0.21 cores=5,7
/proc/29349/stat : 29349 (python) S 29347 29349 28260 0 -1 4202496 6596 934 1 0 16 5 0 0 17 0 1 0 656817489 161157120 4695 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/29349/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 157380

[startup+0.70112 s]
/proc/loadavg: 3.86 3.94 3.79 5/401 29349
/proc/meminfo: memFree=24002520/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=294828 CPUtime=0.58 cores=5,7
/proc/29349/stat : 29349 (python) R 29347 29349 28260 0 -1 4202496 13273 934 1 0 50 8 0 0 17 0 1 0 656817489 301903872 10945 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476355781 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29349/statm: 73707 10945 1761 364 0 9631 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 294828

[startup+1.50097 s]
/proc/loadavg: 3.86 3.94 3.79 5/402 29354
/proc/meminfo: memFree=23941088/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=312968 CPUtime=1.38 cores=5,7
/proc/29349/stat : 29349 (python) R 29347 29349 28260 0 -1 4202496 21977 934 1 0 129 9 0 0 18 0 1 0 656817489 320479232 15627 33554432000 4194304 5683644 140735614662944 18446744073709551615 47739900452450 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29349/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 312968

[startup+3.10067 s]
/proc/loadavg: 3.86 3.94 3.79 5/402 29354
/proc/meminfo: memFree=23940468/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=312968 CPUtime=2.98 cores=5,7
/proc/29349/stat : 29349 (python) R 29347 29349 28260 0 -1 4202496 21977 934 1 0 289 9 0 0 21 0 1 0 656817489 320479232 15627 33554432000 4194304 5683644 140735614662944 18446744073709551615 4860448 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29349/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 312968

[startup+6.30105 s]
/proc/loadavg: 3.95 3.95 3.80 5/402 29354
/proc/meminfo: memFree=23940564/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=312968 CPUtime=6.18 cores=5,7
/proc/29349/stat : 29349 (python) R 29347 29349 28260 0 -1 4202496 21984 934 1 0 609 9 0 0 25 0 1 0 656817489 320479232 15634 33554432000 4194304 5683644 140735614662944 18446744073709551615 47739900307584 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29349/statm: 78242 15634 1833 364 0 14166 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 312968

[startup+12.7008 s]
/proc/loadavg: 3.95 3.96 3.80 5/408 29360
/proc/meminfo: memFree=23877424/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=320504 CPUtime=7.02 cores=5,7
/proc/29349/stat : 29349 (python) S 29347 29349 28260 0 -1 4202496 22274 934 1 0 692 10 0 0 20 0 2 0 656817489 328196096 14997 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29349/statm: 80126 14997 1875 364 0 16044 0
[pid=29358] ppid=29349 vsize=310260 CPUtime=0.01 cores=5,7
/proc/29358/stat : 29358 (python) S 29349 29349 28260 0 -1 4202560 974 0 0 0 0 1 0 0 15 0 1 0 656818202 317706240 13499 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476715023 0 0 16781312 514 2007136215689560327 0 0 17 5 0 0 0
/proc/29358/statm: 77565 13499 381 364 0 13483 0
[pid=29360] ppid=29358 vsize=268420 CPUtime=5.54 cores=5,7
/proc/29360/stat : 29360 (hybridGM3) R 29358 29360 29360 0 -1 4202496 8091 0 0 0 553 1 0 0 25 0 1 0 656818202 274862080 7823 33554432000 134512640 135204385 4289388208 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29360/statm: 67105 7823 64 169 0 66935 0
[pid=29349/tid=29359] ppid=29347 vsize=320504 CPUtime=0 cores=5,7
/proc/29349/task/29359/stat : 29359 (python) S 29347 29349 28260 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 2 0 656818202 328196096 14997 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 899184

[startup+25.5004 s]
/proc/loadavg: 3.96 3.96 3.80 5/401 29392
/proc/meminfo: memFree=23930996/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=320504 CPUtime=7.02 cores=5,7
/proc/29349/stat : 29349 (python) S 29347 29349 28260 0 -1 4202496 22274 934 1 0 692 10 0 0 20 0 2 0 656817489 328196096 14997 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29349/statm: 80126 14997 1875 364 0 16044 0
[pid=29358] ppid=29349 vsize=310260 CPUtime=0.05 cores=5,7
/proc/29358/stat : 29358 (python) S 29349 29349 28260 0 -1 4202560 979 0 0 0 2 3 0 0 15 0 1 0 656818202 317706240 13499 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476715023 0 0 16781312 514 5531317543899201799 0 0 17 5 0 0 0
/proc/29358/statm: 77565 13499 381 364 0 13483 0
[pid=29360] ppid=29358 vsize=268420 CPUtime=18.3 cores=5,7
/proc/29360/stat : 29360 (hybridGM3) R 29358 29360 29360 0 -1 4202496 8092 0 0 0 1829 1 0 0 25 0 1 0 656818202 274862080 7824 33554432000 134512640 135204385 4289388208 18446744073709551615 134545880 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29360/statm: 67105 7824 64 169 0 66935 0
[pid=29349/tid=29359] ppid=29347 vsize=320504 CPUtime=0 cores=5,7
/proc/29349/task/29359/stat : 29359 (python) S 29347 29349 28260 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 2 0 656818202 328196096 14997 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 899184

[startup+51.1005 s]
/proc/loadavg: 3.97 3.96 3.81 5/407 29399
/proc/meminfo: memFree=23905788/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=320504 CPUtime=7.02 cores=5,7
/proc/29349/stat : 29349 (python) S 29347 29349 28260 0 -1 4202496 22274 934 1 0 692 10 0 0 20 0 2 0 656817489 328196096 14997 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29349/statm: 80126 14997 1875 364 0 16044 0
[pid=29358] ppid=29349 vsize=310260 CPUtime=0.11 cores=5,7
/proc/29358/stat : 29358 (python) S 29349 29349 28260 0 -1 4202560 991 0 0 0 5 6 0 0 15 0 1 0 656818202 317706240 13499 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476715023 0 0 16781312 514 5531317543899201799 0 0 17 5 0 0 0
/proc/29358/statm: 77565 13499 381 364 0 13483 0
[pid=29360] ppid=29358 vsize=268420 CPUtime=43.83 cores=5,7
/proc/29360/stat : 29360 (hybridGM3) R 29358 29360 29360 0 -1 4202496 8092 0 0 0 4382 1 0 0 25 0 1 0 656818202 274862080 7824 33554432000 134512640 135204385 4289388208 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29360/statm: 67105 7824 64 169 0 66935 0
[pid=29349/tid=29359] ppid=29347 vsize=320504 CPUtime=0 cores=5,7
/proc/29349/task/29359/stat : 29359 (python) S 29347 29349 28260 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 2 0 656818202 328196096 14997 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 899184

[startup+102.315 s]
/proc/loadavg: 4.10 3.99 3.82 5/407 29400
/proc/meminfo: memFree=23864288/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=320504 CPUtime=7.02 cores=5,7
/proc/29349/stat : 29349 (python) S 29347 29349 28260 0 -1 4202496 22274 934 1 0 692 10 0 0 20 0 2 0 656817489 328196096 14997 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29349/statm: 80126 14997 1875 364 0 16044 0
[pid=29358] ppid=29349 vsize=310260 CPUtime=0.26 cores=5,7
/proc/29358/stat : 29358 (python) S 29349 29349 28260 0 -1 4202560 1014 0 0 0 11 15 0 0 15 0 1 0 656818202 317706240 13499 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476715023 0 0 16781312 514 5531317543899201799 0 0 17 5 0 0 0
/proc/29358/statm: 77565 13499 381 364 0 13483 0
[pid=29360] ppid=29358 vsize=268420 CPUtime=94.91 cores=5,7
/proc/29360/stat : 29360 (hybridGM3) R 29358 29360 29360 0 -1 4202496 8092 0 0 0 9490 1 0 0 25 0 1 0 656818202 274862080 7824 33554432000 134512640 135204385 4289388208 18446744073709551615 134547707 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29360/statm: 67105 7824 64 169 0 66935 0
[pid=29349/tid=29359] ppid=29347 vsize=320504 CPUtime=0 cores=5,7
/proc/29349/task/29359/stat : 29359 (python) S 29347 29349 28260 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 2 0 656818202 328196096 14997 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 899184

[startup+162.301 s]
/proc/loadavg: 4.11 4.01 3.84 5/420 29415
/proc/meminfo: memFree=23762336/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=330760 CPUtime=7.03 cores=5,7
/proc/29349/stat : 29349 (python) S 29347 29349 28260 0 -1 4202496 23193 934 1 0 693 10 0 0 20 0 3 0 656817489 338698240 15004 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29349/statm: 82690 15004 1878 364 0 18605 0
[pid=29358] ppid=29349 vsize=320504 CPUtime=0.28 cores=5,7
/proc/29358/stat : 29358 (python) S 29349 29349 28260 0 -1 4202560 1153 0 0 0 12 16 0 0 17 0 2 0 656818202 328196096 13537 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29358/statm: 80126 13537 414 364 0 16044 0
[pid=29360] ppid=29358 vsize=268420 CPUtime=100.07 cores=5,7
/proc/29360/stat : 29360 (hybridGM3) T 29358 29360 29360 0 -1 4202496 8092 0 0 0 10006 1 0 0 25 0 1 0 656818202 274862080 7824 33554432000 134512640 135204385 4289388208 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29360/statm: 67105 7824 64 169 0 66935 0
[pid=29358/tid=29401] ppid=29349 vsize=320504 CPUtime=0 cores=5,7
/proc/29358/task/29401/stat : 29401 (python) S 29349 29349 28260 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 656828238 328196096 13537 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604457674983360 0 0 -1 5 0 0 0
[pid=29402] ppid=29349 vsize=320516 CPUtime=0.15 cores=5,7
/proc/29402/stat : 29402 (python) S 29349 29349 28260 0 -1 4202560 904 0 0 0 6 9 0 0 15 0 1 0 656828239 328208384 13492 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476715078 0 0 16781312 514 5531317543899201799 0 0 17 5 0 0 0
/proc/29402/statm: 80129 13492 370 364 0 16044 0
[pid=29404] ppid=29402 vsize=268420 CPUtime=54.67 cores=5,7
/proc/29404/stat : 29404 (hybridGM3) R 29402 29404 29404 0 -1 4202496 8088 0 0 0 5466 1 0 0 25 0 1 0 656828240 274862080 7824 33554432000 134512640 135204385 4293931216 18446744073709551615 134545975 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29404/statm: 67105 7824 64 169 0 66935 0
[pid=29349/tid=29359] ppid=29347 vsize=330760 CPUtime=0 cores=5,7
/proc/29349/task/29359/stat : 29359 (python) S 29347 29349 28260 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 656818202 338698240 15004 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
[pid=29349/tid=29403] ppid=29347 vsize=330760 CPUtime=0 cores=5,7
/proc/29349/task/29403/stat : 29403 (python) S 29347 29349 28260 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 656828240 338698240 15004 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1508620

[startup+222.301 s]
/proc/loadavg: 4.04 4.00 3.84 5/428 29424
/proc/meminfo: memFree=23690424/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=341016 CPUtime=7.04 cores=5,7
/proc/29349/stat : 29349 (python) S 29347 29349 28260 0 -1 4202496 24070 934 1 0 694 10 0 0 19 0 4 0 656817489 349200384 15010 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29349/statm: 85254 15010 1880 364 0 21166 0
[pid=29358] ppid=29349 vsize=320504 CPUtime=0.28 cores=5,7
/proc/29358/stat : 29358 (python) S 29349 29349 28260 0 -1 4202560 1153 0 0 0 12 16 0 0 17 0 2 0 656818202 328196096 13537 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29358/statm: 80126 13537 414 364 0 16044 0
[pid=29360] ppid=29358 vsize=268420 CPUtime=100.07 cores=5,7
/proc/29360/stat : 29360 (hybridGM3) T 29358 29360 29360 0 -1 4202496 8092 0 0 0 10006 1 0 0 25 0 1 0 656818202 274862080 7824 33554432000 134512640 135204385 4289388208 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29360/statm: 67105 7824 64 169 0 66935 0
[pid=29358/tid=29401] ppid=29349 vsize=320504 CPUtime=0 cores=5,7
/proc/29358/task/29401/stat : 29401 (python) S 29349 29349 28260 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 656828238 328196096 13537 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604457674983360 0 0 -1 5 0 0 0

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

/proc/29402/statm: 80129 13522 399 364 0 16044 0
[pid=29404] ppid=29402 vsize=268420 CPUtime=197.19 cores=5,7
/proc/29404/stat : 29404 (hybridGM3) T 29402 29404 29404 0 -1 4202496 8088 0 0 0 19718 1 0 0 25 0 1 0 656828240 274862080 7824 33554432000 134512640 135204385 4293931216 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29404/statm: 67105 7824 64 169 0 66935 0
[pid=29402/tid=29417] ppid=29349 vsize=320516 CPUtime=0 cores=5,7
/proc/29402/task/29417/stat : 29417 (python) S 29349 29349 28260 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656838276 328208384 13522 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604455037322496 0 0 -1 5 0 0 0
[pid=29418] ppid=29349 vsize=330772 CPUtime=0.59 cores=5,7
/proc/29418/stat : 29418 (python) S 29349 29349 28260 0 -1 4202560 1128 0 0 0 31 28 0 0 15 0 2 0 656838277 338710528 13526 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29418/statm: 82693 13526 399 364 0 18605 0
[pid=29420] ppid=29418 vsize=268420 CPUtime=197.28 cores=5,7
/proc/29420/stat : 29420 (hybridGM3) T 29418 29420 29420 0 -1 4202496 8088 0 0 0 19727 1 0 0 25 0 1 0 656838277 274862080 7822 33554432000 134512640 135204385 4290891888 18446744073709551615 134547418 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29420/statm: 67105 7822 64 169 0 66935 0
[pid=29418/tid=29435] ppid=29349 vsize=330772 CPUtime=0 cores=5,7
/proc/29418/task/29435/stat : 29435 (python) S 29349 29349 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656848315 338710528 13526 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604457674981568 0 0 -1 5 0 0 0
[pid=29464] ppid=29349 vsize=341028 CPUtime=0.29 cores=5,7
/proc/29464/stat : 29464 (python) S 29349 29349 28260 0 -1 4202560 1086 0 0 0 15 14 0 0 19 0 2 0 656867774 349212672 13530 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29464/statm: 85257 13530 399 364 0 21166 0
[pid=29466] ppid=29464 vsize=465044 CPUtime=99.28 cores=5,7
/proc/29466/stat : 29466 (TNM) T 29464 29466 29466 0 -1 4202496 6011 0 0 0 9928 0 0 0 25 0 1 0 656867775 476205056 5750 33554432000 134512640 135008748 4294008896 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29466/statm: 116261 5750 46 122 0 115161 0
[pid=29464/tid=29473] ppid=29349 vsize=341028 CPUtime=0 cores=5,7
/proc/29464/task/29473/stat : 29473 (python) S 29349 29349 28260 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656877704 349212672 13530 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604459839290304 0 0 -1 5 0 0 0
[pid=29517] ppid=29349 vsize=351284 CPUtime=0.57 cores=5,7
/proc/29517/stat : 29517 (python) S 29349 29349 28260 0 -1 4202560 1139 0 0 0 29 28 0 0 15 0 2 0 656887433 359714816 13534 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29517/statm: 87821 13534 399 364 0 23727 0
[pid=29519] ppid=29517 vsize=268428 CPUtime=194.62 cores=5,7
/proc/29519/stat : 29519 (hybridGM3) T 29517 29519 29519 0 -1 4202496 8095 0 0 0 19461 1 0 0 25 0 1 0 656887434 274870272 7829 33554432000 134512640 135204385 4290619984 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29519/statm: 67107 7829 64 169 0 66937 0
[pid=29517/tid=29530] ppid=29349 vsize=351284 CPUtime=0 cores=5,7
/proc/29517/task/29530/stat : 29530 (python) S 29349 29349 28260 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656897468 359714816 13534 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604454223780800 0 0 -1 7 0 0 0
[pid=29538] ppid=29349 vsize=361540 CPUtime=0.59 cores=5,7
/proc/29538/stat : 29538 (python) S 29349 29349 28260 0 -1 4202560 1133 0 0 0 30 29 0 0 15 0 2 0 656906898 370216960 13538 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29538/statm: 90385 13538 399 364 0 26288 0
[pid=29540] ppid=29538 vsize=268424 CPUtime=195.46 cores=5,7
/proc/29540/stat : 29540 (hybridGM3) T 29538 29540 29540 0 -1 4202496 8086 0 0 0 19546 0 0 0 25 0 1 0 656906898 274866176 7824 33554432000 134512640 135204385 4292970304 18446744073709551615 134547676 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29540/statm: 67106 7824 64 169 0 66936 0
[pid=29538/tid=29551] ppid=29349 vsize=361540 CPUtime=0 cores=5,7
/proc/29538/task/29551/stat : 29551 (python) S 29349 29349 28260 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656916935 370216960 13538 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604454373907520 0 0 -1 5 0 0 0
[pid=29559] ppid=29349 vsize=371796 CPUtime=0.44 cores=5,7
/proc/29559/stat : 29559 (python) S 29349 29349 28260 0 -1 4202560 957 0 0 0 21 23 0 0 15 0 1 0 656926464 380719104 13512 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476715078 0 0 16781312 514 5531317543899201796 0 0 17 5 0 0 0
/proc/29559/statm: 92949 13512 370 364 0 28849 0
[pid=29561] ppid=29559 vsize=268420 CPUtime=152.38 cores=5,7
/proc/29561/stat : 29561 (hybridGM3) R 29559 29561 29561 0 -1 4202496 8085 0 0 0 15237 1 0 0 25 0 1 0 656926464 274862080 7824 33554432000 134512640 135204385 4288107440 18446744073709551615 134537297 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29561/statm: 67105 7824 64 169 0 66935 0
[pid=29349/tid=29359] ppid=29347 vsize=382040 CPUtime=0 cores=5,7
/proc/29349/task/29359/stat : 29359 (python) S 29347 29349 28260 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 656818202 391208960 15034 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
[pid=29349/tid=29403] ppid=29347 vsize=382040 CPUtime=0 cores=5,7
/proc/29349/task/29403/stat : 29403 (python) S 29347 29349 28260 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 8 0 656828240 391208960 15034 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
[pid=29349/tid=29419] ppid=29347 vsize=382040 CPUtime=0 cores=5,7
/proc/29349/task/29419/stat : 29419 (python) S 29347 29349 28260 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 656838277 391208960 15034 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
[pid=29349/tid=29465] ppid=29347 vsize=382040 CPUtime=0 cores=5,7
/proc/29349/task/29465/stat : 29465 (python) S 29347 29349 28260 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 656867774 391208960 15034 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 7 0 0 0
[pid=29349/tid=29518] ppid=29347 vsize=382040 CPUtime=0 cores=5,7
/proc/29349/task/29518/stat : 29518 (python) S 29347 29349 28260 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 656887433 391208960 15034 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
[pid=29349/tid=29539] ppid=29347 vsize=382040 CPUtime=0 cores=5,7
/proc/29349/task/29539/stat : 29539 (python) S 29347 29349 28260 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 656906898 391208960 15034 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 7 0 0 0
[pid=29349/tid=29560] ppid=29347 vsize=382040 CPUtime=0 cores=5,7
/proc/29349/task/29560/stat : 29560 (python) S 29347 29349 28260 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 656926464 391208960 15034 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1244.15
Current children cumulated vsize (KiB) 4855056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.13 3.38 3/443 29587
/proc/meminfo: memFree=23506012/32950928 swapFree=67056568/67111528
[pid=29349] ppid=29347 vsize=392296 CPUtime=7.17 cores=5,7
/proc/29349/stat : 29349 (python) S 29347 29349 28260 0 -1 4202496 29169 934 1 0 705 12 0 0 20 0 9 0 656817489 401711104 15040 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29349/statm: 98074 15040 1890 364 0 33971 0
[pid=29358] ppid=29349 vsize=320504 CPUtime=0.59 cores=5,7
/proc/29358/stat : 29358 (python) S 29349 29349 28260 0 -1 4202560 1205 0 0 0 27 32 0 0 15 0 2 0 656818202 328196096 13538 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29358/statm: 80126 13538 415 364 0 16044 0
[pid=29360] ppid=29358 vsize=268420 CPUtime=197.12 cores=5,7
/proc/29360/stat : 29360 (hybridGM3) T 29358 29360 29360 0 -1 4202496 8092 0 0 0 19711 1 0 0 25 0 1 0 656818202 274862080 7824 33554432000 134512640 135204385 4289388208 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29360/statm: 67105 7824 64 169 0 66935 0
[pid=29358/tid=29401] ppid=29349 vsize=320504 CPUtime=0 cores=5,7
/proc/29358/task/29401/stat : 29401 (python) S 29349 29349 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656828238 328196096 13538 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604457674983360 0 0 -1 5 0 0 0
[pid=29402] ppid=29349 vsize=320516 CPUtime=0.59 cores=5,7
/proc/29402/stat : 29402 (python) S 29349 29349 28260 0 -1 4202560 1112 0 0 0 28 31 0 0 15 0 2 0 656828239 328208384 13522 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29402/statm: 80129 13522 399 364 0 16044 0
[pid=29404] ppid=29402 vsize=268420 CPUtime=197.19 cores=5,7
/proc/29404/stat : 29404 (hybridGM3) T 29402 29404 29404 0 -1 4202496 8088 0 0 0 19718 1 0 0 25 0 1 0 656828240 274862080 7824 33554432000 134512640 135204385 4293931216 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29404/statm: 67105 7824 64 169 0 66935 0
[pid=29402/tid=29417] ppid=29349 vsize=320516 CPUtime=0 cores=5,7
/proc/29402/task/29417/stat : 29417 (python) S 29349 29349 28260 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656838276 328208384 13522 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604455037322496 0 0 -1 5 0 0 0
[pid=29418] ppid=29349 vsize=330772 CPUtime=0.59 cores=5,7
/proc/29418/stat : 29418 (python) S 29349 29349 28260 0 -1 4202560 1128 0 0 0 31 28 0 0 15 0 2 0 656838277 338710528 13526 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29418/statm: 82693 13526 399 364 0 18605 0
[pid=29420] ppid=29418 vsize=268420 CPUtime=197.28 cores=5,7
/proc/29420/stat : 29420 (hybridGM3) T 29418 29420 29420 0 -1 4202496 8088 0 0 0 19727 1 0 0 25 0 1 0 656838277 274862080 7822 33554432000 134512640 135204385 4290891888 18446744073709551615 134547418 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29420/statm: 67105 7822 64 169 0 66935 0
[pid=29418/tid=29435] ppid=29349 vsize=330772 CPUtime=0 cores=5,7
/proc/29418/task/29435/stat : 29435 (python) S 29349 29349 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656848315 338710528 13526 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604457674981568 0 0 -1 5 0 0 0
[pid=29464] ppid=29349 vsize=341028 CPUtime=0.29 cores=5,7
/proc/29464/stat : 29464 (python) S 29349 29349 28260 0 -1 4202560 1086 0 0 0 15 14 0 0 19 0 2 0 656867774 349212672 13530 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29464/statm: 85257 13530 399 364 0 21166 0
[pid=29466] ppid=29464 vsize=465044 CPUtime=99.28 cores=5,7
/proc/29466/stat : 29466 (TNM) T 29464 29466 29466 0 -1 4202496 6011 0 0 0 9928 0 0 0 25 0 1 0 656867775 476205056 5750 33554432000 134512640 135008748 4294008896 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29466/statm: 116261 5750 46 122 0 115161 0
[pid=29464/tid=29473] ppid=29349 vsize=341028 CPUtime=0 cores=5,7
/proc/29464/task/29473/stat : 29473 (python) S 29349 29349 28260 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656877704 349212672 13530 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604459839290304 0 0 -1 5 0 0 0
[pid=29517] ppid=29349 vsize=351284 CPUtime=0.57 cores=5,7
/proc/29517/stat : 29517 (python) S 29349 29349 28260 0 -1 4202560 1139 0 0 0 29 28 0 0 15 0 2 0 656887433 359714816 13534 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29517/statm: 87821 13534 399 364 0 23727 0
[pid=29519] ppid=29517 vsize=268428 CPUtime=194.62 cores=5,7
/proc/29519/stat : 29519 (hybridGM3) T 29517 29519 29519 0 -1 4202496 8095 0 0 0 19461 1 0 0 25 0 1 0 656887434 274870272 7829 33554432000 134512640 135204385 4290619984 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29519/statm: 67107 7829 64 169 0 66937 0
[pid=29517/tid=29530] ppid=29349 vsize=351284 CPUtime=0 cores=5,7
/proc/29517/task/29530/stat : 29530 (python) S 29349 29349 28260 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656897468 359714816 13534 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604454223780800 0 0 -1 7 0 0 0
[pid=29538] ppid=29349 vsize=361540 CPUtime=0.59 cores=5,7
/proc/29538/stat : 29538 (python) S 29349 29349 28260 0 -1 4202560 1133 0 0 0 30 29 0 0 15 0 2 0 656906898 370216960 13538 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29538/statm: 90385 13538 399 364 0 26288 0
[pid=29540] ppid=29538 vsize=268424 CPUtime=195.46 cores=5,7
/proc/29540/stat : 29540 (hybridGM3) T 29538 29540 29540 0 -1 4202496 8086 0 0 0 19546 0 0 0 25 0 1 0 656906898 274866176 7824 33554432000 134512640 135204385 4292970304 18446744073709551615 134547676 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29540/statm: 67106 7824 64 169 0 66936 0
[pid=29538/tid=29551] ppid=29349 vsize=361540 CPUtime=0 cores=5,7
/proc/29538/task/29551/stat : 29551 (python) S 29349 29349 28260 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656916935 370216960 13538 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604454373907520 0 0 -1 5 0 0 0
[pid=29559] ppid=29349 vsize=371796 CPUtime=0.58 cores=5,7
/proc/29559/stat : 29559 (python) S 29349 29349 28260 0 -1 4202560 1130 0 0 0 28 30 0 0 17 0 2 0 656926464 380719104 13542 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29559/statm: 92949 13542 399 364 0 28849 0
[pid=29561] ppid=29559 vsize=268420 CPUtime=196.43 cores=5,7
/proc/29561/stat : 29561 (hybridGM3) T 29559 29561 29561 0 -1 4202496 8085 0 0 0 19642 1 0 0 25 0 1 0 656926464 274862080 7824 33554432000 134512640 135204385 4288107440 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29561/statm: 67105 7824 64 169 0 66935 0
[pid=29559/tid=29579] ppid=29349 vsize=371796 CPUtime=0 cores=5,7
/proc/29559/task/29579/stat : 29579 (python) S 29349 29349 28260 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656946127 380719104 13542 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 514 18446604470123735744 0 0 -1 5 0 0 0
[pid=29580] ppid=29349 vsize=382052 CPUtime=0.03 cores=5,7
/proc/29580/stat : 29580 (python) S 29349 29349 28260 0 -1 4202560 955 0 0 0 2 1 0 0 15 0 1 0 656946129 391221248 13522 33554432000 4194304 5683644 140735614662944 18446744073709551615 239476715078 0 0 16781312 514 5531317543899201800 0 0 17 7 0 0 0
/proc/29580/statm: 95513 13522 376 364 0 31410 0
[pid=29582] ppid=29580 vsize=268420 CPUtime=13.6 cores=5,7
/proc/29582/stat : 29582 (hybridGM3) R 29580 29582 29582 0 -1 4202496 8092 0 0 0 1359 1 0 0 25 0 1 0 656946129 274862080 7823 33554432000 134512640 135204385 4292198784 18446744073709551615 134545869 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29582/statm: 67105 7823 64 169 0 66935 0
[pid=29349/tid=29359] ppid=29347 vsize=392296 CPUtime=0 cores=5,7
/proc/29349/task/29359/stat : 29359 (python) S 29347 29349 28260 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 656818202 401711104 15040 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
[pid=29349/tid=29403] ppid=29347 vsize=392296 CPUtime=0 cores=5,7
/proc/29349/task/29403/stat : 29403 (python) S 29347 29349 28260 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 656828240 401711104 15040 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
[pid=29349/tid=29419] ppid=29347 vsize=392296 CPUtime=0 cores=5,7
/proc/29349/task/29419/stat : 29419 (python) S 29347 29349 28260 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 656838277 401711104 15040 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
[pid=29349/tid=29465] ppid=29347 vsize=392296 CPUtime=0 cores=5,7
/proc/29349/task/29465/stat : 29465 (python) S 29347 29349 28260 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656867774 401711104 15040 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 7 0 0 0
[pid=29349/tid=29518] ppid=29347 vsize=392296 CPUtime=0 cores=5,7
/proc/29349/task/29518/stat : 29518 (python) S 29347 29349 28260 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 656887433 401711104 15040 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
[pid=29349/tid=29539] ppid=29347 vsize=392296 CPUtime=0 cores=5,7
/proc/29349/task/29539/stat : 29539 (python) S 29347 29349 28260 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 656906898 401711104 15040 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 7 0 0 0
[pid=29349/tid=29560] ppid=29347 vsize=392296 CPUtime=0 cores=5,7
/proc/29349/task/29560/stat : 29560 (python) S 29347 29349 28260 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 656926464 401711104 15040 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 7 0 0 0
[pid=29349/tid=29581] ppid=29347 vsize=392296 CPUtime=0 cores=5,7
/proc/29349/task/29581/stat : 29581 (python) S 29347 29349 28260 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656946129 401711104 15040 33554432000 4194304 5683644 140735614662944 18446744073709551615 239488518577 0 0 16781312 2 18446604455037324288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 5515784

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 29349 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=62926
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 7.1949
# while last known CPU time is 1301.98
#
# 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): 1301.98
CPU user time (s): 1299.87
CPU system time (s): 2.11
CPU usage (%): 100.147
Max. virtual memory (cumulated for all children) (KiB): 5515784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.06293
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30605
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= 1015
involuntary context switches= 50

runsolver used 5.83011 second user time and 13.401 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 11:36:44
IDJOB=3377301
IDBENCH=82610
IDSOLVER=1857
FILE ID=node148/3377301-1305452204
RUNJOBID= node148-1305451495-29010
PBS_JOBID= 13324858
Free space on /tmp= 72776 MiB

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

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

MD5SUM BENCH= 1ba3e47e885ea3862e5726ce64a96a9c
RANDOM SEED=286229876

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:      24002800 kB
Buffers:        329744 kB
Cached:        4876312 kB
SwapCached:       8488 kB
Active:        5341684 kB
Inactive:      3244832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24002800 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           69564 kB
Writeback:           0 kB
AnonPages:     3378992 kB
Mapped:          35588 kB
Slab:           259632 kB
PageTables:      37220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 96341000 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= 72804 MiB
End job on node148 at 2011-05-15 11:58:26