Trace number 3377256

Some explanations

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

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

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

Solver answer on this benchmark

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

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.76/2.33	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.76/2.34	c INFO: solving HOME/instance-3377256-1305451855.cnf
0.76/2.34	c INFO: computing task features
1.33/2.92	c INFO: computed variable-clause graph statistics
1.33/2.94	c INFO: computed clause balance statistics
4.22/5.81	c INFO: computed variable balance statistics
6.42/8.01	c INFO: computed small-clause counts
6.42/8.02	c INFO: computed Horn-clause counts
8.42/10.04	c INFO: computed variable graph statistics
8.42/10.04	c INFO: collected features for HOME/instance-3377256-1305451855.cnf in 7.67 s
8.42/10.05	c INFO: running hybridGM3@0 for 97 with 2392 remaining (b = 0.35)
109.01/110.66	c INFO: running hybridGM3@0 for 97 with 2291 remaining (b = 0.21)
209.69/211.31	c INFO: running hybridGM3@0 for 97 with 2191 remaining (b = 0.14)
310.28/311.97	c INFO: running hybridGM3@100 for 97 with 2091 remaining (b = 0.10)
407.62/409.22	c INFO: running hybridGM3@100 for 97 with 1994 remaining (b = 0.10)
504.81/506.48	c INFO: running TNM@0 for 97 with 1897 remaining (b = 0.13)
603.36/604.78	c INFO: running hybridGM3@100 for 97 with 1798 remaining (b = 0.10)
700.69/702.05	c INFO: running hybridGM3@0 for 97 with 1701 remaining (b = 0.10)
801.36/802.73	c INFO: running hybridGM3@100 for 97 with 1601 remaining (b = 0.07)
896.60/897.98	c INFO: running hybridGM3@0 for 97 with 1506 remaining (b = 0.07)
997.30/998.66	c INFO: running hybridGM3@100 for 97 with 1406 remaining (b = 0.05)
1092.63/1093.92	c INFO: running hybridGM3@0 for 194 with 1311 remaining (b = 0.10)
1289.52/1290.87	c INFO: running hybridGM3@0 for 194 with 1114 remaining (b = 0.07)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.28 3.56 3.53 3/331 3090
/proc/meminfo: memFree=24912124/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=15380 CPUtime=0 cores=5,7
/proc/3090/stat : 3090 (python) R 3088 3090 1741 0 -1 4202496 789 0 0 0 0 0 0 0 18 0 1 0 656785977 15749120 678 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446943232 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/3090/statm: 3845 678 322 364 0 332 0

[startup+0.099571 s]
/proc/loadavg: 2.28 3.56 3.53 3/331 3090
/proc/meminfo: memFree=24912124/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=23180 CPUtime=0.03 cores=5,7
/proc/3090/stat : 3090 (python) R 3088 3090 1741 0 -1 4202496 1327 0 2 0 2 1 0 0 17 0 1 0 656785977 23736320 1178 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446941029 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3090/statm: 5795 1178 432 364 0 722 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23180

[startup+0.100554 s]
/proc/loadavg: 2.28 3.56 3.53 3/331 3090
/proc/meminfo: memFree=24912124/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=23180 CPUtime=0.03 cores=5,7
/proc/3090/stat : 3090 (python) S 3088 3090 1741 0 -1 4202496 1327 0 2 0 2 1 0 0 17 0 1 0 656785977 23736320 1178 33554432000 4194304 5683644 140735345955664 18446744073709551615 244442021511 0 2147483391 16781312 2 18446744071699945619 0 0 17 5 0 0 0
/proc/3090/statm: 5795 1178 432 364 0 722 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23180

[startup+0.300476 s]
/proc/loadavg: 2.28 3.56 3.53 3/331 3090
/proc/meminfo: memFree=24912124/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=54532 CPUtime=0.09 cores=5,7
/proc/3090/stat : 3090 (python) S 3088 3090 1741 0 -1 4202496 2036 0 11 0 3 6 0 0 17 0 1 0 656785977 55840768 1807 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 1
/proc/3090/statm: 13633 1807 492 364 0 1283 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54532

[startup+0.700496 s]
/proc/loadavg: 2.28 3.56 3.53 3/331 3090
/proc/meminfo: memFree=24912124/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=116600 CPUtime=0.21 cores=5,7
/proc/3090/stat : 3090 (python) R 3088 3090 1741 0 -1 4202496 3827 0 27 0 8 13 0 0 16 0 1 0 656785977 119398400 3491 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446943232 0 2147483391 16781312 2 0 0 0 17 7 0 0 6
/proc/3090/statm: 29150 3491 895 364 0 2651 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 116600

