Trace number 3377389

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.16 1300.07

General information on the benchmark

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

Solver Data

0.39/0.98	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.98	c INFO: solving HOME/instance-3377389-1305452963.cnf
0.39/0.99	c INFO: computing task features
1.10/1.73	c INFO: computed variable-clause graph statistics
1.10/1.76	c INFO: computed clause balance statistics
4.70/5.35	c INFO: computed variable balance statistics
7.60/8.28	c INFO: computed small-clause counts
7.60/8.29	c INFO: computed Horn-clause counts
10.80/11.43	c INFO: computed variable graph statistics
10.80/11.43	c INFO: collected features for HOME/instance-3377389-1305452963.cnf in 10.42 s
10.80/11.44	c INFO: running hybridGM3@0 for 97 with 2389 remaining (b = 0.35)
111.21/111.89	c INFO: running hybridGM3@0 for 97 with 2289 remaining (b = 0.21)
211.74/212.34	c INFO: running hybridGM3@0 for 97 with 2189 remaining (b = 0.14)
312.17/312.80	c INFO: running hybridGM3@100 for 97 with 2089 remaining (b = 0.10)
409.61/410.11	c INFO: running hybridGM3@100 for 97 with 1992 remaining (b = 0.10)
506.91/507.43	c INFO: running TNM@0 for 97 with 1895 remaining (b = 0.13)
607.22/607.76	c INFO: running hybridGM3@100 for 97 with 1795 remaining (b = 0.09)
704.65/705.07	c INFO: running hybridGM3@0 for 97 with 1697 remaining (b = 0.10)
805.26/805.48	c INFO: running hybridGM3@100 for 97 with 1597 remaining (b = 0.07)
900.78/900.78	c INFO: running hybridGM3@0 for 97 with 1502 remaining (b = 0.07)
999.60/999.20	c INFO: running hybridGM3@98 for 97 with 1404 remaining (b = 0.05)
1100.25/1099.53	c INFO: running hybridGM3@0 for 194 with 1303 remaining (b = 0.09)
1297.34/1296.22	c INFO: running hybridGM3@0 for 194 with 1107 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-3377389-1305452963/watcher-3377389-1305452963 -o /tmp/evaluation-result-3377389-1305452963/solver-3377389-1305452963 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377389-1305452963.cnf -seed 506300904 -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.19 3.59 3.81 4/437 19400
/proc/meminfo: memFree=17526100/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=15780 CPUtime=0 cores=5,7
/proc/19400/stat : 19400 (python) R 19398 19400 17657 0 -1 4202496 912 0 0 0 0 0 0 0 20 0 1 0 735526974 16158720 794 33554432000 4194304 5683644 140736859151024 18446744073709551615 224284586693 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19400/statm: 3945 795 346 364 0 432 0

[startup+0.0388181 s]
/proc/loadavg: 3.19 3.59 3.81 4/437 19400
/proc/meminfo: memFree=17526100/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=16812 CPUtime=0.01 cores=5,7
/proc/19400/stat : 19400 (python) S 19398 19400 17657 0 -1 4202496 1227 0 0 0 1 0 0 0 20 0 1 0 735526974 17215488 1086 33554432000 4194304 5683644 140736859151024 18446744073709551615 224280002183 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/19400/statm: 4721 1086 418 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16812

[startup+0.100806 s]
/proc/loadavg: 3.19 3.59 3.81 4/437 19400
/proc/meminfo: memFree=17526100/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=85360 CPUtime=0.05 cores=5,7
/proc/19400/stat : 19400 (python) R 19398 19400 17657 0 -1 4202496 2580 0 0 0 4 1 0 0 17 0 1 0 735526974 87408640 2307 33554432000 4194304 5683644 140736859151024 18446744073709551615 4507680 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19400/statm: 21340 2307 707 364 0 1557 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85360

[startup+0.300809 s]
/proc/loadavg: 3.19 3.59 3.81 4/437 19400
/proc/meminfo: memFree=17526100/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=135752 CPUtime=0.18 cores=5,7
/proc/19400/stat : 19400 (python) R 19398 19400 17657 0 -1 4202496 5970 935 1 0 14 4 0 0 17 0 1 0 735526974 139010048 4149 33554432000 4194304 5683644 140736859151024 18446744073709551615 224284921861 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19400/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700709 s]
/proc/loadavg: 3.19 3.59 3.81 4/437 19400
/proc/meminfo: memFree=17526100/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=275664 CPUtime=0.39 cores=5,7
/proc/19400/stat : 19400 (python) D 19398 19400 17657 0 -1 4202496 9036 935 1 0 30 9 0 0 15 0 1 0 735526974 282279936 6785 33554432000 4194304 5683644 140736859151024 18446744073709551615 224284931639 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/19400/statm: 68916 6785 1729 364 0 5456 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 275664

