Trace number 3484161

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, 1200 s timeout)? (TO) 1200.02 1199.85

General information on the benchmark

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

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.65	c INFO: solving HOME/instance-3484161-1307748049.cnf
0.36/0.65	c INFO: computing task features
1.03/1.39	c INFO: computed variable-clause graph statistics
1.13/1.42	c INFO: computed clause balance statistics
4.73/5.07	c INFO: computed variable balance statistics
7.73/8.04	c INFO: computed small-clause counts
7.73/8.06	c INFO: computed Horn-clause counts
10.83/11.14	c INFO: computed variable graph statistics
10.83/11.14	c INFO: collected features for HOME/instance-3484161-1307748049.cnf in 10.46 s
10.83/11.15	c INFO: running hybridGM3@0 for 97 with 1189 remaining (b = 0.35)
111.01/111.36	c INFO: running hybridGM3@0 for 97 with 1089 remaining (b = 0.21)
211.20/211.59	c INFO: running hybridGM3@0 for 97 with 989 remaining (b = 0.14)
311.49/311.84	c INFO: running hybridGM3@100 for 97 with 889 remaining (b = 0.10)
408.63/408.98	c INFO: running hybridGM3@100 for 97 with 792 remaining (b = 0.10)
505.86/506.11	c INFO: running TNM@0 for 97 with 695 remaining (b = 0.13)
605.95/606.24	c INFO: running hybridGM3@100 for 97 with 595 remaining (b = 0.09)
703.08/703.37	c INFO: running hybridGM3@0 for 97 with 498 remaining (b = 0.10)
803.52/803.61	c INFO: running hybridGM3@100 for 97 with 398 remaining (b = 0.07)
898.66/898.74	c INFO: running hybridGM3@0 for 97 with 303 remaining (b = 0.07)
998.98/998.98	c INFO: running hybridGM3@100 for 97 with 202 remaining (b = 0.05)
1094.33/1094.11	c INFO: running hybridGM3@0 for 107 with 107 remaining (b = 0.05)

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.1 (svn: 988)

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-3484161-1307748049/watcher-3484161-1307748049 -o /tmp/evaluation-result-3484161-1307748049/solver-3484161-1307748049 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484161-1307748049.cnf -seed 1017891483 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.93 3.88 2.73 4/226 19020
/proc/meminfo: memFree=31830712/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=15384 CPUtime=0 cores=1,3
/proc/19020/stat : 19020 (python) R 19018 19020 18188 0 -1 4202496 763 0 0 0 0 0 0 0 17 0 1 0 886402016 15753216 650 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476388845 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19020/statm: 3846 667 322 364 0 333 0

[startup+0.048309 s]
/proc/loadavg: 3.93 3.88 2.73 4/226 19020
/proc/meminfo: memFree=31830712/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=18884 CPUtime=0.02 cores=1,3
/proc/19020/stat : 19020 (python) R 19018 19020 18188 0 -1 4202496 1290 0 0 0 2 0 0 0 17 0 1 0 886402016 19337216 1141 33554432000 4194304 5683644 140734609130544 18446744073709551615 4867352 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19020/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100298 s]
/proc/loadavg: 3.93 3.88 2.73 4/226 19020
/proc/meminfo: memFree=31830712/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=91828 CPUtime=0.05 cores=1,3
/proc/19020/stat : 19020 (python) R 19018 19020 18188 0 -1 4202496 2680 0 0 0 4 1 0 0 17 0 1 0 886402016 94031872 2394 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19020/statm: 22957 2394 755 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91828

[startup+0.300259 s]
/proc/loadavg: 3.93 3.88 2.73 4/226 19020
/proc/meminfo: memFree=31830712/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=135748 CPUtime=0.18 cores=1,3
/proc/19020/stat : 19020 (python) S 19018 19020 18188 0 -1 4202496 5975 935 1 0 13 5 0 0 17 0 1 0 886402016 139005952 4149 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/19020/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700185 s]
/proc/loadavg: 3.93 3.88 2.73 4/226 19020
/proc/meminfo: memFree=31830712/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=285292 CPUtime=0.43 cores=1,3
/proc/19020/stat : 19020 (python) R 19018 19020 18188 0 -1 4202496 10971 935 1 0 33 10 0 0 15 0 1 0 886402016 292139008 8641 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476355781 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19020/statm: 71323 8642 1761 364 0 7247 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 285292

