Trace number 3377363

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
MD5SUM4033245e3bd21ace8cfcd57089ff73c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark213.183
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.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3377363-1305452726.cnf
0.31/0.45	c INFO: computing task features
1.08/1.22	c INFO: computed variable-clause graph statistics
1.08/1.25	c INFO: computed clause balance statistics
4.78/4.91	c INFO: computed variable balance statistics
7.68/7.80	c INFO: computed small-clause counts
7.68/7.82	c INFO: computed Horn-clause counts
10.68/10.90	c INFO: computed variable graph statistics
10.68/10.90	c INFO: collected features for HOME/instance-3377363-1305452726.cnf in 10.42 s
10.78/10.91	c INFO: running hybridGM3@0 for 97 with 2389 remaining (b = 0.35)
111.08/111.27	c INFO: running hybridGM3@0 for 97 with 2289 remaining (b = 0.21)
211.42/211.64	c INFO: running hybridGM3@0 for 97 with 2189 remaining (b = 0.14)
311.73/311.98	c INFO: running hybridGM3@100 for 97 with 2089 remaining (b = 0.10)
409.06/409.25	c INFO: running hybridGM3@100 for 97 with 1992 remaining (b = 0.10)
506.44/506.51	c INFO: running TNM@0 for 97 with 1895 remaining (b = 0.13)
606.67/606.79	c INFO: running hybridGM3@100 for 97 with 1795 remaining (b = 0.09)
704.10/704.06	c INFO: running hybridGM3@0 for 97 with 1698 remaining (b = 0.10)
804.46/804.42	c INFO: running hybridGM3@100 for 97 with 1598 remaining (b = 0.07)
899.67/899.67	c INFO: running hybridGM3@0 for 97 with 1503 remaining (b = 0.07)
1000.04/1000.03	c INFO: running hybridGM3@100 for 97 with 1403 remaining (b = 0.05)
1095.26/1095.28	c INFO: running hybridGM3@0 for 194 with 1308 remaining (b = 0.09)
1291.92/1291.88	c INFO: running hybridGM3@0 for 194 with 1111 remaining (b = 0.07)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377363-1305452726/watcher-3377363-1305452726 -o /tmp/evaluation-result-3377363-1305452726/solver-3377363-1305452726 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377363-1305452726.cnf -seed 1221912970 -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: 4.10 3.74 3.37 4/382 382
/proc/meminfo: memFree=27133948/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=14820 CPUtime=0 cores=1,3
/proc/382/stat : 382 (python) R 380 382 24378 0 -1 4202496 511 0 0 0 0 0 0 0 25 0 1 0 656871452 15175680 419 33554432000 4194304 5683644 140734583642640 18446744073709551615 268272684901 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/382/statm: 3705 419 259 364 0 192 0

[startup+0.0300969 s]
/proc/loadavg: 4.10 3.74 3.37 4/382 382
/proc/meminfo: memFree=27133948/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=18880 CPUtime=0.01 cores=1,3
/proc/382/stat : 382 (python) R 380 382 24378 0 -1 4202496 1278 0 0 0 1 0 0 0 25 0 1 0 656871452 19333120 1131 33554432000 4194304 5683644 140734583642640 18446744073709551615 4509190 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/382/statm: 4720 1131 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.101088 s]
/proc/loadavg: 4.10 3.74 3.37 4/382 382
/proc/meminfo: memFree=27133948/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=104612 CPUtime=0.07 cores=1,3
/proc/382/stat : 382 (python) S 380 382 24378 0 -1 4202496 3142 0 0 0 5 2 0 0 25 0 1 0 656871452 107122688 2821 33554432000 4194304 5683644 140734583642640 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/382/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.301052 s]
/proc/loadavg: 4.10 3.74 3.37 4/382 382
/proc/meminfo: memFree=27133948/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=198916 CPUtime=0.22 cores=1,3
/proc/382/stat : 382 (python) R 380 382 24378 0 -1 4202496 7028 931 1 0 16 6 0 0 25 0 1 0 656871452 203689984 5053 33554432000 4194304 5683644 140734583642640 18446744073709551615 47991453308836 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/382/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.70098 s]
/proc/loadavg: 4.10 3.74 3.37 4/382 382
/proc/meminfo: memFree=27133948/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=297880 CPUtime=0.6 cores=1,3
/proc/382/stat : 382 (python) R 380 382 24378 0 -1 4202496 14017 931 1 0 52 8 0 0 25 0 1 0 656871452 305029120 11688 33554432000 4194304 5683644 140734583642640 18446744073709551615 47991621391914 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/382/statm: 74470 11688 1761 364 0 10394 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 297880

