Trace number 3484066

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.07 1199.45

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S746725327-020-UNKNOWN.cnf
MD5SUM0ad997eea0def3552b6d7e45aac8ca7c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
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.32/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.48	c INFO: solving HOME/instance-3484066-1307747032.cnf
0.32/0.48	c INFO: computing task features
1.10/1.21	c INFO: computed variable-clause graph statistics
1.10/1.24	c INFO: computed clause balance statistics
4.70/4.81	c INFO: computed variable balance statistics
7.51/7.60	c INFO: computed small-clause counts
7.51/7.62	c INFO: computed Horn-clause counts
10.60/10.74	c INFO: computed variable graph statistics
10.60/10.74	c INFO: collected features for HOME/instance-3484066-1307747032.cnf in 10.24 s
10.60/10.75	c INFO: running hybridGM3@0 for 97 with 1189 remaining (b = 0.33)
110.91/111.00	c INFO: running hybridGM3@0 for 97 with 1089 remaining (b = 0.21)
211.22/211.24	c INFO: running hybridGM3@0 for 97 with 989 remaining (b = 0.14)
311.53/311.51	c INFO: running hybridGM3@100 for 97 with 889 remaining (b = 0.10)
408.70/408.65	c INFO: running hybridGM3@100 for 97 with 792 remaining (b = 0.10)
505.96/505.79	c INFO: running TNM@0 for 97 with 695 remaining (b = 0.13)
606.15/605.94	c INFO: running hybridGM3@100 for 97 with 595 remaining (b = 0.09)
703.31/703.09	c INFO: running hybridGM3@0 for 97 with 498 remaining (b = 0.09)
803.73/803.36	c INFO: running hybridGM3@100 for 97 with 397 remaining (b = 0.07)
898.98/898.49	c INFO: running hybridGM3@0 for 97 with 302 remaining (b = 0.07)
999.30/998.75	c INFO: running hybridGM3@100 for 97 with 202 remaining (b = 0.05)
1094.41/1093.89	c INFO: running hybridGM3@0 for 107 with 107 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-3484066-1307747032/watcher-3484066-1307747032 -o /tmp/evaluation-result-3484066-1307747032/solver-3484066-1307747032 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484066-1307747032.cnf -seed 2095343171 -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.11 1.55 1.19 6/199 13805
/proc/meminfo: memFree=30295548/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=15380 CPUtime=0 cores=1,3
/proc/13805/stat : 13805 (python) R 13803 13805 13569 0 -1 4202496 793 0 0 0 0 0 0 0 22 0 1 0 886301190 15749120 679 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122399182 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13805/statm: 3845 679 322 364 0 332 0

[startup+0.095235 s]
/proc/loadavg: 3.11 1.55 1.19 6/199 13805
/proc/meminfo: memFree=30295548/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=99380 CPUtime=0.06 cores=1,3
/proc/13805/stat : 13805 (python) R 13803 13805 13569 0 -1 4202496 2875 0 0 0 5 1 0 0 17 0 1 0 886301190 101765120 2570 33554432000 4194304 5683644 140733452358624 18446744073709551615 4430522 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13805/statm: 24845 2570 818 364 0 1696 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99380

[startup+0.10028 s]
/proc/loadavg: 3.11 1.55 1.19 6/199 13805
/proc/meminfo: memFree=30295548/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=104224 CPUtime=0.06 cores=1,3
/proc/13805/stat : 13805 (python) S 13803 13805 13569 0 -1 4202496 3038 0 0 0 5 1 0 0 17 0 1 0 886301190 106725376 2726 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/13805/statm: 26057 2727 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300223 s]
/proc/loadavg: 3.11 1.55 1.19 6/199 13805
/proc/meminfo: memFree=30295548/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=166548 CPUtime=0.22 cores=1,3
/proc/13805/stat : 13805 (python) S 13803 13805 13569 0 -1 4202496 6708 934 1 0 17 5 0 0 18 0 1 0 886301190 170545152 4780 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/13805/statm: 41637 4780 1322 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 166548

[startup+0.701131 s]
/proc/loadavg: 3.11 1.55 1.19 6/199 13805
/proc/meminfo: memFree=30295548/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=297040 CPUtime=0.6 cores=1,3
/proc/13805/stat : 13805 (python) R 13803 13805 13569 0 -1 4202496 13892 934 1 0 51 9 0 0 18 0 1 0 886301190 304168960 11561 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13805/statm: 74260 11564 1761 364 0 10184 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 297040

