Trace number 3484074

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.03 1198.65

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1401248878-094-UNKNOWN.cnf
MD5SUM56bd5db172bed91bc72714a8bad8639b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark316.613
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.37/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.51	c INFO: solving HOME/instance-3484074-1307747064.cnf
0.37/0.51	c INFO: computing task features
1.17/1.30	c INFO: computed variable-clause graph statistics
1.17/1.33	c INFO: computed clause balance statistics
5.07/5.24	c INFO: computed variable balance statistics
8.17/8.38	c INFO: computed small-clause counts
8.27/8.40	c INFO: computed Horn-clause counts
11.57/11.75	c INFO: computed variable graph statistics
11.57/11.75	c INFO: collected features for HOME/instance-3484074-1307747064.cnf in 11.17 s
11.57/11.76	c INFO: running hybridGM3@0 for 97 with 1188 remaining (b = 0.35)
111.95/112.14	c INFO: running hybridGM3@0 for 97 with 1088 remaining (b = 0.21)
211.46/211.53	c INFO: running hybridGM3@0 for 97 with 989 remaining (b = 0.14)
311.85/311.92	c INFO: running hybridGM3@100 for 97 with 889 remaining (b = 0.10)
408.98/409.06	c INFO: running hybridGM3@99 for 97 with 791 remaining (b = 0.10)
502.14/507.26	c INFO: running TNM@0 for 97 with 693 remaining (b = 0.13)
604.91/607.41	c INFO: running hybridGM3@100 for 97 with 593 remaining (b = 0.09)
705.56/704.55	c INFO: running hybridGM3@0 for 97 with 496 remaining (b = 0.10)
805.99/804.93	c INFO: running hybridGM3@100 for 97 with 396 remaining (b = 0.07)
866.50/865.43	c INFO: running hybridGM3@0 for 97 with 337 remaining (b = 0.07)
967.04/965.85	c INFO: running hybridGM3@100 for 97 with 237 remaining (b = 0.05)
1061.41/1060.01	c INFO: running hybridGM3@0 for 143 with 143 remaining (b = 0.05)

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

running on 2 cores: 0,2

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.62 1.02 0.35 5/196 12949
/proc/meminfo: memFree=31330464/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=15380 CPUtime=0 cores=0,2
/proc/12949/stat : 12949 (python) S 12947 12949 12804 0 -1 4202496 792 0 0 0 0 0 0 0 19 0 1 0 886305123 15749120 679 33554432000 4194304 5683644 140734314934784 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 0 0 0 0
/proc/12949/statm: 3845 679 322 364 0 332 0

[startup+0.0803269 s]
/proc/loadavg: 3.62 1.02 0.35 5/196 12949
/proc/meminfo: memFree=31330464/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=84524 CPUtime=0.05 cores=0,2
/proc/12949/stat : 12949 (python) R 12947 12949 12804 0 -1 4202496 2205 0 0 0 5 0 0 0 17 0 1 0 886305123 86552576 1953 33554432000 4194304 5683644 140734314934784 18446744073709551615 242965581985 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12949/statm: 21131 1954 576 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100319 s]
/proc/loadavg: 3.62 1.02 0.35 5/196 12949
/proc/meminfo: memFree=31330464/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=99380 CPUtime=0.06 cores=0,2
/proc/12949/stat : 12949 (python) R 12947 12949 12804 0 -1 4202496 2869 0 0 0 5 1 0 0 17 0 1 0 886305123 101765120 2566 33554432000 4194304 5683644 140734314934784 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12949/statm: 24845 2566 818 364 0 1696 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99380

[startup+0.300288 s]
/proc/loadavg: 3.62 1.02 0.35 5/196 12949
/proc/meminfo: memFree=31330464/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=135896 CPUtime=0.22 cores=0,2
/proc/12949/stat : 12949 (python) R 12947 12949 12804 0 -1 4202496 6063 935 1 0 18 4 0 0 17 0 1 0 886305123 139157504 4190 33554432000 4194304 5683644 140734314934784 18446744073709551615 5291531 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12949/statm: 33974 4190 1032 364 0 3160 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135896

[startup+0.700217 s]
/proc/loadavg: 3.62 1.02 0.35 5/196 12949
/proc/meminfo: memFree=31330464/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=293652 CPUtime=0.57 cores=0,2
/proc/12949/stat : 12949 (python) R 12947 12949 12804 0 -1 4202496 13023 935 1 0 49 8 0 0 17 0 1 0 886305123 300699648 10694 33554432000 4194304 5683644 140734314934784 18446744073709551615 242970211013 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12949/statm: 73413 10694 1761 364 0 9337 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 293652

