Trace number 3377364

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) 1288.15 1300.14

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S594553190-015-UNKNOWN.cnf
MD5SUM0a98d6d9a7bdb797305aed69a94f9a69
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark355.73
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2.59/2.96	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
2.59/2.96	c INFO: solving HOME/instance-3377364-1305452734.cnf
2.59/2.96	c INFO: computing task features
2.59/2.96	c INFO: computed variable-clause graph statistics
2.59/2.96	c INFO: computed clause balance statistics
2.59/2.96	c INFO: computed variable balance statistics
2.59/2.98	c INFO: computed small-clause counts
2.59/2.99	c INFO: computed Horn-clause counts
2.99/3.33	c INFO: computed variable graph statistics
2.99/3.33	c INFO: collected features for HOME/instance-3377364-1305452734.cnf in 2.62 s
2.99/3.35	c INFO: running hybridGM3@0 for 97 with 2397 remaining (b = 0.46)
101.83/101.90	c INFO: running hybridGM3@0 for 97 with 2298 remaining (b = 0.28)
201.13/202.42	c INFO: running hybridGM3@0 for 97 with 2199 remaining (b = 0.20)
303.37/305.98	c INFO: running hybridGM3@98 for 97 with 2097 remaining (b = 0.16)
405.06/407.30	c INFO: running hybridGM3@99 for 97 with 1996 remaining (b = 0.16)
501.05/504.59	c INFO: running TNM@0 for 97 with 1900 remaining (b = 0.18)
603.13/607.90	c INFO: running hybridGM3@102 for 97 with 1798 remaining (b = 0.15)
698.58/703.18	c INFO: running hybridGM3@0 for 97 with 1703 remaining (b = 0.16)
797.01/802.70	c INFO: running hybridGM3@98 for 97 with 1605 remaining (b = 0.12)
895.05/901.98	c INFO: running hybridGM3@0 for 97 with 1507 remaining (b = 0.12)
994.42/1002.50	c INFO: running hybridGM3@99 for 97 with 1408 remaining (b = 0.09)
1094.41/1103.77	c INFO: running hybridGM3@0 for 97 with 1309 remaining (b = 0.09)
1196.67/1207.34	c INFO: running hybridGM3@101 for 97 with 1207 remaining (b = 0.07)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 1,3

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: 5.08 4.99 4.41 5/385 628
/proc/meminfo: memFree=26539052/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=11796 CPUtime=0 cores=1,3
/proc/628/stat : 628 (runsolver) R 626 628 31275 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 656871923 12079104 49 33554432000 4194304 5432360 140734944970512 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/628/statm: 2949 49 30 303 0 2643 0

[startup+0.0551201 s]
/proc/loadavg: 5.08 4.99 4.41 5/385 628
/proc/meminfo: memFree=26539052/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=18884 CPUtime=0.01 cores=1,3
/proc/628/stat : 628 (python) R 626 628 31275 0 -1 4202496 1283 0 0 0 1 0 0 0 25 0 1 0 656871923 19337216 1136 33554432000 4194304 5683644 140735194511312 18446744073709551615 4869003 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/628/statm: 4721 1136 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.101646 s]
/proc/loadavg: 5.08 4.99 4.41 5/385 628
/proc/meminfo: memFree=26539052/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=56780 CPUtime=0.05 cores=1,3
/proc/628/stat : 628 (python) S 626 628 31275 0 -1 4202496 2102 0 0 0 4 1 0 0 17 0 1 0 656871923 58142720 1857 33554432000 4194304 5683644 140735194511312 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/628/statm: 14195 1857 499 364 0 1318 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 56780

[startup+0.301083 s]
/proc/loadavg: 5.08 4.99 4.41 5/385 628
/proc/meminfo: memFree=26539052/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=135748 CPUtime=0.18 cores=1,3
/proc/628/stat : 628 (python) R 626 628 31275 0 -1 4202496 5969 933 1 0 14 4 0 0 18 0 1 0 656871923 139005952 4149 33554432000 4194304 5683644 140735194511312 18446744073709551615 5307600 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/628/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701014 s]
/proc/loadavg: 5.08 4.99 4.41 5/385 628
/proc/meminfo: memFree=26539052/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=281312 CPUtime=0.42 cores=1,3
/proc/628/stat : 628 (python) R 626 628 31275 0 -1 4202496 10104 933 1 0 33 9 0 0 16 0 1 0 656871923 288063488 7668 33554432000 4194304 5683644 140735194511312 18446744073709551615 4952101 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/628/statm: 70328 7668 1761 364 0 6252 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 281312