[startup+1.50098 s]
/proc/loadavg: 3.11 1.55 1.19 6/200 13810
/proc/meminfo: memFree=30237592/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=327996 CPUtime=1.4 cores=1,3
/proc/13805/stat : 13805 (python) R 13803 13805 13569 0 -1 4202496 27465 934 1 0 129 11 0 0 20 0 1 0 886301190 335867904 19383 33554432000 4194304 5683644 140733452358624 18446744073709551615 4602687 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13805/statm: 81999 19383 1826 364 0 17923 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 327996

[startup+3.1007 s]
/proc/loadavg: 3.11 1.55 1.19 6/200 13811
/proc/meminfo: memFree=30224076/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=327996 CPUtime=3 cores=1,3
/proc/13805/stat : 13805 (python) R 13803 13805 13569 0 -1 4202496 27465 934 1 0 289 11 0 0 25 0 1 0 886301190 335867904 19383 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122369272 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13805/statm: 81999 19383 1826 364 0 17923 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 327996

[startup+6.30111 s]
/proc/loadavg: 3.26 1.60 1.21 6/200 13811
/proc/meminfo: memFree=30222940/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=327996 CPUtime=6.2 cores=1,3
/proc/13805/stat : 13805 (python) R 13803 13805 13569 0 -1 4202496 27466 934 1 0 609 11 0 0 25 0 1 0 886301190 335867904 19384 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122400464 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13805/statm: 81999 19384 1827 364 0 17923 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 327996

[startup+12.701 s]
/proc/loadavg: 3.40 1.66 1.23 6/203 13814
/proc/meminfo: memFree=30207440/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=334360 CPUtime=10.66 cores=1,3
/proc/13805/stat : 13805 (python) S 13803 13805 13569 0 -1 4202496 27749 934 1 0 1054 12 0 0 25 0 2 0 886301190 342384640 18452 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13805/statm: 83590 18452 1867 364 0 19508 0
[pid=13812] ppid=13805 vsize=324116 CPUtime=0 cores=1,3
/proc/13812/stat : 13812 (python) S 13805 13805 13569 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 886302265 331894784 16934 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122734095 0 0 16781312 514 4320821766466306047 0 0 17 1 0 0 0
/proc/13812/statm: 81029 16934 353 364 0 16947 0
[pid=13814] ppid=13812 vsize=276236 CPUtime=1.93 cores=1,3
/proc/13814/stat : 13814 (hybridGM3) R 13812 13814 13814 0 -1 4202496 5193 0 0 0 193 0 0 0 25 0 1 0 886302265 282865664 4929 33554432000 134512640 135204385 4291428912 18446744073709551615 134543975 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13814/statm: 69059 4929 57 169 0 68889 0
[pid=13805/tid=13813] ppid=13803 vsize=334360 CPUtime=0 cores=1,3
/proc/13805/task/13813/stat : 13813 (python) S 13803 13805 13569 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 2 0 886302265 342384640 18452 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 934712

[startup+25.5006 s]
/proc/loadavg: 3.75 1.82 1.29 6/203 13816
/proc/meminfo: memFree=30187732/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=334360 CPUtime=10.66 cores=1,3
/proc/13805/stat : 13805 (python) S 13803 13805 13569 0 -1 4202496 27749 934 1 0 1054 12 0 0 25 0 2 0 886301190 342384640 18452 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13805/statm: 83590 18452 1867 364 0 19508 0
[pid=13812] ppid=13805 vsize=324116 CPUtime=0.01 cores=1,3
/proc/13812/stat : 13812 (python) S 13805 13805 13569 0 -1 4202560 872 0 0 0 0 1 0 0 15 0 1 0 886302265 331894784 16957 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122734095 0 0 16781312 514 332246025634808072 0 0 17 1 0 0 0
/proc/13812/statm: 81029 16957 376 364 0 16947 0
[pid=13814] ppid=13812 vsize=276240 CPUtime=14.71 cores=1,3
/proc/13814/stat : 13814 (hybridGM3) R 13812 13814 13814 0 -1 4202496 9516 0 0 0 1471 0 0 0 25 0 1 0 886302265 282869760 9252 33554432000 134512640 135204385 4291428912 18446744073709551615 134546082 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13814/statm: 69060 9252 64 169 0 68890 0
[pid=13805/tid=13813] ppid=13803 vsize=334360 CPUtime=0 cores=1,3
/proc/13805/task/13813/stat : 13813 (python) S 13803 13805 13569 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 2 0 886302265 342384640 18452 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 934716

