Trace number 3484054

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.09 1201.75

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S845438593-067-UNKNOWN.cnf
MD5SUM3b06c2c5c22c8501e021c8b11d20bcd0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1042.77
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.45/2.57	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.45/2.57	c INFO: solving HOME/instance-3484054-1307747009.cnf
0.45/2.57	c INFO: computing task features
1.00/3.16	c INFO: computed variable-clause graph statistics
1.00/3.18	c INFO: computed clause balance statistics
3.90/6.08	c INFO: computed variable balance statistics
6.21/8.36	c INFO: computed small-clause counts
6.21/8.37	c INFO: computed Horn-clause counts
8.31/10.41	c INFO: computed variable graph statistics
8.31/10.41	c INFO: collected features for HOME/instance-3484054-1307747009.cnf in 7.82 s
8.31/10.42	c INFO: running hybridGM3@0 for 97 with 1192 remaining (b = 0.35)
108.79/110.95	c INFO: running hybridGM3@0 for 97 with 1091 remaining (b = 0.21)
209.28/211.49	c INFO: running hybridGM3@0 for 97 with 991 remaining (b = 0.14)
309.99/312.04	c INFO: running hybridGM3@100 for 97 with 890 remaining (b = 0.10)
407.12/409.17	c INFO: running hybridGM3@100 for 97 with 793 remaining (b = 0.10)
504.35/506.31	c INFO: running TNM@0 for 97 with 696 remaining (b = 0.13)
604.47/606.46	c INFO: running hybridGM3@100 for 97 with 596 remaining (b = 0.10)
701.84/703.61	c INFO: running hybridGM3@0 for 97 with 499 remaining (b = 0.10)
802.34/804.16	c INFO: running hybridGM3@100 for 97 with 399 remaining (b = 0.07)
897.47/899.29	c INFO: running hybridGM3@0 for 97 with 304 remaining (b = 0.07)
998.12/999.87	c INFO: running hybridGM3@100 for 97 with 203 remaining (b = 0.05)
1093.36/1095.02	c INFO: running hybridGM3@0 for 108 with 108 remaining (b = 0.05)
1200.09/1201.75	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 4,6

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.32 0.07 0.02 5/184 15703
/proc/meminfo: memFree=31656768/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=15080 CPUtime=0 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 618 0 0 0 0 0 0 0 21 0 1 0 886299940 15441920 513 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/15701/statm: 3770 513 300 364 0 257 0

[startup+0.0512689 s]
/proc/loadavg: 0.32 0.07 0.02 5/184 15703
/proc/meminfo: memFree=31656768/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=15384 CPUtime=0 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 797 0 0 0 0 0 0 0 18 0 1 0 886299940 15753216 682 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699962003 0 0 17 6 0 0 0
/proc/15701/statm: 3846 682 322 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+0.101685 s]
/proc/loadavg: 0.32 0.07 0.02 5/184 15703
/proc/meminfo: memFree=31656768/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=15776 CPUtime=0 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 897 0 0 0 0 0 0 0 17 0 1 0 886299940 16154624 777 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699962003 0 0 17 6 0 0 0
/proc/15701/statm: 3944 777 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.300228 s]
/proc/loadavg: 0.32 0.07 0.02 5/184 15703
/proc/meminfo: memFree=31656768/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=29788 CPUtime=0.04 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 1416 0 0 0 3 1 0 0 16 0 1 0 886299940 30502912 1258 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699962003 0 0 17 6 0 0 0
/proc/15701/statm: 7447 1258 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29788

[startup+1.86896 s]
/proc/loadavg: 0.32 0.07 0.02 5/184 15703
/proc/meminfo: memFree=31656768/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=135752 CPUtime=0.26 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 5978 935 1 0 15 11 0 0 15 0 1 0 886299940 139010048 4151 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814236165 0 2147483391 16781312 2 18446744071699962003 0 0 17 6 0 0 42
/proc/15701/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135752

