Trace number 3377285

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.95 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
MD5SUMd893b9743a6b7d8026df42df0d29d561
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.788
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.69	c INFO: solving HOME/instance-3377285-1305452079.cnf
0.36/0.69	c INFO: computing task features
0.73/1.10	c INFO: computed variable-clause graph statistics
0.83/1.12	c INFO: computed clause balance statistics
2.93/3.24	c INFO: computed variable balance statistics
4.62/4.97	c INFO: computed small-clause counts
4.62/4.98	c INFO: computed Horn-clause counts
5.62/5.90	c INFO: computed variable graph statistics
5.62/5.90	c INFO: collected features for HOME/instance-3377285-1305452079.cnf in 5.20 s
5.62/5.92	c INFO: running hybridGM3@0 for 97 with 2394 remaining (b = 0.40)
106.51/106.83	c INFO: running hybridGM3@0 for 97 with 2294 remaining (b = 0.24)
207.61/207.76	c INFO: running hybridGM3@0 for 97 with 2193 remaining (b = 0.17)
308.75/308.68	c INFO: running hybridGM3@100 for 97 with 2092 remaining (b = 0.13)
406.04/405.96	c INFO: running hybridGM3@100 for 97 with 1995 remaining (b = 0.13)
502.55/502.24	c INFO: running TNM@0 for 97 with 1899 remaining (b = 0.15)
603.12/602.52	c INFO: running hybridGM3@100 for 97 with 1798 remaining (b = 0.13)
700.58/699.79	c INFO: running hybridGM3@0 for 194 with 1701 remaining (b = 0.23)
897.90/897.00	c INFO: running hybridGM3@0 for 194 with 1504 remaining (b = 0.17)
1095.02/1094.18	c INFO: running hybridGM3@0 for 194 with 1308 remaining (b = 0.13)
1292.28/1291.38	c INFO: running hybridGM3@0 for 194 with 1111 remaining (b = 0.10)

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-3377285-1305452079/watcher-3377285-1305452079 -o /tmp/evaluation-result-3377285-1305452079/solver-3377285-1305452079 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377285-1305452079.cnf -seed 506314655 -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: 4.17 4.03 3.83 3/351 15365
/proc/meminfo: memFree=15355688/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=11796 CPUtime=0 cores=0,2
/proc/15365/stat : 15365 (runsolver) R 15363 15365 14075 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 1 0 112817312 12079104 52 33554432000 4194304 5432360 140733449643856 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/15365/statm: 2949 52 33 303 0 2643 0

[startup+0.070373 s]
/proc/loadavg: 4.17 4.03 3.83 3/351 15365
/proc/meminfo: memFree=15355688/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=29784 CPUtime=0.03 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 1413 0 0 0 3 0 0 0 25 0 1 0 112817312 30498816 1257 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/15365/statm: 7446 1257 443 364 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29784

[startup+0.100677 s]
/proc/loadavg: 4.17 4.03 3.83 3/351 15365
/proc/meminfo: memFree=15355688/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=54532 CPUtime=0.05 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 2078 0 0 0 4 1 0 0 25 0 1 0 112817312 55840768 1834 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/15365/statm: 13633 1834 492 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54532

[startup+0.300494 s]
/proc/loadavg: 4.17 4.03 3.83 3/351 15365
/proc/meminfo: memFree=15355688/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=135748 CPUtime=0.19 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 5969 931 1 0 13 6 0 0 18 0 1 0 112817312 139005952 4149 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880561157 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/15365/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.704472 s]
/proc/loadavg: 4.17 4.03 3.83 3/351 15365
/proc/meminfo: memFree=15355688/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=280840 CPUtime=0.42 cores=0,2
/proc/15365/stat : 15365 (python) R 15363 15365 14075 0 -1 4202496 9856 931 1 0 31 11 0 0 17 0 1 0 112817312 287580160 7528 33554432000 4194304 5683644 140736646500224 18446744073709551615 4960847 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15365/statm: 70210 7528 1761 364 0 6134 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 280840

[startup+1.50035 s]
/proc/loadavg: 4.17 4.03 3.83 3/352 15370
/proc/meminfo: memFree=15316136/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=302956 CPUtime=1.22 cores=0,2
/proc/15365/stat : 15365 (python) R 15363 15365 14075 0 -1 4202496 18320 931 1 0 109 13 0 0 18 0 1 0 112817312 310226944 13124 33554432000 4194304 5683644 140736646500224 18446744073709551615 4619976 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15365/statm: 75739 13124 1826 364 0 11663 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 302956