[startup+1.50025 s]
/proc/loadavg: 2.28 3.56 3.53 2/337 3114
/proc/meminfo: memFree=24846804/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=187736 CPUtime=0.54 cores=5,7
/proc/3090/stat : 3090 (python) D 3088 3090 1741 0 -1 4202496 6717 924 51 9 19 35 0 0 17 0 1 0 656785977 192241664 4826 33554432000 4194304 5683644 140735345955664 18446744073709551615 244442025667 0 0 16781312 2 18446744071562154983 0 0 17 7 0 0 14
/proc/3090/statm: 46934 4826 1349 364 0 3722 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 187736

[startup+3.10095 s]
/proc/loadavg: 2.28 3.56 3.53 1/337 3114
/proc/meminfo: memFree=24796868/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=317980 CPUtime=1.53 cores=5,7
/proc/3090/stat : 3090 (python) R 3088 3090 1741 0 -1 4202496 23720 924 88 9 106 47 0 0 16 0 1 0 656785977 325611520 16880 33554432000 4194304 5683644 140735345955664 18446744073709551615 47127276863789 0 0 16781312 2 0 0 0 17 7 0 0 23
/proc/3090/statm: 79495 16880 1826 364 0 15419 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 317980
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 2.42 3.57 3.53 6/346 3123
/proc/meminfo: memFree=24682684/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=317980 CPUtime=4.72 cores=5,7
/proc/3090/stat : 3090 (python) R 3088 3090 1741 0 -1 4202496 23721 924 88 9 425 47 0 0 21 0 1 0 656785977 325611520 16881 33554432000 4194304 5683644 140735345955664 18446744073709551615 47127309329056 0 0 16781312 2 0 0 0 17 5 0 0 23
/proc/3090/statm: 79495 16881 1827 364 0 15419 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 317980
heavy processes:

[startup+12.7012 s]
/proc/loadavg: 2.55 3.57 3.53 6/349 3128
/proc/meminfo: memFree=24649428/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=325120 CPUtime=8.48 cores=5,7
/proc/3090/stat : 3090 (python) S 3088 3090 1741 0 -1 4202496 24014 924 88 9 800 48 0 0 25 0 2 0 656785977 332922880 16151 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 23
/proc/3090/statm: 81280 16151 1875 364 0 17198 0
[pid=3126] ppid=3090 vsize=314876 CPUtime=0 cores=5,7
/proc/3126/stat : 3126 (python) S 3090 3090 1741 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 1 0 656786982 322433024 14625 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446965263 0 0 16781312 514 13108241291198562566 0 0 17 5 0 0 0
/proc/3126/statm: 78719 14625 353 364 0 14637 0
[pid=3128] ppid=3126 vsize=276244 CPUtime=2.63 cores=5,7
/proc/3128/stat : 3128 (hybridGM3) R 3126 3128 3128 0 -1 4202496 8573 0 0 0 262 1 0 0 25 0 1 0 656786983 282873856 8307 33554432000 134512640 135204385 4290459712 18446744073709551615 134547471 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3128/statm: 69061 8307 64 169 0 68891 0
[pid=3090/tid=3127] ppid=3088 vsize=325120 CPUtime=0 cores=5,7
/proc/3090/task/3127/stat : 3127 (python) S 3088 3090 1741 0 -1 4202560 29 924 0 9 0 0 0 0 25 0 2 0 656786982 332922880 16151 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.11
Current children cumulated vsize (KiB) 916240

[startup+25.5008 s]
/proc/loadavg: 3.11 3.64 3.55 5/349 3128
/proc/meminfo: memFree=24651300/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=325120 CPUtime=8.48 cores=5,7
/proc/3090/stat : 3090 (python) S 3088 3090 1741 0 -1 4202496 24014 924 88 9 800 48 0 0 25 0 2 0 656785977 332922880 16151 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 23
/proc/3090/statm: 81280 16151 1875 364 0 17198 0
[pid=3126] ppid=3090 vsize=314876 CPUtime=0.02 cores=5,7
/proc/3126/stat : 3126 (python) S 3090 3090 1741 0 -1 4202560 975 0 0 0 2 0 0 0 15 0 1 0 656786982 322433024 14653 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446965263 0 0 16781312 514 12217421364125991174 0 0 17 5 0 0 0
/proc/3126/statm: 78719 14653 381 364 0 14637 0
[pid=3128] ppid=3126 vsize=276244 CPUtime=15.4 cores=5,7
/proc/3128/stat : 3128 (hybridGM3) R 3126 3128 3128 0 -1 4202496 8573 0 0 0 1539 1 0 0 25 0 1 0 656786983 282873856 8307 33554432000 134512640 135204385 4290459712 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3128/statm: 69061 8307 64 169 0 68891 0
[pid=3090/tid=3127] ppid=3088 vsize=325120 CPUtime=0 cores=5,7
/proc/3090/task/3127/stat : 3127 (python) S 3088 3090 1741 0 -1 4202560 29 924 0 9 0 0 0 0 25 0 2 0 656786982 332922880 16151 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.9
Current children cumulated vsize (KiB) 916240

