Trace number 3484067

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 1199.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S471691933-060-UNKNOWN.cnf
MD5SUM91da78a39fd68b6c63602d278464956f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3484067-1307747034.cnf
0.32/0.47	c INFO: computing task features
0.90/1.05	c INFO: computed variable-clause graph statistics
0.90/1.07	c INFO: computed clause balance statistics
3.89/4.00	c INFO: computed variable balance statistics
6.09/6.27	c INFO: computed small-clause counts
6.09/6.28	c INFO: computed Horn-clause counts
8.19/8.30	c INFO: computed variable graph statistics
8.19/8.30	c INFO: collected features for HOME/instance-3484067-1307747034.cnf in 7.81 s
8.19/8.31	c INFO: running hybridGM3@0 for 97 with 1192 remaining (b = 0.35)
108.82/108.81	c INFO: running hybridGM3@0 for 97 with 1091 remaining (b = 0.21)
209.31/209.35	c INFO: running hybridGM3@0 for 97 with 991 remaining (b = 0.14)
309.06/308.91	c INFO: running hybridGM3@100 for 97 with 891 remaining (b = 0.10)
406.25/406.05	c INFO: running hybridGM3@100 for 97 with 794 remaining (b = 0.10)
503.40/503.19	c INFO: running TNM@0 for 97 with 697 remaining (b = 0.13)
603.71/603.34	c INFO: running hybridGM3@99 for 97 with 597 remaining (b = 0.10)
699.96/699.49	c INFO: running hybridGM3@0 for 97 with 501 remaining (b = 0.10)
799.71/799.05	c INFO: running hybridGM3@99 for 97 with 401 remaining (b = 0.07)
900.07/899.20	c INFO: running hybridGM3@0 for 97 with 301 remaining (b = 0.07)
1000.59/999.78	c INFO: running hybridGM3@100 for 97 with 201 remaining (b = 0.05)
1095.82/1094.93	c INFO: running hybridGM3@0 for 106 with 106 remaining (b = 0.05)
1200.09/1199.05	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-3484067-1307747034/watcher-3484067-1307747034 -o /tmp/evaluation-result-3484067-1307747034/solver-3484067-1307747034 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484067-1307747034.cnf -seed 1592216059 -budget 1200 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.36 0.32 0.11 4/194 15820
/proc/meminfo: memFree=31476216/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=15784 CPUtime=0 cores=5,7
/proc/15820/stat : 15820 (python) R 15818 15820 15638 0 -1 4202496 833 0 0 0 0 0 0 0 25 0 1 0 886302097 16162816 716 33554432000 4194304 5683644 140735130606720 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15820/statm: 3946 718 334 364 0 433 0

[startup+0.015564 s]
/proc/loadavg: 1.36 0.32 0.11 4/194 15820
/proc/meminfo: memFree=31476216/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=16240 CPUtime=0 cores=5,7
/proc/15820/stat : 15820 (python) S 15818 15820 15638 0 -1 4202496 1051 0 0 0 0 0 0 0 25 0 1 0 886302097 16629760 921 33554432000 4194304 5683644 140735130606720 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/15820/statm: 4060 921 381 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100183 s]
/proc/loadavg: 1.36 0.32 0.11 4/194 15820
/proc/meminfo: memFree=31476216/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=104224 CPUtime=0.06 cores=5,7
/proc/15820/stat : 15820 (python) S 15818 15820 15638 0 -1 4202496 3051 0 0 0 5 1 0 0 17 0 1 0 886302097 106725376 2733 33554432000 4194304 5683644 140735130606720 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/15820/statm: 26056 2733 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300144 s]
/proc/loadavg: 1.36 0.32 0.11 4/194 15820
/proc/meminfo: memFree=31476216/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=157384 CPUtime=0.22 cores=5,7
/proc/15820/stat : 15820 (python) S 15818 15820 15638 0 -1 4202496 6607 932 1 0 16 6 0 0 17 0 1 0 886302097 161161216 4695 33554432000 4194304 5683644 140735130606720 18446744073709551615 251809316487 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/15820/statm: 39346 4695 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 157384

[startup+0.700072 s]
/proc/loadavg: 1.36 0.32 0.11 4/194 15820
/proc/meminfo: memFree=31476216/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=296032 CPUtime=0.59 cores=5,7
/proc/15820/stat : 15820 (python) R 15818 15820 15638 0 -1 4202496 13634 932 1 0 50 9 0 0 17 0 1 0 886302097 303136768 11304 33554432000 4194304 5683644 140735130606720 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15820/statm: 74008 11304 1761 364 0 9932 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 296032