[startup+1.50088 s]
/proc/loadavg: 5.15 5.01 4.42 7/386 633
/proc/meminfo: memFree=26501404/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=292744 CPUtime=1.21 cores=1,3
/proc/628/stat : 628 (python) R 626 628 31275 0 -1 4202496 14675 933 1 0 111 10 0 0 17 0 1 0 656871923 299769856 10570 33554432000 4194304 5683644 140735194511312 18446744073709551615 4539107 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/628/statm: 73186 10570 1826 364 0 9110 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 292744

[startup+3.10061 s]
/proc/loadavg: 5.15 5.01 4.42 8/386 633
/proc/meminfo: memFree=26500908/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=292744 CPUtime=2.79 cores=1,3
/proc/628/stat : 628 (python) R 626 628 31275 0 -1 4202496 14682 933 1 0 269 10 0 0 19 0 1 0 656871923 299769856 10577 33554432000 4194304 5683644 140735194511312 18446744073709551615 210204333920 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/628/statm: 73186 10577 1833 364 0 9110 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 292744

[startup+6.30107 s]
/proc/loadavg: 5.15 5.01 4.42 6/389 636
/proc/meminfo: memFree=26484144/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=295020 CPUtime=3.03 cores=1,3
/proc/628/stat : 628 (python) S 626 628 31275 0 -1 4202496 14984 933 1 0 293 10 0 0 21 0 2 0 656871923 302100480 8626 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/628/statm: 73755 8626 1875 364 0 9673 0
[pid=634] ppid=628 vsize=285800 CPUtime=0 cores=1,3
/proc/634/stat : 634 (python) S 628 628 31275 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 656872258 292659200 7103 33554432000 4194304 5683644 140735194511312 18446744073709551615 210204667407 0 0 16781312 514 16313281677159792902 0 0 17 3 0 0 0
/proc/634/statm: 71450 7103 355 364 0 7368 0
[pid=636] ppid=634 vsize=268428 CPUtime=2.93 cores=1,3
/proc/636/stat : 636 (hybridGM3) R 634 636 636 0 -1 4202496 6185 0 0 0 293 0 0 0 25 0 1 0 656872258 274870272 5921 33554432000 134512640 135204385 4291766128 18446744073709551615 134546144 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/636/statm: 67107 5921 64 169 0 66937 0
[pid=628/tid=635] ppid=626 vsize=295020 CPUtime=0 cores=1,3
/proc/628/task/635/stat : 635 (python) S 626 628 31275 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 2 0 656872258 302100480 8626 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 849248

[startup+12.701 s]
/proc/loadavg: 5.13 5.01 4.43 6/393 640
/proc/meminfo: memFree=26476464/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=295020 CPUtime=3.03 cores=1,3
/proc/628/stat : 628 (python) S 626 628 31275 0 -1 4202496 14984 933 1 0 293 10 0 0 21 0 2 0 656871923 302100480 8626 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/628/statm: 73755 8626 1875 364 0 9673 0
[pid=634] ppid=628 vsize=285800 CPUtime=0.01 cores=1,3
/proc/634/stat : 634 (python) S 628 628 31275 0 -1 4202560 978 0 0 0 1 0 0 0 18 0 1 0 656872258 292659200 7131 33554432000 4194304 5683644 140735194511312 18446744073709551615 210204667407 0 0 16781312 514 16313281677159792902 0 0 17 3 0 0 0
/proc/634/statm: 71450 7131 383 364 0 7368 0
[pid=636] ppid=634 vsize=268428 CPUtime=9.33 cores=1,3
/proc/636/stat : 636 (hybridGM3) R 634 636 636 0 -1 4202496 6185 0 0 0 933 0 0 0 25 0 1 0 656872258 274870272 5921 33554432000 134512640 135204385 4291766128 18446744073709551615 134549252 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/636/statm: 67107 5921 64 169 0 66937 0
[pid=628/tid=635] ppid=626 vsize=295020 CPUtime=0 cores=1,3
/proc/628/task/635/stat : 635 (python) S 626 628 31275 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 2 0 656872258 302100480 8626 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 849248

