Trace number 3484072

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, 1200 s timeout)? (TO) 1200.08 1201.25

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S874492400-019-UNKNOWN.cnf
MD5SUMec4818cc72441ba3110ddbe772c6ebb9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark909.267
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3484072-1307747051.cnf
0.30/0.47	c INFO: computing task features
1.08/1.22	c INFO: computed variable-clause graph statistics
1.08/1.25	c INFO: computed clause balance statistics
5.15/5.47	c INFO: computed variable balance statistics
8.53/9.02	c INFO: computed small-clause counts
8.53/9.02	c INFO: computed Horn-clause counts
11.83/12.63	c INFO: computed variable graph statistics
11.83/12.63	c INFO: collected features for HOME/instance-3484072-1307747051.cnf in 11.44 s
11.87/12.79	c INFO: running hybridGM3@0 for 97 with 1188 remaining (b = 0.35)
110.30/113.13	c INFO: running hybridGM3@0 for 97 with 1090 remaining (b = 0.21)
210.74/213.51	c INFO: running hybridGM3@0 for 97 with 990 remaining (b = 0.14)
310.93/313.76	c INFO: running hybridGM3@98 for 97 with 890 remaining (b = 0.10)
407.28/409.90	c INFO: running hybridGM3@100 for 97 with 793 remaining (b = 0.10)
503.53/506.04	c INFO: running TNM@0 for 97 with 697 remaining (b = 0.13)
607.85/609.30	c INFO: running hybridGM3@100 for 97 with 595 remaining (b = 0.09)
704.45/705.44	c INFO: running hybridGM3@0 for 97 with 499 remaining (b = 0.10)
804.86/805.72	c INFO: running hybridGM3@100 for 97 with 399 remaining (b = 0.07)
900.11/900.85	c INFO: running hybridGM3@0 for 97 with 303 remaining (b = 0.07)
999.54/1000.13	c INFO: running hybridGM3@99 for 97 with 204 remaining (b = 0.05)
1094.80/1095.28	c INFO: running hybridGM3@0 for 109 with 109 remaining (b = 0.05)
1200.08/1201.25	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 3.72 0.97 0.33 4/196 20041
/proc/meminfo: memFree=30555796/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=15388 CPUtime=0 cores=1,3
/proc/20041/stat : 20041 (python) R 20039 20041 19898 0 -1 4202496 797 0 0 0 0 0 0 0 21 0 1 0 886304850 15757312 682 33554432000 4194304 5683644 140736014687200 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20041/statm: 3847 684 322 364 0 334 0

[startup+0.05534 s]
/proc/loadavg: 3.72 0.97 0.33 4/196 20041
/proc/meminfo: memFree=30555796/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=30116 CPUtime=0.03 cores=1,3
/proc/20041/stat : 20041 (python) S 20039 20041 19898 0 -1 4202496 1517 0 0 0 3 0 0 0 21 0 1 0 886304850 30838784 1352 33554432000 4194304 5683644 140736014687200 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/20041/statm: 7529 1352 443 364 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30116

[startup+0.100301 s]
/proc/loadavg: 3.72 0.97 0.33 4/196 20041
/proc/meminfo: memFree=30555796/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=102012 CPUtime=0.06 cores=1,3
/proc/20041/stat : 20041 (python) S 20039 20041 19898 0 -1 4202496 3028 0 0 0 5 1 0 0 21 0 1 0 886304850 104460288 2717 33554432000 4194304 5683644 140736014687200 18446744073709551615 274659884679 0 2147483391 16781312 2 18446744071699109054 0 0 17 3 0 0 0
/proc/20041/statm: 26055 2725 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 102012

[startup+0.300266 s]
/proc/loadavg: 3.72 0.97 0.33 4/196 20041
/proc/meminfo: memFree=30555796/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=163652 CPUtime=0.22 cores=1,3
/proc/20041/stat : 20041 (python) S 20039 20041 19898 0 -1 4202496 6672 933 1 0 16 6 0 0 22 0 1 0 886304850 167579648 4755 33554432000 4194304 5683644 140736014687200 18446744073709551615 274659884679 0 2147483391 16781312 2 18446744071699109054 0 0 17 3 0 0 0
/proc/20041/statm: 40913 4755 1311 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 163652