[startup+1.50103 s]
/proc/loadavg: 3.93 3.88 2.73 5/227 19025
/proc/meminfo: memFree=31782588/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=327996 CPUtime=1.23 cores=1,3
/proc/19020/stat : 19020 (python) R 19018 19020 18188 0 -1 4202496 27466 935 1 0 111 12 0 0 16 0 1 0 886402016 335867904 19384 33554432000 4194304 5683644 140734609130544 18446744073709551615 5102848 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19020/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 327996

[startup+3.10072 s]
/proc/loadavg: 3.93 3.88 2.73 5/227 19025
/proc/meminfo: memFree=31759028/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=327996 CPUtime=2.83 cores=1,3
/proc/19020/stat : 19020 (python) R 19018 19020 18188 0 -1 4202496 27466 935 1 0 271 12 0 0 18 0 1 0 886402016 335867904 19384 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476355611 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19020/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 327996

[startup+6.30111 s]
/proc/loadavg: 3.94 3.89 2.74 5/227 19025
/proc/meminfo: memFree=31757788/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=327996 CPUtime=6.03 cores=1,3
/proc/19020/stat : 19020 (python) R 19018 19020 18188 0 -1 4202496 27467 935 1 0 590 13 0 0 25 0 1 0 886402016 335867904 19385 33554432000 4194304 5683644 140734609130544 18446744073709551615 46993175148064 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19020/statm: 81999 19385 1827 364 0 17923 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 327996

[startup+12.7009 s]
/proc/loadavg: 3.94 3.89 2.74 5/230 19029
/proc/meminfo: memFree=31745012/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=334360 CPUtime=10.89 cores=1,3
/proc/19020/stat : 19020 (python) S 19018 19020 18188 0 -1 4202496 27755 935 1 0 1076 13 0 0 19 0 2 0 886402016 342384640 18453 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19020/statm: 83590 18453 1867 364 0 19508 0
[pid=19027] ppid=19020 vsize=324116 CPUtime=0 cores=1,3
/proc/19027/stat : 19027 (python) S 19020 19020 18188 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 886403131 331894784 16935 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476715023 0 0 16781312 514 4527516758348660735 0 0 17 1 0 0 0
/proc/19027/statm: 81029 16935 353 364 0 16947 0
[pid=19029] ppid=19027 vsize=276240 CPUtime=1.53 cores=1,3
/proc/19029/stat : 19029 (hybridGM3) R 19027 19029 19029 0 -1 4202496 4931 0 0 0 153 0 0 0 24 0 1 0 886403132 282869760 4666 33554432000 134512640 135204385 4290266960 18446744073709551615 134543968 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19029/statm: 69060 4666 57 169 0 68890 0
[pid=19020/tid=19028] ppid=19018 vsize=334360 CPUtime=0 cores=1,3
/proc/19020/task/19028/stat : 19028 (python) S 19018 19020 18188 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 2 0 886403132 342384640 18453 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 934716

[startup+25.5004 s]
/proc/loadavg: 3.95 3.89 2.76 5/230 19029
/proc/meminfo: memFree=31724156/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=334360 CPUtime=10.89 cores=1,3
/proc/19020/stat : 19020 (python) S 19018 19020 18188 0 -1 4202496 27755 935 1 0 1076 13 0 0 19 0 2 0 886402016 342384640 18453 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19020/statm: 83590 18453 1867 364 0 19508 0
[pid=19027] ppid=19020 vsize=324116 CPUtime=0 cores=1,3
/proc/19027/stat : 19027 (python) S 19020 19020 18188 0 -1 4202560 868 0 0 0 0 0 0 0 15 0 1 0 886403131 331894784 16958 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476715023 0 0 16781312 514 8103576618569531656 0 0 17 1 0 0 0
/proc/19027/statm: 81029 16958 376 364 0 16947 0
[pid=19029] ppid=19027 vsize=276244 CPUtime=14.31 cores=1,3
/proc/19029/stat : 19029 (hybridGM3) R 19027 19029 19029 0 -1 4202496 9515 0 0 0 1430 1 0 0 25 0 1 0 886403132 282873856 9250 33554432000 134512640 135204385 4290266960 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19029/statm: 69061 9250 64 169 0 68891 0
[pid=19020/tid=19028] ppid=19018 vsize=334360 CPUtime=0 cores=1,3
/proc/19020/task/19028/stat : 19028 (python) S 19018 19020 18188 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 2 0 886403132 342384640 18453 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 934720

