Trace number 3484039

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.04 1199.85

General information on the benchmark

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

Solver Data

0.35/0.52	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.52	c INFO: solving HOME/instance-3484039-1307746994.cnf
0.35/0.52	c INFO: computing task features
1.04/1.27	c INFO: computed variable-clause graph statistics
1.04/1.30	c INFO: computed clause balance statistics
4.74/4.97	c INFO: computed variable balance statistics
7.84/8.01	c INFO: computed small-clause counts
7.84/8.03	c INFO: computed Horn-clause counts
10.94/11.12	c INFO: computed variable graph statistics
10.94/11.12	c INFO: collected features for HOME/instance-3484039-1307746994.cnf in 10.57 s
10.94/11.13	c INFO: running hybridGM3@0 for 97 with 1189 remaining (b = 0.33)
111.11/111.34	c INFO: running hybridGM3@0 for 97 with 1089 remaining (b = 0.21)
211.28/211.55	c INFO: running hybridGM3@0 for 97 with 989 remaining (b = 0.14)
311.46/311.79	c INFO: running hybridGM3@100 for 97 with 889 remaining (b = 0.10)
408.68/408.93	c INFO: running hybridGM3@100 for 97 with 792 remaining (b = 0.10)
505.81/506.07	c INFO: running TNM@0 for 97 with 695 remaining (b = 0.13)
606.01/606.23	c INFO: running hybridGM3@100 for 97 with 595 remaining (b = 0.09)
703.17/703.38	c INFO: running hybridGM3@0 for 97 with 498 remaining (b = 0.09)
802.47/802.59	c INFO: running hybridGM3@99 for 97 with 399 remaining (b = 0.07)
902.80/902.72	c INFO: running hybridGM3@0 for 97 with 298 remaining (b = 0.07)
1002.98/1002.96	c INFO: running hybridGM3@100 for 97 with 198 remaining (b = 0.05)
1098.09/1098.09	c INFO: running hybridGM3@0 for 103 with 103 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-3484039-1307746994/watcher-3484039-1307746994 -o /tmp/evaluation-result-3484039-1307746994/solver-3484039-1307746994 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484039-1307746994.cnf -seed 2114225403 -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: 0.24 0.05 0.02 5/198 11241
/proc/meminfo: memFree=31700680/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=11804 CPUtime=0 cores=1,3
/proc/11241/stat : 11241 (runsolver) R 11239 11241 11144 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 1 0 867114920 12087296 56 33554432000 4194304 5436572 140734110843488 18446744073709551615 5057063 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/11241/statm: 2951 56 36 304 0 2643 0

[startup+0.0362861 s]
/proc/loadavg: 0.24 0.05 0.02 5/198 11241
/proc/meminfo: memFree=31700680/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=18888 CPUtime=0.01 cores=1,3
/proc/11241/stat : 11241 (python) R 11239 11241 11144 0 -1 4202496 1281 0 0 0 1 0 0 0 21 0 1 0 867114920 19341312 1133 33554432000 4194304 5683644 140737245770752 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11241/statm: 4722 1133 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100299 s]
/proc/loadavg: 0.24 0.05 0.02 5/198 11241
/proc/meminfo: memFree=31700680/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=102016 CPUtime=0.07 cores=1,3
/proc/11241/stat : 11241 (python) R 11239 11241 11144 0 -1 4202496 3027 0 0 0 5 2 0 0 17 0 1 0 867114920 104464384 2718 33554432000 4194304 5683644 140737245770752 18446744073709551615 228095449088 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/11241/statm: 25504 2718 841 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102016

[startup+0.300241 s]
/proc/loadavg: 0.24 0.05 0.02 5/198 11241
/proc/meminfo: memFree=31700680/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=192324 CPUtime=0.23 cores=1,3
/proc/11241/stat : 11241 (python) R 11239 11241 11144 0 -1 4202496 6901 932 1 0 16 7 0 0 17 0 1 0 867114920 196939776 4947 33554432000 4194304 5683644 140737245770752 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11241/statm: 48081 4948 1425 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 192324

[startup+0.700163 s]
/proc/loadavg: 0.24 0.05 0.02 5/198 11241
/proc/meminfo: memFree=31700680/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=293320 CPUtime=0.54 cores=1,3
/proc/11241/stat : 11241 (python) R 11239 11241 11144 0 -1 4202496 12928 932 1 0 44 10 0 0 17 0 1 0 867114920 300359680 10598 33554432000 4194304 5683644 140737245770752 18446744073709551615 47495424492865 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11241/statm: 73330 10599 1761 364 0 9254 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 293320