[startup+51.101 s]
/proc/loadavg: 4.36 2.12 1.40 6/203 13818
/proc/meminfo: memFree=30188356/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=334360 CPUtime=10.66 cores=1,3
/proc/13805/stat : 13805 (python) S 13803 13805 13569 0 -1 4202496 27749 934 1 0 1054 12 0 0 25 0 2 0 886301190 342384640 18452 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13805/statm: 83590 18452 1867 364 0 19508 0
[pid=13812] ppid=13805 vsize=324116 CPUtime=0.05 cores=1,3
/proc/13812/stat : 13812 (python) S 13805 13805 13569 0 -1 4202560 887 0 0 0 3 2 0 0 15 0 1 0 886302265 331894784 16957 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122734095 0 0 16781312 514 332246025634808072 0 0 17 1 0 0 0
/proc/13812/statm: 81029 16957 376 364 0 16947 0
[pid=13814] ppid=13812 vsize=276240 CPUtime=40.29 cores=1,3
/proc/13814/stat : 13814 (hybridGM3) R 13812 13814 13814 0 -1 4202496 9516 0 0 0 4029 0 0 0 25 0 1 0 886302265 282869760 9252 33554432000 134512640 135204385 4291428912 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/13814/statm: 69060 9252 64 169 0 68890 0
[pid=13805/tid=13813] ppid=13803 vsize=334360 CPUtime=0 cores=1,3
/proc/13805/task/13813/stat : 13813 (python) S 13803 13805 13569 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 2 0 886302265 342384640 18452 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 934716

[startup+102.308 s]
/proc/loadavg: 4.76 2.58 1.59 6/215 13831
/proc/meminfo: memFree=30112932/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=334360 CPUtime=10.66 cores=1,3
/proc/13805/stat : 13805 (python) S 13803 13805 13569 0 -1 4202496 27749 934 1 0 1054 12 0 0 25 0 2 0 886301190 342384640 18452 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13805/statm: 83590 18452 1867 364 0 19508 0
[pid=13812] ppid=13805 vsize=324116 CPUtime=0.11 cores=1,3
/proc/13812/stat : 13812 (python) S 13805 13805 13569 0 -1 4202560 908 0 0 0 6 5 0 0 15 0 1 0 886302265 331894784 16957 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122734095 0 0 16781312 514 332246025634808072 0 0 17 1 0 0 0
/proc/13812/statm: 81029 16957 376 364 0 16947 0
[pid=13814] ppid=13812 vsize=276240 CPUtime=91.44 cores=1,3
/proc/13814/stat : 13814 (hybridGM3) R 13812 13814 13814 0 -1 4202496 9516 0 0 0 9144 0 0 0 25 0 1 0 886302265 282869760 9252 33554432000 134512640 135204385 4291428912 18446744073709551615 134547418 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13814/statm: 69060 9252 64 169 0 68890 0
[pid=13805/tid=13813] ppid=13803 vsize=334360 CPUtime=0 cores=1,3
/proc/13805/task/13813/stat : 13813 (python) S 13803 13805 13569 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 2 0 886302265 342384640 18452 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 934716