[startup+51.1005 s]
/proc/loadavg: 3.97 3.90 2.79 5/234 19034
/proc/meminfo: memFree=31713672/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=334360 CPUtime=10.89 cores=1,3
/proc/19020/stat : 19020 (python) S 19018 19020 18188 0 -1 4202496 27755 935 1 0 1076 13 0 0 19 0 2 0 886402016 342384640 18453 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19020/statm: 83590 18453 1867 364 0 19508 0
[pid=19027] ppid=19020 vsize=324116 CPUtime=0.04 cores=1,3
/proc/19027/stat : 19027 (python) S 19020 19020 18188 0 -1 4202560 885 0 0 0 2 2 0 0 15 0 1 0 886403131 331894784 16958 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476715023 0 0 16781312 514 8103576618569531656 0 0 17 1 0 0 0
/proc/19027/statm: 81029 16958 376 364 0 16947 0
[pid=19029] ppid=19027 vsize=276244 CPUtime=39.88 cores=1,3
/proc/19029/stat : 19029 (hybridGM3) R 19027 19029 19029 0 -1 4202496 9515 0 0 0 3987 1 0 0 25 0 1 0 886403132 282873856 9250 33554432000 134512640 135204385 4290266960 18446744073709551615 134545968 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19029/statm: 69061 9250 64 169 0 68891 0
[pid=19020/tid=19028] ppid=19018 vsize=334360 CPUtime=0 cores=1,3
/proc/19020/task/19028/stat : 19028 (python) S 19018 19020 18188 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 2 0 886403132 342384640 18453 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 934720

[startup+102.308 s]
/proc/loadavg: 4.04 3.93 2.86 5/226 19085
/proc/meminfo: memFree=31697076/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=334360 CPUtime=10.89 cores=1,3
/proc/19020/stat : 19020 (python) S 19018 19020 18188 0 -1 4202496 27755 935 1 0 1076 13 0 0 19 0 2 0 886402016 342384640 18453 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19020/statm: 83590 18453 1867 364 0 19508 0
[pid=19027] ppid=19020 vsize=324116 CPUtime=0.11 cores=1,3
/proc/19027/stat : 19027 (python) S 19020 19020 18188 0 -1 4202560 909 0 0 0 6 5 0 0 15 0 1 0 886403131 331894784 16958 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476715023 0 0 16781312 514 8103576618569531656 0 0 17 1 0 0 0
/proc/19027/statm: 81029 16958 376 364 0 16947 0
[pid=19029] ppid=19027 vsize=276244 CPUtime=91.02 cores=1,3
/proc/19029/stat : 19029 (hybridGM3) R 19027 19029 19029 0 -1 4202496 9515 0 0 0 9101 1 0 0 25 0 1 0 886403132 282873856 9250 33554432000 134512640 135204385 4290266960 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19029/statm: 69061 9250 64 169 0 68891 0
[pid=19020/tid=19028] ppid=19018 vsize=334360 CPUtime=0 cores=1,3
/proc/19020/task/19028/stat : 19028 (python) S 19018 19020 18188 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 2 0 886403132 342384640 18453 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 934720