[startup+1.50059 s]
/proc/loadavg: 3.09 3.56 3.80 4/438 19407
/proc/meminfo: memFree=17497572/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=314532 CPUtime=0.91 cores=5,7
/proc/19400/stat : 19400 (python) R 19398 19400 17657 0 -1 4202496 18107 935 1 0 81 10 0 0 16 0 1 0 735526974 322080768 15782 33554432000 4194304 5683644 140736859151024 18446744073709551615 48011638965710 0 0 16781312 2 0 0 0 17 5 0 0 30
/proc/19400/statm: 78633 15782 1761 364 0 14557 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 314532

[startup+3.10031 s]
/proc/loadavg: 3.09 3.56 3.80 4/438 19407
/proc/meminfo: memFree=17452684/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=328000 CPUtime=2.5 cores=5,7
/proc/19400/stat : 19400 (python) R 19398 19400 17657 0 -1 4202496 27461 935 1 0 239 11 0 0 18 0 1 0 735526974 335872000 19384 33554432000 4194304 5683644 140736859151024 18446744073709551615 48011639007893 0 0 16781312 2 0 0 0 17 5 0 0 30
/proc/19400/statm: 82000 19384 1826 364 0 17924 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 328000

[startup+6.30077 s]
/proc/loadavg: 3.08 3.55 3.80 4/438 19407
/proc/meminfo: memFree=17452696/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=328000 CPUtime=5.7 cores=5,7
/proc/19400/stat : 19400 (python) R 19398 19400 17657 0 -1 4202496 27462 935 1 0 559 11 0 0 25 0 1 0 735526974 335872000 19385 33554432000 4194304 5683644 140736859151024 18446744073709551615 48011638792451 0 0 16781312 2 0 0 0 17 5 0 0 30
/proc/19400/statm: 82000 19385 1827 364 0 17924 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 328000

[startup+12.7007 s]
/proc/loadavg: 3.08 3.54 3.79 4/441 19410
/proc/meminfo: memFree=17440216/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=334364 CPUtime=10.86 cores=5,7
/proc/19400/stat : 19400 (python) S 19398 19400 17657 0 -1 4202496 27753 935 1 0 1074 12 0 0 25 0 2 0 735526974 342388736 18453 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/19400/statm: 83591 18453 1867 364 0 19509 0
[pid=19408] ppid=19400 vsize=324120 CPUtime=0 cores=5,7
/proc/19408/stat : 19408 (python) S 19400 19400 17657 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 735528119 331898880 16935 33554432000 4194304 5683644 140736859151024 18446744073709551615 224284945935 0 0 16781312 514 17967710501282512895 0 0 17 5 0 0 0
/proc/19408/statm: 81030 16935 353 364 0 16948 0
[pid=19410] ppid=19408 vsize=268420 CPUtime=1.23 cores=5,7
/proc/19410/stat : 19410 (hybridGM3) R 19408 19410 19410 0 -1 4202496 4702 0 0 0 123 0 0 0 25 0 1 0 735528119 274862080 4438 33554432000 134512640 135204385 4290347088 18446744073709551615 134543968 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19410/statm: 67105 4438 57 169 0 66935 0
[pid=19400/tid=19409] ppid=19398 vsize=334364 CPUtime=0 cores=5,7
/proc/19400/task/19409/stat : 19409 (python) S 19398 19400 17657 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 735528119 342388736 18453 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 926904

[startup+25.5006 s]
/proc/loadavg: 3.06 3.51 3.78 4/445 19414
/proc/meminfo: memFree=17392368/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=334364 CPUtime=10.86 cores=5,7
/proc/19400/stat : 19400 (python) S 19398 19400 17657 0 -1 4202496 27753 935 1 0 1074 12 0 0 25 0 2 0 735526974 342388736 18453 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/19400/statm: 83591 18453 1867 364 0 19509 0
[pid=19408] ppid=19400 vsize=324120 CPUtime=0.03 cores=5,7
/proc/19408/stat : 19408 (python) S 19400 19400 17657 0 -1 4202560 985 0 0 0 2 1 0 0 15 0 1 0 735528119 331898880 16963 33554432000 4194304 5683644 140736859151024 18446744073709551615 224284945935 0 0 16781312 514 10494002858284777734 0 0 17 5 0 0 0
/proc/19408/statm: 81030 16963 381 364 0 16948 0
[pid=19410] ppid=19408 vsize=276240 CPUtime=14.01 cores=5,7
/proc/19410/stat : 19410 (hybridGM3) R 19408 19410 19410 0 -1 4202496 9513 0 0 0 1400 1 0 0 25 0 1 0 735528119 282869760 9249 33554432000 134512640 135204385 4290347088 18446744073709551615 134537120 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19410/statm: 69060 9249 64 169 0 68890 0
[pid=19400/tid=19409] ppid=19398 vsize=334364 CPUtime=0 cores=5,7
/proc/19400/task/19409/stat : 19409 (python) S 19398 19400 17657 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 735528119 342388736 18453 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 934724