[startup+1.90098 s]
/proc/loadavg: 0.32 0.07 0.02 5/184 15703
/proc/meminfo: memFree=31656768/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=135752 CPUtime=0.27 cores=4,6
/proc/15701/stat : 15701 (python) R 15694 15701 15638 0 -1 4202496 5978 935 1 0 15 12 0 0 16 0 1 0 886299940 139010048 4151 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814236165 0 0 16781312 2 0 0 0 17 6 0 0 42
/proc/15701/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 135752

[startup+3.10076 s]
/proc/loadavg: 0.32 0.07 0.02 2/190 15731
/proc/meminfo: memFree=31576760/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=299792 CPUtime=1 cores=4,6
/proc/15701/stat : 15701 (python) R 15694 15701 15638 0 -1 4202496 18582 935 1 0 78 22 0 0 16 0 1 0 886299940 306987008 11665 33554432000 4194304 5683644 140735954714336 18446744073709551615 47534141840179 0 0 16781312 2 0 0 0 17 6 0 0 42
/proc/15701/statm: 74948 11665 1772 364 0 10872 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 299792
heavy processes:

[startup+6.30027 s]
/proc/loadavg: 0.61 0.13 0.04 6/196 15737
/proc/meminfo: memFree=31443552/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=317988 CPUtime=4.21 cores=4,6
/proc/15701/stat : 15701 (python) R 15694 15701 15638 0 -1 4202496 23812 935 1 0 398 23 0 0 21 0 1 0 886299940 325619712 16883 33554432000 4194304 5683644 140735954714336 18446744073709551615 47534098937551 0 0 16781312 2 0 0 0 17 4 0 0 42
/proc/15701/statm: 79497 16883 1827 364 0 15421 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 317988
heavy processes:

[startup+12.7012 s]
/proc/loadavg: 0.89 0.20 0.06 6/202 15743
/proc/meminfo: memFree=31381936/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=325128 CPUtime=8.33 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 24095 935 1 0 810 23 0 0 25 0 2 0 886299940 332931072 16145 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 42
/proc/15701/statm: 81282 16145 1867 364 0 17200 0
[pid=15741] ppid=15701 vsize=314884 CPUtime=0 cores=4,6
/proc/15741/stat : 15741 (python) S 15701 15701 15638 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 886300983 322441216 14627 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814260239 0 0 16781312 514 12303860574550196484 0 0 17 4 0 0 0
/proc/15741/statm: 78721 14627 353 364 0 14639 0
[pid=15743] ppid=15741 vsize=276236 CPUtime=2.26 cores=4,6
/proc/15743/stat : 15743 (hybridGM3) R 15741 15743 15743 0 -1 4202496 8562 0 0 0 225 1 0 0 25 0 1 0 886300983 282865664 8301 33554432000 134512640 135204385 4294631904 18446744073709551615 134546102 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15743/statm: 69059 8301 64 169 0 68889 0
[pid=15701/tid=15742] ppid=15694 vsize=325128 CPUtime=0 cores=4,6
/proc/15701/task/15742/stat : 15742 (python) S 15694 15701 15638 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 886300983 332931072 16145 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 916248

[startup+25.5011 s]
/proc/loadavg: 1.57 0.38 0.13 5/199 15833
/proc/meminfo: memFree=31369924/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=325128 CPUtime=8.33 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 24095 935 1 0 810 23 0 0 25 0 2 0 886299940 332931072 16145 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 42
/proc/15701/statm: 81282 16145 1867 364 0 17200 0
[pid=15741] ppid=15701 vsize=314884 CPUtime=0.01 cores=4,6
/proc/15741/stat : 15741 (python) S 15701 15701 15638 0 -1 4202560 881 0 0 0 1 0 0 0 15 0 1 0 886300983 322441216 14659 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814260239 0 0 16781312 514 7052953675810963716 0 0 17 4 0 0 0
/proc/15741/statm: 78721 14659 385 364 0 14639 0
[pid=15743] ppid=15741 vsize=276236 CPUtime=15.05 cores=4,6
/proc/15743/stat : 15743 (hybridGM3) R 15741 15743 15743 0 -1 4202496 8564 0 0 0 1504 1 0 0 25 0 1 0 886300983 282865664 8303 33554432000 134512640 135204385 4294631904 18446744073709551615 134536887 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15743/statm: 69059 8303 64 169 0 68889 0
[pid=15701/tid=15742] ppid=15694 vsize=325128 CPUtime=0 cores=4,6
/proc/15701/task/15742/stat : 15742 (python) S 15694 15701 15638 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 886300983 332931072 16145 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.39
Current children cumulated vsize (KiB) 916248

