Trace number 3377241

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 1300.69 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
MD5SUM5ccda34debd31b9bf6eb5decc63c453f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark290.667
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.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3377241-1305451550.cnf
0.32/0.46	c INFO: computing task features
1.10/1.22	c INFO: computed variable-clause graph statistics
1.10/1.25	c INFO: computed clause balance statistics
4.60/4.79	c INFO: computed variable balance statistics
7.61/7.73	c INFO: computed small-clause counts
7.61/7.75	c INFO: computed Horn-clause counts
10.70/10.84	c INFO: computed variable graph statistics
10.70/10.84	c INFO: collected features for HOME/instance-3377241-1305451550.cnf in 10.36 s
10.70/10.85	c INFO: running hybridGM3@0 for 97 with 2389 remaining (b = 0.33)
111.13/111.20	c INFO: running hybridGM3@0 for 97 with 2289 remaining (b = 0.21)
211.42/211.56	c INFO: running hybridGM3@0 for 97 with 2189 remaining (b = 0.14)
311.79/311.94	c INFO: running hybridGM3@100 for 97 with 2089 remaining (b = 0.10)
409.18/409.23	c INFO: running hybridGM3@100 for 97 with 1992 remaining (b = 0.10)
506.55/506.51	c INFO: running TNM@0 for 97 with 1895 remaining (b = 0.13)
607.13/606.81	c INFO: running hybridGM3@100 for 97 with 1794 remaining (b = 0.09)
704.35/704.09	c INFO: running hybridGM3@0 for 97 with 1698 remaining (b = 0.09)
804.80/804.51	c INFO: running hybridGM3@100 for 97 with 1597 remaining (b = 0.07)
900.04/899.77	c INFO: running hybridGM3@0 for 97 with 1502 remaining (b = 0.07)
999.84/999.21	c INFO: running hybridGM3@99 for 97 with 1403 remaining (b = 0.05)
1095.05/1094.49	c INFO: running hybridGM3@0 for 194 with 1308 remaining (b = 0.09)
1291.75/1291.18	c INFO: running hybridGM3@0 for 194 with 1112 remaining (b = 0.07)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.11 3.23 3.56 5/373 29107
/proc/meminfo: memFree=24356980/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=15908 CPUtime=0 cores=4,6
/proc/29107/stat : 29107 (python) R 29105 29107 28260 0 -1 4202496 954 0 0 0 0 0 0 0 22 0 1 0 656752124 16289792 831 33554432000 4194304 5683644 140735155229072 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29107/statm: 3977 833 357 364 0 464 0

[startup+0.038992 s]
/proc/loadavg: 3.11 3.23 3.56 5/373 29107
/proc/meminfo: memFree=24356980/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=18880 CPUtime=0.02 cores=4,6
/proc/29107/stat : 29107 (python) R 29105 29107 28260 0 -1 4202496 1286 0 0 0 2 0 0 0 22 0 1 0 656752124 19333120 1139 33554432000 4194304 5683644 140735155229072 18446744073709551615 4522556 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29107/statm: 4720 1139 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.101877 s]
/proc/loadavg: 3.11 3.23 3.56 5/373 29107
/proc/meminfo: memFree=24356980/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=104612 CPUtime=0.07 cores=4,6
/proc/29107/stat : 29107 (python) S 29105 29107 28260 0 -1 4202496 3098 0 0 0 6 1 0 0 17 0 1 0 656752124 107122688 2778 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/29107/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.306943 s]
/proc/loadavg: 3.11 3.23 3.56 5/373 29107
/proc/meminfo: memFree=24356980/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=198912 CPUtime=0.22 cores=4,6
/proc/29107/stat : 29107 (python) R 29105 29107 28260 0 -1 4202496 7028 933 1 0 18 4 0 0 18 0 1 0 656752124 203685888 5052 33554432000 4194304 5683644 140735155229072 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29107/statm: 49728 5052 1466 364 0 3755 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198912

[startup+0.700865 s]
/proc/loadavg: 3.11 3.23 3.56 5/373 29107
/proc/meminfo: memFree=24356980/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=297044 CPUtime=0.6 cores=4,6
/proc/29107/stat : 29107 (python) R 29105 29107 28260 0 -1 4202496 13893 933 1 0 52 8 0 0 19 0 1 0 656752124 304173056 11566 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476355781 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29107/statm: 74261 11566 1761 364 0 10185 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 297044

