Trace number 3484057

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)? (MO) 703.42 712.065

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S283489555-036-UNKNOWN.cnf
MD5SUMdd0dfae1a7fca71616878d93d3870a71
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark656.835
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.49/9.25	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.49/9.25	c INFO: solving HOME/instance-3484057-1307747009.cnf
0.49/9.25	c INFO: computing task features
0.55/9.37	c INFO: computed variable-clause graph statistics
0.55/9.37	c INFO: computed clause balance statistics
1.15/9.96	c INFO: computed variable balance statistics
1.35/10.19	c INFO: computed small-clause counts
1.35/10.19	c INFO: computed Horn-clause counts
1.46/10.21	c INFO: computed variable graph statistics
1.46/10.21	c INFO: collected features for HOME/instance-3484057-1307747009.cnf in 0.95 s
1.46/10.22	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.35)
101.48/110.38	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.12)
201.70/210.54	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.08)
301.81/310.67	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.06)
401.98/410.82	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.05)
502.21/510.98	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.39/611.16	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.71/711.31	c INFO: running adaptg2wsat2009++@0 for 97 with 498 remaining (b = 0.03)

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

running on 2 cores: 4,6

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: 0.32 0.07 0.02 5/180 12869
/proc/meminfo: memFree=31543576/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=14644 CPUtime=0 cores=4,6
/proc/12869/stat : 12869 (python) R 12863 12869 12804 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 886299934 14995456 299 33554432000 4194304 5683644 140737385115712 18446744073709551615 4540219 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12869/statm: 3661 301 213 364 0 148 0

[startup+0.091572 s]
/proc/loadavg: 0.32 0.07 0.02 5/180 12869
/proc/meminfo: memFree=31543576/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=15752 CPUtime=0 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 841 0 0 0 0 0 0 0 17 0 1 0 886299934 16130048 723 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/12869/statm: 3938 723 334 364 0 425 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15752

[startup+0.100569 s]
/proc/loadavg: 0.32 0.07 0.02 5/180 12869
/proc/meminfo: memFree=31543576/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=15772 CPUtime=0 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 904 0 0 0 0 0 0 0 17 0 1 0 886299934 16150528 783 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/12869/statm: 3943 783 346 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.300568 s]
/proc/loadavg: 0.32 0.07 0.02 5/180 12869
/proc/meminfo: memFree=31543576/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=16808 CPUtime=0.01 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 1229 0 0 0 1 0 0 0 15 0 1 0 886299934 17211392 1085 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/12869/statm: 4202 1085 417 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16808

[startup+0.880451 s]
/proc/loadavg: 0.32 0.07 0.02 5/180 12869
/proc/meminfo: memFree=31543576/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=84468 CPUtime=0.07 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 2399 0 0 0 4 3 0 0 16 0 1 0 886299934 86495232 2126 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699855507 0 0 17 4 0 0 0
/proc/12869/statm: 21117 2126 707 364 0 1334 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 84468

[startup+1.50634 s]
/proc/loadavg: 0.32 0.07 0.02 4/187 12880
/proc/meminfo: memFree=31516080/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=85356 CPUtime=0.08 cores=4,6
/proc/12869/stat : 12869 (python) D 12863 12869 12804 0 -1 4202496 2584 0 0 0 5 3 0 0 16 0 1 0 886299934 87404544 2307 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 4 0 0 0
/proc/12869/statm: 21339 2307 707 364 0 1556 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 85356

[startup+3.10107 s]
/proc/loadavg: 0.32 0.07 0.02 4/187 12880
/proc/meminfo: memFree=31515456/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=85356 CPUtime=0.08 cores=4,6
/proc/12869/stat : 12869 (python) D 12863 12869 12804 0 -1 4202496 2584 0 0 0 5 3 0 0 16 0 1 0 886299934 87404544 2307 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 4 0 0 0
/proc/12869/statm: 21339 2307 707 364 0 1556 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 85356
heavy processes:

[startup+6.30052 s]
/proc/loadavg: 0.85 0.18 0.06 3/188 12881
/proc/meminfo: memFree=31493992/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=121988 CPUtime=0.13 cores=4,6
/proc/12869/stat : 12869 (python) D 12863 12869 12804 0 -1 4202496 4172 0 1 0 8 5 0 0 16 0 1 0 886299934 124915712 3788 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 4 0 0 438
/proc/12869/statm: 30497 3788 986 364 0 2827 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 121988
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 1.19 0.26 0.08 7/194 12903
/proc/meminfo: memFree=31341788/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=289436 CPUtime=1.49 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 11583 932 1 0 126 23 0 0 19 0 2 0 886299934 296382464 7224 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 571
/proc/12869/statm: 72359 7224 1869 364 0 8277 0
[pid=12898] ppid=12869 vsize=279192 CPUtime=0 cores=4,6
/proc/12898/stat : 12898 (python) S 12869 12869 12804 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 886300957 285892608 5705 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970570255 0 0 16781312 514 3450157266215338242 0 0 17 4 0 0 0
/proc/12898/statm: 69798 5705 354 364 0 5716 0
[pid=12900] ppid=12898 vsize=1018616 CPUtime=2.45 cores=4,6
/proc/12900/stat : 12900 (gnovelty+2) R 12898 12900 12900 0 -1 4202496 766 0 0 0 245 0 0 0 25 0 1 0 886300957 1043062784 501 33554432000 134512640 135663704 4294014992 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12900/statm: 254654 501 113 282 0 254370 0
[pid=12869/tid=12899] ppid=12863 vsize=289436 CPUtime=0 cores=4,6
/proc/12869/task/12899/stat : 12899 (python) S 12863 12869 12804 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 886300957 296382464 7224 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 1587244
heavy processes:

[startup+25.5011 s]
/proc/loadavg: 2.39 0.57 0.19 8/200 12909
/proc/meminfo: memFree=31278380/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=289436 CPUtime=1.49 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 11583 932 1 0 126 23 0 0 19 0 2 0 886299934 296382464 7224 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 571
/proc/12869/statm: 72359 7224 1869 364 0 8277 0
[pid=12898] ppid=12869 vsize=279192 CPUtime=0.01 cores=4,6
/proc/12898/stat : 12898 (python) S 12869 12869 12804 0 -1 4202560 864 0 0 0 0 1 0 0 18 0 1 0 886300957 285892608 5728 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970570255 0 0 16781312 514 2181466253879640322 0 0 17 4 0 0 0
/proc/12898/statm: 69798 5728 377 364 0 5716 0
[pid=12900] ppid=12898 vsize=1018616 CPUtime=15.18 cores=4,6
/proc/12900/stat : 12900 (gnovelty+2) R 12898 12900 12900 0 -1 4202496 766 0 0 0 1517 1 0 0 25 0 1 0 886300957 1043062784 501 33554432000 134512640 135663704 4294014992 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12900/statm: 254654 501 113 282 0 254370 0
[pid=12869/tid=12899] ppid=12863 vsize=289436 CPUtime=0 cores=4,6
/proc/12869/task/12899/stat : 12899 (python) S 12863 12869 12804 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 886300957 296382464 7224 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (KiB) 1587244
heavy processes:

[startup+51.1008 s]
/proc/loadavg: 3.62 1.02 0.35 7/200 12911
/proc/meminfo: memFree=31272140/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=289436 CPUtime=1.49 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 11583 932 1 0 126 23 0 0 19 0 2 0 886299934 296382464 7224 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 571
/proc/12869/statm: 72359 7224 1869 364 0 8277 0
[pid=12898] ppid=12869 vsize=279192 CPUtime=0.04 cores=4,6
/proc/12898/stat : 12898 (python) S 12869 12869 12804 0 -1 4202560 880 0 0 0 2 2 0 0 18 0 1 0 886300957 285892608 5728 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970570255 0 0 16781312 514 2181466253879640322 0 0 17 4 0 0 0
/proc/12898/statm: 69798 5728 377 364 0 5716 0
[pid=12900] ppid=12898 vsize=1018616 CPUtime=40.74 cores=4,6
/proc/12900/stat : 12900 (gnovelty+2) R 12898 12900 12900 0 -1 4202496 766 0 0 0 4069 5 0 0 25 0 1 0 886300957 1043062784 501 33554432000 134512640 135663704 4294014992 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12900/statm: 254654 501 113 282 0 254370 0
[pid=12869/tid=12899] ppid=12863 vsize=289436 CPUtime=0 cores=4,6
/proc/12869/task/12899/stat : 12899 (python) S 12863 12869 12804 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 886300957 296382464 7224 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 42.27
Current children cumulated vsize (KiB) 1587244

