Trace number 3377260

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.65 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S5267991-057-UNKNOWN.cnf
MD5SUM1a8d3d5d5a6ad4a4b0bb6bd83ad87f53
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark312.282
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.43/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.43/0.70	c INFO: solving HOME/instance-3377260-1305451912.cnf
0.43/0.70	c INFO: computing task features
0.73/1.03	c INFO: computed variable-clause graph statistics
0.73/1.04	c INFO: computed clause balance statistics
2.52/2.82	c INFO: computed variable balance statistics
3.92/4.23	c INFO: computed small-clause counts
3.92/4.24	c INFO: computed Horn-clause counts
4.82/5.10	c INFO: computed variable graph statistics
4.82/5.10	c INFO: collected features for HOME/instance-3377260-1305451912.cnf in 4.42 s
4.82/5.12	c INFO: running hybridGM3@0 for 97 with 2395 remaining (b = 0.40)
105.61/105.97	c INFO: running hybridGM3@0 for 97 with 2294 remaining (b = 0.24)
204.73/204.83	c INFO: running hybridGM3@0 for 97 with 2196 remaining (b = 0.17)
305.76/305.70	c INFO: running hybridGM3@100 for 97 with 2095 remaining (b = 0.13)
403.09/402.95	c INFO: running hybridGM3@98 for 97 with 1998 remaining (b = 0.13)
500.67/500.21	c INFO: running TNM@0 for 97 with 1901 remaining (b = 0.15)
600.86/600.48	c INFO: running hybridGM3@100 for 97 with 1801 remaining (b = 0.13)
696.41/695.76	c INFO: running hybridGM3@0 for 194 with 1705 remaining (b = 0.23)
893.49/892.87	c INFO: running hybridGM3@0 for 194 with 1509 remaining (b = 0.17)
1090.65/1090.01	c INFO: running hybridGM3@0 for 194 with 1312 remaining (b = 0.13)
1287.76/1287.15	c INFO: running hybridGM3@0 for 194 with 1116 remaining (b = 0.10)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.46 3.68 3.57 4/345 3159
/proc/meminfo: memFree=24698092/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=15184 CPUtime=0 cores=1,3
/proc/3159/stat : 3159 (python) S 3157 3159 1741 0 -1 4202496 726 0 0 0 0 0 0 0 23 0 1 0 656791683 15548416 617 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/3159/statm: 3796 617 322 364 0 283 0

[startup+0.0589389 s]
/proc/loadavg: 3.46 3.68 3.57 4/345 3159
/proc/meminfo: memFree=24698092/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=29796 CPUtime=0.03 cores=1,3
/proc/3159/stat : 3159 (python) R 3157 3159 1741 0 -1 4202496 1422 0 0 0 3 0 0 0 17 0 1 0 656791683 30511104 1267 33554432000 4194304 5683644 140735161526240 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/3159/statm: 7449 1267 443 364 0 819 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29796

[startup+0.100932 s]
/proc/loadavg: 3.46 3.68 3.57 4/345 3159
/proc/meminfo: memFree=24698092/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=85368 CPUtime=0.06 cores=1,3
/proc/3159/stat : 3159 (python) R 3157 3159 1741 0 -1 4202496 2586 0 0 0 4 2 0 0 17 0 1 0 656791683 87416832 2310 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446945024 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/3159/statm: 21342 2313 711 364 0 1559 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85368

[startup+0.300908 s]
/proc/loadavg: 3.46 3.68 3.57 4/345 3159
/proc/meminfo: memFree=24698092/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=135752 CPUtime=0.18 cores=1,3
/proc/3159/stat : 3159 (python) S 3157 3159 1741 0 -1 4202496 5976 930 1 0 13 5 0 0 17 0 1 0 656791683 139010048 4149 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446941189 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/3159/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700824 s]
/proc/loadavg: 3.46 3.68 3.57 4/345 3159
/proc/meminfo: memFree=24698092/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=282264 CPUtime=0.43 cores=1,3
/proc/3159/stat : 3159 (python) R 3157 3159 1741 0 -1 4202496 10227 930 1 0 32 11 0 0 15 0 1 0 656791683 289038336 7895 33554432000 4194304 5683644 140735161526240 18446744073709551615 5007403 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/3159/statm: 70566 7895 1761 364 0 6490 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 282264