[startup+1.50084 s]
/proc/loadavg: 4.10 3.74 3.37 5/383 387
/proc/meminfo: memFree=27075436/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=327996 CPUtime=1.38 cores=1,3
/proc/382/stat : 382 (python) R 380 382 24378 0 -1 4202496 27465 931 1 0 129 9 0 0 25 0 1 0 656871452 335867904 19384 33554432000 4194304 5683644 140734583642640 18446744073709551615 268272356224 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/382/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 327996

[startup+3.10055 s]
/proc/loadavg: 4.10 3.74 3.37 5/391 395
/proc/meminfo: memFree=27048232/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=327996 CPUtime=2.98 cores=1,3
/proc/382/stat : 382 (python) R 380 382 24378 0 -1 4202496 27465 931 1 0 289 9 0 0 25 0 1 0 656871452 335867904 19384 33554432000 4194304 5683644 140734583642640 18446744073709551615 47991457952009 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/382/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 327996

[startup+6.30098 s]
/proc/loadavg: 4.09 3.75 3.37 5/391 395
/proc/meminfo: memFree=27048460/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=327996 CPUtime=6.18 cores=1,3
/proc/382/stat : 382 (python) R 380 382 24378 0 -1 4202496 27466 931 1 0 609 9 0 0 25 0 1 0 656871452 335867904 19385 33554432000 4194304 5683644 140734583642640 18446744073709551615 47991450875415 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/382/statm: 81999 19385 1827 364 0 17923 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 327996

[startup+12.7008 s]
/proc/loadavg: 4.08 3.75 3.37 5/394 399
/proc/meminfo: memFree=27031700/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=334360 CPUtime=10.81 cores=1,3
/proc/382/stat : 382 (python) S 380 382 24378 0 -1 4202496 27751 931 1 0 1071 10 0 0 25 0 2 0 656871452 342384640 18453 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/382/statm: 83590 18453 1867 364 0 19508 0
[pid=397] ppid=382 vsize=324116 CPUtime=0 cores=1,3
/proc/397/stat : 397 (python) S 382 382 24378 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 656872544 331894784 16935 33554432000 4194304 5683644 140734583642640 18446744073709551615 268272709135 0 0 16781312 514 10852747943077740543 0 0 17 1 0 0 0
/proc/397/statm: 81029 16935 353 364 0 16947 0
[pid=399] ppid=397 vsize=276236 CPUtime=1.76 cores=1,3
/proc/399/stat : 399 (hybridGM3) R 397 399 399 0 -1 4202496 5092 0 0 0 176 0 0 0 25 0 1 0 656872545 282865664 4827 33554432000 134512640 135204385 4294806672 18446744073709551615 134543975 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/399/statm: 69059 4827 57 169 0 68889 0
[pid=382/tid=398] ppid=380 vsize=334360 CPUtime=0 cores=1,3
/proc/382/task/398/stat : 398 (python) S 380 382 24378 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 2 0 656872545 342384640 18453 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 934712

[startup+25.5006 s]
/proc/loadavg: 4.06 3.76 3.38 5/394 399
/proc/meminfo: memFree=27011764/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=334360 CPUtime=10.81 cores=1,3
/proc/382/stat : 382 (python) S 380 382 24378 0 -1 4202496 27751 931 1 0 1071 10 0 0 25 0 2 0 656871452 342384640 18453 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/382/statm: 83590 18453 1867 364 0 19508 0
[pid=397] ppid=382 vsize=324116 CPUtime=0.02 cores=1,3
/proc/397/stat : 397 (python) S 382 382 24378 0 -1 4202560 979 0 0 0 1 1 0 0 15 0 1 0 656872544 331894784 16963 33554432000 4194304 5683644 140734583642640 18446744073709551615 268272709135 0 0 16781312 514 16020183483859042565 0 0 17 1 0 0 0
/proc/397/statm: 81029 16963 381 364 0 16947 0
[pid=399] ppid=397 vsize=276240 CPUtime=14.53 cores=1,3
/proc/399/stat : 399 (hybridGM3) R 397 399 399 0 -1 4202496 9511 0 0 0 1453 0 0 0 25 0 1 0 656872545 282869760 9246 33554432000 134512640 135204385 4294806672 18446744073709551615 134546082 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/399/statm: 69060 9246 64 169 0 68890 0
[pid=382/tid=398] ppid=380 vsize=334360 CPUtime=0 cores=1,3
/proc/382/task/398/stat : 398 (python) S 380 382 24378 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 2 0 656872545 342384640 18453 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 934716