[startup+102.301 s]
/proc/loadavg: 4.08 1.55 0.56 7/200 12957
/proc/meminfo: memFree=31223812/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=289436 CPUtime=1.49 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 11583 932 1 0 126 23 0 0 19 0 2 0 886299934 296382464 7224 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 571
/proc/12869/statm: 72359 7224 1869 364 0 8277 0
[pid=12898] ppid=12869 vsize=279192 CPUtime=0.11 cores=4,6
/proc/12898/stat : 12898 (python) S 12869 12869 12804 0 -1 4202560 902 0 0 0 6 5 0 0 18 0 1 0 886300957 285892608 5728 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970570255 0 0 16781312 514 2181466253879640322 0 0 17 4 0 0 0
/proc/12898/statm: 69798 5728 377 364 0 5716 0
[pid=12900] ppid=12898 vsize=1018616 CPUtime=91.88 cores=4,6
/proc/12900/stat : 12900 (gnovelty+2) R 12898 12900 12900 0 -1 4202496 766 0 0 0 9179 9 0 0 25 0 1 0 886300957 1043062784 501 33554432000 134512640 135663704 4294014992 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12900/statm: 254654 501 113 282 0 254370 0
[pid=12869/tid=12899] ppid=12863 vsize=289436 CPUtime=0 cores=4,6
/proc/12869/task/12899/stat : 12899 (python) S 12863 12869 12804 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 886300957 296382464 7224 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 93.48
Current children cumulated vsize (KiB) 1587244

[startup+162.301 s]
/proc/loadavg: 4.03 2.00 0.78 7/212 12973
/proc/meminfo: memFree=31143284/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=299864 CPUtime=1.49 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 12425 932 1 0 126 23 0 0 20 0 3 0 886299934 307060736 7290 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 571
/proc/12869/statm: 74966 7290 1872 364 0 10881 0
[pid=12898] ppid=12869 vsize=289436 CPUtime=0.13 cores=4,6
/proc/12898/stat : 12898 (python) S 12869 12869 12804 0 -1 4202560 1136 0 0 0 7 6 0 0 19 0 2 0 886300957 296382464 5771 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12898/statm: 72359 5771 415 364 0 8277 0
[pid=12900] ppid=12898 vsize=1018616 CPUtime=99.94 cores=4,6
/proc/12900/stat : 12900 (gnovelty+2) T 12898 12900 12900 0 -1 4202496 766 0 0 0 9985 9 0 0 25 0 1 0 886300957 1043062784 501 33554432000 134512640 135663704 4294014992 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12900/statm: 254654 501 113 282 0 254370 0
[pid=12898/tid=12960] ppid=12869 vsize=289436 CPUtime=0 cores=4,6
/proc/12898/task/12960/stat : 12960 (python) S 12869 12869 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886310972 296382464 5771 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453715995584 0 0 -1 6 0 0 0
[pid=12961] ppid=12869 vsize=289620 CPUtime=0.06 cores=4,6
/proc/12961/stat : 12961 (python) S 12869 12869 12804 0 -1 4202560 889 0 0 0 3 3 0 0 18 0 1 0 886310972 296570880 5785 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970570310 0 0 16781312 514 2181466253879640324 0 0 17 4 0 0 0
/proc/12961/statm: 72405 5785 371 364 0 8320 0
[pid=12963] ppid=12961 vsize=1018616 CPUtime=51.85 cores=4,6
/proc/12963/stat : 12963 (gnovelty+2) R 12961 12963 12963 0 -1 4202496 765 0 0 0 5185 0 0 0 25 0 1 0 886310973 1043062784 501 33554432000 134512640 135663704 4289402832 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12963/statm: 254654 501 113 282 0 254370 0
[pid=12869/tid=12899] ppid=12863 vsize=299864 CPUtime=0 cores=4,6
/proc/12869/task/12899/stat : 12899 (python) S 12863 12869 12804 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 3 0 886300957 307060736 7290 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=12962] ppid=12863 vsize=299864 CPUtime=0 cores=4,6
/proc/12869/task/12962/stat : 12962 (python) S 12863 12869 12804 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886310973 307060736 7290 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 153.47
Current children cumulated vsize (KiB) 2916152