[startup+0.700201 s]
/proc/loadavg: 3.72 0.97 0.33 4/196 20041
/proc/meminfo: memFree=30555796/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=296912 CPUtime=0.58 cores=1,3
/proc/20041/stat : 20041 (python) R 20039 20041 19898 0 -1 4202496 13829 933 1 0 50 8 0 0 18 0 1 0 886304850 304037888 11498 33554432000 4194304 5683644 140736014687200 18446744073709551615 4962193 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20041/statm: 74228 11498 1761 364 0 10152 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 296912

[startup+1.50109 s]
/proc/loadavg: 3.72 0.97 0.33 5/197 20046
/proc/meminfo: memFree=30498020/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=327996 CPUtime=1.38 cores=1,3
/proc/20041/stat : 20041 (python) R 20039 20041 19898 0 -1 4202496 27466 933 1 0 128 10 0 0 19 0 1 0 886304850 335867904 19383 33554432000 4194304 5683644 140736014687200 18446744073709551615 4623672 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20041/statm: 81999 19383 1826 364 0 17923 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 327996

[startup+3.10082 s]
/proc/loadavg: 3.72 0.97 0.33 5/197 20046
/proc/meminfo: memFree=30483796/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=327996 CPUtime=2.96 cores=1,3
/proc/20041/stat : 20041 (python) R 20039 20041 19898 0 -1 4202496 27466 933 1 0 286 10 0 0 22 0 1 0 886304850 335867904 19383 33554432000 4194304 5683644 140736014687200 18446744073709551615 47301206910583 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20041/statm: 81999 19383 1826 364 0 17923 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 327996

[startup+6.30022 s]
/proc/loadavg: 3.90 1.05 0.36 5/197 20046
/proc/meminfo: memFree=30483300/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=327996 CPUtime=6.02 cores=1,3
/proc/20041/stat : 20041 (python) R 20039 20041 19898 0 -1 4202496 27467 933 1 0 591 11 0 0 25 0 1 0 886304850 335867904 19384 33554432000 4194304 5683644 140736014687200 18446744073709551615 274664463375 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20041/statm: 81999 19384 1827 364 0 17923 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 327996

[startup+12.7011 s]
/proc/loadavg: 3.99 1.12 0.38 5/197 20046
/proc/meminfo: memFree=30483860/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=334360 CPUtime=11.87 cores=1,3
/proc/20041/stat : 20041 (python) S 20039 20041 19898 0 -1 4202496 27753 933 1 0 1173 14 0 0 25 0 2 0 886304850 342384640 18452 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20041/statm: 83590 18452 1867 364 0 19508 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 334360

[startup+25.5009 s]
/proc/loadavg: 4.06 1.27 0.44 5/200 20096
/proc/meminfo: memFree=30471360/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=334360 CPUtime=11.87 cores=1,3
/proc/20041/stat : 20041 (python) S 20039 20041 19898 0 -1 4202496 27753 933 1 0 1173 14 0 0 25 0 2 0 886304850 342384640 18452 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20041/statm: 83590 18452 1867 364 0 19508 0
[pid=20047] ppid=20041 vsize=324116 CPUtime=0.01 cores=1,3
/proc/20047/stat : 20047 (python) S 20041 20041 19898 0 -1 4202560 870 0 0 0 0 1 0 0 15 0 1 0 886306114 331894784 16956 33554432000 4194304 5683644 140736014687200 18446744073709551615 274664828431 0 0 16781312 514 2923821320581906696 0 0 17 3 0 0 0
/proc/20047/statm: 81029 16956 375 364 0 16947 0
[pid=20049] ppid=20047 vsize=276244 CPUtime=12.7 cores=1,3
/proc/20049/stat : 20049 (hybridGM3) R 20047 20049 20049 0 -1 4202496 9512 0 0 0 1268 2 0 0 25 0 1 0 886306114 282873856 9247 33554432000 134512640 135204385 4287744464 18446744073709551615 134536843 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20049/statm: 69061 9247 64 169 0 68891 0
[pid=20041/tid=20048] ppid=20039 vsize=334360 CPUtime=0 cores=1,3
/proc/20041/task/20048/stat : 20048 (python) S 20039 20041 19898 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886306114 342384640 18452 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 934720

