Trace number 3377344

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 1299.33 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1268831169-016-UNKNOWN.cnf
MD5SUMcd155ee9ac243c838c94577589f0455b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark221.016
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.61/1.53	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.61/1.53	c INFO: solving HOME/instance-3377344-1305452594.cnf
0.61/1.53	c INFO: computing task features
1.10/2.05	c INFO: computed variable-clause graph statistics
1.10/2.07	c INFO: computed clause balance statistics
3.89/4.86	c INFO: computed variable balance statistics
6.09/7.04	c INFO: computed small-clause counts
6.09/7.05	c INFO: computed Horn-clause counts
7.80/8.76	c INFO: computed variable graph statistics
7.80/8.76	c INFO: collected features for HOME/instance-3377344-1305452594.cnf in 7.21 s
7.80/8.78	c INFO: running hybridGM3@0 for 97 with 2392 remaining (b = 0.36)
108.18/109.11	c INFO: running hybridGM3@0 for 97 with 2292 remaining (b = 0.22)
208.48/209.47	c INFO: running hybridGM3@0 for 97 with 2192 remaining (b = 0.14)
308.91/309.85	c INFO: running hybridGM3@100 for 97 with 2092 remaining (b = 0.11)
406.12/407.08	c INFO: running hybridGM3@100 for 97 with 1995 remaining (b = 0.11)
503.40/504.31	c INFO: running TNM@0 for 97 with 1898 remaining (b = 0.13)
603.58/604.56	c INFO: running hybridGM3@100 for 97 with 1798 remaining (b = 0.10)
700.98/701.77	c INFO: running hybridGM3@0 for 97 with 1701 remaining (b = 0.10)
801.37/802.10	c INFO: running hybridGM3@100 for 97 with 1601 remaining (b = 0.08)
896.57/897.32	c INFO: running hybridGM3@0 for 97 with 1506 remaining (b = 0.07)
996.90/997.71	c INFO: running hybridGM3@100 for 97 with 1406 remaining (b = 0.06)
1092.23/1092.94	c INFO: running hybridGM3@0 for 194 with 1311 remaining (b = 0.10)
1288.86/1289.56	c INFO: running hybridGM3@0 for 194 with 1114 remaining (b = 0.07)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377344-1305452594/watcher-3377344-1305452594 -o /tmp/evaluation-result-3377344-1305452594/solver-3377344-1305452594 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377344-1305452594.cnf -seed 159301025 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.92 1.10 2.02 5/276 9530
/proc/meminfo: memFree=24915400/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=15772 CPUtime=0 cores=0,2
/proc/9530/stat : 9530 (python) R 9528 9530 8612 0 -1 4202496 876 0 0 0 0 0 0 0 20 0 1 0 735490061 16150528 759 33554432000 4194304 5683644 140735935573264 18446744073709551615 260020056773 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9530/statm: 3943 760 343 364 0 430 0

[startup+0.0445901 s]
/proc/loadavg: 0.92 1.10 2.02 5/276 9530
/proc/meminfo: memFree=24915400/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=18880 CPUtime=0.02 cores=0,2
/proc/9530/stat : 9530 (python) R 9528 9530 8612 0 -1 4202496 1284 0 0 0 2 0 0 0 17 0 1 0 735490061 19333120 1138 33554432000 4194304 5683644 140735935573264 18446744073709551615 5215811 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9530/statm: 4720 1138 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.10056 s]
/proc/loadavg: 0.92 1.10 2.02 5/276 9530
/proc/meminfo: memFree=24915400/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=50012 CPUtime=0.06 cores=0,2
/proc/9530/stat : 9530 (python) D 9528 9530 8612 0 -1 4202496 1975 0 0 0 4 2 0 0 17 0 1 0 735490061 51212288 1737 33554432000 4194304 5683644 140735935573264 18446744073709551615 260020395776 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 0
/proc/9530/statm: 12503 1737 480 364 0 1203 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 50012

[startup+0.300556 s]
/proc/loadavg: 0.92 1.10 2.02 5/276 9530
/proc/meminfo: memFree=24915400/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=110752 CPUtime=0.13 cores=0,2
/proc/9530/stat : 9530 (python) D 9528 9530 8612 0 -1 4202496 3422 0 11 0 6 7 0 0 17 0 1 0 735490061 113410048 3087 33554432000 4194304 5683644 140735935573264 18446744073709551615 260015476323 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 3
/proc/9530/statm: 27688 3087 871 364 0 2121 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 110752

[startup+0.700484 s]
/proc/loadavg: 0.92 1.10 2.02 5/276 9530
/proc/meminfo: memFree=24915400/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=135748 CPUtime=0.32 cores=0,2
/proc/9530/stat : 9530 (python) S 9528 9530 8612 0 -1 4202496 5952 924 19 9 15 17 0 0 17 0 1 0 735490061 139005952 4149 33554432000 4194304 5683644 140735935573264 18446744073709551615 260020391941 0 2147483391 16781312 2 18446744071699945619 0 0 17 0 0 0 6
/proc/9530/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 135748