[startup+1.50108 s]
/proc/loadavg: 3.62 1.02 0.35 5/197 12954
/proc/meminfo: memFree=31275496/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=328000 CPUtime=1.37 cores=0,2
/proc/12949/stat : 12949 (python) R 12947 12949 12804 0 -1 4202496 27466 935 1 0 127 10 0 0 18 0 1 0 886305123 335872000 19385 33554432000 4194304 5683644 140734314934784 18446744073709551615 4529349 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12949/statm: 82000 19385 1826 364 0 17924 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 328000

[startup+3.1008 s]
/proc/loadavg: 3.65 1.07 0.37 6/197 12954
/proc/meminfo: memFree=31258344/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=328000 CPUtime=2.97 cores=0,2
/proc/12949/stat : 12949 (python) R 12947 12949 12804 0 -1 4202496 27466 935 1 0 287 10 0 0 21 0 1 0 886305123 335872000 19385 33554432000 4194304 5683644 140734314934784 18446744073709551615 242970236682 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12949/statm: 82000 19385 1826 364 0 17924 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 328000

[startup+6.30025 s]
/proc/loadavg: 3.65 1.07 0.37 5/197 12954
/proc/meminfo: memFree=31258644/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=328000 CPUtime=6.17 cores=0,2
/proc/12949/stat : 12949 (python) R 12947 12949 12804 0 -1 4202496 27467 935 1 0 606 11 0 0 25 0 1 0 886305123 335872000 19386 33554432000 4194304 5683644 140734314934784 18446744073709551615 4619873 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12949/statm: 82000 19386 1827 364 0 17924 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 328000

[startup+12.7012 s]
/proc/loadavg: 4.01 1.23 0.43 5/200 12957
/proc/meminfo: memFree=31246144/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=334364 CPUtime=11.63 cores=0,2
/proc/12949/stat : 12949 (python) S 12947 12949 12804 0 -1 4202496 27751 935 1 0 1149 14 0 0 20 0 2 0 886305123 342388736 18454 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12949/statm: 83591 18454 1867 364 0 19509 0
[pid=12955] ppid=12949 vsize=324120 CPUtime=0 cores=0,2
/proc/12955/stat : 12955 (python) S 12949 12949 12804 0 -1 4202560 705 0 0 0 0 0 0 0 19 0 1 0 886306299 331898880 16929 33554432000 4194304 5683644 140734314934784 18446744073709551615 242970570255 0 0 16781312 514 3526797624717869055 0 0 17 0 0 0 0
/proc/12955/statm: 81030 16929 346 364 0 16948 0
[pid=12957] ppid=12955 vsize=268420 CPUtime=0.92 cores=0,2
/proc/12957/stat : 12957 (hybridGM3) R 12955 12957 12957 0 -1 4202496 4456 0 0 0 92 0 0 0 23 0 1 0 886306300 274862080 4192 33554432000 134512640 135204385 4293844048 18446744073709551615 134543975 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12957/statm: 67105 4192 57 169 0 66935 0
[pid=12949/tid=12956] ppid=12947 vsize=334364 CPUtime=0 cores=0,2
/proc/12949/task/12956/stat : 12956 (python) S 12947 12949 12804 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886306300 342388736 18454 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 926904

[startup+25.5009 s]
/proc/loadavg: 4.01 1.32 0.46 5/200 12957
/proc/meminfo: memFree=31224460/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=334364 CPUtime=11.63 cores=0,2
/proc/12949/stat : 12949 (python) S 12947 12949 12804 0 -1 4202496 27751 935 1 0 1149 14 0 0 20 0 2 0 886305123 342388736 18454 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12949/statm: 83591 18454 1867 364 0 19509 0
[pid=12955] ppid=12949 vsize=324120 CPUtime=0 cores=0,2
/proc/12955/stat : 12955 (python) S 12949 12949 12804 0 -1 4202560 869 0 0 0 0 0 0 0 15 0 1 0 886306299 331898880 16959 33554432000 4194304 5683644 140734314934784 18446744073709551615 242970570255 0 0 16781312 514 13962179191639081217 0 0 17 0 0 0 0
/proc/12955/statm: 81030 16959 376 364 0 16948 0
[pid=12957] ppid=12955 vsize=276240 CPUtime=13.71 cores=0,2
/proc/12957/stat : 12957 (hybridGM3) R 12955 12957 12957 0 -1 4202496 9512 0 0 0 1370 1 0 0 25 0 1 0 886306300 282869760 9248 33554432000 134512640 135204385 4293844048 18446744073709551615 134547418 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12957/statm: 69060 9248 64 169 0 68890 0
[pid=12949/tid=12956] ppid=12947 vsize=334364 CPUtime=0 cores=0,2
/proc/12949/task/12956/stat : 12956 (python) S 12947 12949 12804 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886306300 342388736 18454 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 934724

