Trace number 3377361

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) 1300.77 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S386300535-065-UNKNOWN.cnf
MD5SUM2ca6073d25d8d5f2648d590c0edc75c0
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.37/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.69	c INFO: solving HOME/instance-3377361-1305452695.cnf
0.37/0.69	c INFO: computing task features
0.95/1.23	c INFO: computed variable-clause graph statistics
0.95/1.25	c INFO: computed clause balance statistics
3.96/4.22	c INFO: computed variable balance statistics
6.27/6.53	c INFO: computed small-clause counts
6.27/6.54	c INFO: computed Horn-clause counts
8.36/8.60	c INFO: computed variable graph statistics
8.36/8.60	c INFO: collected features for HOME/instance-3377361-1305452695.cnf in 7.94 s
8.36/8.61	c INFO: running hybridGM3@0 for 97 with 2392 remaining (b = 0.35)
109.09/109.35	c INFO: running hybridGM3@0 for 97 with 2291 remaining (b = 0.21)
209.83/210.07	c INFO: running hybridGM3@0 for 97 with 2191 remaining (b = 0.14)
310.51/310.79	c INFO: running hybridGM3@100 for 97 with 2090 remaining (b = 0.10)
407.82/408.09	c INFO: running hybridGM3@100 for 97 with 1993 remaining (b = 0.10)
505.16/505.39	c INFO: running TNM@0 for 97 with 1896 remaining (b = 0.13)
605.85/605.72	c INFO: running hybridGM3@100 for 97 with 1796 remaining (b = 0.10)
703.20/703.02	c INFO: running hybridGM3@0 for 97 with 1699 remaining (b = 0.10)
803.76/803.69	c INFO: running hybridGM3@100 for 97 with 1599 remaining (b = 0.07)
899.06/898.97	c INFO: running hybridGM3@0 for 97 with 1504 remaining (b = 0.07)
999.76/999.66	c INFO: running hybridGM3@100 for 97 with 1403 remaining (b = 0.05)
1095.07/1094.94	c INFO: running hybridGM3@0 for 194 with 1308 remaining (b = 0.10)
1290.65/1289.94	c INFO: running hybridGM3@0 for 194 with 1113 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-3377361-1305452695/watcher-3377361-1305452695 -o /tmp/evaluation-result-3377361-1305452695/solver-3377361-1305452695 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377361-1305452695.cnf -seed 1762908669 -budget 2400 

running on 2 cores: 4,6

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: 4.07 3.90 3.56 4/436 22132
/proc/meminfo: memFree=18724980/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=15908 CPUtime=0 cores=4,6
/proc/22132/stat : 22132 (python) S 22130 22132 20857 0 -1 4202496 958 0 0 0 0 0 0 0 17 0 1 0 735500201 16289792 834 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/22132/statm: 3977 834 357 364 0 464 0

[startup+0.056138 s]
/proc/loadavg: 4.07 3.90 3.56 4/436 22132
/proc/meminfo: memFree=18724980/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=29788 CPUtime=0.04 cores=4,6
/proc/22132/stat : 22132 (python) R 22130 22132 20857 0 -1 4202496 1413 0 0 0 3 1 0 0 17 0 1 0 735500201 30502912 1257 33554432000 4194304 5683644 140736442547904 18446744073709551615 5315477 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22132/statm: 7447 1257 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29788

[startup+0.101135 s]
/proc/loadavg: 4.07 3.90 3.56 4/436 22132
/proc/meminfo: memFree=18724980/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=93960 CPUtime=0.06 cores=4,6
/proc/22132/stat : 22132 (python) S 22130 22132 20857 0 -1 4202496 2694 0 0 0 4 2 0 0 17 0 1 0 735500201 96215040 2407 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/22132/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.301095 s]
/proc/loadavg: 4.07 3.90 3.56 4/436 22132
/proc/meminfo: memFree=18724980/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=135752 CPUtime=0.19 cores=4,6
/proc/22132/stat : 22132 (python) R 22130 22132 20857 0 -1 4202496 5970 933 1 0 14 5 0 0 17 0 1 0 735500201 139010048 4150 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415387653 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22132/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.70102 s]
/proc/loadavg: 4.07 3.90 3.56 4/436 22132
/proc/meminfo: memFree=18724980/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=285208 CPUtime=0.45 cores=4,6
/proc/22132/stat : 22132 (python) R 22130 22132 20857 0 -1 4202496 10940 933 1 0 35 10 0 0 16 0 1 0 735500201 292052992 8614 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415052485 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22132/statm: 71302 8617 1761 364 0 7226 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 285208