[startup+1.50071 s]
/proc/loadavg: 3.11 3.23 3.56 5/374 29112
/proc/meminfo: memFree=24299816/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=327996 CPUtime=1.4 cores=4,6
/proc/29107/stat : 29107 (python) R 29105 29107 28260 0 -1 4202496 27463 933 1 0 131 9 0 0 20 0 1 0 656752124 335867904 19384 33554432000 4194304 5683644 140735155229072 18446744073709551615 4500482 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29107/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 327996

[startup+3.1004 s]
/proc/loadavg: 3.11 3.23 3.56 5/374 29112
/proc/meminfo: memFree=24284688/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=327996 CPUtime=3 cores=4,6
/proc/29107/stat : 29107 (python) R 29105 29107 28260 0 -1 4202496 27463 933 1 0 291 9 0 0 25 0 1 0 656752124 335867904 19384 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476350925 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29107/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 327996

[startup+6.30079 s]
/proc/loadavg: 3.18 3.24 3.56 5/374 29112
/proc/meminfo: memFree=24285068/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=327996 CPUtime=6.2 cores=4,6
/proc/29107/stat : 29107 (python) R 29105 29107 28260 0 -1 4202496 27464 933 1 0 611 9 0 0 25 0 1 0 656752124 335867904 19385 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476349960 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29107/statm: 81999 19385 1827 364 0 17923 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 327996

[startup+12.7006 s]
/proc/loadavg: 3.25 3.26 3.56 5/377 29115
/proc/meminfo: memFree=24268876/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=334360 CPUtime=10.76 cores=4,6
/proc/29107/stat : 29107 (python) S 29105 29107 28260 0 -1 4202496 27748 933 1 0 1066 10 0 0 25 0 2 0 656752124 342384640 18453 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29107/statm: 83590 18453 1867 364 0 19508 0
[pid=29113] ppid=29107 vsize=324116 CPUtime=0 cores=4,6
/proc/29113/stat : 29113 (python) S 29107 29107 28260 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 656753209 331894784 16935 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476715023 0 0 16781312 514 7539487575396843519 0 0 17 4 0 0 0
/proc/29113/statm: 81029 16935 353 364 0 16947 0
[pid=29115] ppid=29113 vsize=276236 CPUtime=1.83 cores=4,6
/proc/29115/stat : 29115 (hybridGM3) R 29113 29115 29115 0 -1 4202496 5144 0 0 0 183 0 0 0 25 0 1 0 656753210 282865664 4878 33554432000 134512640 135204385 4290808656 18446744073709551615 134543968 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29115/statm: 69059 4878 57 169 0 68889 0
[pid=29107/tid=29114] ppid=29105 vsize=334360 CPUtime=0 cores=4,6
/proc/29107/task/29114/stat : 29114 (python) S 29105 29107 28260 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 656753210 342384640 18453 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 934712

[startup+25.5011 s]
/proc/loadavg: 3.41 3.29 3.57 5/377 29116
/proc/meminfo: memFree=24248664/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=334360 CPUtime=10.76 cores=4,6
/proc/29107/stat : 29107 (python) S 29105 29107 28260 0 -1 4202496 27748 933 1 0 1066 10 0 0 25 0 2 0 656752124 342384640 18453 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29107/statm: 83590 18453 1867 364 0 19508 0
[pid=29113] ppid=29107 vsize=324116 CPUtime=0.03 cores=4,6
/proc/29113/stat : 29113 (python) S 29107 29107 28260 0 -1 4202560 980 0 0 0 1 2 0 0 15 0 1 0 656753209 331894784 16963 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476715023 0 0 16781312 514 16275217404944941316 0 0 17 4 0 0 0
/proc/29113/statm: 81029 16963 381 364 0 16947 0
[pid=29115] ppid=29113 vsize=276240 CPUtime=14.6 cores=4,6
/proc/29115/stat : 29115 (hybridGM3) R 29113 29115 29115 0 -1 4202496 9518 0 0 0 1459 1 0 0 25 0 1 0 656753210 282869760 9252 33554432000 134512640 135204385 4290808656 18446744073709551615 134536784 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29115/statm: 69060 9252 64 169 0 68890 0
[pid=29107/tid=29114] ppid=29105 vsize=334360 CPUtime=0 cores=4,6
/proc/29107/task/29114/stat : 29114 (python) S 29105 29107 28260 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 656753210 342384640 18453 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 934716