[startup+1.50094 s]
/proc/loadavg: 1.36 0.32 0.11 6/196 15830
/proc/meminfo: memFree=31398512/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=317984 CPUtime=1.39 cores=5,7
/proc/15820/stat : 15820 (python) R 15818 15820 15638 0 -1 4202496 23810 932 1 0 129 10 0 0 19 0 1 0 886302097 325615616 16880 33554432000 4194304 5683644 140735130606720 18446744073709551615 47669379860050 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15820/statm: 79496 16880 1826 364 0 15420 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 317984

[startup+3.10067 s]
/proc/loadavg: 1.36 0.32 0.11 6/199 15833
/proc/meminfo: memFree=31369680/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=317984 CPUtime=2.99 cores=5,7
/proc/15820/stat : 15820 (python) R 15818 15820 15638 0 -1 4202496 23810 932 1 0 289 10 0 0 22 0 1 0 886302097 325615616 16880 33554432000 4194304 5683644 140735130606720 18446744073709551615 4623672 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15820/statm: 79496 16880 1826 364 0 15420 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 317984

[startup+6.30013 s]
/proc/loadavg: 1.57 0.38 0.13 6/199 15833
/proc/meminfo: memFree=31367692/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=317984 CPUtime=6.19 cores=5,7
/proc/15820/stat : 15820 (python) R 15818 15820 15638 0 -1 4202496 23817 932 1 0 609 10 0 0 25 0 1 0 886302097 325615616 16887 33554432000 4194304 5683644 140735130606720 18446744073709551615 47669377087628 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15820/statm: 79496 16887 1833 364 0 15420 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 317984

[startup+12.7011 s]
/proc/loadavg: 1.77 0.44 0.15 6/203 15840
/proc/meminfo: memFree=31353244/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=325124 CPUtime=8.21 cores=5,7
/proc/15820/stat : 15820 (python) S 15818 15820 15638 0 -1 4202496 24094 932 1 0 810 11 0 0 25 0 2 0 886302097 332926976 16143 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15820/statm: 81281 16143 1867 364 0 17199 0
[pid=15834] ppid=15820 vsize=314880 CPUtime=0 cores=5,7
/proc/15834/stat : 15834 (python) S 15820 15820 15638 0 -1 4202560 867 0 0 0 0 0 0 0 15 0 1 0 886302928 322437120 14648 33554432000 4194304 5683644 140735130606720 18446744073709551615 251814260239 0 0 16781312 514 2178698512529588488 0 0 17 7 0 0 0
/proc/15834/statm: 78720 14648 376 364 0 14638 0
[pid=15836] ppid=15834 vsize=276236 CPUtime=4.37 cores=5,7
/proc/15836/stat : 15836 (hybridGM3) R 15834 15836 15836 0 -1 4202496 8555 0 0 0 436 1 0 0 25 0 1 0 886302928 282865664 8294 33554432000 134512640 135204385 4289990736 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15836/statm: 69059 8294 64 169 0 68889 0
[pid=15820/tid=15835] ppid=15818 vsize=325124 CPUtime=0 cores=5,7
/proc/15820/task/15835/stat : 15835 (python) S 15818 15820 15638 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 886302928 332926976 16143 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 916240

[startup+25.5009 s]
/proc/loadavg: 2.26 0.62 0.21 5/202 15888
/proc/meminfo: memFree=31355048/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=325124 CPUtime=8.21 cores=5,7
/proc/15820/stat : 15820 (python) S 15818 15820 15638 0 -1 4202496 24094 932 1 0 810 11 0 0 25 0 2 0 886302097 332926976 16143 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15820/statm: 81281 16143 1867 364 0 17199 0
[pid=15834] ppid=15820 vsize=314880 CPUtime=0.01 cores=5,7
/proc/15834/stat : 15834 (python) S 15820 15820 15638 0 -1 4202560 873 0 0 0 0 1 0 0 15 0 1 0 886302928 322437120 14648 33554432000 4194304 5683644 140735130606720 18446744073709551615 251814260239 0 0 16781312 514 16231043425787412744 0 0 17 7 0 0 0
/proc/15834/statm: 78720 14648 376 364 0 14638 0
[pid=15836] ppid=15834 vsize=276236 CPUtime=17.17 cores=5,7
/proc/15836/stat : 15836 (hybridGM3) R 15834 15836 15836 0 -1 4202496 8559 0 0 0 1716 1 0 0 25 0 1 0 886302928 282865664 8298 33554432000 134512640 135204385 4289990736 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15836/statm: 69059 8298 64 169 0 68889 0
[pid=15820/tid=15835] ppid=15818 vsize=325124 CPUtime=0 cores=5,7
/proc/15820/task/15835/stat : 15835 (python) S 15818 15820 15638 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 886302928 332926976 16143 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 916240

