Trace number 3377247

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.25 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S1196935200-064-UNKNOWN.cnf
MD5SUMa5ac359cd8af4f1e83d886effb49a2a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark204.405
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.66	c INFO: solving HOME/instance-3377247-1305451732.cnf
0.29/0.66	c INFO: computing task features
0.67/1.10	c INFO: computed variable-clause graph statistics
0.77/1.12	c INFO: computed clause balance statistics
2.87/3.27	c INFO: computed variable balance statistics
4.66/5.03	c INFO: computed small-clause counts
4.66/5.04	c INFO: computed Horn-clause counts
5.86/6.23	c INFO: computed variable graph statistics
5.86/6.23	c INFO: collected features for HOME/instance-3377247-1305451732.cnf in 5.55 s
5.86/6.25	c INFO: running hybridGM3@0 for 97 with 2394 remaining (b = 0.38)
106.95/107.35	c INFO: running hybridGM3@0 for 97 with 2293 remaining (b = 0.23)
208.03/208.46	c INFO: running hybridGM3@0 for 97 with 2192 remaining (b = 0.15)
309.13/309.58	c INFO: running hybridGM3@100 for 97 with 2091 remaining (b = 0.12)
406.44/406.85	c INFO: running hybridGM3@100 for 97 with 1994 remaining (b = 0.12)
503.75/504.14	c INFO: running TNM@0 for 97 with 1897 remaining (b = 0.13)
604.05/604.42	c INFO: running hybridGM3@100 for 97 with 1798 remaining (b = 0.11)
701.28/701.71	c INFO: running hybridGM3@0 for 97 with 1701 remaining (b = 0.11)
802.47/802.83	c INFO: running hybridGM3@100 for 97 with 1600 remaining (b = 0.08)
897.78/898.11	c INFO: running hybridGM3@0 for 97 with 1505 remaining (b = 0.08)
998.14/998.25	c INFO: running hybridGM3@100 for 97 with 1405 remaining (b = 0.06)
1092.73/1092.56	c INFO: running hybridGM3@0 for 194 with 1310 remaining (b = 0.11)
1290.15/1289.97	c INFO: running hybridGM3@0 for 194 with 1113 remaining (b = 0.08)

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-3377247-1305451732/watcher-3377247-1305451732 -o /tmp/evaluation-result-3377247-1305451732/solver-3377247-1305451732 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377247-1305451732.cnf -seed 883386009 -budget 2400 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.03 3.40 3.19 4/394 14496
/proc/meminfo: memFree=25738876/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=15776 CPUtime=0 cores=4,6
/proc/14496/stat : 14496 (python) S 14494 14496 13135 0 -1 4202496 926 0 0 0 0 0 0 0 22 0 1 0 656775831 16154624 807 33554432000 4194304 5683644 140734857674688 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/14496/statm: 3944 807 356 364 0 431 0

[startup+0.0705499 s]
/proc/loadavg: 4.03 3.40 3.19 4/394 14496
/proc/meminfo: memFree=25738876/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=36836 CPUtime=0.03 cores=4,6
/proc/14496/stat : 14496 (python) R 14494 14496 13135 0 -1 4202496 1621 0 0 0 3 0 0 0 22 0 1 0 656775831 37720064 1452 33554432000 4194304 5683644 140734857674688 18446744073709551615 216629591783 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14496/statm: 9726 1456 454 364 0 1026 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36836

[startup+0.100582 s]
/proc/loadavg: 4.03 3.40 3.19 4/394 14496
/proc/meminfo: memFree=25738876/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=93960 CPUtime=0.05 cores=4,6
/proc/14496/stat : 14496 (python) R 14494 14496 13135 0 -1 4202496 2692 0 0 0 4 1 0 0 17 0 1 0 656775831 96215040 2407 33554432000 4194304 5683644 140734857674688 18446744073709551615 216634511205 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14496/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300514 s]
/proc/loadavg: 4.03 3.40 3.19 4/394 14496
/proc/meminfo: memFree=25738876/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=135752 CPUtime=0.15 cores=4,6
/proc/14496/stat : 14496 (python) R 14494 14496 13135 0 -1 4202496 5972 932 1 0 13 2 0 0 17 0 1 0 656775831 139010048 4150 33554432000 4194304 5683644 140734857674688 18446744073709551615 216634511365 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14496/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135752