[startup+162.301 s]
/proc/loadavg: 4.01 3.94 2.93 5/238 19099
/proc/meminfo: memFree=31620020/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=344616 CPUtime=10.89 cores=1,3
/proc/19020/stat : 19020 (python) S 19018 19020 18188 0 -1 4202496 28620 935 1 0 1076 13 0 0 20 0 3 0 886402016 352886784 18460 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19020/statm: 86154 18460 1870 364 0 22069 0
[pid=19027] ppid=19020 vsize=334360 CPUtime=0.13 cores=1,3
/proc/19027/stat : 19027 (python) S 19020 19020 18188 0 -1 4202560 1151 0 0 0 7 6 0 0 16 0 2 0 886403131 342384640 17002 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19027/statm: 83590 17002 415 364 0 19508 0
[pid=19029] ppid=19027 vsize=276244 CPUtime=100.05 cores=1,3
/proc/19029/stat : 19029 (hybridGM3) T 19027 19029 19029 0 -1 4202496 9515 0 0 0 10004 1 0 0 25 0 1 0 886403132 282873856 9250 33554432000 134512640 135204385 4290266960 18446744073709551615 134537363 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19029/statm: 69061 9250 64 169 0 68891 0
[pid=19027/tid=19086] ppid=19020 vsize=334360 CPUtime=0 cores=1,3
/proc/19027/task/19086/stat : 19086 (python) S 19020 19020 18188 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886413152 342384640 17002 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604471146707072 0 0 -1 1 0 0 0
[pid=19087] ppid=19020 vsize=334372 CPUtime=0.06 cores=1,3
/proc/19087/stat : 19087 (python) S 19020 19020 18188 0 -1 4202560 904 0 0 0 3 3 0 0 15 0 1 0 886413152 342396928 16956 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476715078 0 0 16781312 514 8103576618569531656 0 0 17 1 0 0 0
/proc/19087/statm: 83593 16956 370 364 0 19508 0
[pid=19089] ppid=19087 vsize=276240 CPUtime=50.87 cores=1,3
/proc/19089/stat : 19089 (hybridGM3) R 19087 19089 19089 0 -1 4202496 9520 0 0 0 5086 1 0 0 25 0 1 0 886413153 282869760 9258 33554432000 134512640 135204385 4290988272 18446744073709551615 134537565 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19089/statm: 69060 9258 64 169 0 68890 0
[pid=19020/tid=19028] ppid=19018 vsize=344616 CPUtime=0 cores=1,3
/proc/19020/task/19028/stat : 19028 (python) S 19018 19020 18188 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 3 0 886403132 352886784 18460 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19088] ppid=19018 vsize=344616 CPUtime=0 cores=1,3
/proc/19020/task/19088/stat : 19088 (python) S 19018 19020 18188 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 886413153 352886784 18460 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 1565832

[startup+222.301 s]
/proc/loadavg: 4.00 3.95 2.99 5/246 19108
/proc/meminfo: memFree=31565476/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=354872 CPUtime=10.91 cores=1,3
/proc/19020/stat : 19020 (python) S 19018 19020 18188 0 -1 4202496 29464 935 1 0 1077 14 0 0 19 0 4 0 886402016 363388928 18466 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19020/statm: 88718 18466 1872 364 0 24630 0
[pid=19027] ppid=19020 vsize=334360 CPUtime=0.13 cores=1,3
/proc/19027/stat : 19027 (python) S 19020 19020 18188 0 -1 4202560 1151 0 0 0 7 6 0 0 16 0 2 0 886403131 342384640 17002 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19027/statm: 83590 17002 415 364 0 19508 0
[pid=19029] ppid=19027 vsize=276244 CPUtime=100.05 cores=1,3
/proc/19029/stat : 19029 (hybridGM3) T 19027 19029 19029 0 -1 4202496 9515 0 0 0 10004 1 0 0 25 0 1 0 886403132 282873856 9250 33554432000 134512640 135204385 4290266960 18446744073709551615 134537363 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19029/statm: 69061 9250 64 169 0 68891 0
[pid=19027/tid=19086] ppid=19020 vsize=334360 CPUtime=0 cores=1,3
/proc/19027/task/19086/stat : 19086 (python) S 19020 19020 18188 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886413152 342384640 17002 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604471146707072 0 0 -1 1 0 0 0

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