[startup+51.1007 s]
/proc/loadavg: 2.40 0.67 0.23 7/196 15920
/proc/meminfo: memFree=31380768/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=325128 CPUtime=8.33 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 24095 935 1 0 810 23 0 0 25 0 2 0 886299940 332931072 16145 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 42
/proc/15701/statm: 81282 16145 1867 364 0 17200 0
[pid=15741] ppid=15701 vsize=314884 CPUtime=0.05 cores=4,6
/proc/15741/stat : 15741 (python) S 15701 15701 15638 0 -1 4202560 896 0 0 0 3 2 0 0 16 0 1 0 886300983 322441216 14659 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814260239 0 0 16781312 514 7052953675810963716 0 0 17 4 0 0 0
/proc/15741/statm: 78721 14659 385 364 0 14639 0
[pid=15743] ppid=15741 vsize=276236 CPUtime=40.61 cores=4,6
/proc/15743/stat : 15743 (hybridGM3) R 15741 15743 15743 0 -1 4202496 8564 0 0 0 4060 1 0 0 25 0 1 0 886300983 282865664 8303 33554432000 134512640 135204385 4294631904 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15743/statm: 69059 8303 64 169 0 68889 0
[pid=15701/tid=15742] ppid=15694 vsize=325128 CPUtime=0 cores=4,6
/proc/15701/task/15742/stat : 15742 (python) S 15694 15701 15638 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 886300983 332931072 16145 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.99
Current children cumulated vsize (KiB) 916248

[startup+102.301 s]
/proc/loadavg: 3.26 1.17 0.42 5/202 15983
/proc/meminfo: memFree=31290408/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=325128 CPUtime=8.33 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 24095 935 1 0 810 23 0 0 25 0 2 0 886299940 332931072 16145 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 42
/proc/15701/statm: 81282 16145 1867 364 0 17200 0
[pid=15741] ppid=15701 vsize=314884 CPUtime=0.11 cores=4,6
/proc/15741/stat : 15741 (python) S 15701 15701 15638 0 -1 4202560 919 0 0 0 5 6 0 0 15 0 1 0 886300983 322441216 14659 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814260239 0 0 16781312 514 7052953675810963716 0 0 17 4 0 0 0
/proc/15741/statm: 78721 14659 385 364 0 14639 0
[pid=15743] ppid=15741 vsize=276236 CPUtime=91.75 cores=4,6
/proc/15743/stat : 15743 (hybridGM3) R 15741 15743 15743 0 -1 4202496 8564 0 0 0 9174 1 0 0 25 0 1 0 886300983 282865664 8303 33554432000 134512640 135204385 4294631904 18446744073709551615 134536843 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15743/statm: 69059 8303 64 169 0 68889 0
[pid=15701/tid=15742] ppid=15694 vsize=325128 CPUtime=0 cores=4,6
/proc/15701/task/15742/stat : 15742 (python) S 15694 15701 15638 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 886300983 332931072 16145 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.19
Current children cumulated vsize (KiB) 916248