[startup+0.70848 s]
/proc/loadavg: 4.03 3.40 3.19 4/394 14496
/proc/meminfo: memFree=25738876/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=283084 CPUtime=0.37 cores=4,6
/proc/14496/stat : 14496 (python) R 14494 14496 13135 0 -1 4202496 10525 932 1 0 32 5 0 0 16 0 1 0 656775831 289878016 8088 33554432000 4194304 5683644 140734857674688 18446744073709551615 47804586173732 0 0 16781312 2 0 0 0 17 4 0 0 2
/proc/14496/statm: 70771 8088 1761 364 0 6695 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 283084

[startup+1.50035 s]
/proc/loadavg: 4.03 3.40 3.19 5/395 14502
/proc/meminfo: memFree=25693756/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=307968 CPUtime=1.16 cores=4,6
/proc/14496/stat : 14496 (python) R 14494 14496 13135 0 -1 4202496 20260 932 1 0 109 7 0 0 17 0 1 0 656775831 315359232 14377 33554432000 4194304 5683644 140734857674688 18446744073709551615 47804418191141 0 0 16781312 2 0 0 0 17 4 0 0 2
/proc/14496/statm: 76992 14377 1826 364 0 12916 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 307968

[startup+3.10108 s]
/proc/loadavg: 4.03 3.41 3.19 5/395 14503
/proc/meminfo: memFree=25686936/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=307968 CPUtime=2.76 cores=4,6
/proc/14496/stat : 14496 (python) R 14494 14496 13135 0 -1 4202496 20260 932 1 0 269 7 0 0 19 0 1 0 656775831 315359232 14377 33554432000 4194304 5683644 140734857674688 18446744073709551615 4619808 0 0 16781312 2 0 0 0 17 4 0 0 2
/proc/14496/statm: 76992 14377 1826 364 0 12916 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 307968

[startup+6.30045 s]
/proc/loadavg: 4.03 3.41 3.19 6/395 14503
/proc/meminfo: memFree=25686924/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=315888 CPUtime=5.91 cores=4,6
/proc/14496/stat : 14496 (python) S 14494 14496 13135 0 -1 4202496 20553 932 1 0 584 7 0 0 20 0 2 0 656775831 323469312 13843 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 2
/proc/14496/statm: 78972 13843 1875 364 0 14890 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 315888

[startup+12.7004 s]
/proc/loadavg: 4.02 3.42 3.20 5/398 14507
/proc/meminfo: memFree=25656576/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=315888 CPUtime=5.91 cores=4,6
/proc/14496/stat : 14496 (python) S 14494 14496 13135 0 -1 4202496 20553 932 1 0 584 7 0 0 20 0 2 0 656775831 323469312 13843 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 2
/proc/14496/statm: 78972 13843 1875 364 0 14890 0
[pid=14504] ppid=14496 vsize=305644 CPUtime=0.01 cores=4,6
/proc/14504/stat : 14504 (python) S 14496 14496 13135 0 -1 4202560 989 0 0 0 0 1 0 0 18 0 1 0 656776456 312979456 12345 33554432000 4194304 5683644 140734857674688 18446744073709551615 216634535439 0 0 16781312 514 6729586210865381635 0 0 17 4 0 0 0
/proc/14504/statm: 76411 12345 381 364 0 12329 0
[pid=14507] ppid=14504 vsize=268420 CPUtime=6.41 cores=4,6
/proc/14507/stat : 14507 (hybridGM3) R 14504 14507 14507 0 -1 4202496 7610 0 0 0 641 0 0 0 25 0 1 0 656776456 274862080 7345 33554432000 134512640 135204385 4287507664 18446744073709551615 134536999 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14507/statm: 67105 7345 64 169 0 66935 0
[pid=14496/tid=14506] ppid=14494 vsize=315888 CPUtime=0 cores=4,6
/proc/14496/task/14506/stat : 14506 (python) S 14494 14496 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 2 0 656776456 323469312 13843 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 889952

[startup+25.5011 s]
/proc/loadavg: 4.02 3.45 3.21 5/406 14516
/proc/meminfo: memFree=25636660/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=315888 CPUtime=5.91 cores=4,6
/proc/14496/stat : 14496 (python) S 14494 14496 13135 0 -1 4202496 20553 932 1 0 584 7 0 0 20 0 2 0 656775831 323469312 13843 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 2
/proc/14496/statm: 78972 13843 1875 364 0 14890 0
[pid=14504] ppid=14496 vsize=305644 CPUtime=0.04 cores=4,6
/proc/14504/stat : 14504 (python) S 14496 14496 13135 0 -1 4202560 996 0 0 0 2 2 0 0 18 0 1 0 656776456 312979456 12345 33554432000 4194304 5683644 140734857674688 18446744073709551615 216634535439 0 0 16781312 514 5920034486736617731 0 0 17 4 0 0 0
/proc/14504/statm: 76411 12345 381 364 0 12329 0
[pid=14507] ppid=14504 vsize=268420 CPUtime=19.18 cores=4,6
/proc/14507/stat : 14507 (hybridGM3) R 14504 14507 14507 0 -1 4202496 7610 0 0 0 1918 0 0 0 25 0 1 0 656776456 274862080 7345 33554432000 134512640 135204385 4287507664 18446744073709551615 134660080 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14507/statm: 67105 7345 64 169 0 66935 0
[pid=14496/tid=14506] ppid=14494 vsize=315888 CPUtime=0 cores=4,6
/proc/14496/task/14506/stat : 14506 (python) S 14494 14496 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 2 0 656776456 323469312 13843 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 889952