[startup+1.50088 s]
/proc/loadavg: 4.07 3.90 3.56 5/437 22137
/proc/meminfo: memFree=18658012/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=317984 CPUtime=1.26 cores=4,6
/proc/22132/stat : 22132 (python) R 22130 22132 20857 0 -1 4202496 23806 933 1 0 113 13 0 0 17 0 1 0 735500201 325615616 16881 33554432000 4194304 5683644 140736442547904 18446744073709551615 47730701401824 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22132/statm: 79496 16881 1826 364 0 15420 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 317984

[startup+3.10056 s]
/proc/loadavg: 4.22 3.93 3.58 5/437 22137
/proc/meminfo: memFree=18642268/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=317984 CPUtime=2.86 cores=4,6
/proc/22132/stat : 22132 (python) R 22130 22132 20857 0 -1 4202496 23806 933 1 0 273 13 0 0 19 0 1 0 735500201 325615616 16881 33554432000 4194304 5683644 140736442547904 18446744073709551615 4662302 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22132/statm: 79496 16881 1826 364 0 15420 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 317984

[startup+6.30096 s]
/proc/loadavg: 4.22 3.93 3.58 5/437 22137
/proc/meminfo: memFree=18640552/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=317984 CPUtime=6.06 cores=4,6
/proc/22132/stat : 22132 (python) R 22130 22132 20857 0 -1 4202496 23807 933 1 0 593 13 0 0 25 0 1 0 735500201 325615616 16882 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415040338 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22132/statm: 79496 16882 1827 364 0 15420 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 317984

[startup+12.7007 s]
/proc/loadavg: 4.19 3.93 3.58 5/444 22144
/proc/meminfo: memFree=18600812/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=325124 CPUtime=8.37 cores=4,6
/proc/22132/stat : 22132 (python) S 22130 22132 20857 0 -1 4202496 24093 933 1 0 824 13 0 0 25 0 2 0 735500201 332926976 16144 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22132/statm: 81281 16144 1867 364 0 17199 0
[pid=22138] ppid=22132 vsize=314880 CPUtime=0 cores=4,6
/proc/22138/stat : 22138 (python) S 22132 22132 20857 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 735501063 322437120 14626 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415411727 0 0 16781312 514 3095187908647158018 0 0 17 4 0 0 0
/proc/22138/statm: 78720 14626 353 364 0 14638 0
[pid=22140] ppid=22138 vsize=276240 CPUtime=4.06 cores=4,6
/proc/22140/stat : 22140 (hybridGM3) R 22138 22140 22140 0 -1 4202496 8563 0 0 0 405 1 0 0 25 0 1 0 735501063 282869760 8298 33554432000 134512640 135204385 4291612000 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22140/statm: 69060 8298 64 169 0 68890 0
[pid=22132/tid=22139] ppid=22130 vsize=325124 CPUtime=0 cores=4,6
/proc/22132/task/22139/stat : 22139 (python) S 22130 22132 20857 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 735501063 332926976 16144 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 916244

[startup+25.5013 s]
/proc/loadavg: 4.16 3.94 3.58 5/444 22144
/proc/meminfo: memFree=18599192/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=325124 CPUtime=8.37 cores=4,6
/proc/22132/stat : 22132 (python) S 22130 22132 20857 0 -1 4202496 24093 933 1 0 824 13 0 0 25 0 2 0 735500201 332926976 16144 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22132/statm: 81281 16144 1867 364 0 17199 0
[pid=22138] ppid=22132 vsize=314880 CPUtime=0.05 cores=4,6
/proc/22138/stat : 22138 (python) S 22132 22132 20857 0 -1 4202560 997 0 0 0 3 2 0 0 16 0 1 0 735501063 322437120 14654 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415411727 0 0 16781312 514 2914532646350455042 0 0 17 4 0 0 0
/proc/22138/statm: 78720 14654 381 364 0 14638 0
[pid=22140] ppid=22138 vsize=276240 CPUtime=16.83 cores=4,6
/proc/22140/stat : 22140 (hybridGM3) R 22138 22140 22140 0 -1 4202496 8565 0 0 0 1682 1 0 0 25 0 1 0 735501063 282869760 8300 33554432000 134512640 135204385 4291612000 18446744073709551615 134537049 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22140/statm: 69060 8300 64 169 0 68890 0
[pid=22132/tid=22139] ppid=22130 vsize=325124 CPUtime=0 cores=4,6
/proc/22132/task/22139/stat : 22139 (python) S 22130 22132 20857 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 735501063 332926976 16144 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 916244