[startup+51.1006 s]
/proc/loadavg: 2.78 0.87 0.30 5/199 15979
/proc/meminfo: memFree=31321344/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=325124 CPUtime=8.21 cores=5,7
/proc/15820/stat : 15820 (python) S 15818 15820 15638 0 -1 4202496 24094 932 1 0 810 11 0 0 25 0 2 0 886302097 332926976 16143 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15820/statm: 81281 16143 1867 364 0 17199 0
[pid=15834] ppid=15820 vsize=314880 CPUtime=0.05 cores=5,7
/proc/15834/stat : 15834 (python) S 15820 15820 15638 0 -1 4202560 885 0 0 0 2 3 0 0 15 0 1 0 886302928 322437120 14648 33554432000 4194304 5683644 140735130606720 18446744073709551615 251814260239 0 0 16781312 514 16231043425787412744 0 0 17 7 0 0 0
/proc/15834/statm: 78720 14648 376 364 0 14638 0
[pid=15836] ppid=15834 vsize=276236 CPUtime=42.77 cores=5,7
/proc/15836/stat : 15836 (hybridGM3) R 15834 15836 15836 0 -1 4202496 8559 0 0 0 4276 1 0 0 25 0 1 0 886302928 282865664 8298 33554432000 134512640 135204385 4289990736 18446744073709551615 134547654 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15836/statm: 69059 8298 64 169 0 68889 0
[pid=15820/tid=15835] ppid=15818 vsize=325124 CPUtime=0 cores=5,7
/proc/15820/task/15835/stat : 15835 (python) S 15818 15820 15638 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 886302928 332926976 16143 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 916240

[startup+102.307 s]
/proc/loadavg: 3.54 1.37 0.50 5/210 15992
/proc/meminfo: memFree=31219772/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=325124 CPUtime=8.21 cores=5,7
/proc/15820/stat : 15820 (python) S 15818 15820 15638 0 -1 4202496 24094 932 1 0 810 11 0 0 25 0 2 0 886302097 332926976 16143 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15820/statm: 81281 16143 1867 364 0 17199 0
[pid=15834] ppid=15820 vsize=314880 CPUtime=0.11 cores=5,7
/proc/15834/stat : 15834 (python) S 15820 15820 15638 0 -1 4202560 908 0 0 0 5 6 0 0 15 0 1 0 886302928 322437120 14648 33554432000 4194304 5683644 140735130606720 18446744073709551615 251814260239 0 0 16781312 514 16231043425787412744 0 0 17 7 0 0 0
/proc/15834/statm: 78720 14648 376 364 0 14638 0
[pid=15836] ppid=15834 vsize=276236 CPUtime=93.98 cores=5,7
/proc/15836/stat : 15836 (hybridGM3) R 15834 15836 15836 0 -1 4202496 8559 0 0 0 9397 1 0 0 25 0 1 0 886302928 282865664 8298 33554432000 134512640 135204385 4289990736 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15836/statm: 69059 8298 64 169 0 68889 0
[pid=15820/tid=15835] ppid=15818 vsize=325124 CPUtime=0 cores=5,7
/proc/15820/task/15835/stat : 15835 (python) S 15818 15820 15638 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 2 0 886302928 332926976 16143 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 916240