[startup+51.1006 s]
/proc/loadavg: 4.01 3.49 3.23 5/406 14517
/proc/meminfo: memFree=25635816/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=315888 CPUtime=5.91 cores=4,6
/proc/14496/stat : 14496 (python) S 14494 14496 13135 0 -1 4202496 20553 932 1 0 584 7 0 0 20 0 2 0 656775831 323469312 13843 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 2
/proc/14496/statm: 78972 13843 1875 364 0 14890 0
[pid=14504] ppid=14496 vsize=305644 CPUtime=0.11 cores=4,6
/proc/14504/stat : 14504 (python) S 14496 14496 13135 0 -1 4202560 1007 0 0 0 6 5 0 0 18 0 1 0 656776456 312979456 12345 33554432000 4194304 5683644 140734857674688 18446744073709551615 216634535439 0 0 16781312 514 5920034486736617731 0 0 17 4 0 0 0
/proc/14504/statm: 76411 12345 381 364 0 12329 0
[pid=14507] ppid=14504 vsize=268420 CPUtime=44.72 cores=4,6
/proc/14507/stat : 14507 (hybridGM3) R 14504 14507 14507 0 -1 4202496 7611 0 0 0 4472 0 0 0 25 0 1 0 656776456 274862080 7346 33554432000 134512640 135204385 4287507664 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14507/statm: 67105 7346 64 169 0 66935 0
[pid=14496/tid=14506] ppid=14494 vsize=315888 CPUtime=0 cores=4,6
/proc/14496/task/14506/stat : 14506 (python) S 14494 14496 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 2 0 656776456 323469312 13843 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 889952

[startup+102.315 s]
/proc/loadavg: 4.00 3.57 3.27 5/410 14522
/proc/meminfo: memFree=25603000/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=315888 CPUtime=5.91 cores=4,6
/proc/14496/stat : 14496 (python) S 14494 14496 13135 0 -1 4202496 20553 932 1 0 584 7 0 0 20 0 2 0 656775831 323469312 13843 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 2
/proc/14496/statm: 78972 13843 1875 364 0 14890 0
[pid=14504] ppid=14496 vsize=305644 CPUtime=0.25 cores=4,6
/proc/14504/stat : 14504 (python) S 14496 14496 13135 0 -1 4202560 1029 0 0 0 14 11 0 0 18 0 1 0 656776456 312979456 12345 33554432000 4194304 5683644 140734857674688 18446744073709551615 216634535439 0 0 16781312 514 5920034486736617731 0 0 17 4 0 0 0
/proc/14504/statm: 76411 12345 381 364 0 12329 0
[pid=14507] ppid=14504 vsize=268420 CPUtime=95.8 cores=4,6
/proc/14507/stat : 14507 (hybridGM3) R 14504 14507 14507 0 -1 4202496 7611 0 0 0 9580 0 0 0 25 0 1 0 656776456 274862080 7346 33554432000 134512640 135204385 4287507664 18446744073709551615 134546059 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14507/statm: 67105 7346 64 169 0 66935 0
[pid=14496/tid=14506] ppid=14494 vsize=315888 CPUtime=0 cores=4,6
/proc/14496/task/14506/stat : 14506 (python) S 14494 14496 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 2 0 656776456 323469312 13843 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 889952