[startup+1.50032 s]
/proc/loadavg: 0.92 1.10 2.02 4/287 9557
/proc/meminfo: memFree=24841388/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=264032 CPUtime=0.61 cores=0,2
/proc/9530/stat : 9530 (python) D 9528 9530 8612 0 -1 4202496 8720 924 59 9 29 32 0 0 15 0 1 0 735490061 270368768 6546 33554432000 4194304 5683644 140735935573264 18446744073709551615 260015476246 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 16
/proc/9530/statm: 66008 6546 1663 364 0 5256 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 264032

[startup+3.10101 s]
/proc/loadavg: 0.85 1.08 2.01 5/287 9557
/proc/meminfo: memFree=24703744/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=312972 CPUtime=2.19 cores=0,2
/proc/9530/stat : 9530 (python) R 9528 9530 8612 0 -1 4202496 21914 924 64 9 185 34 0 0 17 0 1 0 735490061 320483328 15628 33554432000 4194304 5683644 140735935573264 18446744073709551615 4602391 0 0 16781312 2 0 0 0 17 0 0 0 17
/proc/9530/statm: 78243 15628 1826 364 0 14167 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 312972
heavy processes:

[startup+6.3004 s]
/proc/loadavg: 0.85 1.08 2.01 5/290 9560
/proc/meminfo: memFree=24698912/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=312972 CPUtime=5.39 cores=0,2
/proc/9530/stat : 9530 (python) R 9528 9530 8612 0 -1 4202496 21915 924 64 9 505 34 0 0 25 0 1 0 735490061 320483328 15629 33554432000 4194304 5683644 140735935573264 18446744073709551615 4539653 0 0 16781312 2 0 0 0 17 0 0 0 17
/proc/9530/statm: 78243 15629 1827 364 0 14167 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 312972

[startup+12.7013 s]
/proc/loadavg: 1.70 1.26 2.05 6/299 9569
/proc/meminfo: memFree=24610796/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=320508 CPUtime=7.88 cores=0,2
/proc/9530/stat : 9530 (python) S 9528 9530 8612 0 -1 4202496 22211 924 64 9 753 35 0 0 25 0 2 0 735490061 328200192 14998 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 17
/proc/9530/statm: 80127 14998 1875 364 0 16045 0
[pid=9567] ppid=9530 vsize=310264 CPUtime=0 cores=0,2
/proc/9567/stat : 9567 (python) S 9530 9530 8612 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 1 0 735490939 317710336 13472 33554432000 4194304 5683644 140735935573264 18446744073709551615 260020416015 0 0 16781312 514 15633753529502368004 0 0 17 0 0 0 0
/proc/9567/statm: 77566 13472 353 364 0 13484 0
[pid=9569] ppid=9567 vsize=268428 CPUtime=3.9 cores=0,2
/proc/9569/stat : 9569 (hybridGM3) R 9567 9569 9569 0 -1 4202496 8090 0 0 0 389 1 0 0 25 0 1 0 735490939 274870272 7824 33554432000 134512640 135204385 4288914800 18446744073709551615 134660172 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9569/statm: 67107 7824 64 169 0 66937 0
[pid=9530/tid=9568] ppid=9528 vsize=320508 CPUtime=0 cores=0,2
/proc/9530/task/9568/stat : 9568 (python) S 9528 9530 8612 0 -1 4202560 28 924 0 9 0 0 0 0 25 0 2 0 735490939 328200192 14998 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 899200

[startup+25.5009 s]
/proc/loadavg: 2.05 1.35 2.07 5/299 9570
/proc/meminfo: memFree=24611932/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=320508 CPUtime=7.88 cores=0,2
/proc/9530/stat : 9530 (python) S 9528 9530 8612 0 -1 4202496 22211 924 64 9 753 35 0 0 25 0 2 0 735490061 328200192 14998 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 17
/proc/9530/statm: 80127 14998 1875 364 0 16045 0
[pid=9567] ppid=9530 vsize=310264 CPUtime=0.03 cores=0,2
/proc/9567/stat : 9567 (python) S 9530 9530 8612 0 -1 4202560 985 0 0 0 1 2 0 0 15 0 1 0 735490939 317710336 13500 33554432000 4194304 5683644 140735935573264 18446744073709551615 260020416015 0 0 16781312 514 15020841763419947268 0 0 17 0 0 0 0
/proc/9567/statm: 77566 13500 381 364 0 13484 0
[pid=9569] ppid=9567 vsize=268428 CPUtime=16.66 cores=0,2
/proc/9569/stat : 9569 (hybridGM3) R 9567 9569 9569 0 -1 4202496 8090 0 0 0 1665 1 0 0 25 0 1 0 735490939 274870272 7824 33554432000 134512640 135204385 4288914800 18446744073709551615 134545866 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9569/statm: 67107 7824 64 169 0 66937 0
[pid=9530/tid=9568] ppid=9528 vsize=320508 CPUtime=0 cores=0,2
/proc/9530/task/9568/stat : 9568 (python) S 9528 9530 8612 0 -1 4202560 28 924 0 9 0 0 0 0 25 0 2 0 735490939 328200192 14998 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 899200

