Trace number 3484045

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 1203.85

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S1196935200-064-UNKNOWN.cnf
MD5SUMa5ac359cd8af4f1e83d886effb49a2a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark204.405
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.46/4.94	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.46/4.95	c INFO: solving HOME/instance-3484045-1307747009.cnf
0.46/4.95	c INFO: computing task features
0.84/5.38	c INFO: computed variable-clause graph statistics
0.84/5.40	c INFO: computed clause balance statistics
3.15/7.62	c INFO: computed variable balance statistics
4.94/9.45	c INFO: computed small-clause counts
4.94/9.46	c INFO: computed Horn-clause counts
6.14/10.63	c INFO: computed variable graph statistics
6.14/10.63	c INFO: collected features for HOME/instance-3484045-1307747009.cnf in 5.66 s
6.14/10.64	c INFO: running hybridGM3@0 for 97 with 1194 remaining (b = 0.38)
106.96/111.57	c INFO: running hybridGM3@0 for 97 with 1093 remaining (b = 0.23)
207.91/212.53	c INFO: running hybridGM3@0 for 97 with 992 remaining (b = 0.15)
308.94/313.51	c INFO: running hybridGM3@100 for 97 with 892 remaining (b = 0.12)
406.04/410.63	c INFO: running hybridGM3@100 for 97 with 795 remaining (b = 0.12)
503.18/507.77	c INFO: running TNM@0 for 97 with 698 remaining (b = 0.13)
602.51/606.92	c INFO: running hybridGM3@100 for 97 with 598 remaining (b = 0.11)
699.63/704.06	c INFO: running hybridGM3@0 for 97 with 501 remaining (b = 0.11)
800.77/805.04	c INFO: running hybridGM3@100 for 97 with 400 remaining (b = 0.08)
895.00/899.18	c INFO: running hybridGM3@0 for 97 with 306 remaining (b = 0.08)
995.13/999.18	c INFO: running hybridGM3@99 for 97 with 206 remaining (b = 0.06)
1090.50/1094.33	c INFO: running hybridGM3@0 for 111 with 111 remaining (b = 0.06)

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

running on 2 cores: 5,7

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.00 0.00 0.00 3/179 19959
/proc/meminfo: memFree=30742044/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=11804 CPUtime=0 cores=5,7
/proc/19959/stat : 19959 (runsolver) S 19955 19959 19898 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 1 0 886300911 12087296 55 33554432000 4194304 5436572 140736208698032 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699109054 0 0 17 5 0 0 0
/proc/19959/statm: 2951 55 36 304 0 2643 0