[startup+162.301 s]
/proc/loadavg: 4.00 3.64 3.31 5/426 14540
/proc/meminfo: memFree=25522196/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=326144 CPUtime=5.93 cores=4,6
/proc/14496/stat : 14496 (python) S 14494 14496 13135 0 -1 4202496 21451 932 1 0 585 8 0 0 19 0 3 0 656775831 333971456 13850 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 2
/proc/14496/statm: 81536 13850 1878 364 0 17451 0
[pid=14504] ppid=14496 vsize=315888 CPUtime=0.27 cores=4,6
/proc/14504/stat : 14504 (python) S 14496 14496 13135 0 -1 4202560 1171 0 0 0 16 11 0 0 19 0 2 0 656776456 323469312 12383 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14504/statm: 78972 12383 414 364 0 14890 0
[pid=14507] ppid=14504 vsize=268420 CPUtime=100.81 cores=4,6
/proc/14507/stat : 14507 (hybridGM3) T 14504 14507 14507 0 -1 4202496 7611 0 0 0 10081 0 0 0 25 0 1 0 656776456 274862080 7346 33554432000 134512640 135204385 4287507664 18446744073709551615 134547669 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14507/statm: 67105 7346 64 169 0 66935 0
[pid=14504/tid=14523] ppid=14496 vsize=315888 CPUtime=0 cores=4,6
/proc/14504/task/14523/stat : 14523 (python) S 14496 14496 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656786565 323469312 12383 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604441594645248 0 0 -1 4 0 0 0
[pid=14524] ppid=14496 vsize=315900 CPUtime=0.14 cores=4,6
/proc/14524/stat : 14524 (python) S 14496 14496 13135 0 -1 4202560 918 0 0 0 9 5 0 0 18 0 1 0 656786566 323481600 12338 33554432000 4194304 5683644 140734857674688 18446744073709551615 216634535494 0 0 16781312 514 5920034486736617728 0 0 17 4 0 0 0
/proc/14524/statm: 78975 12338 370 364 0 14890 0
[pid=14526] ppid=14524 vsize=268420 CPUtime=54.77 cores=4,6
/proc/14526/stat : 14526 (hybridGM3) R 14524 14526 14526 0 -1 4202496 7610 0 0 0 5477 0 0 0 25 0 1 0 656786567 274862080 7348 33554432000 134512640 135204385 4286925888 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14526/statm: 67105 7348 64 169 0 66935 0
[pid=14496/tid=14506] ppid=14494 vsize=326144 CPUtime=0 cores=4,6
/proc/14496/task/14506/stat : 14506 (python) S 14494 14496 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 656776456 333971456 13850 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14525] ppid=14494 vsize=326144 CPUtime=0 cores=4,6
/proc/14496/task/14525/stat : 14525 (python) S 14494 14496 13135 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 656786567 333971456 13850 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 1494772

[startup+222.301 s]
/proc/loadavg: 4.00 3.71 3.35 5/414 14589
/proc/meminfo: memFree=25514680/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=336400 CPUtime=5.94 cores=4,6
/proc/14496/stat : 14496 (python) S 14494 14496 13135 0 -1 4202496 22329 932 1 0 586 8 0 0 19 0 4 0 656775831 344473600 13856 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 2
/proc/14496/statm: 84100 13856 1880 364 0 20012 0
[pid=14504] ppid=14496 vsize=315888 CPUtime=0.27 cores=4,6
/proc/14504/stat : 14504 (python) S 14496 14496 13135 0 -1 4202560 1171 0 0 0 16 11 0 0 19 0 2 0 656776456 323469312 12383 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14504/statm: 78972 12383 414 364 0 14890 0
[pid=14507] ppid=14504 vsize=268420 CPUtime=100.81 cores=4,6
/proc/14507/stat : 14507 (hybridGM3) T 14504 14507 14507 0 -1 4202496 7611 0 0 0 10081 0 0 0 25 0 1 0 656776456 274862080 7346 33554432000 134512640 135204385 4287507664 18446744073709551615 134547669 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14507/statm: 67105 7346 64 169 0 66935 0
[pid=14504/tid=14523] ppid=14496 vsize=315888 CPUtime=0 cores=4,6
/proc/14504/task/14523/stat : 14523 (python) S 14496 14496 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656786565 323469312 12383 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604441594645248 0 0 -1 4 0 0 0

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