[startup+51.1011 s]
/proc/loadavg: 3.41 3.67 3.56 5/349 3129
/proc/meminfo: memFree=24649092/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=325120 CPUtime=8.48 cores=5,7
/proc/3090/stat : 3090 (python) S 3088 3090 1741 0 -1 4202496 24014 924 88 9 800 48 0 0 25 0 2 0 656785977 332922880 16151 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 23
/proc/3090/statm: 81280 16151 1875 364 0 17198 0
[pid=3126] ppid=3090 vsize=314876 CPUtime=0.09 cores=5,7
/proc/3126/stat : 3126 (python) S 3090 3090 1741 0 -1 4202560 988 0 0 0 6 3 0 0 16 0 1 0 656786982 322433024 14653 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446965263 0 0 16781312 514 12217421364125991174 0 0 17 5 0 0 0
/proc/3126/statm: 78719 14653 381 364 0 14637 0
[pid=3128] ppid=3126 vsize=276244 CPUtime=40.93 cores=5,7
/proc/3128/stat : 3128 (hybridGM3) R 3126 3128 3128 0 -1 4202496 8573 0 0 0 4092 1 0 0 25 0 1 0 656786983 282873856 8307 33554432000 134512640 135204385 4290459712 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3128/statm: 69061 8307 64 169 0 68891 0
[pid=3090/tid=3127] ppid=3088 vsize=325120 CPUtime=0 cores=5,7
/proc/3090/task/3127/stat : 3127 (python) S 3088 3090 1741 0 -1 4202560 29 924 0 9 0 0 0 0 25 0 2 0 656786982 332922880 16151 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.5
Current children cumulated vsize (KiB) 916240

[startup+102.313 s]
/proc/loadavg: 3.74 3.72 3.58 5/349 3168
/proc/meminfo: memFree=24623092/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=325120 CPUtime=8.48 cores=5,7
/proc/3090/stat : 3090 (python) S 3088 3090 1741 0 -1 4202496 24014 924 88 9 800 48 0 0 25 0 2 0 656785977 332922880 16151 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 23
/proc/3090/statm: 81280 16151 1875 364 0 17198 0
[pid=3126] ppid=3090 vsize=314876 CPUtime=0.2 cores=5,7
/proc/3126/stat : 3126 (python) S 3090 3090 1741 0 -1 4202560 1010 0 0 0 11 9 0 0 15 0 1 0 656786982 322433024 14653 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446965263 0 0 16781312 514 12217421364125991174 0 0 17 5 0 0 0
/proc/3126/statm: 78719 14653 381 364 0 14637 0
[pid=3128] ppid=3126 vsize=276244 CPUtime=92.04 cores=5,7
/proc/3128/stat : 3128 (hybridGM3) R 3126 3128 3128 0 -1 4202496 8577 0 0 0 9203 1 0 0 25 0 1 0 656786983 282873856 8311 33554432000 134512640 135204385 4290459712 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3128/statm: 69061 8311 64 169 0 68891 0
[pid=3090/tid=3127] ppid=3088 vsize=325120 CPUtime=0 cores=5,7
/proc/3090/task/3127/stat : 3127 (python) S 3088 3090 1741 0 -1 4202560 29 924 0 9 0 0 0 0 25 0 2 0 656786982 332922880 16151 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (KiB) 916240

