Trace number 3377296

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
MD5SUM94d10ca78c6cee5b0badfb96b777ac08
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 variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.62/2.09	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.62/2.09	c INFO: solving HOME/instance-3377296-1305452176.cnf
0.62/2.09	c INFO: computing task features
1.45/2.90	c INFO: computed variable-clause graph statistics
1.45/2.93	c INFO: computed clause balance statistics
5.36/6.89	c INFO: computed variable balance statistics
8.65/10.12	c INFO: computed small-clause counts
8.65/10.14	c INFO: computed Horn-clause counts
12.06/13.52	c INFO: computed variable graph statistics
12.06/13.52	c INFO: collected features for HOME/instance-3377296-1305452176.cnf in 11.42 s
12.06/13.54	c INFO: running hybridGM3@0 for 97 with 2388 remaining (b = 0.33)
111.58/112.98	c INFO: running hybridGM3@0 for 97 with 2289 remaining (b = 0.21)
212.20/213.51	c INFO: running hybridGM3@0 for 97 with 2188 remaining (b = 0.14)
312.72/314.00	c INFO: running hybridGM3@99 for 97 with 2088 remaining (b = 0.10)
410.14/411.23	c INFO: running hybridGM3@100 for 97 with 1991 remaining (b = 0.10)
507.36/508.48	c INFO: running TNM@0 for 97 with 1894 remaining (b = 0.13)
607.65/608.74	c INFO: running hybridGM3@100 for 97 with 1794 remaining (b = 0.09)
704.96/706.00	c INFO: running hybridGM3@0 for 97 with 1697 remaining (b = 0.09)
805.44/806.54	c INFO: running hybridGM3@100 for 97 with 1597 remaining (b = 0.07)
900.65/901.79	c INFO: running hybridGM3@0 for 97 with 1502 remaining (b = 0.07)
999.47/1000.35	c INFO: running hybridGM3@98 for 97 with 1403 remaining (b = 0.05)
1100.05/1100.60	c INFO: running hybridGM3@0 for 194 with 1303 remaining (b = 0.09)
1296.84/1297.42	c INFO: running hybridGM3@0 for 194 with 1107 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-3377296-1305452176/watcher-3377296-1305452176 -o /tmp/evaluation-result-3377296-1305452176/solver-3377296-1305452176 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377296-1305452176.cnf -seed 1656303427 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.14 1.06 1.71 6/300 23197
/proc/meminfo: memFree=28378008/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=15780 CPUtime=0 cores=0,2
/proc/23197/stat : 23197 (python) R 23195 23197 12685 0 -1 4202496 916 0 0 0 0 0 0 0 17 0 1 0 656815663 16158720 796 33554432000 4194304 5683644 140736292422832 18446744073709551615 4968223 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23197/statm: 3945 796 346 364 0 432 0

[startup+0.0372559 s]
/proc/loadavg: 1.14 1.06 1.71 6/300 23197
/proc/meminfo: memFree=28378008/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=16816 CPUtime=0.01 cores=0,2
/proc/23197/stat : 23197 (python) D 23195 23197 12685 0 -1 4202496 1213 0 0 0 1 0 0 0 17 0 1 0 656815663 17219584 1072 33554432000 4194304 5683644 140736292422832 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23197/statm: 4204 1072 417 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16816

[startup+0.10124 s]
/proc/loadavg: 1.14 1.06 1.71 6/300 23197
/proc/meminfo: memFree=28378008/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=23188 CPUtime=0.04 cores=0,2
/proc/23197/stat : 23197 (python) D 23195 23197 12685 0 -1 4202496 1328 0 3 0 3 1 0 0 17 0 1 0 656815663 23744512 1179 33554432000 4194304 5683644 140736292422832 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23197/statm: 5797 1179 432 364 0 724 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23188

[startup+0.301147 s]
/proc/loadavg: 1.14 1.06 1.71 6/300 23197
/proc/meminfo: memFree=28378008/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=54540 CPUtime=0.08 cores=0,2
/proc/23197/stat : 23197 (python) R 23195 23197 12685 0 -1 4202496 2043 0 13 0 5 3 0 0 17 0 1 0 656815663 55848960 1814 33554432000 4194304 5683644 140736292422832 18446744073709551615 228122709861 0 0 16781312 2 0 0 0 17 2 0 0 1
/proc/23197/statm: 13635 1814 492 364 0 1285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54540

[startup+0.701081 s]
/proc/loadavg: 1.14 1.06 1.71 6/300 23197
/proc/meminfo: memFree=28378008/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=119076 CPUtime=0.17 cores=0,2
/proc/23197/stat : 23197 (python) D 23195 23197 12685 0 -1 4202496 3833 0 24 0 11 6 0 0 16 0 1 0 656815663 121933824 3492 33554432000 4194304 5683644 140736292422832 18446744073709551615 228117794499 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 5
/proc/23197/statm: 29769 3492 895 364 0 2653 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 119076