[startup+3.10104 s]
/proc/loadavg: 4.00 4.00 3.82 5/346 15414
/proc/meminfo: memFree=15297312/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=302956 CPUtime=2.82 cores=0,2
/proc/15365/stat : 15365 (python) R 15363 15365 14075 0 -1 4202496 18320 931 1 0 269 13 0 0 20 0 1 0 112817312 310226944 13124 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880213932 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15365/statm: 75739 13124 1826 364 0 11663 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 302956

[startup+6.30048 s]
/proc/loadavg: 4.00 4.00 3.82 5/359 15435
/proc/meminfo: memFree=15227300/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=311272 CPUtime=5.64 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 18617 931 1 0 551 13 0 0 25 0 2 0 112817312 318742528 12689 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15365/statm: 77818 12689 1875 364 0 13736 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 311272

[startup+12.7004 s]
/proc/loadavg: 4.00 4.00 3.82 5/365 15441
/proc/meminfo: memFree=15179100/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=311272 CPUtime=5.64 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 18617 931 1 0 551 13 0 0 25 0 2 0 112817312 318742528 12689 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15365/statm: 77818 12689 1875 364 0 13736 0
[pid=15436] ppid=15365 vsize=301028 CPUtime=0.01 cores=0,2
/proc/15436/stat : 15436 (python) S 15365 15365 14075 0 -1 4202560 995 0 0 0 0 1 0 0 18 0 1 0 112817905 308252672 11191 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880585231 0 0 16781312 514 4132518030703821057 0 0 17 0 0 0 0
/proc/15436/statm: 75257 11191 381 364 0 11175 0
[pid=15438] ppid=15436 vsize=268420 CPUtime=6.75 cores=0,2
/proc/15438/stat : 15438 (hybridGM3) R 15436 15438 15438 0 -1 4202496 7133 0 0 0 674 1 0 0 25 0 1 0 112817905 274862080 6872 33554432000 134512640 135204385 4286864144 18446744073709551615 134536895 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15438/statm: 67105 6872 64 169 0 66935 0
[pid=15365/tid=15437] ppid=15363 vsize=311272 CPUtime=0 cores=0,2
/proc/15365/task/15437/stat : 15437 (python) S 15363 15365 14075 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 112817905 318742528 12689 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 880720

[startup+25.5011 s]
/proc/loadavg: 4.00 4.00 3.82 5/365 15441
/proc/meminfo: memFree=15180032/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=311272 CPUtime=5.64 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 18617 931 1 0 551 13 0 0 25 0 2 0 112817312 318742528 12689 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15365/statm: 77818 12689 1875 364 0 13736 0
[pid=15436] ppid=15365 vsize=301028 CPUtime=0.04 cores=0,2
/proc/15436/stat : 15436 (python) S 15365 15365 14075 0 -1 4202560 1000 0 0 0 2 2 0 0 18 0 1 0 112817905 308252672 11191 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880585231 0 0 16781312 514 3267203199982862593 0 0 17 0 0 0 0
/proc/15436/statm: 75257 11191 381 364 0 11175 0
[pid=15438] ppid=15436 vsize=268420 CPUtime=19.52 cores=0,2
/proc/15438/stat : 15438 (hybridGM3) R 15436 15438 15438 0 -1 4202496 7134 0 0 0 1951 1 0 0 25 0 1 0 112817905 274862080 6873 33554432000 134512640 135204385 4286864144 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15438/statm: 67105 6873 64 169 0 66935 0
[pid=15365/tid=15437] ppid=15363 vsize=311272 CPUtime=0 cores=0,2
/proc/15365/task/15437/stat : 15437 (python) S 15363 15365 14075 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 112817905 318742528 12689 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 880720