[startup+162.3 s]
/proc/loadavg: 3.90 3.77 3.61 5/357 3222
/proc/meminfo: memFree=24555804/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=335376 CPUtime=8.49 cores=5,7
/proc/3090/stat : 3090 (python) S 3088 3090 1741 0 -1 4202496 24892 924 88 9 801 48 0 0 20 0 3 0 656785977 343425024 16158 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 23
/proc/3090/statm: 83844 16158 1878 364 0 19759 0
[pid=3126] ppid=3090 vsize=325120 CPUtime=0.24 cores=5,7
/proc/3126/stat : 3126 (python) S 3090 3090 1741 0 -1 4202560 1150 0 0 0 13 11 0 0 16 0 2 0 656786982 332922880 14691 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3126/statm: 81280 14691 414 364 0 17198 0
[pid=3128] ppid=3126 vsize=276244 CPUtime=100.35 cores=5,7
/proc/3128/stat : 3128 (hybridGM3) T 3126 3128 3128 0 -1 4202496 8577 0 0 0 10034 1 0 0 25 0 1 0 656786983 282873856 8311 33554432000 134512640 135204385 4290459712 18446744073709551615 134547435 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3128/statm: 69061 8311 64 169 0 68891 0
[pid=3126/tid=3179] ppid=3090 vsize=325120 CPUtime=0 cores=5,7
/proc/3126/task/3179/stat : 3179 (python) S 3090 3090 1741 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 656797042 332922880 14691 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604467940163776 0 0 -1 5 0 0 0
[pid=3180] ppid=3090 vsize=325132 CPUtime=0.11 cores=5,7
/proc/3180/stat : 3180 (python) S 3090 3090 1741 0 -1 4202560 889 0 0 0 5 6 0 0 15 0 1 0 656797043 332935168 14646 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446965318 0 0 16781312 514 12217421364125991173 0 0 17 5 0 0 0
/proc/3180/statm: 81283 14646 370 364 0 17198 0
[pid=3182] ppid=3180 vsize=276236 CPUtime=51.5 cores=5,7
/proc/3182/stat : 3182 (hybridGM3) R 3180 3182 3182 0 -1 4202496 8563 0 0 0 5149 1 0 0 25 0 1 0 656797043 282865664 8298 33554432000 134512640 135204385 4288080768 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3182/statm: 69059 8298 64 169 0 68889 0
[pid=3090/tid=3127] ppid=3088 vsize=335376 CPUtime=0 cores=5,7
/proc/3090/task/3127/stat : 3127 (python) S 3088 3090 1741 0 -1 4202560 29 924 0 9 0 0 0 0 25 0 3 0 656786982 343425024 16158 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3181] ppid=3088 vsize=335376 CPUtime=0 cores=5,7
/proc/3090/task/3181/stat : 3181 (python) S 3088 3090 1741 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 3 0 656797043 343425024 16158 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 1538108

[startup+222.301 s]
/proc/loadavg: 4.02 3.82 3.64 5/373 3243
/proc/meminfo: memFree=24446780/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=345632 CPUtime=8.5 cores=5,7
/proc/3090/stat : 3090 (python) S 3088 3090 1741 0 -1 4202496 25735 924 88 9 802 48 0 0 20 0 4 0 656785977 353927168 16164 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 23
/proc/3090/statm: 86408 16164 1880 364 0 22320 0
[pid=3126] ppid=3090 vsize=325120 CPUtime=0.24 cores=5,7
/proc/3126/stat : 3126 (python) S 3090 3090 1741 0 -1 4202560 1150 0 0 0 13 11 0 0 16 0 2 0 656786982 332922880 14691 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3126/statm: 81280 14691 414 364 0 17198 0
[pid=3128] ppid=3126 vsize=276244 CPUtime=100.35 cores=5,7
/proc/3128/stat : 3128 (hybridGM3) T 3126 3128 3128 0 -1 4202496 8577 0 0 0 10034 1 0 0 25 0 1 0 656786983 282873856 8311 33554432000 134512640 135204385 4290459712 18446744073709551615 134547435 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3128/statm: 69061 8311 64 169 0 68891 0

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