[startup+222.301 s]
/proc/loadavg: 4.05 2.37 0.98 7/228 12992
/proc/meminfo: memFree=31036760/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=310724 CPUtime=1.5 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 13272 932 1 0 127 23 0 0 20 0 4 0 886299934 318181376 7439 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 571
/proc/12869/statm: 77681 7439 1882 364 0 13593 0
[pid=12898] ppid=12869 vsize=289436 CPUtime=0.13 cores=4,6
/proc/12898/stat : 12898 (python) S 12869 12869 12804 0 -1 4202560 1136 0 0 0 7 6 0 0 19 0 2 0 886300957 296382464 5771 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12898/statm: 72359 5771 415 364 0 8277 0
[pid=12900] ppid=12898 vsize=1018616 CPUtime=99.94 cores=4,6

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

/proc/12961/statm: 72405 5815 400 364 0 8320 0
[pid=12963] ppid=12961 vsize=1018616 CPUtime=100.05 cores=4,6
/proc/12963/stat : 12963 (gnovelty+2) T 12961 12963 12963 0 -1 4202496 765 0 0 0 10005 0 0 0 25 0 1 0 886310973 1043062784 501 33554432000 134512640 135663704 4289402832 18446744073709551615 134524732 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12963/statm: 254654 501 113 282 0 254370 0
[pid=12961/tid=12981] ppid=12869 vsize=289620 CPUtime=0 cores=4,6
/proc/12961/task/12981/stat : 12981 (python) S 12869 12869 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886320988 296570880 5815 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453850079488 0 0 -1 6 0 0 0
[pid=12982] ppid=12869 vsize=300480 CPUtime=0.13 cores=4,6
/proc/12982/stat : 12982 (python) S 12869 12869 12804 0 -1 4202560 1071 0 0 0 7 6 0 0 19 0 2 0 886320988 307691520 5954 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12982/statm: 75120 5954 399 364 0 11032 0
[pid=12984] ppid=12982 vsize=418636 CPUtime=100 cores=4,6
/proc/12984/stat : 12984 (adaptg2wsat2009) T 12982 12984 12984 0 -1 4202496 1221 0 0 0 10000 0 0 0 25 0 1 0 886320989 428683264 955 33554432000 134512640 135107411 4286823248 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12984/statm: 104659 955 59 146 0 103535 0
[pid=12982/tid=12999] ppid=12869 vsize=300480 CPUtime=0 cores=4,6
/proc/12982/task/12999/stat : 12999 (python) S 12869 12869 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886331001 307691520 5954 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453824899008 0 0 -1 6 0 0 0
[pid=13000] ppid=12869 vsize=310736 CPUtime=0.14 cores=4,6
/proc/13000/stat : 13000 (python) S 12869 12869 12804 0 -1 4202560 1084 0 0 0 9 5 0 0 19 0 2 0 886331002 318193664 5958 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13000/statm: 77684 5958 400 364 0 13593 0
[pid=13002] ppid=13000 vsize=418636 CPUtime=99.98 cores=4,6
/proc/13002/stat : 13002 (adaptg2wsat2009) T 13000 13002 13002 0 -1 4202496 1222 0 0 0 9998 0 0 0 25 0 1 0 886331002 428683264 955 33554432000 134512640 135107411 4290018208 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13002/statm: 104659 955 59 146 0 103535 0
[pid=13000/tid=13010] ppid=12869 vsize=310736 CPUtime=0 cores=4,6
/proc/13000/task/13010/stat : 13010 (python) S 12869 12869 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886341016 318193664 5958 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453733840704 0 0 -1 4 0 0 0
[pid=13011] ppid=12869 vsize=320992 CPUtime=0.15 cores=4,6
/proc/13011/stat : 13011 (python) S 12869 12869 12804 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 886341017 328695808 5962 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13011/statm: 80248 5962 399 364 0 16154 0
[pid=13013] ppid=13011 vsize=418636 CPUtime=100.14 cores=4,6
/proc/13013/stat : 13013 (adaptg2wsat2009) T 13011 13013 13013 0 -1 4202496 1220 0 0 0 10014 0 0 0 25 0 1 0 886341017 428683264 956 33554432000 134512640 135107411 4287457184 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13013/statm: 104659 956 59 146 0 103535 0
[pid=13011/tid=13022] ppid=12869 vsize=320992 CPUtime=0 cores=4,6
/proc/13011/task/13022/stat : 13022 (python) S 12869 12869 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886351031 328695808 5962 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453824897216 0 0 -1 6 0 0 0
[pid=13023] ppid=12869 vsize=331248 CPUtime=0.14 cores=4,6
/proc/13023/stat : 13023 (python) S 12869 12869 12804 0 -1 4202560 1073 0 0 0 7 7 0 0 19 0 2 0 886351032 339197952 5966 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13023/statm: 82812 5966 400 364 0 18715 0
[pid=13025] ppid=13023 vsize=1018616 CPUtime=99.98 cores=4,6
/proc/13025/stat : 13025 (gnovelty+2) T 13023 13025 13025 0 -1 4202496 764 0 0 0 9998 0 0 0 25 0 1 0 886351033 1043062784 500 33554432000 134512640 135663704 4294919344 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13025/statm: 254654 500 113 282 0 254370 0
[pid=13023/tid=13036] ppid=12869 vsize=331248 CPUtime=0 cores=4,6
/proc/13023/task/13036/stat : 13036 (python) S 12869 12869 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886361049 339197952 5966 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453781080896 0 0 -1 6 0 0 0
[pid=13037] ppid=12869 vsize=341504 CPUtime=0.13 cores=4,6
/proc/13037/stat : 13037 (python) S 12869 12869 12804 0 -1 4202560 917 0 0 0 6 7 0 0 18 0 1 0 886361050 349700096 5940 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970570310 0 0 16781312 514 2181466253879640322 0 0 17 6 0 0 0
/proc/13037/statm: 85376 5940 371 364 0 21276 0
[pid=13039] ppid=13037 vsize=248656 CPUtime=91.13 cores=4,6
/proc/13039/stat : 13039 (FH) R 13037 13039 13039 0 -1 4202496 1121 0 0 0 9112 1 0 0 25 0 1 0 886361051 254623744 857 33554432000 134512640 134936988 4290692720 18446744073709551615 134553311 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13039/statm: 62164 857 41 104 0 61668 0
[pid=12869/tid=12899] ppid=12863 vsize=351748 CPUtime=0 cores=4,6
/proc/12869/task/12899/stat : 12899 (python) S 12863 12869 12804 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 8 0 886300957 360189952 7463 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=12962] ppid=12863 vsize=351748 CPUtime=0 cores=4,6
/proc/12869/task/12962/stat : 12962 (python) S 12863 12869 12804 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 8 0 886310973 360189952 7463 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=12983] ppid=12863 vsize=351748 CPUtime=0 cores=4,6
/proc/12869/task/12983/stat : 12983 (python) S 12863 12869 12804 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 8 0 886320989 360189952 7463 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=13001] ppid=12863 vsize=351748 CPUtime=0 cores=4,6
/proc/12869/task/13001/stat : 13001 (python) S 12863 12869 12804 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 886331002 360189952 7463 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 6 0 0 0
[pid=12869/tid=13012] ppid=12863 vsize=351748 CPUtime=0 cores=4,6
/proc/12869/task/13012/stat : 13012 (python) S 12863 12869 12804 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 886341017 360189952 7463 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=13024] ppid=12863 vsize=351748 CPUtime=0 cores=4,6
/proc/12869/task/13024/stat : 13024 (python) S 12863 12869 12804 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 886351033 360189952 7463 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=13038] ppid=12863 vsize=351748 CPUtime=0 cores=4,6
/proc/12869/task/13038/stat : 13038 (python) S 12863 12869 12804 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 886361050 360189952 7463 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 693.7
Current children cumulated vsize (KiB) 7096176



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+712.001 s]
/proc/loadavg: 4.50 3.92 2.31 5/268 13055
/proc/meminfo: memFree=30736512/32951132 swapFree=67052544/67111528
[pid=12869] ppid=12863 vsize=362004 CPUtime=1.55 cores=4,6
/proc/12869/stat : 12869 (python) S 12863 12869 12804 0 -1 4202496 17485 932 1 0 131 24 0 0 20 0 9 0 886299934 370692096 7469 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 571
/proc/12869/statm: 90501 7469 1892 364 0 26398 0
[pid=12898] ppid=12869 vsize=289436 CPUtime=0.13 cores=4,6
/proc/12898/stat : 12898 (python) S 12869 12869 12804 0 -1 4202560 1136 0 0 0 7 6 0 0 19 0 2 0 886300957 296382464 5771 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12898/statm: 72359 5771 415 364 0 8277 0
[pid=12900] ppid=12898 vsize=1018616 CPUtime=99.94 cores=4,6
/proc/12900/stat : 12900 (gnovelty+2) T 12898 12900 12900 0 -1 4202496 766 0 0 0 9985 9 0 0 25 0 1 0 886300957 1043062784 501 33554432000 134512640 135663704 4294014992 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12900/statm: 254654 501 113 282 0 254370 0
[pid=12898/tid=12960] ppid=12869 vsize=289436 CPUtime=0 cores=4,6
/proc/12898/task/12960/stat : 12960 (python) S 12869 12869 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886310972 296382464 5771 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453715995584 0 0 -1 6 0 0 0
[pid=12961] ppid=12869 vsize=289620 CPUtime=0.12 cores=4,6
/proc/12961/stat : 12961 (python) S 12869 12869 12804 0 -1 4202560 1068 0 0 0 6 6 0 0 19 0 2 0 886310972 296570880 5815 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12961/statm: 72405 5815 400 364 0 8320 0
[pid=12963] ppid=12961 vsize=1018616 CPUtime=100.05 cores=4,6
/proc/12963/stat : 12963 (gnovelty+2) T 12961 12963 12963 0 -1 4202496 765 0 0 0 10005 0 0 0 25 0 1 0 886310973 1043062784 501 33554432000 134512640 135663704 4289402832 18446744073709551615 134524732 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12963/statm: 254654 501 113 282 0 254370 0
[pid=12961/tid=12981] ppid=12869 vsize=289620 CPUtime=0 cores=4,6
/proc/12961/task/12981/stat : 12981 (python) S 12869 12869 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886320988 296570880 5815 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453850079488 0 0 -1 6 0 0 0
[pid=12982] ppid=12869 vsize=300480 CPUtime=0.13 cores=4,6
/proc/12982/stat : 12982 (python) S 12869 12869 12804 0 -1 4202560 1071 0 0 0 7 6 0 0 19 0 2 0 886320988 307691520 5954 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12982/statm: 75120 5954 399 364 0 11032 0
[pid=12984] ppid=12982 vsize=418636 CPUtime=100 cores=4,6
/proc/12984/stat : 12984 (adaptg2wsat2009) T 12982 12984 12984 0 -1 4202496 1221 0 0 0 10000 0 0 0 25 0 1 0 886320989 428683264 955 33554432000 134512640 135107411 4286823248 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12984/statm: 104659 955 59 146 0 103535 0
[pid=12982/tid=12999] ppid=12869 vsize=300480 CPUtime=0 cores=4,6
/proc/12982/task/12999/stat : 12999 (python) S 12869 12869 12804 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886331001 307691520 5954 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453824899008 0 0 -1 6 0 0 0
[pid=13000] ppid=12869 vsize=310736 CPUtime=0.14 cores=4,6
/proc/13000/stat : 13000 (python) S 12869 12869 12804 0 -1 4202560 1084 0 0 0 9 5 0 0 19 0 2 0 886331002 318193664 5958 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13000/statm: 77684 5958 400 364 0 13593 0
[pid=13002] ppid=13000 vsize=418636 CPUtime=99.98 cores=4,6
/proc/13002/stat : 13002 (adaptg2wsat2009) T 13000 13002 13002 0 -1 4202496 1222 0 0 0 9998 0 0 0 25 0 1 0 886331002 428683264 955 33554432000 134512640 135107411 4290018208 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13002/statm: 104659 955 59 146 0 103535 0
[pid=13000/tid=13010] ppid=12869 vsize=310736 CPUtime=0 cores=4,6
/proc/13000/task/13010/stat : 13010 (python) S 12869 12869 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886341016 318193664 5958 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453733840704 0 0 -1 4 0 0 0
[pid=13011] ppid=12869 vsize=320992 CPUtime=0.15 cores=4,6
/proc/13011/stat : 13011 (python) S 12869 12869 12804 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 886341017 328695808 5962 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13011/statm: 80248 5962 399 364 0 16154 0
[pid=13013] ppid=13011 vsize=418636 CPUtime=100.14 cores=4,6
/proc/13013/stat : 13013 (adaptg2wsat2009) T 13011 13013 13013 0 -1 4202496 1220 0 0 0 10014 0 0 0 25 0 1 0 886341017 428683264 956 33554432000 134512640 135107411 4287457184 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13013/statm: 104659 956 59 146 0 103535 0
[pid=13011/tid=13022] ppid=12869 vsize=320992 CPUtime=0 cores=4,6
/proc/13011/task/13022/stat : 13022 (python) S 12869 12869 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886351031 328695808 5962 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453824897216 0 0 -1 6 0 0 0
[pid=13023] ppid=12869 vsize=331248 CPUtime=0.14 cores=4,6
/proc/13023/stat : 13023 (python) S 12869 12869 12804 0 -1 4202560 1073 0 0 0 7 7 0 0 19 0 2 0 886351032 339197952 5966 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13023/statm: 82812 5966 400 364 0 18715 0
[pid=13025] ppid=13023 vsize=1018616 CPUtime=99.98 cores=4,6
/proc/13025/stat : 13025 (gnovelty+2) T 13023 13025 13025 0 -1 4202496 764 0 0 0 9998 0 0 0 25 0 1 0 886351033 1043062784 500 33554432000 134512640 135663704 4294919344 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13025/statm: 254654 500 113 282 0 254370 0
[pid=13023/tid=13036] ppid=12869 vsize=331248 CPUtime=0 cores=4,6
/proc/13023/task/13036/stat : 13036 (python) S 12869 12869 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886361049 339197952 5966 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604453781080896 0 0 -1 6 0 0 0
[pid=13037] ppid=12869 vsize=341504 CPUtime=0.15 cores=4,6
/proc/13037/stat : 13037 (python) S 12869 12869 12804 0 -1 4202560 1077 0 0 0 7 8 0 0 19 0 2 0 886361050 349700096 5970 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13037/statm: 85376 5970 400 364 0 21276 0
[pid=13039] ppid=13037 vsize=248656 CPUtime=100.13 cores=4,6
/proc/13039/stat : 13039 (FH) T 13037 13039 13039 0 -1 4202496 1121 0 0 0 10012 1 0 0 25 0 1 0 886361051 254623744 857 33554432000 134512640 134936988 4290692720 18446744073709551615 134554216 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13039/statm: 62164 857 41 104 0 61668 0
[pid=13037/tid=13052] ppid=12869 vsize=341504 CPUtime=0 cores=4,6
/proc/13037/task/13052/stat : 13052 (python) S 12869 12869 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886371065 349700096 5970 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 514 18446604450728182016 0 0 -1 4 0 0 0
[pid=13053] ppid=12869 vsize=351760 CPUtime=0 cores=4,6
/proc/13053/stat : 13053 (python) S 12869 12869 12804 0 -1 4202560 830 0 0 0 0 0 0 0 19 0 1 0 886371066 360202240 5923 33554432000 4194304 5683644 140737385115712 18446744073709551615 242970570310 0 0 16781312 514 2904330832007135231 0 0 17 4 0 0 0
/proc/13053/statm: 87940 5923 350 364 0 23837 0
[pid=13055] ppid=13053 vsize=418500 CPUtime=0.69 cores=4,6
/proc/13055/stat : 13055 (adaptg2wsat2009) R 13053 13055 13055 0 -1 4202496 1074 0 0 0 69 0 0 0 22 0 1 0 886371066 428544000 808 33554432000 134512640 135107411 4287825456 18446744073709551615 134523440 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13055/statm: 104625 808 49 146 0 103501 0
[pid=12869/tid=12899] ppid=12863 vsize=362004 CPUtime=0 cores=4,6
/proc/12869/task/12899/stat : 12899 (python) S 12863 12869 12804 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 886300957 370692096 7469 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=12962] ppid=12863 vsize=362004 CPUtime=0 cores=4,6
/proc/12869/task/12962/stat : 12962 (python) S 12863 12869 12804 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 886310973 370692096 7469 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=12983] ppid=12863 vsize=362004 CPUtime=0 cores=4,6
/proc/12869/task/12983/stat : 12983 (python) S 12863 12869 12804 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 886320989 370692096 7469 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=13001] ppid=12863 vsize=362004 CPUtime=0 cores=4,6
/proc/12869/task/13001/stat : 13001 (python) S 12863 12869 12804 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886331002 370692096 7469 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 6 0 0 0
[pid=12869/tid=13012] ppid=12863 vsize=362004 CPUtime=0 cores=4,6
/proc/12869/task/13012/stat : 13012 (python) S 12863 12869 12804 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 886341017 370692096 7469 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=13024] ppid=12863 vsize=362004 CPUtime=0 cores=4,6
/proc/12869/task/13024/stat : 13024 (python) S 12863 12869 12804 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886351033 370692096 7469 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
[pid=12869/tid=13038] ppid=12863 vsize=362004 CPUtime=0 cores=4,6
/proc/12869/task/13038/stat : 13038 (python) S 12863 12869 12804 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886361050 370692096 7469 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 6 0 0 0
[pid=12869/tid=13054] ppid=12863 vsize=362004 CPUtime=0 cores=4,6
/proc/12869/task/13054/stat : 13054 (python) S 12863 12869 12804 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886371066 370692096 7469 33554432000 4194304 5683644 140737385115712 18446744073709551615 242982373809 0 0 16781312 2 18446604453824898112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 703.42
Current children cumulated vsize (KiB) 7876692

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 12869 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=313800
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=253961
# CPU time returned by wait4() is 1.56776
# while last known CPU time is 703.42
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 712.065
CPU time (s): 703.42
CPU user time (s): 702.63
CPU system time (s): 0.79
CPU usage (%): 98.7859
Max. virtual memory (cumulated for all children) (KiB): 7876692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3138
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18423
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= 24088
involuntary context switches= 54

runsolver used 1.79473 second user time and 3.34149 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 01:03:30
IDJOB=3484057
IDBENCH=82568
IDSOLVER=1975
FILE ID=node128/3484057-1307747009
RUNJOBID= node128-1307747008-12823
PBS_JOBID= 13550829
Free space on /tmp= 74124 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S283489555-036-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-3484057-1307747009/watcher-3484057-1307747009 -o /tmp/evaluation-result-3484057-1307747009/solver-3484057-1307747009 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484057-1307747009.cnf -seed 784156632 -budget 1200

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

MD5SUM BENCH= dd0dfae1a7fca71616878d93d3870a71
RANDOM SEED=784156632

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31546604 kB
Buffers:        237744 kB
Cached:         940896 kB
SwapCached:      11336 kB
Active:         354196 kB
Inactive:       843476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31546604 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:          135092 kB
Writeback:           0 kB
AnonPages:       17376 kB
Mapped:           9620 kB
Slab:           142024 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   192176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73892 MiB
End job on node128 at 2011-06-11 01:15:27