[startup+51.1005 s]
/proc/loadavg: 4.34 1.57 0.56 5/200 20097
/proc/meminfo: memFree=30471112/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=334360 CPUtime=11.87 cores=1,3
/proc/20041/stat : 20041 (python) S 20039 20041 19898 0 -1 4202496 27753 933 1 0 1173 14 0 0 25 0 2 0 886304850 342384640 18452 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20041/statm: 83590 18452 1867 364 0 19508 0
[pid=20047] ppid=20041 vsize=324116 CPUtime=0.04 cores=1,3
/proc/20047/stat : 20047 (python) S 20041 20041 19898 0 -1 4202560 886 0 0 0 2 2 0 0 15 0 1 0 886306114 331894784 16957 33554432000 4194304 5683644 140736014687200 18446744073709551615 274664828431 0 0 16781312 514 2923821320581906696 0 0 17 3 0 0 0
/proc/20047/statm: 81029 16957 376 364 0 16947 0
[pid=20049] ppid=20047 vsize=276244 CPUtime=37.53 cores=1,3
/proc/20049/stat : 20049 (hybridGM3) R 20047 20049 20049 0 -1 4202496 9512 0 0 0 3745 8 0 0 25 0 1 0 886306114 282873856 9247 33554432000 134512640 135204385 4287744464 18446744073709551615 134545968 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20049/statm: 69061 9247 64 169 0 68891 0
[pid=20041/tid=20048] ppid=20039 vsize=334360 CPUtime=0 cores=1,3
/proc/20041/task/20048/stat : 20048 (python) S 20039 20041 19898 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886306114 342384640 18452 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.44
Current children cumulated vsize (KiB) 934720

[startup+102.308 s]
/proc/loadavg: 4.87 2.14 0.81 5/204 20200
/proc/meminfo: memFree=30374824/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=334360 CPUtime=11.87 cores=1,3
/proc/20041/stat : 20041 (python) S 20039 20041 19898 0 -1 4202496 27753 933 1 0 1173 14 0 0 25 0 2 0 886304850 342384640 18452 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20041/statm: 83590 18452 1867 364 0 19508 0
[pid=20047] ppid=20041 vsize=324116 CPUtime=0.12 cores=1,3
/proc/20047/stat : 20047 (python) S 20041 20041 19898 0 -1 4202560 910 0 0 0 6 6 0 0 15 0 1 0 886306114 331894784 16957 33554432000 4194304 5683644 140736014687200 18446744073709551615 274664828431 0 0 16781312 514 2923821320581906696 0 0 17 3 0 0 0
/proc/20047/statm: 81029 16957 376 364 0 16947 0
[pid=20049] ppid=20047 vsize=276244 CPUtime=87.58 cores=1,3
/proc/20049/stat : 20049 (hybridGM3) R 20047 20049 20049 0 -1 4202496 9518 0 0 0 8740 18 0 0 25 0 1 0 886306114 282873856 9253 33554432000 134512640 135204385 4287744464 18446744073709551615 134537063 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20049/statm: 69061 9253 64 169 0 68891 0
[pid=20041/tid=20048] ppid=20039 vsize=334360 CPUtime=0 cores=1,3
/proc/20041/task/20048/stat : 20048 (python) S 20039 20041 19898 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886306114 342384640 18452 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.57
Current children cumulated vsize (KiB) 934720

[startup+162.301 s]
/proc/loadavg: 4.32 2.48 1.01 5/208 20206
/proc/meminfo: memFree=30333372/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=344616 CPUtime=11.88 cores=1,3
/proc/20041/stat : 20041 (python) S 20039 20041 19898 0 -1 4202496 28621 933 1 0 1173 15 0 0 20 0 3 0 886304850 352886784 18459 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20041/statm: 86154 18459 1870 364 0 22069 0
[pid=20047] ppid=20041 vsize=334360 CPUtime=0.13 cores=1,3
/proc/20047/stat : 20047 (python) S 20041 20041 19898 0 -1 4202560 1152 0 0 0 6 7 0 0 16 0 2 0 886306114 342384640 17001 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20047/statm: 83590 17001 415 364 0 19508 0
[pid=20049] ppid=20047 vsize=276244 CPUtime=98.33 cores=1,3
/proc/20049/stat : 20049 (hybridGM3) T 20047 20049 20049 0 -1 4202496 9518 0 0 0 9815 18 0 0 25 0 1 0 886306114 282873856 9253 33554432000 134512640 135204385 4287744464 18446744073709551615 134537297 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20049/statm: 69061 9253 64 169 0 68891 0
[pid=20047/tid=20203] ppid=20041 vsize=334360 CPUtime=0 cores=1,3
/proc/20047/task/20203/stat : 20203 (python) S 20041 20041 19898 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886316163 342384640 17001 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471143188288 0 0 -1 3 0 0 0
[pid=20204] ppid=20041 vsize=334372 CPUtime=0.06 cores=1,3
/proc/20204/stat : 20204 (python) S 20041 20041 19898 0 -1 4202560 906 0 0 0 3 3 0 0 15 0 1 0 886316164 342396928 16955 33554432000 4194304 5683644 140736014687200 18446744073709551615 274664828486 0 0 16781312 514 2923821320581906696 0 0 17 3 0 0 0
/proc/20204/statm: 83593 16955 370 364 0 19508 0
[pid=20206] ppid=20204 vsize=276236 CPUtime=49.07 cores=1,3
/proc/20206/stat : 20206 (hybridGM3) R 20204 20206 20206 0 -1 4202496 9512 0 0 0 4906 1 0 0 25 0 1 0 886316164 282865664 9248 33554432000 134512640 135204385 4290052672 18446744073709551615 134536641 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20206/statm: 69059 9248 64 169 0 68889 0
[pid=20041/tid=20048] ppid=20039 vsize=344616 CPUtime=0 cores=1,3
/proc/20041/task/20048/stat : 20048 (python) S 20039 20041 19898 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 3 0 886306114 352886784 18459 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
[pid=20041/tid=20205] ppid=20039 vsize=344616 CPUtime=0 cores=1,3
/proc/20041/task/20205/stat : 20205 (python) S 20039 20041 19898 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886316164 352886784 18459 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 159.47
Current children cumulated vsize (KiB) 1565828