[startup+162.301 s]
/proc/loadavg: 4.99 3.05 1.81 6/219 13837
/proc/meminfo: memFree=30061508/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=344616 CPUtime=10.67 cores=1,3
/proc/13805/stat : 13805 (python) S 13803 13805 13569 0 -1 4202496 28621 934 1 0 1055 12 0 0 20 0 3 0 886301190 352886784 18459 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13805/statm: 86154 18459 1870 364 0 22069 0
[pid=13812] ppid=13805 vsize=334360 CPUtime=0.13 cores=1,3
/proc/13812/stat : 13812 (python) S 13805 13805 13569 0 -1 4202560 1153 0 0 0 7 6 0 0 16 0 2 0 886302265 342384640 17001 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13812/statm: 83590 17001 415 364 0 19508 0
[pid=13814] ppid=13812 vsize=276240 CPUtime=100.11 cores=1,3
/proc/13814/stat : 13814 (hybridGM3) T 13812 13814 13814 0 -1 4202496 9516 0 0 0 10011 0 0 0 25 0 1 0 886302265 282869760 9252 33554432000 134512640 135204385 4291428912 18446744073709551615 134536605 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13814/statm: 69060 9252 64 169 0 68890 0
[pid=13812/tid=13832] ppid=13805 vsize=334360 CPUtime=0 cores=1,3
/proc/13812/task/13832/stat : 13832 (python) S 13805 13805 13569 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886312289 342384640 17001 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604471098582144 0 0 -1 1 0 0 0
[pid=13833] ppid=13805 vsize=334372 CPUtime=0.05 cores=1,3
/proc/13833/stat : 13833 (python) S 13805 13805 13569 0 -1 4202560 904 0 0 0 3 2 0 0 15 0 1 0 886312290 342396928 16955 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122734150 0 0 16781312 514 332246025634808072 0 0 17 3 0 0 0
/proc/13833/statm: 83593 16955 370 364 0 19508 0
[pid=13835] ppid=13833 vsize=276236 CPUtime=51.29 cores=1,3
/proc/13835/stat : 13835 (hybridGM3) R 13833 13835 13835 0 -1 4202496 9517 0 0 0 5128 1 0 0 25 0 1 0 886312290 282865664 9257 33554432000 134512640 135204385 4292972800 18446744073709551615 134536698 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13835/statm: 69059 9257 64 169 0 68889 0
[pid=13805/tid=13813] ppid=13803 vsize=344616 CPUtime=0 cores=1,3
/proc/13805/task/13813/stat : 13813 (python) S 13803 13805 13569 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 3 0 886302265 352886784 18459 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=13834] ppid=13803 vsize=344616 CPUtime=0 cores=1,3
/proc/13805/task/13834/stat : 13834 (python) S 13803 13805 13569 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 886312290 352886784 18459 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1565824

[startup+222.301 s]
/proc/loadavg: 5.03 3.41 2.01 6/235 13854
/proc/meminfo: memFree=29942920/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=354872 CPUtime=10.67 cores=1,3
/proc/13805/stat : 13805 (python) S 13803 13805 13569 0 -1 4202496 29471 934 1 0 1055 12 0 0 20 0 4 0 886301190 363388928 18465 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13805/statm: 88718 18465 1872 364 0 24630 0
[pid=13812] ppid=13805 vsize=334360 CPUtime=0.13 cores=1,3
/proc/13812/stat : 13812 (python) S 13805 13805 13569 0 -1 4202560 1153 0 0 0 7 6 0 0 16 0 2 0 886302265 342384640 17001 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13812/statm: 83590 17001 415 364 0 19508 0
[pid=13814] ppid=13812 vsize=276240 CPUtime=100.11 cores=1,3
/proc/13814/stat : 13814 (hybridGM3) T 13812 13814 13814 0 -1 4202496 9516 0 0 0 10011 0 0 0 25 0 1 0 886302265 282869760 9252 33554432000 134512640 135204385 4291428912 18446744073709551615 134536605 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13814/statm: 69060 9252 64 169 0 68890 0
[pid=13812/tid=13832] ppid=13805 vsize=334360 CPUtime=0 cores=1,3
/proc/13812/task/13832/stat : 13832 (python) S 13805 13805 13569 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886312289 342384640 17001 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604471098582144 0 0 -1 1 0 0 0

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