[startup+1.501 s]
/proc/loadavg: 1.14 1.06 1.71 1/301 23214
/proc/meminfo: memFree=28317752/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=194552 CPUtime=0.44 cores=0,2
/proc/23197/stat : 23197 (python) R 23195 23197 12685 0 -1 4202496 6876 923 61 8 25 19 0 0 17 0 1 0 656815663 199221248 4976 33554432000 4194304 5683644 140736292422832 18446744073709551615 228117790343 0 2147483391 16781312 2 0 0 0 17 2 0 0 16
/proc/23197/statm: 48638 4976 1431 364 0 3757 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 194552

[startup+3.10068 s]
/proc/loadavg: 1.14 1.06 1.71 7/301 23214
/proc/meminfo: memFree=28248744/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=327996 CPUtime=1.65 cores=0,2
/proc/23197/stat : 23197 (python) R 23195 23197 12685 0 -1 4202496 27386 923 82 8 138 27 0 0 17 0 1 0 656815663 335867904 19383 33554432000 4194304 5683644 140736292422832 18446744073709551615 47150786218480 0 0 16781312 2 0 0 0 17 0 0 0 20
/proc/23197/statm: 81999 19383 1826 364 0 17923 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 327996
heavy processes:

[startup+6.30107 s]
/proc/loadavg: 1.53 1.15 1.73 5/307 23221
/proc/meminfo: memFree=28151324/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=327996 CPUtime=4.86 cores=0,2
/proc/23197/stat : 23197 (python) R 23195 23197 12685 0 -1 4202496 27386 923 82 8 459 27 0 0 22 0 1 0 656815663 335867904 19383 33554432000 4194304 5683644 140736292422832 18446744073709551615 228126122677 0 0 16781312 2 0 0 0 17 0 0 0 20
/proc/23197/statm: 81999 19383 1826 364 0 17923 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 327996
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 1.72 1.19 1.74 5/310 23224
/proc/meminfo: memFree=28132252/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=327996 CPUtime=11.26 cores=0,2
/proc/23197/stat : 23197 (python) R 23195 23197 12685 0 -1 4202496 27393 923 82 8 1099 27 0 0 25 0 1 0 656815663 335867904 19390 33554432000 4194304 5683644 140736292422832 18446744073709551615 47150786037888 0 0 16781312 2 0 0 0 17 0 0 0 20
/proc/23197/statm: 81999 19390 1833 364 0 17923 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 327996

[startup+25.5006 s]
/proc/loadavg: 2.23 1.33 1.78 5/310 23259
/proc/meminfo: memFree=28085732/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=334360 CPUtime=12.1 cores=0,2
/proc/23197/stat : 23197 (python) S 23195 23197 12685 0 -1 4202496 27679 923 82 8 1182 28 0 0 20 0 2 0 656815663 342384640 18460 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 20
/proc/23197/statm: 83590 18460 1875 364 0 19508 0
[pid=23225] ppid=23197 vsize=324116 CPUtime=0.03 cores=0,2
/proc/23225/stat : 23225 (python) S 23197 23197 12685 0 -1 4202560 978 0 0 0 2 1 0 0 15 0 1 0 656817017 331894784 16962 33554432000 4194304 5683644 140736292422832 18446744073709551615 228122734095 0 0 16781312 514 2508733690863911170 0 0 17 0 0 0 0
/proc/23225/statm: 81029 16962 381 364 0 16947 0
[pid=23227] ppid=23225 vsize=276236 CPUtime=11.9 cores=0,2
/proc/23227/stat : 23227 (hybridGM3) R 23225 23227 23227 0 -1 4202496 9519 0 0 0 1189 1 0 0 25 0 1 0 656817018 282865664 9252 33554432000 134512640 135204385 4292432992 18446744073709551615 134537357 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23227/statm: 69059 9252 64 169 0 68889 0
[pid=23197/tid=23226] ppid=23195 vsize=334360 CPUtime=0 cores=0,2
/proc/23197/task/23226/stat : 23226 (python) S 23195 23197 12685 0 -1 4202560 27 923 0 8 0 0 0 0 20 0 2 0 656817018 342384640 18460 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.03
Current children cumulated vsize (KiB) 934712