[startup+51.1003 s]
/proc/loadavg: 3.04 3.47 3.76 4/445 19414
/proc/meminfo: memFree=17391420/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=334364 CPUtime=10.86 cores=5,7
/proc/19400/stat : 19400 (python) S 19398 19400 17657 0 -1 4202496 27753 935 1 0 1074 12 0 0 25 0 2 0 735526974 342388736 18453 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/19400/statm: 83591 18453 1867 364 0 19509 0
[pid=19408] ppid=19400 vsize=324120 CPUtime=0.1 cores=5,7
/proc/19408/stat : 19408 (python) S 19400 19400 17657 0 -1 4202560 996 0 0 0 5 5 0 0 15 0 1 0 735528119 331898880 16963 33554432000 4194304 5683644 140736859151024 18446744073709551615 224284945935 0 0 16781312 514 10494002858284777734 0 0 17 5 0 0 0
/proc/19408/statm: 81030 16963 381 364 0 16948 0
[pid=19410] ppid=19408 vsize=276240 CPUtime=39.52 cores=5,7
/proc/19410/stat : 19410 (hybridGM3) R 19408 19410 19410 0 -1 4202496 9517 0 0 0 3951 1 0 0 25 0 1 0 735528119 282869760 9253 33554432000 134512640 135204385 4290347088 18446744073709551615 134546073 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19410/statm: 69060 9253 64 169 0 68890 0
[pid=19400/tid=19409] ppid=19398 vsize=334364 CPUtime=0 cores=5,7
/proc/19400/task/19409/stat : 19409 (python) S 19398 19400 17657 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 735528119 342388736 18453 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 934724

[startup+102.317 s]
/proc/loadavg: 3.02 3.40 3.72 4/446 19417
/proc/meminfo: memFree=17389592/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=334364 CPUtime=10.86 cores=5,7
/proc/19400/stat : 19400 (python) S 19398 19400 17657 0 -1 4202496 27753 935 1 0 1074 12 0 0 25 0 2 0 735526974 342388736 18453 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/19400/statm: 83591 18453 1867 364 0 19509 0
[pid=19408] ppid=19400 vsize=324120 CPUtime=0.28 cores=5,7
/proc/19408/stat : 19408 (python) S 19400 19400 17657 0 -1 4202560 1020 0 0 0 14 14 0 0 15 0 1 0 735528119 331898880 16963 33554432000 4194304 5683644 140736859151024 18446744073709551615 224284945935 0 0 16781312 514 10494002858284777734 0 0 17 5 0 0 0
/proc/19408/statm: 81030 16963 381 364 0 16948 0
[pid=19410] ppid=19408 vsize=276240 CPUtime=90.59 cores=5,7
/proc/19410/stat : 19410 (hybridGM3) R 19408 19410 19410 0 -1 4202496 9517 0 0 0 9058 1 0 0 25 0 1 0 735528119 282869760 9253 33554432000 134512640 135204385 4290347088 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19410/statm: 69060 9253 64 169 0 68890 0
[pid=19400/tid=19409] ppid=19398 vsize=334364 CPUtime=0 cores=5,7
/proc/19400/task/19409/stat : 19409 (python) S 19398 19400 17657 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 735528119 342388736 18453 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 934724