/proc/3180/statm: 81283 14676 399 364 0 17198 0
[pid=3182] ppid=3180 vsize=276236 CPUtime=197.37 cores=5,7
/proc/3182/stat : 3182 (hybridGM3) T 3180 3182 3182 0 -1 4202496 8565 0 0 0 19736 1 0 0 25 0 1 0 656797043 282865664 8300 33554432000 134512640 135204385 4288080768 18446744073709551615 134546059 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/3182/statm: 69059 8300 64 169 0 68889 0
[pid=3180/tid=3232] ppid=3090 vsize=325132 CPUtime=0 cores=5,7
/proc/3180/task/3232/stat : 3232 (python) S 3090 3090 1741 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656807107 332935168 14676 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604456510837120 0 0 -1 5 0 0 0
[pid=3233] ppid=3090 vsize=335388 CPUtime=0.51 cores=5,7
/proc/3233/stat : 3233 (python) S 3090 3090 1741 0 -1 4202560 1119 0 0 0 24 27 0 0 16 0 2 0 656807108 343437312 14680 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3233/statm: 83847 14680 399 364 0 19759 0
[pid=3235] ppid=3233 vsize=276240 CPUtime=197.38 cores=5,7
/proc/3235/stat : 3235 (hybridGM3) T 3233 3235 3235 0 -1 4202496 8566 0 0 0 19737 1 0 0 25 0 1 0 656807109 282869760 8302 33554432000 134512640 135204385 4288564720 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3235/statm: 69060 8302 64 169 0 68890 0
[pid=3233/tid=3256] ppid=3090 vsize=335388 CPUtime=0 cores=5,7
/proc/3233/task/3256/stat : 3256 (python) S 3090 3090 1741 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656817173 343437312 14680 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604459387984064 0 0 -1 5 0 0 0
[pid=3276] ppid=3090 vsize=345644 CPUtime=0.26 cores=5,7
/proc/3276/stat : 3276 (python) S 3090 3090 1741 0 -1 4202560 1077 0 0 0 13 13 0 0 19 0 2 0 656836625 353939456 14684 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3276/statm: 86411 14684 399 364 0 22320 0
[pid=3278] ppid=3276 vsize=467024 CPUtime=98.29 cores=5,7
/proc/3278/stat : 3278 (TNM) T 3276 3278 3278 0 -1 4202496 6823 0 0 0 9828 1 0 0 25 0 1 0 656836625 478232576 6558 33554432000 134512640 135008748 4288048320 18446744073709551615 134524914 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3278/statm: 116756 6558 46 122 0 115656 0
[pid=3276/tid=3289] ppid=3090 vsize=345644 CPUtime=0 cores=5,7
/proc/3276/task/3289/stat : 3289 (python) S 3090 3090 1741 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656846454 353939456 14684 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604466415254208 0 0 -1 7 0 0 0
[pid=3297] ppid=3090 vsize=355900 CPUtime=0.53 cores=5,7
/proc/3297/stat : 3297 (python) S 3090 3090 1741 0 -1 4202560 1130 0 0 0 28 25 0 0 16 0 2 0 656856182 364441600 14688 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3297/statm: 88975 14688 399 364 0 24881 0
[pid=3299] ppid=3297 vsize=276240 CPUtime=195.41 cores=5,7
/proc/3299/stat : 3299 (hybridGM3) T 3297 3299 3299 0 -1 4202496 8568 0 0 0 19540 1 0 0 25 0 1 0 656856183 282869760 8304 33554432000 134512640 135204385 4294499136 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3299/statm: 69060 8304 64 169 0 68890 0
[pid=3297/tid=3348] ppid=3090 vsize=355900 CPUtime=0 cores=5,7
/proc/3297/task/3348/stat : 3348 (python) S 3090 3090 1741 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656866249 364441600 14688 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604456564138304 0 0 -1 5 0 0 0
[pid=3359] ppid=3090 vsize=366156 CPUtime=0.54 cores=5,7
/proc/3359/stat : 3359 (python) S 3090 3090 1741 0 -1 4202560 1129 0 0 0 26 28 0 0 15 0 2 0 656875775 374943744 14692 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3359/statm: 91539 14692 399 364 0 27442 0
[pid=3361] ppid=3359 vsize=276240 CPUtime=195.41 cores=5,7
/proc/3361/stat : 3361 (hybridGM3) T 3359 3361 3361 0 -1 4202496 8566 0 0 0 19540 1 0 0 25 0 1 0 656875776 282869760 8302 33554432000 134512640 135204385 4290871504 18446744073709551615 134546160 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/3361/statm: 69060 8302 64 169 0 68890 0
[pid=3359/tid=3373] ppid=3090 vsize=366156 CPUtime=0 cores=5,7
/proc/3359/task/3373/stat : 3373 (python) S 3090 3090 1741 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656885842 374943744 14692 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604457219871104 0 0 -1 5 0 0 0
[pid=3385] ppid=3090 vsize=376412 CPUtime=0.4 cores=5,7
/proc/3385/stat : 3385 (python) S 3090 3090 1741 0 -1 4202560 950 0 0 0 20 20 0 0 15 0 1 0 656895369 385445888 14666 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446965318 0 0 16781312 514 12217421364125991174 0 0 17 5 0 0 0
/proc/3385/statm: 94103 14666 370 364 0 30003 0
[pid=3388] ppid=3385 vsize=276240 CPUtime=147.95 cores=5,7
/proc/3388/stat : 3388 (hybridGM3) R 3385 3388 3388 0 -1 4202496 8569 0 0 0 14794 1 0 0 25 0 1 0 656895370 282869760 8306 33554432000 134512640 135204385 4288304368 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3388/statm: 69060 8306 64 169 0 68890 0
[pid=3090/tid=3127] ppid=3088 vsize=386656 CPUtime=0 cores=5,7
/proc/3090/task/3127/stat : 3127 (python) S 3088 3090 1741 0 -1 4202560 33 924 0 9 0 0 0 0 18 0 8 0 656786982 395935744 16188 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3181] ppid=3088 vsize=386656 CPUtime=0 cores=5,7
/proc/3090/task/3181/stat : 3181 (python) S 3088 3090 1741 0 -1 4202560 30 924 0 9 0 0 0 0 18 0 8 0 656797043 395935744 16188 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3234] ppid=3088 vsize=386656 CPUtime=0 cores=5,7
/proc/3090/task/3234/stat : 3234 (python) S 3088 3090 1741 0 -1 4202560 30 924 0 9 0 0 0 0 18 0 8 0 656807109 395935744 16188 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3277] ppid=3088 vsize=386656 CPUtime=0 cores=5,7
/proc/3090/task/3277/stat : 3277 (python) S 3088 3090 1741 0 -1 4202560 22 924 0 9 0 0 0 0 20 0 8 0 656836625 395935744 16188 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3298] ppid=3088 vsize=386656 CPUtime=0 cores=5,7
/proc/3090/task/3298/stat : 3298 (python) S 3088 3090 1741 0 -1 4202560 32 924 0 9 0 0 0 0 18 0 8 0 656856182 395935744 16188 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3360] ppid=3088 vsize=386656 CPUtime=0 cores=5,7
/proc/3090/task/3360/stat : 3360 (python) S 3088 3090 1741 0 -1 4202560 30 924 0 9 0 0 0 0 18 0 8 0 656875775 395935744 16188 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3387] ppid=3088 vsize=386656 CPUtime=0 cores=5,7
/proc/3090/task/3387/stat : 3387 (python) S 3088 3090 1741 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 8 0 656895369 395935744 16188 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1241.02
Current children cumulated vsize (KiB) 4940872



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.25 4.11 3.92 5/452 3415
/proc/meminfo: memFree=23902628/32951124 swapFree=44485764/67111528
[pid=3090] ppid=3088 vsize=396912 CPUtime=8.62 cores=5,7
/proc/3090/stat : 3090 (python) S 3088 3090 1741 0 -1 4202496 30420 924 88 9 813 49 0 0 20 0 9 0 656785977 406437888 16194 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 23
/proc/3090/statm: 99228 16194 1890 364 0 35125 0
[pid=3126] ppid=3090 vsize=325120 CPUtime=0.49 cores=5,7
/proc/3126/stat : 3126 (python) S 3090 3090 1741 0 -1 4202560 1197 0 0 0 26 23 0 0 15 0 2 0 656786982 332922880 14692 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3126/statm: 81280 14692 415 364 0 17198 0
[pid=3128] ppid=3126 vsize=276244 CPUtime=197.36 cores=5,7
/proc/3128/stat : 3128 (hybridGM3) T 3126 3128 3128 0 -1 4202496 8577 0 0 0 19735 1 0 0 25 0 1 0 656786983 282873856 8311 33554432000 134512640 135204385 4290459712 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/3128/statm: 69061 8311 64 169 0 68891 0
[pid=3126/tid=3179] ppid=3090 vsize=325120 CPUtime=0 cores=5,7
/proc/3126/task/3179/stat : 3179 (python) S 3090 3090 1741 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656797042 332922880 14692 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604467940163776 0 0 -1 5 0 0 0
[pid=3180] ppid=3090 vsize=325132 CPUtime=0.51 cores=5,7
/proc/3180/stat : 3180 (python) S 3090 3090 1741 0 -1 4202560 1107 0 0 0 28 23 0 0 15 0 2 0 656797043 332935168 14676 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3180/statm: 81283 14676 399 364 0 17198 0
[pid=3182] ppid=3180 vsize=276236 CPUtime=197.37 cores=5,7
/proc/3182/stat : 3182 (hybridGM3) T 3180 3182 3182 0 -1 4202496 8565 0 0 0 19736 1 0 0 25 0 1 0 656797043 282865664 8300 33554432000 134512640 135204385 4288080768 18446744073709551615 134546059 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/3182/statm: 69059 8300 64 169 0 68889 0
[pid=3180/tid=3232] ppid=3090 vsize=325132 CPUtime=0 cores=5,7
/proc/3180/task/3232/stat : 3232 (python) S 3090 3090 1741 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656807107 332935168 14676 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604456510837120 0 0 -1 5 0 0 0
[pid=3233] ppid=3090 vsize=335388 CPUtime=0.51 cores=5,7
/proc/3233/stat : 3233 (python) S 3090 3090 1741 0 -1 4202560 1119 0 0 0 24 27 0 0 16 0 2 0 656807108 343437312 14680 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3233/statm: 83847 14680 399 364 0 19759 0
[pid=3235] ppid=3233 vsize=276240 CPUtime=197.38 cores=5,7
/proc/3235/stat : 3235 (hybridGM3) T 3233 3235 3235 0 -1 4202496 8566 0 0 0 19737 1 0 0 25 0 1 0 656807109 282869760 8302 33554432000 134512640 135204385 4288564720 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3235/statm: 69060 8302 64 169 0 68890 0
[pid=3233/tid=3256] ppid=3090 vsize=335388 CPUtime=0 cores=5,7
/proc/3233/task/3256/stat : 3256 (python) S 3090 3090 1741 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656817173 343437312 14680 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604459387984064 0 0 -1 5 0 0 0
[pid=3276] ppid=3090 vsize=345644 CPUtime=0.26 cores=5,7
/proc/3276/stat : 3276 (python) S 3090 3090 1741 0 -1 4202560 1077 0 0 0 13 13 0 0 19 0 2 0 656836625 353939456 14684 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3276/statm: 86411 14684 399 364 0 22320 0
[pid=3278] ppid=3276 vsize=467024 CPUtime=98.29 cores=5,7
/proc/3278/stat : 3278 (TNM) T 3276 3278 3278 0 -1 4202496 6823 0 0 0 9828 1 0 0 25 0 1 0 656836625 478232576 6558 33554432000 134512640 135008748 4288048320 18446744073709551615 134524914 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3278/statm: 116756 6558 46 122 0 115656 0
[pid=3276/tid=3289] ppid=3090 vsize=345644 CPUtime=0 cores=5,7
/proc/3276/task/3289/stat : 3289 (python) S 3090 3090 1741 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656846454 353939456 14684 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604466415254208 0 0 -1 7 0 0 0
[pid=3297] ppid=3090 vsize=355900 CPUtime=0.53 cores=5,7
/proc/3297/stat : 3297 (python) S 3090 3090 1741 0 -1 4202560 1130 0 0 0 28 25 0 0 16 0 2 0 656856182 364441600 14688 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3297/statm: 88975 14688 399 364 0 24881 0
[pid=3299] ppid=3297 vsize=276240 CPUtime=195.41 cores=5,7
/proc/3299/stat : 3299 (hybridGM3) T 3297 3299 3299 0 -1 4202496 8568 0 0 0 19540 1 0 0 25 0 1 0 656856183 282869760 8304 33554432000 134512640 135204385 4294499136 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3299/statm: 69060 8304 64 169 0 68890 0
[pid=3297/tid=3348] ppid=3090 vsize=355900 CPUtime=0 cores=5,7
/proc/3297/task/3348/stat : 3348 (python) S 3090 3090 1741 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656866249 364441600 14688 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604456564138304 0 0 -1 5 0 0 0
[pid=3359] ppid=3090 vsize=366156 CPUtime=0.54 cores=5,7
/proc/3359/stat : 3359 (python) S 3090 3090 1741 0 -1 4202560 1129 0 0 0 26 28 0 0 15 0 2 0 656875775 374943744 14692 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3359/statm: 91539 14692 399 364 0 27442 0
[pid=3361] ppid=3359 vsize=276240 CPUtime=195.41 cores=5,7
/proc/3361/stat : 3361 (hybridGM3) T 3359 3361 3361 0 -1 4202496 8566 0 0 0 19540 1 0 0 25 0 1 0 656875776 282869760 8302 33554432000 134512640 135204385 4290871504 18446744073709551615 134546160 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/3361/statm: 69060 8302 64 169 0 68890 0
[pid=3359/tid=3373] ppid=3090 vsize=366156 CPUtime=0 cores=5,7
/proc/3359/task/3373/stat : 3373 (python) S 3090 3090 1741 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656885842 374943744 14692 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604457219871104 0 0 -1 5 0 0 0
[pid=3385] ppid=3090 vsize=376412 CPUtime=0.55 cores=5,7
/proc/3385/stat : 3385 (python) S 3090 3090 1741 0 -1 4202560 1126 0 0 0 26 29 0 0 17 0 2 0 656895369 385445888 14696 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3385/statm: 94103 14696 399 364 0 30003 0
[pid=3388] ppid=3385 vsize=276240 CPUtime=196.37 cores=5,7
/proc/3388/stat : 3388 (hybridGM3) T 3385 3388 3388 0 -1 4202496 8569 0 0 0 19636 1 0 0 25 0 1 0 656895370 282869760 8306 33554432000 134512640 135204385 4288304368 18446744073709551615 134545968 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3388/statm: 69060 8306 64 169 0 68890 0
[pid=3385/tid=3412] ppid=3090 vsize=376412 CPUtime=0 cores=5,7
/proc/3385/task/3412/stat : 3412 (python) S 3090 3090 1741 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 656915063 385445888 14696 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 514 18446604470643753984 0 0 -1 5 0 0 0
[pid=3413] ppid=3090 vsize=386668 CPUtime=0.01 cores=5,7
/proc/3413/stat : 3413 (python) S 3090 3090 1741 0 -1 4202560 938 0 0 0 1 0 0 0 15 0 1 0 656915064 395948032 14676 33554432000 4194304 5683644 140735345955664 18446744073709551615 244446965318 0 0 16781312 514 2367353542257115398 0 0 17 5 0 0 0
/proc/3413/statm: 96667 14676 376 364 0 32564 0
[pid=3415] ppid=3413 vsize=276236 CPUtime=9.1 cores=5,7
/proc/3415/stat : 3415 (hybridGM3) R 3413 3415 3415 0 -1 4202496 8563 0 0 0 909 1 0 0 25 0 1 0 656915065 282865664 8298 33554432000 134512640 135204385 4290575120 18446744073709551615 134537357 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3415/statm: 69059 8298 64 169 0 68889 0
[pid=3090/tid=3127] ppid=3088 vsize=396912 CPUtime=0 cores=5,7
/proc/3090/task/3127/stat : 3127 (python) S 3088 3090 1741 0 -1 4202560 33 924 0 9 0 0 0 0 18 0 9 0 656786982 406437888 16194 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3181] ppid=3088 vsize=396912 CPUtime=0 cores=5,7
/proc/3090/task/3181/stat : 3181 (python) S 3088 3090 1741 0 -1 4202560 30 924 0 9 0 0 0 0 18 0 9 0 656797043 406437888 16194 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3234] ppid=3088 vsize=396912 CPUtime=0 cores=5,7
/proc/3090/task/3234/stat : 3234 (python) S 3088 3090 1741 0 -1 4202560 30 924 0 9 0 0 0 0 18 0 9 0 656807109 406437888 16194 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3277] ppid=3088 vsize=396912 CPUtime=0 cores=5,7
/proc/3090/task/3277/stat : 3277 (python) S 3088 3090 1741 0 -1 4202560 22 924 0 9 0 0 0 0 20 0 9 0 656836625 406437888 16194 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3298] ppid=3088 vsize=396912 CPUtime=0 cores=5,7
/proc/3090/task/3298/stat : 3298 (python) S 3088 3090 1741 0 -1 4202560 32 924 0 9 0 0 0 0 18 0 9 0 656856182 406437888 16194 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3360] ppid=3088 vsize=396912 CPUtime=0 cores=5,7
/proc/3090/task/3360/stat : 3360 (python) S 3088 3090 1741 0 -1 4202560 30 924 0 9 0 0 0 0 18 0 9 0 656875775 406437888 16194 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3387] ppid=3088 vsize=396912 CPUtime=0 cores=5,7
/proc/3090/task/3387/stat : 3387 (python) S 3088 3090 1741 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 9 0 656895369 406437888 16194 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
[pid=3090/tid=3414] ppid=3088 vsize=396912 CPUtime=0 cores=5,7
/proc/3090/task/3414/stat : 3414 (python) S 3088 3090 1741 0 -1 4202560 26 924 0 9 0 0 0 0 20 0 9 0 656915064 406437888 16194 33554432000 4194304 5683644 140735345955664 18446744073709551615 244458768817 0 0 16781312 2 18446604471120398208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1298.71
Current children cumulated vsize (KiB) 5614032

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