[startup+1.50102 s]
/proc/loadavg: 0.24 0.05 0.02 5/199 11246
/proc/meminfo: memFree=31645148/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=328000 CPUtime=1.34 cores=1,3
/proc/11241/stat : 11241 (python) R 11239 11241 11144 0 -1 4202496 27466 932 1 0 123 11 0 0 18 0 1 0 867114920 335872000 19384 33554432000 4194304 5683644 140737245770752 18446744073709551615 228095118213 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11241/statm: 82000 19384 1826 364 0 17924 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 328000

[startup+3.10074 s]
/proc/loadavg: 0.24 0.05 0.02 5/199 11246
/proc/meminfo: memFree=31629028/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=328000 CPUtime=2.94 cores=1,3
/proc/11241/stat : 11241 (python) R 11239 11241 11144 0 -1 4202496 27466 932 1 0 283 11 0 0 20 0 1 0 867114920 335872000 19384 33554432000 4194304 5683644 140737245770752 18446744073709551615 47495256415876 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11241/statm: 82000 19384 1826 364 0 17924 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 328000

[startup+6.30014 s]
/proc/loadavg: 0.54 0.12 0.04 5/199 11246
/proc/meminfo: memFree=31629044/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=328000 CPUtime=6.14 cores=1,3
/proc/11241/stat : 11241 (python) R 11239 11241 11144 0 -1 4202496 27467 932 1 0 603 11 0 0 25 0 1 0 867114920 335872000 19385 33554432000 4194304 5683644 140737245770752 18446744073709551615 47495253710843 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11241/statm: 82000 19385 1827 364 0 17924 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 328000

[startup+12.7009 s]
/proc/loadavg: 0.82 0.18 0.06 5/202 11249
/proc/meminfo: memFree=31613364/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=334364 CPUtime=10.97 cores=1,3
/proc/11241/stat : 11241 (python) S 11239 11241 11144 0 -1 4202496 27752 932 1 0 1085 12 0 0 25 0 2 0 867114920 342388736 18453 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11241/statm: 83591 18453 1867 364 0 19509 0
[pid=11247] ppid=11241 vsize=324120 CPUtime=0 cores=1,3
/proc/11247/stat : 11247 (python) S 11241 11241 11144 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 867116033 331898880 16935 33554432000 4194304 5683644 140737245770752 18446744073709551615 228095471119 0 0 16781312 514 4500398953317007359 0 0 17 1 0 0 0
/proc/11247/statm: 81030 16935 353 364 0 16948 0
[pid=11249] ppid=11247 vsize=276236 CPUtime=1.55 cores=1,3
/proc/11249/stat : 11249 (hybridGM3) R 11247 11249 11249 0 -1 4202496 4944 0 0 0 155 0 0 0 25 0 1 0 867116033 282865664 4679 33554432000 134512640 135204385 4286863152 18446744073709551615 134543975 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11249/statm: 69059 4679 57 169 0 68889 0
[pid=11241/tid=11248] ppid=11239 vsize=334364 CPUtime=0 cores=1,3
/proc/11241/task/11248/stat : 11248 (python) S 11239 11241 11144 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 867116033 342388736 18453 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 934720

[startup+25.5006 s]
/proc/loadavg: 1.52 0.37 0.12 5/202 11249
/proc/meminfo: memFree=31593100/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=334364 CPUtime=10.97 cores=1,3
/proc/11241/stat : 11241 (python) S 11239 11241 11144 0 -1 4202496 27752 932 1 0 1085 12 0 0 25 0 2 0 867114920 342388736 18453 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11241/statm: 83591 18453 1867 364 0 19509 0
[pid=11247] ppid=11241 vsize=324120 CPUtime=0.01 cores=1,3
/proc/11247/stat : 11247 (python) S 11241 11241 11144 0 -1 4202560 871 0 0 0 0 1 0 0 15 0 1 0 867116033 331898880 16958 33554432000 4194304 5683644 140737245770752 18446744073709551615 228095471119 0 0 16781312 514 6246299169116356871 0 0 17 1 0 0 0
/proc/11247/statm: 81030 16958 376 364 0 16948 0
[pid=11249] ppid=11247 vsize=276240 CPUtime=14.33 cores=1,3
/proc/11249/stat : 11249 (hybridGM3) R 11247 11249 11249 0 -1 4202496 9519 0 0 0 1432 1 0 0 25 0 1 0 867116033 282869760 9254 33554432000 134512640 135204385 4286863152 18446744073709551615 134537583 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11249/statm: 69060 9254 64 169 0 68890 0
[pid=11241/tid=11248] ppid=11239 vsize=334364 CPUtime=0 cores=1,3
/proc/11241/task/11248/stat : 11248 (python) S 11239 11241 11144 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 867116033 342388736 18453 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 934724