[pid=13812] ppid=13805 vsize=334360 CPUtime=0.29 cores=1,3
/proc/13812/stat : 13812 (python) S 13805 13805 13569 0 -1 4202560 1207 0 0 0 15 14 0 0 15 0 2 0 886302265 342384640 17002 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13812/statm: 83590 17002 416 364 0 19508 0
[pid=13814] ppid=13812 vsize=276240 CPUtime=197.15 cores=1,3
/proc/13814/stat : 13814 (hybridGM3) T 13812 13814 13814 0 -1 4202496 9516 0 0 0 19715 0 0 0 25 0 1 0 886302265 282869760 9252 33554432000 134512640 135204385 4291428912 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13814/statm: 69060 9252 64 169 0 68890 0
[pid=13812/tid=13832] ppid=13805 vsize=334360 CPUtime=0 cores=1,3
/proc/13812/task/13832/stat : 13832 (python) S 13805 13805 13569 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886312289 342384640 17002 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604471098582144 0 0 -1 1 0 0 0
[pid=13833] ppid=13805 vsize=334372 CPUtime=0.28 cores=1,3
/proc/13833/stat : 13833 (python) S 13805 13805 13569 0 -1 4202560 1112 0 0 0 15 13 0 0 15 0 2 0 886312290 342396928 16985 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13833/statm: 83593 16985 399 364 0 19508 0
[pid=13835] ppid=13833 vsize=276236 CPUtime=197.36 cores=1,3
/proc/13835/stat : 13835 (hybridGM3) T 13833 13835 13835 0 -1 4202496 9517 0 0 0 19735 1 0 0 25 0 1 0 886312290 282865664 9257 33554432000 134512640 135204385 4292972800 18446744073709551615 134545837 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13835/statm: 69059 9257 64 169 0 68889 0
[pid=13833/tid=13851] ppid=13805 vsize=334372 CPUtime=0 cores=1,3
/proc/13833/task/13851/stat : 13851 (python) S 13805 13805 13569 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886322314 342396928 16985 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604458875438976 0 0 -1 3 0 0 0
[pid=13852] ppid=13805 vsize=344628 CPUtime=0.29 cores=1,3
/proc/13852/stat : 13852 (python) S 13805 13805 13569 0 -1 4202560 1115 0 0 0 16 13 0 0 15 0 2 0 886322314 352899072 16989 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13852/statm: 86157 16989 399 364 0 22069 0
[pid=13854] ppid=13852 vsize=276244 CPUtime=197.16 cores=1,3
/proc/13854/stat : 13854 (hybridGM3) T 13852 13854 13854 0 -1 4202496 9515 0 0 0 19715 1 0 0 25 0 1 0 886322315 282873856 9253 33554432000 134512640 135204385 4290496752 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13854/statm: 69061 9253 64 169 0 68891 0
[pid=13852/tid=13864] ppid=13805 vsize=344628 CPUtime=0 cores=1,3
/proc/13852/task/13864/stat : 13864 (python) S 13805 13805 13569 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886332340 352899072 16989 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604471116003328 0 0 -1 1 0 0 0
[pid=13884] ppid=13805 vsize=354884 CPUtime=0.15 cores=1,3
/proc/13884/stat : 13884 (python) S 13805 13805 13569 0 -1 4202560 1079 0 0 0 7 8 0 0 19 0 2 0 886351769 363401216 16993 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13884/statm: 88721 16993 399 364 0 24630 0
[pid=13886] ppid=13884 vsize=471116 CPUtime=100.01 cores=1,3
/proc/13886/stat : 13886 (TNM) T 13884 13886 13886 0 -1 4202496 8434 0 0 0 10000 1 0 0 25 0 1 0 886351770 482422784 8172 33554432000 134512640 135008748 4293552560 18446744073709551615 134527320 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13886/statm: 117779 8172 46 122 0 116679 0
[pid=13884/tid=13896] ppid=13805 vsize=354884 CPUtime=0 cores=1,3
/proc/13884/task/13896/stat : 13896 (python) S 13805 13805 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886361784 363401216 16993 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604457434510592 0 0 -1 3 0 0 0
[pid=13955] ppid=13805 vsize=365140 CPUtime=0.29 cores=1,3
/proc/13955/stat : 13955 (python) S 13805 13805 13569 0 -1 4202560 1116 0 0 0 16 13 0 0 15 0 2 0 886371499 373903360 16997 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13955/statm: 91285 16997 399 364 0 27191 0
[pid=13957] ppid=13955 vsize=276240 CPUtime=195.38 cores=1,3
/proc/13957/stat : 13957 (hybridGM3) T 13955 13957 13957 0 -1 4202496 9516 0 0 0 19537 1 0 0 25 0 1 0 886371499 282869760 9255 33554432000 134512640 135204385 4289667600 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13957/statm: 69060 9255 64 169 0 68890 0
[pid=13955/tid=13967] ppid=13805 vsize=365140 CPUtime=0 cores=1,3
/proc/13955/task/13967/stat : 13967 (python) S 13805 13805 13569 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886381525 373903360 16997 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604455945380096 0 0 -1 3 0 0 0
[pid=13980] ppid=13805 vsize=375396 CPUtime=0.3 cores=1,3
/proc/13980/stat : 13980 (python) S 13805 13805 13569 0 -1 4202560 1124 0 0 0 15 15 0 0 15 0 2 0 886391039 384405504 17001 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13980/statm: 93849 17001 399 364 0 29752 0
[pid=13982] ppid=13980 vsize=276236 CPUtime=195.11 cores=1,3
/proc/13982/stat : 13982 (hybridGM3) T 13980 13982 13982 0 -1 4202496 9517 0 0 0 19510 1 0 0 25 0 1 0 886391039 282865664 9255 33554432000 134512640 135204385 4294204144 18446744073709551615 134537565 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13982/statm: 69059 9255 64 169 0 68889 0
[pid=13980/tid=13992] ppid=13805 vsize=375396 CPUtime=0 cores=1,3
/proc/13980/task/13992/stat : 13992 (python) S 13805 13805 13569 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886401065 384405504 17001 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604465141264704 0 0 -1 1 0 0 0
[pid=14006] ppid=13805 vsize=385652 CPUtime=0.14 cores=1,3
/proc/14006/stat : 14006 (python) S 13805 13805 13569 0 -1 4202560 916 0 0 0 7 7 0 0 15 0 1 0 886410579 394907648 16975 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122734150 0 0 16781312 514 332246025634808069 0 0 17 1 0 0 0
/proc/14006/statm: 96413 16975 370 364 0 32313 0
[pid=14008] ppid=14006 vsize=276240 CPUtime=88.3 cores=1,3
/proc/14008/stat : 14008 (hybridGM3) R 14006 14008 14008 0 -1 4202496 9518 0 0 0 8829 1 0 0 25 0 1 0 886410580 282869760 9257 33554432000 134512640 135204385 4289803296 18446744073709551615 134537565 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14008/statm: 69060 9257 64 169 0 68890 0
[pid=13805/tid=13813] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13813/stat : 13813 (python) S 13803 13805 13569 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 8 0 886302265 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=13834] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13834/stat : 13834 (python) S 13803 13805 13569 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 886312290 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=13853] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13853/stat : 13853 (python) S 13803 13805 13569 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 8 0 886322315 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=13885] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13885/stat : 13885 (python) S 13803 13805 13569 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 886351770 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=13956] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13956/stat : 13956 (python) S 13803 13805 13569 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 8 0 886371499 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 3 0 0 0
[pid=13805/tid=13981] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13981/stat : 13981 (python) S 13803 13805 13569 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 8 0 886391039 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=14007] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/14007/stat : 14007 (python) S 13803 13805 13569 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 886410580 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1182.96
Current children cumulated vsize (KiB) 5018880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 4.00 4.08 3.47 5/246 14153
/proc/meminfo: memFree=30378836/32951124 swapFree=67051744/67111528
[pid=13805] ppid=13803 vsize=395896 CPUtime=10.75 cores=1,3
/proc/13805/stat : 13805 (python) S 13803 13805 13569 0 -1 4202496 33149 934 1 0 1061 14 0 0 20 0 8 0 886301190 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13805/statm: 98974 18489 1880 364 0 34874 0
[pid=13812] ppid=13805 vsize=334360 CPUtime=0.29 cores=1,3
/proc/13812/stat : 13812 (python) S 13805 13805 13569 0 -1 4202560 1207 0 0 0 15 14 0 0 15 0 2 0 886302265 342384640 17002 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13812/statm: 83590 17002 416 364 0 19508 0
[pid=13814] ppid=13812 vsize=276240 CPUtime=197.15 cores=1,3
/proc/13814/stat : 13814 (hybridGM3) T 13812 13814 13814 0 -1 4202496 9516 0 0 0 19715 0 0 0 25 0 1 0 886302265 282869760 9252 33554432000 134512640 135204385 4291428912 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13814/statm: 69060 9252 64 169 0 68890 0
[pid=13812/tid=13832] ppid=13805 vsize=334360 CPUtime=0 cores=1,3
/proc/13812/task/13832/stat : 13832 (python) S 13805 13805 13569 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886312289 342384640 17002 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604471098582144 0 0 -1 1 0 0 0
[pid=13833] ppid=13805 vsize=334372 CPUtime=0.28 cores=1,3
/proc/13833/stat : 13833 (python) S 13805 13805 13569 0 -1 4202560 1112 0 0 0 15 13 0 0 15 0 2 0 886312290 342396928 16985 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13833/statm: 83593 16985 399 364 0 19508 0
[pid=13835] ppid=13833 vsize=276236 CPUtime=197.36 cores=1,3
/proc/13835/stat : 13835 (hybridGM3) T 13833 13835 13835 0 -1 4202496 9517 0 0 0 19735 1 0 0 25 0 1 0 886312290 282865664 9257 33554432000 134512640 135204385 4292972800 18446744073709551615 134545837 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13835/statm: 69059 9257 64 169 0 68889 0
[pid=13833/tid=13851] ppid=13805 vsize=334372 CPUtime=0 cores=1,3
/proc/13833/task/13851/stat : 13851 (python) S 13805 13805 13569 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886322314 342396928 16985 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604458875438976 0 0 -1 3 0 0 0
[pid=13852] ppid=13805 vsize=344628 CPUtime=0.29 cores=1,3
/proc/13852/stat : 13852 (python) S 13805 13805 13569 0 -1 4202560 1115 0 0 0 16 13 0 0 15 0 2 0 886322314 352899072 16989 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13852/statm: 86157 16989 399 364 0 22069 0
[pid=13854] ppid=13852 vsize=276244 CPUtime=197.16 cores=1,3
/proc/13854/stat : 13854 (hybridGM3) T 13852 13854 13854 0 -1 4202496 9515 0 0 0 19715 1 0 0 25 0 1 0 886322315 282873856 9253 33554432000 134512640 135204385 4290496752 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13854/statm: 69061 9253 64 169 0 68891 0
[pid=13852/tid=13864] ppid=13805 vsize=344628 CPUtime=0 cores=1,3
/proc/13852/task/13864/stat : 13864 (python) S 13805 13805 13569 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886332340 352899072 16989 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604471116003328 0 0 -1 1 0 0 0
[pid=13884] ppid=13805 vsize=354884 CPUtime=0.15 cores=1,3
/proc/13884/stat : 13884 (python) S 13805 13805 13569 0 -1 4202560 1079 0 0 0 7 8 0 0 19 0 2 0 886351769 363401216 16993 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13884/statm: 88721 16993 399 364 0 24630 0
[pid=13886] ppid=13884 vsize=471116 CPUtime=100.01 cores=1,3
/proc/13886/stat : 13886 (TNM) T 13884 13886 13886 0 -1 4202496 8434 0 0 0 10000 1 0 0 25 0 1 0 886351770 482422784 8172 33554432000 134512640 135008748 4293552560 18446744073709551615 134527320 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13886/statm: 117779 8172 46 122 0 116679 0
[pid=13884/tid=13896] ppid=13805 vsize=354884 CPUtime=0 cores=1,3
/proc/13884/task/13896/stat : 13896 (python) S 13805 13805 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886361784 363401216 16993 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604457434510592 0 0 -1 3 0 0 0
[pid=13955] ppid=13805 vsize=365140 CPUtime=0.29 cores=1,3
/proc/13955/stat : 13955 (python) S 13805 13805 13569 0 -1 4202560 1116 0 0 0 16 13 0 0 15 0 2 0 886371499 373903360 16997 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13955/statm: 91285 16997 399 364 0 27191 0
[pid=13957] ppid=13955 vsize=276240 CPUtime=195.38 cores=1,3
/proc/13957/stat : 13957 (hybridGM3) T 13955 13957 13957 0 -1 4202496 9516 0 0 0 19537 1 0 0 25 0 1 0 886371499 282869760 9255 33554432000 134512640 135204385 4289667600 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13957/statm: 69060 9255 64 169 0 68890 0
[pid=13955/tid=13967] ppid=13805 vsize=365140 CPUtime=0 cores=1,3
/proc/13955/task/13967/stat : 13967 (python) S 13805 13805 13569 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886381525 373903360 16997 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604455945380096 0 0 -1 3 0 0 0
[pid=13980] ppid=13805 vsize=375396 CPUtime=0.3 cores=1,3
/proc/13980/stat : 13980 (python) S 13805 13805 13569 0 -1 4202560 1124 0 0 0 15 15 0 0 15 0 2 0 886391039 384405504 17001 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13980/statm: 93849 17001 399 364 0 29752 0
[pid=13982] ppid=13980 vsize=276236 CPUtime=195.11 cores=1,3
/proc/13982/stat : 13982 (hybridGM3) T 13980 13982 13982 0 -1 4202496 9517 0 0 0 19510 1 0 0 25 0 1 0 886391039 282865664 9255 33554432000 134512640 135204385 4294204144 18446744073709551615 134537565 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13982/statm: 69059 9255 64 169 0 68889 0
[pid=13980/tid=13992] ppid=13805 vsize=375396 CPUtime=0 cores=1,3
/proc/13980/task/13992/stat : 13992 (python) S 13805 13805 13569 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886401065 384405504 17001 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 514 18446604465141264704 0 0 -1 1 0 0 0
[pid=14006] ppid=13805 vsize=385652 CPUtime=0.16 cores=1,3
/proc/14006/stat : 14006 (python) S 13805 13805 13569 0 -1 4202560 920 0 0 0 8 8 0 0 15 0 1 0 886410579 394907648 16975 33554432000 4194304 5683644 140733452358624 18446744073709551615 228122734150 0 0 16781312 514 332246025634808069 0 0 17 1 0 0 0
/proc/14006/statm: 96413 16975 370 364 0 32313 0
[pid=14008] ppid=14006 vsize=276240 CPUtime=105.39 cores=1,3
/proc/14008/stat : 14008 (hybridGM3) R 14006 14008 14008 0 -1 4202496 9518 0 0 0 10538 1 0 0 25 0 1 0 886410580 282869760 9257 33554432000 134512640 135204385 4289803296 18446744073709551615 134537233 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14008/statm: 69060 9257 64 169 0 68890 0
[pid=13805/tid=13813] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13813/stat : 13813 (python) S 13803 13805 13569 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 8 0 886302265 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=13834] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13834/stat : 13834 (python) S 13803 13805 13569 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 886312290 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=13853] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13853/stat : 13853 (python) S 13803 13805 13569 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 8 0 886322315 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=13885] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13885/stat : 13885 (python) S 13803 13805 13569 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 886351770 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=13956] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13956/stat : 13956 (python) S 13803 13805 13569 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 8 0 886371499 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 3 0 0 0
[pid=13805/tid=13981] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/13981/stat : 13981 (python) S 13803 13805 13569 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 8 0 886391039 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 1 0 0 0
[pid=13805/tid=14007] ppid=13803 vsize=395896 CPUtime=0 cores=1,3
/proc/13805/task/14007/stat : 14007 (python) S 13803 13805 13569 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 886410580 405397504 18489 33554432000 4194304 5683644 140733452358624 18446744073709551615 228134537649 0 0 16781312 2 18446604467610884928 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 5018880

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 13805 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=614386
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=143978
# CPU time returned by wait4() is 10.7584
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.45
CPU time (s): 1200.07
CPU user time (s): 1199.03
CPU system time (s): 1.04
CPU usage (%): 100.051
Max. virtual memory (cumulated for all children) (KiB): 5018884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6144
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34088
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= 1008
involuntary context switches= 60

runsolver used 2.83857 second user time and 5.75212 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 01:03:52
IDJOB=3484066
IDBENCH=82577
IDSOLVER=1975
FILE ID=node138/3484066-1307747032
RUNJOBID= node138-1307746989-13589
PBS_JOBID= 13550821
Free space on /tmp= 73980 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-S746725327-020-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-3484066-1307747032/watcher-3484066-1307747032 -o /tmp/evaluation-result-3484066-1307747032/solver-3484066-1307747032 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484066-1307747032.cnf -seed 2095343171 -budget 1200

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

MD5SUM BENCH= 0ad997eea0def3552b6d7e45aac8ca7c
RANDOM SEED=2095343171

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30295852 kB
Buffers:        243124 kB
Cached:        1618424 kB
SwapCached:      13436 kB
Active:        1182844 kB
Inactive:      1272452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30295852 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:           80768 kB
Writeback:           0 kB
AnonPages:      590868 kB
Mapped:          16716 kB
Slab:           130064 kB
PageTables:       9632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2485080 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73948 MiB
End job on node138 at 2011-06-11 01:23:54