Trace number 3484190

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (TO) 1200.07 1199.86

General information on the benchmark

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

Solver Data

0.34/0.55	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.55	c INFO: solving HOME/instance-3484190-1307748235.cnf
0.34/0.55	c INFO: computing task features
1.12/1.33	c INFO: computed variable-clause graph statistics
1.12/1.36	c INFO: computed clause balance statistics
4.82/5.02	c INFO: computed variable balance statistics
7.62/7.86	c INFO: computed small-clause counts
7.62/7.88	c INFO: computed Horn-clause counts
10.72/11.00	c INFO: computed variable graph statistics
10.72/11.00	c INFO: collected features for HOME/instance-3484190-1307748235.cnf in 10.43 s
10.82/11.01	c INFO: running hybridGM3@0 for 97 with 1189 remaining (b = 0.35)
110.99/111.26	c INFO: running hybridGM3@0 for 97 with 1089 remaining (b = 0.21)
211.31/211.46	c INFO: running hybridGM3@0 for 97 with 989 remaining (b = 0.14)
311.49/311.68	c INFO: running hybridGM3@100 for 97 with 889 remaining (b = 0.10)
408.69/408.80	c INFO: running hybridGM3@100 for 97 with 792 remaining (b = 0.10)
505.95/505.95	c INFO: running TNM@0 for 97 with 695 remaining (b = 0.13)
606.03/606.09	c INFO: running hybridGM3@100 for 97 with 595 remaining (b = 0.09)
703.27/703.23	c INFO: running hybridGM3@0 for 97 with 498 remaining (b = 0.10)
803.46/803.46	c INFO: running hybridGM3@100 for 97 with 398 remaining (b = 0.07)
898.61/898.60	c INFO: running hybridGM3@0 for 97 with 302 remaining (b = 0.07)
998.91/998.82	c INFO: running hybridGM3@100 for 97 with 202 remaining (b = 0.05)
1094.02/1093.95	c INFO: running hybridGM3@0 for 107 with 107 remaining (b = 0.05)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.94 3.92 2.91 4/222 16242
/proc/meminfo: memFree=31264100/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=15380 CPUtime=0 cores=5,7
/proc/16242/stat : 16242 (python) S 16240 16242 15638 0 -1 4202496 820 0 0 0 0 0 0 0 25 0 1 0 886422279 15749120 704 33554432000 4194304 5683644 140736673500560 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/16242/statm: 3845 704 334 364 0 332 0

[startup+0.036367 s]
/proc/loadavg: 3.94 3.92 2.91 4/222 16242
/proc/meminfo: memFree=31264100/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=18880 CPUtime=0.02 cores=5,7
/proc/16242/stat : 16242 (python) R 16240 16242 15638 0 -1 4202496 1286 0 0 0 2 0 0 0 25 0 1 0 886422279 19333120 1138 33554432000 4194304 5683644 140736673500560 18446744073709551615 4531951 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16242/statm: 4720 1138 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100357 s]
/proc/loadavg: 3.94 3.92 2.91 4/222 16242
/proc/meminfo: memFree=31264100/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=85360 CPUtime=0.06 cores=5,7
/proc/16242/stat : 16242 (python) R 16240 16242 15638 0 -1 4202496 2595 0 0 0 5 1 0 0 25 0 1 0 886422279 87408640 2314 33554432000 4194304 5683644 140736673500560 18446744073709551615 5213867 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16242/statm: 21340 2314 713 364 0 1557 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85360

[startup+0.300324 s]
/proc/loadavg: 3.94 3.92 2.91 4/222 16242
/proc/meminfo: memFree=31264100/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=135748 CPUtime=0.19 cores=5,7
/proc/16242/stat : 16242 (python) R 16240 16242 15638 0 -1 4202496 5970 933 1 0 15 4 0 0 25 0 1 0 886422279 139005952 4149 33554432000 4194304 5683644 140736673500560 18446744073709551615 4870096 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/16242/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700316 s]
/proc/loadavg: 3.94 3.92 2.91 4/222 16242
/proc/meminfo: memFree=31264100/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=291288 CPUtime=0.52 cores=5,7
/proc/16242/stat : 16242 (python) R 16240 16242 15638 0 -1 4202496 12423 933 1 0 45 7 0 0 17 0 1 0 886422279 298278912 10096 33554432000 4194304 5683644 140736673500560 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16242/statm: 72822 10096 1761 364 0 8746 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 291288