[startup+51.1012 s]
/proc/loadavg: 3.61 3.35 3.58 5/389 29128
/proc/meminfo: memFree=24211952/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=334360 CPUtime=10.76 cores=4,6
/proc/29107/stat : 29107 (python) S 29105 29107 28260 0 -1 4202496 27748 933 1 0 1066 10 0 0 25 0 2 0 656752124 342384640 18453 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29107/statm: 83590 18453 1867 364 0 19508 0
[pid=29113] ppid=29107 vsize=324116 CPUtime=0.11 cores=4,6
/proc/29113/stat : 29113 (python) S 29107 29107 28260 0 -1 4202560 995 0 0 0 5 6 0 0 15 0 1 0 656753209 331894784 16963 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476715023 0 0 16781312 514 16275217404944941316 0 0 17 4 0 0 0
/proc/29113/statm: 81029 16963 381 364 0 16947 0
[pid=29115] ppid=29113 vsize=276240 CPUtime=40.15 cores=4,6
/proc/29115/stat : 29115 (hybridGM3) R 29113 29115 29115 0 -1 4202496 9518 0 0 0 4014 1 0 0 25 0 1 0 656753210 282869760 9252 33554432000 134512640 135204385 4290808656 18446744073709551615 134536698 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29115/statm: 69060 9252 64 169 0 68890 0
[pid=29107/tid=29114] ppid=29105 vsize=334360 CPUtime=0 cores=4,6
/proc/29107/task/29114/stat : 29114 (python) S 29105 29107 28260 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 656753210 342384640 18453 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 934716

[startup+102.314 s]
/proc/loadavg: 3.83 3.45 3.60 5/389 29130
/proc/meminfo: memFree=24207712/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=334360 CPUtime=10.76 cores=4,6
/proc/29107/stat : 29107 (python) S 29105 29107 28260 0 -1 4202496 27748 933 1 0 1066 10 0 0 25 0 2 0 656752124 342384640 18453 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29107/statm: 83590 18453 1867 364 0 19508 0
[pid=29113] ppid=29107 vsize=324116 CPUtime=0.23 cores=4,6
/proc/29113/stat : 29113 (python) S 29107 29107 28260 0 -1 4202560 1018 0 0 0 10 13 0 0 15 0 1 0 656753209 331894784 16963 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476715023 0 0 16781312 514 16275217404944941316 0 0 17 4 0 0 0
/proc/29113/statm: 81029 16963 381 364 0 16947 0
[pid=29115] ppid=29113 vsize=276240 CPUtime=91.26 cores=4,6
/proc/29115/stat : 29115 (hybridGM3) R 29113 29115 29115 0 -1 4202496 9518 0 0 0 9125 1 0 0 25 0 1 0 656753210 282869760 9252 33554432000 134512640 135204385 4290808656 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29115/statm: 69060 9252 64 169 0 68890 0
[pid=29107/tid=29114] ppid=29105 vsize=334360 CPUtime=0 cores=4,6
/proc/29107/task/29114/stat : 29114 (python) S 29105 29107 28260 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 656753210 342384640 18453 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 934716