[startup+51.101 s]
/proc/loadavg: 2.83 1.54 1.84 5/313 23263
/proc/meminfo: memFree=28054384/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=334360 CPUtime=12.1 cores=0,2
/proc/23197/stat : 23197 (python) S 23195 23197 12685 0 -1 4202496 27679 923 82 8 1182 28 0 0 20 0 2 0 656815663 342384640 18460 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 20
/proc/23197/statm: 83590 18460 1875 364 0 19508 0
[pid=23225] ppid=23197 vsize=324116 CPUtime=0.07 cores=0,2
/proc/23225/stat : 23225 (python) S 23197 23197 12685 0 -1 4202560 988 0 0 0 4 3 0 0 15 0 1 0 656817017 331894784 16962 33554432000 4194304 5683644 140736292422832 18446744073709551615 228122734095 0 0 16781312 514 2508733690863911170 0 0 17 2 0 0 0
/proc/23225/statm: 81029 16962 381 364 0 16947 0
[pid=23227] ppid=23225 vsize=276236 CPUtime=37.48 cores=0,2
/proc/23227/stat : 23227 (hybridGM3) R 23225 23227 23227 0 -1 4202496 9519 0 0 0 3747 1 0 0 25 0 1 0 656817018 282865664 9252 33554432000 134512640 135204385 4292432992 18446744073709551615 134537116 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23227/statm: 69059 9252 64 169 0 68889 0
[pid=23197/tid=23226] ppid=23195 vsize=334360 CPUtime=0 cores=0,2
/proc/23197/task/23226/stat : 23226 (python) S 23195 23197 12685 0 -1 4202560 27 923 0 8 0 0 0 0 20 0 2 0 656817018 342384640 18460 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (KiB) 934712

[startup+102.312 s]
/proc/loadavg: 3.57 1.95 1.96 5/313 23264
/proc/meminfo: memFree=28054088/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=334360 CPUtime=12.1 cores=0,2
/proc/23197/stat : 23197 (python) S 23195 23197 12685 0 -1 4202496 27679 923 82 8 1182 28 0 0 20 0 2 0 656815663 342384640 18460 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 20
/proc/23197/statm: 83590 18460 1875 364 0 19508 0
[pid=23225] ppid=23197 vsize=324116 CPUtime=0.19 cores=0,2
/proc/23225/stat : 23225 (python) S 23197 23197 12685 0 -1 4202560 1014 0 0 0 12 7 0 0 15 0 1 0 656817017 331894784 16962 33554432000 4194304 5683644 140736292422832 18446744073709551615 228122734095 0 0 16781312 514 2508733690863911170 0 0 17 2 0 0 0
/proc/23225/statm: 81029 16962 381 364 0 16947 0
[pid=23227] ppid=23225 vsize=276236 CPUtime=88.69 cores=0,2
/proc/23227/stat : 23227 (hybridGM3) R 23225 23227 23227 0 -1 4202496 9521 0 0 0 8868 1 0 0 25 0 1 0 656817018 282865664 9254 33554432000 134512640 135204385 4292432992 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23227/statm: 69059 9254 64 169 0 68889 0
[pid=23197/tid=23226] ppid=23195 vsize=334360 CPUtime=0 cores=0,2
/proc/23197/task/23226/stat : 23226 (python) S 23195 23197 12685 0 -1 4202560 27 923 0 8 0 0 0 0 20 0 2 0 656817018 342384640 18460 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 934712

[startup+162.301 s]
/proc/loadavg: 3.87 2.33 2.09 4/322 23314
/proc/meminfo: memFree=28011160/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=344616 CPUtime=12.12 cores=0,2
/proc/23197/stat : 23197 (python) S 23195 23197 12685 0 -1 4202496 28562 923 82 8 1184 28 0 0 20 0 3 0 656815663 352886784 18467 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 20
/proc/23197/statm: 86154 18467 1878 364 0 22069 0
[pid=23225] ppid=23197 vsize=334360 CPUtime=0.22 cores=0,2
/proc/23225/stat : 23225 (python) S 23197 23197 12685 0 -1 4202560 1160 0 0 0 14 8 0 0 16 0 2 0 656817017 342384640 17000 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23225/statm: 83590 17000 414 364 0 19508 0
[pid=23227] ppid=23225 vsize=276236 CPUtime=99.35 cores=0,2
/proc/23227/stat : 23227 (hybridGM3) T 23225 23227 23227 0 -1 4202496 9521 0 0 0 9934 1 0 0 25 0 1 0 656817018 282865664 9254 33554432000 134512640 135204385 4292432992 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23227/statm: 69059 9254 64 169 0 68889 0
[pid=23225/tid=23273] ppid=23197 vsize=334360 CPUtime=0 cores=0,2
/proc/23225/task/23273/stat : 23273 (python) S 23197 23197 12685 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 656826960 342384640 17000 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604450558702912 0 0 -1 2 0 0 0
[pid=23274] ppid=23197 vsize=334372 CPUtime=0.1 cores=0,2
/proc/23274/stat : 23274 (python) S 23197 23197 12685 0 -1 4202560 890 0 0 0 6 4 0 0 15 0 1 0 656826962 342396928 16955 33554432000 4194304 5683644 140736292422832 18446744073709551615 228122734150 0 0 16781312 514 2508733690863911170 0 0 17 0 0 0 0
/proc/23274/statm: 83593 16955 370 364 0 19508 0
[pid=23276] ppid=23274 vsize=276236 CPUtime=49.18 cores=0,2
/proc/23276/stat : 23276 (hybridGM3) R 23274 23276 23276 0 -1 4202496 9524 0 0 0 4916 2 0 0 25 0 1 0 656826962 282865664 9258 33554432000 134512640 135204385 4294288400 18446744073709551615 134536698 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 69059 9258 64 169 0 68889 0
[pid=23197/tid=23226] ppid=23195 vsize=344616 CPUtime=0 cores=0,2
/proc/23197/task/23226/stat : 23226 (python) S 23195 23197 12685 0 -1 4202560 27 923 0 8 0 0 0 0 20 0 3 0 656817018 352886784 18467 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23275] ppid=23195 vsize=344616 CPUtime=0 cores=0,2
/proc/23197/task/23275/stat : 23275 (python) S 23195 23197 12685 0 -1 4202560 26 923 0 8 0 0 0 0 20 0 3 0 656826962 352886784 18467 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 1565820