[startup+222.301 s]
/proc/loadavg: 4.11 2.75 1.19 5/224 20224
/proc/meminfo: memFree=30195708/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=354872 CPUtime=11.89 cores=1,3
/proc/20041/stat : 20041 (python) S 20039 20041 19898 0 -1 4202496 29462 933 1 0 1174 15 0 0 20 0 4 0 886304850 363388928 18465 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20041/statm: 88718 18465 1872 364 0 24630 0
[pid=20047] ppid=20041 vsize=334360 CPUtime=0.13 cores=1,3
/proc/20047/stat : 20047 (python) S 20041 20041 19898 0 -1 4202560 1152 0 0 0 6 7 0 0 16 0 2 0 886306114 342384640 17001 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20047/statm: 83590 17001 415 364 0 19508 0
[pid=20049] ppid=20047 vsize=276244 CPUtime=98.33 cores=1,3
/proc/20049/stat : 20049 (hybridGM3) T 20047 20049 20049 0 -1 4202496 9518 0 0 0 9815 18 0 0 25 0 1 0 886306114 282873856 9253 33554432000 134512640 135204385 4287744464 18446744073709551615 134537297 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20049/statm: 69061 9253 64 169 0 68891 0
[pid=20047/tid=20203] ppid=20041 vsize=334360 CPUtime=0 cores=1,3
/proc/20047/task/20203/stat : 20203 (python) S 20041 20041 19898 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886316163 342384640 17001 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471143188288 0 0 -1 3 0 0 0
[pid=20204] ppid=20041 vsize=334372 CPUtime=0.12 cores=1,3
/proc/20204/stat : 20204 (python) S 20041 20041 19898 0 -1 4202560 1081 0 0 0 6 6 0 0 16 0 2 0 886316164 342396928 16985 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20204/statm: 83593 16985 399 364 0 19508 0
[pid=20206] ppid=20204 vsize=276236 CPUtime=100.28 cores=1,3
/proc/20206/stat : 20206 (hybridGM3) T 20204 20206 20206 0 -1 4202496 9512 0 0 0 10027 1 0 0 25 0 1 0 886316164 282865664 9248 33554432000 134512640 135204385 4290052672 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20206/statm: 69059 9248 64 169 0 68889 0
[pid=20204/tid=20221] ppid=20041 vsize=334372 CPUtime=0 cores=1,3
/proc/20204/task/20221/stat : 20221 (python) S 20041 20041 19898 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886326201 342396928 16985 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471131485504 0 0 -1 1 0 0 0

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