[startup+51.1012 s]
/proc/loadavg: 2.72 1.56 2.12 5/299 9570
/proc/meminfo: memFree=24612052/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=320508 CPUtime=7.88 cores=0,2
/proc/9530/stat : 9530 (python) S 9528 9530 8612 0 -1 4202496 22211 924 64 9 753 35 0 0 25 0 2 0 735490061 328200192 14998 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 17
/proc/9530/statm: 80127 14998 1875 364 0 16045 0
[pid=9567] ppid=9530 vsize=310264 CPUtime=0.08 cores=0,2
/proc/9567/stat : 9567 (python) S 9530 9530 8612 0 -1 4202560 997 0 0 0 4 4 0 0 15 0 1 0 735490939 317710336 13500 33554432000 4194304 5683644 140735935573264 18446744073709551615 260020416015 0 0 16781312 514 15020841763419947268 0 0 17 0 0 0 0
/proc/9567/statm: 77566 13500 381 364 0 13484 0
[pid=9569] ppid=9567 vsize=268428 CPUtime=42.21 cores=0,2
/proc/9569/stat : 9569 (hybridGM3) R 9567 9569 9569 0 -1 4202496 8094 0 0 0 4220 1 0 0 25 0 1 0 735490939 274870272 7828 33554432000 134512640 135204385 4288914800 18446744073709551615 134545975 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9569/statm: 67107 7828 64 169 0 66937 0
[pid=9530/tid=9568] ppid=9528 vsize=320508 CPUtime=0 cores=0,2
/proc/9530/task/9568/stat : 9568 (python) S 9528 9530 8612 0 -1 4202560 28 924 0 9 0 0 0 0 25 0 2 0 735490939 328200192 14998 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 899200

[startup+102.311 s]
/proc/loadavg: 3.48 1.97 2.23 5/299 9607
/proc/meminfo: memFree=24659616/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=320508 CPUtime=7.88 cores=0,2
/proc/9530/stat : 9530 (python) S 9528 9530 8612 0 -1 4202496 22211 924 64 9 753 35 0 0 25 0 2 0 735490061 328200192 14998 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 17
/proc/9530/statm: 80127 14998 1875 364 0 16045 0
[pid=9567] ppid=9530 vsize=310264 CPUtime=0.19 cores=0,2
/proc/9567/stat : 9567 (python) S 9530 9530 8612 0 -1 4202560 1018 0 0 0 9 10 0 0 15 0 1 0 735490939 317710336 13500 33554432000 4194304 5683644 140735935573264 18446744073709551615 260020416015 0 0 16781312 514 15020841763419947268 0 0 17 0 0 0 0
/proc/9567/statm: 77566 13500 381 364 0 13484 0
[pid=9569] ppid=9567 vsize=268428 CPUtime=93.32 cores=0,2
/proc/9569/stat : 9569 (hybridGM3) R 9567 9569 9569 0 -1 4202496 8095 0 0 0 9331 1 0 0 25 0 1 0 735490939 274870272 7829 33554432000 134512640 135204385 4288914800 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9569/statm: 67107 7829 64 169 0 66937 0
[pid=9530/tid=9568] ppid=9528 vsize=320508 CPUtime=0 cores=0,2
/proc/9530/task/9568/stat : 9568 (python) S 9528 9530 8612 0 -1 4202560 28 924 0 9 0 0 0 0 25 0 2 0 735490939 328200192 14998 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 899200