[startup+222.301 s]
/proc/loadavg: 3.95 2.63 2.20 5/333 23326
/proc/meminfo: memFree=27935000/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=354872 CPUtime=12.13 cores=0,2
/proc/23197/stat : 23197 (python) S 23195 23197 12685 0 -1 4202496 29425 923 82 8 1185 28 0 0 20 0 4 0 656815663 363388928 18473 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 20
/proc/23197/statm: 88718 18473 1880 364 0 24630 0
[pid=23225] ppid=23197 vsize=334360 CPUtime=0.22 cores=0,2
/proc/23225/stat : 23225 (python) S 23197 23197 12685 0 -1 4202560 1160 0 0 0 14 8 0 0 16 0 2 0 656817017 342384640 17000 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23225/statm: 83590 17000 414 364 0 19508 0
[pid=23227] ppid=23225 vsize=276236 CPUtime=99.35 cores=0,2
/proc/23227/stat : 23227 (hybridGM3) T 23225 23227 23227 0 -1 4202496 9521 0 0 0 9934 1 0 0 25 0 1 0 656817018 282865664 9254 33554432000 134512640 135204385 4292432992 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23227/statm: 69059 9254 64 169 0 68889 0
[pid=23225/tid=23273] ppid=23197 vsize=334360 CPUtime=0 cores=0,2
/proc/23225/task/23273/stat : 23273 (python) S 23197 23197 12685 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 656826960 342384640 17000 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604450558702912 0 0 -1 2 0 0 0
[pid=23274] ppid=23197 vsize=334372 CPUtime=0.24 cores=0,2
/proc/23274/stat : 23274 (python) S 23197 23197 12685 0 -1 4202560 1063 0 0 0 13 11 0 0 16 0 2 0 656826962 342396928 16985 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 83593 16985 399 364 0 19508 0
[pid=23276] ppid=23274 vsize=276236 CPUtime=100.27 cores=0,2
/proc/23276/stat : 23276 (hybridGM3) T 23274 23276 23276 0 -1 4202496 9524 0 0 0 10025 2 0 0 25 0 1 0 656826962 282865664 9258 33554432000 134512640 135204385 4294288400 18446744073709551615 134547728 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23276/statm: 69059 9258 64 169 0 68889 0

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