Real time (s): 1300.07
CPU time (s): 1298.71
CPU user time (s): 1296.46
CPU system time (s): 2.25
CPU usage (%): 99.8957
Max. virtual memory (cumulated for all children) (KiB): 5614036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.13876
system time used= 0.509922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31350
page faults= 97
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52987
involuntary context switches= 292

runsolver used 6.24205 second user time and 11.3423 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 11:30:55
IDJOB=3377256
IDBENCH=82565
IDSOLVER=1857
FILE ID=node105/3377256-1305451855
RUNJOBID= node105-1305451855-3055
PBS_JOBID= 13324851
Free space on /tmp= 73600 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
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-3377256-1305451855/watcher-3377256-1305451855 -o /tmp/evaluation-result-3377256-1305451855/solver-3377256-1305451855 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377256-1305451855.cnf -seed 491623961 -budget 2400

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

MD5SUM BENCH= 3b06c2c5c22c8501e021c8b11d20bcd0
RANDOM SEED=491623961

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24912412 kB
Buffers:        294476 kB
Cached:        6260656 kB
SwapCached:      39656 kB
Active:         979228 kB
Inactive:      6791400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24912412 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:          132236 kB
Writeback:          24 kB
AnonPages:     1183296 kB
Mapped:          11284 kB
Slab:           136684 kB
PageTables:      66580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65366684 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= 73480 MiB
End job on node105 at 2011-05-15 11:52:37