[startup+51.1006 s]
/proc/loadavg: 4.00 4.00 3.83 5/348 15481
/proc/meminfo: memFree=15171560/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=311272 CPUtime=5.64 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 18617 931 1 0 551 13 0 0 25 0 2 0 112817312 318742528 12689 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15365/statm: 77818 12689 1875 364 0 13736 0
[pid=15436] ppid=15365 vsize=301028 CPUtime=0.11 cores=0,2
/proc/15436/stat : 15436 (python) S 15365 15365 14075 0 -1 4202560 1011 0 0 0 6 5 0 0 18 0 1 0 112817905 308252672 11191 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880585231 0 0 16781312 514 3267203199982862593 0 0 17 0 0 0 0
/proc/15436/statm: 75257 11191 381 364 0 11175 0
[pid=15438] ppid=15436 vsize=268420 CPUtime=45.05 cores=0,2
/proc/15438/stat : 15438 (hybridGM3) R 15436 15438 15438 0 -1 4202496 7134 0 0 0 4504 1 0 0 25 0 1 0 112817905 274862080 6873 33554432000 134512640 135204385 4286864144 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15438/statm: 67105 6873 64 169 0 66935 0
[pid=15365/tid=15437] ppid=15363 vsize=311272 CPUtime=0 cores=0,2
/proc/15365/task/15437/stat : 15437 (python) S 15363 15365 14075 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 112817905 318742528 12689 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 880720

[startup+102.313 s]
/proc/loadavg: 4.00 4.00 3.83 5/348 15517
/proc/meminfo: memFree=15200836/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=311272 CPUtime=5.64 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 18617 931 1 0 551 13 0 0 25 0 2 0 112817312 318742528 12689 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15365/statm: 77818 12689 1875 364 0 13736 0
[pid=15436] ppid=15365 vsize=301028 CPUtime=0.25 cores=0,2
/proc/15436/stat : 15436 (python) S 15365 15365 14075 0 -1 4202560 1034 0 0 0 13 12 0 0 18 0 1 0 112817905 308252672 11191 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880585231 0 0 16781312 514 3267203199982862593 0 0 17 0 0 0 0
/proc/15436/statm: 75257 11191 381 364 0 11175 0
[pid=15438] ppid=15436 vsize=268420 CPUtime=96.13 cores=0,2
/proc/15438/stat : 15438 (hybridGM3) R 15436 15438 15438 0 -1 4202496 7134 0 0 0 9612 1 0 0 25 0 1 0 112817905 274862080 6873 33554432000 134512640 135204385 4286864144 18446744073709551615 134537322 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15438/statm: 67105 6873 64 169 0 66935 0
[pid=15365/tid=15437] ppid=15363 vsize=311272 CPUtime=0 cores=0,2
/proc/15365/task/15437/stat : 15437 (python) S 15363 15365 14075 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 112817905 318742528 12689 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 880720

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/356 15566
/proc/meminfo: memFree=15121704/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=321528 CPUtime=5.65 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 19536 931 1 0 552 13 0 0 20 0 3 0 112817312 329244672 12696 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15365/statm: 80382 12696 1878 364 0 16297 0
[pid=15436] ppid=15365 vsize=311272 CPUtime=0.25 cores=0,2
/proc/15436/stat : 15436 (python) S 15365 15365 14075 0 -1 4202560 1172 0 0 0 13 12 0 0 19 0 2 0 112817905 318742528 11229 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15436/statm: 77818 11229 414 364 0 13736 0
[pid=15438] ppid=15436 vsize=268420 CPUtime=100.63 cores=0,2
/proc/15438/stat : 15438 (hybridGM3) T 15436 15438 15438 0 -1 4202496 7134 0 0 0 10062 1 0 0 25 0 1 0 112817905 274862080 6873 33554432000 134512640 135204385 4286864144 18446744073709551615 134536698 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15438/statm: 67105 6873 64 169 0 66935 0
[pid=15436/tid=15523] ppid=15365 vsize=311272 CPUtime=0 cores=0,2
/proc/15436/task/15523/stat : 15523 (python) S 15365 15365 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112827995 318742528 11229 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604453874870080 0 0 -1 0 0 0 0
[pid=15527] ppid=15365 vsize=311284 CPUtime=0.13 cores=0,2
/proc/15527/stat : 15527 (python) S 15365 15365 14075 0 -1 4202560 907 0 0 0 7 6 0 0 15 0 1 0 112827996 318754816 11184 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880585286 0 0 16781312 514 3267203199982862594 0 0 17 2 0 0 0
/proc/15527/statm: 77821 11184 370 364 0 13736 0
[pid=15529] ppid=15527 vsize=268424 CPUtime=55.44 cores=0,2
/proc/15529/stat : 15529 (hybridGM3) R 15527 15529 15529 0 -1 4202496 7143 0 0 0 5544 0 0 0 25 0 1 0 112827997 274866176 6874 33554432000 134512640 135204385 4288017952 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15529/statm: 67106 6874 64 169 0 66936 0
[pid=15365/tid=15437] ppid=15363 vsize=321528 CPUtime=0 cores=0,2
/proc/15365/task/15437/stat : 15437 (python) S 15363 15365 14075 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 3 0 112817905 329244672 12696 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=15365/tid=15528] ppid=15363 vsize=321528 CPUtime=0 cores=0,2
/proc/15365/task/15528/stat : 15528 (python) S 15363 15365 14075 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 3 0 112827997 329244672 12696 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 1480928