[startup+51.101 s]
/proc/loadavg: 4.04 3.78 3.40 5/394 400
/proc/meminfo: memFree=27011220/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=334360 CPUtime=10.81 cores=1,3
/proc/382/stat : 382 (python) S 380 382 24378 0 -1 4202496 27751 931 1 0 1071 10 0 0 25 0 2 0 656871452 342384640 18453 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/382/statm: 83590 18453 1867 364 0 19508 0
[pid=397] ppid=382 vsize=324116 CPUtime=0.09 cores=1,3
/proc/397/stat : 397 (python) R 382 382 24378 0 -1 4202560 994 0 0 0 5 4 0 0 15 0 1 0 656872544 331894784 16963 33554432000 4194304 5683644 140734583642640 18446744073709551615 268272687104 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/397/statm: 81030 16963 381 364 0 16948 0
[pid=399] ppid=397 vsize=276240 CPUtime=40.06 cores=1,3
/proc/399/stat : 399 (hybridGM3) R 397 399 399 0 -1 4202496 9511 0 0 0 4006 0 0 0 25 0 1 0 656872545 282869760 9246 33554432000 134512640 135204385 4294806672 18446744073709551615 134537290 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/399/statm: 69060 9246 64 169 0 68890 0
[pid=382/tid=398] ppid=380 vsize=334360 CPUtime=0 cores=1,3
/proc/382/task/398/stat : 398 (python) S 380 382 24378 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 2 0 656872545 342384640 18453 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 934716

[startup+102.314 s]
/proc/loadavg: 4.02 3.81 3.43 5/399 406
/proc/meminfo: memFree=27000380/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=334360 CPUtime=10.81 cores=1,3
/proc/382/stat : 382 (python) S 380 382 24378 0 -1 4202496 27751 931 1 0 1071 10 0 0 25 0 2 0 656871452 342384640 18453 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/382/statm: 83590 18453 1867 364 0 19508 0
[pid=397] ppid=382 vsize=324116 CPUtime=0.23 cores=1,3
/proc/397/stat : 397 (python) S 382 382 24378 0 -1 4202560 1015 0 0 0 13 10 0 0 15 0 1 0 656872544 331894784 16963 33554432000 4194304 5683644 140734583642640 18446744073709551615 268272709135 0 0 16781312 514 16020183483859042565 0 0 17 1 0 0 0
/proc/397/statm: 81029 16963 381 364 0 16947 0
[pid=399] ppid=397 vsize=276240 CPUtime=91.15 cores=1,3
/proc/399/stat : 399 (hybridGM3) R 397 399 399 0 -1 4202496 9516 0 0 0 9115 0 0 0 25 0 1 0 656872545 282869760 9251 33554432000 134512640 135204385 4294806672 18446744073709551615 134537322 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/399/statm: 69060 9251 64 169 0 68890 0
[pid=382/tid=398] ppid=380 vsize=334360 CPUtime=0 cores=1,3
/proc/382/task/398/stat : 398 (python) S 380 382 24378 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 2 0 656872545 342384640 18453 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 934716