[startup+162.301 s]
/proc/loadavg: 3.76 1.70 0.64 5/214 15996
/proc/meminfo: memFree=31180536/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=335384 CPUtime=8.34 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 24986 935 1 0 811 23 0 0 19 0 3 0 886299940 343433216 16152 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 42
/proc/15701/statm: 83846 16152 1870 364 0 19761 0
[pid=15741] ppid=15701 vsize=325128 CPUtime=0.13 cores=4,6
/proc/15741/stat : 15741 (python) S 15701 15701 15638 0 -1 4202560 1156 0 0 0 6 7 0 0 16 0 2 0 886300983 332931072 14703 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15741/statm: 81282 14703 424 364 0 17200 0
[pid=15743] ppid=15741 vsize=276236 CPUtime=100.38 cores=4,6
/proc/15743/stat : 15743 (hybridGM3) T 15741 15743 15743 0 -1 4202496 8564 0 0 0 10037 1 0 0 25 0 1 0 886300983 282865664 8303 33554432000 134512640 135204385 4294631904 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15743/statm: 69059 8303 64 169 0 68889 0
[pid=15741/tid=15988] ppid=15701 vsize=325128 CPUtime=0 cores=4,6
/proc/15741/task/15988/stat : 15988 (python) S 15701 15701 15638 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886311036 332931072 14703 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604453985335104 0 0 -1 4 0 0 0
[pid=15989] ppid=15701 vsize=325140 CPUtime=0.06 cores=4,6
/proc/15989/stat : 15989 (python) S 15701 15701 15638 0 -1 4202560 898 0 0 0 3 3 0 0 15 0 1 0 886311036 332943360 14648 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814260294 0 0 16781312 514 7052953675810963714 0 0 17 4 0 0 0
/proc/15989/statm: 81285 14648 370 364 0 17200 0
[pid=15991] ppid=15989 vsize=276244 CPUtime=51.27 cores=4,6
/proc/15991/stat : 15991 (hybridGM3) R 15989 15991 15991 0 -1 4202496 8566 0 0 0 5127 0 0 0 25 0 1 0 886311037 282873856 8301 33554432000 134512640 135204385 4291537056 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15991/statm: 69061 8301 64 169 0 68891 0
[pid=15701/tid=15742] ppid=15694 vsize=335384 CPUtime=0 cores=4,6
/proc/15701/task/15742/stat : 15742 (python) S 15694 15701 15638 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 3 0 886300983 343433216 16152 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=15990] ppid=15694 vsize=335384 CPUtime=0 cores=4,6
/proc/15701/task/15990/stat : 15990 (python) S 15694 15701 15638 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 886311037 343433216 16152 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 160.18
Current children cumulated vsize (KiB) 1538132

[startup+222.301 s]
/proc/loadavg: 3.99 2.13 0.86 5/226 16010
/proc/meminfo: memFree=31072516/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=345640 CPUtime=8.34 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 25829 935 1 0 811 23 0 0 20 0 4 0 886299940 353935360 16158 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 42
/proc/15701/statm: 86410 16158 1872 364 0 22322 0
[pid=15741] ppid=15701 vsize=325128 CPUtime=0.13 cores=4,6
/proc/15741/stat : 15741 (python) S 15701 15701 15638 0 -1 4202560 1156 0 0 0 6 7 0 0 16 0 2 0 886300983 332931072 14703 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15741/statm: 81282 14703 424 364 0 17200 0
[pid=15743] ppid=15741 vsize=276236 CPUtime=100.38 cores=4,6
/proc/15743/stat : 15743 (hybridGM3) T 15741 15743 15743 0 -1 4202496 8564 0 0 0 10037 1 0 0 25 0 1 0 886300983 282865664 8303 33554432000 134512640 135204385 4294631904 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15743/statm: 69059 8303 64 169 0 68889 0

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