[startup+162.301 s]
/proc/loadavg: 3.81 2.34 2.34 5/307 9655
/proc/meminfo: memFree=24569380/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=330764 CPUtime=7.89 cores=0,2
/proc/9530/stat : 9530 (python) S 9528 9530 8612 0 -1 4202496 23124 924 64 9 754 35 0 0 20 0 3 0 735490061 338702336 15005 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 17
/proc/9530/statm: 82691 15005 1878 364 0 18606 0
[pid=9567] ppid=9530 vsize=320508 CPUtime=0.22 cores=0,2
/proc/9567/stat : 9567 (python) S 9530 9530 8612 0 -1 4202560 1161 0 0 0 11 11 0 0 17 0 2 0 735490939 328200192 13538 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9567/statm: 80127 13538 414 364 0 16045 0
[pid=9569] ppid=9567 vsize=268428 CPUtime=100.09 cores=0,2
/proc/9569/stat : 9569 (hybridGM3) T 9567 9569 9569 0 -1 4202496 8095 0 0 0 10008 1 0 0 25 0 1 0 735490939 274870272 7829 33554432000 134512640 135204385 4288914800 18446744073709551615 134547764 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9569/statm: 67107 7829 64 169 0 66937 0
[pid=9567/tid=9616] ppid=9530 vsize=320508 CPUtime=0 cores=0,2
/proc/9567/task/9616/stat : 9616 (python) S 9530 9530 8612 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 735500971 328200192 13538 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604453616615552 0 0 -1 0 0 0 0
[pid=9617] ppid=9530 vsize=320520 CPUtime=0.11 cores=0,2
/proc/9617/stat : 9617 (python) S 9530 9530 8612 0 -1 4202560 906 0 0 0 6 5 0 0 15 0 1 0 735500972 328212480 13493 33554432000 4194304 5683644 140735935573264 18446744073709551615 260020416070 0 0 16781312 514 15020841763419947266 0 0 17 0 0 0 0
/proc/9617/statm: 80130 13493 370 364 0 16045 0
[pid=9619] ppid=9617 vsize=268428 CPUtime=53.06 cores=0,2
/proc/9619/stat : 9619 (hybridGM3) R 9617 9619 9619 0 -1 4202496 8086 0 0 0 5305 1 0 0 25 0 1 0 735500973 274870272 7821 33554432000 134512640 135204385 4292737472 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9619/statm: 67107 7821 64 169 0 66937 0
[pid=9530/tid=9568] ppid=9528 vsize=330764 CPUtime=0 cores=0,2
/proc/9530/task/9568/stat : 9568 (python) S 9528 9530 8612 0 -1 4202560 28 924 0 9 0 0 0 0 25 0 3 0 735490939 338702336 15005 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
[pid=9530/tid=9618] ppid=9528 vsize=330764 CPUtime=0 cores=0,2
/proc/9530/task/9618/stat : 9618 (python) S 9528 9530 8612 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 735500972 338702336 15005 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 1508648

[startup+222.301 s]
/proc/loadavg: 3.93 2.64 2.44 5/319 9669
/proc/meminfo: memFree=24494004/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=341020 CPUtime=7.9 cores=0,2
/proc/9530/stat : 9530 (python) S 9528 9530 8612 0 -1 4202496 23999 924 64 9 755 35 0 0 20 0 4 0 735490061 349204480 15011 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 17
/proc/9530/statm: 85255 15011 1880 364 0 21167 0
[pid=9567] ppid=9530 vsize=320508 CPUtime=0.22 cores=0,2
/proc/9567/stat : 9567 (python) S 9530 9530 8612 0 -1 4202560 1161 0 0 0 11 11 0 0 17 0 2 0 735490939 328200192 13538 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9567/statm: 80127 13538 414 364 0 16045 0
[pid=9569] ppid=9567 vsize=268428 CPUtime=100.09 cores=0,2
/proc/9569/stat : 9569 (hybridGM3) T 9567 9569 9569 0 -1 4202496 8095 0 0 0 10008 1 0 0 25 0 1 0 735490939 274870272 7829 33554432000 134512640 135204385 4288914800 18446744073709551615 134547764 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9569/statm: 67107 7829 64 169 0 66937 0
[pid=9567/tid=9616] ppid=9530 vsize=320508 CPUtime=0 cores=0,2

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