[startup+162.301 s]
/proc/loadavg: 3.83 1.84 0.71 5/218 16001
/proc/meminfo: memFree=31143916/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=335380 CPUtime=8.22 cores=5,7
/proc/15820/stat : 15820 (python) S 15818 15820 15638 0 -1 4202496 24987 932 1 0 811 11 0 0 19 0 3 0 886302097 343429120 16150 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15820/statm: 83845 16150 1870 364 0 19760 0
[pid=15834] ppid=15820 vsize=325124 CPUtime=0.13 cores=5,7
/proc/15834/stat : 15834 (python) S 15820 15820 15638 0 -1 4202560 1150 0 0 0 6 7 0 0 16 0 2 0 886302928 332926976 14692 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15834/statm: 81281 14692 415 364 0 17199 0
[pid=15836] ppid=15834 vsize=276236 CPUtime=100.48 cores=5,7
/proc/15836/stat : 15836 (hybridGM3) T 15834 15836 15836 0 -1 4202496 8562 0 0 0 10047 1 0 0 25 0 1 0 886302928 282865664 8301 33554432000 134512640 135204385 4289990736 18446744073709551615 134537228 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15836/statm: 69059 8301 64 169 0 68889 0
[pid=15834/tid=15993] ppid=15820 vsize=325124 CPUtime=0 cores=5,7
/proc/15834/task/15993/stat : 15993 (python) S 15820 15820 15638 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886312977 332926976 14692 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604466304862912 0 0 -1 5 0 0 0
[pid=15994] ppid=15820 vsize=325136 CPUtime=0.06 cores=5,7
/proc/15994/stat : 15994 (python) S 15820 15820 15638 0 -1 4202560 907 0 0 0 3 3 0 0 15 0 1 0 886312978 332939264 14646 33554432000 4194304 5683644 140735130606720 18446744073709551615 251814260294 0 0 16781312 514 16231043425787412744 0 0 17 5 0 0 0
/proc/15994/statm: 81284 14646 370 364 0 17199 0
[pid=15996] ppid=15994 vsize=276236 CPUtime=53.4 cores=5,7
/proc/15996/stat : 15996 (hybridGM3) R 15994 15996 15996 0 -1 4202496 8565 0 0 0 5339 1 0 0 25 0 1 0 886312979 282865664 8300 33554432000 134512640 135204385 4290507568 18446744073709551615 134547428 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15996/statm: 69059 8300 64 169 0 68889 0
[pid=15820/tid=15835] ppid=15818 vsize=335380 CPUtime=0 cores=5,7
/proc/15820/task/15835/stat : 15835 (python) S 15818 15820 15638 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 3 0 886302928 343429120 16150 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=15995] ppid=15818 vsize=335380 CPUtime=0 cores=5,7
/proc/15820/task/15995/stat : 15995 (python) S 15818 15820 15638 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886312978 343429120 16150 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1538112

[startup+222.301 s]
/proc/loadavg: 3.99 2.25 0.92 5/230 16015
/proc/meminfo: memFree=31034404/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=345636 CPUtime=8.23 cores=5,7
/proc/15820/stat : 15820 (python) S 15818 15820 15638 0 -1 4202496 25824 932 1 0 812 11 0 0 20 0 4 0 886302097 353931264 16156 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15820/statm: 86409 16156 1872 364 0 22321 0
[pid=15834] ppid=15820 vsize=325124 CPUtime=0.13 cores=5,7
/proc/15834/stat : 15834 (python) S 15820 15820 15638 0 -1 4202560 1150 0 0 0 6 7 0 0 16 0 2 0 886302928 332926976 14692 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15834/statm: 81281 14692 415 364 0 17199 0
[pid=15836] ppid=15834 vsize=276236 CPUtime=100.48 cores=5,7
/proc/15836/stat : 15836 (hybridGM3) T 15834 15836 15836 0 -1 4202496 8562 0 0 0 10047 1 0 0 25 0 1 0 886302928 282865664 8301 33554432000 134512640 135204385 4289990736 18446744073709551615 134537228 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15836/statm: 69059 8301 64 169 0 68889 0
[pid=15834/tid=15993] ppid=15820 vsize=325124 CPUtime=0 cores=5,7
/proc/15834/task/15993/stat : 15993 (python) S 15820 15820 15638 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886312977 332926976 14692 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604466304862912 0 0 -1 5 0 0 0

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