[startup+1.50012 s]
/proc/loadavg: 3.94 3.92 2.92 5/217 16255
/proc/meminfo: memFree=31260392/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=327996 CPUtime=1.32 cores=5,7
/proc/16242/stat : 16242 (python) R 16240 16242 15638 0 -1 4202496 27463 933 1 0 123 9 0 0 18 0 1 0 886422279 335867904 19384 33554432000 4194304 5683644 140736673500560 18446744073709551615 251813898010 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16242/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 327996

[startup+3.10085 s]
/proc/loadavg: 3.94 3.92 2.92 5/220 16290
/proc/meminfo: memFree=31227608/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=327996 CPUtime=2.92 cores=5,7
/proc/16242/stat : 16242 (python) R 16240 16242 15638 0 -1 4202496 27463 933 1 0 283 9 0 0 21 0 1 0 886422279 335867904 19384 33554432000 4194304 5683644 140736673500560 18446744073709551615 47180792117006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16242/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 327996

[startup+6.30031 s]
/proc/loadavg: 3.95 3.93 2.92 5/220 16290
/proc/meminfo: memFree=31194192/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=327996 CPUtime=6.12 cores=5,7
/proc/16242/stat : 16242 (python) R 16240 16242 15638 0 -1 4202496 27464 933 1 0 603 9 0 0 25 0 1 0 886422279 335867904 19385 33554432000 4194304 5683644 140736673500560 18446744073709551615 47180789489965 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16242/statm: 81999 19385 1827 364 0 17923 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 327996

[startup+12.7002 s]
/proc/loadavg: 3.95 3.93 2.93 5/226 16296
/proc/meminfo: memFree=31151352/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=334360 CPUtime=10.82 cores=5,7
/proc/16242/stat : 16242 (python) S 16240 16242 15638 0 -1 4202496 27748 933 1 0 1073 9 0 0 25 0 2 0 886422279 342384640 18453 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16242/statm: 83590 18453 1867 364 0 19508 0
[pid=16294] ppid=16242 vsize=324116 CPUtime=0 cores=5,7
/proc/16294/stat : 16294 (python) S 16242 16242 15638 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 886423380 331894784 16935 33554432000 4194304 5683644 140736673500560 18446744073709551615 251814260239 0 0 16781312 514 4314971539972816895 0 0 17 5 0 0 0
/proc/16294/statm: 81029 16935 353 364 0 16947 0
[pid=16296] ppid=16294 vsize=276236 CPUtime=1.66 cores=5,7
/proc/16296/stat : 16296 (hybridGM3) R 16294 16296 16296 0 -1 4202496 5010 0 0 0 166 0 0 0 25 0 1 0 886423380 282865664 4745 33554432000 134512640 135204385 4288973856 18446744073709551615 134543968 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16296/statm: 69059 4745 57 169 0 68889 0
[pid=16242/tid=16295] ppid=16240 vsize=334360 CPUtime=0 cores=5,7
/proc/16242/task/16295/stat : 16295 (python) S 16240 16242 15638 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886423380 342384640 18453 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 934712

[startup+25.5011 s]
/proc/loadavg: 3.96 3.93 2.94 5/202 16343
/proc/meminfo: memFree=31408532/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=334360 CPUtime=10.82 cores=5,7
/proc/16242/stat : 16242 (python) S 16240 16242 15638 0 -1 4202496 27748 933 1 0 1073 9 0 0 25 0 2 0 886422279 342384640 18453 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16242/statm: 83590 18453 1867 364 0 19508 0
[pid=16294] ppid=16242 vsize=324116 CPUtime=0.01 cores=5,7
/proc/16294/stat : 16294 (python) S 16242 16242 15638 0 -1 4202560 873 0 0 0 1 0 0 0 15 0 1 0 886423380 331894784 16957 33554432000 4194304 5683644 140736673500560 18446744073709551615 251814260239 0 0 16781312 514 2244727754895360261 0 0 17 5 0 0 0
/proc/16294/statm: 81029 16957 375 364 0 16947 0
[pid=16296] ppid=16294 vsize=276240 CPUtime=14.45 cores=5,7
/proc/16296/stat : 16296 (hybridGM3) R 16294 16296 16296 0 -1 4202496 9521 0 0 0 1444 1 0 0 25 0 1 0 886423380 282869760 9256 33554432000 134512640 135204385 4288973856 18446744073709551615 134536737 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16296/statm: 69060 9256 64 169 0 68890 0
[pid=16242/tid=16295] ppid=16240 vsize=334360 CPUtime=0 cores=5,7
/proc/16242/task/16295/stat : 16295 (python) S 16240 16242 15638 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886423380 342384640 18453 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 934716