[startup+25.5009 s]
/proc/loadavg: 5.11 5.01 4.43 6/393 640
/proc/meminfo: memFree=26476192/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=295020 CPUtime=3.03 cores=1,3
/proc/628/stat : 628 (python) S 626 628 31275 0 -1 4202496 14984 933 1 0 293 10 0 0 21 0 2 0 656871923 302100480 8626 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/628/statm: 73755 8626 1875 364 0 9673 0
[pid=634] ppid=628 vsize=285800 CPUtime=0.04 cores=1,3
/proc/634/stat : 634 (python) S 628 628 31275 0 -1 4202560 984 0 0 0 2 2 0 0 18 0 1 0 656872258 292659200 7131 33554432000 4194304 5683644 140735194511312 18446744073709551615 210204667407 0 0 16781312 514 13133252977412243718 0 0 17 3 0 0 0
/proc/634/statm: 71450 7131 383 364 0 7368 0
[pid=636] ppid=634 vsize=268428 CPUtime=22.13 cores=1,3
/proc/636/stat : 636 (hybridGM3) R 634 636 636 0 -1 4202496 6190 0 0 0 2213 0 0 0 25 0 1 0 656872258 274870272 5926 33554432000 134512640 135204385 4291766128 18446744073709551615 134547807 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/636/statm: 67107 5926 64 169 0 66937 0
[pid=628/tid=635] ppid=626 vsize=295020 CPUtime=0 cores=1,3
/proc/628/task/635/stat : 635 (python) S 626 628 31275 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 2 0 656872258 302100480 8626 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 849248

[startup+51.1006 s]
/proc/loadavg: 5.21 5.04 4.46 6/397 645
/proc/meminfo: memFree=26466316/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=295020 CPUtime=3.03 cores=1,3
/proc/628/stat : 628 (python) S 626 628 31275 0 -1 4202496 14984 933 1 0 293 10 0 0 21 0 2 0 656871923 302100480 8626 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/628/statm: 73755 8626 1875 364 0 9673 0
[pid=634] ppid=628 vsize=285800 CPUtime=0.12 cores=1,3
/proc/634/stat : 634 (python) S 628 628 31275 0 -1 4202560 999 0 0 0 6 6 0 0 18 0 1 0 656872258 292659200 7131 33554432000 4194304 5683644 140735194511312 18446744073709551615 210204667407 0 0 16781312 514 13133252977412243718 0 0 17 3 0 0 0
/proc/634/statm: 71450 7131 383 364 0 7368 0
[pid=636] ppid=634 vsize=268428 CPUtime=47.73 cores=1,3
/proc/636/stat : 636 (hybridGM3) R 634 636 636 0 -1 4202496 6190 0 0 0 4773 0 0 0 25 0 1 0 656872258 274870272 5926 33554432000 134512640 135204385 4291766128 18446744073709551615 134537435 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/636/statm: 67107 5926 64 169 0 66937 0
[pid=628/tid=635] ppid=626 vsize=295020 CPUtime=0 cores=1,3
/proc/628/task/635/stat : 635 (python) S 626 628 31275 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 2 0 656872258 302100480 8626 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 849248