[startup+51.1009 s]
/proc/loadavg: 2.37 0.66 0.22 5/202 11250
/proc/meminfo: memFree=31592864/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=334364 CPUtime=10.97 cores=1,3
/proc/11241/stat : 11241 (python) S 11239 11241 11144 0 -1 4202496 27752 932 1 0 1085 12 0 0 25 0 2 0 867114920 342388736 18453 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11241/statm: 83591 18453 1867 364 0 19509 0
[pid=11247] ppid=11241 vsize=324120 CPUtime=0.04 cores=1,3
/proc/11247/stat : 11247 (python) S 11241 11241 11144 0 -1 4202560 882 0 0 0 2 2 0 0 15 0 1 0 867116033 331898880 16958 33554432000 4194304 5683644 140737245770752 18446744073709551615 228095471119 0 0 16781312 514 6246299169116356871 0 0 17 1 0 0 0
/proc/11247/statm: 81030 16958 376 364 0 16948 0
[pid=11249] ppid=11247 vsize=276240 CPUtime=39.9 cores=1,3
/proc/11249/stat : 11249 (hybridGM3) R 11247 11249 11249 0 -1 4202496 9519 0 0 0 3989 1 0 0 25 0 1 0 867116033 282869760 9254 33554432000 134512640 135204385 4286863152 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11249/statm: 69060 9254 64 169 0 68890 0
[pid=11241/tid=11248] ppid=11239 vsize=334364 CPUtime=0 cores=1,3
/proc/11241/task/11248/stat : 11248 (python) S 11239 11241 11144 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 867116033 342388736 18453 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 934724

[startup+102.308 s]
/proc/loadavg: 3.35 1.22 0.44 5/214 11263
/proc/meminfo: memFree=31573676/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=334364 CPUtime=10.97 cores=1,3
/proc/11241/stat : 11241 (python) S 11239 11241 11144 0 -1 4202496 27752 932 1 0 1085 12 0 0 25 0 2 0 867114920 342388736 18453 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11241/statm: 83591 18453 1867 364 0 19509 0
[pid=11247] ppid=11241 vsize=324120 CPUtime=0.11 cores=1,3
/proc/11247/stat : 11247 (python) S 11241 11241 11144 0 -1 4202560 907 0 0 0 6 5 0 0 15 0 1 0 867116033 331898880 16958 33554432000 4194304 5683644 140737245770752 18446744073709551615 228095471119 0 0 16781312 514 6246299169116356871 0 0 17 1 0 0 0
/proc/11247/statm: 81030 16958 376 364 0 16948 0
[pid=11249] ppid=11247 vsize=276240 CPUtime=91.04 cores=1,3
/proc/11249/stat : 11249 (hybridGM3) R 11247 11249 11249 0 -1 4202496 9519 0 0 0 9103 1 0 0 25 0 1 0 867116033 282869760 9254 33554432000 134512640 135204385 4286863152 18446744073709551615 134536835 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11249/statm: 69060 9254 64 169 0 68890 0
[pid=11241/tid=11248] ppid=11239 vsize=334364 CPUtime=0 cores=1,3
/proc/11241/task/11248/stat : 11248 (python) S 11239 11241 11144 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 867116033 342388736 18453 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 934724