/proc/9617/statm: 80130 13523 399 364 0 16045 0
[pid=9619] ppid=9617 vsize=268428 CPUtime=197.08 cores=0,2
/proc/9619/stat : 9619 (hybridGM3) T 9617 9619 9619 0 -1 4202496 8086 0 0 0 19707 1 0 0 25 0 1 0 735500973 274870272 7821 33554432000 134512640 135204385 4292737472 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9619/statm: 67107 7821 64 169 0 66937 0
[pid=9617/tid=9665] ppid=9530 vsize=320520 CPUtime=0 cores=0,2
/proc/9617/task/9665/stat : 9665 (python) S 9530 9530 8612 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735511006 328212480 13523 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604451263752896 0 0 -1 0 0 0 0
[pid=9666] ppid=9530 vsize=330776 CPUtime=0.45 cores=0,2
/proc/9666/stat : 9666 (python) S 9530 9530 8612 0 -1 4202560 1125 0 0 0 22 23 0 0 15 0 2 0 735511008 338714624 13527 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9666/statm: 82694 13527 399 364 0 18606 0
[pid=9668] ppid=9666 vsize=268424 CPUtime=197.36 cores=0,2
/proc/9668/stat : 9668 (hybridGM3) T 9666 9668 9668 0 -1 4202496 8093 0 0 0 19735 1 0 0 25 0 1 0 735511008 274866176 7827 33554432000 134512640 135204385 4289741344 18446744073709551615 134537167 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9668/statm: 67106 7827 64 169 0 66936 0
[pid=9666/tid=9715] ppid=9530 vsize=330776 CPUtime=0 cores=0,2
/proc/9666/task/9715/stat : 9715 (python) S 9530 9530 8612 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735521044 338714624 13527 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604453495843520 0 0 -1 0 0 0 0
[pid=9769] ppid=9530 vsize=341032 CPUtime=0.24 cores=0,2
/proc/9769/stat : 9769 (python) S 9530 9530 8612 0 -1 4202560 1078 0 0 0 13 11 0 0 19 0 2 0 735540492 349216768 13531 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9769/statm: 85258 13531 399 364 0 21167 0
[pid=9771] ppid=9769 vsize=465044 CPUtime=99.97 cores=0,2
/proc/9771/stat : 9771 (TNM) T 9769 9771 9771 0 -1 4202496 6015 0 0 0 9996 1 0 0 25 0 1 0 735540493 476205056 5749 33554432000 134512640 135008748 4286713296 18446744073709551615 134527503 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9771/statm: 116261 5749 46 122 0 115161 0
[pid=9769/tid=9786] ppid=9530 vsize=341032 CPUtime=0 cores=0,2
/proc/9769/task/9786/stat : 9786 (python) S 9530 9530 8612 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735550515 349216768 13531 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604448007501120 0 0 -1 0 0 0 0
[pid=10008] ppid=9530 vsize=351288 CPUtime=0.46 cores=0,2
/proc/10008/stat : 10008 (python) S 9530 9530 8612 0 -1 4202560 1127 0 0 0 25 21 0 0 16 0 2 0 735560238 359718912 13535 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10008/statm: 87822 13535 399 364 0 23728 0
[pid=10010] ppid=10008 vsize=268424 CPUtime=195.04 cores=0,2
/proc/10010/stat : 10010 (hybridGM3) T 10008 10010 10010 0 -1 4202496 8089 0 0 0 19502 2 0 0 25 0 1 0 735560239 274866176 7823 33554432000 134512640 135204385 4288904928 18446744073709551615 134537228 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10010/statm: 67106 7823 64 169 0 66936 0
[pid=10008/tid=10061] ppid=9530 vsize=351288 CPUtime=0 cores=0,2
/proc/10008/task/10061/stat : 10061 (python) S 9530 9530 8612 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735570270 359718912 13535 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604453913479104 0 0 -1 0 0 0 0
[pid=10073] ppid=9530 vsize=361544 CPUtime=0.48 cores=0,2
/proc/10073/stat : 10073 (python) S 9530 9530 8612 0 -1 4202560 1129 0 0 0 26 22 0 0 16 0 2 0 735579793 370221056 13539 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10073/statm: 90386 13539 399 364 0 26289 0
[pid=10075] ppid=10073 vsize=268424 CPUtime=195.18 cores=0,2
/proc/10075/stat : 10075 (hybridGM3) T 10073 10075 10075 0 -1 4202496 8088 0 0 0 19517 1 0 0 25 0 1 0 735579793 274866176 7824 33554432000 134512640 135204385 4290620080 18446744073709551615 134547403 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10075/statm: 67106 7824 64 169 0 66936 0
[pid=10073/tid=10091] ppid=9530 vsize=361544 CPUtime=0 cores=0,2
/proc/10073/task/10091/stat : 10091 (python) S 9530 9530 8612 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 735589830 370221056 13539 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604446184581056 0 0 -1 0 0 0 0
[pid=10111] ppid=9530 vsize=371800 CPUtime=0.37 cores=0,2
/proc/10111/stat : 10111 (python) S 9530 9530 8612 0 -1 4202560 964 0 0 0 20 17 0 0 15 0 1 0 735599355 380723200 13513 33554432000 4194304 5683644 140735935573264 18446744073709551615 260020416070 0 0 16781312 514 15020841763419947265 0 0 17 0 0 0 0
/proc/10111/statm: 92950 13513 370 364 0 28850 0
[pid=10113] ppid=10111 vsize=268428 CPUtime=149.01 cores=0,2
/proc/10113/stat : 10113 (hybridGM3) R 10111 10113 10113 0 -1 4202496 8082 0 0 0 14901 0 0 0 25 0 1 0 735599355 274870272 7821 33554432000 134512640 135204385 4286563888 18446744073709551615 134536705 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10113/statm: 67107 7821 64 169 0 66937 0
[pid=9530/tid=9568] ppid=9528 vsize=382044 CPUtime=0 cores=0,2
/proc/9530/task/9568/stat : 9568 (python) S 9528 9530 8612 0 -1 4202560 31 924 0 9 0 0 0 0 18 0 8 0 735490939 391213056 15035 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
[pid=9530/tid=9618] ppid=9528 vsize=382044 CPUtime=0 cores=0,2
/proc/9530/task/9618/stat : 9618 (python) S 9528 9530 8612 0 -1 4202560 32 924 0 9 0 0 0 0 18 0 8 0 735500972 391213056 15035 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
[pid=9530/tid=9667] ppid=9528 vsize=382044 CPUtime=0 cores=0,2
/proc/9530/task/9667/stat : 9667 (python) S 9528 9530 8612 0 -1 4202560 33 924 0 9 0 0 0 0 18 0 8 0 735511008 391213056 15035 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 2 0 0 0
[pid=9530/tid=9770] ppid=9528 vsize=382044 CPUtime=0 cores=0,2
/proc/9530/task/9770/stat : 9770 (python) S 9528 9530 8612 0 -1 4202560 23 924 0 9 0 0 0 0 20 0 8 0 735540492 391213056 15035 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
[pid=9530/tid=10009] ppid=9528 vsize=382044 CPUtime=0 cores=0,2
/proc/9530/task/10009/stat : 10009 (python) S 9528 9530 8612 0 -1 4202560 31 924 0 9 0 0 0 0 18 0 8 0 735560239 391213056 15035 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 2 0 0 0
[pid=9530/tid=10074] ppid=9528 vsize=382044 CPUtime=0 cores=0,2
/proc/9530/task/10074/stat : 10074 (python) S 9528 9530 8612 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 8 0 735579793 391213056 15035 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
[pid=9530/tid=10112] ppid=9528 vsize=382044 CPUtime=0 cores=0,2
/proc/9530/task/10112/stat : 10112 (python) S 9528 9530 8612 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 8 0 735599355 391213056 15035 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1241.66
Current children cumulated vsize (KiB) 4855112



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.52 5/379 10132
/proc/meminfo: memFree=24241484/32951124 swapFree=67083432/67111528
[pid=9530] ppid=9528 vsize=392300 CPUtime=8.04 cores=0,2
/proc/9530/stat : 9530 (python) S 9528 9530 8612 0 -1 4202496 29060 924 64 9 767 37 0 0 20 0 9 0 735490061 401715200 15041 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 17
/proc/9530/statm: 98075 15041 1890 364 0 33972 0
[pid=9567] ppid=9530 vsize=320508 CPUtime=0.45 cores=0,2
/proc/9567/stat : 9567 (python) S 9530 9530 8612 0 -1 4202560 1207 0 0 0 22 23 0 0 15 0 2 0 735490939 328200192 13539 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9567/statm: 80127 13539 415 364 0 16045 0
[pid=9569] ppid=9567 vsize=268428 CPUtime=197.07 cores=0,2
/proc/9569/stat : 9569 (hybridGM3) T 9567 9569 9569 0 -1 4202496 8095 0 0 0 19706 1 0 0 25 0 1 0 735490939 274870272 7829 33554432000 134512640 135204385 4288914800 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9569/statm: 67107 7829 64 169 0 66937 0
[pid=9567/tid=9616] ppid=9530 vsize=320508 CPUtime=0 cores=0,2
/proc/9567/task/9616/stat : 9616 (python) S 9530 9530 8612 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735500971 328200192 13539 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604453616615552 0 0 -1 0 0 0 0
[pid=9617] ppid=9530 vsize=320520 CPUtime=0.47 cores=0,2
/proc/9617/stat : 9617 (python) S 9530 9530 8612 0 -1 4202560 1109 0 0 0 26 21 0 0 15 0 2 0 735500972 328212480 13523 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9617/statm: 80130 13523 399 364 0 16045 0
[pid=9619] ppid=9617 vsize=268428 CPUtime=197.08 cores=0,2
/proc/9619/stat : 9619 (hybridGM3) T 9617 9619 9619 0 -1 4202496 8086 0 0 0 19707 1 0 0 25 0 1 0 735500973 274870272 7821 33554432000 134512640 135204385 4292737472 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9619/statm: 67107 7821 64 169 0 66937 0
[pid=9617/tid=9665] ppid=9530 vsize=320520 CPUtime=0 cores=0,2
/proc/9617/task/9665/stat : 9665 (python) S 9530 9530 8612 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735511006 328212480 13523 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604451263752896 0 0 -1 0 0 0 0
[pid=9666] ppid=9530 vsize=330776 CPUtime=0.45 cores=0,2
/proc/9666/stat : 9666 (python) S 9530 9530 8612 0 -1 4202560 1125 0 0 0 22 23 0 0 15 0 2 0 735511008 338714624 13527 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9666/statm: 82694 13527 399 364 0 18606 0
[pid=9668] ppid=9666 vsize=268424 CPUtime=197.36 cores=0,2
/proc/9668/stat : 9668 (hybridGM3) T 9666 9668 9668 0 -1 4202496 8093 0 0 0 19735 1 0 0 25 0 1 0 735511008 274866176 7827 33554432000 134512640 135204385 4289741344 18446744073709551615 134537167 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9668/statm: 67106 7827 64 169 0 66936 0
[pid=9666/tid=9715] ppid=9530 vsize=330776 CPUtime=0 cores=0,2
/proc/9666/task/9715/stat : 9715 (python) S 9530 9530 8612 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735521044 338714624 13527 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604453495843520 0 0 -1 0 0 0 0
[pid=9769] ppid=9530 vsize=341032 CPUtime=0.24 cores=0,2
/proc/9769/stat : 9769 (python) S 9530 9530 8612 0 -1 4202560 1078 0 0 0 13 11 0 0 19 0 2 0 735540492 349216768 13531 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/9769/statm: 85258 13531 399 364 0 21167 0
[pid=9771] ppid=9769 vsize=465044 CPUtime=99.97 cores=0,2
/proc/9771/stat : 9771 (TNM) T 9769 9771 9771 0 -1 4202496 6015 0 0 0 9996 1 0 0 25 0 1 0 735540493 476205056 5749 33554432000 134512640 135008748 4286713296 18446744073709551615 134527503 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9771/statm: 116261 5749 46 122 0 115161 0
[pid=9769/tid=9786] ppid=9530 vsize=341032 CPUtime=0 cores=0,2
/proc/9769/task/9786/stat : 9786 (python) S 9530 9530 8612 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735550515 349216768 13531 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604448007501120 0 0 -1 0 0 0 0
[pid=10008] ppid=9530 vsize=351288 CPUtime=0.46 cores=0,2
/proc/10008/stat : 10008 (python) S 9530 9530 8612 0 -1 4202560 1127 0 0 0 25 21 0 0 16 0 2 0 735560238 359718912 13535 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10008/statm: 87822 13535 399 364 0 23728 0
[pid=10010] ppid=10008 vsize=268424 CPUtime=195.04 cores=0,2
/proc/10010/stat : 10010 (hybridGM3) T 10008 10010 10010 0 -1 4202496 8089 0 0 0 19502 2 0 0 25 0 1 0 735560239 274866176 7823 33554432000 134512640 135204385 4288904928 18446744073709551615 134537228 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10010/statm: 67106 7823 64 169 0 66936 0
[pid=10008/tid=10061] ppid=9530 vsize=351288 CPUtime=0 cores=0,2
/proc/10008/task/10061/stat : 10061 (python) S 9530 9530 8612 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735570270 359718912 13535 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604453913479104 0 0 -1 0 0 0 0
[pid=10073] ppid=9530 vsize=361544 CPUtime=0.48 cores=0,2
/proc/10073/stat : 10073 (python) S 9530 9530 8612 0 -1 4202560 1129 0 0 0 26 22 0 0 16 0 2 0 735579793 370221056 13539 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10073/statm: 90386 13539 399 364 0 26289 0
[pid=10075] ppid=10073 vsize=268424 CPUtime=195.18 cores=0,2
/proc/10075/stat : 10075 (hybridGM3) T 10073 10075 10075 0 -1 4202496 8088 0 0 0 19517 1 0 0 25 0 1 0 735579793 274866176 7824 33554432000 134512640 135204385 4290620080 18446744073709551615 134547403 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10075/statm: 67106 7824 64 169 0 66936 0
[pid=10073/tid=10091] ppid=9530 vsize=361544 CPUtime=0 cores=0,2
/proc/10073/task/10091/stat : 10091 (python) S 9530 9530 8612 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 735589830 370221056 13539 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604446184581056 0 0 -1 0 0 0 0
[pid=10111] ppid=9530 vsize=371800 CPUtime=0.49 cores=0,2
/proc/10111/stat : 10111 (python) S 9530 9530 8612 0 -1 4202560 1139 0 0 0 27 22 0 0 16 0 2 0 735599355 380723200 13543 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10111/statm: 92950 13543 399 364 0 28850 0
[pid=10113] ppid=10111 vsize=268428 CPUtime=196.13 cores=0,2
/proc/10113/stat : 10113 (hybridGM3) T 10111 10113 10113 0 -1 4202496 8082 0 0 0 19613 0 0 0 25 0 1 0 735599355 274870272 7821 33554432000 134512640 135204385 4286563888 18446744073709551615 134536843 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10113/statm: 67107 7821 64 169 0 66937 0
[pid=10111/tid=10128] ppid=9530 vsize=371800 CPUtime=0 cores=0,2
/proc/10111/task/10128/stat : 10128 (python) S 9530 9530 8612 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 735619015 380723200 13543 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 514 18446604453921986560 0 0 -1 0 0 0 0
[pid=10129] ppid=9530 vsize=382056 CPUtime=0.03 cores=0,2
/proc/10129/stat : 10129 (python) S 9530 9530 8612 0 -1 4202560 940 0 0 0 2 1 0 0 15 0 1 0 735619017 391225344 13523 33554432000 4194304 5683644 140735935573264 18446744073709551615 260020416070 0 0 16781312 514 15020841763419947266 0 0 17 0 0 0 0
/proc/10129/statm: 95514 13523 376 364 0 31411 0
[pid=10131] ppid=10129 vsize=268424 CPUtime=10.39 cores=0,2
/proc/10131/stat : 10131 (hybridGM3) R 10129 10131 10131 0 -1 4202496 8087 0 0 0 1038 1 0 0 25 0 1 0 735619017 274866176 7821 33554432000 134512640 135204385 4290482896 18446744073709551615 134537143 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10131/statm: 67106 7821 64 169 0 66936 0
[pid=9530/tid=9568] ppid=9528 vsize=392300 CPUtime=0 cores=0,2
/proc/9530/task/9568/stat : 9568 (python) S 9528 9530 8612 0 -1 4202560 31 924 0 9 0 0 0 0 18 0 9 0 735490939 401715200 15041 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
[pid=9530/tid=9618] ppid=9528 vsize=392300 CPUtime=0 cores=0,2
/proc/9530/task/9618/stat : 9618 (python) S 9528 9530 8612 0 -1 4202560 32 924 0 9 0 0 0 0 18 0 9 0 735500972 401715200 15041 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
[pid=9530/tid=9667] ppid=9528 vsize=392300 CPUtime=0 cores=0,2
/proc/9530/task/9667/stat : 9667 (python) S 9528 9530 8612 0 -1 4202560 33 924 0 9 0 0 0 0 18 0 9 0 735511008 401715200 15041 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 2 0 0 0
[pid=9530/tid=9770] ppid=9528 vsize=392300 CPUtime=0 cores=0,2
/proc/9530/task/9770/stat : 9770 (python) S 9528 9530 8612 0 -1 4202560 23 924 0 9 0 0 0 0 20 0 9 0 735540492 401715200 15041 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
[pid=9530/tid=10009] ppid=9528 vsize=392300 CPUtime=0 cores=0,2
/proc/9530/task/10009/stat : 10009 (python) S 9528 9530 8612 0 -1 4202560 31 924 0 9 0 0 0 0 18 0 9 0 735560239 401715200 15041 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 2 0 0 0
[pid=9530/tid=10074] ppid=9528 vsize=392300 CPUtime=0 cores=0,2
/proc/9530/task/10074/stat : 10074 (python) S 9528 9530 8612 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 9 0 735579793 401715200 15041 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
[pid=9530/tid=10112] ppid=9528 vsize=392300 CPUtime=0 cores=0,2
/proc/9530/task/10112/stat : 10112 (python) S 9528 9530 8612 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 9 0 735599355 401715200 15041 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
[pid=9530/tid=10130] ppid=9528 vsize=392300 CPUtime=0 cores=0,2
/proc/9530/task/10130/stat : 10130 (python) S 9528 9530 8612 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 9 0 735619017 401715200 15041 33554432000 4194304 5683644 140735935573264 18446744073709551615 260032219569 0 0 16781312 2 18446604444696867264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1299.33
Current children cumulated vsize (KiB) 5515848

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

Real time (s): 1300.06
CPU time (s): 1299.33
CPU user time (s): 1297.44
CPU system time (s): 1.89
CPU usage (%): 99.9436
Max. virtual memory (cumulated for all children) (KiB): 5515848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.67683
system time used= 0.385941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29989
page faults= 73
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34174
involuntary context switches= 67

runsolver used 4.87626 second user time and 9.70952 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 11:43:14
IDJOB=3377344
IDBENCH=82653
IDSOLVER=1857
FILE ID=node110/3377344-1305452594
RUNJOBID= node110-1305452594-9498
PBS_JOBID= 13324859
Free space on /tmp= 73636 MiB

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

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

MD5SUM BENCH= cd155ee9ac243c838c94577589f0455b
RANDOM SEED=159301025

node110.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.83
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.75
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.83
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.76
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.83
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24915680 kB
Buffers:        286876 kB
Cached:        4265628 kB
SwapCached:       1440 kB
Active:        4480496 kB
Inactive:      3222916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24915680 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:          134680 kB
Writeback:           0 kB
AnonPages:     3149572 kB
Mapped:          24316 kB
Slab:           249468 kB
PageTables:      21452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46132212 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= 73504 MiB
End job on node110 at 2011-05-15 12:04:57