[startup+51.1005 s]
/proc/loadavg: 4.23 3.97 3.60 5/444 22145
/proc/meminfo: memFree=18598788/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=325124 CPUtime=8.37 cores=4,6
/proc/22132/stat : 22132 (python) S 22130 22132 20857 0 -1 4202496 24093 933 1 0 824 13 0 0 25 0 2 0 735500201 332926976 16144 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22132/statm: 81281 16144 1867 364 0 17199 0
[pid=22138] ppid=22132 vsize=314880 CPUtime=0.12 cores=4,6
/proc/22138/stat : 22138 (python) S 22132 22132 20857 0 -1 4202560 1009 0 0 0 8 4 0 0 15 0 1 0 735501063 322437120 14654 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415411727 0 0 16781312 514 2914532646350455042 0 0 17 4 0 0 0
/proc/22138/statm: 78720 14654 381 364 0 14638 0
[pid=22140] ppid=22138 vsize=276240 CPUtime=42.37 cores=4,6
/proc/22140/stat : 22140 (hybridGM3) R 22138 22140 22140 0 -1 4202496 8565 0 0 0 4236 1 0 0 25 0 1 0 735501063 282869760 8300 33554432000 134512640 135204385 4291612000 18446744073709551615 134549267 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22140/statm: 69060 8300 64 169 0 68890 0
[pid=22132/tid=22139] ppid=22130 vsize=325124 CPUtime=0 cores=4,6
/proc/22132/task/22139/stat : 22139 (python) S 22130 22132 20857 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 735501063 332926976 16144 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 916244

[startup+102.316 s]
/proc/loadavg: 4.27 4.02 3.64 5/446 22148
/proc/meminfo: memFree=18594636/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=325124 CPUtime=8.37 cores=4,6
/proc/22132/stat : 22132 (python) S 22130 22132 20857 0 -1 4202496 24093 933 1 0 824 13 0 0 25 0 2 0 735500201 332926976 16144 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22132/statm: 81281 16144 1867 364 0 17199 0
[pid=22138] ppid=22132 vsize=314880 CPUtime=0.26 cores=4,6
/proc/22138/stat : 22138 (python) S 22132 22132 20857 0 -1 4202560 1028 0 0 0 15 11 0 0 15 0 1 0 735501063 322437120 14654 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415411727 0 0 16781312 514 2914532646350455042 0 0 17 4 0 0 0
/proc/22138/statm: 78720 14654 381 364 0 14638 0
[pid=22140] ppid=22138 vsize=276240 CPUtime=93.47 cores=4,6
/proc/22140/stat : 22140 (hybridGM3) R 22138 22140 22140 0 -1 4202496 8565 0 0 0 9346 1 0 0 25 0 1 0 735501063 282869760 8300 33554432000 134512640 135204385 4291612000 18446744073709551615 134547728 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22140/statm: 69060 8300 64 169 0 68890 0
[pid=22132/tid=22139] ppid=22130 vsize=325124 CPUtime=0 cores=4,6
/proc/22132/task/22139/stat : 22139 (python) S 22130 22132 20857 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 735501063 332926976 16144 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 916244