[startup+222.302 s]
/proc/loadavg: 4.06 4.01 3.85 5/364 15650
/proc/meminfo: memFree=15054608/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=331784 CPUtime=5.67 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 20387 931 1 0 553 14 0 0 20 0 4 0 112817312 339746816 12702 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15365/statm: 82946 12702 1880 364 0 18858 0
[pid=15436] ppid=15365 vsize=311272 CPUtime=0.25 cores=0,2
/proc/15436/stat : 15436 (python) S 15365 15365 14075 0 -1 4202560 1172 0 0 0 13 12 0 0 19 0 2 0 112817905 318742528 11229 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15436/statm: 77818 11229 414 364 0 13736 0
[pid=15438] ppid=15436 vsize=268420 CPUtime=100.63 cores=0,2
/proc/15438/stat : 15438 (hybridGM3) T 15436 15438 15438 0 -1 4202496 7134 0 0 0 10062 1 0 0 25 0 1 0 112817905 274862080 6873 33554432000 134512640 135204385 4286864144 18446744073709551615 134536698 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15438/statm: 67105 6873 64 169 0 66935 0
[pid=15436/tid=15523] ppid=15365 vsize=311272 CPUtime=0 cores=0,2
/proc/15436/task/15523/stat : 15523 (python) S 15365 15365 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112827995 318742528 11229 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604453874870080 0 0 -1 0 0 0 0

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