/proc/23274/statm: 83593 16985 399 364 0 19508 0
[pid=23276] ppid=23274 vsize=276236 CPUtime=197.26 cores=0,2
/proc/23276/stat : 23276 (hybridGM3) T 23274 23276 23276 0 -1 4202496 9524 0 0 0 19724 2 0 0 25 0 1 0 656826962 282865664 9258 33554432000 134512640 135204385 4294288400 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23276/statm: 69059 9258 64 169 0 68889 0
[pid=23274/tid=23323] ppid=23197 vsize=334372 CPUtime=0 cores=0,2
/proc/23274/task/23323/stat : 23323 (python) S 23197 23197 12685 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656837013 342396928 16985 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604453943299136 0 0 -1 0 0 0 0
[pid=23324] ppid=23197 vsize=344628 CPUtime=0.51 cores=0,2
/proc/23324/stat : 23324 (python) S 23197 23197 12685 0 -1 4202560 1123 0 0 0 27 24 0 0 15 0 2 0 656837014 352899072 16989 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23324/statm: 86157 16989 399 364 0 22069 0
[pid=23326] ppid=23324 vsize=276240 CPUtime=197.23 cores=0,2
/proc/23326/stat : 23326 (hybridGM3) T 23324 23326 23326 0 -1 4202496 9521 0 0 0 19722 1 0 0 25 0 1 0 656837014 282869760 9258 33554432000 134512640 135204385 4287338384 18446744073709551615 134537331 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23326/statm: 69060 9258 64 169 0 68890 0
[pid=23324/tid=23342] ppid=23197 vsize=344628 CPUtime=0 cores=0,2
/proc/23324/task/23342/stat : 23342 (python) S 23197 23197 12685 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656847062 352899072 16989 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604442344001600 0 0 -1 0 0 0 0
[pid=23365] ppid=23197 vsize=354884 CPUtime=0.25 cores=0,2
/proc/23365/stat : 23365 (python) S 23197 23197 12685 0 -1 4202560 1087 0 0 0 13 12 0 0 19 0 2 0 656866512 363401216 16993 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23365/statm: 88721 16993 399 364 0 24630 0
[pid=23367] ppid=23365 vsize=471116 CPUtime=99.99 cores=0,2
/proc/23367/stat : 23367 (TNM) T 23365 23367 23367 0 -1 4202496 8435 0 0 0 9999 0 0 0 25 0 1 0 656866512 482422784 8173 33554432000 134512640 135008748 4290761712 18446744073709551615 134529176 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23367/statm: 117779 8173 46 122 0 116679 0
[pid=23365/tid=23382] ppid=23197 vsize=354884 CPUtime=0 cores=0,2
/proc/23365/task/23382/stat : 23382 (python) S 23197 23197 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656876537 363401216 16993 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604441742960512 0 0 -1 0 0 0 0
[pid=23394] ppid=23197 vsize=365140 CPUtime=0.51 cores=0,2
/proc/23394/stat : 23394 (python) S 23197 23197 12685 0 -1 4202560 1124 0 0 0 29 22 0 0 15 0 2 0 656886264 373903360 16997 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23394/statm: 91285 16997 399 364 0 27191 0
[pid=23396] ppid=23394 vsize=276236 CPUtime=195.25 cores=0,2
/proc/23396/stat : 23396 (hybridGM3) T 23394 23396 23396 0 -1 4202496 9521 0 0 0 19524 1 0 0 25 0 1 0 656886264 282865664 9253 33554432000 134512640 135204385 4289085408 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23396/statm: 69059 9253 64 169 0 68889 0
[pid=23394/tid=23477] ppid=23197 vsize=365140 CPUtime=0 cores=0,2
/proc/23394/task/23477/stat : 23477 (python) S 23197 23197 12685 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656896316 373903360 16997 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604453956196224 0 0 -1 0 0 0 0
[pid=23594] ppid=23197 vsize=375396 CPUtime=0.5 cores=0,2
/proc/23594/stat : 23594 (python) S 23197 23197 12685 0 -1 4202560 1132 0 0 0 26 24 0 0 15 0 2 0 656905843 384405504 17001 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23594/statm: 93849 17001 399 364 0 29752 0
[pid=23596] ppid=23594 vsize=276240 CPUtime=198.77 cores=0,2
/proc/23596/stat : 23596 (hybridGM3) T 23594 23596 23596 0 -1 4202496 9528 0 0 0 19875 2 0 0 25 0 1 0 656905843 282869760 9265 33554432000 134512640 135204385 4294593968 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23596/statm: 69060 9265 64 169 0 68890 0
[pid=23594/tid=23646] ppid=23197 vsize=375396 CPUtime=0 cores=0,2
/proc/23594/task/23646/stat : 23646 (python) S 23197 23197 12685 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656915697 384405504 17001 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604441742959616 0 0 -1 2 0 0 0
[pid=23662] ppid=23197 vsize=385652 CPUtime=0.37 cores=0,2
/proc/23662/stat : 23662 (python) S 23197 23197 12685 0 -1 4202560 954 0 0 0 21 16 0 0 15 0 1 0 656925724 394907648 16975 33554432000 4194304 5683644 140736292422832 18446744073709551615 228122734150 0 0 16781312 514 2508733690863911170 0 0 17 0 0 0 0
/proc/23662/statm: 96413 16975 370 364 0 32313 0
[pid=23664] ppid=23662 vsize=276236 CPUtime=141.32 cores=0,2
/proc/23664/stat : 23664 (hybridGM3) R 23662 23664 23664 0 -1 4202496 9512 0 0 0 14131 1 0 0 25 0 1 0 656925724 282865664 9252 33554432000 134512640 135204385 4293411472 18446744073709551615 134536656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23664/statm: 69059 9252 64 169 0 68889 0
[pid=23197/tid=23226] ppid=23195 vsize=395896 CPUtime=0 cores=0,2
/proc/23197/task/23226/stat : 23226 (python) S 23195 23197 12685 0 -1 4202560 32 923 0 8 0 0 0 0 18 0 8 0 656817018 405397504 18497 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23275] ppid=23195 vsize=395896 CPUtime=0 cores=0,2
/proc/23197/task/23275/stat : 23275 (python) S 23195 23197 12685 0 -1 4202560 29 923 0 8 0 0 0 0 18 0 8 0 656826962 405397504 18497 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23325] ppid=23195 vsize=395896 CPUtime=0 cores=0,2
/proc/23197/task/23325/stat : 23325 (python) S 23195 23197 12685 0 -1 4202560 29 923 0 8 0 0 0 0 18 0 8 0 656837014 405397504 18497 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23366] ppid=23195 vsize=395896 CPUtime=0 cores=0,2
/proc/23197/task/23366/stat : 23366 (python) S 23195 23197 12685 0 -1 4202560 24 923 0 8 0 0 0 0 20 0 8 0 656866512 405397504 18497 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23395] ppid=23195 vsize=395896 CPUtime=0 cores=0,2
/proc/23197/task/23395/stat : 23395 (python) S 23195 23197 12685 0 -1 4202560 31 923 0 8 0 0 0 0 18 0 8 0 656886264 405397504 18497 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23595] ppid=23195 vsize=395896 CPUtime=0 cores=0,2
/proc/23197/task/23595/stat : 23595 (python) S 23195 23197 12685 0 -1 4202560 31 923 0 8 0 0 0 0 18 0 8 0 656905843 405397504 18497 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23663] ppid=23195 vsize=395896 CPUtime=0 cores=0,2
/proc/23197/task/23663/stat : 23663 (python) S 23195 23197 12685 0 -1 4202560 28 923 0 8 0 0 0 0 20 0 8 0 656925724 405397504 18497 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1241.74
Current children cumulated vsize (KiB) 5018868



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.04 3.47 5/412 23693
/proc/meminfo: memFree=27382836/32951124 swapFree=54427468/67111528
[pid=23197] ppid=23195 vsize=406152 CPUtime=12.27 cores=0,2
/proc/23197/stat : 23197 (python) S 23195 23197 12685 0 -1 4202496 34142 923 82 8 1196 31 0 0 20 0 9 0 656815663 415899648 18503 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 20
/proc/23197/statm: 101538 18503 1890 364 0 37435 0
[pid=23225] ppid=23197 vsize=334360 CPUtime=0.46 cores=0,2
/proc/23225/stat : 23225 (python) S 23197 23197 12685 0 -1 4202560 1207 0 0 0 27 19 0 0 15 0 2 0 656817017 342384640 17001 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23225/statm: 83590 17001 415 364 0 19508 0
[pid=23227] ppid=23225 vsize=276236 CPUtime=196.58 cores=0,2
/proc/23227/stat : 23227 (hybridGM3) T 23225 23227 23227 0 -1 4202496 9523 0 0 0 19656 2 0 0 25 0 1 0 656817018 282865664 9256 33554432000 134512640 135204385 4292432992 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23227/statm: 69059 9256 64 169 0 68889 0
[pid=23225/tid=23273] ppid=23197 vsize=334360 CPUtime=0 cores=0,2
/proc/23225/task/23273/stat : 23273 (python) S 23197 23197 12685 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656826960 342384640 17001 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604450558702912 0 0 -1 2 0 0 0
[pid=23274] ppid=23197 vsize=334372 CPUtime=0.49 cores=0,2
/proc/23274/stat : 23274 (python) S 23197 23197 12685 0 -1 4202560 1107 0 0 0 26 23 0 0 15 0 2 0 656826962 342396928 16985 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23274/statm: 83593 16985 399 364 0 19508 0
[pid=23276] ppid=23274 vsize=276236 CPUtime=197.26 cores=0,2
/proc/23276/stat : 23276 (hybridGM3) T 23274 23276 23276 0 -1 4202496 9524 0 0 0 19724 2 0 0 25 0 1 0 656826962 282865664 9258 33554432000 134512640 135204385 4294288400 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23276/statm: 69059 9258 64 169 0 68889 0
[pid=23274/tid=23323] ppid=23197 vsize=334372 CPUtime=0 cores=0,2
/proc/23274/task/23323/stat : 23323 (python) S 23197 23197 12685 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656837013 342396928 16985 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604453943299136 0 0 -1 0 0 0 0
[pid=23324] ppid=23197 vsize=344628 CPUtime=0.51 cores=0,2
/proc/23324/stat : 23324 (python) S 23197 23197 12685 0 -1 4202560 1123 0 0 0 27 24 0 0 15 0 2 0 656837014 352899072 16989 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23324/statm: 86157 16989 399 364 0 22069 0
[pid=23326] ppid=23324 vsize=276240 CPUtime=197.23 cores=0,2
/proc/23326/stat : 23326 (hybridGM3) T 23324 23326 23326 0 -1 4202496 9521 0 0 0 19722 1 0 0 25 0 1 0 656837014 282869760 9258 33554432000 134512640 135204385 4287338384 18446744073709551615 134537331 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23326/statm: 69060 9258 64 169 0 68890 0
[pid=23324/tid=23342] ppid=23197 vsize=344628 CPUtime=0 cores=0,2
/proc/23324/task/23342/stat : 23342 (python) S 23197 23197 12685 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656847062 352899072 16989 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604442344001600 0 0 -1 0 0 0 0
[pid=23365] ppid=23197 vsize=354884 CPUtime=0.25 cores=0,2
/proc/23365/stat : 23365 (python) S 23197 23197 12685 0 -1 4202560 1087 0 0 0 13 12 0 0 19 0 2 0 656866512 363401216 16993 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23365/statm: 88721 16993 399 364 0 24630 0
[pid=23367] ppid=23365 vsize=471116 CPUtime=99.99 cores=0,2
/proc/23367/stat : 23367 (TNM) T 23365 23367 23367 0 -1 4202496 8435 0 0 0 9999 0 0 0 25 0 1 0 656866512 482422784 8173 33554432000 134512640 135008748 4290761712 18446744073709551615 134529176 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23367/statm: 117779 8173 46 122 0 116679 0
[pid=23365/tid=23382] ppid=23197 vsize=354884 CPUtime=0 cores=0,2
/proc/23365/task/23382/stat : 23382 (python) S 23197 23197 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656876537 363401216 16993 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604441742960512 0 0 -1 0 0 0 0
[pid=23394] ppid=23197 vsize=365140 CPUtime=0.51 cores=0,2
/proc/23394/stat : 23394 (python) S 23197 23197 12685 0 -1 4202560 1124 0 0 0 29 22 0 0 15 0 2 0 656886264 373903360 16997 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23394/statm: 91285 16997 399 364 0 27191 0
[pid=23396] ppid=23394 vsize=276236 CPUtime=195.25 cores=0,2
/proc/23396/stat : 23396 (hybridGM3) T 23394 23396 23396 0 -1 4202496 9521 0 0 0 19524 1 0 0 25 0 1 0 656886264 282865664 9253 33554432000 134512640 135204385 4289085408 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23396/statm: 69059 9253 64 169 0 68889 0
[pid=23394/tid=23477] ppid=23197 vsize=365140 CPUtime=0 cores=0,2
/proc/23394/task/23477/stat : 23477 (python) S 23197 23197 12685 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656896316 373903360 16997 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604453956196224 0 0 -1 0 0 0 0
[pid=23594] ppid=23197 vsize=375396 CPUtime=0.5 cores=0,2
/proc/23594/stat : 23594 (python) S 23197 23197 12685 0 -1 4202560 1132 0 0 0 26 24 0 0 15 0 2 0 656905843 384405504 17001 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23594/statm: 93849 17001 399 364 0 29752 0
[pid=23596] ppid=23594 vsize=276240 CPUtime=198.77 cores=0,2
/proc/23596/stat : 23596 (hybridGM3) T 23594 23596 23596 0 -1 4202496 9528 0 0 0 19875 2 0 0 25 0 1 0 656905843 282869760 9265 33554432000 134512640 135204385 4294593968 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23596/statm: 69060 9265 64 169 0 68890 0
[pid=23594/tid=23646] ppid=23197 vsize=375396 CPUtime=0 cores=0,2
/proc/23594/task/23646/stat : 23646 (python) S 23197 23197 12685 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656915697 384405504 17001 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604441742959616 0 0 -1 2 0 0 0
[pid=23662] ppid=23197 vsize=385652 CPUtime=0.53 cores=0,2
/proc/23662/stat : 23662 (python) S 23197 23197 12685 0 -1 4202560 1135 0 0 0 30 23 0 0 17 0 2 0 656925724 394907648 17005 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23662/statm: 96413 17005 399 364 0 32313 0
[pid=23664] ppid=23662 vsize=276236 CPUtime=196.26 cores=0,2
/proc/23664/stat : 23664 (hybridGM3) T 23662 23664 23664 0 -1 4202496 9512 0 0 0 19625 1 0 0 25 0 1 0 656925724 282865664 9252 33554432000 134512640 135204385 4293411472 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23664/statm: 69059 9252 64 169 0 68889 0
[pid=23662/tid=23690] ppid=23197 vsize=385652 CPUtime=0 cores=0,2
/proc/23662/task/23690/stat : 23690 (python) S 23197 23197 12685 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 656945404 394907648 17005 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 514 18446604447627344576 0 0 -1 0 0 0 0
[pid=23691] ppid=23197 vsize=395908 CPUtime=0 cores=0,2
/proc/23691/stat : 23691 (python) S 23197 23197 12685 0 -1 4202560 797 0 0 0 0 0 0 0 15 0 1 0 656945405 405409792 16962 33554432000 4194304 5683644 140736292422832 18446744073709551615 228122734150 0 0 16781312 514 12335187859848790273 0 0 17 0 0 0 0
/proc/23691/statm: 98977 16962 353 364 0 34874 0
[pid=23693] ppid=23691 vsize=276240 CPUtime=2.58 cores=0,2
/proc/23693/stat : 23693 (hybridGM3) R 23691 23693 23693 0 -1 4202496 9296 0 0 0 257 1 0 0 25 0 1 0 656945406 282869760 9029 33554432000 134512640 135204385 4290583984 18446744073709551615 134546073 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23693/statm: 69060 9029 64 169 0 68890 0
[pid=23197/tid=23226] ppid=23195 vsize=406152 CPUtime=0 cores=0,2
/proc/23197/task/23226/stat : 23226 (python) S 23195 23197 12685 0 -1 4202560 32 923 0 8 0 0 0 0 18 0 9 0 656817018 415899648 18503 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23275] ppid=23195 vsize=406152 CPUtime=0 cores=0,2
/proc/23197/task/23275/stat : 23275 (python) S 23195 23197 12685 0 -1 4202560 29 923 0 8 0 0 0 0 18 0 9 0 656826962 415899648 18503 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23325] ppid=23195 vsize=406152 CPUtime=0 cores=0,2
/proc/23197/task/23325/stat : 23325 (python) S 23195 23197 12685 0 -1 4202560 29 923 0 8 0 0 0 0 18 0 9 0 656837014 415899648 18503 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23366] ppid=23195 vsize=406152 CPUtime=0 cores=0,2
/proc/23197/task/23366/stat : 23366 (python) S 23195 23197 12685 0 -1 4202560 24 923 0 8 0 0 0 0 20 0 9 0 656866512 415899648 18503 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23395] ppid=23195 vsize=406152 CPUtime=0 cores=0,2
/proc/23197/task/23395/stat : 23395 (python) S 23195 23197 12685 0 -1 4202560 31 923 0 8 0 0 0 0 18 0 9 0 656886264 415899648 18503 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23595] ppid=23195 vsize=406152 CPUtime=0 cores=0,2
/proc/23197/task/23595/stat : 23595 (python) S 23195 23197 12685 0 -1 4202560 31 923 0 8 0 0 0 0 18 0 9 0 656905843 415899648 18503 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23663] ppid=23195 vsize=406152 CPUtime=0 cores=0,2
/proc/23197/task/23663/stat : 23663 (python) S 23195 23197 12685 0 -1 4202560 28 923 0 8 0 0 0 0 20 0 9 0 656925724 415899648 18503 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
[pid=23197/tid=23692] ppid=23195 vsize=406152 CPUtime=0 cores=0,2
/proc/23197/task/23692/stat : 23692 (python) S 23195 23197 12685 0 -1 4202560 25 923 0 8 0 0 0 0 20 0 9 0 656945406 415899648 18503 33554432000 4194304 5683644 140736292422832 18446744073709551615 228134537649 0 0 16781312 2 18446604445115616064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1299.44
Current children cumulated vsize (KiB) 5701272

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