[startup+162.301 s]
/proc/loadavg: 3.93 3.54 3.62 5/405 29147
/proc/meminfo: memFree=24116420/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=344616 CPUtime=10.77 cores=4,6
/proc/29107/stat : 29107 (python) S 29105 29107 28260 0 -1 4202496 28641 933 1 0 1067 10 0 0 20 0 3 0 656752124 352886784 18468 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29107/statm: 86154 18468 1878 364 0 22069 0
[pid=29113] ppid=29107 vsize=334360 CPUtime=0.26 cores=4,6
/proc/29113/stat : 29113 (python) S 29107 29107 28260 0 -1 4202560 1162 0 0 0 12 14 0 0 17 0 2 0 656753209 342384640 17001 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29113/statm: 83590 17001 414 364 0 19508 0
[pid=29115] ppid=29113 vsize=276240 CPUtime=100.11 cores=4,6
/proc/29115/stat : 29115 (hybridGM3) T 29113 29115 29115 0 -1 4202496 9518 0 0 0 10010 1 0 0 25 0 1 0 656753210 282869760 9252 33554432000 134512640 135204385 4290808656 18446744073709551615 134536747 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29115/statm: 69060 9252 64 169 0 68890 0
[pid=29113/tid=29131] ppid=29107 vsize=334360 CPUtime=0 cores=4,6
/proc/29113/task/29131/stat : 29131 (python) S 29107 29107 28260 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656763243 342384640 17001 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604450373149696 0 0 -1 4 0 0 0
[pid=29132] ppid=29107 vsize=334372 CPUtime=0.12 cores=4,6
/proc/29132/stat : 29132 (python) S 29107 29107 28260 0 -1 4202560 890 0 0 0 6 6 0 0 15 0 1 0 656763245 342396928 16956 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476715078 0 0 16781312 514 16275217404944941314 0 0 17 4 0 0 0
/proc/29132/statm: 83593 16956 370 364 0 19508 0
[pid=29134] ppid=29132 vsize=276236 CPUtime=50.96 cores=4,6
/proc/29134/stat : 29134 (hybridGM3) R 29132 29134 29134 0 -1 4202496 9515 0 0 0 5095 1 0 0 25 0 1 0 656763245 282865664 9250 33554432000 134512640 135204385 4293166352 18446744073709551615 134537401 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29134/statm: 69059 9250 64 169 0 68889 0
[pid=29107/tid=29114] ppid=29105 vsize=344616 CPUtime=0 cores=4,6
/proc/29107/task/29114/stat : 29114 (python) S 29105 29107 28260 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 3 0 656753210 352886784 18468 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29133] ppid=29105 vsize=344616 CPUtime=0 cores=4,6
/proc/29107/task/29133/stat : 29133 (python) S 29105 29107 28260 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 656763245 352886784 18468 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1565824

[startup+222.301 s]
/proc/loadavg: 4.11 3.66 3.65 5/409 29153
/proc/meminfo: memFree=24074816/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=354872 CPUtime=10.78 cores=4,6
/proc/29107/stat : 29107 (python) S 29105 29107 28260 0 -1 4202496 29506 933 1 0 1068 10 0 0 20 0 4 0 656752124 363388928 18474 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29107/statm: 88718 18474 1880 364 0 24630 0
[pid=29113] ppid=29107 vsize=334360 CPUtime=0.26 cores=4,6
/proc/29113/stat : 29113 (python) S 29107 29107 28260 0 -1 4202560 1162 0 0 0 12 14 0 0 17 0 2 0 656753209 342384640 17001 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29113/statm: 83590 17001 414 364 0 19508 0
[pid=29115] ppid=29113 vsize=276240 CPUtime=100.11 cores=4,6
/proc/29115/stat : 29115 (hybridGM3) T 29113 29115 29115 0 -1 4202496 9518 0 0 0 10010 1 0 0 25 0 1 0 656753210 282869760 9252 33554432000 134512640 135204385 4290808656 18446744073709551615 134536747 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29115/statm: 69060 9252 64 169 0 68890 0
[pid=29113/tid=29131] ppid=29107 vsize=334360 CPUtime=0 cores=4,6
/proc/29113/task/29131/stat : 29131 (python) S 29107 29107 28260 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656763243 342384640 17001 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604450373149696 0 0 -1 4 0 0 0

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