[startup+51.1005 s]
/proc/loadavg: 4.08 1.55 0.56 5/200 12959
/proc/meminfo: memFree=31223812/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=334364 CPUtime=11.63 cores=0,2
/proc/12949/stat : 12949 (python) S 12947 12949 12804 0 -1 4202496 27751 935 1 0 1149 14 0 0 20 0 2 0 886305123 342388736 18454 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12949/statm: 83591 18454 1867 364 0 19509 0
[pid=12955] ppid=12949 vsize=324120 CPUtime=0.04 cores=0,2
/proc/12955/stat : 12955 (python) S 12949 12949 12804 0 -1 4202560 881 0 0 0 2 2 0 0 15 0 1 0 886306299 331898880 16959 33554432000 4194304 5683644 140734314934784 18446744073709551615 242970570255 0 0 16781312 514 13962179191639081217 0 0 17 0 0 0 0
/proc/12955/statm: 81030 16959 376 364 0 16948 0
[pid=12957] ppid=12955 vsize=276240 CPUtime=39.27 cores=0,2
/proc/12957/stat : 12957 (hybridGM3) R 12955 12957 12957 0 -1 4202496 9512 0 0 0 3926 1 0 0 25 0 1 0 886306300 282869760 9248 33554432000 134512640 135204385 4293844048 18446744073709551615 134536737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12957/statm: 69060 9248 64 169 0 68890 0
[pid=12949/tid=12956] ppid=12947 vsize=334364 CPUtime=0 cores=0,2
/proc/12949/task/12956/stat : 12956 (python) S 12947 12949 12804 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886306300 342388736 18454 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 934724

[startup+102.308 s]
/proc/loadavg: 4.03 1.96 0.76 5/212 12973
/proc/meminfo: memFree=31143532/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=334364 CPUtime=11.63 cores=0,2
/proc/12949/stat : 12949 (python) S 12947 12949 12804 0 -1 4202496 27751 935 1 0 1149 14 0 0 20 0 2 0 886305123 342388736 18454 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12949/statm: 83591 18454 1867 364 0 19509 0
[pid=12955] ppid=12949 vsize=324120 CPUtime=0.11 cores=0,2
/proc/12955/stat : 12955 (python) S 12949 12949 12804 0 -1 4202560 909 0 0 0 6 5 0 0 15 0 1 0 886306299 331898880 16959 33554432000 4194304 5683644 140734314934784 18446744073709551615 242970570255 0 0 16781312 514 13962179191639081217 0 0 17 0 0 0 0
/proc/12955/statm: 81030 16959 376 364 0 16948 0
[pid=12957] ppid=12955 vsize=276240 CPUtime=90.41 cores=0,2
/proc/12957/stat : 12957 (hybridGM3) R 12955 12957 12957 0 -1 4202496 9512 0 0 0 9040 1 0 0 25 0 1 0 886306300 282869760 9248 33554432000 134512640 135204385 4293844048 18446744073709551615 134546082 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12957/statm: 69060 9248 64 169 0 68890 0
[pid=12949/tid=12956] ppid=12947 vsize=334364 CPUtime=0 cores=0,2
/proc/12949/task/12956/stat : 12956 (python) S 12947 12949 12804 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886306300 342388736 18454 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 934724