[startup+162.301 s]
/proc/loadavg: 4.15 4.03 3.66 5/429 22263
/proc/meminfo: memFree=18550756/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=335380 CPUtime=8.38 cores=4,6
/proc/22132/stat : 22132 (python) S 22130 22132 20857 0 -1 4202496 24983 933 1 0 825 13 0 0 20 0 3 0 735500201 343429120 16151 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22132/statm: 83845 16151 1870 364 0 19760 0
[pid=22138] ppid=22132 vsize=325124 CPUtime=0.3 cores=4,6
/proc/22138/stat : 22138 (python) S 22132 22132 20857 0 -1 4202560 1171 0 0 0 17 13 0 0 17 0 2 0 735501063 332926976 14692 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22138/statm: 81281 14692 414 364 0 17199 0
[pid=22140] ppid=22138 vsize=276240 CPUtime=100.48 cores=4,6
/proc/22140/stat : 22140 (hybridGM3) T 22138 22140 22140 0 -1 4202496 8565 0 0 0 10047 1 0 0 25 0 1 0 735501063 282869760 8300 33554432000 134512640 135204385 4291612000 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22140/statm: 69060 8300 64 169 0 68890 0
[pid=22138/tid=22149] ppid=22132 vsize=325124 CPUtime=0 cores=4,6
/proc/22138/task/22149/stat : 22149 (python) S 22132 22132 20857 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 735511135 332926976 14692 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604453633347840 0 0 -1 4 0 0 0
[pid=22150] ppid=22132 vsize=325136 CPUtime=0.16 cores=4,6
/proc/22150/stat : 22150 (python) S 22132 22132 20857 0 -1 4202560 914 0 0 0 9 7 0 0 16 0 1 0 735511136 332939264 14647 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415411782 0 0 16781312 514 2914532646350455043 0 0 17 4 0 0 0
/proc/22150/statm: 81284 14647 370 364 0 17199 0
[pid=22152] ppid=22150 vsize=276240 CPUtime=52.78 cores=4,6
/proc/22152/stat : 22152 (hybridGM3) R 22150 22152 22152 0 -1 4202496 8565 0 0 0 5271 7 0 0 25 0 1 0 735511137 282869760 8304 33554432000 134512640 135204385 4287769184 18446744073709551615 134537440 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22152/statm: 69060 8304 64 169 0 68890 0
[pid=22132/tid=22139] ppid=22130 vsize=335380 CPUtime=0 cores=4,6
/proc/22132/task/22139/stat : 22139 (python) S 22130 22132 20857 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 735501063 343429120 16151 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22151] ppid=22130 vsize=335380 CPUtime=0 cores=4,6
/proc/22132/task/22151/stat : 22151 (python) S 22130 22132 20857 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 3 0 735511136 343429120 16151 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 1538120

[startup+222.301 s]
/proc/loadavg: 4.13 4.05 3.69 5/439 22309
/proc/meminfo: memFree=18463608/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=345636 CPUtime=8.41 cores=4,6
/proc/22132/stat : 22132 (python) S 22130 22132 20857 0 -1 4202496 25854 933 1 0 827 14 0 0 20 0 4 0 735500201 353931264 16165 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22132/statm: 86409 16165 1880 364 0 22321 0
[pid=22138] ppid=22132 vsize=325124 CPUtime=0.3 cores=4,6
/proc/22138/stat : 22138 (python) S 22132 22132 20857 0 -1 4202560 1171 0 0 0 17 13 0 0 17 0 2 0 735501063 332926976 14692 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22138/statm: 81281 14692 414 364 0 17199 0
[pid=22140] ppid=22138 vsize=276240 CPUtime=100.48 cores=4,6
/proc/22140/stat : 22140 (hybridGM3) T 22138 22140 22140 0 -1 4202496 8565 0 0 0 10047 1 0 0 25 0 1 0 735501063 282869760 8300 33554432000 134512640 135204385 4291612000 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22140/statm: 69060 8300 64 169 0 68890 0
[pid=22138/tid=22149] ppid=22132 vsize=325124 CPUtime=0 cores=4,6
/proc/22138/task/22149/stat : 22149 (python) S 22132 22132 20857 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 735511135 332926976 14692 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604453633347840 0 0 -1 4 0 0 0

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