/proc/29132/statm: 83593 16986 399 364 0 19508 0
[pid=29134] ppid=29132 vsize=276236 CPUtime=197.13 cores=4,6
/proc/29134/stat : 29134 (hybridGM3) T 29132 29134 29134 0 -1 4202496 9515 0 0 0 19711 2 0 0 25 0 1 0 656763245 282865664 9250 33554432000 134512640 135204385 4293166352 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29134/statm: 69059 9250 64 169 0 68889 0
[pid=29132/tid=29150] ppid=29107 vsize=334372 CPUtime=0 cores=4,6
/proc/29132/task/29150/stat : 29150 (python) S 29107 29107 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656773279 342396928 16986 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604444125765696 0 0 -1 4 0 0 0
[pid=29151] ppid=29107 vsize=344628 CPUtime=0.56 cores=4,6
/proc/29151/stat : 29151 (python) S 29107 29107 28260 0 -1 4202560 1123 0 0 0 32 24 0 0 15 0 2 0 656773281 352899072 16990 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29151/statm: 86157 16990 399 364 0 22069 0
[pid=29153] ppid=29151 vsize=276244 CPUtime=197.04 cores=4,6
/proc/29153/stat : 29153 (hybridGM3) T 29151 29153 29153 0 -1 4202496 9513 0 0 0 19702 2 0 0 25 0 1 0 656773281 282873856 9251 33554432000 134512640 135204385 4293667360 18446744073709551615 134536806 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29153/statm: 69061 9251 64 169 0 68891 0
[pid=29151/tid=29165] ppid=29107 vsize=344628 CPUtime=0 cores=4,6
/proc/29151/task/29165/stat : 29165 (python) S 29107 29107 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656783317 352899072 16990 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604453945940928 0 0 -1 4 0 0 0
[pid=29261] ppid=29107 vsize=354884 CPUtime=0.29 cores=4,6
/proc/29261/stat : 29261 (python) S 29107 29107 28260 0 -1 4202560 1088 0 0 0 15 14 0 0 19 0 2 0 656802775 363401216 16994 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29261/statm: 88721 16994 399 364 0 24630 0
[pid=29263] ppid=29261 vsize=471116 CPUtime=100.27 cores=4,6
/proc/29263/stat : 29263 (TNM) T 29261 29263 29263 0 -1 4202496 8431 0 0 0 10026 1 0 0 25 0 1 0 656802775 482422784 8170 33554432000 134512640 135008748 4290139488 18446744073709551615 134527444 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29263/statm: 117779 8170 46 122 0 116679 0
[pid=29261/tid=29278] ppid=29107 vsize=354884 CPUtime=0 cores=4,6
/proc/29261/task/29278/stat : 29278 (python) S 29107 29107 28260 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656812804 363401216 16994 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604442559040192 0 0 -1 6 0 0 0
[pid=29397] ppid=29107 vsize=365140 CPUtime=0.56 cores=4,6
/proc/29397/stat : 29397 (python) S 29107 29107 28260 0 -1 4202560 1125 0 0 0 31 25 0 0 16 0 2 0 656822533 373903360 16998 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29397/statm: 91285 16998 399 364 0 27191 0
[pid=29399] ppid=29397 vsize=276240 CPUtime=195.11 cores=4,6
/proc/29399/stat : 29399 (hybridGM3) T 29397 29399 29399 0 -1 4202496 9516 0 0 0 19509 2 0 0 25 0 1 0 656822533 282869760 9249 33554432000 134512640 135204385 4291513456 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29399/statm: 69060 9249 64 169 0 68890 0
[pid=29397/tid=29415] ppid=29107 vsize=365140 CPUtime=0 cores=4,6
/proc/29397/task/29415/stat : 29415 (python) S 29107 29107 28260 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656832574 373903360 16998 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604453882344768 0 0 -1 4 0 0 0
[pid=29430] ppid=29107 vsize=375396 CPUtime=0.58 cores=4,6
/proc/29430/stat : 29430 (python) S 29107 29107 28260 0 -1 4202560 1131 0 0 0 33 25 0 0 15 0 2 0 656842102 384405504 17002 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29430/statm: 93849 17002 399 364 0 29752 0
[pid=29432] ppid=29430 vsize=276240 CPUtime=194.41 cores=4,6
/proc/29432/stat : 29432 (hybridGM3) T 29430 29432 29432 0 -1 4202496 9517 0 0 0 19440 1 0 0 25 0 1 0 656842102 282869760 9255 33554432000 134512640 135204385 4291850160 18446744073709551615 134537536 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29432/statm: 69060 9255 64 169 0 68890 0
[pid=29430/tid=29439] ppid=29107 vsize=375396 CPUtime=0 cores=4,6
/proc/29430/task/29439/stat : 29439 (python) S 29107 29107 28260 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656852044 384405504 17002 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604453942803264 0 0 -1 4 0 0 0
[pid=29442] ppid=29107 vsize=385652 CPUtime=0.41 cores=4,6
/proc/29442/stat : 29442 (python) S 29107 29107 28260 0 -1 4202560 956 0 0 0 23 18 0 0 15 0 1 0 656861573 394907648 16976 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476715078 0 0 16781312 514 16275217404944941313 0 0 17 4 0 0 0
/proc/29442/statm: 96413 16976 370 364 0 32313 0
[pid=29444] ppid=29442 vsize=276236 CPUtime=147.44 cores=4,6
/proc/29444/stat : 29444 (hybridGM3) R 29442 29444 29444 0 -1 4202496 9508 0 0 0 14743 1 0 0 25 0 1 0 656861574 282865664 9249 33554432000 134512640 135204385 4293342224 18446744073709551615 134547392 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29444/statm: 69059 9249 64 169 0 68889 0
[pid=29107/tid=29114] ppid=29105 vsize=395896 CPUtime=0 cores=4,6
/proc/29107/task/29114/stat : 29114 (python) S 29105 29107 28260 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 656753210 405397504 18498 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29133] ppid=29105 vsize=395896 CPUtime=0 cores=4,6
/proc/29107/task/29133/stat : 29133 (python) S 29105 29107 28260 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 656763245 405397504 18498 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29152] ppid=29105 vsize=395896 CPUtime=0 cores=4,6
/proc/29107/task/29152/stat : 29152 (python) S 29105 29107 28260 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 656773281 405397504 18498 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29262] ppid=29105 vsize=395896 CPUtime=0 cores=4,6
/proc/29107/task/29262/stat : 29262 (python) S 29105 29107 28260 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 8 0 656802775 405397504 18498 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29398] ppid=29105 vsize=395896 CPUtime=0 cores=4,6
/proc/29107/task/29398/stat : 29398 (python) S 29105 29107 28260 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 656822533 405397504 18498 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29431] ppid=29105 vsize=395896 CPUtime=0 cores=4,6
/proc/29107/task/29431/stat : 29431 (python) S 29105 29107 28260 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 656842102 405397504 18498 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29443] ppid=29105 vsize=395896 CPUtime=0 cores=4,6
/proc/29107/task/29443/stat : 29443 (python) S 29105 29107 28260 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 656861573 405397504 18498 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1242.98
Current children cumulated vsize (KiB) 5018880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.13 3.60 3.73 4/436 29479
/proc/meminfo: memFree=23626652/32950928 swapFree=67056568/67111528
[pid=29107] ppid=29105 vsize=406152 CPUtime=10.92 cores=4,6
/proc/29107/stat : 29107 (python) S 29105 29107 28260 0 -1 4202496 34233 933 1 0 1079 13 0 0 20 0 9 0 656752124 415899648 18504 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29107/statm: 101538 18504 1890 364 0 37435 0
[pid=29113] ppid=29107 vsize=334360 CPUtime=0.55 cores=4,6
/proc/29113/stat : 29113 (python) S 29107 29107 28260 0 -1 4202560 1208 0 0 0 28 27 0 0 15 0 2 0 656753209 342384640 17002 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29113/statm: 83590 17002 415 364 0 19508 0
[pid=29115] ppid=29113 vsize=276240 CPUtime=197.17 cores=4,6
/proc/29115/stat : 29115 (hybridGM3) T 29113 29115 29115 0 -1 4202496 9518 0 0 0 19716 1 0 0 25 0 1 0 656753210 282869760 9252 33554432000 134512640 135204385 4290808656 18446744073709551615 134659356 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29115/statm: 69060 9252 64 169 0 68890 0
[pid=29113/tid=29131] ppid=29107 vsize=334360 CPUtime=0 cores=4,6
/proc/29113/task/29131/stat : 29131 (python) S 29107 29107 28260 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656763243 342384640 17002 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604450373149696 0 0 -1 4 0 0 0
[pid=29132] ppid=29107 vsize=334372 CPUtime=0.56 cores=4,6
/proc/29132/stat : 29132 (python) S 29107 29107 28260 0 -1 4202560 1107 0 0 0 29 27 0 0 15 0 2 0 656763245 342396928 16986 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29132/statm: 83593 16986 399 364 0 19508 0
[pid=29134] ppid=29132 vsize=276236 CPUtime=197.13 cores=4,6
/proc/29134/stat : 29134 (hybridGM3) T 29132 29134 29134 0 -1 4202496 9515 0 0 0 19711 2 0 0 25 0 1 0 656763245 282865664 9250 33554432000 134512640 135204385 4293166352 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29134/statm: 69059 9250 64 169 0 68889 0
[pid=29132/tid=29150] ppid=29107 vsize=334372 CPUtime=0 cores=4,6
/proc/29132/task/29150/stat : 29150 (python) S 29107 29107 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656773279 342396928 16986 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604444125765696 0 0 -1 4 0 0 0
[pid=29151] ppid=29107 vsize=344628 CPUtime=0.56 cores=4,6
/proc/29151/stat : 29151 (python) S 29107 29107 28260 0 -1 4202560 1123 0 0 0 32 24 0 0 15 0 2 0 656773281 352899072 16990 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29151/statm: 86157 16990 399 364 0 22069 0
[pid=29153] ppid=29151 vsize=276244 CPUtime=197.04 cores=4,6
/proc/29153/stat : 29153 (hybridGM3) T 29151 29153 29153 0 -1 4202496 9513 0 0 0 19702 2 0 0 25 0 1 0 656773281 282873856 9251 33554432000 134512640 135204385 4293667360 18446744073709551615 134536806 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29153/statm: 69061 9251 64 169 0 68891 0
[pid=29151/tid=29165] ppid=29107 vsize=344628 CPUtime=0 cores=4,6
/proc/29151/task/29165/stat : 29165 (python) S 29107 29107 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656783317 352899072 16990 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604453945940928 0 0 -1 4 0 0 0
[pid=29261] ppid=29107 vsize=354884 CPUtime=0.29 cores=4,6
/proc/29261/stat : 29261 (python) S 29107 29107 28260 0 -1 4202560 1088 0 0 0 15 14 0 0 19 0 2 0 656802775 363401216 16994 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29261/statm: 88721 16994 399 364 0 24630 0
[pid=29263] ppid=29261 vsize=471116 CPUtime=100.27 cores=4,6
/proc/29263/stat : 29263 (TNM) T 29261 29263 29263 0 -1 4202496 8431 0 0 0 10026 1 0 0 25 0 1 0 656802775 482422784 8170 33554432000 134512640 135008748 4290139488 18446744073709551615 134527444 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29263/statm: 117779 8170 46 122 0 116679 0
[pid=29261/tid=29278] ppid=29107 vsize=354884 CPUtime=0 cores=4,6
/proc/29261/task/29278/stat : 29278 (python) S 29107 29107 28260 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656812804 363401216 16994 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604442559040192 0 0 -1 6 0 0 0
[pid=29397] ppid=29107 vsize=365140 CPUtime=0.56 cores=4,6
/proc/29397/stat : 29397 (python) S 29107 29107 28260 0 -1 4202560 1125 0 0 0 31 25 0 0 16 0 2 0 656822533 373903360 16998 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29397/statm: 91285 16998 399 364 0 27191 0
[pid=29399] ppid=29397 vsize=276240 CPUtime=195.11 cores=4,6
/proc/29399/stat : 29399 (hybridGM3) T 29397 29399 29399 0 -1 4202496 9516 0 0 0 19509 2 0 0 25 0 1 0 656822533 282869760 9249 33554432000 134512640 135204385 4291513456 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29399/statm: 69060 9249 64 169 0 68890 0
[pid=29397/tid=29415] ppid=29107 vsize=365140 CPUtime=0 cores=4,6
/proc/29397/task/29415/stat : 29415 (python) S 29107 29107 28260 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656832574 373903360 16998 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604453882344768 0 0 -1 4 0 0 0
[pid=29430] ppid=29107 vsize=375396 CPUtime=0.58 cores=4,6
/proc/29430/stat : 29430 (python) S 29107 29107 28260 0 -1 4202560 1131 0 0 0 33 25 0 0 15 0 2 0 656842102 384405504 17002 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29430/statm: 93849 17002 399 364 0 29752 0
[pid=29432] ppid=29430 vsize=276240 CPUtime=194.41 cores=4,6
/proc/29432/stat : 29432 (hybridGM3) T 29430 29432 29432 0 -1 4202496 9517 0 0 0 19440 1 0 0 25 0 1 0 656842102 282869760 9255 33554432000 134512640 135204385 4291850160 18446744073709551615 134537536 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29432/statm: 69060 9255 64 169 0 68890 0
[pid=29430/tid=29439] ppid=29107 vsize=375396 CPUtime=0 cores=4,6
/proc/29430/task/29439/stat : 29439 (python) S 29107 29107 28260 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656852044 384405504 17002 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604453942803264 0 0 -1 4 0 0 0
[pid=29442] ppid=29107 vsize=385652 CPUtime=0.56 cores=4,6
/proc/29442/stat : 29442 (python) S 29107 29107 28260 0 -1 4202560 1135 0 0 0 31 25 0 0 17 0 2 0 656861573 394907648 17006 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29442/statm: 96413 17006 399 364 0 32313 0
[pid=29444] ppid=29442 vsize=276236 CPUtime=196.15 cores=4,6
/proc/29444/stat : 29444 (hybridGM3) T 29442 29444 29444 0 -1 4202496 9508 0 0 0 19614 1 0 0 25 0 1 0 656861574 282865664 9249 33554432000 134512640 135204385 4293342224 18446744073709551615 134537176 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29444/statm: 69059 9249 64 169 0 68889 0
[pid=29442/tid=29475] ppid=29107 vsize=385652 CPUtime=0 cores=4,6
/proc/29442/task/29475/stat : 29475 (python) S 29107 29107 28260 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 656881241 394907648 17006 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 514 18446604442489528384 0 0 -1 4 0 0 0
[pid=29476] ppid=29107 vsize=395908 CPUtime=0.01 cores=4,6
/proc/29476/stat : 29476 (python) S 29107 29107 28260 0 -1 4202560 936 0 0 0 0 1 0 0 15 0 1 0 656881242 405409792 16986 33554432000 4194304 5683644 140735155229072 18446744073709551615 239476715078 0 0 16781312 514 7539491423687508226 0 0 17 6 0 0 0
/proc/29476/statm: 98977 16986 376 364 0 34874 0
[pid=29478] ppid=29476 vsize=276244 CPUtime=8.82 cores=4,6
/proc/29478/stat : 29478 (hybridGM3) R 29476 29478 29478 0 -1 4202496 9517 0 0 0 881 1 0 0 25 0 1 0 656881243 282873856 9251 33554432000 134512640 135204385 4288690016 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29478/statm: 69061 9251 64 169 0 68891 0
[pid=29107/tid=29114] ppid=29105 vsize=406152 CPUtime=0 cores=4,6
/proc/29107/task/29114/stat : 29114 (python) S 29105 29107 28260 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 656753210 415899648 18504 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29133] ppid=29105 vsize=406152 CPUtime=0 cores=4,6
/proc/29107/task/29133/stat : 29133 (python) S 29105 29107 28260 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 656763245 415899648 18504 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29152] ppid=29105 vsize=406152 CPUtime=0 cores=4,6
/proc/29107/task/29152/stat : 29152 (python) S 29105 29107 28260 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 656773281 415899648 18504 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29262] ppid=29105 vsize=406152 CPUtime=0 cores=4,6
/proc/29107/task/29262/stat : 29262 (python) S 29105 29107 28260 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 656802775 415899648 18504 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29398] ppid=29105 vsize=406152 CPUtime=0 cores=4,6
/proc/29107/task/29398/stat : 29398 (python) S 29105 29107 28260 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 656822533 415899648 18504 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29431] ppid=29105 vsize=406152 CPUtime=0 cores=4,6
/proc/29107/task/29431/stat : 29431 (python) S 29105 29107 28260 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 656842102 415899648 18504 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 4 0 0 0
[pid=29107/tid=29443] ppid=29105 vsize=406152 CPUtime=0 cores=4,6
/proc/29107/task/29443/stat : 29443 (python) S 29105 29107 28260 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656861573 415899648 18504 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 6 0 0 0
[pid=29107/tid=29477] ppid=29105 vsize=406152 CPUtime=0 cores=4,6
/proc/29107/task/29477/stat : 29477 (python) S 29105 29107 28260 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 656881242 415899648 18504 33554432000 4194304 5683644 140735155229072 18446744073709551615 239488518577 0 0 16781312 2 18446604444125766592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1300.69
Current children cumulated vsize (KiB) 5701288

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