[startup+162.301 s]
/proc/loadavg: 4.06 2.32 0.95 5/220 12984
/proc/meminfo: memFree=31094080/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=344620 CPUtime=11.65 cores=0,2
/proc/12949/stat : 12949 (python) S 12947 12949 12804 0 -1 4202496 28623 935 1 0 1150 15 0 0 20 0 3 0 886305123 352890880 18461 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12949/statm: 86155 18461 1870 364 0 22070 0
[pid=12955] ppid=12949 vsize=334364 CPUtime=0.14 cores=0,2
/proc/12955/stat : 12955 (python) S 12949 12949 12804 0 -1 4202560 1154 0 0 0 8 6 0 0 16 0 2 0 886306299 342388736 17003 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12955/statm: 83591 17003 415 364 0 19509 0
[pid=12957] ppid=12955 vsize=276240 CPUtime=100.22 cores=0,2
/proc/12957/stat : 12957 (hybridGM3) T 12955 12957 12957 0 -1 4202496 9512 0 0 0 10021 1 0 0 25 0 1 0 886306300 282869760 9248 33554432000 134512640 135204385 4293844048 18446744073709551615 134547418 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12957/statm: 69060 9248 64 169 0 68890 0
[pid=12955/tid=12974] ppid=12949 vsize=334364 CPUtime=0 cores=0,2
/proc/12955/task/12974/stat : 12974 (python) S 12949 12949 12804 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886316337 342388736 17003 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604453733839808 0 0 -1 0 0 0 0
[pid=12975] ppid=12949 vsize=334376 CPUtime=0.06 cores=0,2
/proc/12975/stat : 12975 (python) S 12949 12949 12804 0 -1 4202560 908 0 0 0 4 2 0 0 15 0 1 0 886316338 342401024 16957 33554432000 4194304 5683644 140734314934784 18446744073709551615 242970570310 0 0 16781312 514 13962179191639081220 0 0 17 2 0 0 0
/proc/12975/statm: 83594 16957 370 364 0 19509 0
[pid=12977] ppid=12975 vsize=276236 CPUtime=50.14 cores=0,2
/proc/12977/stat : 12977 (hybridGM3) R 12975 12977 12977 0 -1 4202496 9512 0 0 0 5013 1 0 0 25 0 1 0 886316339 282865664 9251 33554432000 134512640 135204385 4287135840 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12977/statm: 69059 9251 64 169 0 68889 0
[pid=12949/tid=12956] ppid=12947 vsize=344620 CPUtime=0 cores=0,2
/proc/12949/task/12956/stat : 12956 (python) S 12947 12949 12804 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886306300 352890880 18461 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=12976] ppid=12947 vsize=344620 CPUtime=0 cores=0,2
/proc/12949/task/12976/stat : 12976 (python) S 12947 12949 12804 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 3 0 886316338 352890880 18461 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1565836

[startup+222.301 s]
/proc/loadavg: 4.02 2.62 1.14 5/232 12998
/proc/meminfo: memFree=30977716/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=354876 CPUtime=11.65 cores=0,2
/proc/12949/stat : 12949 (python) S 12947 12949 12804 0 -1 4202496 29464 935 1 0 1150 15 0 0 20 0 4 0 886305123 363393024 18467 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12949/statm: 88719 18467 1872 364 0 24631 0
[pid=12955] ppid=12949 vsize=334364 CPUtime=0.14 cores=0,2
/proc/12955/stat : 12955 (python) S 12949 12949 12804 0 -1 4202560 1154 0 0 0 8 6 0 0 16 0 2 0 886306299 342388736 17003 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12955/statm: 83591 17003 415 364 0 19509 0
[pid=12957] ppid=12955 vsize=276240 CPUtime=100.22 cores=0,2
/proc/12957/stat : 12957 (hybridGM3) T 12955 12957 12957 0 -1 4202496 9512 0 0 0 10021 1 0 0 25 0 1 0 886306300 282869760 9248 33554432000 134512640 135204385 4293844048 18446744073709551615 134547418 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12957/statm: 69060 9248 64 169 0 68890 0
[pid=12955/tid=12974] ppid=12949 vsize=334364 CPUtime=0 cores=0,2
/proc/12955/task/12974/stat : 12974 (python) S 12949 12949 12804 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886316337 342388736 17003 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604453733839808 0 0 -1 0 0 0 0

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

/proc/12949/task/13033/stat : 13033 (python) S 12947 12949 12804 0 -1 4202560 25 11687 0 0 0 0 16073 19 20 0 8 0 886355847 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=13104] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13104/stat : 13104 (python) S 12947 12949 12804 0 -1 4202560 28 11687 0 0 0 0 16073 19 18 0 8 0 886375579 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 2 0 0 0
[pid=12949/tid=13127] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13127/stat : 13127 (python) S 12947 12949 12804 0 -1 4202560 28 11687 0 0 0 0 16073 19 18 0 8 0 886391667 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=13149] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13149/stat : 13149 (python) S 12947 12949 12804 0 -1 4202560 29 11687 0 0 0 0 16073 19 20 0 8 0 886411125 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.68
Current children cumulated vsize (KiB) 4377536