Real time (s): 1300.06
CPU time (s): 1299.44
CPU user time (s): 1297.56
CPU system time (s): 1.88
CPU usage (%): 99.952
Max. virtual memory (cumulated for all children) (KiB): 5701272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9682
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35071
page faults= 90
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49847
involuntary context switches= 412

runsolver used 5.44317 second user time and 10.2964 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 11:36:17
IDJOB=3377296
IDBENCH=82605
IDSOLVER=1857
FILE ID=node138/3377296-1305452176
RUNJOBID= node138-1305452176-23155
PBS_JOBID= 13324862
Free space on /tmp= 73580 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S758437099-099-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-3377296-1305452176/watcher-3377296-1305452176 -o /tmp/evaluation-result-3377296-1305452176/solver-3377296-1305452176 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377296-1305452176.cnf -seed 1656303427 -budget 2400

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

MD5SUM BENCH= 94d10ca78c6cee5b0badfb96b777ac08
RANDOM SEED=1656303427

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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:      28378048 kB
Buffers:        278492 kB
Cached:        4033944 kB
SwapCached:      18496 kB
Active:        1171016 kB
Inactive:      3174404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28378048 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:          134384 kB
Writeback:           0 kB
AnonPages:       24988 kB
Mapped:           9764 kB
Slab:           125180 kB
PageTables:      41224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39545896 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= 73432 MiB
End job on node138 at 2011-05-15 11:57:59