[startup+51.1008 s]
/proc/loadavg: 3.97 3.93 2.97 5/202 16343
/proc/meminfo: memFree=31408576/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=334360 CPUtime=10.82 cores=5,7
/proc/16242/stat : 16242 (python) S 16240 16242 15638 0 -1 4202496 27748 933 1 0 1073 9 0 0 25 0 2 0 886422279 342384640 18453 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16242/statm: 83590 18453 1867 364 0 19508 0
[pid=16294] ppid=16242 vsize=324116 CPUtime=0.04 cores=5,7
/proc/16294/stat : 16294 (python) S 16242 16242 15638 0 -1 4202560 886 0 0 0 2 2 0 0 15 0 1 0 886423380 331894784 16958 33554432000 4194304 5683644 140736673500560 18446744073709551615 251814260239 0 0 16781312 514 2244727754895360261 0 0 17 5 0 0 0
/proc/16294/statm: 81029 16958 376 364 0 16947 0
[pid=16296] ppid=16294 vsize=276240 CPUtime=40.02 cores=5,7
/proc/16296/stat : 16296 (hybridGM3) R 16294 16296 16296 0 -1 4202496 9521 0 0 0 4001 1 0 0 25 0 1 0 886423380 282869760 9256 33554432000 134512640 135204385 4288973856 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16296/statm: 69060 9256 64 169 0 68890 0
[pid=16242/tid=16295] ppid=16240 vsize=334360 CPUtime=0 cores=5,7
/proc/16242/task/16295/stat : 16295 (python) S 16240 16242 15638 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886423380 342384640 18453 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 934716