[startup+162.301 s]
/proc/loadavg: 3.00 3.32 3.67 4/451 19424
/proc/meminfo: memFree=17345228/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=344620 CPUtime=10.87 cores=5,7
/proc/19400/stat : 19400 (python) S 19398 19400 17657 0 -1 4202496 28636 935 1 0 1075 12 0 0 20 0 3 0 735526974 352890880 18468 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/19400/statm: 86155 18468 1878 364 0 22070 0
[pid=19408] ppid=19400 vsize=334364 CPUtime=0.32 cores=5,7
/proc/19408/stat : 19408 (python) S 19400 19400 17657 0 -1 4202560 1159 0 0 0 16 16 0 0 17 0 2 0 735528119 342388736 17001 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19408/statm: 83591 17001 414 364 0 19509 0
[pid=19410] ppid=19408 vsize=276240 CPUtime=100.12 cores=5,7
/proc/19410/stat : 19410 (hybridGM3) T 19408 19410 19410 0 -1 4202496 9517 0 0 0 10011 1 0 0 25 0 1 0 735528119 282869760 9253 33554432000 134512640 135204385 4290347088 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19410/statm: 69060 9253 64 169 0 68890 0
[pid=19408/tid=19418] ppid=19400 vsize=334364 CPUtime=0 cores=5,7
/proc/19408/task/19418/stat : 19418 (python) S 19400 19400 17657 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735538163 342388736 17001 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604469981028736 0 0 -1 5 0 0 0
[pid=19419] ppid=19400 vsize=334376 CPUtime=0.14 cores=5,7
/proc/19419/stat : 19419 (python) S 19400 19400 17657 0 -1 4202560 887 0 0 0 7 7 0 0 15 0 1 0 735538164 342401024 16956 33554432000 4194304 5683644 140736859151024 18446744073709551615 224284945990 0 0 16781312 514 10494002858284777735 0 0 17 5 0 0 0
/proc/19419/statm: 83594 16956 370 364 0 19509 0
[pid=19421] ppid=19419 vsize=276236 CPUtime=50.24 cores=5,7
/proc/19421/stat : 19421 (hybridGM3) R 19419 19421 19421 0 -1 4202496 9515 0 0 0 5023 1 0 0 25 0 1 0 735538164 282865664 9250 33554432000 134512640 135204385 4290223696 18446744073709551615 134536737 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19421/statm: 69059 9250 64 169 0 68889 0
[pid=19400/tid=19409] ppid=19398 vsize=344620 CPUtime=0 cores=5,7
/proc/19400/task/19409/stat : 19409 (python) S 19398 19400 17657 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 3 0 735528119 352890880 18468 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19420] ppid=19398 vsize=344620 CPUtime=0 cores=5,7
/proc/19400/task/19420/stat : 19420 (python) S 19398 19400 17657 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 735538164 352890880 18468 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 1565836

[startup+222.301 s]
/proc/loadavg: 3.08 3.28 3.63 4/461 19434
/proc/meminfo: memFree=17260500/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=354876 CPUtime=10.89 cores=5,7
/proc/19400/stat : 19400 (python) S 19398 19400 17657 0 -1 4202496 29494 935 1 0 1076 13 0 0 20 0 4 0 735526974 363393024 18474 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 30
/proc/19400/statm: 88719 18474 1880 364 0 24631 0
[pid=19408] ppid=19400 vsize=334364 CPUtime=0.32 cores=5,7
/proc/19408/stat : 19408 (python) S 19400 19400 17657 0 -1 4202560 1159 0 0 0 16 16 0 0 17 0 2 0 735528119 342388736 17001 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19408/statm: 83591 17001 414 364 0 19509 0
[pid=19410] ppid=19408 vsize=276240 CPUtime=100.12 cores=5,7
/proc/19410/stat : 19410 (hybridGM3) T 19408 19410 19410 0 -1 4202496 9517 0 0 0 10011 1 0 0 25 0 1 0 735528119 282869760 9253 33554432000 134512640 135204385 4290347088 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19410/statm: 69060 9253 64 169 0 68890 0
[pid=19408/tid=19418] ppid=19400 vsize=334364 CPUtime=0 cores=5,7
/proc/19408/task/19418/stat : 19418 (python) S 19400 19400 17657 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735538163 342388736 17001 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604469981028736 0 0 -1 5 0 0 0

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