[startup+1.50067 s]
/proc/loadavg: 3.50 3.68 3.57 5/346 3164
/proc/meminfo: memFree=24659760/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=302960 CPUtime=1.22 cores=1,3
/proc/3159/stat : 3159 (python) R 3157 3159 1741 0 -1 4202496 18324 930 1 0 110 12 0 0 16 0 1 0 656791683 310231040 13124 33554432000 4194304 5683644 140735161526240 18446744073709551615 47212275691136 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/3159/statm: 75740 13124 1826 364 0 11664 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 302960

[startup+3.10038 s]
/proc/loadavg: 3.50 3.68 3.57 5/346 3164
/proc/meminfo: memFree=24650708/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=302960 CPUtime=2.82 cores=1,3
/proc/3159/stat : 3159 (python) R 3157 3159 1741 0 -1 4202496 18325 930 1 0 270 12 0 0 18 0 1 0 656791683 310231040 13125 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446631641 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/3159/statm: 75740 13125 1827 364 0 11664 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 302960

[startup+6.3008 s]
/proc/loadavg: 3.50 3.68 3.57 5/349 3167
/proc/meminfo: memFree=24638672/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=311276 CPUtime=4.85 cores=1,3
/proc/3159/stat : 3159 (python) S 3157 3159 1741 0 -1 4202496 18613 930 1 0 472 13 0 0 19 0 2 0 656791683 318746624 12681 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3159/statm: 77819 12681 1867 364 0 13737 0
[pid=3165] ppid=3159 vsize=301032 CPUtime=0 cores=1,3
/proc/3165/stat : 3165 (python) S 3159 3159 1741 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 656792195 308256768 11163 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446965263 0 0 16781312 514 8378353374738776063 0 0 17 1 0 0 0
/proc/3165/statm: 75258 11163 353 364 0 11176 0
[pid=3167] ppid=3165 vsize=268420 CPUtime=1.16 cores=1,3
/proc/3167/stat : 3167 (hybridGM3) R 3165 3167 3167 0 -1 4202496 7132 0 0 0 116 0 0 0 22 0 1 0 656792195 274862080 6870 33554432000 134512640 135204385 4286762432 18446744073709551615 134547418 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3167/statm: 67105 6870 64 169 0 66935 0
[pid=3159/tid=3166] ppid=3157 vsize=311276 CPUtime=0 cores=1,3
/proc/3159/task/3166/stat : 3166 (python) S 3157 3159 1741 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 656792195 318746624 12681 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 880728

[startup+12.7006 s]
/proc/loadavg: 3.58 3.69 3.57 5/349 3167
/proc/meminfo: memFree=24623084/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=311276 CPUtime=4.85 cores=1,3
/proc/3159/stat : 3159 (python) S 3157 3159 1741 0 -1 4202496 18613 930 1 0 472 13 0 0 19 0 2 0 656791683 318746624 12681 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3159/statm: 77819 12681 1867 364 0 13737 0
[pid=3165] ppid=3159 vsize=301032 CPUtime=0 cores=1,3
/proc/3165/stat : 3165 (python) S 3159 3159 1741 0 -1 4202560 995 0 0 0 0 0 0 0 15 0 1 0 656792195 308256768 11191 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446965263 0 0 16781312 514 8378353374738743559 0 0 17 1 0 0 0
/proc/3165/statm: 75258 11191 381 364 0 11176 0
[pid=3167] ppid=3165 vsize=268420 CPUtime=7.54 cores=1,3
/proc/3167/stat : 3167 (hybridGM3) R 3165 3167 3167 0 -1 4202496 7132 0 0 0 754 0 0 0 25 0 1 0 656792195 274862080 6870 33554432000 134512640 135204385 4286762432 18446744073709551615 134537167 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3167/statm: 67105 6870 64 169 0 66935 0
[pid=3159/tid=3166] ppid=3157 vsize=311276 CPUtime=0 cores=1,3
/proc/3159/task/3166/stat : 3166 (python) S 3157 3159 1741 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 656792195 318746624 12681 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 880728