[startup+102.307 s]
/proc/loadavg: 3.99 3.94 3.02 5/206 16349
/proc/meminfo: memFree=31400768/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=334360 CPUtime=10.82 cores=5,7
/proc/16242/stat : 16242 (python) S 16240 16242 15638 0 -1 4202496 27748 933 1 0 1073 9 0 0 25 0 2 0 886422279 342384640 18453 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16242/statm: 83590 18453 1867 364 0 19508 0
[pid=16294] ppid=16242 vsize=324116 CPUtime=0.11 cores=5,7
/proc/16294/stat : 16294 (python) S 16242 16242 15638 0 -1 4202560 910 0 0 0 6 5 0 0 15 0 1 0 886423380 331894784 16958 33554432000 4194304 5683644 140736673500560 18446744073709551615 251814260239 0 0 16781312 514 2244727754895360261 0 0 17 5 0 0 0
/proc/16294/statm: 81029 16958 376 364 0 16947 0
[pid=16296] ppid=16294 vsize=276240 CPUtime=91.17 cores=5,7
/proc/16296/stat : 16296 (hybridGM3) R 16294 16296 16296 0 -1 4202496 9521 0 0 0 9116 1 0 0 25 0 1 0 886423380 282869760 9256 33554432000 134512640 135204385 4288973856 18446744073709551615 134536641 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16296/statm: 69060 9256 64 169 0 68890 0
[pid=16242/tid=16295] ppid=16240 vsize=334360 CPUtime=0 cores=5,7
/proc/16242/task/16295/stat : 16295 (python) S 16240 16242 15638 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 2 0 886423380 342384640 18453 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 934716

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 3.08 6/210 16500
/proc/meminfo: memFree=31407756/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=344616 CPUtime=10.84 cores=5,7
/proc/16242/stat : 16242 (python) S 16240 16242 15638 0 -1 4202496 28617 933 1 0 1074 10 0 0 20 0 3 0 886422279 352886784 18460 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16242/statm: 86154 18460 1870 364 0 22069 0
[pid=16294] ppid=16242 vsize=334360 CPUtime=0.13 cores=5,7
/proc/16294/stat : 16294 (python) S 16242 16242 15638 0 -1 4202560 1153 0 0 0 7 6 0 0 16 0 2 0 886423380 342384640 17002 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16294/statm: 83590 17002 415 364 0 19508 0
[pid=16296] ppid=16294 vsize=276240 CPUtime=100.1 cores=5,7
/proc/16296/stat : 16296 (hybridGM3) T 16294 16296 16296 0 -1 4202496 9521 0 0 0 10009 1 0 0 25 0 1 0 886423380 282869760 9256 33554432000 134512640 135204385 4288973856 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16296/statm: 69060 9256 64 169 0 68890 0
[pid=16294/tid=16354] ppid=16242 vsize=334360 CPUtime=0 cores=5,7
/proc/16294/task/16354/stat : 16354 (python) S 16242 16242 15638 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886433405 342384640 17002 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604458212318144 0 0 -1 5 0 0 0
[pid=16355] ppid=16242 vsize=334372 CPUtime=0.05 cores=5,7
/proc/16355/stat : 16355 (python) S 16242 16242 15638 0 -1 4202560 909 0 0 0 2 3 0 0 15 0 1 0 886433405 342396928 16956 33554432000 4194304 5683644 140736673500560 18446744073709551615 251814260294 0 0 16781312 514 2244727754895360263 0 0 17 7 0 0 0
/proc/16355/statm: 83593 16956 370 364 0 19508 0
[pid=16357] ppid=16355 vsize=276240 CPUtime=51.02 cores=5,7
/proc/16357/stat : 16357 (hybridGM3) R 16355 16357 16357 0 -1 4202496 9512 0 0 0 5101 1 0 0 25 0 1 0 886433406 282869760 9249 33554432000 134512640 135204385 4290029232 18446744073709551615 134546082 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16357/statm: 69060 9249 64 169 0 68890 0
[pid=16242/tid=16295] ppid=16240 vsize=344616 CPUtime=0 cores=5,7
/proc/16242/task/16295/stat : 16295 (python) S 16240 16242 15638 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 3 0 886423380 352886784 18460 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 7 0 0 0
[pid=16242/tid=16356] ppid=16240 vsize=344616 CPUtime=0 cores=5,7
/proc/16242/task/16356/stat : 16356 (python) S 16240 16242 15638 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 886433406 352886784 18460 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 1565828

[startup+222.301 s]
/proc/loadavg: 4.06 3.97 3.14 6/218 16510
/proc/meminfo: memFree=31355468/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=354872 CPUtime=10.85 cores=5,7
/proc/16242/stat : 16242 (python) S 16240 16242 15638 0 -1 4202496 29454 933 1 0 1075 10 0 0 20 0 4 0 886422279 363388928 18466 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16242/statm: 88718 18466 1872 364 0 24630 0
[pid=16294] ppid=16242 vsize=334360 CPUtime=0.13 cores=5,7
/proc/16294/stat : 16294 (python) S 16242 16242 15638 0 -1 4202560 1153 0 0 0 7 6 0 0 16 0 2 0 886423380 342384640 17002 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16294/statm: 83590 17002 415 364 0 19508 0
[pid=16296] ppid=16294 vsize=276240 CPUtime=100.1 cores=5,7
/proc/16296/stat : 16296 (hybridGM3) T 16294 16296 16296 0 -1 4202496 9521 0 0 0 10009 1 0 0 25 0 1 0 886423380 282869760 9256 33554432000 134512640 135204385 4288973856 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16296/statm: 69060 9256 64 169 0 68890 0
[pid=16294/tid=16354] ppid=16242 vsize=334360 CPUtime=0 cores=5,7
/proc/16294/task/16354/stat : 16354 (python) S 16242 16242 15638 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886433405 342384640 17002 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604458212318144 0 0 -1 5 0 0 0

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