[startup+162.301 s]
/proc/loadavg: 4.16 3.89 3.48 5/394 450
/proc/meminfo: memFree=27051876/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=344616 CPUtime=10.82 cores=1,3
/proc/382/stat : 382 (python) S 380 382 24378 0 -1 4202496 28635 931 1 0 1072 10 0 0 20 0 3 0 656871452 352886784 18460 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/382/statm: 86154 18460 1870 364 0 22069 0
[pid=397] ppid=382 vsize=334360 CPUtime=0.26 cores=1,3
/proc/397/stat : 397 (python) S 382 382 24378 0 -1 4202560 1156 0 0 0 15 11 0 0 16 0 2 0 656872544 342384640 17001 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/397/statm: 83590 17001 414 364 0 19508 0
[pid=399] ppid=397 vsize=276240 CPUtime=100.07 cores=1,3
/proc/399/stat : 399 (hybridGM3) T 397 399 399 0 -1 4202496 9516 0 0 0 10007 0 0 0 25 0 1 0 656872545 282869760 9251 33554432000 134512640 135204385 4294806672 18446744073709551615 134546099 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/399/statm: 69060 9251 64 169 0 68890 0
[pid=397/tid=411] ppid=382 vsize=334360 CPUtime=0 cores=1,3
/proc/397/task/411/stat : 411 (python) S 382 382 24378 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 656882579 342384640 17001 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604464029480128 0 0 -1 1 0 0 0
[pid=412] ppid=382 vsize=334372 CPUtime=0.12 cores=1,3
/proc/412/stat : 412 (python) S 382 382 24378 0 -1 4202560 896 0 0 0 6 6 0 0 15 0 1 0 656882580 342396928 16956 33554432000 4194304 5683644 140734583642640 18446744073709551615 268272709190 0 0 16781312 514 16020183483859042567 0 0 17 1 0 0 0
/proc/412/statm: 83593 16956 370 364 0 19508 0
[pid=414] ppid=412 vsize=276240 CPUtime=50.89 cores=1,3
/proc/414/stat : 414 (hybridGM3) R 412 414 414 0 -1 4202496 9518 0 0 0 5088 1 0 0 25 0 1 0 656882580 282869760 9253 33554432000 134512640 135204385 4289911440 18446744073709551615 134536705 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/414/statm: 69060 9253 64 169 0 68890 0
[pid=382/tid=398] ppid=380 vsize=344616 CPUtime=0 cores=1,3
/proc/382/task/398/stat : 398 (python) S 380 382 24378 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 3 0 656872545 352886784 18460 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=413] ppid=380 vsize=344616 CPUtime=0 cores=1,3
/proc/382/task/413/stat : 413 (python) S 380 382 24378 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 656882580 352886784 18460 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 1565828

[startup+222.301 s]
/proc/loadavg: 4.45 4.00 3.54 7/365 547
/proc/meminfo: memFree=27044452/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=354872 CPUtime=10.84 cores=1,3
/proc/382/stat : 382 (python) S 380 382 24378 0 -1 4202496 29496 931 1 0 1074 10 0 0 20 0 4 0 656871452 363388928 18466 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/382/statm: 88718 18466 1872 364 0 24630 0
[pid=397] ppid=382 vsize=334360 CPUtime=0.26 cores=1,3
/proc/397/stat : 397 (python) S 382 382 24378 0 -1 4202560 1156 0 0 0 15 11 0 0 16 0 2 0 656872544 342384640 17001 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/397/statm: 83590 17001 414 364 0 19508 0
[pid=399] ppid=397 vsize=276240 CPUtime=100.07 cores=1,3
/proc/399/stat : 399 (hybridGM3) T 397 399 399 0 -1 4202496 9516 0 0 0 10007 0 0 0 25 0 1 0 656872545 282869760 9251 33554432000 134512640 135204385 4294806672 18446744073709551615 134546099 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/399/statm: 69060 9251 64 169 0 68890 0
[pid=397/tid=411] ppid=382 vsize=334360 CPUtime=0 cores=1,3
/proc/397/task/411/stat : 411 (python) S 382 382 24378 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 656882579 342384640 17001 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604464029480128 0 0 -1 1 0 0 0

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