[pid=15834] ppid=15820 vsize=325124 CPUtime=0.28 cores=5,7
/proc/15834/stat : 15834 (python) S 15820 15820 15638 0 -1 4202560 1201 0 0 0 14 14 0 0 16 0 2 0 886302928 332926976 14693 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15834/statm: 81281 14693 416 364 0 17199 0
[pid=15836] ppid=15834 vsize=276236 CPUtime=197.58 cores=5,7
/proc/15836/stat : 15836 (hybridGM3) T 15834 15836 15836 0 -1 4202496 8562 0 0 0 19757 1 0 0 25 0 1 0 886302928 282865664 8301 33554432000 134512640 135204385 4289990736 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15836/statm: 69059 8301 64 169 0 68889 0
[pid=15834/tid=15993] ppid=15820 vsize=325124 CPUtime=0 cores=5,7
/proc/15834/task/15993/stat : 15993 (python) S 15820 15820 15638 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886312977 332926976 14693 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604466304862912 0 0 -1 5 0 0 0
[pid=15994] ppid=15820 vsize=325136 CPUtime=0.28 cores=5,7
/proc/15994/stat : 15994 (python) S 15820 15820 15638 0 -1 4202560 1111 0 0 0 15 13 0 0 15 0 2 0 886312978 332939264 14676 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15994/statm: 81284 14676 399 364 0 17199 0
[pid=15996] ppid=15994 vsize=276236 CPUtime=197.42 cores=5,7
/proc/15996/stat : 15996 (hybridGM3) T 15994 15996 15996 0 -1 4202496 8565 0 0 0 19741 1 0 0 25 0 1 0 886312979 282865664 8300 33554432000 134512640 135204385 4290507568 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15996/statm: 69059 8300 64 169 0 68889 0
[pid=15994/tid=16011] ppid=15820 vsize=325136 CPUtime=0 cores=5,7
/proc/15994/task/16011/stat : 16011 (python) S 15820 15820 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886323032 332939264 14676 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604471146590592 0 0 -1 5 0 0 0
[pid=16012] ppid=15820 vsize=335392 CPUtime=0.3 cores=5,7
/proc/16012/stat : 16012 (python) S 15820 15820 15638 0 -1 4202560 1107 0 0 0 16 14 0 0 15 0 2 0 886323033 343441408 14680 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16012/statm: 83848 14680 399 364 0 19760 0
[pid=16014] ppid=16012 vsize=276240 CPUtime=195.68 cores=5,7
/proc/16014/stat : 16014 (hybridGM3) T 16012 16014 16014 0 -1 4202496 8566 0 0 0 19567 1 0 0 25 0 1 0 886323033 282869760 8303 33554432000 134512640 135204385 4294358656 18446744073709551615 134537502 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16014/statm: 69060 8303 64 169 0 68890 0
[pid=16012/tid=16024] ppid=15820 vsize=335392 CPUtime=0 cores=5,7
/proc/16012/task/16024/stat : 16024 (python) S 15820 15820 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886332987 343441408 14680 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604471096568768 0 0 -1 7 0 0 0
[pid=16037] ppid=15820 vsize=345648 CPUtime=0.14 cores=5,7
/proc/16037/stat : 16037 (python) S 15820 15820 15638 0 -1 4202560 1083 0 0 0 7 7 0 0 19 0 2 0 886352416 353943552 14684 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16037/statm: 86412 14684 399 364 0 22321 0
[pid=16039] ppid=16037 vsize=467024 CPUtime=100.13 cores=5,7
/proc/16039/stat : 16039 (TNM) T 16037 16039 16039 0 -1 4202496 6818 0 0 0 10013 0 0 0 25 0 1 0 886352417 478232576 6559 33554432000 134512640 135008748 4290663840 18446744073709551615 134527327 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16039/statm: 116756 6559 46 122 0 115656 0
[pid=16037/tid=16048] ppid=15820 vsize=345648 CPUtime=0 cores=5,7
/proc/16037/task/16048/stat : 16048 (python) S 15820 15820 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886362431 353943552 14684 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604458212317248 0 0 -1 7 0 0 0
[pid=16058] ppid=15820 vsize=355904 CPUtime=0.3 cores=5,7
/proc/16058/stat : 16058 (python) S 15820 15820 15638 0 -1 4202560 1119 0 0 0 15 15 0 0 15 0 2 0 886372046 364445696 14688 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16058/statm: 88976 14688 399 364 0 24882 0
[pid=16060] ppid=16058 vsize=276236 CPUtime=199.69 cores=5,7
/proc/16060/stat : 16060 (hybridGM3) T 16058 16060 16060 0 -1 4202496 8566 0 0 0 19968 1 0 0 25 0 1 0 886372047 282865664 8302 33554432000 134512640 135204385 4290341616 18446744073709551615 134547446 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16060/statm: 69059 8302 64 169 0 68889 0
[pid=16058/tid=16069] ppid=15820 vsize=355904 CPUtime=0 cores=5,7
/proc/16058/task/16069/stat : 16069 (python) S 15820 15820 15638 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886382002 364445696 14688 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604467659200640 0 0 -1 7 0 0 0
[pid=16080] ppid=15820 vsize=366160 CPUtime=0.32 cores=5,7
/proc/16080/stat : 16080 (python) S 15820 15820 15638 0 -1 4202560 1122 0 0 0 16 16 0 0 16 0 2 0 886392018 374947840 14692 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16080/statm: 91540 14692 399 364 0 27443 0
[pid=16082] ppid=16080 vsize=276244 CPUtime=195.44 cores=5,7
/proc/16082/stat : 16082 (hybridGM3) T 16080 16082 16082 0 -1 4202496 8571 0 0 0 19543 1 0 0 25 0 1 0 886392018 282873856 8308 33554432000 134512640 135204385 4293801920 18446744073709551615 134537416 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16082/statm: 69061 8308 64 169 0 68891 0
[pid=16080/tid=16090] ppid=15820 vsize=366160 CPUtime=0 cores=5,7
/proc/16080/task/16090/stat : 16090 (python) S 15820 15820 15638 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 886402074 374947840 14692 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604454225329088 0 0 -1 5 0 0 0
[pid=16101] ppid=15820 vsize=376416 CPUtime=0.14 cores=5,7
/proc/16101/stat : 16101 (python) S 15820 15820 15638 0 -1 4202560 923 0 0 0 8 6 0 0 15 0 1 0 886411590 385449984 14666 33554432000 4194304 5683644 140735130606720 18446744073709551615 251814260294 0 0 16781312 514 16231043425787412743 0 0 17 7 0 0 0
/proc/16101/statm: 94104 14666 370 364 0 30004 0
[pid=16103] ppid=16101 vsize=276244 CPUtime=87.36 cores=5,7
/proc/16103/stat : 16103 (hybridGM3) R 16101 16103 16103 0 -1 4202496 8571 0 0 0 8735 1 0 0 25 0 1 0 886411590 282873856 8310 33554432000 134512640 135204385 4290930544 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16103/statm: 69061 8310 64 169 0 68891 0
[pid=15820/tid=15835] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/15835/stat : 15835 (python) S 15818 15820 15638 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 886302928 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=15995] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/15995/stat : 15995 (python) S 15818 15820 15638 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 8 0 886312978 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=16013] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/16013/stat : 16013 (python) S 15818 15820 15638 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 8 0 886323033 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=16038] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/16038/stat : 16038 (python) S 15818 15820 15638 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 886352417 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=16059] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/16059/stat : 16059 (python) S 15818 15820 15638 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 8 0 886372047 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=16081] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/16081/stat : 16081 (python) S 15818 15820 15638 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 8 0 886392018 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=16102] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/16102/stat : 16102 (python) S 15818 15820 15638 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 886411590 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.35
Current children cumulated vsize (KiB) 4940900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.01 s]
/proc/loadavg: 3.94 3.92 2.91 6/250 16203
/proc/meminfo: memFree=30949152/32950928 swapFree=67050648/67111528
[pid=15820] ppid=15818 vsize=386660 CPUtime=8.29 cores=5,7
/proc/15820/stat : 15820 (python) S 15818 15820 15638 0 -1 4202496 29548 932 1 0 817 12 0 0 20 0 8 0 886302097 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15820/statm: 96665 16180 1880 364 0 32565 0
[pid=15834] ppid=15820 vsize=325124 CPUtime=0.28 cores=5,7
/proc/15834/stat : 15834 (python) S 15820 15820 15638 0 -1 4202560 1201 0 0 0 14 14 0 0 16 0 2 0 886302928 332926976 14693 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15834/statm: 81281 14693 416 364 0 17199 0
[pid=15836] ppid=15834 vsize=276236 CPUtime=197.58 cores=5,7
/proc/15836/stat : 15836 (hybridGM3) T 15834 15836 15836 0 -1 4202496 8562 0 0 0 19757 1 0 0 25 0 1 0 886302928 282865664 8301 33554432000 134512640 135204385 4289990736 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/15836/statm: 69059 8301 64 169 0 68889 0
[pid=15834/tid=15993] ppid=15820 vsize=325124 CPUtime=0 cores=5,7
/proc/15834/task/15993/stat : 15993 (python) S 15820 15820 15638 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886312977 332926976 14693 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604466304862912 0 0 -1 5 0 0 0
[pid=15994] ppid=15820 vsize=325136 CPUtime=0.28 cores=5,7
/proc/15994/stat : 15994 (python) S 15820 15820 15638 0 -1 4202560 1111 0 0 0 15 13 0 0 15 0 2 0 886312978 332939264 14676 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15994/statm: 81284 14676 399 364 0 17199 0
[pid=15996] ppid=15994 vsize=276236 CPUtime=197.42 cores=5,7
/proc/15996/stat : 15996 (hybridGM3) T 15994 15996 15996 0 -1 4202496 8565 0 0 0 19741 1 0 0 25 0 1 0 886312979 282865664 8300 33554432000 134512640 135204385 4290507568 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15996/statm: 69059 8300 64 169 0 68889 0
[pid=15994/tid=16011] ppid=15820 vsize=325136 CPUtime=0 cores=5,7
/proc/15994/task/16011/stat : 16011 (python) S 15820 15820 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886323032 332939264 14676 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604471146590592 0 0 -1 5 0 0 0
[pid=16012] ppid=15820 vsize=335392 CPUtime=0.3 cores=5,7
/proc/16012/stat : 16012 (python) S 15820 15820 15638 0 -1 4202560 1107 0 0 0 16 14 0 0 15 0 2 0 886323033 343441408 14680 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16012/statm: 83848 14680 399 364 0 19760 0
[pid=16014] ppid=16012 vsize=276240 CPUtime=195.68 cores=5,7
/proc/16014/stat : 16014 (hybridGM3) T 16012 16014 16014 0 -1 4202496 8566 0 0 0 19567 1 0 0 25 0 1 0 886323033 282869760 8303 33554432000 134512640 135204385 4294358656 18446744073709551615 134537502 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16014/statm: 69060 8303 64 169 0 68890 0
[pid=16012/tid=16024] ppid=15820 vsize=335392 CPUtime=0 cores=5,7
/proc/16012/task/16024/stat : 16024 (python) S 15820 15820 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886332987 343441408 14680 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604471096568768 0 0 -1 7 0 0 0
[pid=16037] ppid=15820 vsize=345648 CPUtime=0.14 cores=5,7
/proc/16037/stat : 16037 (python) S 15820 15820 15638 0 -1 4202560 1083 0 0 0 7 7 0 0 19 0 2 0 886352416 353943552 14684 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16037/statm: 86412 14684 399 364 0 22321 0
[pid=16039] ppid=16037 vsize=467024 CPUtime=100.13 cores=5,7
/proc/16039/stat : 16039 (TNM) T 16037 16039 16039 0 -1 4202496 6818 0 0 0 10013 0 0 0 25 0 1 0 886352417 478232576 6559 33554432000 134512640 135008748 4290663840 18446744073709551615 134527327 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16039/statm: 116756 6559 46 122 0 115656 0
[pid=16037/tid=16048] ppid=15820 vsize=345648 CPUtime=0 cores=5,7
/proc/16037/task/16048/stat : 16048 (python) S 15820 15820 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886362431 353943552 14684 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604458212317248 0 0 -1 7 0 0 0
[pid=16058] ppid=15820 vsize=355904 CPUtime=0.3 cores=5,7
/proc/16058/stat : 16058 (python) S 15820 15820 15638 0 -1 4202560 1119 0 0 0 15 15 0 0 15 0 2 0 886372046 364445696 14688 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16058/statm: 88976 14688 399 364 0 24882 0
[pid=16060] ppid=16058 vsize=276236 CPUtime=199.69 cores=5,7
/proc/16060/stat : 16060 (hybridGM3) T 16058 16060 16060 0 -1 4202496 8566 0 0 0 19968 1 0 0 25 0 1 0 886372047 282865664 8302 33554432000 134512640 135204385 4290341616 18446744073709551615 134547446 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16060/statm: 69059 8302 64 169 0 68889 0
[pid=16058/tid=16069] ppid=15820 vsize=355904 CPUtime=0 cores=5,7
/proc/16058/task/16069/stat : 16069 (python) S 15820 15820 15638 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886382002 364445696 14688 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604467659200640 0 0 -1 7 0 0 0
[pid=16080] ppid=15820 vsize=366160 CPUtime=0.32 cores=5,7
/proc/16080/stat : 16080 (python) S 15820 15820 15638 0 -1 4202560 1122 0 0 0 16 16 0 0 16 0 2 0 886392018 374947840 14692 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16080/statm: 91540 14692 399 364 0 27443 0
[pid=16082] ppid=16080 vsize=276244 CPUtime=195.44 cores=5,7
/proc/16082/stat : 16082 (hybridGM3) T 16080 16082 16082 0 -1 4202496 8571 0 0 0 19543 1 0 0 25 0 1 0 886392018 282873856 8308 33554432000 134512640 135204385 4293801920 18446744073709551615 134537416 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16082/statm: 69061 8308 64 169 0 68891 0
[pid=16080/tid=16090] ppid=15820 vsize=366160 CPUtime=0 cores=5,7
/proc/16080/task/16090/stat : 16090 (python) S 15820 15820 15638 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 886402074 374947840 14692 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 514 18446604454225329088 0 0 -1 5 0 0 0
[pid=16101] ppid=15820 vsize=376416 CPUtime=0.16 cores=5,7
/proc/16101/stat : 16101 (python) S 15820 15820 15638 0 -1 4202560 930 0 0 0 9 7 0 0 15 0 1 0 886411590 385449984 14666 33554432000 4194304 5683644 140735130606720 18446744073709551615 251814260294 0 0 16781312 514 16231043425787412743 0 0 17 7 0 0 0
/proc/16101/statm: 94104 14666 370 364 0 30004 0
[pid=16103] ppid=16101 vsize=276244 CPUtime=104.08 cores=5,7
/proc/16103/stat : 16103 (hybridGM3) R 16101 16103 16103 0 -1 4202496 8571 0 0 0 10407 1 0 0 25 0 1 0 886411590 282873856 8310 33554432000 134512640 135204385 4290930544 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16103/statm: 69061 8310 64 169 0 68891 0
[pid=15820/tid=15835] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/15835/stat : 15835 (python) S 15818 15820 15638 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 886302928 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=15995] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/15995/stat : 15995 (python) S 15818 15820 15638 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 8 0 886312978 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=16013] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/16013/stat : 16013 (python) S 15818 15820 15638 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 8 0 886323033 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=16038] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/16038/stat : 16038 (python) S 15818 15820 15638 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 886352417 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=16059] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/16059/stat : 16059 (python) S 15818 15820 15638 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 8 0 886372047 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=16081] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/16081/stat : 16081 (python) S 15818 15820 15638 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 8 0 886392018 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
[pid=15820/tid=16102] ppid=15818 vsize=386660 CPUtime=0 cores=5,7
/proc/15820/task/16102/stat : 16102 (python) S 15818 15820 15638 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 886411590 395939840 16180 33554432000 4194304 5683644 140735130606720 18446744073709551615 251826063793 0 0 16781312 2 18446604471118184704 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 4940900

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 15820 and gives
#  childrusage.ru_utime.tv_sec=113
#  childrusage.ru_utime.tv_usec=256782
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=50840
# CPU time returned by wait4() is 114.308
# 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): 1199.06
CPU time (s): 1200.09
CPU user time (s): 1199.05
CPU system time (s): 1.04
CPU usage (%): 100.086
Max. virtual memory (cumulated for all children) (KiB): 4940900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.257
system time used= 1.05084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47591
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= 5508
involuntary context switches= 247

runsolver used 3.01854 second user time and 5.9221 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 01:03:54
IDJOB=3484067
IDBENCH=82578
IDSOLVER=1975
FILE ID=node126/3484067-1307747034
RUNJOBID= node126-1307747008-15659
PBS_JOBID= 13550831
Free space on /tmp= 74096 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-S471691933-060-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-3484067-1307747034/watcher-3484067-1307747034 -o /tmp/evaluation-result-3484067-1307747034/solver-3484067-1307747034 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484067-1307747034.cnf -seed 1592216059 -budget 1200

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

MD5SUM BENCH= 91da78a39fd68b6c63602d278464956f
RANDOM SEED=1592216059

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:      31477924 kB
Buffers:        239064 kB
Cached:         834692 kB
SwapCached:      14888 kB
Active:         718216 kB
Inactive:       549860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31477924 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:          138288 kB
Writeback:           0 kB
AnonPages:      191696 kB
Mapped:          15596 kB
Slab:           137060 kB
PageTables:       8088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1018892 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:55