[startup+25.5012 s]
/proc/loadavg: 3.64 3.70 3.58 5/349 3168
/proc/meminfo: memFree=24623092/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=311276 CPUtime=4.85 cores=1,3
/proc/3159/stat : 3159 (python) S 3157 3159 1741 0 -1 4202496 18613 930 1 0 472 13 0 0 19 0 2 0 656791683 318746624 12681 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3159/statm: 77819 12681 1867 364 0 13737 0
[pid=3165] ppid=3159 vsize=301032 CPUtime=0.04 cores=1,3
/proc/3165/stat : 3165 (python) S 3159 3159 1741 0 -1 4202560 1000 0 0 0 2 2 0 0 15 0 1 0 656792195 308256768 11191 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446965263 0 0 16781312 514 8350025552865755399 0 0 17 1 0 0 0
/proc/3165/statm: 75258 11191 381 364 0 11176 0
[pid=3167] ppid=3165 vsize=268420 CPUtime=20.31 cores=1,3
/proc/3167/stat : 3167 (hybridGM3) R 3165 3167 3167 0 -1 4202496 7132 0 0 0 2031 0 0 0 25 0 1 0 656792195 274862080 6870 33554432000 134512640 135204385 4286762432 18446744073709551615 134547435 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3167/statm: 67105 6870 64 169 0 66935 0
[pid=3159/tid=3166] ppid=3157 vsize=311276 CPUtime=0 cores=1,3
/proc/3159/task/3166/stat : 3166 (python) S 3157 3159 1741 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 656792195 318746624 12681 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 880728

[startup+51.1005 s]
/proc/loadavg: 3.76 3.72 3.58 5/357 3178
/proc/meminfo: memFree=24589944/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=311276 CPUtime=4.85 cores=1,3
/proc/3159/stat : 3159 (python) S 3157 3159 1741 0 -1 4202496 18613 930 1 0 472 13 0 0 19 0 2 0 656791683 318746624 12681 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3159/statm: 77819 12681 1867 364 0 13737 0
[pid=3165] ppid=3159 vsize=301032 CPUtime=0.09 cores=1,3
/proc/3165/stat : 3165 (python) S 3159 3159 1741 0 -1 4202560 1011 0 0 0 5 4 0 0 15 0 1 0 656792195 308256768 11191 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446965263 0 0 16781312 514 8350025552865755399 0 0 17 1 0 0 0
/proc/3165/statm: 75258 11191 381 364 0 11176 0
[pid=3167] ppid=3165 vsize=268420 CPUtime=45.86 cores=1,3
/proc/3167/stat : 3167 (hybridGM3) R 3165 3167 3167 0 -1 4202496 7138 0 0 0 4586 0 0 0 25 0 1 0 656792195 274862080 6876 33554432000 134512640 135204385 4286762432 18446744073709551615 134536952 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3167/statm: 67105 6876 64 169 0 66935 0
[pid=3159/tid=3166] ppid=3157 vsize=311276 CPUtime=0 cores=1,3
/proc/3159/task/3166/stat : 3166 (python) S 3157 3159 1741 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 656792195 318746624 12681 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 880728

[startup+102.313 s]
/proc/loadavg: 3.90 3.77 3.61 5/357 3222
/proc/meminfo: memFree=24556176/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=311276 CPUtime=4.85 cores=1,3
/proc/3159/stat : 3159 (python) S 3157 3159 1741 0 -1 4202496 18613 930 1 0 472 13 0 0 19 0 2 0 656791683 318746624 12681 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3159/statm: 77819 12681 1867 364 0 13737 0
[pid=3165] ppid=3159 vsize=301032 CPUtime=0.23 cores=1,3
/proc/3165/stat : 3165 (python) S 3159 3159 1741 0 -1 4202560 1034 0 0 0 12 11 0 0 15 0 1 0 656792195 308256768 11191 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446965263 0 0 16781312 514 8350025552865755399 0 0 17 1 0 0 0
/proc/3165/statm: 75258 11191 381 364 0 11176 0
[pid=3167] ppid=3165 vsize=268420 CPUtime=96.95 cores=1,3
/proc/3167/stat : 3167 (hybridGM3) R 3165 3167 3167 0 -1 4202496 7138 0 0 0 9695 0 0 0 25 0 1 0 656792195 274862080 6876 33554432000 134512640 135204385 4286762432 18446744073709551615 134537558 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3167/statm: 67105 6876 64 169 0 66935 0
[pid=3159/tid=3166] ppid=3157 vsize=311276 CPUtime=0 cores=1,3
/proc/3159/task/3166/stat : 3166 (python) S 3157 3159 1741 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 656792195 318746624 12681 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 880728