[startup+162.301 s]
/proc/loadavg: 3.80 1.70 0.64 5/218 11269
/proc/meminfo: memFree=31528968/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=344620 CPUtime=10.98 cores=1,3
/proc/11241/stat : 11241 (python) S 11239 11241 11144 0 -1 4202496 28619 932 1 0 1086 12 0 0 20 0 3 0 867114920 352890880 18460 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11241/statm: 86155 18460 1870 364 0 22070 0
[pid=11247] ppid=11241 vsize=334364 CPUtime=0.13 cores=1,3
/proc/11247/stat : 11247 (python) S 11241 11241 11144 0 -1 4202560 1153 0 0 0 7 6 0 0 16 0 2 0 867116033 342388736 17002 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11247/statm: 83591 17002 415 364 0 19509 0
[pid=11249] ppid=11247 vsize=276240 CPUtime=100.05 cores=1,3
/proc/11249/stat : 11249 (hybridGM3) T 11247 11249 11249 0 -1 4202496 9519 0 0 0 10004 1 0 0 25 0 1 0 867116033 282869760 9254 33554432000 134512640 135204385 4286863152 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11249/statm: 69060 9254 64 169 0 68890 0
[pid=11247/tid=11265] ppid=11241 vsize=334364 CPUtime=0 cores=1,3
/proc/11247/task/11265/stat : 11265 (python) S 11241 11241 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867126054 342388736 17002 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604471140393216 0 0 -1 1 0 0 0
[pid=11266] ppid=11241 vsize=334376 CPUtime=0.05 cores=1,3
/proc/11266/stat : 11266 (python) S 11241 11241 11144 0 -1 4202560 895 0 0 0 3 2 0 0 15 0 1 0 867126055 342401024 16956 33554432000 4194304 5683644 140737245770752 18446744073709551615 228095471174 0 0 16781312 514 6246299169116356872 0 0 17 1 0 0 0
/proc/11266/statm: 83594 16956 370 364 0 19509 0
[pid=11268] ppid=11266 vsize=276240 CPUtime=50.87 cores=1,3
/proc/11268/stat : 11268 (hybridGM3) R 11266 11268 11268 0 -1 4202496 9514 0 0 0 5086 1 0 0 25 0 1 0 867126055 282869760 9253 33554432000 134512640 135204385 4294256112 18446744073709551615 134536843 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11268/statm: 69060 9253 64 169 0 68890 0
[pid=11241/tid=11248] ppid=11239 vsize=344620 CPUtime=0 cores=1,3
/proc/11241/task/11248/stat : 11248 (python) S 11239 11241 11144 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 867116033 352890880 18460 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
[pid=11241/tid=11267] ppid=11239 vsize=344620 CPUtime=0 cores=1,3
/proc/11241/task/11267/stat : 11267 (python) S 11239 11241 11144 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 867126055 352890880 18460 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 1565840

[startup+222.301 s]
/proc/loadavg: 3.99 2.13 0.86 5/234 11287
/proc/meminfo: memFree=31453660/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=354876 CPUtime=10.99 cores=1,3
/proc/11241/stat : 11241 (python) S 11239 11241 11144 0 -1 4202496 29457 932 1 0 1087 12 0 0 20 0 4 0 867114920 363393024 18466 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11241/statm: 88719 18466 1872 364 0 24631 0
[pid=11247] ppid=11241 vsize=334364 CPUtime=0.13 cores=1,3
/proc/11247/stat : 11247 (python) S 11241 11241 11144 0 -1 4202560 1153 0 0 0 7 6 0 0 16 0 2 0 867116033 342388736 17002 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11247/statm: 83591 17002 415 364 0 19509 0
[pid=11249] ppid=11247 vsize=276240 CPUtime=100.05 cores=1,3
/proc/11249/stat : 11249 (hybridGM3) T 11247 11249 11249 0 -1 4202496 9519 0 0 0 10004 1 0 0 25 0 1 0 867116033 282869760 9254 33554432000 134512640 135204385 4286863152 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11249/statm: 69060 9254 64 169 0 68890 0
[pid=11247/tid=11265] ppid=11241 vsize=334364 CPUtime=0 cores=1,3
/proc/11247/task/11265/stat : 11265 (python) S 11241 11241 11144 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867126054 342388736 17002 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604471140393216 0 0 -1 1 0 0 0

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