/proc/19419/statm: 83594 16986 399 364 0 19509 0
[pid=19421] ppid=19419 vsize=276236 CPUtime=197.14 cores=5,7
/proc/19421/stat : 19421 (hybridGM3) T 19419 19421 19421 0 -1 4202496 9515 0 0 0 19713 1 0 0 25 0 1 0 735538164 282865664 9250 33554432000 134512640 135204385 4290223696 18446744073709551615 134537020 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19421/statm: 69059 9250 64 169 0 68889 0
[pid=19419/tid=19428] ppid=19400 vsize=334376 CPUtime=0 cores=5,7
/proc/19419/task/19428/stat : 19428 (python) S 19400 19400 17657 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735548208 342401024 16986 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604459736644352 0 0 -1 5 0 0 0
[pid=19429] ppid=19400 vsize=344632 CPUtime=0.64 cores=5,7
/proc/19429/stat : 19429 (python) S 19400 19400 17657 0 -1 4202560 1116 0 0 0 33 31 0 0 15 0 2 0 735548209 352903168 16990 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19429/statm: 86158 16990 399 364 0 22070 0
[pid=19431] ppid=19429 vsize=276244 CPUtime=197.26 cores=5,7
/proc/19431/stat : 19431 (hybridGM3) T 19429 19431 19431 0 -1 4202496 9521 0 0 0 19725 1 0 0 25 0 1 0 735548209 282873856 9256 33554432000 134512640 135204385 4287187248 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19431/statm: 69061 9256 64 169 0 68891 0
[pid=19429/tid=19439] ppid=19400 vsize=344632 CPUtime=0 cores=5,7
/proc/19429/task/19439/stat : 19439 (python) S 19400 19400 17657 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735558253 352903168 16990 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604462787549376 0 0 -1 5 0 0 0
[pid=19576] ppid=19400 vsize=354888 CPUtime=0.32 cores=5,7
/proc/19576/stat : 19576 (python) S 19400 19400 17657 0 -1 4202560 1066 0 0 0 16 16 0 0 19 0 2 0 735577718 363405312 16994 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19576/statm: 88722 16994 399 364 0 24631 0
[pid=19578] ppid=19576 vsize=471116 CPUtime=100 cores=5,7
/proc/19578/stat : 19578 (TNM) T 19576 19578 19578 0 -1 4202496 8435 0 0 0 9999 1 0 0 25 0 1 0 735577718 482422784 8172 33554432000 134512640 135008748 4289657072 18446744073709551615 134527693 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19578/statm: 117779 8172 46 122 0 116679 0
[pid=19576/tid=19586] ppid=19400 vsize=354888 CPUtime=0 cores=5,7
/proc/19576/task/19586/stat : 19586 (python) S 19400 19400 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735587749 363405312 16994 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604466080314432 0 0 -1 7 0 0 0
[pid=19599] ppid=19400 vsize=365144 CPUtime=0.62 cores=5,7
/proc/19599/stat : 19599 (python) S 19400 19400 17657 0 -1 4202560 1120 0 0 0 33 29 0 0 15 0 2 0 735597482 373907456 16998 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19599/statm: 91286 16998 399 364 0 27192 0
[pid=19601] ppid=19599 vsize=276244 CPUtime=195.51 cores=5,7
/proc/19601/stat : 19601 (hybridGM3) T 19599 19601 19601 0 -1 4202496 9519 0 0 0 19549 2 0 0 25 0 1 0 735597482 282873856 9255 33554432000 134512640 135204385 4294805920 18446744073709551615 134537120 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19601/statm: 69061 9255 64 169 0 68891 0
[pid=19599/tid=19607] ppid=19400 vsize=365144 CPUtime=0 cores=5,7
/proc/19599/task/19607/stat : 19607 (python) S 19400 19400 17657 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 735607521 373907456 16998 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604463837254016 0 0 -1 5 0 0 0
[pid=19612] ppid=19400 vsize=375400 CPUtime=0.65 cores=5,7
/proc/19612/stat : 19612 (python) S 19400 19400 17657 0 -1 4202560 1138 0 0 0 35 30 0 0 15 0 2 0 735617052 384409600 17002 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19612/statm: 93850 17002 399 364 0 29753 0
[pid=19614] ppid=19612 vsize=276240 CPUtime=198.71 cores=5,7
/proc/19614/stat : 19614 (hybridGM3) T 19612 19614 19614 0 -1 4202496 9513 0 0 0 19870 1 0 0 25 0 1 0 735617053 282869760 9248 33554432000 134512640 135204385 4289883216 18446744073709551615 134537583 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19614/statm: 69060 9248 64 169 0 68890 0
[pid=19612/tid=19621] ppid=19400 vsize=375400 CPUtime=0 cores=5,7
/proc/19612/task/19621/stat : 19621 (python) S 19400 19400 17657 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735626893 384409600 17002 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604462787550272 0 0 -1 7 0 0 0
[pid=19624] ppid=19400 vsize=385656 CPUtime=0.45 cores=5,7
/proc/19624/stat : 19624 (python) S 19400 19400 17657 0 -1 4202560 961 0 0 0 23 22 0 0 15 0 1 0 735636927 394911744 16976 33554432000 4194304 5683644 140736859151024 18446744073709551615 224284945990 0 0 16781312 514 10494002858284777735 0 0 17 5 0 0 0
/proc/19624/statm: 96414 16976 370 364 0 32314 0
[pid=19626] ppid=19624 vsize=276240 CPUtime=142.61 cores=5,7
/proc/19626/stat : 19626 (hybridGM3) R 19624 19626 19626 0 -1 4202496 9515 0 0 0 14260 1 0 0 25 0 1 0 735636928 282869760 9251 33554432000 134512640 135204385 4287254880 18446744073709551615 134537249 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19626/statm: 69060 9251 64 169 0 68890 0
[pid=19400/tid=19409] ppid=19398 vsize=395900 CPUtime=0 cores=5,7
/proc/19400/task/19409/stat : 19409 (python) S 19398 19400 17657 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 8 0 735528119 405401600 18498 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19420] ppid=19398 vsize=395900 CPUtime=0 cores=5,7
/proc/19400/task/19420/stat : 19420 (python) S 19398 19400 17657 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 735538164 405401600 18498 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19430] ppid=19398 vsize=395900 CPUtime=0 cores=5,7
/proc/19400/task/19430/stat : 19430 (python) S 19398 19400 17657 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 735548209 405401600 18498 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19577] ppid=19398 vsize=395900 CPUtime=0 cores=5,7
/proc/19400/task/19577/stat : 19577 (python) S 19398 19400 17657 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 735577718 405401600 18498 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19600] ppid=19398 vsize=395900 CPUtime=0 cores=5,7
/proc/19400/task/19600/stat : 19600 (python) S 19398 19400 17657 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 735597482 405401600 18498 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19613] ppid=19398 vsize=395900 CPUtime=0 cores=5,7
/proc/19400/task/19613/stat : 19613 (python) S 19398 19400 17657 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 735617053 405401600 18498 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19625] ppid=19398 vsize=395900 CPUtime=0 cores=5,7
/proc/19400/task/19625/stat : 19625 (python) S 19398 19400 17657 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 8 0 735636927 405401600 18498 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.32
Current children cumulated vsize (KiB) 5018920



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.11 2.63 3/441 19658
/proc/meminfo: memFree=17185632/32951124 swapFree=45193364/67111528
[pid=19400] ppid=19398 vsize=406156 CPUtime=11.01 cores=5,7
/proc/19400/stat : 19400 (python) S 19398 19400 17657 0 -1 4202496 34224 935 1 0 1087 14 0 0 19 0 9 0 735526974 415903744 18504 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 30
/proc/19400/statm: 101539 18504 1890 364 0 37436 0
[pid=19408] ppid=19400 vsize=334364 CPUtime=0.63 cores=5,7
/proc/19408/stat : 19408 (python) S 19400 19400 17657 0 -1 4202560 1212 0 0 0 32 31 0 0 15 0 2 0 735528119 342388736 17002 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19408/statm: 83591 17002 415 364 0 19509 0
[pid=19410] ppid=19408 vsize=276240 CPUtime=197.15 cores=5,7
/proc/19410/stat : 19410 (hybridGM3) T 19408 19410 19410 0 -1 4202496 9517 0 0 0 19714 1 0 0 25 0 1 0 735528119 282869760 9253 33554432000 134512640 135204385 4290347088 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19410/statm: 69060 9253 64 169 0 68890 0
[pid=19408/tid=19418] ppid=19400 vsize=334364 CPUtime=0 cores=5,7
/proc/19408/task/19418/stat : 19418 (python) S 19400 19400 17657 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735538163 342388736 17002 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604469981028736 0 0 -1 5 0 0 0
[pid=19419] ppid=19400 vsize=334376 CPUtime=0.64 cores=5,7
/proc/19419/stat : 19419 (python) S 19400 19400 17657 0 -1 4202560 1102 0 0 0 35 29 0 0 15 0 2 0 735538164 342401024 16986 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19419/statm: 83594 16986 399 364 0 19509 0
[pid=19421] ppid=19419 vsize=276236 CPUtime=197.14 cores=5,7
/proc/19421/stat : 19421 (hybridGM3) T 19419 19421 19421 0 -1 4202496 9515 0 0 0 19713 1 0 0 25 0 1 0 735538164 282865664 9250 33554432000 134512640 135204385 4290223696 18446744073709551615 134537020 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19421/statm: 69059 9250 64 169 0 68889 0
[pid=19419/tid=19428] ppid=19400 vsize=334376 CPUtime=0 cores=5,7
/proc/19419/task/19428/stat : 19428 (python) S 19400 19400 17657 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735548208 342401024 16986 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604459736644352 0 0 -1 5 0 0 0
[pid=19429] ppid=19400 vsize=344632 CPUtime=0.64 cores=5,7
/proc/19429/stat : 19429 (python) S 19400 19400 17657 0 -1 4202560 1116 0 0 0 33 31 0 0 15 0 2 0 735548209 352903168 16990 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19429/statm: 86158 16990 399 364 0 22070 0
[pid=19431] ppid=19429 vsize=276244 CPUtime=197.26 cores=5,7
/proc/19431/stat : 19431 (hybridGM3) T 19429 19431 19431 0 -1 4202496 9521 0 0 0 19725 1 0 0 25 0 1 0 735548209 282873856 9256 33554432000 134512640 135204385 4287187248 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19431/statm: 69061 9256 64 169 0 68891 0
[pid=19429/tid=19439] ppid=19400 vsize=344632 CPUtime=0 cores=5,7
/proc/19429/task/19439/stat : 19439 (python) S 19400 19400 17657 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735558253 352903168 16990 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604462787549376 0 0 -1 5 0 0 0
[pid=19576] ppid=19400 vsize=354888 CPUtime=0.32 cores=5,7
/proc/19576/stat : 19576 (python) S 19400 19400 17657 0 -1 4202560 1066 0 0 0 16 16 0 0 19 0 2 0 735577718 363405312 16994 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19576/statm: 88722 16994 399 364 0 24631 0
[pid=19578] ppid=19576 vsize=471116 CPUtime=100 cores=5,7
/proc/19578/stat : 19578 (TNM) T 19576 19578 19578 0 -1 4202496 8435 0 0 0 9999 1 0 0 25 0 1 0 735577718 482422784 8172 33554432000 134512640 135008748 4289657072 18446744073709551615 134527693 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19578/statm: 117779 8172 46 122 0 116679 0
[pid=19576/tid=19586] ppid=19400 vsize=354888 CPUtime=0 cores=5,7
/proc/19576/task/19586/stat : 19586 (python) S 19400 19400 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735587749 363405312 16994 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604466080314432 0 0 -1 7 0 0 0
[pid=19599] ppid=19400 vsize=365144 CPUtime=0.62 cores=5,7
/proc/19599/stat : 19599 (python) S 19400 19400 17657 0 -1 4202560 1120 0 0 0 33 29 0 0 15 0 2 0 735597482 373907456 16998 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19599/statm: 91286 16998 399 364 0 27192 0
[pid=19601] ppid=19599 vsize=276244 CPUtime=195.51 cores=5,7
/proc/19601/stat : 19601 (hybridGM3) T 19599 19601 19601 0 -1 4202496 9519 0 0 0 19549 2 0 0 25 0 1 0 735597482 282873856 9255 33554432000 134512640 135204385 4294805920 18446744073709551615 134537120 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19601/statm: 69061 9255 64 169 0 68891 0
[pid=19599/tid=19607] ppid=19400 vsize=365144 CPUtime=0 cores=5,7
/proc/19599/task/19607/stat : 19607 (python) S 19400 19400 17657 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 735607521 373907456 16998 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604463837254016 0 0 -1 5 0 0 0
[pid=19612] ppid=19400 vsize=375400 CPUtime=0.65 cores=5,7
/proc/19612/stat : 19612 (python) S 19400 19400 17657 0 -1 4202560 1138 0 0 0 35 30 0 0 15 0 2 0 735617052 384409600 17002 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19612/statm: 93850 17002 399 364 0 29753 0
[pid=19614] ppid=19612 vsize=276240 CPUtime=198.71 cores=5,7
/proc/19614/stat : 19614 (hybridGM3) T 19612 19614 19614 0 -1 4202496 9513 0 0 0 19870 1 0 0 25 0 1 0 735617053 282869760 9248 33554432000 134512640 135204385 4289883216 18446744073709551615 134537583 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19614/statm: 69060 9248 64 169 0 68890 0
[pid=19612/tid=19621] ppid=19400 vsize=375400 CPUtime=0 cores=5,7
/proc/19612/task/19621/stat : 19621 (python) S 19400 19400 17657 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735626893 384409600 17002 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604462787550272 0 0 -1 7 0 0 0
[pid=19624] ppid=19400 vsize=385656 CPUtime=0.62 cores=5,7
/proc/19624/stat : 19624 (python) S 19400 19400 17657 0 -1 4202560 1139 0 0 0 31 31 0 0 16 0 2 0 735636927 394911744 17006 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19624/statm: 96414 17006 399 364 0 32314 0
[pid=19626] ppid=19624 vsize=276240 CPUtime=196.48 cores=5,7
/proc/19626/stat : 19626 (hybridGM3) T 19624 19626 19626 0 -1 4202496 9515 0 0 0 19646 2 0 0 25 0 1 0 735636928 282869760 9251 33554432000 134512640 135204385 4287254880 18446744073709551615 134537363 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19626/statm: 69060 9251 64 169 0 68890 0
[pid=19624/tid=19655] ppid=19400 vsize=385656 CPUtime=0 cores=5,7
/proc/19624/task/19655/stat : 19655 (python) S 19400 19400 17657 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 735656595 394911744 17006 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 514 18446604462113548480 0 0 -1 5 0 0 0
[pid=19656] ppid=19400 vsize=395912 CPUtime=0 cores=5,7
/proc/19656/stat : 19656 (python) S 19400 19400 17657 0 -1 4202560 805 0 0 0 0 0 0 0 15 0 1 0 735656596 405413888 16963 33554432000 4194304 5683644 140736859151024 18446744073709551615 224284945990 0 0 16781312 514 17667709303399612677 0 0 17 7 0 0 0
/proc/19656/statm: 98978 16963 353 364 0 34875 0
[pid=19658] ppid=19656 vsize=276236 CPUtime=3.78 cores=5,7
/proc/19658/stat : 19658 (hybridGM3) R 19656 19658 19658 0 -1 4202496 9517 0 0 0 377 1 0 0 25 0 1 0 735656597 282865664 9249 33554432000 134512640 135204385 4291552448 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19658/statm: 69059 9249 64 169 0 68889 0
[pid=19400/tid=19409] ppid=19398 vsize=406156 CPUtime=0 cores=5,7
/proc/19400/task/19409/stat : 19409 (python) S 19398 19400 17657 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 735528119 415903744 18504 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19420] ppid=19398 vsize=406156 CPUtime=0 cores=5,7
/proc/19400/task/19420/stat : 19420 (python) S 19398 19400 17657 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 735538164 415903744 18504 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19430] ppid=19398 vsize=406156 CPUtime=0 cores=5,7
/proc/19400/task/19430/stat : 19430 (python) S 19398 19400 17657 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 735548209 415903744 18504 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19577] ppid=19398 vsize=406156 CPUtime=0 cores=5,7
/proc/19400/task/19577/stat : 19577 (python) S 19398 19400 17657 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 735577718 415903744 18504 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19600] ppid=19398 vsize=406156 CPUtime=0 cores=5,7
/proc/19400/task/19600/stat : 19600 (python) S 19398 19400 17657 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 735597482 415903744 18504 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19613] ppid=19398 vsize=406156 CPUtime=0 cores=5,7
/proc/19400/task/19613/stat : 19613 (python) S 19398 19400 17657 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 735617053 415903744 18504 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19625] ppid=19398 vsize=406156 CPUtime=0 cores=5,7
/proc/19400/task/19625/stat : 19625 (python) S 19398 19400 17657 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 735636927 415903744 18504 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 5 0 0 0
[pid=19400/tid=19657] ppid=19398 vsize=406156 CPUtime=0 cores=5,7
/proc/19400/task/19657/stat : 19657 (python) S 19398 19400 17657 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 735656597 415903744 18504 33554432000 4194304 5683644 140736859151024 18446744073709551615 224296749489 0 0 16781312 2 18446604466447379456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.16
Current children cumulated vsize (KiB) 5701324

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 19400 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=881345
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=150977
# CPU time returned by wait4() is 11.0323
# while last known CPU time is 1301.16
#
# 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.16
CPU user time (s): 1298.95
CPU system time (s): 2.21
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 5701324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8813
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35655
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= 2874
involuntary context switches= 54

runsolver used 6.36803 second user time and 13.9899 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 11:49:23
IDJOB=3377389
IDBENCH=82698
IDSOLVER=1857
FILE ID=node118/3377389-1305452963
RUNJOBID= node118-1305451353-18714
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-v50000-c210000-S1170024351-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-3377389-1305452963/watcher-3377389-1305452963 -o /tmp/evaluation-result-3377389-1305452963/solver-3377389-1305452963 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377389-1305452963.cnf -seed 506300904 -budget 2400

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

MD5SUM BENCH= 0f7796213ec78265bd44aa83c0fa283d
RANDOM SEED=506300904

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:      17526380 kB
Buffers:        293872 kB
Cached:        4650424 kB
SwapCached:      22084 kB
Active:       12441576 kB
Inactive:      2656828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17526380 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           36196 kB
Writeback:           0 kB
AnonPages:    10145016 kB
Mapped:          25996 kB
Slab:           157620 kB
PageTables:     101792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114554996 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= 73244 MiB
End job on node118 at 2011-05-15 12:11:05