[startup+162.301 s]
/proc/loadavg: 4.02 3.82 3.64 5/369 3235
/proc/meminfo: memFree=24478188/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=321532 CPUtime=4.86 cores=1,3
/proc/3159/stat : 3159 (python) S 3157 3159 1741 0 -1 4202496 19536 930 1 0 473 13 0 0 19 0 3 0 656791683 329248768 12688 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3159/statm: 80383 12688 1870 364 0 16298 0
[pid=3165] ppid=3159 vsize=311276 CPUtime=0.24 cores=1,3
/proc/3165/stat : 3165 (python) S 3159 3159 1741 0 -1 4202560 1171 0 0 0 12 12 0 0 16 0 2 0 656792195 318746624 11229 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3165/statm: 77819 11229 414 364 0 13737 0
[pid=3167] ppid=3165 vsize=268420 CPUtime=100.58 cores=1,3
/proc/3167/stat : 3167 (hybridGM3) T 3165 3167 3167 0 -1 4202496 7138 0 0 0 10058 0 0 0 25 0 1 0 656792195 274862080 6876 33554432000 134512640 135204385 4286762432 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/3167/statm: 67105 6876 64 169 0 66935 0
[pid=3165/tid=3223] ppid=3159 vsize=311276 CPUtime=0 cores=1,3
/proc/3165/task/3223/stat : 3223 (python) S 3159 3159 1741 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656802278 318746624 11229 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604467748332544 0 0 -1 1 0 0 0
[pid=3224] ppid=3159 vsize=311288 CPUtime=0.13 cores=1,3
/proc/3224/stat : 3224 (python) S 3159 3159 1741 0 -1 4202560 910 0 0 0 7 6 0 0 15 0 1 0 656802280 318758912 11184 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446965318 0 0 16781312 514 8350025552865755397 0 0 17 3 0 0 0
/proc/3224/statm: 77822 11184 370 364 0 13737 0
[pid=3226] ppid=3224 vsize=268420 CPUtime=56.32 cores=1,3
/proc/3226/stat : 3226 (hybridGM3) R 3224 3226 3226 0 -1 4202496 7144 0 0 0 5631 1 0 0 25 0 1 0 656802280 274862080 6874 33554432000 134512640 135204385 4290912864 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3226/statm: 67105 6874 64 169 0 66935 0
[pid=3159/tid=3166] ppid=3157 vsize=321532 CPUtime=0 cores=1,3
/proc/3159/task/3166/stat : 3166 (python) S 3157 3159 1741 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 3 0 656792195 329248768 12688 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
[pid=3159/tid=3225] ppid=3157 vsize=321532 CPUtime=0 cores=1,3
/proc/3159/task/3225/stat : 3225 (python) S 3157 3159 1741 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 3 0 656802280 329248768 12688 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 1480936

[startup+222.301 s]
/proc/loadavg: 4.08 3.88 3.66 5/377 3250
/proc/meminfo: memFree=24414208/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=331788 CPUtime=4.87 cores=1,3
/proc/3159/stat : 3159 (python) S 3157 3159 1741 0 -1 4202496 20405 930 1 0 474 13 0 0 19 0 4 0 656791683 339750912 12702 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3159/statm: 82947 12702 1880 364 0 18859 0

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