[startup+102.314 s]
/proc/loadavg: 5.13 5.04 4.49 6/402 654
/proc/meminfo: memFree=26398472/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=305816 CPUtime=3.05 cores=1,3
/proc/628/stat : 628 (python) S 626 628 31275 0 -1 4202496 15907 933 1 0 294 11 0 0 20 0 3 0 656871923 313155584 8768 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/628/statm: 76454 8768 1878 364 0 12369 0
[pid=634] ppid=628 vsize=296044 CPUtime=0.27 cores=1,3
/proc/634/stat : 634 (python) S 628 628 31275 0 -1 4202560 1166 0 0 0 14 13 0 0 19 0 2 0 656872258 303149056 7168 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 74011 7168 415 364 0 9929 0
[pid=636] ppid=634 vsize=268428 CPUtime=98.52 cores=1,3
/proc/636/stat : 636 (hybridGM3) T 634 636 636 0 -1 4202496 6190 0 0 0 9852 0 0 0 25 0 1 0 656872258 274870272 5926 33554432000 134512640 135204385 4291766128 18446744073709551615 134537573 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/636/statm: 67107 5926 64 169 0 66937 0
[pid=634/tid=651] ppid=628 vsize=296044 CPUtime=0 cores=1,3
/proc/634/task/651/stat : 651 (python) S 628 628 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656882112 303149056 7168 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604456710925120 0 0 -1 1 0 0 0
[pid=652] ppid=628 vsize=295868 CPUtime=0 cores=1,3
/proc/652/stat : 652 (python) S 628 628 31275 0 -1 4202560 746 0 0 0 0 0 0 0 17 0 1 0 656882113 302968832 7236 33554432000 4194304 5683644 140735194511312 18446744073709551615 210204667462 0 0 16781312 514 4444438209509720063 0 0 17 3 0 0 0
/proc/652/statm: 73967 7236 349 364 0 9882 0
[pid=654] ppid=652 vsize=268420 CPUtime=0.38 cores=1,3
/proc/654/stat : 654 (hybridGM3) R 652 654 654 0 -1 4202496 6180 0 0 0 38 0 0 0 21 0 1 0 656882113 274862080 5918 33554432000 134512640 135204385 4287777568 18446744073709551615 134537573 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/654/statm: 67105 5918 64 169 0 66935 0
[pid=628/tid=635] ppid=626 vsize=305816 CPUtime=0 cores=1,3
/proc/628/task/635/stat : 635 (python) S 626 628 31275 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 3 0 656872258 313155584 8768 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=653] ppid=626 vsize=305816 CPUtime=0 cores=1,3
/proc/628/task/653/stat : 653 (python) S 626 628 31275 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 656882113 313155584 8768 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 1434576

[startup+162.301 s]
/proc/loadavg: 5.01 5.03 4.52 6/389 700
/proc/meminfo: memFree=26407248/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=305816 CPUtime=3.05 cores=1,3
/proc/628/stat : 628 (python) S 626 628 31275 0 -1 4202496 15907 933 1 0 294 11 0 0 20 0 3 0 656871923 313155584 8768 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/628/statm: 76454 8768 1878 364 0 12369 0
[pid=634] ppid=628 vsize=296044 CPUtime=0.27 cores=1,3
/proc/634/stat : 634 (python) S 628 628 31275 0 -1 4202560 1166 0 0 0 14 13 0 0 19 0 2 0 656872258 303149056 7168 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 74011 7168 415 364 0 9929 0
[pid=636] ppid=634 vsize=268428 CPUtime=98.52 cores=1,3
/proc/636/stat : 636 (hybridGM3) T 634 636 636 0 -1 4202496 6190 0 0 0 9852 0 0 0 25 0 1 0 656872258 274870272 5926 33554432000 134512640 135204385 4291766128 18446744073709551615 134537573 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/636/statm: 67107 5926 64 169 0 66937 0
[pid=634/tid=651] ppid=628 vsize=296044 CPUtime=0 cores=1,3
/proc/634/task/651/stat : 651 (python) S 628 628 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656882112 303149056 7168 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604456710925120 0 0 -1 1 0 0 0
[pid=652] ppid=628 vsize=295868 CPUtime=0.15 cores=1,3
/proc/652/stat : 652 (python) S 628 628 31275 0 -1 4202560 926 0 0 0 8 7 0 0 15 0 1 0 656882113 302968832 7259 33554432000 4194304 5683644 140735194511312 18446744073709551615 210204667462 0 0 16781312 514 13133252977412243716 0 0 17 3 0 0 0
/proc/652/statm: 73967 7259 372 364 0 9882 0
[pid=654] ppid=652 vsize=268420 CPUtime=59.51 cores=1,3
/proc/654/stat : 654 (hybridGM3) R 652 654 654 0 -1 4202496 6185 0 0 0 5951 0 0 0 25 0 1 0 656882113 274862080 5923 33554432000 134512640 135204385 4287777568 18446744073709551615 134536986 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/654/statm: 67105 5923 64 169 0 66935 0
[pid=628/tid=635] ppid=626 vsize=305816 CPUtime=0 cores=1,3
/proc/628/task/635/stat : 635 (python) S 626 628 31275 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 3 0 656872258 313155584 8768 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=653] ppid=626 vsize=305816 CPUtime=0 cores=1,3

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