[pid=20047] ppid=20041 vsize=334360 CPUtime=0.27 cores=1,3
/proc/20047/stat : 20047 (python) S 20041 20041 19898 0 -1 4202560 1207 0 0 0 13 14 0 0 15 0 2 0 886306114 342384640 17002 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20047/statm: 83590 17002 416 364 0 19508 0
[pid=20049] ppid=20047 vsize=276244 CPUtime=194.46 cores=1,3
/proc/20049/stat : 20049 (hybridGM3) T 20047 20049 20049 0 -1 4202496 9518 0 0 0 19428 18 0 0 25 0 1 0 886306114 282873856 9253 33554432000 134512640 135204385 4287744464 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20049/statm: 69061 9253 64 169 0 68891 0
[pid=20047/tid=20203] ppid=20041 vsize=334360 CPUtime=0 cores=1,3
/proc/20047/task/20203/stat : 20203 (python) S 20041 20041 19898 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886316163 342384640 17002 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471143188288 0 0 -1 3 0 0 0
[pid=20204] ppid=20041 vsize=334372 CPUtime=0.28 cores=1,3
/proc/20204/stat : 20204 (python) S 20041 20041 19898 0 -1 4202560 1116 0 0 0 15 13 0 0 15 0 2 0 886316164 342396928 16985 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20204/statm: 83593 16985 399 364 0 19508 0
[pid=20206] ppid=20204 vsize=276236 CPUtime=196.42 cores=1,3
/proc/20206/stat : 20206 (hybridGM3) T 20204 20206 20206 0 -1 4202496 9514 0 0 0 19641 1 0 0 25 0 1 0 886316164 282865664 9250 33554432000 134512640 135204385 4290052672 18446744073709551615 134546089 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20206/statm: 69059 9250 64 169 0 68889 0
[pid=20204/tid=20221] ppid=20041 vsize=334372 CPUtime=0 cores=1,3
/proc/20204/task/20221/stat : 20221 (python) S 20041 20041 19898 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886326201 342396928 16985 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471131485504 0 0 -1 1 0 0 0
[pid=20222] ppid=20041 vsize=344628 CPUtime=0.28 cores=1,3
/proc/20222/stat : 20222 (python) S 20041 20041 19898 0 -1 4202560 1116 0 0 0 13 15 0 0 15 0 2 0 886326202 352899072 16989 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20222/statm: 86157 16989 399 364 0 22069 0
[pid=20224] ppid=20222 vsize=276240 CPUtime=196.13 cores=1,3
/proc/20224/stat : 20224 (hybridGM3) T 20222 20224 20224 0 -1 4202496 9516 0 0 0 19606 7 0 0 25 0 1 0 886326202 282869760 9252 33554432000 134512640 135204385 4293968448 18446744073709551615 134546073 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20224/statm: 69060 9252 64 169 0 68890 0
[pid=20222/tid=20236] ppid=20041 vsize=344628 CPUtime=0 cores=1,3
/proc/20222/task/20236/stat : 20236 (python) S 20041 20041 19898 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886336226 352899072 16989 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471163904128 0 0 -1 1 0 0 0
[pid=20248] ppid=20041 vsize=354884 CPUtime=2 cores=1,3
/proc/20248/stat : 20248 (python) S 20041 20041 19898 0 -1 4202560 1079 0 0 0 12 188 0 0 19 0 2 0 886355455 363401216 16993 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20248/statm: 88721 16993 399 364 0 24630 0
[pid=20250] ppid=20248 vsize=471116 CPUtime=102.72 cores=1,3
/proc/20250/stat : 20250 (TNM) T 20248 20250 20250 0 -1 4202496 8430 0 0 0 10252 20 0 0 25 0 1 0 886355455 482422784 8171 33554432000 134512640 135008748 4292088816 18446744073709551615 134529183 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20250/statm: 117779 8171 46 122 0 116679 0
[pid=20248/tid=20348] ppid=20041 vsize=354884 CPUtime=0.37 cores=1,3
/proc/20248/task/20348/stat : 20348 (python) S 20041 20041 19898 0 -1 4202560 47 0 0 0 1 36 0 0 21 0 2 0 886365780 363401216 16993 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604466066993280 0 0 -1 1 0 0 0
[pid=20361] ppid=20041 vsize=365140 CPUtime=0.29 cores=1,3
/proc/20361/stat : 20361 (python) S 20041 20041 19898 0 -1 4202560 1124 0 0 0 14 15 0 0 15 0 2 0 886375395 373903360 16997 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20361/statm: 91285 16997 399 364 0 27191 0
[pid=20363] ppid=20361 vsize=276240 CPUtime=195.38 cores=1,3
/proc/20363/stat : 20363 (hybridGM3) T 20361 20363 20363 0 -1 4202496 9516 0 0 0 19537 1 0 0 25 0 1 0 886375395 282869760 9253 33554432000 134512640 135204385 4287770432 18446744073709551615 134537401 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20363/statm: 69060 9253 64 169 0 68890 0
[pid=20361/tid=20374] ppid=20041 vsize=365140 CPUtime=0 cores=1,3
/proc/20361/task/20374/stat : 20374 (python) S 20041 20041 19898 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886385422 373903360 16997 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604456654491840 0 0 -1 3 0 0 0
[pid=20381] ppid=20041 vsize=375396 CPUtime=0.31 cores=1,3
/proc/20381/stat : 20381 (python) S 20041 20041 19898 0 -1 4202560 1121 0 0 0 16 15 0 0 15 0 2 0 886394936 384405504 17001 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20381/statm: 93849 17001 399 364 0 29752 0
[pid=20383] ppid=20381 vsize=276240 CPUtime=194.4 cores=1,3
/proc/20383/stat : 20383 (hybridGM3) T 20381 20383 20383 0 -1 4202496 9517 0 0 0 19439 1 0 0 25 0 1 0 886394936 282869760 9256 33554432000 134512640 135204385 4288708416 18446744073709551615 134537274 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20383/statm: 69060 9256 64 169 0 68890 0
[pid=20381/tid=20395] ppid=20041 vsize=375396 CPUtime=0 cores=1,3
/proc/20381/task/20395/stat : 20395 (python) S 20041 20041 19898 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886404863 384405504 17001 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471147831552 0 0 -1 3 0 0 0
[pid=20407] ppid=20041 vsize=385652 CPUtime=0.51 cores=1,3
/proc/20407/stat : 20407 (python) S 20041 20041 19898 0 -1 4202560 926 0 0 0 25 26 0 0 15 0 1 0 886414379 394907648 16975 33554432000 4194304 5683644 140736014687200 18446744073709551615 274664828486 0 0 16781312 514 2923821320581906694 0 0 17 3 0 0 0
/proc/20407/statm: 96413 16975 370 364 0 32313 0
[pid=20409] ppid=20407 vsize=276240 CPUtime=85.73 cores=1,3
/proc/20409/stat : 20409 (hybridGM3) R 20407 20409 20409 0 -1 4202496 9521 0 0 0 8566 7 0 0 25 0 1 0 886414379 282869760 9257 33554432000 134512640 135204385 4290676160 18446744073709551615 134545842 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20409/statm: 69060 9257 64 169 0 68890 0
[pid=20041/tid=20048] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20048/stat : 20048 (python) S 20039 20041 19898 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 886306114 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
[pid=20041/tid=20205] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20205/stat : 20205 (python) S 20039 20041 19898 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 886316164 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
[pid=20041/tid=20223] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20223/stat : 20223 (python) S 20039 20041 19898 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 886326202 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
[pid=20041/tid=20249] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20249/stat : 20249 (python) S 20039 20041 19898 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886355455 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 1 0 0 0
[pid=20041/tid=20362] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20362/stat : 20362 (python) S 20039 20041 19898 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 8 0 886375395 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 1 0 0 0
[pid=20041/tid=20382] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20382/stat : 20382 (python) S 20039 20041 19898 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 886394936 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 1 0 0 0
[pid=20041/tid=20408] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20408/stat : 20408 (python) S 20039 20041 19898 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886414379 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1181.14
Current children cumulated vsize (KiB) 5018884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.2 s]
/proc/loadavg: 4.30 4.06 3.06 5/272 20469
/proc/meminfo: memFree=30010556/32951132 swapFree=67054616/67111528
[pid=20041] ppid=20039 vsize=395896 CPUtime=11.96 cores=1,3
/proc/20041/stat : 20041 (python) S 20039 20041 19898 0 -1 4202496 33212 933 1 0 1180 16 0 0 20 0 8 0 886304850 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20041/statm: 98974 18497 1888 364 0 34874 0
[pid=20047] ppid=20041 vsize=334360 CPUtime=0.27 cores=1,3
/proc/20047/stat : 20047 (python) S 20041 20041 19898 0 -1 4202560 1207 0 0 0 13 14 0 0 15 0 2 0 886306114 342384640 17002 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20047/statm: 83590 17002 416 364 0 19508 0
[pid=20049] ppid=20047 vsize=276244 CPUtime=194.46 cores=1,3
/proc/20049/stat : 20049 (hybridGM3) T 20047 20049 20049 0 -1 4202496 9518 0 0 0 19428 18 0 0 25 0 1 0 886306114 282873856 9253 33554432000 134512640 135204385 4287744464 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20049/statm: 69061 9253 64 169 0 68891 0
[pid=20047/tid=20203] ppid=20041 vsize=334360 CPUtime=0 cores=1,3
/proc/20047/task/20203/stat : 20203 (python) S 20041 20041 19898 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886316163 342384640 17002 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471143188288 0 0 -1 3 0 0 0
[pid=20204] ppid=20041 vsize=334372 CPUtime=0.28 cores=1,3
/proc/20204/stat : 20204 (python) S 20041 20041 19898 0 -1 4202560 1116 0 0 0 15 13 0 0 15 0 2 0 886316164 342396928 16985 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20204/statm: 83593 16985 399 364 0 19508 0
[pid=20206] ppid=20204 vsize=276236 CPUtime=196.42 cores=1,3
/proc/20206/stat : 20206 (hybridGM3) T 20204 20206 20206 0 -1 4202496 9514 0 0 0 19641 1 0 0 25 0 1 0 886316164 282865664 9250 33554432000 134512640 135204385 4290052672 18446744073709551615 134546089 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20206/statm: 69059 9250 64 169 0 68889 0
[pid=20204/tid=20221] ppid=20041 vsize=334372 CPUtime=0 cores=1,3
/proc/20204/task/20221/stat : 20221 (python) S 20041 20041 19898 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886326201 342396928 16985 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471131485504 0 0 -1 1 0 0 0
[pid=20222] ppid=20041 vsize=344628 CPUtime=0.28 cores=1,3
/proc/20222/stat : 20222 (python) S 20041 20041 19898 0 -1 4202560 1116 0 0 0 13 15 0 0 15 0 2 0 886326202 352899072 16989 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20222/statm: 86157 16989 399 364 0 22069 0
[pid=20224] ppid=20222 vsize=276240 CPUtime=196.13 cores=1,3
/proc/20224/stat : 20224 (hybridGM3) T 20222 20224 20224 0 -1 4202496 9516 0 0 0 19606 7 0 0 25 0 1 0 886326202 282869760 9252 33554432000 134512640 135204385 4293968448 18446744073709551615 134546073 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20224/statm: 69060 9252 64 169 0 68890 0
[pid=20222/tid=20236] ppid=20041 vsize=344628 CPUtime=0 cores=1,3
/proc/20222/task/20236/stat : 20236 (python) S 20041 20041 19898 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886336226 352899072 16989 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471163904128 0 0 -1 1 0 0 0
[pid=20248] ppid=20041 vsize=354884 CPUtime=2 cores=1,3
/proc/20248/stat : 20248 (python) S 20041 20041 19898 0 -1 4202560 1079 0 0 0 12 188 0 0 19 0 2 0 886355455 363401216 16993 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20248/statm: 88721 16993 399 364 0 24630 0
[pid=20250] ppid=20248 vsize=471116 CPUtime=102.72 cores=1,3
/proc/20250/stat : 20250 (TNM) T 20248 20250 20250 0 -1 4202496 8430 0 0 0 10252 20 0 0 25 0 1 0 886355455 482422784 8171 33554432000 134512640 135008748 4292088816 18446744073709551615 134529183 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20250/statm: 117779 8171 46 122 0 116679 0
[pid=20248/tid=20348] ppid=20041 vsize=354884 CPUtime=0.37 cores=1,3
/proc/20248/task/20348/stat : 20348 (python) S 20041 20041 19898 0 -1 4202560 47 0 0 0 1 36 0 0 21 0 2 0 886365780 363401216 16993 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604466066993280 0 0 -1 1 0 0 0
[pid=20361] ppid=20041 vsize=365140 CPUtime=0.29 cores=1,3
/proc/20361/stat : 20361 (python) S 20041 20041 19898 0 -1 4202560 1124 0 0 0 14 15 0 0 15 0 2 0 886375395 373903360 16997 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20361/statm: 91285 16997 399 364 0 27191 0
[pid=20363] ppid=20361 vsize=276240 CPUtime=195.38 cores=1,3
/proc/20363/stat : 20363 (hybridGM3) T 20361 20363 20363 0 -1 4202496 9516 0 0 0 19537 1 0 0 25 0 1 0 886375395 282869760 9253 33554432000 134512640 135204385 4287770432 18446744073709551615 134537401 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20363/statm: 69060 9253 64 169 0 68890 0
[pid=20361/tid=20374] ppid=20041 vsize=365140 CPUtime=0 cores=1,3
/proc/20361/task/20374/stat : 20374 (python) S 20041 20041 19898 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886385422 373903360 16997 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604456654491840 0 0 -1 3 0 0 0
[pid=20381] ppid=20041 vsize=375396 CPUtime=0.31 cores=1,3
/proc/20381/stat : 20381 (python) S 20041 20041 19898 0 -1 4202560 1121 0 0 0 16 15 0 0 15 0 2 0 886394936 384405504 17001 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20381/statm: 93849 17001 399 364 0 29752 0
[pid=20383] ppid=20381 vsize=276240 CPUtime=194.4 cores=1,3
/proc/20383/stat : 20383 (hybridGM3) T 20381 20383 20383 0 -1 4202496 9517 0 0 0 19439 1 0 0 25 0 1 0 886394936 282869760 9256 33554432000 134512640 135204385 4288708416 18446744073709551615 134537274 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20383/statm: 69060 9256 64 169 0 68890 0
[pid=20381/tid=20395] ppid=20041 vsize=375396 CPUtime=0 cores=1,3
/proc/20381/task/20395/stat : 20395 (python) S 20041 20041 19898 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886404863 384405504 17001 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 514 18446604471147831552 0 0 -1 3 0 0 0
[pid=20407] ppid=20041 vsize=385652 CPUtime=0.55 cores=1,3
/proc/20407/stat : 20407 (python) S 20041 20041 19898 0 -1 4202560 934 0 0 0 27 28 0 0 15 0 1 0 886414379 394907648 16975 33554432000 4194304 5683644 140736014687200 18446744073709551615 274664828486 0 0 16781312 514 2923821320581906694 0 0 17 3 0 0 0
/proc/20407/statm: 96413 16975 370 364 0 32313 0
[pid=20409] ppid=20407 vsize=276240 CPUtime=104.63 cores=1,3
/proc/20409/stat : 20409 (hybridGM3) R 20407 20409 20409 0 -1 4202496 9521 0 0 0 10454 9 0 0 25 0 1 0 886414379 282869760 9257 33554432000 134512640 135204385 4290676160 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20409/statm: 69060 9257 64 169 0 68890 0
[pid=20041/tid=20048] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20048/stat : 20048 (python) S 20039 20041 19898 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 886306114 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
[pid=20041/tid=20205] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20205/stat : 20205 (python) S 20039 20041 19898 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 886316164 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
[pid=20041/tid=20223] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20223/stat : 20223 (python) S 20039 20041 19898 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 886326202 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 3 0 0 0
[pid=20041/tid=20249] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20249/stat : 20249 (python) S 20039 20041 19898 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886355455 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 1 0 0 0
[pid=20041/tid=20362] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20362/stat : 20362 (python) S 20039 20041 19898 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 8 0 886375395 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 1 0 0 0
[pid=20041/tid=20382] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20382/stat : 20382 (python) S 20039 20041 19898 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 886394936 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 1 0 0 0
[pid=20041/tid=20408] ppid=20039 vsize=395896 CPUtime=0 cores=1,3
/proc/20041/task/20408/stat : 20408 (python) S 20039 20041 19898 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886414379 405397504 18497 33554432000 4194304 5683644 140736014687200 18446744073709551615 274676631985 0 0 16781312 2 18446604471099699328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 5018884

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 20041 and gives
#  childrusage.ru_utime.tv_sec=117
#  childrusage.ru_utime.tv_usec=520134
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=205512
# CPU time returned by wait4() is 120.726
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.25
CPU time (s): 1200.08
CPU user time (s): 1196.47
CPU system time (s): 3.61
CPU usage (%): 99.9022
Max. virtual memory (cumulated for all children) (KiB): 5018884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.52
system time used= 3.20551
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52736
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= 2363
involuntary context switches= 642

runsolver used 2.99654 second user time and 6.02008 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 01:04:12
IDJOB=3484072
IDBENCH=82583
IDSOLVER=1975
FILE ID=node131/3484072-1307747051
RUNJOBID= node131-1307747008-19918
PBS_JOBID= 13550827
Free space on /tmp= 73972 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S874492400-019-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-3484072-1307747051/watcher-3484072-1307747051 -o /tmp/evaluation-result-3484072-1307747051/solver-3484072-1307747051 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484072-1307747051.cnf -seed 693387542 -budget 1200

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

MD5SUM BENCH= ec4818cc72441ba3110ddbe772c6ebb9
RANDOM SEED=693387542

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30556100 kB
Buffers:        245804 kB
Cached:        1693232 kB
SwapCached:       9824 kB
Active:         739420 kB
Inactive:      1396368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30556100 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           63672 kB
Writeback:           0 kB
AnonPages:      194864 kB
Mapped:          20196 kB
Slab:           188448 kB
PageTables:       9192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1302604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73936 MiB
End job on node131 at 2011-06-11 01:24:15