/proc/22150/statm: 81284 14677 399 364 0 17199 0
[pid=22152] ppid=22150 vsize=276240 CPUtime=197.44 cores=4,6
/proc/22152/stat : 22152 (hybridGM3) T 22150 22152 22152 0 -1 4202496 8565 0 0 0 19735 9 0 0 25 0 1 0 735511137 282869760 8304 33554432000 134512640 135204385 4287769184 18446744073709551615 134547676 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22152/statm: 69060 8304 64 169 0 68890 0
[pid=22150/tid=22306] ppid=22132 vsize=325136 CPUtime=0 cores=4,6
/proc/22150/task/22306/stat : 22306 (python) S 22132 22132 20857 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735521207 332939264 14677 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604453848726528 0 0 -1 4 0 0 0
[pid=22307] ppid=22132 vsize=335392 CPUtime=0.6 cores=4,6
/proc/22307/stat : 22307 (python) S 22132 22132 20857 0 -1 4202560 1133 0 0 0 32 28 0 0 16 0 2 0 735521208 343441408 14681 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22307/statm: 83848 14681 399 364 0 19760 0
[pid=22309] ppid=22307 vsize=276240 CPUtime=197.4 cores=4,6
/proc/22309/stat : 22309 (hybridGM3) T 22307 22309 22309 0 -1 4202496 8559 0 0 0 19737 3 0 0 25 0 1 0 735521208 282869760 8298 33554432000 134512640 135204385 4291845120 18446744073709551615 134547435 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22309/statm: 69060 8298 64 169 0 68890 0
[pid=22307/tid=22319] ppid=22132 vsize=335392 CPUtime=0 cores=4,6
/proc/22307/task/22319/stat : 22319 (python) S 22132 22132 20857 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 735531279 343441408 14681 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604444576162880 0 0 -1 4 0 0 0
[pid=22370] ppid=22132 vsize=345648 CPUtime=0.32 cores=4,6
/proc/22370/stat : 22370 (python) S 22132 22132 20857 0 -1 4202560 1092 0 0 0 17 15 0 0 19 0 2 0 735550740 353943552 14685 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22370/statm: 86412 14685 399 364 0 22321 0
[pid=22372] ppid=22370 vsize=467024 CPUtime=100.31 cores=4,6
/proc/22372/stat : 22372 (TNM) T 22370 22372 22372 0 -1 4202496 6819 0 0 0 10029 2 0 0 25 0 1 0 735550740 478232576 6557 33554432000 134512640 135008748 4287129792 18446744073709551615 134529176 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22372/statm: 116756 6557 46 122 0 115656 0
[pid=22370/tid=22456] ppid=22132 vsize=345648 CPUtime=0 cores=4,6
/proc/22370/task/22456/stat : 22456 (python) S 22132 22132 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735560772 353943552 14685 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604446528550080 0 0 -1 6 0 0 0
[pid=22576] ppid=22132 vsize=355904 CPUtime=0.59 cores=4,6
/proc/22576/stat : 22576 (python) S 22132 22132 20857 0 -1 4202560 1134 0 0 0 32 27 0 0 15 0 2 0 735570503 364445696 14689 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22576/statm: 88976 14689 399 364 0 24882 0
[pid=22578] ppid=22576 vsize=276236 CPUtime=195.32 cores=4,6
/proc/22578/stat : 22578 (hybridGM3) T 22576 22578 22578 0 -1 4202496 8564 0 0 0 19531 1 0 0 25 0 1 0 735570503 282865664 8301 33554432000 134512640 135204385 4287558720 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22578/statm: 69059 8301 64 169 0 68889 0
[pid=22576/tid=22594] ppid=22132 vsize=355904 CPUtime=0 cores=4,6
/proc/22576/task/22594/stat : 22594 (python) S 22132 22132 20857 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735580570 364445696 14689 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604443968917824 0 0 -1 4 0 0 0
[pid=22597] ppid=22132 vsize=366160 CPUtime=0.58 cores=4,6
/proc/22597/stat : 22597 (python) S 22132 22132 20857 0 -1 4202560 1145 0 0 0 33 25 0 0 15 0 2 0 735590099 374947840 14702 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22597/statm: 91540 14702 408 364 0 27443 0
[pid=22599] ppid=22597 vsize=276240 CPUtime=195.35 cores=4,6
/proc/22599/stat : 22599 (hybridGM3) T 22597 22599 22599 0 -1 4202496 8567 0 0 0 19534 1 0 0 25 0 1 0 735590099 282869760 8303 33554432000 134512640 135204385 4293891376 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22599/statm: 69060 8303 64 169 0 68890 0
[pid=22597/tid=22900] ppid=22132 vsize=366160 CPUtime=0 cores=4,6
/proc/22597/task/22900/stat : 22900 (python) S 22132 22132 20857 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 735600166 374947840 14702 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604442867257536 0 0 -1 4 0 0 0
[pid=22916] ppid=22132 vsize=376416 CPUtime=0.45 cores=4,6
/proc/22916/stat : 22916 (python) S 22132 22132 20857 0 -1 4202560 964 0 0 0 26 19 0 0 15 0 1 0 735609695 385449984 14667 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415411782 0 0 16781312 514 2914532646350455041 0 0 17 6 0 0 0
/proc/22916/statm: 94104 14667 370 364 0 30004 0
[pid=22918] ppid=22916 vsize=276236 CPUtime=147.35 cores=4,6
/proc/22918/stat : 22918 (hybridGM3) R 22916 22918 22918 0 -1 4202496 8567 0 0 0 14734 1 0 0 25 0 1 0 735609696 282865664 8305 33554432000 134512640 135204385 4290420048 18446744073709551615 134545864 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22918/statm: 69059 8305 64 169 0 68889 0
[pid=22132/tid=22139] ppid=22130 vsize=386660 CPUtime=0 cores=4,6
/proc/22132/task/22139/stat : 22139 (python) S 22130 22132 20857 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 735501063 395939840 16189 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22151] ppid=22130 vsize=386660 CPUtime=0 cores=4,6
/proc/22132/task/22151/stat : 22151 (python) S 22130 22132 20857 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 735511136 395939840 16189 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22308] ppid=22130 vsize=386660 CPUtime=0 cores=4,6
/proc/22132/task/22308/stat : 22308 (python) S 22130 22132 20857 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 735521208 395939840 16189 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22371] ppid=22130 vsize=386660 CPUtime=0 cores=4,6
/proc/22132/task/22371/stat : 22371 (python) S 22130 22132 20857 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 735550740 395939840 16189 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22577] ppid=22130 vsize=386660 CPUtime=0 cores=4,6
/proc/22132/task/22577/stat : 22577 (python) S 22130 22132 20857 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 735570503 395939840 16189 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22598] ppid=22130 vsize=386660 CPUtime=0 cores=4,6
/proc/22132/task/22598/stat : 22598 (python) S 22130 22132 20857 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 735590099 395939840 16189 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22917] ppid=22130 vsize=386660 CPUtime=0 cores=4,6
/proc/22132/task/22917/stat : 22917 (python) S 22130 22132 20857 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 8 0 735609696 395939840 16189 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1242.9
Current children cumulated vsize (KiB) 4940896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.12 3.95 5/465 22940
/proc/meminfo: memFree=18258744/32950928 swapFree=67111200/67111528
[pid=22132] ppid=22130 vsize=396916 CPUtime=8.52 cores=4,6
/proc/22132/stat : 22132 (python) S 22130 22132 20857 0 -1 4202496 30559 933 1 0 837 15 0 0 20 0 9 0 735500201 406441984 16195 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22132/statm: 99229 16195 1890 364 0 35126 0
[pid=22138] ppid=22132 vsize=325124 CPUtime=0.6 cores=4,6
/proc/22138/stat : 22138 (python) S 22132 22132 20857 0 -1 4202560 1226 0 0 0 34 26 0 0 15 0 2 0 735501063 332926976 14693 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22138/statm: 81281 14693 415 364 0 17199 0
[pid=22140] ppid=22138 vsize=276240 CPUtime=197.47 cores=4,6
/proc/22140/stat : 22140 (hybridGM3) T 22138 22140 22140 0 -1 4202496 8565 0 0 0 19746 1 0 0 25 0 1 0 735501063 282869760 8300 33554432000 134512640 135204385 4291612000 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22140/statm: 69060 8300 64 169 0 68890 0
[pid=22138/tid=22149] ppid=22132 vsize=325124 CPUtime=0 cores=4,6
/proc/22138/task/22149/stat : 22149 (python) S 22132 22132 20857 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 735511135 332926976 14693 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604453633347840 0 0 -1 4 0 0 0
[pid=22150] ppid=22132 vsize=325136 CPUtime=0.61 cores=4,6
/proc/22150/stat : 22150 (python) S 22132 22132 20857 0 -1 4202560 1118 0 0 0 34 27 0 0 15 0 2 0 735511136 332939264 14677 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22150/statm: 81284 14677 399 364 0 17199 0
[pid=22152] ppid=22150 vsize=276240 CPUtime=197.44 cores=4,6
/proc/22152/stat : 22152 (hybridGM3) T 22150 22152 22152 0 -1 4202496 8565 0 0 0 19735 9 0 0 25 0 1 0 735511137 282869760 8304 33554432000 134512640 135204385 4287769184 18446744073709551615 134547676 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22152/statm: 69060 8304 64 169 0 68890 0
[pid=22150/tid=22306] ppid=22132 vsize=325136 CPUtime=0 cores=4,6
/proc/22150/task/22306/stat : 22306 (python) S 22132 22132 20857 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735521207 332939264 14677 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604453848726528 0 0 -1 4 0 0 0
[pid=22307] ppid=22132 vsize=335392 CPUtime=0.6 cores=4,6
/proc/22307/stat : 22307 (python) S 22132 22132 20857 0 -1 4202560 1133 0 0 0 32 28 0 0 16 0 2 0 735521208 343441408 14681 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22307/statm: 83848 14681 399 364 0 19760 0
[pid=22309] ppid=22307 vsize=276240 CPUtime=197.4 cores=4,6
/proc/22309/stat : 22309 (hybridGM3) T 22307 22309 22309 0 -1 4202496 8559 0 0 0 19737 3 0 0 25 0 1 0 735521208 282869760 8298 33554432000 134512640 135204385 4291845120 18446744073709551615 134547435 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22309/statm: 69060 8298 64 169 0 68890 0
[pid=22307/tid=22319] ppid=22132 vsize=335392 CPUtime=0 cores=4,6
/proc/22307/task/22319/stat : 22319 (python) S 22132 22132 20857 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 735531279 343441408 14681 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604444576162880 0 0 -1 4 0 0 0
[pid=22370] ppid=22132 vsize=345648 CPUtime=0.32 cores=4,6
/proc/22370/stat : 22370 (python) S 22132 22132 20857 0 -1 4202560 1092 0 0 0 17 15 0 0 19 0 2 0 735550740 353943552 14685 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22370/statm: 86412 14685 399 364 0 22321 0
[pid=22372] ppid=22370 vsize=467024 CPUtime=100.31 cores=4,6
/proc/22372/stat : 22372 (TNM) T 22370 22372 22372 0 -1 4202496 6819 0 0 0 10029 2 0 0 25 0 1 0 735550740 478232576 6557 33554432000 134512640 135008748 4287129792 18446744073709551615 134529176 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22372/statm: 116756 6557 46 122 0 115656 0
[pid=22370/tid=22456] ppid=22132 vsize=345648 CPUtime=0 cores=4,6
/proc/22370/task/22456/stat : 22456 (python) S 22132 22132 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735560772 353943552 14685 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604446528550080 0 0 -1 6 0 0 0
[pid=22576] ppid=22132 vsize=355904 CPUtime=0.59 cores=4,6
/proc/22576/stat : 22576 (python) S 22132 22132 20857 0 -1 4202560 1134 0 0 0 32 27 0 0 15 0 2 0 735570503 364445696 14689 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22576/statm: 88976 14689 399 364 0 24882 0
[pid=22578] ppid=22576 vsize=276236 CPUtime=195.32 cores=4,6
/proc/22578/stat : 22578 (hybridGM3) T 22576 22578 22578 0 -1 4202496 8564 0 0 0 19531 1 0 0 25 0 1 0 735570503 282865664 8301 33554432000 134512640 135204385 4287558720 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22578/statm: 69059 8301 64 169 0 68889 0
[pid=22576/tid=22594] ppid=22132 vsize=355904 CPUtime=0 cores=4,6
/proc/22576/task/22594/stat : 22594 (python) S 22132 22132 20857 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735580570 364445696 14689 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604443968917824 0 0 -1 4 0 0 0
[pid=22597] ppid=22132 vsize=366160 CPUtime=0.58 cores=4,6
/proc/22597/stat : 22597 (python) S 22132 22132 20857 0 -1 4202560 1145 0 0 0 33 25 0 0 15 0 2 0 735590099 374947840 14702 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22597/statm: 91540 14702 408 364 0 27443 0
[pid=22599] ppid=22597 vsize=276240 CPUtime=195.35 cores=4,6
/proc/22599/stat : 22599 (hybridGM3) T 22597 22599 22599 0 -1 4202496 8567 0 0 0 19534 1 0 0 25 0 1 0 735590099 282869760 8303 33554432000 134512640 135204385 4293891376 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22599/statm: 69060 8303 64 169 0 68890 0
[pid=22597/tid=22900] ppid=22132 vsize=366160 CPUtime=0 cores=4,6
/proc/22597/task/22900/stat : 22900 (python) S 22132 22132 20857 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 735600166 374947840 14702 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604442867257536 0 0 -1 4 0 0 0
[pid=22916] ppid=22132 vsize=376416 CPUtime=0.62 cores=4,6
/proc/22916/stat : 22916 (python) S 22132 22132 20857 0 -1 4202560 1134 0 0 0 34 28 0 0 17 0 2 0 735609695 385449984 14697 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22916/statm: 94104 14697 399 364 0 30004 0
[pid=22918] ppid=22916 vsize=276236 CPUtime=194.98 cores=4,6
/proc/22918/stat : 22918 (hybridGM3) T 22916 22918 22918 0 -1 4202496 8567 0 0 0 19497 1 0 0 25 0 1 0 735609696 282865664 8305 33554432000 134512640 135204385 4290420048 18446744073709551615 134537167 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22918/statm: 69059 8305 64 169 0 68889 0
[pid=22916/tid=22937] ppid=22132 vsize=376416 CPUtime=0 cores=4,6
/proc/22916/task/22937/stat : 22937 (python) S 22132 22132 20857 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 735629194 385449984 14697 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 514 18446604448515697472 0 0 -1 6 0 0 0
[pid=22938] ppid=22132 vsize=386672 CPUtime=0.01 cores=4,6
/proc/22938/stat : 22938 (python) S 22132 22132 20857 0 -1 4202560 941 0 0 0 1 0 0 0 15 0 1 0 735629196 395952128 14677 33554432000 4194304 5683644 140736442547904 18446744073709551615 256415411782 0 0 16781312 514 9017623179023057154 0 0 17 6 0 0 0
/proc/22938/statm: 96668 14677 376 364 0 32565 0
[pid=22940] ppid=22938 vsize=276240 CPUtime=10.05 cores=4,6
/proc/22940/stat : 22940 (hybridGM3) R 22938 22940 22940 0 -1 4202496 8566 0 0 0 1005 0 0 0 25 0 1 0 735629196 282869760 8301 33554432000 134512640 135204385 4290564224 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22940/statm: 69060 8301 64 169 0 68890 0
[pid=22132/tid=22139] ppid=22130 vsize=396916 CPUtime=0 cores=4,6
/proc/22132/task/22139/stat : 22139 (python) S 22130 22132 20857 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 735501063 406441984 16195 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22151] ppid=22130 vsize=396916 CPUtime=0 cores=4,6
/proc/22132/task/22151/stat : 22151 (python) S 22130 22132 20857 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 735511136 406441984 16195 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22308] ppid=22130 vsize=396916 CPUtime=0 cores=4,6
/proc/22132/task/22308/stat : 22308 (python) S 22130 22132 20857 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 735521208 406441984 16195 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22371] ppid=22130 vsize=396916 CPUtime=0 cores=4,6
/proc/22132/task/22371/stat : 22371 (python) S 22130 22132 20857 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 735550740 406441984 16195 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22577] ppid=22130 vsize=396916 CPUtime=0 cores=4,6
/proc/22132/task/22577/stat : 22577 (python) S 22130 22132 20857 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 735570503 406441984 16195 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22598] ppid=22130 vsize=396916 CPUtime=0 cores=4,6
/proc/22132/task/22598/stat : 22598 (python) S 22130 22132 20857 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 735590099 406441984 16195 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
[pid=22132/tid=22917] ppid=22130 vsize=396916 CPUtime=0 cores=4,6
/proc/22132/task/22917/stat : 22917 (python) S 22130 22132 20857 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 9 0 735609696 406441984 16195 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 6 0 0 0
[pid=22132/tid=22939] ppid=22130 vsize=396916 CPUtime=0 cores=4,6
/proc/22132/task/22939/stat : 22939 (python) S 22130 22132 20857 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 735629196 406441984 16195 33554432000 4194304 5683644 140736442547904 18446744073709551615 256427215281 0 0 16781312 2 18446604444576161984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.77
Current children cumulated vsize (KiB) 5614064

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 22132 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=380725
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=162975
# CPU time returned by wait4() is 8.5437
# while last known CPU time is 1300.77
#
# 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): 1300.77
CPU user time (s): 1298.68
CPU system time (s): 2.09
CPU usage (%): 100.054
Max. virtual memory (cumulated for all children) (KiB): 5614064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.38072
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31498
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= 2873
involuntary context switches= 50

runsolver used 6.45202 second user time and 13.464 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 11:44:55
IDJOB=3377361
IDBENCH=82670
IDSOLVER=1857
FILE ID=node115/3377361-1305452695
RUNJOBID= node115-1305451983-21890
PBS_JOBID= 13324848
Free space on /tmp= 73184 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S386300535-065-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-3377361-1305452695/watcher-3377361-1305452695 -o /tmp/evaluation-result-3377361-1305452695/solver-3377361-1305452695 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377361-1305452695.cnf -seed 1762908669 -budget 2400

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

MD5SUM BENCH= 2ca6073d25d8d5f2648d590c0edc75c0
RANDOM SEED=1762908669

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18725136 kB
Buffers:        249172 kB
Cached:        3045296 kB
SwapCached:          0 kB
Active:       10841828 kB
Inactive:      3061820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18725136 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           35044 kB
Writeback:           0 kB
AnonPages:    10609060 kB
Mapped:          36988 kB
Slab:           200140 kB
PageTables:      57248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 83052092 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= 73144 MiB
End job on node115 at 2011-05-15 12:06:37