/proc/412/statm: 83593 16986 399 364 0 19508 0
[pid=414] ppid=412 vsize=276240 CPUtime=197.12 cores=1,3
/proc/414/stat : 414 (hybridGM3) T 412 414 414 0 -1 4202496 9524 0 0 0 19711 1 0 0 25 0 1 0 656882580 282869760 9259 33554432000 134512640 135204385 4289911440 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/414/statm: 69060 9259 64 169 0 68890 0
[pid=412/tid=544] ppid=382 vsize=334372 CPUtime=0 cores=1,3
/proc/412/task/544/stat : 544 (python) S 382 382 24378 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656892616 342396928 16986 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604457410438400 0 0 -1 1 0 0 0
[pid=545] ppid=382 vsize=344628 CPUtime=0.53 cores=1,3
/proc/545/stat : 545 (python) S 382 382 24378 0 -1 4202560 1123 0 0 0 26 27 0 0 15 0 2 0 656892617 352899072 16990 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/545/statm: 86157 16990 399 364 0 22069 0
[pid=547] ppid=545 vsize=276240 CPUtime=197.14 cores=1,3
/proc/547/stat : 547 (hybridGM3) T 545 547 547 0 -1 4202496 9516 0 0 0 19713 1 0 0 25 0 1 0 656892618 282869760 9253 33554432000 134512640 135204385 4292437296 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/547/statm: 69060 9253 64 169 0 68890 0
[pid=545/tid=563] ppid=382 vsize=344628 CPUtime=0 cores=1,3
/proc/545/task/563/stat : 563 (python) S 382 382 24378 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 656902650 352899072 16990 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604470214800640 0 0 -1 1 0 0 0
[pid=589] ppid=382 vsize=354884 CPUtime=0.27 cores=1,3
/proc/589/stat : 589 (python) S 382 382 24378 0 -1 4202560 1082 0 0 0 15 12 0 0 19 0 2 0 656922104 363401216 16994 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/589/statm: 88721 16994 399 364 0 24630 0
[pid=591] ppid=589 vsize=471116 CPUtime=100.04 cores=1,3
/proc/591/stat : 591 (TNM) T 589 591 591 0 -1 4202496 8435 0 0 0 10003 1 0 0 25 0 1 0 656922105 482422784 8171 33554432000 134512640 135008748 4288886224 18446744073709551615 134527118 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/591/statm: 117779 8171 46 122 0 116679 0
[pid=589/tid=617] ppid=382 vsize=354884 CPUtime=0 cores=1,3
/proc/589/task/617/stat : 617 (python) S 382 382 24378 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656932131 363401216 16994 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604470100646784 0 0 -1 3 0 0 0
[pid=646] ppid=382 vsize=365140 CPUtime=0.52 cores=1,3
/proc/646/stat : 646 (python) S 382 382 24378 0 -1 4202560 1127 0 0 0 26 26 0 0 15 0 2 0 656941859 373903360 16998 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/646/statm: 91285 16998 399 364 0 27191 0
[pid=648] ppid=646 vsize=276244 CPUtime=195.06 cores=1,3
/proc/648/stat : 648 (hybridGM3) T 646 648 648 0 -1 4202496 9523 0 0 0 19505 1 0 0 25 0 1 0 656941860 282873856 9259 33554432000 134512640 135204385 4294580816 18446744073709551615 134537455 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/648/statm: 69061 9259 64 169 0 68891 0
[pid=646/tid=660] ppid=382 vsize=365140 CPUtime=0 cores=1,3
/proc/646/task/660/stat : 660 (python) S 382 382 24378 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656951894 373903360 16998 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604468354247552 0 0 -1 1 0 0 0
[pid=671] ppid=382 vsize=375396 CPUtime=0.53 cores=1,3
/proc/671/stat : 671 (python) S 382 382 24378 0 -1 4202560 1140 0 0 0 28 25 0 0 15 0 2 0 656961420 384405504 17002 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/671/statm: 93849 17002 399 364 0 29752 0
[pid=673] ppid=671 vsize=276240 CPUtime=195.06 cores=1,3
/proc/673/stat : 673 (hybridGM3) T 671 673 673 0 -1 4202496 9523 0 0 0 19504 2 0 0 25 0 1 0 656961421 282869760 9259 33554432000 134512640 135204385 4293767632 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/673/statm: 69060 9259 64 169 0 68890 0
[pid=671/tid=845] ppid=382 vsize=375396 CPUtime=0 cores=1,3
/proc/671/task/845/stat : 845 (python) S 382 382 24378 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656971455 384405504 17002 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604470100644096 0 0 -1 1 0 0 0
[pid=863] ppid=382 vsize=385652 CPUtime=0.38 cores=1,3
/proc/863/stat : 863 (python) S 382 382 24378 0 -1 4202560 952 0 0 0 21 17 0 0 15 0 1 0 656980981 394907648 16976 33554432000 4194304 5683644 140734583642640 18446744073709551615 268272709190 0 0 16781312 514 16020183483859042565 0 0 17 1 0 0 0
/proc/863/statm: 96413 16976 370 364 0 32313 0
[pid=865] ppid=863 vsize=276240 CPUtime=146.65 cores=1,3
/proc/865/stat : 865 (hybridGM3) R 863 865 865 0 -1 4202496 9522 0 0 0 14664 1 0 0 25 0 1 0 656980982 282869760 9257 33554432000 134512640 135204385 4291923184 18446744073709551615 134536843 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/865/statm: 69060 9257 64 169 0 68890 0
[pid=382/tid=398] ppid=380 vsize=395896 CPUtime=0 cores=1,3
/proc/382/task/398/stat : 398 (python) S 380 382 24378 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 8 0 656872545 405397504 18498 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=413] ppid=380 vsize=395896 CPUtime=0 cores=1,3
/proc/382/task/413/stat : 413 (python) S 380 382 24378 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 656882580 405397504 18498 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=546] ppid=380 vsize=395896 CPUtime=0 cores=1,3
/proc/382/task/546/stat : 546 (python) S 380 382 24378 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 656892618 405397504 18498 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=590] ppid=380 vsize=395896 CPUtime=0 cores=1,3
/proc/382/task/590/stat : 590 (python) S 380 382 24378 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 656922105 405397504 18498 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=647] ppid=380 vsize=395896 CPUtime=0 cores=1,3
/proc/382/task/647/stat : 647 (python) S 380 382 24378 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 8 0 656941860 405397504 18498 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=672] ppid=380 vsize=395896 CPUtime=0 cores=1,3
/proc/382/task/672/stat : 672 (python) S 380 382 24378 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 656961421 405397504 18498 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=864] ppid=380 vsize=395896 CPUtime=0 cores=1,3
/proc/382/task/864/stat : 864 (python) S 380 382 24378 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 656980981 405397504 18498 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.39
Current children cumulated vsize (KiB) 5018888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.23 4.22 4.10 5/410 890
/proc/meminfo: memFree=26775816/32950928 swapFree=60199044/67111528
[pid=382] ppid=380 vsize=406152 CPUtime=10.95 cores=1,3
/proc/382/stat : 382 (python) S 380 382 24378 0 -1 4202496 34253 931 1 0 1084 11 0 0 19 0 9 0 656871452 415899648 18504 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/382/statm: 101538 18504 1890 364 0 37435 0
[pid=397] ppid=382 vsize=334360 CPUtime=0.53 cores=1,3
/proc/397/stat : 397 (python) S 382 382 24378 0 -1 4202560 1206 0 0 0 29 24 0 0 15 0 2 0 656872544 342384640 17002 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/397/statm: 83590 17002 415 364 0 19508 0
[pid=399] ppid=397 vsize=276240 CPUtime=197.09 cores=1,3
/proc/399/stat : 399 (hybridGM3) T 397 399 399 0 -1 4202496 9518 0 0 0 19709 0 0 0 25 0 1 0 656872545 282869760 9253 33554432000 134512640 135204385 4294806672 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/399/statm: 69060 9253 64 169 0 68890 0
[pid=397/tid=411] ppid=382 vsize=334360 CPUtime=0 cores=1,3
/proc/397/task/411/stat : 411 (python) S 382 382 24378 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656882579 342384640 17002 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604464029480128 0 0 -1 1 0 0 0
[pid=412] ppid=382 vsize=334372 CPUtime=0.53 cores=1,3
/proc/412/stat : 412 (python) S 382 382 24378 0 -1 4202560 1106 0 0 0 28 25 0 0 15 0 2 0 656882580 342396928 16986 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/412/statm: 83593 16986 399 364 0 19508 0
[pid=414] ppid=412 vsize=276240 CPUtime=197.12 cores=1,3
/proc/414/stat : 414 (hybridGM3) T 412 414 414 0 -1 4202496 9524 0 0 0 19711 1 0 0 25 0 1 0 656882580 282869760 9259 33554432000 134512640 135204385 4289911440 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/414/statm: 69060 9259 64 169 0 68890 0
[pid=412/tid=544] ppid=382 vsize=334372 CPUtime=0 cores=1,3
/proc/412/task/544/stat : 544 (python) S 382 382 24378 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656892616 342396928 16986 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604457410438400 0 0 -1 1 0 0 0
[pid=545] ppid=382 vsize=344628 CPUtime=0.53 cores=1,3
/proc/545/stat : 545 (python) S 382 382 24378 0 -1 4202560 1123 0 0 0 26 27 0 0 15 0 2 0 656892617 352899072 16990 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/545/statm: 86157 16990 399 364 0 22069 0
[pid=547] ppid=545 vsize=276240 CPUtime=197.14 cores=1,3
/proc/547/stat : 547 (hybridGM3) T 545 547 547 0 -1 4202496 9516 0 0 0 19713 1 0 0 25 0 1 0 656892618 282869760 9253 33554432000 134512640 135204385 4292437296 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/547/statm: 69060 9253 64 169 0 68890 0
[pid=545/tid=563] ppid=382 vsize=344628 CPUtime=0 cores=1,3
/proc/545/task/563/stat : 563 (python) S 382 382 24378 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 656902650 352899072 16990 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604470214800640 0 0 -1 1 0 0 0
[pid=589] ppid=382 vsize=354884 CPUtime=0.27 cores=1,3
/proc/589/stat : 589 (python) S 382 382 24378 0 -1 4202560 1082 0 0 0 15 12 0 0 19 0 2 0 656922104 363401216 16994 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/589/statm: 88721 16994 399 364 0 24630 0
[pid=591] ppid=589 vsize=471116 CPUtime=100.04 cores=1,3
/proc/591/stat : 591 (TNM) T 589 591 591 0 -1 4202496 8435 0 0 0 10003 1 0 0 25 0 1 0 656922105 482422784 8171 33554432000 134512640 135008748 4288886224 18446744073709551615 134527118 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/591/statm: 117779 8171 46 122 0 116679 0
[pid=589/tid=617] ppid=382 vsize=354884 CPUtime=0 cores=1,3
/proc/589/task/617/stat : 617 (python) S 382 382 24378 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656932131 363401216 16994 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604470100646784 0 0 -1 3 0 0 0
[pid=646] ppid=382 vsize=365140 CPUtime=0.52 cores=1,3
/proc/646/stat : 646 (python) S 382 382 24378 0 -1 4202560 1127 0 0 0 26 26 0 0 15 0 2 0 656941859 373903360 16998 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/646/statm: 91285 16998 399 364 0 27191 0
[pid=648] ppid=646 vsize=276244 CPUtime=195.06 cores=1,3
/proc/648/stat : 648 (hybridGM3) T 646 648 648 0 -1 4202496 9523 0 0 0 19505 1 0 0 25 0 1 0 656941860 282873856 9259 33554432000 134512640 135204385 4294580816 18446744073709551615 134537455 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/648/statm: 69061 9259 64 169 0 68891 0
[pid=646/tid=660] ppid=382 vsize=365140 CPUtime=0 cores=1,3
/proc/646/task/660/stat : 660 (python) S 382 382 24378 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656951894 373903360 16998 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604468354247552 0 0 -1 1 0 0 0
[pid=671] ppid=382 vsize=375396 CPUtime=0.53 cores=1,3
/proc/671/stat : 671 (python) S 382 382 24378 0 -1 4202560 1140 0 0 0 28 25 0 0 15 0 2 0 656961420 384405504 17002 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/671/statm: 93849 17002 399 364 0 29752 0
[pid=673] ppid=671 vsize=276240 CPUtime=195.06 cores=1,3
/proc/673/stat : 673 (hybridGM3) T 671 673 673 0 -1 4202496 9523 0 0 0 19504 2 0 0 25 0 1 0 656961421 282869760 9259 33554432000 134512640 135204385 4293767632 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/673/statm: 69060 9259 64 169 0 68890 0
[pid=671/tid=845] ppid=382 vsize=375396 CPUtime=0 cores=1,3
/proc/671/task/845/stat : 845 (python) S 382 382 24378 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656971455 384405504 17002 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604470100644096 0 0 -1 1 0 0 0
[pid=863] ppid=382 vsize=385652 CPUtime=0.53 cores=1,3
/proc/863/stat : 863 (python) S 382 382 24378 0 -1 4202560 1132 0 0 0 30 23 0 0 16 0 2 0 656980981 394907648 17006 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/863/statm: 96413 17006 399 364 0 32313 0
[pid=865] ppid=863 vsize=276240 CPUtime=196.1 cores=1,3
/proc/865/stat : 865 (hybridGM3) T 863 865 865 0 -1 4202496 9522 0 0 0 19609 1 0 0 25 0 1 0 656980982 282869760 9257 33554432000 134512640 135204385 4291923184 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/865/statm: 69060 9257 64 169 0 68890 0
[pid=863/tid=887] ppid=382 vsize=385652 CPUtime=0 cores=1,3
/proc/863/task/887/stat : 887 (python) S 382 382 24378 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 657000640 394907648 17006 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 514 18446604467136292160 0 0 -1 1 0 0 0
[pid=888] ppid=382 vsize=395908 CPUtime=0.01 cores=1,3
/proc/888/stat : 888 (python) S 382 382 24378 0 -1 4202560 937 0 0 0 0 1 0 0 15 0 1 0 657000641 405409792 16986 33554432000 4194304 5683644 140734583642640 18446744073709551615 268272709190 0 0 16781312 514 3745740901255708935 0 0 17 1 0 0 0
/proc/888/statm: 98977 16986 376 364 0 34874 0
[pid=890] ppid=888 vsize=276244 CPUtime=8.08 cores=1,3
/proc/890/stat : 890 (hybridGM3) R 888 890 890 0 -1 4202496 9522 0 0 0 807 1 0 0 25 0 1 0 657000641 282873856 9256 33554432000 134512640 135204385 4287789392 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/890/statm: 69061 9256 64 169 0 68891 0
[pid=382/tid=398] ppid=380 vsize=406152 CPUtime=0 cores=1,3
/proc/382/task/398/stat : 398 (python) S 380 382 24378 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 656872545 415899648 18504 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=413] ppid=380 vsize=406152 CPUtime=0 cores=1,3
/proc/382/task/413/stat : 413 (python) S 380 382 24378 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 656882580 415899648 18504 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=546] ppid=380 vsize=406152 CPUtime=0 cores=1,3
/proc/382/task/546/stat : 546 (python) S 380 382 24378 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 9 0 656892618 415899648 18504 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=590] ppid=380 vsize=406152 CPUtime=0 cores=1,3
/proc/382/task/590/stat : 590 (python) S 380 382 24378 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656922105 415899648 18504 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=647] ppid=380 vsize=406152 CPUtime=0 cores=1,3
/proc/382/task/647/stat : 647 (python) S 380 382 24378 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 656941860 415899648 18504 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=672] ppid=380 vsize=406152 CPUtime=0 cores=1,3
/proc/382/task/672/stat : 672 (python) S 380 382 24378 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 656961421 415899648 18504 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=864] ppid=380 vsize=406152 CPUtime=0 cores=1,3
/proc/382/task/864/stat : 864 (python) S 380 382 24378 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656980981 415899648 18504 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
[pid=382/tid=889] ppid=380 vsize=406152 CPUtime=0 cores=1,3
/proc/382/task/889/stat : 889 (python) S 380 382 24378 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 657000641 415899648 18504 33554432000 4194304 5683644 140734583642640 18446744073709551615 268284512689 0 0 16781312 2 18446604464029481920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.09
Current children cumulated vsize (KiB) 5701296

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 382 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=857349
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=123981
# CPU time returned by wait4() is 10.9813
# while last known CPU time is 1300.09
#
# 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.09
CPU user time (s): 1298.27
CPU system time (s): 1.82
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 5701296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8573
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35684
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= 1027
involuntary context switches= 83

runsolver used 4.97824 second user time and 11.0363 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 11:45:26
IDJOB=3377363
IDBENCH=82672
IDSOLVER=1857
FILE ID=node122/3377363-1305452726
RUNJOBID= node122-1305452222-32571
PBS_JOBID= 13324864
Free space on /tmp= 73404 MiB

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

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

MD5SUM BENCH= 4033245e3bd21ace8cfcd57089ff73c5
RANDOM SEED=1221912970

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27133980 kB
Buffers:        301724 kB
Cached:        3887376 kB
SwapCached:      50104 kB
Active:        1501412 kB
Inactive:      4076588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27133980 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           36744 kB
Writeback:           4 kB
AnonPages:     1349652 kB
Mapped:          21960 kB
Slab:           129652 kB
PageTables:      43824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 61410848 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= 73376 MiB
End job on node122 at 2011-05-15 12:07:09