Real time (s): 1300.07
CPU time (s): 1300.69
CPU user time (s): 1298.77
CPU system time (s): 1.92
CPU usage (%): 100.048
Max. virtual memory (cumulated for all children) (KiB): 5701288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7954
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35530
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= 1031
involuntary context switches= 64

runsolver used 6.15706 second user time and 12.4861 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 11:25:50
IDJOB=3377241
IDBENCH=82550
IDSOLVER=1857
FILE ID=node148/3377241-1305451550
RUNJOBID= node148-1305451495-29008
PBS_JOBID= 13324858
Free space on /tmp= 72800 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S957916968-041-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-3377241-1305451550/watcher-3377241-1305451550 -o /tmp/evaluation-result-3377241-1305451550/solver-3377241-1305451550 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377241-1305451550.cnf -seed 286229876 -budget 2400

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

MD5SUM BENCH= 5ccda34debd31b9bf6eb5decc63c453f
RANDOM SEED=286229876

node148.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24357136 kB
Buffers:        328360 kB
Cached:        4851932 kB
SwapCached:       8488 kB
Active:        4992648 kB
Inactive:      3244888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24357136 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           35784 kB
Writeback:           0 kB
AnonPages:     3054872 kB
Mapped:          34356 kB
Slab:           258148 kB
PageTables:      33068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87233616 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= 72780 MiB
End job on node148 at 2011-05-15 11:47:33