[pid=16294] ppid=16242 vsize=334360 CPUtime=0.27 cores=5,7
/proc/16294/stat : 16294 (python) S 16242 16242 15638 0 -1 4202560 1208 0 0 0 14 13 0 0 16 0 2 0 886423380 342384640 17003 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16294/statm: 83590 17003 416 364 0 19508 0
[pid=16296] ppid=16294 vsize=276240 CPUtime=197.09 cores=5,7
/proc/16296/stat : 16296 (hybridGM3) T 16294 16296 16296 0 -1 4202496 9521 0 0 0 19708 1 0 0 25 0 1 0 886423380 282869760 9256 33554432000 134512640 135204385 4288973856 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16296/statm: 69060 9256 64 169 0 68890 0
[pid=16294/tid=16354] ppid=16242 vsize=334360 CPUtime=0 cores=5,7
/proc/16294/task/16354/stat : 16354 (python) S 16242 16242 15638 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886433405 342384640 17003 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604458212318144 0 0 -1 5 0 0 0
[pid=16355] ppid=16242 vsize=334372 CPUtime=0.28 cores=5,7
/proc/16355/stat : 16355 (python) S 16242 16242 15638 0 -1 4202560 1117 0 0 0 16 12 0 0 15 0 2 0 886433405 342396928 16986 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16355/statm: 83593 16986 399 364 0 19508 0
[pid=16357] ppid=16355 vsize=276240 CPUtime=197.32 cores=5,7
/proc/16357/stat : 16357 (hybridGM3) T 16355 16357 16357 0 -1 4202496 9522 0 0 0 19731 1 0 0 25 0 1 0 886433406 282869760 9259 33554432000 134512640 135204385 4290029232 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16357/statm: 69060 9259 64 169 0 68890 0
[pid=16355/tid=16506] ppid=16242 vsize=334372 CPUtime=0 cores=5,7
/proc/16355/task/16506/stat : 16506 (python) S 16242 16242 15638 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886443425 342396928 16986 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604467659201536 0 0 -1 7 0 0 0
[pid=16507] ppid=16242 vsize=344628 CPUtime=0.28 cores=5,7
/proc/16507/stat : 16507 (python) S 16242 16242 15638 0 -1 4202560 1111 0 0 0 16 12 0 0 16 0 2 0 886443425 352899072 16990 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16507/statm: 86157 16990 399 364 0 22069 0
[pid=16509] ppid=16507 vsize=276244 CPUtime=197.05 cores=5,7
/proc/16509/stat : 16509 (hybridGM3) T 16507 16509 16509 0 -1 4202496 9521 0 0 0 19704 1 0 0 25 0 1 0 886443426 282873856 9257 33554432000 134512640 135204385 4293916160 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16509/statm: 69061 9257 64 169 0 68891 0
[pid=16507/tid=16571] ppid=16242 vsize=344628 CPUtime=0 cores=5,7
/proc/16507/task/16571/stat : 16571 (python) S 16242 16242 15638 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886453446 352899072 16990 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604471118185600 0 0 -1 5 0 0 0
[pid=16693] ppid=16242 vsize=354884 CPUtime=0.14 cores=5,7
/proc/16693/stat : 16693 (python) S 16242 16242 15638 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 886472874 363401216 16994 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16693/statm: 88721 16994 399 364 0 24630 0
[pid=16695] ppid=16693 vsize=471116 CPUtime=99.99 cores=5,7
/proc/16695/stat : 16695 (TNM) T 16693 16695 16695 0 -1 4202496 8432 0 0 0 9998 1 0 0 25 0 1 0 886472874 482422784 8173 33554432000 134512640 135008748 4289131232 18446744073709551615 134527693 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16695/statm: 117779 8173 46 122 0 116679 0
[pid=16693/tid=16711] ppid=16242 vsize=354884 CPUtime=0 cores=5,7
/proc/16693/task/16711/stat : 16711 (python) S 16242 16242 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886482888 363401216 16994 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604471158782144 0 0 -1 7 0 0 0
[pid=16820] ppid=16242 vsize=365140 CPUtime=0.29 cores=5,7
/proc/16820/stat : 16820 (python) S 16242 16242 15638 0 -1 4202560 1132 0 0 0 15 14 0 0 15 0 2 0 886492603 373903360 16998 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16820/statm: 91285 16998 399 364 0 27191 0
[pid=16822] ppid=16820 vsize=276240 CPUtime=195.12 cores=5,7
/proc/16822/stat : 16822 (hybridGM3) T 16820 16822 16822 0 -1 4202496 9518 0 0 0 19511 1 0 0 25 0 1 0 886492603 282869760 9258 33554432000 134512640 135204385 4291462240 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16822/statm: 69060 9258 64 169 0 68890 0
[pid=16820/tid=16833] ppid=16242 vsize=365140 CPUtime=0 cores=5,7
/proc/16820/task/16833/stat : 16833 (python) S 16242 16242 15638 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886502625 373903360 16998 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604471120756992 0 0 -1 5 0 0 0
[pid=16845] ppid=16242 vsize=375396 CPUtime=0.29 cores=5,7
/proc/16845/stat : 16845 (python) S 16242 16242 15638 0 -1 4202560 1127 0 0 0 15 14 0 0 15 0 2 0 886512139 384405504 17002 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16845/statm: 93849 17002 399 364 0 29752 0
[pid=16847] ppid=16845 vsize=276236 CPUtime=195.04 cores=5,7
/proc/16847/stat : 16847 (hybridGM3) T 16845 16847 16847 0 -1 4202496 9520 0 0 0 19503 1 0 0 25 0 1 0 886512139 282865664 9260 33554432000 134512640 135204385 4288118336 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16847/statm: 69059 9260 64 169 0 68889 0
[pid=16845/tid=16858] ppid=16242 vsize=375396 CPUtime=0 cores=5,7
/proc/16845/task/16858/stat : 16858 (python) S 16242 16242 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886522160 384405504 17002 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604467659199744 0 0 -1 5 0 0 0
[pid=16866] ppid=16242 vsize=385652 CPUtime=0.14 cores=5,7
/proc/16866/stat : 16866 (python) S 16242 16242 15638 0 -1 4202560 926 0 0 0 7 7 0 0 15 0 1 0 886531674 394907648 16976 33554432000 4194304 5683644 140736673500560 18446744073709551615 251814260294 0 0 16781312 514 2244727754895360263 0 0 17 7 0 0 0
/proc/16866/statm: 96413 16976 370 364 0 32313 0
[pid=16868] ppid=16866 vsize=276244 CPUtime=88.33 cores=5,7
/proc/16868/stat : 16868 (hybridGM3) R 16866 16868 16868 0 -1 4202496 9520 0 0 0 8832 1 0 0 25 0 1 0 886531675 282873856 9256 33554432000 134512640 135204385 4294032016 18446744073709551615 134547687 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16868/statm: 69061 9256 64 169 0 68891 0
[pid=16242/tid=16295] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16295/stat : 16295 (python) S 16240 16242 15638 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 886423380 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 7 0 0 0
[pid=16242/tid=16356] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16356/stat : 16356 (python) S 16240 16242 15638 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 886433406 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
[pid=16242/tid=16508] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16508/stat : 16508 (python) S 16240 16242 15638 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 886443426 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
[pid=16242/tid=16694] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16694/stat : 16694 (python) S 16240 16242 15638 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 886472874 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
[pid=16242/tid=16821] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16821/stat : 16821 (python) S 16240 16242 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 8 0 886492603 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
[pid=16242/tid=16846] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16846/stat : 16846 (python) S 16240 16242 15638 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 886512139 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
[pid=16242/tid=16867] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16867/stat : 16867 (python) S 16240 16242 15638 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886531675 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.54
Current children cumulated vsize (KiB) 5018888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 4.07 4.04 3.70 5/282 16879
/proc/meminfo: memFree=31033376/32950928 swapFree=67050648/67111528
[pid=16242] ppid=16240 vsize=395896 CPUtime=10.91 cores=5,7
/proc/16242/stat : 16242 (python) S 16240 16242 15638 0 -1 4202496 33186 933 1 0 1080 11 0 0 20 0 8 0 886422279 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16242/statm: 98974 18490 1880 364 0 34874 0
[pid=16294] ppid=16242 vsize=334360 CPUtime=0.27 cores=5,7
/proc/16294/stat : 16294 (python) S 16242 16242 15638 0 -1 4202560 1208 0 0 0 14 13 0 0 16 0 2 0 886423380 342384640 17003 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16294/statm: 83590 17003 416 364 0 19508 0
[pid=16296] ppid=16294 vsize=276240 CPUtime=197.09 cores=5,7
/proc/16296/stat : 16296 (hybridGM3) T 16294 16296 16296 0 -1 4202496 9521 0 0 0 19708 1 0 0 25 0 1 0 886423380 282869760 9256 33554432000 134512640 135204385 4288973856 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16296/statm: 69060 9256 64 169 0 68890 0
[pid=16294/tid=16354] ppid=16242 vsize=334360 CPUtime=0 cores=5,7
/proc/16294/task/16354/stat : 16354 (python) S 16242 16242 15638 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886433405 342384640 17003 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604458212318144 0 0 -1 5 0 0 0
[pid=16355] ppid=16242 vsize=334372 CPUtime=0.28 cores=5,7
/proc/16355/stat : 16355 (python) S 16242 16242 15638 0 -1 4202560 1117 0 0 0 16 12 0 0 15 0 2 0 886433405 342396928 16986 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16355/statm: 83593 16986 399 364 0 19508 0
[pid=16357] ppid=16355 vsize=276240 CPUtime=197.32 cores=5,7
/proc/16357/stat : 16357 (hybridGM3) T 16355 16357 16357 0 -1 4202496 9522 0 0 0 19731 1 0 0 25 0 1 0 886433406 282869760 9259 33554432000 134512640 135204385 4290029232 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16357/statm: 69060 9259 64 169 0 68890 0
[pid=16355/tid=16506] ppid=16242 vsize=334372 CPUtime=0 cores=5,7
/proc/16355/task/16506/stat : 16506 (python) S 16242 16242 15638 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886443425 342396928 16986 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604467659201536 0 0 -1 7 0 0 0
[pid=16507] ppid=16242 vsize=344628 CPUtime=0.28 cores=5,7
/proc/16507/stat : 16507 (python) S 16242 16242 15638 0 -1 4202560 1111 0 0 0 16 12 0 0 16 0 2 0 886443425 352899072 16990 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16507/statm: 86157 16990 399 364 0 22069 0
[pid=16509] ppid=16507 vsize=276244 CPUtime=197.05 cores=5,7
/proc/16509/stat : 16509 (hybridGM3) T 16507 16509 16509 0 -1 4202496 9521 0 0 0 19704 1 0 0 25 0 1 0 886443426 282873856 9257 33554432000 134512640 135204385 4293916160 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/16509/statm: 69061 9257 64 169 0 68891 0
[pid=16507/tid=16571] ppid=16242 vsize=344628 CPUtime=0 cores=5,7
/proc/16507/task/16571/stat : 16571 (python) S 16242 16242 15638 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886453446 352899072 16990 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604471118185600 0 0 -1 5 0 0 0
[pid=16693] ppid=16242 vsize=354884 CPUtime=0.14 cores=5,7
/proc/16693/stat : 16693 (python) S 16242 16242 15638 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 886472874 363401216 16994 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16693/statm: 88721 16994 399 364 0 24630 0
[pid=16695] ppid=16693 vsize=471116 CPUtime=99.99 cores=5,7
/proc/16695/stat : 16695 (TNM) T 16693 16695 16695 0 -1 4202496 8432 0 0 0 9998 1 0 0 25 0 1 0 886472874 482422784 8173 33554432000 134512640 135008748 4289131232 18446744073709551615 134527693 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16695/statm: 117779 8173 46 122 0 116679 0
[pid=16693/tid=16711] ppid=16242 vsize=354884 CPUtime=0 cores=5,7
/proc/16693/task/16711/stat : 16711 (python) S 16242 16242 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886482888 363401216 16994 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604471158782144 0 0 -1 7 0 0 0
[pid=16820] ppid=16242 vsize=365140 CPUtime=0.29 cores=5,7
/proc/16820/stat : 16820 (python) S 16242 16242 15638 0 -1 4202560 1132 0 0 0 15 14 0 0 15 0 2 0 886492603 373903360 16998 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16820/statm: 91285 16998 399 364 0 27191 0
[pid=16822] ppid=16820 vsize=276240 CPUtime=195.12 cores=5,7
/proc/16822/stat : 16822 (hybridGM3) T 16820 16822 16822 0 -1 4202496 9518 0 0 0 19511 1 0 0 25 0 1 0 886492603 282869760 9258 33554432000 134512640 135204385 4291462240 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16822/statm: 69060 9258 64 169 0 68890 0
[pid=16820/tid=16833] ppid=16242 vsize=365140 CPUtime=0 cores=5,7
/proc/16820/task/16833/stat : 16833 (python) S 16242 16242 15638 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886502625 373903360 16998 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604471120756992 0 0 -1 5 0 0 0
[pid=16845] ppid=16242 vsize=375396 CPUtime=0.29 cores=5,7
/proc/16845/stat : 16845 (python) S 16242 16242 15638 0 -1 4202560 1127 0 0 0 15 14 0 0 15 0 2 0 886512139 384405504 17002 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16845/statm: 93849 17002 399 364 0 29752 0
[pid=16847] ppid=16845 vsize=276236 CPUtime=195.04 cores=5,7
/proc/16847/stat : 16847 (hybridGM3) T 16845 16847 16847 0 -1 4202496 9520 0 0 0 19503 1 0 0 25 0 1 0 886512139 282865664 9260 33554432000 134512640 135204385 4288118336 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16847/statm: 69059 9260 64 169 0 68889 0
[pid=16845/tid=16858] ppid=16242 vsize=375396 CPUtime=0 cores=5,7
/proc/16845/task/16858/stat : 16858 (python) S 16242 16242 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886522160 384405504 17002 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 514 18446604467659199744 0 0 -1 5 0 0 0
[pid=16866] ppid=16242 vsize=385652 CPUtime=0.16 cores=5,7
/proc/16866/stat : 16866 (python) S 16242 16242 15638 0 -1 4202560 930 0 0 0 8 8 0 0 15 0 1 0 886531674 394907648 16976 33554432000 4194304 5683644 140736673500560 18446744073709551615 251814260294 0 0 16781312 514 2244727754895360263 0 0 17 7 0 0 0
/proc/16866/statm: 96413 16976 370 364 0 32313 0
[pid=16868] ppid=16866 vsize=276244 CPUtime=105.84 cores=5,7
/proc/16868/stat : 16868 (hybridGM3) R 16866 16868 16868 0 -1 4202496 9520 0 0 0 10583 1 0 0 25 0 1 0 886531675 282873856 9256 33554432000 134512640 135204385 4294032016 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16868/statm: 69061 9256 64 169 0 68891 0
[pid=16242/tid=16295] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16295/stat : 16295 (python) S 16240 16242 15638 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 886423380 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 7 0 0 0
[pid=16242/tid=16356] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16356/stat : 16356 (python) S 16240 16242 15638 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 886433406 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
[pid=16242/tid=16508] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16508/stat : 16508 (python) S 16240 16242 15638 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 886443426 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
[pid=16242/tid=16694] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16694/stat : 16694 (python) S 16240 16242 15638 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 886472874 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
[pid=16242/tid=16821] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16821/stat : 16821 (python) S 16240 16242 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 8 0 886492603 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
[pid=16242/tid=16846] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16846/stat : 16846 (python) S 16240 16242 15638 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 886512139 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
[pid=16242/tid=16867] ppid=16240 vsize=395896 CPUtime=0 cores=5,7
/proc/16242/task/16867/stat : 16867 (python) S 16240 16242 15638 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 886531675 405397504 18490 33554432000 4194304 5683644 140736673500560 18446744073709551615 251826063793 0 0 16781312 2 18446604462762248384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 5018888

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

Real time (s): 1199.86
CPU time (s): 1200.07
CPU user time (s): 1199.1
CPU system time (s): 0.97
CPU usage (%): 100.018
Max. virtual memory (cumulated for all children) (KiB): 5018888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8084
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34123
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= 1012
involuntary context switches= 66

runsolver used 2.5986 second user time and 5.54016 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 01:23:56
IDJOB=3484190
IDBENCH=82701
IDSOLVER=1975
FILE ID=node126/3484190-1307748235
RUNJOBID= node126-1307747008-15659
PBS_JOBID= 13550831
Free space on /tmp= 74068 MiB

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

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

MD5SUM BENCH= d8337de8a71a630ccf2dd02943cd7d7f
RANDOM SEED=405752091

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31264652 kB
Buffers:        242196 kB
Cached:         837848 kB
SwapCached:      14888 kB
Active:         919816 kB
Inactive:       554840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31264652 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:          101292 kB
Writeback:          48 kB
AnonPages:      392292 kB
Mapped:          16536 kB
Slab:           136832 kB
PageTables:      13788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4490016 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= 74036 MiB
End job on node126 at 2011-06-11 01:43:58