[pid=15741] ppid=15701 vsize=325128 CPUtime=0.26 cores=4,6
/proc/15741/stat : 15741 (python) S 15701 15701 15638 0 -1 4202560 1196 0 0 0 13 13 0 0 15 0 2 0 886300983 332931072 14704 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15741/statm: 81282 14704 425 364 0 17200 0
[pid=15743] ppid=15741 vsize=276236 CPUtime=197.4 cores=4,6
/proc/15743/stat : 15743 (hybridGM3) T 15741 15743 15743 0 -1 4202496 8564 0 0 0 19739 1 0 0 25 0 1 0 886300983 282865664 8303 33554432000 134512640 135204385 4294631904 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15743/statm: 69059 8303 64 169 0 68889 0
[pid=15741/tid=15988] ppid=15701 vsize=325128 CPUtime=0 cores=4,6
/proc/15741/task/15988/stat : 15988 (python) S 15701 15701 15638 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886311036 332931072 14704 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604453985335104 0 0 -1 4 0 0 0
[pid=15989] ppid=15701 vsize=325140 CPUtime=0.28 cores=4,6
/proc/15989/stat : 15989 (python) S 15701 15701 15638 0 -1 4202560 1109 0 0 0 15 13 0 0 16 0 2 0 886311036 332943360 14678 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15989/statm: 81285 14678 399 364 0 17200 0
[pid=15991] ppid=15989 vsize=276244 CPUtime=197.38 cores=4,6
/proc/15991/stat : 15991 (hybridGM3) T 15989 15991 15991 0 -1 4202496 8567 0 0 0 19738 0 0 0 25 0 1 0 886311037 282873856 8302 33554432000 134512640 135204385 4291537056 18446744073709551615 134536784 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15991/statm: 69061 8302 64 169 0 68891 0
[pid=15989/tid=16007] ppid=15701 vsize=325140 CPUtime=0 cores=4,6
/proc/15989/task/16007/stat : 16007 (python) S 15701 15701 15638 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886321089 332943360 14678 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604443884395520 0 0 -1 4 0 0 0
[pid=16008] ppid=15701 vsize=335396 CPUtime=0.29 cores=4,6
/proc/16008/stat : 16008 (python) S 15701 15701 15638 0 -1 4202560 1109 0 0 0 16 13 0 0 15 0 2 0 886321090 343445504 14682 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16008/statm: 83849 14682 399 364 0 19761 0
[pid=16010] ppid=16008 vsize=276240 CPUtime=197.67 cores=4,6
/proc/16010/stat : 16010 (hybridGM3) T 16008 16010 16010 0 -1 4202496 8563 0 0 0 19766 1 0 0 25 0 1 0 886321090 282869760 8301 33554432000 134512640 135204385 4293652160 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16010/statm: 69060 8301 64 169 0 68890 0
[pid=16008/tid=16022] ppid=15701 vsize=335396 CPUtime=0 cores=4,6
/proc/16008/task/16022/stat : 16022 (python) S 15701 15701 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886331144 343445504 14682 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604453857020864 0 0 -1 4 0 0 0
[pid=16034] ppid=15701 vsize=345652 CPUtime=0.15 cores=4,6
/proc/16034/stat : 16034 (python) S 15701 15701 15638 0 -1 4202560 1079 0 0 0 9 6 0 0 19 0 2 0 886350572 353947648 14686 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16034/statm: 86413 14686 399 364 0 22322 0
[pid=16036] ppid=16034 vsize=467024 CPUtime=100.03 cores=4,6
/proc/16036/stat : 16036 (TNM) T 16034 16036 16036 0 -1 4202496 6817 0 0 0 10002 1 0 0 25 0 1 0 886350572 478232576 6558 33554432000 134512640 135008748 4291243600 18446744073709551615 134527693 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16036/statm: 116756 6558 46 122 0 115656 0
[pid=16034/tid=16046] ppid=15701 vsize=345652 CPUtime=0 cores=4,6
/proc/16034/task/16046/stat : 16046 (python) S 15701 15701 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886360586 353947648 14686 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604443818093312 0 0 -1 6 0 0 0
[pid=16055] ppid=15701 vsize=355908 CPUtime=0.29 cores=4,6
/proc/16055/stat : 16055 (python) S 15701 15701 15638 0 -1 4202560 1118 0 0 0 16 13 0 0 15 0 2 0 886370301 364449792 14690 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16055/statm: 88977 14690 399 364 0 24883 0
[pid=16057] ppid=16055 vsize=276240 CPUtime=195.42 cores=4,6
/proc/16057/stat : 16057 (hybridGM3) T 16055 16057 16057 0 -1 4202496 8568 0 0 0 19541 1 0 0 25 0 1 0 886370302 282869760 8304 33554432000 134512640 135204385 4294122112 18446744073709551615 134537401 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16057/statm: 69060 8304 64 169 0 68890 0
[pid=16055/tid=16068] ppid=15701 vsize=355908 CPUtime=0 cores=4,6
/proc/16055/task/16068/stat : 16068 (python) S 15701 15701 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886380356 364449792 14690 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604453874708736 0 0 -1 4 0 0 0
[pid=16076] ppid=15701 vsize=366164 CPUtime=0.32 cores=4,6
/proc/16076/stat : 16076 (python) S 15701 15701 15638 0 -1 4202560 1118 0 0 0 18 14 0 0 15 0 2 0 886389870 374951936 14694 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16076/statm: 91541 14694 399 364 0 27444 0
[pid=16078] ppid=16076 vsize=276240 CPUtime=195.48 cores=4,6
/proc/16078/stat : 16078 (hybridGM3) T 16076 16078 16078 0 -1 4202496 8563 0 0 0 19548 0 0 0 25 0 1 0 886389871 282869760 8302 33554432000 134512640 135204385 4288130064 18446744073709551615 134537435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16078/statm: 69060 8302 64 169 0 68890 0
[pid=16076/tid=16089] ppid=15701 vsize=366164 CPUtime=0 cores=4,6
/proc/16076/task/16089/stat : 16089 (python) S 15701 15701 15638 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886399927 374951936 14694 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604453901571904 0 0 -1 4 0 0 0
[pid=16097] ppid=15701 vsize=376420 CPUtime=0.13 cores=4,6
/proc/16097/stat : 16097 (python) S 15701 15701 15638 0 -1 4202560 918 0 0 0 7 6 0 0 15 0 1 0 886409443 385454080 14668 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814260294 0 0 16781312 514 7052953675810963714 0 0 17 4 0 0 0
/proc/16097/statm: 94105 14668 370 364 0 30005 0
[pid=16099] ppid=16097 vsize=276236 CPUtime=87.15 cores=4,6
/proc/16099/stat : 16099 (hybridGM3) R 16097 16099 16099 0 -1 4202496 8558 0 0 0 8714 1 0 0 25 0 1 0 886409443 282865664 8298 33554432000 134512640 135204385 4292135952 18446744073709551615 134536605 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16099/statm: 69059 8298 64 169 0 68889 0
[pid=15701/tid=15742] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/15742/stat : 15742 (python) S 15694 15701 15638 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886300983 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=15990] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/15990/stat : 15990 (python) S 15694 15701 15638 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886311037 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=16009] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/16009/stat : 16009 (python) S 15694 15701 15638 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 8 0 886321090 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=16035] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/16035/stat : 16035 (python) S 15694 15701 15638 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 886350572 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=16056] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/16056/stat : 16056 (python) S 15694 15701 15638 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 886370302 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=16077] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/16077/stat : 16077 (python) S 15694 15701 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 8 0 886389871 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 6 0 0 0
[pid=15701/tid=16098] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/16098/stat : 16098 (python) S 15694 15701 15638 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 886409443 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1180.67
Current children cumulated vsize (KiB) 4940932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.00 3.94 2.89 4/269 16110
/proc/meminfo: memFree=30708756/32950928 swapFree=67050648/67111528
[pid=15701] ppid=15694 vsize=386664 CPUtime=8.42 cores=4,6
/proc/15701/stat : 15701 (python) S 15694 15701 15638 0 -1 4202496 29568 935 1 0 817 25 0 0 20 0 8 0 886299940 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 42
/proc/15701/statm: 96666 16182 1880 364 0 32566 0
[pid=15741] ppid=15701 vsize=325128 CPUtime=0.26 cores=4,6
/proc/15741/stat : 15741 (python) S 15701 15701 15638 0 -1 4202560 1196 0 0 0 13 13 0 0 15 0 2 0 886300983 332931072 14704 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15741/statm: 81282 14704 425 364 0 17200 0
[pid=15743] ppid=15741 vsize=276236 CPUtime=197.4 cores=4,6
/proc/15743/stat : 15743 (hybridGM3) T 15741 15743 15743 0 -1 4202496 8564 0 0 0 19739 1 0 0 25 0 1 0 886300983 282865664 8303 33554432000 134512640 135204385 4294631904 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15743/statm: 69059 8303 64 169 0 68889 0
[pid=15741/tid=15988] ppid=15701 vsize=325128 CPUtime=0 cores=4,6
/proc/15741/task/15988/stat : 15988 (python) S 15701 15701 15638 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886311036 332931072 14704 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604453985335104 0 0 -1 4 0 0 0
[pid=15989] ppid=15701 vsize=325140 CPUtime=0.28 cores=4,6
/proc/15989/stat : 15989 (python) S 15701 15701 15638 0 -1 4202560 1109 0 0 0 15 13 0 0 16 0 2 0 886311036 332943360 14678 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15989/statm: 81285 14678 399 364 0 17200 0
[pid=15991] ppid=15989 vsize=276244 CPUtime=197.38 cores=4,6
/proc/15991/stat : 15991 (hybridGM3) T 15989 15991 15991 0 -1 4202496 8567 0 0 0 19738 0 0 0 25 0 1 0 886311037 282873856 8302 33554432000 134512640 135204385 4291537056 18446744073709551615 134536784 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15991/statm: 69061 8302 64 169 0 68891 0
[pid=15989/tid=16007] ppid=15701 vsize=325140 CPUtime=0 cores=4,6
/proc/15989/task/16007/stat : 16007 (python) S 15701 15701 15638 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886321089 332943360 14678 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604443884395520 0 0 -1 4 0 0 0
[pid=16008] ppid=15701 vsize=335396 CPUtime=0.29 cores=4,6
/proc/16008/stat : 16008 (python) S 15701 15701 15638 0 -1 4202560 1109 0 0 0 16 13 0 0 15 0 2 0 886321090 343445504 14682 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16008/statm: 83849 14682 399 364 0 19761 0
[pid=16010] ppid=16008 vsize=276240 CPUtime=197.67 cores=4,6
/proc/16010/stat : 16010 (hybridGM3) T 16008 16010 16010 0 -1 4202496 8563 0 0 0 19766 1 0 0 25 0 1 0 886321090 282869760 8301 33554432000 134512640 135204385 4293652160 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16010/statm: 69060 8301 64 169 0 68890 0
[pid=16008/tid=16022] ppid=15701 vsize=335396 CPUtime=0 cores=4,6
/proc/16008/task/16022/stat : 16022 (python) S 15701 15701 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886331144 343445504 14682 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604453857020864 0 0 -1 4 0 0 0
[pid=16034] ppid=15701 vsize=345652 CPUtime=0.15 cores=4,6
/proc/16034/stat : 16034 (python) S 15701 15701 15638 0 -1 4202560 1079 0 0 0 9 6 0 0 19 0 2 0 886350572 353947648 14686 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16034/statm: 86413 14686 399 364 0 22322 0
[pid=16036] ppid=16034 vsize=467024 CPUtime=100.03 cores=4,6
/proc/16036/stat : 16036 (TNM) T 16034 16036 16036 0 -1 4202496 6817 0 0 0 10002 1 0 0 25 0 1 0 886350572 478232576 6558 33554432000 134512640 135008748 4291243600 18446744073709551615 134527693 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16036/statm: 116756 6558 46 122 0 115656 0
[pid=16034/tid=16046] ppid=15701 vsize=345652 CPUtime=0 cores=4,6
/proc/16034/task/16046/stat : 16046 (python) S 15701 15701 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886360586 353947648 14686 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604443818093312 0 0 -1 6 0 0 0
[pid=16055] ppid=15701 vsize=355908 CPUtime=0.29 cores=4,6
/proc/16055/stat : 16055 (python) S 15701 15701 15638 0 -1 4202560 1118 0 0 0 16 13 0 0 15 0 2 0 886370301 364449792 14690 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16055/statm: 88977 14690 399 364 0 24883 0
[pid=16057] ppid=16055 vsize=276240 CPUtime=195.42 cores=4,6
/proc/16057/stat : 16057 (hybridGM3) T 16055 16057 16057 0 -1 4202496 8568 0 0 0 19541 1 0 0 25 0 1 0 886370302 282869760 8304 33554432000 134512640 135204385 4294122112 18446744073709551615 134537401 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16057/statm: 69060 8304 64 169 0 68890 0
[pid=16055/tid=16068] ppid=15701 vsize=355908 CPUtime=0 cores=4,6
/proc/16055/task/16068/stat : 16068 (python) S 15701 15701 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886380356 364449792 14690 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604453874708736 0 0 -1 4 0 0 0
[pid=16076] ppid=15701 vsize=366164 CPUtime=0.32 cores=4,6
/proc/16076/stat : 16076 (python) S 15701 15701 15638 0 -1 4202560 1118 0 0 0 18 14 0 0 15 0 2 0 886389870 374951936 14694 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16076/statm: 91541 14694 399 364 0 27444 0
[pid=16078] ppid=16076 vsize=276240 CPUtime=195.48 cores=4,6
/proc/16078/stat : 16078 (hybridGM3) T 16076 16078 16078 0 -1 4202496 8563 0 0 0 19548 0 0 0 25 0 1 0 886389871 282869760 8302 33554432000 134512640 135204385 4288130064 18446744073709551615 134537435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16078/statm: 69060 8302 64 169 0 68890 0
[pid=16076/tid=16089] ppid=15701 vsize=366164 CPUtime=0 cores=4,6
/proc/16076/task/16089/stat : 16089 (python) S 15701 15701 15638 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886399927 374951936 14694 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 514 18446604453901571904 0 0 -1 4 0 0 0
[pid=16097] ppid=15701 vsize=376420 CPUtime=0.17 cores=4,6
/proc/16097/stat : 16097 (python) S 15701 15701 15638 0 -1 4202560 926 0 0 0 9 8 0 0 15 0 1 0 886409443 385454080 14668 33554432000 4194304 5683644 140735954714336 18446744073709551615 251814260294 0 0 16781312 514 7052953675810963714 0 0 17 4 0 0 0
/proc/16097/statm: 94105 14668 370 364 0 30005 0
[pid=16099] ppid=16097 vsize=276236 CPUtime=106.53 cores=4,6
/proc/16099/stat : 16099 (hybridGM3) R 16097 16099 16099 0 -1 4202496 8558 0 0 0 10652 1 0 0 25 0 1 0 886409443 282865664 8298 33554432000 134512640 135204385 4292135952 18446744073709551615 134536698 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16099/statm: 69059 8298 64 169 0 68889 0
[pid=15701/tid=15742] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/15742/stat : 15742 (python) S 15694 15701 15638 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886300983 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=15990] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/15990/stat : 15990 (python) S 15694 15701 15638 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886311037 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=16009] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/16009/stat : 16009 (python) S 15694 15701 15638 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 8 0 886321090 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=16035] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/16035/stat : 16035 (python) S 15694 15701 15638 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 886350572 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=16056] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/16056/stat : 16056 (python) S 15694 15701 15638 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 886370302 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
[pid=15701/tid=16077] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/16077/stat : 16077 (python) S 15694 15701 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 8 0 886389871 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 6 0 0 0
[pid=15701/tid=16098] ppid=15694 vsize=386664 CPUtime=0 cores=4,6
/proc/15701/task/16098/stat : 16098 (python) S 15694 15701 15638 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 886409443 395943936 16182 33554432000 4194304 5683644 140735954714336 18446744073709551615 251826063793 0 0 16781312 2 18446604453884119936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 4940932

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 15701 and gives
#  childrusage.ru_utime.tv_sec=115
#  childrusage.ru_utime.tv_usec=735405
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=115830
# CPU time returned by wait4() is 116.851
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.75
CPU time (s): 1200.09
CPU user time (s): 1198.99
CPU system time (s): 1.1
CPU usage (%): 99.8616
Max. virtual memory (cumulated for all children) (KiB): 4940932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.735
system time used= 1.11583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48147
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= 11706
involuntary context switches= 482

runsolver used 2.55761 second user time and 5.65914 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 01:03:29
IDJOB=3484054
IDBENCH=82565
IDSOLVER=1975
FILE ID=node126/3484054-1307747009
RUNJOBID= node126-1307747008-15657
PBS_JOBID= 13550831
Free space on /tmp= 74164 MiB

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

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

MD5SUM BENCH= 3b06c2c5c22c8501e021c8b11d20bcd0
RANDOM SEED=5039089

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.74
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.783
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.80
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.783
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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31659028 kB
Buffers:        238388 kB
Cached:         830600 kB
SwapCached:      14856 kB
Active:         531512 kB
Inactive:       557552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31659028 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:          134020 kB
Writeback:           0 kB
AnonPages:       17884 kB
Mapped:           8700 kB
Slab:           136812 kB
PageTables:       5076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192064 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= 74032 MiB
End job on node126 at 2011-06-11 01:23:36