/proc/15527/statm: 77821 11214 399 364 0 13736 0
[pid=15529] ppid=15527 vsize=268424 CPUtime=197.16 cores=0,2
/proc/15529/stat : 15529 (hybridGM3) T 15527 15529 15529 0 -1 4202496 7143 0 0 0 19716 0 0 0 25 0 1 0 112827997 274866176 6874 33554432000 134512640 135204385 4288017952 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15529/statm: 67106 6874 64 169 0 66936 0
[pid=15527/tid=15646] ppid=15365 vsize=311284 CPUtime=0 cores=0,2
/proc/15527/task/15646/stat : 15646 (python) S 15365 15365 14075 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 112838087 318754816 11214 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604441192666240 0 0 -1 2 0 0 0
[pid=15647] ppid=15365 vsize=321540 CPUtime=0.52 cores=0,2
/proc/15647/stat : 15647 (python) S 15365 15365 14075 0 -1 4202560 1129 0 0 0 28 24 0 0 16 0 2 0 112838089 329256960 11218 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15647/statm: 80385 11218 399 364 0 16297 0
[pid=15649] ppid=15647 vsize=268424 CPUtime=198.15 cores=0,2
/proc/15649/stat : 15649 (hybridGM3) T 15647 15649 15649 0 -1 4202496 7139 0 0 0 19814 1 0 0 25 0 1 0 112838089 274866176 6876 33554432000 134512640 135204385 4293818848 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15649/statm: 67106 6876 64 169 0 66936 0
[pid=15647/tid=15662] ppid=15365 vsize=321540 CPUtime=0 cores=0,2
/proc/15647/task/15662/stat : 15662 (python) S 15365 15365 14075 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 112848179 329256960 11218 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604453920483200 0 0 -1 2 0 0 0
[pid=15684] ppid=15365 vsize=331796 CPUtime=0.26 cores=0,2
/proc/15684/stat : 15684 (python) S 15365 15365 14075 0 -1 4202560 1086 0 0 0 15 11 0 0 19 0 2 0 112867536 339759104 11222 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15684/statm: 82949 11222 399 364 0 18858 0
[pid=15686] ppid=15684 vsize=460952 CPUtime=100.26 cores=0,2
/proc/15686/stat : 15686 (TNM) T 15684 15686 15686 0 -1 4202496 4400 0 0 0 10026 0 0 0 25 0 1 0 112867537 472014848 4133 33554432000 134512640 135008748 4288269248 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15686/statm: 115238 4133 46 122 0 114138 0
[pid=15684/tid=15736] ppid=15365 vsize=331796 CPUtime=0 cores=0,2
/proc/15684/task/15736/stat : 15736 (python) S 15365 15365 14075 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 112877564 339759104 11222 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604444399175808 0 0 -1 2 0 0 0
[pid=15748] ppid=15365 vsize=342052 CPUtime=0.56 cores=0,2
/proc/15748/stat : 15748 (python) S 15365 15365 14075 0 -1 4202560 1127 0 0 0 30 26 0 0 16 0 2 0 112887292 350261248 11226 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15748/statm: 85513 11226 399 364 0 21419 0
[pid=15750] ppid=15748 vsize=268424 CPUtime=196.65 cores=0,2
/proc/15750/stat : 15750 (hybridGM3) T 15748 15750 15750 0 -1 4202496 7135 0 0 0 19665 0 0 0 25 0 1 0 112887292 274866176 6872 33554432000 134512640 135204385 4290429776 18446744073709551615 134547392 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15750/statm: 67106 6872 64 169 0 66936 0
[pid=15748/tid=15786] ppid=15365 vsize=342052 CPUtime=0 cores=0,2
/proc/15748/task/15786/stat : 15786 (python) S 15365 15365 14075 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 112907012 350261248 11226 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604443223684096 0 0 -1 0 0 0 0
[pid=15787] ppid=15365 vsize=352308 CPUtime=0.57 cores=0,2
/proc/15787/stat : 15787 (python) S 15365 15365 14075 0 -1 4202560 1123 0 0 0 34 23 0 0 16 0 2 0 112907013 360763392 11230 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15787/statm: 88077 11230 399 364 0 23980 0
[pid=15789] ppid=15787 vsize=268420 CPUtime=196.62 cores=0,2
/proc/15789/stat : 15789 (hybridGM3) T 15787 15789 15789 0 -1 4202496 7135 0 0 0 19661 1 0 0 25 0 1 0 112907014 274862080 6872 33554432000 134512640 135204385 4288762048 18446744073709551615 134536968 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15789/statm: 67105 6872 64 169 0 66935 0
[pid=15787/tid=15842] ppid=15365 vsize=352308 CPUtime=0 cores=0,2
/proc/15787/task/15842/stat : 15842 (python) S 15365 15365 14075 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 112926730 360763392 11230 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604443854344256 0 0 -1 0 0 0 0
[pid=15843] ppid=15365 vsize=362564 CPUtime=0.4 cores=0,2
/proc/15843/stat : 15843 (python) S 15365 15365 14075 0 -1 4202560 946 0 0 0 21 19 0 0 15 0 1 0 112926731 371265536 11204 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880585286 0 0 16781312 514 3267203199982862593 0 0 17 0 0 0 0
/proc/15843/statm: 90641 11204 370 364 0 26541 0
[pid=15845] ppid=15843 vsize=268424 CPUtime=147.74 cores=0,2
/proc/15845/stat : 15845 (hybridGM3) R 15843 15845 15845 0 -1 4202496 7139 0 0 0 14773 1 0 0 25 0 1 0 112926732 274866176 6875 33554432000 134512640 135204385 4288010224 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15845/statm: 67106 6875 64 169 0 66936 0
[pid=15365/tid=15437] ppid=15363 vsize=372808 CPUtime=0 cores=0,2
/proc/15365/task/15437/stat : 15437 (python) S 15363 15365 14075 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 112817905 381755392 12726 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=15365/tid=15528] ppid=15363 vsize=372808 CPUtime=0 cores=0,2
/proc/15365/task/15528/stat : 15528 (python) S 15363 15365 14075 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 8 0 112827997 381755392 12726 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=15365/tid=15648] ppid=15363 vsize=372808 CPUtime=0 cores=0,2
/proc/15365/task/15648/stat : 15648 (python) S 15363 15365 14075 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 8 0 112838089 381755392 12726 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=15365/tid=15685] ppid=15363 vsize=372808 CPUtime=0 cores=0,2
/proc/15365/task/15685/stat : 15685 (python) S 15363 15365 14075 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 112867537 381755392 12726 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=15365/tid=15749] ppid=15363 vsize=372808 CPUtime=0 cores=0,2
/proc/15365/task/15749/stat : 15749 (python) S 15363 15365 14075 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 112887292 381755392 12726 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=15365/tid=15788] ppid=15363 vsize=372808 CPUtime=0 cores=0,2
/proc/15365/task/15788/stat : 15788 (python) S 15363 15365 14075 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 112907014 381755392 12726 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=15365/tid=15844] ppid=15363 vsize=372808 CPUtime=0 cores=0,2
/proc/15365/task/15844/stat : 15844 (python) S 15363 15365 14075 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 112926731 381755392 12726 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.26
Current children cumulated vsize (KiB) 4777112



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.06 2.77 3.36 3/393 15881
/proc/meminfo: memFree=14848572/32950928 swapFree=67111364/67111528
[pid=15365] ppid=15363 vsize=383064 CPUtime=5.77 cores=0,2
/proc/15365/stat : 15365 (python) S 15363 15365 14075 0 -1 4202496 24970 931 1 0 562 15 0 0 20 0 9 0 112817312 392257536 12732 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15365/statm: 95766 12732 1890 364 0 31663 0
[pid=15436] ppid=15365 vsize=311272 CPUtime=0.54 cores=0,2
/proc/15436/stat : 15436 (python) S 15365 15365 14075 0 -1 4202560 1214 0 0 0 29 25 0 0 18 0 2 0 112817905 318742528 11230 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15436/statm: 77818 11230 415 364 0 13736 0
[pid=15438] ppid=15436 vsize=268420 CPUtime=197.56 cores=0,2
/proc/15438/stat : 15438 (hybridGM3) T 15436 15438 15438 0 -1 4202496 7134 0 0 0 19755 1 0 0 25 0 1 0 112817905 274862080 6873 33554432000 134512640 135204385 4286864144 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15438/statm: 67105 6873 64 169 0 66935 0
[pid=15436/tid=15523] ppid=15365 vsize=311272 CPUtime=0 cores=0,2
/proc/15436/task/15523/stat : 15523 (python) S 15365 15365 14075 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 112827995 318742528 11230 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604453874870080 0 0 -1 0 0 0 0
[pid=15527] ppid=15365 vsize=311284 CPUtime=0.51 cores=0,2
/proc/15527/stat : 15527 (python) S 15365 15365 14075 0 -1 4202560 1118 0 0 0 27 24 0 0 15 0 2 0 112827996 318754816 11214 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15527/statm: 77821 11214 399 364 0 13736 0
[pid=15529] ppid=15527 vsize=268424 CPUtime=197.16 cores=0,2
/proc/15529/stat : 15529 (hybridGM3) T 15527 15529 15529 0 -1 4202496 7143 0 0 0 19716 0 0 0 25 0 1 0 112827997 274866176 6874 33554432000 134512640 135204385 4288017952 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15529/statm: 67106 6874 64 169 0 66936 0
[pid=15527/tid=15646] ppid=15365 vsize=311284 CPUtime=0 cores=0,2
/proc/15527/task/15646/stat : 15646 (python) S 15365 15365 14075 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 112838087 318754816 11214 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604441192666240 0 0 -1 2 0 0 0
[pid=15647] ppid=15365 vsize=321540 CPUtime=0.52 cores=0,2
/proc/15647/stat : 15647 (python) S 15365 15365 14075 0 -1 4202560 1129 0 0 0 28 24 0 0 16 0 2 0 112838089 329256960 11218 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15647/statm: 80385 11218 399 364 0 16297 0
[pid=15649] ppid=15647 vsize=268424 CPUtime=198.15 cores=0,2
/proc/15649/stat : 15649 (hybridGM3) T 15647 15649 15649 0 -1 4202496 7139 0 0 0 19814 1 0 0 25 0 1 0 112838089 274866176 6876 33554432000 134512640 135204385 4293818848 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15649/statm: 67106 6876 64 169 0 66936 0
[pid=15647/tid=15662] ppid=15365 vsize=321540 CPUtime=0 cores=0,2
/proc/15647/task/15662/stat : 15662 (python) S 15365 15365 14075 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 112848179 329256960 11218 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604453920483200 0 0 -1 2 0 0 0
[pid=15684] ppid=15365 vsize=331796 CPUtime=0.26 cores=0,2
/proc/15684/stat : 15684 (python) S 15365 15365 14075 0 -1 4202560 1086 0 0 0 15 11 0 0 19 0 2 0 112867536 339759104 11222 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15684/statm: 82949 11222 399 364 0 18858 0
[pid=15686] ppid=15684 vsize=460952 CPUtime=100.26 cores=0,2
/proc/15686/stat : 15686 (TNM) T 15684 15686 15686 0 -1 4202496 4400 0 0 0 10026 0 0 0 25 0 1 0 112867537 472014848 4133 33554432000 134512640 135008748 4288269248 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15686/statm: 115238 4133 46 122 0 114138 0
[pid=15684/tid=15736] ppid=15365 vsize=331796 CPUtime=0 cores=0,2
/proc/15684/task/15736/stat : 15736 (python) S 15365 15365 14075 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 112877564 339759104 11222 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604444399175808 0 0 -1 2 0 0 0
[pid=15748] ppid=15365 vsize=342052 CPUtime=0.56 cores=0,2
/proc/15748/stat : 15748 (python) S 15365 15365 14075 0 -1 4202560 1127 0 0 0 30 26 0 0 16 0 2 0 112887292 350261248 11226 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15748/statm: 85513 11226 399 364 0 21419 0
[pid=15750] ppid=15748 vsize=268424 CPUtime=196.65 cores=0,2
/proc/15750/stat : 15750 (hybridGM3) T 15748 15750 15750 0 -1 4202496 7135 0 0 0 19665 0 0 0 25 0 1 0 112887292 274866176 6872 33554432000 134512640 135204385 4290429776 18446744073709551615 134547392 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15750/statm: 67106 6872 64 169 0 66936 0
[pid=15748/tid=15786] ppid=15365 vsize=342052 CPUtime=0 cores=0,2
/proc/15748/task/15786/stat : 15786 (python) S 15365 15365 14075 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 112907012 350261248 11226 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604443223684096 0 0 -1 0 0 0 0
[pid=15787] ppid=15365 vsize=352308 CPUtime=0.57 cores=0,2
/proc/15787/stat : 15787 (python) S 15365 15365 14075 0 -1 4202560 1123 0 0 0 34 23 0 0 16 0 2 0 112907013 360763392 11230 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15787/statm: 88077 11230 399 364 0 23980 0
[pid=15789] ppid=15787 vsize=268420 CPUtime=196.62 cores=0,2
/proc/15789/stat : 15789 (hybridGM3) T 15787 15789 15789 0 -1 4202496 7135 0 0 0 19661 1 0 0 25 0 1 0 112907014 274862080 6872 33554432000 134512640 135204385 4288762048 18446744073709551615 134536968 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15789/statm: 67105 6872 64 169 0 66935 0
[pid=15787/tid=15842] ppid=15365 vsize=352308 CPUtime=0 cores=0,2
/proc/15787/task/15842/stat : 15842 (python) S 15365 15365 14075 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 112926730 360763392 11230 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604443854344256 0 0 -1 0 0 0 0
[pid=15843] ppid=15365 vsize=362564 CPUtime=0.56 cores=0,2
/proc/15843/stat : 15843 (python) S 15365 15365 14075 0 -1 4202560 1127 0 0 0 30 26 0 0 16 0 2 0 112926731 371265536 11234 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15843/statm: 90641 11234 399 364 0 26541 0
[pid=15845] ppid=15843 vsize=268424 CPUtime=196.66 cores=0,2
/proc/15845/stat : 15845 (hybridGM3) T 15843 15845 15845 0 -1 4202496 7139 0 0 0 19665 1 0 0 25 0 1 0 112926732 274866176 6875 33554432000 134512640 135204385 4288010224 18446744073709551615 134545851 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15845/statm: 67106 6875 64 169 0 66936 0
[pid=15843/tid=15878] ppid=15365 vsize=362564 CPUtime=0 cores=0,2
/proc/15843/task/15878/stat : 15878 (python) S 15365 15365 14075 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 112946450 371265536 11234 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 514 18446604453344057408 0 0 -1 0 0 0 0
[pid=15879] ppid=15365 vsize=372820 CPUtime=0.01 cores=0,2
/proc/15879/stat : 15879 (python) S 15365 15365 14075 0 -1 4202560 946 0 0 0 0 1 0 0 15 0 1 0 112946451 381767680 11214 33554432000 4194304 5683644 140736646500224 18446744073709551615 218880585286 0 0 16781312 514 16434923397319721218 0 0 17 0 0 0 0
/proc/15879/statm: 93205 11214 376 364 0 29102 0
[pid=15881] ppid=15879 vsize=268428 CPUtime=8.59 cores=0,2
/proc/15881/stat : 15881 (hybridGM3) R 15879 15881 15881 0 -1 4202496 7135 0 0 0 859 0 0 0 25 0 1 0 112946451 274870272 6870 33554432000 134512640 135204385 4291717136 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15881/statm: 67107 6870 64 169 0 66937 0
[pid=15365/tid=15437] ppid=15363 vsize=383064 CPUtime=0 cores=0,2
/proc/15365/task/15437/stat : 15437 (python) S 15363 15365 14075 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 112817905 392257536 12732 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=15365/tid=15528] ppid=15363 vsize=383064 CPUtime=0 cores=0,2
/proc/15365/task/15528/stat : 15528 (python) S 15363 15365 14075 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 9 0 112827997 392257536 12732 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=15365/tid=15648] ppid=15363 vsize=383064 CPUtime=0 cores=0,2
/proc/15365/task/15648/stat : 15648 (python) S 15363 15365 14075 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 9 0 112838089 392257536 12732 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=15365/tid=15685] ppid=15363 vsize=383064 CPUtime=0 cores=0,2
/proc/15365/task/15685/stat : 15685 (python) S 15363 15365 14075 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 112867537 392257536 12732 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=15365/tid=15749] ppid=15363 vsize=383064 CPUtime=0 cores=0,2
/proc/15365/task/15749/stat : 15749 (python) S 15363 15365 14075 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 112887292 392257536 12732 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=15365/tid=15788] ppid=15363 vsize=383064 CPUtime=0 cores=0,2
/proc/15365/task/15788/stat : 15788 (python) S 15363 15365 14075 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 112907014 392257536 12732 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=15365/tid=15844] ppid=15363 vsize=383064 CPUtime=0 cores=0,2
/proc/15365/task/15844/stat : 15844 (python) S 15363 15365 14075 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 112926731 392257536 12732 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=15365/tid=15880] ppid=15363 vsize=383064 CPUtime=0 cores=0,2
/proc/15365/task/15880/stat : 15880 (python) S 15363 15365 14075 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 112946451 392257536 12732 33554432000 4194304 5683644 140736646500224 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.95
Current children cumulated vsize (KiB) 5428616

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 15365 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=629144
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=161975
# CPU time returned by wait4() is 5.79112
# while last known CPU time is 1300.95
#
# 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): 1300.95
CPU user time (s): 1299.16
CPU system time (s): 1.79
CPU usage (%): 100.068
Max. virtual memory (cumulated for all children) (KiB): 5428616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.62914
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25906
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= 2861
involuntary context switches= 109

runsolver used 5.69813 second user time and 11.3593 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 11:34:39
IDJOB=3377285
IDBENCH=82594
IDSOLVER=1857
FILE ID=node112/3377285-1305452079
RUNJOBID= node112-1305451373-15065
PBS_JOBID= 13324849
Free space on /tmp= 73484 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S533496308-018-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-3377285-1305452079/watcher-3377285-1305452079 -o /tmp/evaluation-result-3377285-1305452079/solver-3377285-1305452079 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377285-1305452079.cnf -seed 506314655 -budget 2400

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

MD5SUM BENCH= d893b9743a6b7d8026df42df0d29d561
RANDOM SEED=506314655

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15355844 kB
Buffers:        300640 kB
Cached:        3083760 kB
SwapCached:          0 kB
Active:       15532468 kB
Inactive:      1803572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15355844 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           33824 kB
Writeback:           0 kB
AnonPages:    13952320 kB
Mapped:          30296 kB
Slab:           142044 kB
PageTables:      50448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 53880492 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= 73484 MiB
End job on node112 at 2011-05-15 11:56:21