[startup+0.0642699 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 19959
/proc/meminfo: memFree=30742044/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=16532 CPUtime=0.01 cores=5,7
/proc/19959/stat : 19959 (python) S 19955 19959 19898 0 -1 4202496 1185 0 0 0 1 0 0 0 17 0 1 0 886300911 16928768 1045 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/19959/statm: 4133 1045 417 364 0 620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.10027 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 19959
/proc/meminfo: memFree=30742044/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=18880 CPUtime=0.03 cores=5,7
/proc/19959/stat : 19959 (python) S 19955 19959 19898 0 -1 4202496 1289 0 0 0 2 1 0 0 17 0 1 0 886300911 19333120 1140 33554432000 4194304 5683644 140736189082640 18446744073709551615 274659884679 0 2147483391 16781312 2 18446744071699855507 0 0 17 7 0 0 0
/proc/19959/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18880

[startup+0.300221 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 19959
/proc/meminfo: memFree=30742044/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=38904 CPUtime=0.04 cores=5,7
/proc/19959/stat : 19959 (python) S 19955 19959 19898 0 -1 4202496 1631 0 0 0 3 1 0 0 15 0 1 0 886300911 39837696 1458 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/19959/statm: 9726 1458 455 364 0 1026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38904

[startup+0.700149 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 19959
/proc/meminfo: memFree=30742044/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=85360 CPUtime=0.07 cores=5,7
/proc/19959/stat : 19959 (python) D 19955 19959 19898 0 -1 4202496 2585 0 0 0 4 3 0 0 16 0 1 0 886300911 87408640 2308 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664814135 0 0 16781312 2 18446744071562154983 0 0 17 7 0 0 0
/proc/19959/statm: 21340 2308 707 364 0 1557 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85360

[startup+1.50101 s]
/proc/loadavg: 0.00 0.00 0.00 3/187 19974
/proc/meminfo: memFree=30714376/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=85360 CPUtime=0.07 cores=5,7
/proc/19959/stat : 19959 (python) D 19955 19959 19898 0 -1 4202496 2585 0 0 0 4 3 0 0 16 0 1 0 886300911 87408640 2308 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664814135 0 0 16781312 2 18446744071562154983 0 0 17 7 0 0 0
/proc/19959/statm: 21340 2308 707 364 0 1557 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85360

[startup+3.10072 s]
/proc/loadavg: 0.00 0.00 0.00 5/189 19976
/proc/meminfo: memFree=30699812/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=85360 CPUtime=0.07 cores=5,7
/proc/19959/stat : 19959 (python) D 19955 19959 19898 0 -1 4202496 2585 0 0 0 4 3 0 0 16 0 1 0 886300911 87408640 2308 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664814135 0 0 16781312 2 18446744071562154983 0 0 17 7 0 0 0
/proc/19959/statm: 21340 2308 707 364 0 1557 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85360
heavy processes:

[startup+6.30017 s]
/proc/loadavg: 0.56 0.12 0.04 7/188 19991
/proc/meminfo: memFree=30609508/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=307968 CPUtime=1.84 cores=5,7
/proc/19959/stat : 19959 (python) R 19955 19959 19898 0 -1 4202496 20150 935 1 0 163 21 0 0 17 0 1 0 886300911 315359232 14377 33554432000 4194304 5683644 140736189082640 18446744073709551615 4527920 0 0 16781312 2 0 0 0 17 5 0 0 341
/proc/19959/statm: 76992 14377 1826 364 0 12916 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 307968
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 1.24 0.26 0.09 4/194 20014
/proc/meminfo: memFree=30561012/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=315888 CPUtime=6.18 cores=5,7
/proc/19959/stat : 19959 (python) S 19955 19959 19898 0 -1 4202496 20438 935 1 0 597 21 0 0 25 0 2 0 886300911 323469312 13835 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 341
/proc/19959/statm: 78972 13835 1867 364 0 14890 0
[pid=20012] ppid=19959 vsize=305644 CPUtime=0 cores=5,7
/proc/20012/stat : 20012 (python) S 19959 19959 19898 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886301975 312979456 12317 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664828431 0 0 16781312 514 3909024425294397704 0 0 17 5 0 0 0
/proc/20012/statm: 76411 12317 353 364 0 12329 0
[pid=20014] ppid=20012 vsize=268424 CPUtime=2.05 cores=5,7
/proc/20014/stat : 20014 (hybridGM3) R 20012 20014 20014 0 -1 4202496 7608 0 0 0 204 1 0 0 25 0 1 0 886301976 274866176 7346 33554432000 134512640 135204385 4291588224 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20014/statm: 67106 7346 64 169 0 66936 0
[pid=19959/tid=20013] ppid=19955 vsize=315888 CPUtime=0 cores=5,7
/proc/19959/task/20013/stat : 20013 (python) S 19955 19959 19898 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 886301975 323469312 13835 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 889956
heavy processes:

[startup+25.5009 s]
/proc/loadavg: 2.81 0.66 0.22 4/193 20027
/proc/meminfo: memFree=30561024/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=315888 CPUtime=6.18 cores=5,7
/proc/19959/stat : 19959 (python) S 19955 19959 19898 0 -1 4202496 20438 935 1 0 597 21 0 0 25 0 2 0 886300911 323469312 13835 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 341
/proc/19959/statm: 78972 13835 1867 364 0 14890 0
[pid=20012] ppid=19959 vsize=305644 CPUtime=0.01 cores=5,7
/proc/20012/stat : 20012 (python) S 19959 19959 19898 0 -1 4202560 874 0 0 0 1 0 0 0 18 0 1 0 886301975 312979456 12340 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664828431 0 0 16781312 514 17439538646108569864 0 0 17 5 0 0 0
/proc/20012/statm: 76411 12340 376 364 0 12329 0
[pid=20014] ppid=20012 vsize=268424 CPUtime=14.83 cores=5,7
/proc/20014/stat : 20014 (hybridGM3) R 20012 20014 20014 0 -1 4202496 7608 0 0 0 1482 1 0 0 25 0 1 0 886301976 274866176 7346 33554432000 134512640 135204385 4291588224 18446744073709551615 134537488 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20014/statm: 67106 7346 64 169 0 66936 0
[pid=19959/tid=20013] ppid=19955 vsize=315888 CPUtime=0 cores=5,7
/proc/19959/task/20013/stat : 20013 (python) S 19955 19959 19898 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 886301975 323469312 13835 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.02
Current children cumulated vsize (KiB) 889956

[startup+51.1004 s]
/proc/loadavg: 3.99 1.12 0.38 5/197 20046
/proc/meminfo: memFree=30483852/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=315888 CPUtime=6.18 cores=5,7
/proc/19959/stat : 19959 (python) S 19955 19959 19898 0 -1 4202496 20438 935 1 0 597 21 0 0 25 0 2 0 886300911 323469312 13835 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 341
/proc/19959/statm: 78972 13835 1867 364 0 14890 0
[pid=20012] ppid=19959 vsize=305644 CPUtime=0.03 cores=5,7
/proc/20012/stat : 20012 (python) S 19959 19959 19898 0 -1 4202560 886 0 0 0 2 1 0 0 18 0 1 0 886301975 312979456 12340 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664828431 0 0 16781312 514 17439538646108569864 0 0 17 5 0 0 0
/proc/20012/statm: 76411 12340 376 364 0 12329 0
[pid=20014] ppid=20012 vsize=268424 CPUtime=40.4 cores=5,7
/proc/20014/stat : 20014 (hybridGM3) R 20012 20014 20014 0 -1 4202496 7608 0 0 0 4038 2 0 0 25 0 1 0 886301976 274866176 7346 33554432000 134512640 135204385 4291588224 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20014/statm: 67106 7346 64 169 0 66936 0
[pid=19959/tid=20013] ppid=19955 vsize=315888 CPUtime=0 cores=5,7
/proc/19959/task/20013/stat : 20013 (python) S 19955 19959 19898 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 886301975 323469312 13835 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 46.61
Current children cumulated vsize (KiB) 889956

[startup+102.308 s]
/proc/loadavg: 4.44 1.68 0.61 5/200 20143
/proc/meminfo: memFree=30422232/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=315888 CPUtime=6.18 cores=5,7
/proc/19959/stat : 19959 (python) S 19955 19959 19898 0 -1 4202496 20438 935 1 0 597 21 0 0 25 0 2 0 886300911 323469312 13835 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 341
/proc/19959/statm: 78972 13835 1867 364 0 14890 0
[pid=20012] ppid=19959 vsize=305644 CPUtime=0.11 cores=5,7
/proc/20012/stat : 20012 (python) S 19959 19959 19898 0 -1 4202560 910 0 0 0 7 4 0 0 18 0 1 0 886301975 312979456 12340 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664828431 0 0 16781312 514 17439538646108569864 0 0 17 5 0 0 0
/proc/20012/statm: 76411 12340 376 364 0 12329 0
[pid=20014] ppid=20012 vsize=268424 CPUtime=91.49 cores=5,7
/proc/20014/stat : 20014 (hybridGM3) R 20012 20014 20014 0 -1 4202496 7609 0 0 0 9145 4 0 0 25 0 1 0 886301976 274866176 7347 33554432000 134512640 135204385 4291588224 18446744073709551615 134536698 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20014/statm: 67106 7347 64 169 0 66936 0
[pid=19959/tid=20013] ppid=19955 vsize=315888 CPUtime=0 cores=5,7
/proc/19959/task/20013/stat : 20013 (python) S 19955 19959 19898 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 886301975 323469312 13835 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 97.78
Current children cumulated vsize (KiB) 889956

[startup+162.301 s]
/proc/loadavg: 4.62 2.26 0.88 5/208 20206
/proc/meminfo: memFree=30333600/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=326144 CPUtime=6.19 cores=5,7
/proc/19959/stat : 19959 (python) S 19955 19959 19898 0 -1 4202496 21323 935 1 0 597 22 0 0 19 0 3 0 886300911 333971456 13842 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 341
/proc/19959/statm: 81536 13842 1870 364 0 17451 0
[pid=20012] ppid=19959 vsize=315888 CPUtime=0.12 cores=5,7
/proc/20012/stat : 20012 (python) S 19959 19959 19898 0 -1 4202560 1152 0 0 0 8 4 0 0 19 0 2 0 886301975 323469312 12384 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20012/statm: 78972 12384 415 364 0 14890 0
[pid=20014] ppid=20012 vsize=268424 CPUtime=100.72 cores=5,7
/proc/20014/stat : 20014 (hybridGM3) T 20012 20014 20014 0 -1 4202496 7609 0 0 0 10068 4 0 0 25 0 1 0 886301976 274866176 7347 33554432000 134512640 135204385 4291588224 18446744073709551615 134537322 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20014/statm: 67106 7347 64 169 0 66936 0
[pid=20012/tid=20148] ppid=19959 vsize=315888 CPUtime=0 cores=5,7
/proc/20012/task/20148/stat : 20148 (python) S 19959 19959 19898 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886312068 323469312 12384 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604471002703104 0 0 -1 5 0 0 0
[pid=20149] ppid=19959 vsize=315900 CPUtime=0.06 cores=5,7
/proc/20149/stat : 20149 (python) S 19959 19959 19898 0 -1 4202560 897 0 0 0 2 4 0 0 18 0 1 0 886312068 323481600 12338 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664828486 0 0 16781312 514 17439538646108569864 0 0 17 5 0 0 0
/proc/20149/statm: 78975 12338 370 364 0 14890 0
[pid=20151] ppid=20149 vsize=268424 CPUtime=50.61 cores=5,7
/proc/20151/stat : 20151 (hybridGM3) R 20149 20151 20151 0 -1 4202496 7608 0 0 0 5058 3 0 0 25 0 1 0 886312069 274866176 7345 33554432000 134512640 135204385 4288270896 18446744073709551615 134536986 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20151/statm: 67106 7345 64 169 0 66936 0
[pid=19959/tid=20013] ppid=19955 vsize=326144 CPUtime=0 cores=5,7
/proc/19959/task/20013/stat : 20013 (python) S 19955 19959 19898 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 3 0 886301975 333971456 13842 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
[pid=19959/tid=20150] ppid=19955 vsize=326144 CPUtime=0 cores=5,7
/proc/19959/task/20150/stat : 20150 (python) S 19955 19959 19898 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 3 0 886312069 333971456 13842 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 157.7
Current children cumulated vsize (KiB) 1494780

[startup+222.301 s]
/proc/loadavg: 4.23 2.58 1.07 5/216 20216
/proc/meminfo: memFree=30267696/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=336400 CPUtime=6.2 cores=5,7
/proc/19959/stat : 19959 (python) S 19955 19959 19898 0 -1 4202496 22181 935 1 0 598 22 0 0 20 0 4 0 886300911 344473600 13848 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 341
/proc/19959/statm: 84100 13848 1872 364 0 20012 0
[pid=20012] ppid=19959 vsize=315888 CPUtime=0.12 cores=5,7
/proc/20012/stat : 20012 (python) S 19959 19959 19898 0 -1 4202560 1152 0 0 0 8 4 0 0 19 0 2 0 886301975 323469312 12384 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20012/statm: 78972 12384 415 364 0 14890 0
[pid=20014] ppid=20012 vsize=268424 CPUtime=100.72 cores=5,7
/proc/20014/stat : 20014 (hybridGM3) T 20012 20014 20014 0 -1 4202496 7609 0 0 0 10068 4 0 0 25 0 1 0 886301976 274866176 7347 33554432000 134512640 135204385 4291588224 18446744073709551615 134537322 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0

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

[pid=20012] ppid=19959 vsize=315888 CPUtime=0.25 cores=5,7
/proc/20012/stat : 20012 (python) S 19959 19959 19898 0 -1 4202560 1207 0 0 0 14 11 0 0 18 0 2 0 886301975 323469312 12385 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20012/statm: 78972 12385 416 364 0 14890 0
[pid=20014] ppid=20012 vsize=268424 CPUtime=197.71 cores=5,7
/proc/20014/stat : 20014 (hybridGM3) T 20012 20014 20014 0 -1 4202496 7611 0 0 0 19767 4 0 0 25 0 1 0 886301976 274866176 7349 33554432000 134512640 135204385 4291588224 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20014/statm: 67106 7349 64 169 0 66936 0
[pid=20012/tid=20148] ppid=19959 vsize=315888 CPUtime=0 cores=5,7
/proc/20012/task/20148/stat : 20148 (python) S 19959 19959 19898 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 886312068 323469312 12385 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604471002703104 0 0 -1 5 0 0 0
[pid=20149] ppid=19959 vsize=315900 CPUtime=0.28 cores=5,7
/proc/20149/stat : 20149 (python) S 19959 19959 19898 0 -1 4202560 1107 0 0 0 14 14 0 0 18 0 2 0 886312068 323481600 12368 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20149/statm: 78975 12368 399 364 0 14890 0
[pid=20151] ppid=20149 vsize=268424 CPUtime=197.83 cores=5,7
/proc/20151/stat : 20151 (hybridGM3) T 20149 20151 20151 0 -1 4202496 7613 0 0 0 19780 3 0 0 25 0 1 0 886312069 274866176 7350 33554432000 134512640 135204385 4288270896 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20151/statm: 67106 7350 64 169 0 66936 0
[pid=20149/tid=20212] ppid=19959 vsize=315900 CPUtime=0 cores=5,7
/proc/20149/task/20212/stat : 20212 (python) S 19959 19959 19898 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 886322164 323481600 12368 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604471143186496 0 0 -1 7 0 0 0
[pid=20213] ppid=19959 vsize=326156 CPUtime=0.28 cores=5,7
/proc/20213/stat : 20213 (python) S 19959 19959 19898 0 -1 4202560 1115 0 0 0 14 14 0 0 18 0 2 0 886322165 333983744 12372 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20213/statm: 81539 12372 399 364 0 17451 0
[pid=20215] ppid=20213 vsize=268420 CPUtime=197.85 cores=5,7
/proc/20215/stat : 20215 (hybridGM3) T 20213 20215 20215 0 -1 4202496 7610 0 0 0 19783 2 0 0 25 0 1 0 886322165 274862080 7347 33554432000 134512640 135204385 4288660224 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20215/statm: 67105 7347 64 169 0 66935 0
[pid=20213/tid=20231] ppid=19959 vsize=326156 CPUtime=0 cores=5,7
/proc/20213/task/20231/stat : 20231 (python) S 19959 19959 19898 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 886332261 333983744 12372 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604470987088320 0 0 -1 7 0 0 0
[pid=20244] ppid=19959 vsize=336412 CPUtime=0.14 cores=5,7
/proc/20244/stat : 20244 (python) S 19959 19959 19898 0 -1 4202560 1075 0 0 0 8 6 0 0 19 0 2 0 886351689 344485888 12376 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20244/statm: 84103 12376 399 364 0 20012 0
[pid=20246] ppid=20244 vsize=463080 CPUtime=99.13 cores=5,7
/proc/20246/stat : 20246 (TNM) T 20244 20246 20246 0 -1 4202496 5202 0 0 0 9912 1 0 0 25 0 1 0 886351689 474193920 4942 33554432000 134512640 135008748 4291098240 18446744073709551615 134527773 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20246/statm: 115770 4942 46 122 0 114670 0
[pid=20244/tid=20298] ppid=19959 vsize=336412 CPUtime=0 cores=5,7
/proc/20244/task/20298/stat : 20298 (python) S 19959 19959 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886361603 344485888 12376 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604471138621568 0 0 -1 5 0 0 0
[pid=20351] ppid=19959 vsize=346668 CPUtime=0.29 cores=5,7
/proc/20351/stat : 20351 (python) S 19959 19959 19898 0 -1 4202560 1123 0 0 0 14 15 0 0 18 0 2 0 886371317 354988032 12380 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20351/statm: 86667 12380 399 364 0 22573 0
[pid=20353] ppid=20351 vsize=268424 CPUtime=195.09 cores=5,7
/proc/20353/stat : 20353 (hybridGM3) T 20351 20353 20353 0 -1 4202496 7617 0 0 0 19509 0 0 0 25 0 1 0 886371318 274866176 7354 33554432000 134512640 135204385 4287926208 18446744073709551615 134536641 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20353/statm: 67106 7354 64 169 0 66936 0
[pid=20351/tid=20364] ppid=19959 vsize=346668 CPUtime=0 cores=5,7
/proc/20351/task/20364/stat : 20364 (python) S 19959 19959 19898 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 886381415 354988032 12380 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604456654492736 0 0 -1 5 0 0 0
[pid=20377] ppid=19959 vsize=356924 CPUtime=0.31 cores=5,7
/proc/20377/stat : 20377 (python) S 19959 19959 19898 0 -1 4202560 1126 0 0 0 16 15 0 0 18 0 2 0 886390830 365490176 12384 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20377/statm: 89231 12384 399 364 0 25134 0
[pid=20379] ppid=20377 vsize=268428 CPUtime=195.11 cores=5,7
/proc/20379/stat : 20379 (hybridGM3) T 20377 20379 20379 0 -1 4202496 7611 0 0 0 19511 0 0 0 25 0 1 0 886390830 274870272 7349 33554432000 134512640 135204385 4290345600 18446744073709551615 134547698 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20379/statm: 67107 7349 64 169 0 66937 0
[pid=20377/tid=20390] ppid=19959 vsize=356924 CPUtime=0 cores=5,7
/proc/20377/task/20390/stat : 20390 (python) S 19959 19959 19898 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 886400829 365490176 12384 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604466066995072 0 0 -1 5 0 0 0
[pid=20401] ppid=19959 vsize=367180 CPUtime=0.13 cores=5,7
/proc/20401/stat : 20401 (python) S 19959 19959 19898 0 -1 4202560 926 0 0 0 8 5 0 0 18 0 1 0 886410344 375992320 12358 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664828486 0 0 16781312 514 17439538646108569863 0 0 17 5 0 0 0
/proc/20401/statm: 91795 12358 370 364 0 27695 0
[pid=20403] ppid=20401 vsize=268428 CPUtime=87.83 cores=5,7
/proc/20403/stat : 20403 (hybridGM3) R 20401 20403 20403 0 -1 4202496 7611 0 0 0 8783 0 0 0 25 0 1 0 886410345 274870272 7346 33554432000 134512640 135204385 4288542864 18446744073709551615 134660112 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20403/statm: 67107 7346 64 169 0 66937 0
[pid=19959/tid=20013] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20013/stat : 20013 (python) S 19955 19959 19898 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 886301975 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
[pid=19959/tid=20150] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20150/stat : 20150 (python) S 19955 19959 19898 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 886312069 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
[pid=19959/tid=20214] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20214/stat : 20214 (python) S 19955 19959 19898 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 886322165 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
[pid=19959/tid=20245] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20245/stat : 20245 (python) S 19955 19959 19898 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 886351689 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 7 0 0 0
[pid=19959/tid=20352] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20352/stat : 20352 (python) S 19955 19959 19898 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 886371318 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 7 0 0 0
[pid=19959/tid=20378] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20378/stat : 20378 (python) S 19955 19959 19898 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886390830 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
[pid=19959/tid=20402] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20402/stat : 20402 (python) S 19955 19959 19898 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 886410345 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1178.5
Current children cumulated vsize (KiB) 4816180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 4.05 3.99 3.00 5/289 20415
/proc/meminfo: memFree=29797772/32951132 swapFree=67054616/67111528
[pid=19959] ppid=19955 vsize=377424 CPUtime=6.27 cores=5,7
/proc/19959/stat : 19959 (python) S 19955 19959 19898 0 -1 4202496 25953 935 1 0 603 24 0 0 19 0 8 0 886300911 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 341
/proc/19959/statm: 94356 13872 1880 364 0 30256 0
[pid=20012] ppid=19959 vsize=315888 CPUtime=0.25 cores=5,7
/proc/20012/stat : 20012 (python) S 19959 19959 19898 0 -1 4202560 1207 0 0 0 14 11 0 0 18 0 2 0 886301975 323469312 12385 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20012/statm: 78972 12385 416 364 0 14890 0
[pid=20014] ppid=20012 vsize=268424 CPUtime=197.71 cores=5,7
/proc/20014/stat : 20014 (hybridGM3) T 20012 20014 20014 0 -1 4202496 7611 0 0 0 19767 4 0 0 25 0 1 0 886301976 274866176 7349 33554432000 134512640 135204385 4291588224 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20014/statm: 67106 7349 64 169 0 66936 0
[pid=20012/tid=20148] ppid=19959 vsize=315888 CPUtime=0 cores=5,7
/proc/20012/task/20148/stat : 20148 (python) S 19959 19959 19898 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 886312068 323469312 12385 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604471002703104 0 0 -1 5 0 0 0
[pid=20149] ppid=19959 vsize=315900 CPUtime=0.28 cores=5,7
/proc/20149/stat : 20149 (python) S 19959 19959 19898 0 -1 4202560 1107 0 0 0 14 14 0 0 18 0 2 0 886312068 323481600 12368 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20149/statm: 78975 12368 399 364 0 14890 0
[pid=20151] ppid=20149 vsize=268424 CPUtime=197.83 cores=5,7
/proc/20151/stat : 20151 (hybridGM3) T 20149 20151 20151 0 -1 4202496 7613 0 0 0 19780 3 0 0 25 0 1 0 886312069 274866176 7350 33554432000 134512640 135204385 4288270896 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20151/statm: 67106 7350 64 169 0 66936 0
[pid=20149/tid=20212] ppid=19959 vsize=315900 CPUtime=0 cores=5,7
/proc/20149/task/20212/stat : 20212 (python) S 19959 19959 19898 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 886322164 323481600 12368 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604471143186496 0 0 -1 7 0 0 0
[pid=20213] ppid=19959 vsize=326156 CPUtime=0.28 cores=5,7
/proc/20213/stat : 20213 (python) S 19959 19959 19898 0 -1 4202560 1115 0 0 0 14 14 0 0 18 0 2 0 886322165 333983744 12372 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20213/statm: 81539 12372 399 364 0 17451 0
[pid=20215] ppid=20213 vsize=268420 CPUtime=197.85 cores=5,7
/proc/20215/stat : 20215 (hybridGM3) T 20213 20215 20215 0 -1 4202496 7610 0 0 0 19783 2 0 0 25 0 1 0 886322165 274862080 7347 33554432000 134512640 135204385 4288660224 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20215/statm: 67105 7347 64 169 0 66935 0
[pid=20213/tid=20231] ppid=19959 vsize=326156 CPUtime=0 cores=5,7
/proc/20213/task/20231/stat : 20231 (python) S 19959 19959 19898 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 886332261 333983744 12372 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604470987088320 0 0 -1 7 0 0 0
[pid=20244] ppid=19959 vsize=336412 CPUtime=0.14 cores=5,7
/proc/20244/stat : 20244 (python) S 19959 19959 19898 0 -1 4202560 1075 0 0 0 8 6 0 0 19 0 2 0 886351689 344485888 12376 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20244/statm: 84103 12376 399 364 0 20012 0
[pid=20246] ppid=20244 vsize=463080 CPUtime=99.13 cores=5,7
/proc/20246/stat : 20246 (TNM) T 20244 20246 20246 0 -1 4202496 5202 0 0 0 9912 1 0 0 25 0 1 0 886351689 474193920 4942 33554432000 134512640 135008748 4291098240 18446744073709551615 134527773 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20246/statm: 115770 4942 46 122 0 114670 0
[pid=20244/tid=20298] ppid=19959 vsize=336412 CPUtime=0 cores=5,7
/proc/20244/task/20298/stat : 20298 (python) S 19959 19959 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886361603 344485888 12376 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604471138621568 0 0 -1 5 0 0 0
[pid=20351] ppid=19959 vsize=346668 CPUtime=0.29 cores=5,7
/proc/20351/stat : 20351 (python) S 19959 19959 19898 0 -1 4202560 1123 0 0 0 14 15 0 0 18 0 2 0 886371317 354988032 12380 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20351/statm: 86667 12380 399 364 0 22573 0
[pid=20353] ppid=20351 vsize=268424 CPUtime=195.09 cores=5,7
/proc/20353/stat : 20353 (hybridGM3) T 20351 20353 20353 0 -1 4202496 7617 0 0 0 19509 0 0 0 25 0 1 0 886371318 274866176 7354 33554432000 134512640 135204385 4287926208 18446744073709551615 134536641 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20353/statm: 67106 7354 64 169 0 66936 0
[pid=20351/tid=20364] ppid=19959 vsize=346668 CPUtime=0 cores=5,7
/proc/20351/task/20364/stat : 20364 (python) S 19959 19959 19898 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 886381415 354988032 12380 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604456654492736 0 0 -1 5 0 0 0
[pid=20377] ppid=19959 vsize=356924 CPUtime=0.31 cores=5,7
/proc/20377/stat : 20377 (python) S 19959 19959 19898 0 -1 4202560 1126 0 0 0 16 15 0 0 18 0 2 0 886390830 365490176 12384 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20377/statm: 89231 12384 399 364 0 25134 0
[pid=20379] ppid=20377 vsize=268428 CPUtime=195.11 cores=5,7
/proc/20379/stat : 20379 (hybridGM3) T 20377 20379 20379 0 -1 4202496 7611 0 0 0 19511 0 0 0 25 0 1 0 886390830 274870272 7349 33554432000 134512640 135204385 4290345600 18446744073709551615 134547698 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20379/statm: 67107 7349 64 169 0 66937 0
[pid=20377/tid=20390] ppid=19959 vsize=356924 CPUtime=0 cores=5,7
/proc/20377/task/20390/stat : 20390 (python) S 19959 19959 19898 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 886400829 365490176 12384 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 514 18446604466066995072 0 0 -1 5 0 0 0
[pid=20401] ppid=19959 vsize=367180 CPUtime=0.17 cores=5,7
/proc/20401/stat : 20401 (python) S 19959 19959 19898 0 -1 4202560 933 0 0 0 11 6 0 0 18 0 1 0 886410344 375992320 12358 33554432000 4194304 5683644 140736189082640 18446744073709551615 274664828486 0 0 16781312 514 17439538646108569863 0 0 17 5 0 0 0
/proc/20401/statm: 91795 12358 370 364 0 27695 0
[pid=20403] ppid=20401 vsize=268428 CPUtime=109.31 cores=5,7
/proc/20403/stat : 20403 (hybridGM3) R 20401 20403 20403 0 -1 4202496 7611 0 0 0 10931 0 0 0 25 0 1 0 886410345 274870272 7346 33554432000 134512640 135204385 4288542864 18446744073709551615 134537363 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20403/statm: 67107 7346 64 169 0 66937 0
[pid=19959/tid=20013] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20013/stat : 20013 (python) S 19955 19959 19898 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 886301975 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
[pid=19959/tid=20150] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20150/stat : 20150 (python) S 19955 19959 19898 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 886312069 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
[pid=19959/tid=20214] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20214/stat : 20214 (python) S 19955 19959 19898 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 886322165 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
[pid=19959/tid=20245] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20245/stat : 20245 (python) S 19955 19959 19898 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 886351689 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 7 0 0 0
[pid=19959/tid=20352] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20352/stat : 20352 (python) S 19955 19959 19898 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 886371318 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 7 0 0 0
[pid=19959/tid=20378] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20378/stat : 20378 (python) S 19955 19959 19898 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886390830 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
[pid=19959/tid=20402] ppid=19955 vsize=377424 CPUtime=0 cores=5,7
/proc/19959/task/20402/stat : 20402 (python) S 19955 19959 19898 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 886410345 386482176 13872 33554432000 4194304 5683644 140736189082640 18446744073709551615 274676631985 0 0 16781312 2 18446604470081601728 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 4816180

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 19959 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=883953
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=36842
# CPU time returned by wait4() is 7.92079
# 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): 1203.85
CPU time (s): 1200.02
CPU user time (s): 1198.87
CPU system time (s): 1.15
CPU usage (%): 99.6815
Max. virtual memory (cumulated for all children) (KiB): 4816180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.88395
system time used= 1.03684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34177
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= 15941
involuntary context switches= 183

runsolver used 2.88556 second user time and 5.82511 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 01:03:30
IDJOB=3484045
IDBENCH=82556
IDSOLVER=1975
FILE ID=node131/3484045-1307747009
RUNJOBID= node131-1307747008-19919
PBS_JOBID= 13550827
Free space on /tmp= 74064 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S1196935200-064-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-3484045-1307747009/watcher-3484045-1307747009 -o /tmp/evaluation-result-3484045-1307747009/solver-3484045-1307747009 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484045-1307747009.cnf -seed 5039089 -budget 1200

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

MD5SUM BENCH= a5ac359cd8af4f1e83d886effb49a2a9
RANDOM SEED=5039089

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951132 kB
MemFree:      30744172 kB
Buffers:        245476 kB
Cached:        1687240 kB
SwapCached:       9824 kB
Active:         539028 kB
Inactive:      1413916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30744172 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:          130356 kB
Writeback:           0 kB
AnonPages:       18684 kB
Mapped:          12664 kB
Slab:           189292 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   194416 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73932 MiB
End job on node131 at 2011-06-11 01:23:39