[startup+1182.31 s]
/proc/loadavg: 4.67 4.23 3.13 5/221 13296
/proc/meminfo: memFree=31023564/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=395900 CPUtime=172.65 cores=0,2
/proc/12949/stat : 12949 (python) S 12947 12949 12804 0 -1 4202496 33140 11687 1 0 1156 17 16073 19 20 0 8 0 886305123 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12949/statm: 98975 18491 1880 364 0 34875 0
[pid=12955] ppid=12949 vsize=334364 CPUtime=0.29 cores=0,2
/proc/12955/stat : 12955 (python) S 12949 12949 12804 0 -1 4202560 1207 0 0 0 15 14 0 0 15 0 2 0 886306299 342388736 17004 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12955/statm: 83591 17004 416 364 0 19509 0
[pid=12957] ppid=12955 vsize=276240 CPUtime=197.25 cores=0,2
/proc/12957/stat : 12957 (hybridGM3) T 12955 12957 12957 0 -1 4202496 9512 0 0 0 19724 1 0 0 25 0 1 0 886306300 282869760 9248 33554432000 134512640 135204385 4293844048 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12957/statm: 69060 9248 64 169 0 68890 0
[pid=12955/tid=12974] ppid=12949 vsize=334364 CPUtime=0 cores=0,2
/proc/12955/task/12974/stat : 12974 (python) S 12949 12949 12804 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886316337 342388736 17004 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604453733839808 0 0 -1 0 0 0 0
[pid=12975] ppid=12949 vsize=334376 CPUtime=1.29 cores=0,2
/proc/12975/stat : 12975 (python) S 12949 12949 12804 0 -1 4202560 1118 0 0 0 80 49 0 0 18 0 2 0 886316338 342401024 16987 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12975/statm: 83594 16987 399 364 0 19509 0
[pid=12977] ppid=12975 vsize=276236 CPUtime=197.49 cores=0,2
/proc/12977/stat : 12977 (hybridGM3) T 12975 12977 12977 0 -1 4202496 9512 0 0 0 19748 1 0 0 25 0 1 0 886316339 282865664 9251 33554432000 134512640 135204385 4287135840 18446744073709551615 134547392 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12977/statm: 69059 9251 64 169 0 68889 0
[pid=12975/tid=12995] ppid=12949 vsize=334376 CPUtime=0 cores=0,2
/proc/12975/task/12995/stat : 12995 (python) S 12949 12949 12804 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886326275 342401024 16987 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604453837878464 0 0 -1 0 0 0 0
[pid=12996] ppid=12949 vsize=344632 CPUtime=0.31 cores=0,2
/proc/12996/stat : 12996 (python) S 12949 12949 12804 0 -1 4202560 1114 0 0 0 17 14 0 0 15 0 2 0 886326276 352903168 16991 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12996/statm: 86158 16991 399 364 0 22070 0
[pid=12998] ppid=12996 vsize=276244 CPUtime=197.17 cores=0,2
/proc/12998/stat : 12998 (hybridGM3) T 12996 12998 12998 0 -1 4202496 9514 0 0 0 19712 5 0 0 25 0 1 0 886326277 282873856 9252 33554432000 134512640 135204385 4292507680 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12998/statm: 69061 9252 64 169 0 68891 0
[pid=12996/tid=13007] ppid=12949 vsize=344632 CPUtime=0 cores=0,2
/proc/12996/task/13007/stat : 13007 (python) S 12949 12949 12804 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886336315 352903168 16991 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604453890837568 0 0 -1 0 0 0 0
[pid=13032] ppid=12949 vsize=354888 CPUtime=0.16 cores=0,2
/proc/13032/stat : 13032 (python) S 12949 12949 12804 0 -1 4202560 1080 0 0 0 9 7 0 0 19 0 2 0 886355847 363405312 16995 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13032/statm: 88722 16995 399 364 0 24631 0
[pid=13034] ppid=13032 vsize=471116 CPUtime=99.97 cores=0,2
/proc/13034/stat : 13034 (TNM) T 13032 13034 13034 0 -1 4202496 8431 0 0 0 9995 2 0 0 25 0 1 0 886355847 482422784 8172 33554432000 134512640 135008748 4293939520 18446744073709551615 134527398 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13034/statm: 117779 8172 46 122 0 116679 0
[pid=13032/tid=13046] ppid=12949 vsize=354888 CPUtime=0 cores=0,2
/proc/13032/task/13046/stat : 13046 (python) S 12949 12949 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886365863 363405312 16995 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604450728182912 0 0 -1 0 0 0 0
[pid=13126] ppid=12949 vsize=375400 CPUtime=0.3 cores=0,2
/proc/13126/stat : 13126 (python) S 12949 12949 12804 0 -1 4202560 1121 0 0 0 16 14 0 0 15 0 2 0 886391667 384409600 17003 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13126/statm: 93850 17003 399 364 0 29753 0
[pid=13128] ppid=13126 vsize=276244 CPUtime=194.54 cores=0,2
/proc/13128/stat : 13128 (hybridGM3) T 13126 13128 13128 0 -1 4202496 9516 0 0 0 19452 2 0 0 25 0 1 0 886391667 282873856 9255 33554432000 134512640 135204385 4292888992 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13128/statm: 69061 9255 64 169 0 68891 0
[pid=13126/tid=13134] ppid=12949 vsize=375400 CPUtime=0 cores=0,2
/proc/13126/task/13134/stat : 13134 (python) S 12949 12949 12804 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886401708 384409600 17003 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604442927457472 0 0 -1 0 0 0 0
[pid=13148] ppid=12949 vsize=385656 CPUtime=0.19 cores=0,2
/proc/13148/stat : 13148 (python) S 12949 12949 12804 0 -1 4202560 934 0 0 0 10 9 0 0 15 0 1 0 886411124 394911744 16977 33554432000 4194304 5683644 140734314934784 18446744073709551615 242970570310 0 0 16781312 514 13962179191639081218 0 0 17 0 0 0 0
/proc/13148/statm: 96414 16977 370 364 0 32314 0
[pid=13150] ppid=13148 vsize=276240 CPUtime=122.11 cores=0,2
/proc/13150/stat : 13150 (hybridGM3) R 13148 13150 13150 0 -1 4202496 9516 0 0 0 12207 4 0 0 25 0 1 0 886411125 282869760 9250 33554432000 134512640 135204385 4293813792 18446744073709551615 134537573 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13150/statm: 69060 9250 64 169 0 68890 0
[pid=12949/tid=12956] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/12956/stat : 12956 (python) S 12947 12949 12804 0 -1 4202560 30 11687 0 0 0 0 16073 19 18 0 8 0 886306300 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=12976] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/12976/stat : 12976 (python) S 12947 12949 12804 0 -1 4202560 33 11687 0 0 0 0 16073 19 18 0 8 0 886316338 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=12997] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/12997/stat : 12997 (python) S 12947 12949 12804 0 -1 4202560 34 11687 0 0 0 0 16073 19 18 0 8 0 886326277 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=13033] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13033/stat : 13033 (python) S 12947 12949 12804 0 -1 4202560 25 11687 0 0 0 0 16073 19 20 0 8 0 886355847 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=13104] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13104/stat : 13104 (python) S 12947 12949 12804 0 -1 4202560 28 11687 0 0 0 0 16073 19 18 0 8 0 886375579 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 2 0 0 0
[pid=12949/tid=13127] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13127/stat : 13127 (python) S 12947 12949 12804 0 -1 4202560 28 11687 0 0 0 0 16073 19 18 0 8 0 886391667 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=13149] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13149/stat : 13149 (python) S 12947 12949 12804 0 -1 4202560 29 11687 0 0 0 0 16073 19 20 0 8 0 886411125 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.72
Current children cumulated vsize (KiB) 4377536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.6 s]
/proc/loadavg: 4.52 4.22 3.15 5/221 13388
/proc/meminfo: memFree=31072304/32951132 swapFree=67052544/67111528
[pid=12949] ppid=12947 vsize=395900 CPUtime=172.65 cores=0,2
/proc/12949/stat : 12949 (python) S 12947 12949 12804 0 -1 4202496 33140 11687 1 0 1156 17 16073 19 20 0 8 0 886305123 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12949/statm: 98975 18491 1880 364 0 34875 0
[pid=12955] ppid=12949 vsize=334364 CPUtime=0.29 cores=0,2
/proc/12955/stat : 12955 (python) S 12949 12949 12804 0 -1 4202560 1207 0 0 0 15 14 0 0 15 0 2 0 886306299 342388736 17004 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12955/statm: 83591 17004 416 364 0 19509 0
[pid=12957] ppid=12955 vsize=276240 CPUtime=197.25 cores=0,2
/proc/12957/stat : 12957 (hybridGM3) T 12955 12957 12957 0 -1 4202496 9512 0 0 0 19724 1 0 0 25 0 1 0 886306300 282869760 9248 33554432000 134512640 135204385 4293844048 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12957/statm: 69060 9248 64 169 0 68890 0
[pid=12955/tid=12974] ppid=12949 vsize=334364 CPUtime=0 cores=0,2
/proc/12955/task/12974/stat : 12974 (python) S 12949 12949 12804 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886316337 342388736 17004 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604453733839808 0 0 -1 0 0 0 0
[pid=12975] ppid=12949 vsize=334376 CPUtime=1.29 cores=0,2
/proc/12975/stat : 12975 (python) S 12949 12949 12804 0 -1 4202560 1118 0 0 0 80 49 0 0 18 0 2 0 886316338 342401024 16987 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12975/statm: 83594 16987 399 364 0 19509 0
[pid=12977] ppid=12975 vsize=276236 CPUtime=197.49 cores=0,2
/proc/12977/stat : 12977 (hybridGM3) T 12975 12977 12977 0 -1 4202496 9512 0 0 0 19748 1 0 0 25 0 1 0 886316339 282865664 9251 33554432000 134512640 135204385 4287135840 18446744073709551615 134547392 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12977/statm: 69059 9251 64 169 0 68889 0
[pid=12975/tid=12995] ppid=12949 vsize=334376 CPUtime=0 cores=0,2
/proc/12975/task/12995/stat : 12995 (python) S 12949 12949 12804 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886326275 342401024 16987 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604453837878464 0 0 -1 0 0 0 0
[pid=12996] ppid=12949 vsize=344632 CPUtime=0.31 cores=0,2
/proc/12996/stat : 12996 (python) S 12949 12949 12804 0 -1 4202560 1114 0 0 0 17 14 0 0 15 0 2 0 886326276 352903168 16991 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12996/statm: 86158 16991 399 364 0 22070 0
[pid=12998] ppid=12996 vsize=276244 CPUtime=197.17 cores=0,2
/proc/12998/stat : 12998 (hybridGM3) T 12996 12998 12998 0 -1 4202496 9514 0 0 0 19712 5 0 0 25 0 1 0 886326277 282873856 9252 33554432000 134512640 135204385 4292507680 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12998/statm: 69061 9252 64 169 0 68891 0
[pid=12996/tid=13007] ppid=12949 vsize=344632 CPUtime=0 cores=0,2
/proc/12996/task/13007/stat : 13007 (python) S 12949 12949 12804 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886336315 352903168 16991 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604453890837568 0 0 -1 0 0 0 0
[pid=13032] ppid=12949 vsize=354888 CPUtime=0.16 cores=0,2
/proc/13032/stat : 13032 (python) S 12949 12949 12804 0 -1 4202560 1080 0 0 0 9 7 0 0 19 0 2 0 886355847 363405312 16995 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13032/statm: 88722 16995 399 364 0 24631 0
[pid=13034] ppid=13032 vsize=471116 CPUtime=99.97 cores=0,2
/proc/13034/stat : 13034 (TNM) T 13032 13034 13034 0 -1 4202496 8431 0 0 0 9995 2 0 0 25 0 1 0 886355847 482422784 8172 33554432000 134512640 135008748 4293939520 18446744073709551615 134527398 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13034/statm: 117779 8172 46 122 0 116679 0
[pid=13032/tid=13046] ppid=12949 vsize=354888 CPUtime=0 cores=0,2
/proc/13032/task/13046/stat : 13046 (python) S 12949 12949 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886365863 363405312 16995 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604450728182912 0 0 -1 0 0 0 0
[pid=13126] ppid=12949 vsize=375400 CPUtime=0.3 cores=0,2
/proc/13126/stat : 13126 (python) S 12949 12949 12804 0 -1 4202560 1121 0 0 0 16 14 0 0 15 0 2 0 886391667 384409600 17003 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13126/statm: 93850 17003 399 364 0 29753 0
[pid=13128] ppid=13126 vsize=276244 CPUtime=194.54 cores=0,2
/proc/13128/stat : 13128 (hybridGM3) T 13126 13128 13128 0 -1 4202496 9516 0 0 0 19452 2 0 0 25 0 1 0 886391667 282873856 9255 33554432000 134512640 135204385 4292888992 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13128/statm: 69061 9255 64 169 0 68891 0
[pid=13126/tid=13134] ppid=12949 vsize=375400 CPUtime=0 cores=0,2
/proc/13126/task/13134/stat : 13134 (python) S 12949 12949 12804 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886401708 384409600 17003 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 514 18446604442927457472 0 0 -1 0 0 0 0
[pid=13148] ppid=12949 vsize=385656 CPUtime=0.22 cores=0,2
/proc/13148/stat : 13148 (python) S 12949 12949 12804 0 -1 4202560 941 0 0 0 12 10 0 0 15 0 1 0 886411124 394911744 16977 33554432000 4194304 5683644 140734314934784 18446744073709551615 242970570310 0 0 16781312 514 13962179191639081218 0 0 17 0 0 0 0
/proc/13148/statm: 96414 16977 370 364 0 32314 0
[pid=13150] ppid=13148 vsize=276240 CPUtime=138.39 cores=0,2
/proc/13150/stat : 13150 (hybridGM3) R 13148 13150 13150 0 -1 4202496 9516 0 0 0 13835 4 0 0 25 0 1 0 886411125 282869760 9250 33554432000 134512640 135204385 4293813792 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13150/statm: 69060 9250 64 169 0 68890 0
[pid=12949/tid=12956] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/12956/stat : 12956 (python) S 12947 12949 12804 0 -1 4202560 30 11687 0 0 0 0 16073 19 18 0 8 0 886306300 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=12976] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/12976/stat : 12976 (python) S 12947 12949 12804 0 -1 4202560 33 11687 0 0 0 0 16073 19 18 0 8 0 886316338 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=12997] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/12997/stat : 12997 (python) S 12947 12949 12804 0 -1 4202560 34 11687 0 0 0 0 16073 19 18 0 8 0 886326277 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=13033] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13033/stat : 13033 (python) S 12947 12949 12804 0 -1 4202560 25 11687 0 0 0 0 16073 19 20 0 8 0 886355847 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=13104] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13104/stat : 13104 (python) S 12947 12949 12804 0 -1 4202560 28 11687 0 0 0 0 16073 19 18 0 8 0 886375579 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 2 0 0 0
[pid=12949/tid=13127] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13127/stat : 13127 (python) S 12947 12949 12804 0 -1 4202560 28 11687 0 0 0 0 16073 19 18 0 8 0 886391667 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
[pid=12949/tid=13149] ppid=12947 vsize=395900 CPUtime=160.92 cores=0,2
/proc/12949/task/13149/stat : 13149 (python) S 12947 12949 12804 0 -1 4202560 29 11687 0 0 0 0 16073 19 20 0 8 0 886411125 405401600 18491 33554432000 4194304 5683644 140734314934784 18446744073709551615 242982373809 0 0 16781312 2 18446604440278879168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 4377536

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 12949 and gives
#  childrusage.ru_utime.tv_sec=172
#  childrusage.ru_utime.tv_usec=306805
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=372943
# CPU time returned by wait4() is 172.68
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1198.65
CPU time (s): 1200.03
CPU user time (s): 1198.44
CPU system time (s): 1.59
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 4377540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.307
system time used= 0.372943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45164
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= 1200
involuntary context switches= 735

runsolver used 5.66914 second user time and 12.1502 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 01:04:25
IDJOB=3484074
IDBENCH=82585
IDSOLVER=1975
FILE ID=node128/3484074-1307747064
RUNJOBID= node128-1307747008-12822
PBS_JOBID= 13550829
Free space on /tmp= 74024 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-S1401248878-094-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-3484074-1307747064/watcher-3484074-1307747064 -o /tmp/evaluation-result-3484074-1307747064/solver-3484074-1307747064 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484074-1307747064.cnf -seed 1592216059 -budget 1200

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

MD5SUM BENCH= 56bd5db172bed91bc72714a8bad8639b
RANDOM SEED=1592216059

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31331016 kB
Buffers:        238120 kB
Cached:         946200 kB
SwapCached:      11336 kB
Active:         569560 kB
Inactive:       839912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31331016 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           37928 kB
Writeback:           0 kB
AnonPages:      223016 kB
Mapped:          16976 kB
Slab:           140716 kB
PageTables:       9028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2130800 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= 73956 MiB
End job on node128 at 2011-06-11 01:24:25