/proc/14524/statm: 78975 12368 399 364 0 14890 0
[pid=14526] ppid=14524 vsize=268420 CPUtime=197.79 cores=4,6
/proc/14526/stat : 14526 (hybridGM3) T 14524 14526 14526 0 -1 4202496 7610 0 0 0 19778 1 0 0 25 0 1 0 656786567 274862080 7348 33554432000 134512640 135204385 4286925888 18446744073709551615 134536641 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14526/statm: 67105 7348 64 169 0 66935 0
[pid=14524/tid=14581] ppid=14496 vsize=315900 CPUtime=0 cores=4,6
/proc/14524/task/14581/stat : 14581 (python) S 14496 14496 13135 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 656796676 323481600 12368 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604447336719360 0 0 -1 6 0 0 0
[pid=14582] ppid=14496 vsize=326156 CPUtime=0.57 cores=4,6
/proc/14582/stat : 14582 (python) S 14496 14496 13135 0 -1 4202560 1132 0 0 0 29 28 0 0 18 0 2 0 656796678 333983744 12372 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14582/statm: 81539 12372 399 364 0 17451 0
[pid=14584] ppid=14582 vsize=268424 CPUtime=197.83 cores=4,6
/proc/14584/stat : 14584 (hybridGM3) T 14582 14584 14584 0 -1 4202496 7612 0 0 0 19782 1 0 0 25 0 1 0 656796678 274866176 7348 33554432000 134512640 135204385 4291563168 18446744073709551615 134537573 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14584/statm: 67106 7348 64 169 0 66936 0
[pid=14582/tid=14598] ppid=14496 vsize=326156 CPUtime=0 cores=4,6
/proc/14582/task/14598/stat : 14598 (python) S 14496 14496 13135 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 656806788 333983744 12372 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604453922179072 0 0 -1 4 0 0 0
[pid=14694] ppid=14496 vsize=336412 CPUtime=0.28 cores=4,6
/proc/14694/stat : 14694 (python) S 14496 14496 13135 0 -1 4202560 1099 0 0 0 15 13 0 0 19 0 2 0 656826245 344485888 12376 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14694/statm: 84103 12376 399 364 0 20012 0
[pid=14696] ppid=14694 vsize=463080 CPUtime=100 cores=4,6
/proc/14696/stat : 14696 (TNM) T 14694 14696 14696 0 -1 4202496 5206 0 0 0 9996 4 0 0 25 0 1 0 656826245 474193920 4941 33554432000 134512640 135008748 4294437024 18446744073709551615 134528967 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14696/statm: 115770 4941 46 122 0 114670 0
[pid=14694/tid=14740] ppid=14496 vsize=336412 CPUtime=0 cores=4,6
/proc/14694/task/14740/stat : 14740 (python) S 14496 14496 13135 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656836272 344485888 12376 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604443232208896 0 0 -1 4 0 0 0
[pid=14754] ppid=14496 vsize=346668 CPUtime=0.57 cores=4,6
/proc/14754/stat : 14754 (python) S 14496 14496 13135 0 -1 4202560 1147 0 0 0 29 28 0 0 18 0 2 0 656846002 354988032 12380 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14754/statm: 86667 12380 399 364 0 22573 0
[pid=14756] ppid=14754 vsize=268420 CPUtime=195.81 cores=4,6
/proc/14756/stat : 14756 (hybridGM3) T 14754 14756 14756 0 -1 4202496 7612 0 0 0 19577 4 0 0 25 0 1 0 656846002 274862080 7349 33554432000 134512640 135204385 4286816896 18446744073709551615 134545880 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14756/statm: 67105 7349 64 169 0 66935 0
[pid=14754/tid=14768] ppid=14496 vsize=346668 CPUtime=0 cores=4,6
/proc/14754/task/14768/stat : 14768 (python) S 14496 14496 13135 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 656856113 354988032 12380 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604452784545856 0 0 -1 6 0 0 0
[pid=14850] ppid=14496 vsize=356924 CPUtime=0.59 cores=4,6
/proc/14850/stat : 14850 (python) S 14496 14496 13135 0 -1 4202560 1141 0 0 0 33 26 0 0 18 0 2 0 656865642 365490176 12384 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14850/statm: 89231 12384 399 364 0 25134 0
[pid=14852] ppid=14850 vsize=268420 CPUtime=194.41 cores=4,6
/proc/14852/stat : 14852 (hybridGM3) T 14850 14852 14852 0 -1 4202496 7617 0 0 0 19441 0 0 0 25 0 1 0 656865642 274862080 7352 33554432000 134512640 135204385 4290522640 18446744073709551615 134537063 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14852/statm: 67105 7352 64 169 0 66935 0
[pid=14850/tid=14860] ppid=14496 vsize=356924 CPUtime=0 cores=4,6
/proc/14850/task/14860/stat : 14860 (python) S 14496 14496 13135 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 656875655 365490176 12384 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604453622011840 0 0 -1 6 0 0 0
[pid=14875] ppid=14496 vsize=367180 CPUtime=0.44 cores=4,6
/proc/14875/stat : 14875 (python) S 14496 14496 13135 0 -1 4202560 963 0 0 0 24 20 0 0 18 0 1 0 656885087 375992320 12358 33554432000 4194304 5683644 140734857674688 18446744073709551615 216634535494 0 0 16781312 514 5920034486736617731 0 0 17 4 0 0 0
/proc/14875/statm: 91795 12358 370 364 0 27695 0
[pid=14877] ppid=14875 vsize=268424 CPUtime=149.31 cores=4,6
/proc/14877/stat : 14877 (hybridGM3) R 14875 14877 14877 0 -1 4202496 7613 0 0 0 14931 0 0 0 25 0 1 0 656885088 274866176 7352 33554432000 134512640 135204385 4293608640 18446744073709551615 134545968 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14877/statm: 67106 7352 64 169 0 66936 0
[pid=14496/tid=14506] ppid=14494 vsize=377424 CPUtime=0 cores=4,6
/proc/14496/task/14506/stat : 14506 (python) S 14494 14496 13135 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 8 0 656776456 386482176 13880 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14525] ppid=14494 vsize=377424 CPUtime=0 cores=4,6
/proc/14496/task/14525/stat : 14525 (python) S 14494 14496 13135 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 8 0 656786567 386482176 13880 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14583] ppid=14494 vsize=377424 CPUtime=0 cores=4,6
/proc/14496/task/14583/stat : 14583 (python) S 14494 14496 13135 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 8 0 656796678 386482176 13880 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14695] ppid=14494 vsize=377424 CPUtime=0 cores=4,6
/proc/14496/task/14695/stat : 14695 (python) S 14494 14496 13135 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 656826245 386482176 13880 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14755] ppid=14494 vsize=377424 CPUtime=0 cores=4,6
/proc/14496/task/14755/stat : 14755 (python) S 14494 14496 13135 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 8 0 656846002 386482176 13880 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14851] ppid=14494 vsize=377424 CPUtime=0 cores=4,6
/proc/14496/task/14851/stat : 14851 (python) S 14494 14496 13135 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 656865642 386482176 13880 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14876] ppid=14494 vsize=377424 CPUtime=0 cores=4,6
/proc/14496/task/14876/stat : 14876 (python) S 14494 14496 13135 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 656885087 386482176 13880 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1242.56
Current children cumulated vsize (KiB) 4816160



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.06 3.83 5/455 14937
/proc/meminfo: memFree=25063196/32951124 swapFree=53501236/67111528
[pid=14496] ppid=14494 vsize=387680 CPUtime=6.07 cores=4,6
/proc/14496/stat : 14496 (python) S 14494 14496 13135 0 -1 4202496 27020 932 1 0 597 10 0 0 20 0 9 0 656775831 396984320 13886 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 2
/proc/14496/statm: 96920 13886 1890 364 0 32817 0
[pid=14504] ppid=14496 vsize=315888 CPUtime=0.54 cores=4,6
/proc/14504/stat : 14504 (python) S 14496 14496 13135 0 -1 4202560 1224 0 0 0 30 24 0 0 18 0 2 0 656776456 323469312 12384 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14504/statm: 78972 12384 415 364 0 14890 0
[pid=14507] ppid=14504 vsize=268420 CPUtime=197.8 cores=4,6
/proc/14507/stat : 14507 (hybridGM3) T 14504 14507 14507 0 -1 4202496 7612 0 0 0 19779 1 0 0 25 0 1 0 656776456 274862080 7347 33554432000 134512640 135204385 4287507664 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14507/statm: 67105 7347 64 169 0 66935 0
[pid=14504/tid=14523] ppid=14496 vsize=315888 CPUtime=0 cores=4,6
/proc/14504/task/14523/stat : 14523 (python) S 14496 14496 13135 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 656786565 323469312 12384 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604441594645248 0 0 -1 4 0 0 0
[pid=14524] ppid=14496 vsize=315900 CPUtime=0.57 cores=4,6
/proc/14524/stat : 14524 (python) S 14496 14496 13135 0 -1 4202560 1126 0 0 0 32 25 0 0 18 0 2 0 656786566 323481600 12368 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14524/statm: 78975 12368 399 364 0 14890 0
[pid=14526] ppid=14524 vsize=268420 CPUtime=197.79 cores=4,6
/proc/14526/stat : 14526 (hybridGM3) T 14524 14526 14526 0 -1 4202496 7610 0 0 0 19778 1 0 0 25 0 1 0 656786567 274862080 7348 33554432000 134512640 135204385 4286925888 18446744073709551615 134536641 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14526/statm: 67105 7348 64 169 0 66935 0
[pid=14524/tid=14581] ppid=14496 vsize=315900 CPUtime=0 cores=4,6
/proc/14524/task/14581/stat : 14581 (python) S 14496 14496 13135 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 656796676 323481600 12368 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604447336719360 0 0 -1 6 0 0 0
[pid=14582] ppid=14496 vsize=326156 CPUtime=0.57 cores=4,6
/proc/14582/stat : 14582 (python) S 14496 14496 13135 0 -1 4202560 1132 0 0 0 29 28 0 0 18 0 2 0 656796678 333983744 12372 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14582/statm: 81539 12372 399 364 0 17451 0
[pid=14584] ppid=14582 vsize=268424 CPUtime=197.83 cores=4,6
/proc/14584/stat : 14584 (hybridGM3) T 14582 14584 14584 0 -1 4202496 7612 0 0 0 19782 1 0 0 25 0 1 0 656796678 274866176 7348 33554432000 134512640 135204385 4291563168 18446744073709551615 134537573 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14584/statm: 67106 7348 64 169 0 66936 0
[pid=14582/tid=14598] ppid=14496 vsize=326156 CPUtime=0 cores=4,6
/proc/14582/task/14598/stat : 14598 (python) S 14496 14496 13135 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 656806788 333983744 12372 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604453922179072 0 0 -1 4 0 0 0
[pid=14694] ppid=14496 vsize=336412 CPUtime=0.28 cores=4,6
/proc/14694/stat : 14694 (python) S 14496 14496 13135 0 -1 4202560 1099 0 0 0 15 13 0 0 19 0 2 0 656826245 344485888 12376 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14694/statm: 84103 12376 399 364 0 20012 0
[pid=14696] ppid=14694 vsize=463080 CPUtime=100 cores=4,6
/proc/14696/stat : 14696 (TNM) T 14694 14696 14696 0 -1 4202496 5206 0 0 0 9996 4 0 0 25 0 1 0 656826245 474193920 4941 33554432000 134512640 135008748 4294437024 18446744073709551615 134528967 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14696/statm: 115770 4941 46 122 0 114670 0
[pid=14694/tid=14740] ppid=14496 vsize=336412 CPUtime=0 cores=4,6
/proc/14694/task/14740/stat : 14740 (python) S 14496 14496 13135 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656836272 344485888 12376 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604443232208896 0 0 -1 4 0 0 0
[pid=14754] ppid=14496 vsize=346668 CPUtime=0.57 cores=4,6
/proc/14754/stat : 14754 (python) S 14496 14496 13135 0 -1 4202560 1147 0 0 0 29 28 0 0 18 0 2 0 656846002 354988032 12380 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14754/statm: 86667 12380 399 364 0 22573 0
[pid=14756] ppid=14754 vsize=268420 CPUtime=195.81 cores=4,6
/proc/14756/stat : 14756 (hybridGM3) T 14754 14756 14756 0 -1 4202496 7612 0 0 0 19577 4 0 0 25 0 1 0 656846002 274862080 7349 33554432000 134512640 135204385 4286816896 18446744073709551615 134545880 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14756/statm: 67105 7349 64 169 0 66935 0
[pid=14754/tid=14768] ppid=14496 vsize=346668 CPUtime=0 cores=4,6
/proc/14754/task/14768/stat : 14768 (python) S 14496 14496 13135 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 656856113 354988032 12380 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604452784545856 0 0 -1 6 0 0 0
[pid=14850] ppid=14496 vsize=356924 CPUtime=0.59 cores=4,6
/proc/14850/stat : 14850 (python) S 14496 14496 13135 0 -1 4202560 1141 0 0 0 33 26 0 0 18 0 2 0 656865642 365490176 12384 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14850/statm: 89231 12384 399 364 0 25134 0
[pid=14852] ppid=14850 vsize=268420 CPUtime=194.41 cores=4,6
/proc/14852/stat : 14852 (hybridGM3) T 14850 14852 14852 0 -1 4202496 7617 0 0 0 19441 0 0 0 25 0 1 0 656865642 274862080 7352 33554432000 134512640 135204385 4290522640 18446744073709551615 134537063 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14852/statm: 67105 7352 64 169 0 66935 0
[pid=14850/tid=14860] ppid=14496 vsize=356924 CPUtime=0 cores=4,6
/proc/14850/task/14860/stat : 14860 (python) S 14496 14496 13135 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 656875655 365490176 12384 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604453622011840 0 0 -1 6 0 0 0
[pid=14875] ppid=14496 vsize=367180 CPUtime=0.59 cores=4,6
/proc/14875/stat : 14875 (python) S 14496 14496 13135 0 -1 4202560 1138 0 0 0 33 26 0 0 19 0 2 0 656885087 375992320 12388 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14875/statm: 91795 12388 399 364 0 27695 0
[pid=14877] ppid=14875 vsize=268424 CPUtime=196.83 cores=4,6
/proc/14877/stat : 14877 (hybridGM3) T 14875 14877 14877 0 -1 4202496 7613 0 0 0 19680 3 0 0 25 0 1 0 656885088 274866176 7352 33554432000 134512640 135204385 4293608640 18446744073709551615 134536843 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14877/statm: 67106 7352 64 169 0 66936 0
[pid=14875/tid=14934] ppid=14496 vsize=367180 CPUtime=0 cores=4,6
/proc/14875/task/14934/stat : 14934 (python) S 14496 14496 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656904827 375992320 12388 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 514 18446604447538901376 0 0 -1 6 0 0 0
[pid=14935] ppid=14496 vsize=377436 CPUtime=0 cores=4,6
/proc/14935/stat : 14935 (python) S 14496 14496 13135 0 -1 4202560 956 0 0 0 0 0 0 0 18 0 1 0 656904828 386494464 12367 33554432000 4194304 5683644 140734857674688 18446744073709551615 216634535494 0 0 16781312 514 3708204948672971009 0 0 17 4 0 0 0
/proc/14935/statm: 94359 12367 375 364 0 30256 0
[pid=14937] ppid=14935 vsize=268420 CPUtime=10 cores=4,6
/proc/14937/stat : 14937 (hybridGM3) R 14935 14937 14937 0 -1 4202496 7612 0 0 0 999 1 0 0 25 0 1 0 656904829 274862080 7345 33554432000 134512640 135204385 4291870480 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14937/statm: 67105 7345 64 169 0 66935 0
[pid=14496/tid=14506] ppid=14494 vsize=387680 CPUtime=0 cores=4,6
/proc/14496/task/14506/stat : 14506 (python) S 14494 14496 13135 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 656776456 396984320 13886 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14525] ppid=14494 vsize=387680 CPUtime=0 cores=4,6
/proc/14496/task/14525/stat : 14525 (python) S 14494 14496 13135 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 656786567 396984320 13886 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14583] ppid=14494 vsize=387680 CPUtime=0 cores=4,6
/proc/14496/task/14583/stat : 14583 (python) S 14494 14496 13135 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 656796678 396984320 13886 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14695] ppid=14494 vsize=387680 CPUtime=0 cores=4,6
/proc/14496/task/14695/stat : 14695 (python) S 14494 14496 13135 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 656826245 396984320 13886 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14755] ppid=14494 vsize=387680 CPUtime=0 cores=4,6
/proc/14496/task/14755/stat : 14755 (python) S 14494 14496 13135 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 656846002 396984320 13886 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14851] ppid=14494 vsize=387680 CPUtime=0 cores=4,6
/proc/14496/task/14851/stat : 14851 (python) S 14494 14496 13135 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 656865642 396984320 13886 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14876] ppid=14494 vsize=387680 CPUtime=0 cores=4,6
/proc/14496/task/14876/stat : 14876 (python) S 14494 14496 13135 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 656885087 396984320 13886 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 4 0 0 0
[pid=14496/tid=14936] ppid=14494 vsize=387680 CPUtime=0 cores=4,6
/proc/14496/task/14936/stat : 14936 (python) S 14494 14496 13135 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656904829 396984320 13886 33554432000 4194304 5683644 140734857674688 18446744073709551615 216646338993 0 0 16781312 2 18446604453622012736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1300.25
Current children cumulated vsize (KiB) 5472272

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 14496 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=976091
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=106983
# CPU time returned by wait4() is 6.08307
# while last known CPU time is 1300.25
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.07
CPU time (s): 1300.25
CPU user time (s): 1298.3
CPU system time (s): 1.95
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 5472276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.97609
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27957
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= 2845
involuntary context switches= 58

runsolver used 6.36603 second user time and 12.1532 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 11:28:52
IDJOB=3377247
IDBENCH=82556
IDSOLVER=1857
FILE ID=node103/3377247-1305451732
RUNJOBID= node103-1305451339-14158
PBS_JOBID= 13324856
Free space on /tmp= 72948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S1196935200-064-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-3377247-1305451732/watcher-3377247-1305451732 -o /tmp/evaluation-result-3377247-1305451732/solver-3377247-1305451732 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377247-1305451732.cnf -seed 883386009 -budget 2400

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

MD5SUM BENCH= a5ac359cd8af4f1e83d886effb49a2a9
RANDOM SEED=883386009

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      25738908 kB
Buffers:        315028 kB
Cached:        4155436 kB
SwapCached:     340192 kB
Active:        1713652 kB
Inactive:      5209472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25738908 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           40352 kB
Writeback:           0 kB
AnonPages:     2123116 kB
Mapped:          18448 kB
Slab:           161372 kB
PageTables:      61108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84972164 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= 72896 MiB
End job on node103 at 2011-05-15 11:50:34