/proc/636/stat : 636 (hybridGM3) T 634 636 636 0 -1 4202496 6190 0 0 0 19983 0 0 0 25 0 1 0 656872258 274870272 5926 33554432000 134512640 135204385 4291766128 18446744073709551615 134659313 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/636/statm: 67107 5926 64 169 0 66937 0
[pid=634/tid=651] ppid=628 vsize=296044 CPUtime=0 cores=1,3
/proc/634/task/651/stat : 651 (python) S 628 628 31275 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 656882112 303149056 7169 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604456710925120 0 0 -1 1 0 0 0
[pid=652] ppid=628 vsize=295868 CPUtime=0.56 cores=1,3
/proc/652/stat : 652 (python) S 628 628 31275 0 -1 4202560 1130 0 0 0 28 28 0 0 16 0 2 0 656882113 302968832 7288 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/652/statm: 73967 7288 400 364 0 9882 0
[pid=654] ppid=652 vsize=268420 CPUtime=194.79 cores=1,3
/proc/654/stat : 654 (hybridGM3) T 652 654 654 0 -1 4202496 6185 0 0 0 19479 0 0 0 25 0 1 0 656882113 274862080 5923 33554432000 134512640 135204385 4287777568 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/654/statm: 67105 5923 64 169 0 66935 0
[pid=652/tid=702] ppid=628 vsize=295868 CPUtime=0 cores=1,3
/proc/652/task/702/stat : 702 (python) S 628 628 31275 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656892163 302968832 7288 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604471127363840 0 0 -1 3 0 0 0
[pid=703] ppid=628 vsize=305992 CPUtime=0.56 cores=1,3
/proc/703/stat : 703 (python) S 628 628 31275 0 -1 4202560 1120 0 0 0 29 27 0 0 18 0 2 0 656892165 313335808 7292 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/703/statm: 76498 7292 400 364 0 12410 0
[pid=705] ppid=703 vsize=268424 CPUtime=197.3 cores=1,3
/proc/705/stat : 705 (hybridGM3) T 703 705 705 0 -1 4202496 6189 0 0 0 19730 0 0 0 25 0 1 0 656892165 274866176 5924 33554432000 134512640 135204385 4291223744 18446744073709551615 134545844 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/705/statm: 67106 5924 64 169 0 66936 0
[pid=703/tid=721] ppid=628 vsize=305992 CPUtime=0 cores=1,3
/proc/703/task/721/stat : 721 (python) S 628 628 31275 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 656902520 313335808 7292 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604469371743296 0 0 -1 3 0 0 0
[pid=747] ppid=628 vsize=316372 CPUtime=0.3 cores=1,3
/proc/747/stat : 747 (python) S 628 628 31275 0 -1 4202560 1094 0 0 0 15 15 0 0 19 0 2 0 656922382 323964928 7366 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/747/statm: 79093 7366 399 364 0 15002 0
[pid=749] ppid=747 vsize=457020 CPUtime=101.68 cores=1,3
/proc/749/stat : 749 (TNM) T 747 749 749 0 -1 4202496 2780 0 0 0 10168 0 0 0 25 0 1 0 656922382 467988480 2515 33554432000 134512640 135008748 4288019760 18446744073709551615 134528942 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/749/statm: 114255 2515 46 122 0 113155 0
[pid=747/tid=780] ppid=628 vsize=316372 CPUtime=0 cores=1,3
/proc/747/task/780/stat : 780 (python) S 628 628 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656932712 323964928 7366 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604465312720960 0 0 -1 1 0 0 0
[pid=809] ppid=628 vsize=326628 CPUtime=0.54 cores=1,3
/proc/809/stat : 809 (python) S 628 628 31275 0 -1 4202560 1132 0 0 0 29 25 0 0 15 0 2 0 656942241 334467072 7370 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/809/statm: 81657 7370 399 364 0 17563 0
[pid=811] ppid=809 vsize=268428 CPUtime=195.86 cores=1,3
/proc/811/stat : 811 (hybridGM3) T 809 811 811 0 -1 4202496 6191 0 0 0 19586 0 0 0 25 0 1 0 656942242 274870272 5924 33554432000 134512640 135204385 4290939424 18446744073709551615 134536806 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/811/statm: 67107 5924 64 169 0 66937 0
[pid=809/tid=819] ppid=628 vsize=326628 CPUtime=0 cores=1,3
/proc/809/task/819/stat : 819 (python) S 628 628 31275 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656952192 334467072 7370 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604471120720320 0 0 -1 3 0 0 0
[pid=861] ppid=628 vsize=336884 CPUtime=0.53 cores=1,3
/proc/861/stat : 861 (python) S 628 628 31275 0 -1 4202560 1136 0 0 0 25 28 0 0 15 0 2 0 656962121 344969216 7405 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/861/statm: 84221 7405 399 364 0 20124 0
[pid=863] ppid=861 vsize=268424 CPUtime=198.81 cores=1,3
/proc/863/stat : 863 (hybridGM3) T 861 863 863 0 -1 4202496 6191 0 0 0 19881 0 0 0 25 0 1 0 656962122 274866176 5926 33554432000 134512640 135204385 4294145344 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/863/statm: 67106 5926 64 169 0 66936 0
[pid=861/tid=875] ppid=628 vsize=336884 CPUtime=0 cores=1,3
/proc/861/task/875/stat : 875 (python) S 628 628 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656972172 344969216 7405 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604465913390912 0 0 -1 3 0 0 0
[pid=880] ppid=628 vsize=347140 CPUtime=0.37 cores=1,3
/proc/880/stat : 880 (python) S 628 628 31275 0 -1 4202560 1113 0 0 0 19 18 0 0 15 0 2 0 656982300 355471360 7409 33554432000 4194304 5683644 140735194511312 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/880/statm: 86785 7409 399 364 0 22685 0
[pid=882] ppid=880 vsize=268420 CPUtime=136.34 cores=1,3
/proc/882/stat : 882 (hybridGM3) R 880 882 882 0 -1 4202496 6186 0 0 0 13634 0 0 0 25 0 1 0 656982300 274862080 5923 33554432000 134512640 135204385 4293321360 18446744073709551615 134536737 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/882/statm: 67105 5923 64 169 0 66935 0
[pid=880/tid=889] ppid=628 vsize=347140 CPUtime=0 cores=1,3
/proc/880/task/889/stat : 889 (python) S 628 628 31275 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 656992656 355471360 7409 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604458979373184 0 0 -1 3 0 0 0
[pid=628/tid=635] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/635/stat : 635 (python) S 626 628 31275 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 656872258 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=653] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/653/stat : 653 (python) S 626 628 31275 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 656882113 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=704] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/704/stat : 704 (python) S 626 628 31275 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 656892165 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=748] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/748/stat : 748 (python) S 626 628 31275 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 656922382 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=810] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/810/stat : 810 (python) S 626 628 31275 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 656942241 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=862] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/862/stat : 862 (python) S 626 628 31275 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 656962121 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=881] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/881/stat : 881 (python) S 626 628 31275 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 656982300 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1231.21
Current children cumulated vsize (KiB) 4649876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.45 3.44 3/380 891
/proc/meminfo: memFree=26503688/32951124 swapFree=63649232/67111528
[pid=628] ppid=626 vsize=357384 CPUtime=3.19 cores=1,3
/proc/628/stat : 628 (python) S 626 628 31275 0 -1 4202496 21265 933 1 0 307 12 0 0 18 0 8 0 656871923 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/628/statm: 89346 8901 1888 364 0 25246 0
[pid=634] ppid=628 vsize=296044 CPUtime=0.55 cores=1,3
/proc/634/stat : 634 (python) S 628 628 31275 0 -1 4202560 1215 0 0 0 27 28 0 0 18 0 2 0 656872258 303149056 7169 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 74011 7169 416 364 0 9929 0
[pid=636] ppid=634 vsize=268428 CPUtime=199.83 cores=1,3
/proc/636/stat : 636 (hybridGM3) T 634 636 636 0 -1 4202496 6190 0 0 0 19983 0 0 0 25 0 1 0 656872258 274870272 5926 33554432000 134512640 135204385 4291766128 18446744073709551615 134659313 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/636/statm: 67107 5926 64 169 0 66937 0
[pid=634/tid=651] ppid=628 vsize=296044 CPUtime=0 cores=1,3
/proc/634/task/651/stat : 651 (python) S 628 628 31275 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 656882112 303149056 7169 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604456710925120 0 0 -1 1 0 0 0
[pid=652] ppid=628 vsize=295868 CPUtime=0.56 cores=1,3
/proc/652/stat : 652 (python) S 628 628 31275 0 -1 4202560 1130 0 0 0 28 28 0 0 16 0 2 0 656882113 302968832 7288 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/652/statm: 73967 7288 400 364 0 9882 0
[pid=654] ppid=652 vsize=268420 CPUtime=194.79 cores=1,3
/proc/654/stat : 654 (hybridGM3) T 652 654 654 0 -1 4202496 6185 0 0 0 19479 0 0 0 25 0 1 0 656882113 274862080 5923 33554432000 134512640 135204385 4287777568 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/654/statm: 67105 5923 64 169 0 66935 0
[pid=652/tid=702] ppid=628 vsize=295868 CPUtime=0 cores=1,3
/proc/652/task/702/stat : 702 (python) S 628 628 31275 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656892163 302968832 7288 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604471127363840 0 0 -1 3 0 0 0
[pid=703] ppid=628 vsize=305992 CPUtime=0.56 cores=1,3
/proc/703/stat : 703 (python) S 628 628 31275 0 -1 4202560 1120 0 0 0 29 27 0 0 18 0 2 0 656892165 313335808 7292 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/703/statm: 76498 7292 400 364 0 12410 0
[pid=705] ppid=703 vsize=268424 CPUtime=197.3 cores=1,3
/proc/705/stat : 705 (hybridGM3) T 703 705 705 0 -1 4202496 6189 0 0 0 19730 0 0 0 25 0 1 0 656892165 274866176 5924 33554432000 134512640 135204385 4291223744 18446744073709551615 134545844 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/705/statm: 67106 5924 64 169 0 66936 0
[pid=703/tid=721] ppid=628 vsize=305992 CPUtime=0 cores=1,3
/proc/703/task/721/stat : 721 (python) S 628 628 31275 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 656902520 313335808 7292 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604469371743296 0 0 -1 3 0 0 0
[pid=747] ppid=628 vsize=316372 CPUtime=0.3 cores=1,3
/proc/747/stat : 747 (python) S 628 628 31275 0 -1 4202560 1094 0 0 0 15 15 0 0 19 0 2 0 656922382 323964928 7366 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/747/statm: 79093 7366 399 364 0 15002 0
[pid=749] ppid=747 vsize=457020 CPUtime=101.68 cores=1,3
/proc/749/stat : 749 (TNM) T 747 749 749 0 -1 4202496 2780 0 0 0 10168 0 0 0 25 0 1 0 656922382 467988480 2515 33554432000 134512640 135008748 4288019760 18446744073709551615 134528942 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/749/statm: 114255 2515 46 122 0 113155 0
[pid=747/tid=780] ppid=628 vsize=316372 CPUtime=0 cores=1,3
/proc/747/task/780/stat : 780 (python) S 628 628 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656932712 323964928 7366 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604465312720960 0 0 -1 1 0 0 0
[pid=809] ppid=628 vsize=326628 CPUtime=0.54 cores=1,3
/proc/809/stat : 809 (python) S 628 628 31275 0 -1 4202560 1132 0 0 0 29 25 0 0 15 0 2 0 656942241 334467072 7370 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/809/statm: 81657 7370 399 364 0 17563 0
[pid=811] ppid=809 vsize=268428 CPUtime=195.86 cores=1,3
/proc/811/stat : 811 (hybridGM3) T 809 811 811 0 -1 4202496 6191 0 0 0 19586 0 0 0 25 0 1 0 656942242 274870272 5924 33554432000 134512640 135204385 4290939424 18446744073709551615 134536806 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/811/statm: 67107 5924 64 169 0 66937 0
[pid=809/tid=819] ppid=628 vsize=326628 CPUtime=0 cores=1,3
/proc/809/task/819/stat : 819 (python) S 628 628 31275 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656952192 334467072 7370 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604471120720320 0 0 -1 3 0 0 0
[pid=861] ppid=628 vsize=336884 CPUtime=0.53 cores=1,3
/proc/861/stat : 861 (python) S 628 628 31275 0 -1 4202560 1136 0 0 0 25 28 0 0 15 0 2 0 656962121 344969216 7405 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/861/statm: 84221 7405 399 364 0 20124 0
[pid=863] ppid=861 vsize=268424 CPUtime=198.81 cores=1,3
/proc/863/stat : 863 (hybridGM3) T 861 863 863 0 -1 4202496 6191 0 0 0 19881 0 0 0 25 0 1 0 656962122 274866176 5926 33554432000 134512640 135204385 4294145344 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/863/statm: 67106 5926 64 169 0 66936 0
[pid=861/tid=875] ppid=628 vsize=336884 CPUtime=0 cores=1,3
/proc/861/task/875/stat : 875 (python) S 628 628 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656972172 344969216 7405 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604465913390912 0 0 -1 3 0 0 0
[pid=880] ppid=628 vsize=347140 CPUtime=0.53 cores=1,3
/proc/880/stat : 880 (python) S 628 628 31275 0 -1 4202560 1130 0 0 0 28 25 0 0 15 0 2 0 656982300 355471360 7409 33554432000 4194304 5683644 140735194511312 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/880/statm: 86785 7409 399 364 0 22685 0
[pid=882] ppid=880 vsize=268420 CPUtime=193.12 cores=1,3
/proc/882/stat : 882 (hybridGM3) R 880 882 882 0 -1 4202496 6186 0 0 0 19311 1 0 0 25 0 1 0 656982300 274862080 5923 33554432000 134512640 135204385 4293321360 18446744073709551615 134547775 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/882/statm: 67105 5923 64 169 0 66935 0
[pid=880/tid=889] ppid=628 vsize=347140 CPUtime=0 cores=1,3
/proc/880/task/889/stat : 889 (python) S 628 628 31275 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 656992656 355471360 7409 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 514 18446604458979373184 0 0 -1 3 0 0 0
[pid=628/tid=635] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/635/stat : 635 (python) S 626 628 31275 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 656872258 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=653] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/653/stat : 653 (python) S 626 628 31275 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 656882113 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=704] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/704/stat : 704 (python) S 626 628 31275 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 656892165 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=748] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/748/stat : 748 (python) S 626 628 31275 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 656922382 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=810] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/810/stat : 810 (python) S 626 628 31275 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 656942241 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=862] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/862/stat : 862 (python) S 626 628 31275 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 656962121 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
[pid=628/tid=881] ppid=626 vsize=357384 CPUtime=0 cores=1,3
/proc/628/task/881/stat : 881 (python) S 626 628 31275 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 656982300 365961216 8901 33554432000 4194304 5683644 140735194511312 18446744073709551615 210216470961 0 0 16781312 2 18446604465934113792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1288.15
Current children cumulated vsize (KiB) 4649876

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 628 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=71533
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=128980
# CPU time returned by wait4() is 3.20051
# while last known CPU time is 1288.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.14
CPU time (s): 1288.15
CPU user time (s): 1286.26
CPU system time (s): 1.89
CPU usage (%): 99.0775
Max. virtual memory (cumulated for all children) (KiB): 4649876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.07153
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22203
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= 2887
involuntary context switches= 82

runsolver used 4.65329 second user time and 11.2363 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 11:45:34
IDJOB=3377364
IDBENCH=82673
IDSOLVER=1857
FILE ID=node130/3377364-1305452734
RUNJOBID= node130-1305451278-32332
PBS_JOBID= 13324842
Free space on /tmp= 73292 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S594553190-015-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-3377364-1305452734/watcher-3377364-1305452734 -o /tmp/evaluation-result-3377364-1305452734/solver-3377364-1305452734 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377364-1305452734.cnf -seed 698966187 -budget 2400

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

MD5SUM BENCH= 0a98d6d9a7bdb797305aed69a94f9a69
RANDOM SEED=698966187

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26539456 kB
Buffers:        285456 kB
Cached:        4147156 kB
SwapCached:      10248 kB
Active:        2176376 kB
Inactive:      3939708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26539456 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           33044 kB
Writeback:           0 kB
AnonPages:     1681720 kB
Mapped:          25008 kB
Slab:           190168 kB
PageTables:      40276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79866224 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= 73368 MiB
End job on node130 at 2011-05-15 12:07:16