[pid=19027] ppid=19020 vsize=334360 CPUtime=0.29 cores=1,3
/proc/19027/stat : 19027 (python) S 19020 19020 18188 0 -1 4202560 1204 0 0 0 15 14 0 0 15 0 2 0 886403131 342384640 17003 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19027/statm: 83590 17003 416 364 0 19508 0
[pid=19029] ppid=19027 vsize=276244 CPUtime=197.06 cores=1,3
/proc/19029/stat : 19029 (hybridGM3) T 19027 19029 19029 0 -1 4202496 9515 0 0 0 19705 1 0 0 25 0 1 0 886403132 282873856 9250 33554432000 134512640 135204385 4290266960 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19029/statm: 69061 9250 64 169 0 68891 0
[pid=19027/tid=19086] ppid=19020 vsize=334360 CPUtime=0 cores=1,3
/proc/19027/task/19086/stat : 19086 (python) S 19020 19020 18188 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886413152 342384640 17003 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604471146707072 0 0 -1 1 0 0 0
[pid=19087] ppid=19020 vsize=334372 CPUtime=0.28 cores=1,3
/proc/19087/stat : 19087 (python) S 19020 19020 18188 0 -1 4202560 1110 0 0 0 15 13 0 0 15 0 2 0 886413152 342396928 16986 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19087/statm: 83593 16986 399 364 0 19508 0
[pid=19089] ppid=19087 vsize=276240 CPUtime=197.1 cores=1,3
/proc/19089/stat : 19089 (hybridGM3) T 19087 19089 19089 0 -1 4202496 9520 0 0 0 19708 2 0 0 25 0 1 0 886413153 282869760 9258 33554432000 134512640 135204385 4290988272 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19089/statm: 69060 9258 64 169 0 68890 0
[pid=19087/tid=19105] ppid=19020 vsize=334372 CPUtime=0 cores=1,3
/proc/19087/task/19105/stat : 19105 (python) S 19020 19020 18188 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886423175 342396928 16986 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604470732570880 0 0 -1 1 0 0 0
[pid=19106] ppid=19020 vsize=344628 CPUtime=0.28 cores=1,3
/proc/19106/stat : 19106 (python) S 19020 19020 18188 0 -1 4202560 1114 0 0 0 16 12 0 0 15 0 2 0 886423176 352899072 16990 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19106/statm: 86157 16990 399 364 0 22069 0
[pid=19108] ppid=19106 vsize=276240 CPUtime=197.09 cores=1,3
/proc/19108/stat : 19108 (hybridGM3) T 19106 19108 19108 0 -1 4202496 9517 0 0 0 19709 0 0 0 25 0 1 0 886423176 282869760 9253 33554432000 134512640 135204385 4292913072 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19108/statm: 69060 9253 64 169 0 68890 0
[pid=19106/tid=19124] ppid=19020 vsize=344628 CPUtime=0 cores=1,3
/proc/19106/task/19124/stat : 19124 (python) S 19020 19020 18188 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886433199 352899072 16990 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604471139153088 0 0 -1 1 0 0 0
[pid=19289] ppid=19020 vsize=354884 CPUtime=0.13 cores=1,3
/proc/19289/stat : 19289 (python) S 19020 19020 18188 0 -1 4202560 1077 0 0 0 6 7 0 0 19 0 2 0 886452628 363401216 16994 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19289/statm: 88721 16994 399 364 0 24630 0
[pid=19291] ppid=19289 vsize=471116 CPUtime=99.98 cores=1,3
/proc/19291/stat : 19291 (TNM) T 19289 19291 19291 0 -1 4202496 8430 0 0 0 9997 1 0 0 25 0 1 0 886452628 482422784 8171 33554432000 134512640 135008748 4289478176 18446744073709551615 134528967 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19291/statm: 117779 8171 46 122 0 116679 0
[pid=19289/tid=19350] ppid=19020 vsize=354884 CPUtime=0 cores=1,3
/proc/19289/task/19350/stat : 19350 (python) S 19020 19020 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886462640 363401216 16994 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604471151172672 0 0 -1 3 0 0 0
[pid=19408] ppid=19020 vsize=365140 CPUtime=0.29 cores=1,3
/proc/19408/stat : 19408 (python) S 19020 19020 18188 0 -1 4202560 1122 0 0 0 15 14 0 0 15 0 2 0 886472353 373903360 16998 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19408/statm: 91285 16998 399 364 0 27191 0
[pid=19410] ppid=19408 vsize=276244 CPUtime=195.25 cores=1,3
/proc/19410/stat : 19410 (hybridGM3) T 19408 19410 19410 0 -1 4202496 9515 0 0 0 19524 1 0 0 25 0 1 0 886472354 282873856 9253 33554432000 134512640 135204385 4293326608 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19410/statm: 69061 9253 64 169 0 68891 0
[pid=19408/tid=19467] ppid=19020 vsize=365140 CPUtime=0 cores=1,3
/proc/19408/task/19467/stat : 19467 (python) S 19020 19020 18188 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886482376 373903360 16998 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604471139153984 0 0 -1 1 0 0 0
[pid=19475] ppid=19020 vsize=375396 CPUtime=0.3 cores=1,3
/proc/19475/stat : 19475 (python) S 19020 19020 18188 0 -1 4202560 1121 0 0 0 16 14 0 0 16 0 2 0 886491890 384405504 17002 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19475/statm: 93849 17002 399 364 0 29752 0
[pid=19477] ppid=19475 vsize=276236 CPUtime=195.34 cores=1,3
/proc/19477/stat : 19477 (hybridGM3) T 19475 19477 19477 0 -1 4202496 9518 0 0 0 19534 0 0 0 25 0 1 0 886491891 282865664 9257 33554432000 134512640 135204385 4290714448 18446744073709551615 134536705 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19477/statm: 69059 9257 64 169 0 68889 0
[pid=19475/tid=19484] ppid=19020 vsize=375396 CPUtime=0 cores=1,3
/proc/19475/task/19484/stat : 19484 (python) S 19020 19020 18188 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886501913 384405504 17002 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604460954353856 0 0 -1 3 0 0 0
[pid=19488] ppid=19020 vsize=385652 CPUtime=0.12 cores=1,3
/proc/19488/stat : 19488 (python) S 19020 19020 18188 0 -1 4202560 920 0 0 0 6 6 0 0 15 0 1 0 886511428 394907648 16976 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476715078 0 0 16781312 514 8103576618569531654 0 0 17 1 0 0 0
/proc/19488/statm: 96413 16976 370 364 0 32313 0
[pid=19490] ppid=19488 vsize=276240 CPUtime=88.04 cores=1,3
/proc/19490/stat : 19490 (hybridGM3) R 19488 19490 19490 0 -1 4202496 9514 0 0 0 8803 1 0 0 25 0 1 0 886511428 282869760 9252 33554432000 134512640 135204385 4290754576 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19490/statm: 69060 9252 64 169 0 68890 0
[pid=19020/tid=19028] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19028/stat : 19028 (python) S 19018 19020 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886403132 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19088] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19088/stat : 19088 (python) S 19018 19020 18188 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 886413153 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19107] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19107/stat : 19107 (python) S 19018 19020 18188 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 886423176 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19290] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19290/stat : 19290 (python) S 19018 19020 18188 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 886452628 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19409] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19409/stat : 19409 (python) S 19018 19020 18188 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 886472354 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 3 0 0 0
[pid=19020/tid=19476] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19476/stat : 19476 (python) S 19018 19020 18188 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 886491891 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19489] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19489/stat : 19489 (python) S 19018 19020 18188 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 886511428 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.52
Current children cumulated vsize (KiB) 5018888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 4.01 4.03 3.65 5/262 19496
/proc/meminfo: memFree=31244556/32950928 swapFree=67055428/67111528
[pid=19020] ppid=19018 vsize=395896 CPUtime=10.97 cores=1,3
/proc/19020/stat : 19020 (python) S 19018 19020 18188 0 -1 4202496 33210 935 1 0 1082 15 0 0 19 0 8 0 886402016 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19020/statm: 98974 18490 1880 364 0 34874 0
[pid=19027] ppid=19020 vsize=334360 CPUtime=0.29 cores=1,3
/proc/19027/stat : 19027 (python) S 19020 19020 18188 0 -1 4202560 1204 0 0 0 15 14 0 0 15 0 2 0 886403131 342384640 17003 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19027/statm: 83590 17003 416 364 0 19508 0
[pid=19029] ppid=19027 vsize=276244 CPUtime=197.06 cores=1,3
/proc/19029/stat : 19029 (hybridGM3) T 19027 19029 19029 0 -1 4202496 9515 0 0 0 19705 1 0 0 25 0 1 0 886403132 282873856 9250 33554432000 134512640 135204385 4290266960 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19029/statm: 69061 9250 64 169 0 68891 0
[pid=19027/tid=19086] ppid=19020 vsize=334360 CPUtime=0 cores=1,3
/proc/19027/task/19086/stat : 19086 (python) S 19020 19020 18188 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886413152 342384640 17003 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604471146707072 0 0 -1 1 0 0 0
[pid=19087] ppid=19020 vsize=334372 CPUtime=0.28 cores=1,3
/proc/19087/stat : 19087 (python) S 19020 19020 18188 0 -1 4202560 1110 0 0 0 15 13 0 0 15 0 2 0 886413152 342396928 16986 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19087/statm: 83593 16986 399 364 0 19508 0
[pid=19089] ppid=19087 vsize=276240 CPUtime=197.1 cores=1,3
/proc/19089/stat : 19089 (hybridGM3) T 19087 19089 19089 0 -1 4202496 9520 0 0 0 19708 2 0 0 25 0 1 0 886413153 282869760 9258 33554432000 134512640 135204385 4290988272 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19089/statm: 69060 9258 64 169 0 68890 0
[pid=19087/tid=19105] ppid=19020 vsize=334372 CPUtime=0 cores=1,3
/proc/19087/task/19105/stat : 19105 (python) S 19020 19020 18188 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886423175 342396928 16986 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604470732570880 0 0 -1 1 0 0 0
[pid=19106] ppid=19020 vsize=344628 CPUtime=0.28 cores=1,3
/proc/19106/stat : 19106 (python) S 19020 19020 18188 0 -1 4202560 1114 0 0 0 16 12 0 0 15 0 2 0 886423176 352899072 16990 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19106/statm: 86157 16990 399 364 0 22069 0
[pid=19108] ppid=19106 vsize=276240 CPUtime=197.09 cores=1,3
/proc/19108/stat : 19108 (hybridGM3) T 19106 19108 19108 0 -1 4202496 9517 0 0 0 19709 0 0 0 25 0 1 0 886423176 282869760 9253 33554432000 134512640 135204385 4292913072 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19108/statm: 69060 9253 64 169 0 68890 0
[pid=19106/tid=19124] ppid=19020 vsize=344628 CPUtime=0 cores=1,3
/proc/19106/task/19124/stat : 19124 (python) S 19020 19020 18188 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886433199 352899072 16990 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604471139153088 0 0 -1 1 0 0 0
[pid=19289] ppid=19020 vsize=354884 CPUtime=0.13 cores=1,3
/proc/19289/stat : 19289 (python) S 19020 19020 18188 0 -1 4202560 1077 0 0 0 6 7 0 0 19 0 2 0 886452628 363401216 16994 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19289/statm: 88721 16994 399 364 0 24630 0
[pid=19291] ppid=19289 vsize=471116 CPUtime=99.98 cores=1,3
/proc/19291/stat : 19291 (TNM) T 19289 19291 19291 0 -1 4202496 8430 0 0 0 9997 1 0 0 25 0 1 0 886452628 482422784 8171 33554432000 134512640 135008748 4289478176 18446744073709551615 134528967 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19291/statm: 117779 8171 46 122 0 116679 0
[pid=19289/tid=19350] ppid=19020 vsize=354884 CPUtime=0 cores=1,3
/proc/19289/task/19350/stat : 19350 (python) S 19020 19020 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886462640 363401216 16994 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604471151172672 0 0 -1 3 0 0 0
[pid=19408] ppid=19020 vsize=365140 CPUtime=0.29 cores=1,3
/proc/19408/stat : 19408 (python) S 19020 19020 18188 0 -1 4202560 1122 0 0 0 15 14 0 0 15 0 2 0 886472353 373903360 16998 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19408/statm: 91285 16998 399 364 0 27191 0
[pid=19410] ppid=19408 vsize=276244 CPUtime=195.25 cores=1,3
/proc/19410/stat : 19410 (hybridGM3) T 19408 19410 19410 0 -1 4202496 9515 0 0 0 19524 1 0 0 25 0 1 0 886472354 282873856 9253 33554432000 134512640 135204385 4293326608 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19410/statm: 69061 9253 64 169 0 68891 0
[pid=19408/tid=19467] ppid=19020 vsize=365140 CPUtime=0 cores=1,3
/proc/19408/task/19467/stat : 19467 (python) S 19020 19020 18188 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886482376 373903360 16998 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604471139153984 0 0 -1 1 0 0 0
[pid=19475] ppid=19020 vsize=375396 CPUtime=0.3 cores=1,3
/proc/19475/stat : 19475 (python) S 19020 19020 18188 0 -1 4202560 1121 0 0 0 16 14 0 0 16 0 2 0 886491890 384405504 17002 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19475/statm: 93849 17002 399 364 0 29752 0
[pid=19477] ppid=19475 vsize=276236 CPUtime=195.34 cores=1,3
/proc/19477/stat : 19477 (hybridGM3) T 19475 19477 19477 0 -1 4202496 9518 0 0 0 19534 0 0 0 25 0 1 0 886491891 282865664 9257 33554432000 134512640 135204385 4290714448 18446744073709551615 134536705 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19477/statm: 69059 9257 64 169 0 68889 0
[pid=19475/tid=19484] ppid=19020 vsize=375396 CPUtime=0 cores=1,3
/proc/19475/task/19484/stat : 19484 (python) S 19020 19020 18188 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886501913 384405504 17002 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 514 18446604460954353856 0 0 -1 3 0 0 0
[pid=19488] ppid=19020 vsize=385652 CPUtime=0.14 cores=1,3
/proc/19488/stat : 19488 (python) S 19020 19020 18188 0 -1 4202560 926 0 0 0 7 7 0 0 15 0 1 0 886511428 394907648 16976 33554432000 4194304 5683644 140734609130544 18446744073709551615 239476715078 0 0 16781312 514 8103576618569531654 0 0 17 1 0 0 0
/proc/19488/statm: 96413 16976 370 364 0 32313 0
[pid=19490] ppid=19488 vsize=276240 CPUtime=105.52 cores=1,3
/proc/19490/stat : 19490 (hybridGM3) R 19488 19490 19490 0 -1 4202496 9514 0 0 0 10551 1 0 0 25 0 1 0 886511428 282869760 9252 33554432000 134512640 135204385 4290754576 18446744073709551615 134536863 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19490/statm: 69060 9252 64 169 0 68890 0
[pid=19020/tid=19028] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19028/stat : 19028 (python) S 19018 19020 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886403132 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19088] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19088/stat : 19088 (python) S 19018 19020 18188 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 886413153 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19107] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19107/stat : 19107 (python) S 19018 19020 18188 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 886423176 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19290] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19290/stat : 19290 (python) S 19018 19020 18188 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 886452628 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19409] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19409/stat : 19409 (python) S 19018 19020 18188 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 886472354 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 3 0 0 0
[pid=19020/tid=19476] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19476/stat : 19476 (python) S 19018 19020 18188 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 886491891 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
[pid=19020/tid=19489] ppid=19018 vsize=395896 CPUtime=0 cores=1,3
/proc/19020/task/19489/stat : 19489 (python) S 19018 19020 18188 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 886511428 405397504 18490 33554432000 4194304 5683644 140734609130544 18446744073709551615 239488518577 0 0 16781312 2 18446604460954354752 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 5018888

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

Real time (s): 1199.85
CPU time (s): 1200.02
CPU user time (s): 1199
CPU system time (s): 1.02
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 5018888

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

runsolver used 2.80357 second user time and 6.23305 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 01:20:49
IDJOB=3484161
IDBENCH=82672
IDSOLVER=1975
FILE ID=node148/3484161-1307748049
RUNJOBID= node148-1307746987-18208
PBS_JOBID= 13550812
Free space on /tmp= 73944 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S517749870-003-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-3484161-1307748049/watcher-3484161-1307748049 -o /tmp/evaluation-result-3484161-1307748049/solver-3484161-1307748049 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484161-1307748049.cnf -seed 1017891483 -budget 1200

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

MD5SUM BENCH= 4033245e3bd21ace8cfcd57089ff73c5
RANDOM SEED=1017891483

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:      31831140 kB
Buffers:         94820 kB
Cached:         714292 kB
SwapCached:       8824 kB
Active:         504400 kB
Inactive:       459160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31831140 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           36248 kB
Writeback:           0 kB
AnonPages:      153324 kB
Mapped:          21328 kB
Slab:            82996 kB
PageTables:      13472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  8628132 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= 73912 MiB
End job on node148 at 2011-06-11 01:40:51