[pid=11247] ppid=11241 vsize=334364 CPUtime=0.28 cores=1,3
/proc/11247/stat : 11247 (python) S 11241 11241 11144 0 -1 4202560 1206 0 0 0 15 13 0 0 15 0 2 0 867116033 342388736 17003 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11247/statm: 83591 17003 416 364 0 19509 0
[pid=11249] ppid=11247 vsize=276240 CPUtime=197.06 cores=1,3
/proc/11249/stat : 11249 (hybridGM3) T 11247 11249 11249 0 -1 4202496 9519 0 0 0 19705 1 0 0 25 0 1 0 867116033 282869760 9254 33554432000 134512640 135204385 4286863152 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11249/statm: 69060 9254 64 169 0 68890 0
[pid=11247/tid=11265] ppid=11241 vsize=334364 CPUtime=0 cores=1,3
/proc/11247/task/11265/stat : 11265 (python) S 11241 11241 11144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867126054 342388736 17003 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604471140393216 0 0 -1 1 0 0 0
[pid=11266] ppid=11241 vsize=334376 CPUtime=0.28 cores=1,3
/proc/11266/stat : 11266 (python) S 11241 11241 11144 0 -1 4202560 1108 0 0 0 15 13 0 0 15 0 2 0 867126055 342401024 16986 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11266/statm: 83594 16986 399 364 0 19509 0
[pid=11268] ppid=11266 vsize=276240 CPUtime=197.03 cores=1,3
/proc/11268/stat : 11268 (hybridGM3) T 11266 11268 11268 0 -1 4202496 9514 0 0 0 19702 1 0 0 25 0 1 0 867126055 282869760 9253 33554432000 134512640 135204385 4294256112 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11268/statm: 69060 9253 64 169 0 68890 0
[pid=11266/tid=11283] ppid=11241 vsize=334376 CPUtime=0 cores=1,3
/proc/11266/task/11283/stat : 11283 (python) S 11241 11241 11144 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867136075 342401024 16986 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604471158414400 0 0 -1 1 0 0 0
[pid=11284] ppid=11241 vsize=344632 CPUtime=0.3 cores=1,3
/proc/11284/stat : 11284 (python) S 11241 11241 11144 0 -1 4202560 1117 0 0 0 16 14 0 0 15 0 2 0 867136076 352903168 16990 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11284/statm: 86158 16990 399 364 0 22070 0
[pid=11286] ppid=11284 vsize=276244 CPUtime=197.1 cores=1,3
/proc/11286/stat : 11286 (hybridGM3) T 11284 11286 11286 0 -1 4202496 9514 0 0 0 19709 1 0 0 25 0 1 0 867136076 282873856 9253 33554432000 134512640 135204385 4293310720 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11286/statm: 69061 9253 64 169 0 68891 0
[pid=11284/tid=11302] ppid=11241 vsize=344632 CPUtime=0 cores=1,3
/proc/11284/task/11302/stat : 11302 (python) S 11241 11241 11144 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867146098 352903168 16990 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604471140395904 0 0 -1 1 0 0 0
[pid=11332] ppid=11241 vsize=354888 CPUtime=0.16 cores=1,3
/proc/11332/stat : 11332 (python) S 11241 11241 11144 0 -1 4202560 1082 0 0 0 8 8 0 0 19 0 2 0 867165527 363405312 16994 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11332/statm: 88722 16994 399 364 0 24631 0
[pid=11334] ppid=11332 vsize=471116 CPUtime=100.01 cores=1,3
/proc/11334/stat : 11334 (TNM) T 11332 11334 11334 0 -1 4202496 8433 0 0 0 10000 1 0 0 25 0 1 0 867165528 482422784 8172 33554432000 134512640 135008748 4286744496 18446744073709551615 134529448 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11334/statm: 117779 8172 46 122 0 116679 0
[pid=11332/tid=11350] ppid=11241 vsize=354888 CPUtime=0 cores=1,3
/proc/11332/task/11350/stat : 11350 (python) S 11241 11241 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867175542 363405312 16994 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604471144887552 0 0 -1 1 0 0 0
[pid=11503] ppid=11241 vsize=365144 CPUtime=0.27 cores=1,3
/proc/11503/stat : 11503 (python) S 11241 11241 11144 0 -1 4202560 1121 0 0 0 15 12 0 0 15 0 2 0 867185258 373907456 16998 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11503/statm: 91286 16998 399 364 0 27192 0
[pid=11505] ppid=11503 vsize=276240 CPUtime=199.31 cores=1,3
/proc/11505/stat : 11505 (hybridGM3) T 11503 11505 11505 0 -1 4202496 9522 0 0 0 19930 1 0 0 25 0 1 0 867185259 282869760 9259 33554432000 134512640 135204385 4290396720 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11505/statm: 69060 9259 64 169 0 68890 0
[pid=11503/tid=11608] ppid=11241 vsize=365144 CPUtime=0 cores=1,3
/proc/11503/task/11608/stat : 11608 (python) S 11241 11241 11144 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867195179 373907456 16998 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604467177437312 0 0 -1 3 0 0 0
[pid=11624] ppid=11241 vsize=375400 CPUtime=0.29 cores=1,3
/proc/11624/stat : 11624 (python) S 11241 11241 11144 0 -1 4202560 1118 0 0 0 16 13 0 0 15 0 2 0 867205192 384409600 17002 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11624/statm: 93850 17002 399 364 0 29753 0
[pid=11626] ppid=11624 vsize=276244 CPUtime=195.04 cores=1,3
/proc/11626/stat : 11626 (hybridGM3) T 11624 11626 11626 0 -1 4202496 9513 0 0 0 19503 1 0 0 25 0 1 0 867205193 282873856 9253 33554432000 134512640 135204385 4294653632 18446744073709551615 134537408 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11626/statm: 69061 9253 64 169 0 68891 0
[pid=11624/tid=11680] ppid=11241 vsize=375400 CPUtime=0 cores=1,3
/proc/11624/task/11680/stat : 11680 (python) S 11241 11241 11144 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 867215215 384409600 17002 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604467339841792 0 0 -1 1 0 0 0
[pid=11692] ppid=11241 vsize=385656 CPUtime=0.12 cores=1,3
/proc/11692/stat : 11692 (python) S 11241 11241 11144 0 -1 4202560 921 0 0 0 5 7 0 0 15 0 1 0 867224729 394911744 16976 33554432000 4194304 5683644 140737245770752 18446744073709551615 228095471174 0 0 16781312 514 6246299169116356871 0 0 17 3 0 0 0
/proc/11692/statm: 96414 16976 370 364 0 32314 0
[pid=11694] ppid=11692 vsize=276240 CPUtime=84.2 cores=1,3
/proc/11694/stat : 11694 (hybridGM3) R 11692 11694 11694 0 -1 4202496 9514 0 0 0 8419 1 0 0 25 0 1 0 867224729 282869760 9253 33554432000 134512640 135204385 4287902608 18446744073709551615 134537049 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11694/statm: 69060 9253 64 169 0 68890 0
[pid=11241/tid=11248] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11248/stat : 11248 (python) S 11239 11241 11144 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 8 0 867116033 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
[pid=11241/tid=11267] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11267/stat : 11267 (python) S 11239 11241 11144 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 8 0 867126055 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 3 0 0 0
[pid=11241/tid=11285] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11285/stat : 11285 (python) S 11239 11241 11144 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 867136076 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
[pid=11241/tid=11333] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11333/stat : 11333 (python) S 11239 11241 11144 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 867165528 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 3 0 0 0
[pid=11241/tid=11504] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11504/stat : 11504 (python) S 11239 11241 11144 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 8 0 867185259 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
[pid=11241/tid=11625] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11625/stat : 11625 (python) S 11239 11241 11144 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 8 0 867205193 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
[pid=11241/tid=11693] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11693/stat : 11693 (python) S 11239 11241 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 867224729 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1182.51
Current children cumulated vsize (KiB) 5018924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 4.00 3.95 2.91 5/259 11708
/proc/meminfo: memFree=31134324/32951124 swapFree=67053960/67111528
[pid=11241] ppid=11239 vsize=395900 CPUtime=11.06 cores=1,3
/proc/11241/stat : 11241 (python) S 11239 11241 11144 0 -1 4202496 33145 932 1 0 1092 14 0 0 19 0 8 0 867114920 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11241/statm: 98975 18490 1880 364 0 34875 0
[pid=11247] ppid=11241 vsize=334364 CPUtime=0.28 cores=1,3
/proc/11247/stat : 11247 (python) S 11241 11241 11144 0 -1 4202560 1206 0 0 0 15 13 0 0 15 0 2 0 867116033 342388736 17003 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11247/statm: 83591 17003 416 364 0 19509 0
[pid=11249] ppid=11247 vsize=276240 CPUtime=197.06 cores=1,3
/proc/11249/stat : 11249 (hybridGM3) T 11247 11249 11249 0 -1 4202496 9519 0 0 0 19705 1 0 0 25 0 1 0 867116033 282869760 9254 33554432000 134512640 135204385 4286863152 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11249/statm: 69060 9254 64 169 0 68890 0
[pid=11247/tid=11265] ppid=11241 vsize=334364 CPUtime=0 cores=1,3
/proc/11247/task/11265/stat : 11265 (python) S 11241 11241 11144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867126054 342388736 17003 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604471140393216 0 0 -1 1 0 0 0
[pid=11266] ppid=11241 vsize=334376 CPUtime=0.28 cores=1,3
/proc/11266/stat : 11266 (python) S 11241 11241 11144 0 -1 4202560 1108 0 0 0 15 13 0 0 15 0 2 0 867126055 342401024 16986 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11266/statm: 83594 16986 399 364 0 19509 0
[pid=11268] ppid=11266 vsize=276240 CPUtime=197.03 cores=1,3
/proc/11268/stat : 11268 (hybridGM3) T 11266 11268 11268 0 -1 4202496 9514 0 0 0 19702 1 0 0 25 0 1 0 867126055 282869760 9253 33554432000 134512640 135204385 4294256112 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11268/statm: 69060 9253 64 169 0 68890 0
[pid=11266/tid=11283] ppid=11241 vsize=334376 CPUtime=0 cores=1,3
/proc/11266/task/11283/stat : 11283 (python) S 11241 11241 11144 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867136075 342401024 16986 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604471158414400 0 0 -1 1 0 0 0
[pid=11284] ppid=11241 vsize=344632 CPUtime=0.3 cores=1,3
/proc/11284/stat : 11284 (python) S 11241 11241 11144 0 -1 4202560 1117 0 0 0 16 14 0 0 15 0 2 0 867136076 352903168 16990 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11284/statm: 86158 16990 399 364 0 22070 0
[pid=11286] ppid=11284 vsize=276244 CPUtime=197.1 cores=1,3
/proc/11286/stat : 11286 (hybridGM3) T 11284 11286 11286 0 -1 4202496 9514 0 0 0 19709 1 0 0 25 0 1 0 867136076 282873856 9253 33554432000 134512640 135204385 4293310720 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11286/statm: 69061 9253 64 169 0 68891 0
[pid=11284/tid=11302] ppid=11241 vsize=344632 CPUtime=0 cores=1,3
/proc/11284/task/11302/stat : 11302 (python) S 11241 11241 11144 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867146098 352903168 16990 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604471140395904 0 0 -1 1 0 0 0
[pid=11332] ppid=11241 vsize=354888 CPUtime=0.16 cores=1,3
/proc/11332/stat : 11332 (python) S 11241 11241 11144 0 -1 4202560 1082 0 0 0 8 8 0 0 19 0 2 0 867165527 363405312 16994 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11332/statm: 88722 16994 399 364 0 24631 0
[pid=11334] ppid=11332 vsize=471116 CPUtime=100.01 cores=1,3
/proc/11334/stat : 11334 (TNM) T 11332 11334 11334 0 -1 4202496 8433 0 0 0 10000 1 0 0 25 0 1 0 867165528 482422784 8172 33554432000 134512640 135008748 4286744496 18446744073709551615 134529448 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11334/statm: 117779 8172 46 122 0 116679 0
[pid=11332/tid=11350] ppid=11241 vsize=354888 CPUtime=0 cores=1,3
/proc/11332/task/11350/stat : 11350 (python) S 11241 11241 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867175542 363405312 16994 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604471144887552 0 0 -1 1 0 0 0
[pid=11503] ppid=11241 vsize=365144 CPUtime=0.27 cores=1,3
/proc/11503/stat : 11503 (python) S 11241 11241 11144 0 -1 4202560 1121 0 0 0 15 12 0 0 15 0 2 0 867185258 373907456 16998 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11503/statm: 91286 16998 399 364 0 27192 0
[pid=11505] ppid=11503 vsize=276240 CPUtime=199.31 cores=1,3
/proc/11505/stat : 11505 (hybridGM3) T 11503 11505 11505 0 -1 4202496 9522 0 0 0 19930 1 0 0 25 0 1 0 867185259 282869760 9259 33554432000 134512640 135204385 4290396720 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11505/statm: 69060 9259 64 169 0 68890 0
[pid=11503/tid=11608] ppid=11241 vsize=365144 CPUtime=0 cores=1,3
/proc/11503/task/11608/stat : 11608 (python) S 11241 11241 11144 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867195179 373907456 16998 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604467177437312 0 0 -1 3 0 0 0
[pid=11624] ppid=11241 vsize=375400 CPUtime=0.29 cores=1,3
/proc/11624/stat : 11624 (python) S 11241 11241 11144 0 -1 4202560 1118 0 0 0 16 13 0 0 15 0 2 0 867205192 384409600 17002 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11624/statm: 93850 17002 399 364 0 29753 0
[pid=11626] ppid=11624 vsize=276244 CPUtime=195.04 cores=1,3
/proc/11626/stat : 11626 (hybridGM3) T 11624 11626 11626 0 -1 4202496 9513 0 0 0 19503 1 0 0 25 0 1 0 867205193 282873856 9253 33554432000 134512640 135204385 4294653632 18446744073709551615 134537408 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11626/statm: 69061 9253 64 169 0 68891 0
[pid=11624/tid=11680] ppid=11241 vsize=375400 CPUtime=0 cores=1,3
/proc/11624/task/11680/stat : 11680 (python) S 11241 11241 11144 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 867215215 384409600 17002 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 514 18446604467339841792 0 0 -1 1 0 0 0
[pid=11692] ppid=11241 vsize=385656 CPUtime=0.15 cores=1,3
/proc/11692/stat : 11692 (python) S 11241 11241 11144 0 -1 4202560 927 0 0 0 7 8 0 0 15 0 1 0 867224729 394911744 16976 33554432000 4194304 5683644 140737245770752 18446744073709551615 228095471174 0 0 16781312 514 6246299169116356871 0 0 17 3 0 0 0
/proc/11692/statm: 96414 16976 370 364 0 32314 0
[pid=11694] ppid=11692 vsize=276240 CPUtime=101.7 cores=1,3
/proc/11694/stat : 11694 (hybridGM3) R 11692 11694 11694 0 -1 4202496 9514 0 0 0 10169 1 0 0 25 0 1 0 867224729 282869760 9253 33554432000 134512640 135204385 4287902608 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11694/statm: 69060 9253 64 169 0 68890 0
[pid=11241/tid=11248] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11248/stat : 11248 (python) S 11239 11241 11144 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 8 0 867116033 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
[pid=11241/tid=11267] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11267/stat : 11267 (python) S 11239 11241 11144 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 8 0 867126055 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 3 0 0 0
[pid=11241/tid=11285] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11285/stat : 11285 (python) S 11239 11241 11144 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 867136076 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
[pid=11241/tid=11333] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11333/stat : 11333 (python) S 11239 11241 11144 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 867165528 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 3 0 0 0
[pid=11241/tid=11504] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11504/stat : 11504 (python) S 11239 11241 11144 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 8 0 867185259 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
[pid=11241/tid=11625] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11625/stat : 11625 (python) S 11239 11241 11144 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 8 0 867205193 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 1 0 0 0
[pid=11241/tid=11693] ppid=11239 vsize=395900 CPUtime=0 cores=1,3
/proc/11241/task/11693/stat : 11693 (python) S 11239 11241 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 867224729 405401600 18490 33554432000 4194304 5683644 140737245770752 18446744073709551615 228107274673 0 0 16781312 2 18446604471104545024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 5018924

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 11241 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=928338
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=149977
# CPU time returned by wait4() is 11.0783
# while last known CPU time is 1200.04
#
# 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.04
CPU user time (s): 1199.02
CPU system time (s): 1.02
CPU usage (%): 100.015
Max. virtual memory (cumulated for all children) (KiB): 5018924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9283
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34467
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= 1017
involuntary context switches= 169

runsolver used 3.04454 second user time and 5.46817 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 01:03:14
IDJOB=3484039
IDBENCH=82550
IDSOLVER=1975
FILE ID=node142/3484039-1307746994
RUNJOBID= node142-1307746989-11164
PBS_JOBID= 13550818
Free space on /tmp= 74008 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-S957916968-041-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-3484039-1307746994/watcher-3484039-1307746994 -o /tmp/evaluation-result-3484039-1307746994/solver-3484039-1307746994 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484039-1307746994.cnf -seed 2114225403 -budget 1200

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

MD5SUM BENCH= 5ccda34debd31b9bf6eb5decc63c453f
RANDOM SEED=2114225403

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31701480 kB
Buffers:        155964 kB
Cached:         806808 kB
SwapCached:      11412 kB
Active:         621900 kB
Inactive:       448924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31701480 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:          135020 kB
Writeback:           0 kB
AnonPages:      105984 kB
Mapped:          20220 kB
Slab:           109176 kB
PageTables:       9068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3506396 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= 73940 MiB
End job on node142 at 2011-06-11 01:23:16