/proc/3224/statm: 77822 11214 399 364 0 13737 0
[pid=3226] ppid=3224 vsize=268420 CPUtime=196.1 cores=1,3
/proc/3226/stat : 3226 (hybridGM3) T 3224 3226 3226 0 -1 4202496 7144 0 0 0 19609 1 0 0 25 0 1 0 656802280 274862080 6874 33554432000 134512640 135204385 4290912864 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3226/statm: 67105 6874 64 169 0 66935 0
[pid=3224/tid=3246] ppid=3159 vsize=311288 CPUtime=0 cores=1,3
/proc/3224/task/3246/stat : 3246 (python) S 3159 3159 1741 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656812165 318758912 11214 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604468257650624 0 0 -1 3 0 0 0
[pid=3248] ppid=3159 vsize=321544 CPUtime=0.53 cores=1,3
/proc/3248/stat : 3248 (python) S 3159 3159 1741 0 -1 4202560 1127 0 0 0 28 25 0 0 16 0 2 0 656812167 329261056 11218 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3248/statm: 80386 11218 399 364 0 16298 0
[pid=3250] ppid=3248 vsize=268428 CPUtime=196.09 cores=1,3
/proc/3250/stat : 3250 (hybridGM3) T 3248 3250 3250 0 -1 4202496 7140 0 0 0 19609 0 0 0 25 0 1 0 656812167 274870272 6876 33554432000 134512640 135204385 4292651040 18446744073709551615 134537573 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3250/statm: 67107 6876 64 169 0 66937 0
[pid=3248/tid=3262] ppid=3159 vsize=321544 CPUtime=0 cores=1,3
/proc/3248/task/3262/stat : 3262 (python) S 3159 3159 1741 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656822251 329261056 11218 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604462571307200 0 0 -1 3 0 0 0
[pid=3281] ppid=3159 vsize=331800 CPUtime=0.26 cores=1,3
/proc/3281/stat : 3281 (python) S 3159 3159 1741 0 -1 4202560 1086 0 0 0 12 14 0 0 19 0 2 0 656841704 339763200 11222 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3281/statm: 82950 11222 399 364 0 18859 0
[pid=3283] ppid=3281 vsize=460952 CPUtime=99.98 cores=1,3
/proc/3283/stat : 3283 (TNM) T 3281 3283 3283 0 -1 4202496 4401 0 0 0 9998 0 0 0 25 0 1 0 656841704 472014848 4133 33554432000 134512640 135008748 4289870032 18446744073709551615 134529195 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3283/statm: 115238 4133 46 122 0 114138 0
[pid=3281/tid=3295] ppid=3159 vsize=331800 CPUtime=0 cores=1,3
/proc/3281/task/3295/stat : 3295 (python) S 3159 3159 1741 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656851730 339763200 11222 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604468434003072 0 0 -1 3 0 0 0
[pid=3344] ppid=3159 vsize=342056 CPUtime=0.52 cores=1,3
/proc/3344/stat : 3344 (python) S 3159 3159 1741 0 -1 4202560 1128 0 0 0 27 25 0 0 17 0 2 0 656861259 350265344 11226 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3344/statm: 85514 11226 399 364 0 21420 0
[pid=3346] ppid=3344 vsize=268420 CPUtime=196.54 cores=1,3
/proc/3346/stat : 3346 (hybridGM3) T 3344 3346 3346 0 -1 4202496 7137 0 0 0 19654 0 0 0 25 0 1 0 656861260 274862080 6873 33554432000 134512640 135204385 4294054320 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/3346/statm: 67105 6873 64 169 0 66935 0
[pid=3344/tid=3368] ppid=3159 vsize=342056 CPUtime=0 cores=1,3
/proc/3344/task/3368/stat : 3368 (python) S 3159 3159 1741 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 656880969 350265344 11226 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604456564140096 0 0 -1 1 0 0 0
[pid=3369] ppid=3159 vsize=352312 CPUtime=0.53 cores=1,3
/proc/3369/stat : 3369 (python) S 3159 3159 1741 0 -1 4202560 1122 0 0 0 27 26 0 0 16 0 2 0 656880971 360767488 11230 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3369/statm: 88078 11230 399 364 0 23981 0
[pid=3371] ppid=3369 vsize=268424 CPUtime=196.55 cores=1,3
/proc/3371/stat : 3371 (hybridGM3) T 3369 3371 3371 0 -1 4202496 7137 0 0 0 19655 0 0 0 25 0 1 0 656880971 274866176 6873 33554432000 134512640 135204385 4288874336 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3371/statm: 67106 6873 64 169 0 66936 0
[pid=3369/tid=3394] ppid=3159 vsize=352312 CPUtime=0 cores=1,3
/proc/3369/task/3394/stat : 3394 (python) S 3159 3159 1741 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656900682 360767488 11230 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604457219872896 0 0 -1 1 0 0 0
[pid=3396] ppid=3159 vsize=362568 CPUtime=0.42 cores=1,3
/proc/3396/stat : 3396 (python) S 3159 3159 1741 0 -1 4202560 948 0 0 0 20 22 0 0 15 0 1 0 656900684 371269632 11204 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446965318 0 0 16781312 514 8350025552865755399 0 0 17 1 0 0 0
/proc/3396/statm: 90642 11204 370 364 0 26542 0
[pid=3398] ppid=3396 vsize=268420 CPUtime=151.89 cores=1,3
/proc/3398/stat : 3398 (hybridGM3) R 3396 3398 3398 0 -1 4202496 7139 0 0 0 15188 1 0 0 25 0 1 0 656900684 274862080 6874 33554432000 134512640 135204385 4291497952 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3398/statm: 67105 6874 64 169 0 66935 0
[pid=3159/tid=3166] ppid=3157 vsize=372812 CPUtime=0 cores=1,3
/proc/3159/task/3166/stat : 3166 (python) S 3157 3159 1741 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 8 0 656792195 381759488 12726 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
[pid=3159/tid=3225] ppid=3157 vsize=372812 CPUtime=0 cores=1,3
/proc/3159/task/3225/stat : 3225 (python) S 3157 3159 1741 0 -1 4202560 27 930 0 0 0 0 0 0 18 0 8 0 656802280 381759488 12726 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 3 0 0 0
[pid=3159/tid=3249] ppid=3157 vsize=372812 CPUtime=0 cores=1,3
/proc/3159/task/3249/stat : 3249 (python) S 3157 3159 1741 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 8 0 656812167 381759488 12726 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 3 0 0 0
[pid=3159/tid=3282] ppid=3157 vsize=372812 CPUtime=0 cores=1,3
/proc/3159/task/3282/stat : 3282 (python) S 3157 3159 1741 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 8 0 656841704 381759488 12726 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
[pid=3159/tid=3345] ppid=3157 vsize=372812 CPUtime=0 cores=1,3
/proc/3159/task/3345/stat : 3345 (python) S 3157 3159 1741 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 656861259 381759488 12726 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
[pid=3159/tid=3370] ppid=3157 vsize=372812 CPUtime=0 cores=1,3
/proc/3159/task/3370/stat : 3370 (python) S 3157 3159 1741 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 8 0 656880971 381759488 12726 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
[pid=3159/tid=3397] ppid=3157 vsize=372812 CPUtime=0 cores=1,3
/proc/3159/task/3397/stat : 3397 (python) S 3157 3159 1741 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 8 0 656900684 381759488 12726 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.96
Current children cumulated vsize (KiB) 4777140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.09 3.92 5/439 3616
/proc/meminfo: memFree=23961516/32951124 swapFree=44485764/67111528
[pid=3159] ppid=3157 vsize=383068 CPUtime=4.98 cores=1,3
/proc/3159/stat : 3159 (python) S 3157 3159 1741 0 -1 4202496 25019 930 1 0 483 15 0 0 20 0 9 0 656791683 392261632 12732 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3159/statm: 95767 12732 1890 364 0 31664 0
[pid=3165] ppid=3159 vsize=311276 CPUtime=0.49 cores=1,3
/proc/3165/stat : 3165 (python) S 3159 3159 1741 0 -1 4202560 1213 0 0 0 26 23 0 0 15 0 2 0 656792195 318746624 11230 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3165/statm: 77819 11230 415 364 0 13737 0
[pid=3167] ppid=3165 vsize=268420 CPUtime=197.58 cores=1,3
/proc/3167/stat : 3167 (hybridGM3) T 3165 3167 3167 0 -1 4202496 7138 0 0 0 19758 0 0 0 25 0 1 0 656792195 274862080 6876 33554432000 134512640 135204385 4286762432 18446744073709551615 134536698 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3167/statm: 67105 6876 64 169 0 66935 0
[pid=3165/tid=3223] ppid=3159 vsize=311276 CPUtime=0 cores=1,3
/proc/3165/task/3223/stat : 3223 (python) S 3159 3159 1741 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656802278 318746624 11230 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604467748332544 0 0 -1 1 0 0 0
[pid=3224] ppid=3159 vsize=311288 CPUtime=0.52 cores=1,3
/proc/3224/stat : 3224 (python) S 3159 3159 1741 0 -1 4202560 1120 0 0 0 27 25 0 0 15 0 2 0 656802280 318758912 11214 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3224/statm: 77822 11214 399 364 0 13737 0
[pid=3226] ppid=3224 vsize=268420 CPUtime=196.1 cores=1,3
/proc/3226/stat : 3226 (hybridGM3) T 3224 3226 3226 0 -1 4202496 7144 0 0 0 19609 1 0 0 25 0 1 0 656802280 274862080 6874 33554432000 134512640 135204385 4290912864 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3226/statm: 67105 6874 64 169 0 66935 0
[pid=3224/tid=3246] ppid=3159 vsize=311288 CPUtime=0 cores=1,3
/proc/3224/task/3246/stat : 3246 (python) S 3159 3159 1741 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656812165 318758912 11214 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604468257650624 0 0 -1 3 0 0 0
[pid=3248] ppid=3159 vsize=321544 CPUtime=0.53 cores=1,3
/proc/3248/stat : 3248 (python) S 3159 3159 1741 0 -1 4202560 1127 0 0 0 28 25 0 0 16 0 2 0 656812167 329261056 11218 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3248/statm: 80386 11218 399 364 0 16298 0
[pid=3250] ppid=3248 vsize=268428 CPUtime=196.09 cores=1,3
/proc/3250/stat : 3250 (hybridGM3) T 3248 3250 3250 0 -1 4202496 7140 0 0 0 19609 0 0 0 25 0 1 0 656812167 274870272 6876 33554432000 134512640 135204385 4292651040 18446744073709551615 134537573 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3250/statm: 67107 6876 64 169 0 66937 0
[pid=3248/tid=3262] ppid=3159 vsize=321544 CPUtime=0 cores=1,3
/proc/3248/task/3262/stat : 3262 (python) S 3159 3159 1741 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656822251 329261056 11218 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604462571307200 0 0 -1 3 0 0 0
[pid=3281] ppid=3159 vsize=331800 CPUtime=0.26 cores=1,3
/proc/3281/stat : 3281 (python) S 3159 3159 1741 0 -1 4202560 1086 0 0 0 12 14 0 0 19 0 2 0 656841704 339763200 11222 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3281/statm: 82950 11222 399 364 0 18859 0
[pid=3283] ppid=3281 vsize=460952 CPUtime=99.98 cores=1,3
/proc/3283/stat : 3283 (TNM) T 3281 3283 3283 0 -1 4202496 4401 0 0 0 9998 0 0 0 25 0 1 0 656841704 472014848 4133 33554432000 134512640 135008748 4289870032 18446744073709551615 134529195 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3283/statm: 115238 4133 46 122 0 114138 0
[pid=3281/tid=3295] ppid=3159 vsize=331800 CPUtime=0 cores=1,3
/proc/3281/task/3295/stat : 3295 (python) S 3159 3159 1741 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656851730 339763200 11222 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604468434003072 0 0 -1 3 0 0 0
[pid=3344] ppid=3159 vsize=342056 CPUtime=0.52 cores=1,3
/proc/3344/stat : 3344 (python) S 3159 3159 1741 0 -1 4202560 1128 0 0 0 27 25 0 0 17 0 2 0 656861259 350265344 11226 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3344/statm: 85514 11226 399 364 0 21420 0
[pid=3346] ppid=3344 vsize=268420 CPUtime=196.54 cores=1,3
/proc/3346/stat : 3346 (hybridGM3) T 3344 3346 3346 0 -1 4202496 7137 0 0 0 19654 0 0 0 25 0 1 0 656861260 274862080 6873 33554432000 134512640 135204385 4294054320 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/3346/statm: 67105 6873 64 169 0 66935 0
[pid=3344/tid=3368] ppid=3159 vsize=342056 CPUtime=0 cores=1,3
/proc/3344/task/3368/stat : 3368 (python) S 3159 3159 1741 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 656880969 350265344 11226 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604456564140096 0 0 -1 1 0 0 0
[pid=3369] ppid=3159 vsize=352312 CPUtime=0.53 cores=1,3
/proc/3369/stat : 3369 (python) S 3159 3159 1741 0 -1 4202560 1122 0 0 0 27 26 0 0 16 0 2 0 656880971 360767488 11230 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3369/statm: 88078 11230 399 364 0 23981 0
[pid=3371] ppid=3369 vsize=268424 CPUtime=196.55 cores=1,3
/proc/3371/stat : 3371 (hybridGM3) T 3369 3371 3371 0 -1 4202496 7137 0 0 0 19655 0 0 0 25 0 1 0 656880971 274866176 6873 33554432000 134512640 135204385 4288874336 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3371/statm: 67106 6873 64 169 0 66936 0
[pid=3369/tid=3394] ppid=3159 vsize=352312 CPUtime=0 cores=1,3
/proc/3369/task/3394/stat : 3394 (python) S 3159 3159 1741 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656900682 360767488 11230 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604457219872896 0 0 -1 1 0 0 0
[pid=3396] ppid=3159 vsize=362568 CPUtime=0.55 cores=1,3
/proc/3396/stat : 3396 (python) S 3159 3159 1741 0 -1 4202560 1126 0 0 0 27 28 0 0 17 0 2 0 656900684 371269632 11234 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/3396/statm: 90642 11234 399 364 0 26542 0
[pid=3398] ppid=3396 vsize=268420 CPUtime=196.59 cores=1,3
/proc/3398/stat : 3398 (hybridGM3) T 3396 3398 3398 0 -1 4202496 7139 0 0 0 19658 1 0 0 25 0 1 0 656900684 274862080 6874 33554432000 134512640 135204385 4291497952 18446744073709551615 134547435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3398/statm: 67105 6874 64 169 0 66935 0
[pid=3396/tid=3612] ppid=3159 vsize=362568 CPUtime=0 cores=1,3
/proc/3396/task/3612/stat : 3612 (python) S 3159 3159 1741 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 656920396 371269632 11234 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 514 18446604470643753088 0 0 -1 1 0 0 0
[pid=3613] ppid=3159 vsize=372824 CPUtime=0.03 cores=1,3
/proc/3613/stat : 3613 (python) S 3159 3159 1741 0 -1 4202560 950 0 0 0 2 1 0 0 15 0 1 0 656920398 381771776 11214 33554432000 4194304 5683644 140735161526240 18446744073709551615 244446965318 0 0 16781312 514 8350025552865755397 0 0 17 1 0 0 0
/proc/3613/statm: 93206 11214 376 364 0 29103 0
[pid=3615] ppid=3613 vsize=268424 CPUtime=12.81 cores=1,3
/proc/3615/stat : 3615 (hybridGM3) R 3613 3615 3615 0 -1 4202496 7136 0 0 0 1281 0 0 0 25 0 1 0 656920398 274866176 6870 33554432000 134512640 135204385 4294826624 18446744073709551615 134537510 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3615/statm: 67106 6870 64 169 0 66936 0
[pid=3159/tid=3166] ppid=3157 vsize=383068 CPUtime=0 cores=1,3
/proc/3159/task/3166/stat : 3166 (python) S 3157 3159 1741 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 9 0 656792195 392261632 12732 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
[pid=3159/tid=3225] ppid=3157 vsize=383068 CPUtime=0 cores=1,3
/proc/3159/task/3225/stat : 3225 (python) S 3157 3159 1741 0 -1 4202560 27 930 0 0 0 0 0 0 18 0 9 0 656802280 392261632 12732 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 3 0 0 0
[pid=3159/tid=3249] ppid=3157 vsize=383068 CPUtime=0 cores=1,3
/proc/3159/task/3249/stat : 3249 (python) S 3157 3159 1741 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 9 0 656812167 392261632 12732 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 3 0 0 0
[pid=3159/tid=3282] ppid=3157 vsize=383068 CPUtime=0 cores=1,3
/proc/3159/task/3282/stat : 3282 (python) S 3157 3159 1741 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 656841704 392261632 12732 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
[pid=3159/tid=3345] ppid=3157 vsize=383068 CPUtime=0 cores=1,3
/proc/3159/task/3345/stat : 3345 (python) S 3157 3159 1741 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 656861259 392261632 12732 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
[pid=3159/tid=3370] ppid=3157 vsize=383068 CPUtime=0 cores=1,3
/proc/3159/task/3370/stat : 3370 (python) S 3157 3159 1741 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 656880971 392261632 12732 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
[pid=3159/tid=3397] ppid=3157 vsize=383068 CPUtime=0 cores=1,3
/proc/3159/task/3397/stat : 3397 (python) S 3157 3159 1741 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 656900684 392261632 12732 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
[pid=3159/tid=3614] ppid=3157 vsize=383068 CPUtime=0 cores=1,3
/proc/3159/task/3614/stat : 3614 (python) S 3157 3159 1741 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 656920398 392261632 12732 33554432000 4194304 5683644 140735161526240 18446744073709551615 244458768817 0 0 16781312 2 18446604467748333440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.65
Current children cumulated vsize (KiB) 5428644

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 3159 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=835264
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=153976
# CPU time returned by wait4() is 4.98924
# while last known CPU time is 1300.65
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 1300.65
CPU user time (s): 1298.81
CPU system time (s): 1.84
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (KiB): 5428644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.83526
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25954
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= 2755
involuntary context switches= 48

runsolver used 5.84211 second user time and 11.6382 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 11:31:52
IDJOB=3377260
IDBENCH=82569
IDSOLVER=1857
FILE ID=node105/3377260-1305451912
RUNJOBID= node105-1305451855-3054
PBS_JOBID= 13324851
Free space on /tmp= 73524 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S5267991-057-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-3377260-1305451912/watcher-3377260-1305451912 -o /tmp/evaluation-result-3377260-1305451912/solver-3377260-1305451912 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377260-1305451912.cnf -seed 720796343 -budget 2400

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

MD5SUM BENCH= 1a8d3d5d5a6ad4a4b0bb6bd83ad87f53
RANDOM SEED=720796343

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      24698372 kB
Buffers:        294800 kB
Cached:        6294828 kB
SwapCached:      39656 kB
Active:        1164828 kB
Inactive:      6811952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24698372 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           33864 kB
Writeback:           0 kB
AnonPages:     1355456 kB
Mapped:          17356 kB
Slab:           140100 kB
PageTables:      70436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 67212252 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= 73480 MiB
End job on node105 at 2011-05-15 11:53:35