Trace number 3484218

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1565617179-002.UNKNOWN.cnf
MD5SUMc557851ca2e09c43aa7c0a50184336eb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.33/0.72	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.72	c INFO: solving HOME/instance-3484218-1307748401.cnf
0.33/0.72	c INFO: computing task features
0.33/0.73	c INFO: computed variable-clause graph statistics
0.33/0.73	c INFO: computed clause balance statistics
0.33/0.79	c INFO: computed variable balance statistics
0.43/0.83	c INFO: computed small-clause counts
0.43/0.83	c INFO: computed Horn-clause counts
0.43/0.83	c INFO: computed variable graph statistics
0.43/0.83	c INFO: collected features for HOME/instance-3484218-1307748401.cnf in 0.11 s
0.43/0.84	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
100.54/100.97	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.07)
200.75/201.11	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.39)
882.48/882.77	c INFO: running march_hi@0 for 194 with 319 remaining (b = 0.14)
1078.55/1078.77	c INFO: running march_hi@680 for 123 with 123 remaining (b = 0.06)

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.90 4.05 4.33 4/210 15754
/proc/meminfo: memFree=31605052/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=15184 CPUtime=0 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 712 0 0 0 0 0 0 0 25 0 1 0 886438316 15548416 603 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/15754/statm: 3796 603 319 364 0 283 0

[startup+0.063523 s]
/proc/loadavg: 3.90 4.05 4.33 4/210 15754
/proc/meminfo: memFree=31605052/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=29784 CPUtime=0.03 cores=5,7
/proc/15754/stat : 15754 (python) R 15752 15754 15206 0 -1 4202496 1459 0 0 0 3 0 0 0 17 0 1 0 886438316 30498816 1298 33554432000 4194304 5683644 140734369166176 18446744073709551615 4875559 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15754/statm: 7446 1298 443 364 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29784

[startup+0.100517 s]
/proc/loadavg: 3.90 4.05 4.33 4/210 15754
/proc/meminfo: memFree=31605052/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=87700 CPUtime=0.06 cores=5,7
/proc/15754/stat : 15754 (python) R 15752 15754 15206 0 -1 4202496 2638 0 0 0 5 1 0 0 17 0 1 0 886438316 89804800 2353 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15754/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.30048 s]
/proc/loadavg: 3.90 4.05 4.33 4/210 15754
/proc/meminfo: memFree=31605052/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=135744 CPUtime=0.15 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 5971 933 1 0 13 2 0 0 17 0 1 0 886438316 139001856 4148 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516830213 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/15754/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135744

[startup+0.700405 s]
/proc/loadavg: 3.90 4.05 4.33 4/210 15754
/proc/meminfo: memFree=31605052/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=259452 CPUtime=0.33 cores=5,7
/proc/15754/stat : 15754 (python) R 15752 15754 15206 0 -1 4202496 8650 933 1 0 27 6 0 0 15 0 1 0 886438316 265678848 6473 33554432000 4194304 5683644 140734369166176 18446744073709551615 4876579 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15754/statm: 64863 6473 1656 364 0 5221 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 259452

[startup+1.50027 s]
/proc/loadavg: 3.90 4.05 4.33 5/216 15804
/proc/meminfo: memFree=31566568/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=288852 CPUtime=0.47 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 9814 933 1 0 40 7 0 0 17 0 2 0 886438316 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 72213 7091 1875 364 0 8131 0
[pid=15802] ppid=15754 vsize=278608 CPUtime=0 cores=5,7
/proc/15802/stat : 15802 (python) S 15754 15754 15206 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886438401 285294592 5566 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516854287 0 0 16781312 514 15338877430194503679 0 0 17 5 0 0 0
/proc/15802/statm: 69652 5566 354 364 0 5570 0
[pid=15804] ppid=15802 vsize=1017936 CPUtime=0.64 cores=5,7
/proc/15804/stat : 15804 (gnovelty+2) R 15802 15804 15804 0 -1 4202496 458 0 0 0 64 0 0 0 21 0 1 0 886438401 1042366464 196 33554432000 134512640 135663704 4291072080 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15804/statm: 254484 196 113 282 0 254200 0
[pid=15754/tid=15803] ppid=15752 vsize=288852 CPUtime=0 cores=5,7
/proc/15754/task/15803/stat : 15803 (python) S 15752 15754 15206 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438401 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1585396

[startup+3.10096 s]
/proc/loadavg: 3.90 4.05 4.33 5/219 15807
/proc/meminfo: memFree=31556696/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=288852 CPUtime=0.47 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 9814 933 1 0 40 7 0 0 17 0 2 0 886438316 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 72213 7091 1875 364 0 8131 0
[pid=15802] ppid=15754 vsize=278608 CPUtime=0 cores=5,7
/proc/15802/stat : 15802 (python) S 15754 15754 15206 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886438401 285294592 5566 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516854287 0 0 16781312 514 15338877430194471172 0 0 17 5 0 0 0
/proc/15802/statm: 69652 5566 354 364 0 5570 0
[pid=15804] ppid=15802 vsize=1017936 CPUtime=2.24 cores=5,7
/proc/15804/stat : 15804 (gnovelty+2) R 15802 15804 15804 0 -1 4202496 458 0 0 0 224 0 0 0 25 0 1 0 886438401 1042366464 196 33554432000 134512640 135663704 4291072080 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15804/statm: 254484 196 113 282 0 254200 0
[pid=15754/tid=15803] ppid=15752 vsize=288852 CPUtime=0 cores=5,7
/proc/15754/task/15803/stat : 15803 (python) S 15752 15754 15206 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438401 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1585396

[startup+6.30039 s]
/proc/loadavg: 3.98 4.06 4.33 5/223 15811
/proc/meminfo: memFree=31543436/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=288852 CPUtime=0.47 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 9814 933 1 0 40 7 0 0 17 0 2 0 886438316 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 72213 7091 1875 364 0 8131 0
[pid=15802] ppid=15754 vsize=278608 CPUtime=0 cores=5,7
/proc/15802/stat : 15802 (python) S 15754 15754 15206 0 -1 4202560 874 0 0 0 0 0 0 0 18 0 1 0 886438401 285294592 5588 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516854287 0 0 16781312 514 15338877430194471172 0 0 17 5 0 0 0
/proc/15802/statm: 69652 5588 376 364 0 5570 0
[pid=15804] ppid=15802 vsize=1017936 CPUtime=5.43 cores=5,7
/proc/15804/stat : 15804 (gnovelty+2) R 15802 15804 15804 0 -1 4202496 458 0 0 0 543 0 0 0 25 0 1 0 886438401 1042366464 196 33554432000 134512640 135663704 4291072080 18446744073709551615 134544310 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15804/statm: 254484 196 113 282 0 254200 0
[pid=15754/tid=15803] ppid=15752 vsize=288852 CPUtime=0 cores=5,7
/proc/15754/task/15803/stat : 15803 (python) S 15752 15754 15206 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438401 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1585396

[startup+12.7002 s]
/proc/loadavg: 3.99 4.06 4.33 5/223 15811
/proc/meminfo: memFree=31543108/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=288852 CPUtime=0.47 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 9814 933 1 0 40 7 0 0 17 0 2 0 886438316 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 72213 7091 1875 364 0 8131 0
[pid=15802] ppid=15754 vsize=278608 CPUtime=0.01 cores=5,7
/proc/15802/stat : 15802 (python) S 15754 15754 15206 0 -1 4202560 879 0 0 0 0 1 0 0 18 0 1 0 886438401 285294592 5589 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516854287 0 0 16781312 514 10303831327144640772 0 0 17 5 0 0 0
/proc/15802/statm: 69652 5589 377 364 0 5570 0
[pid=15804] ppid=15802 vsize=1017936 CPUtime=11.83 cores=5,7
/proc/15804/stat : 15804 (gnovelty+2) R 15802 15804 15804 0 -1 4202496 458 0 0 0 1183 0 0 0 25 0 1 0 886438401 1042366464 196 33554432000 134512640 135663704 4291072080 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15804/statm: 254484 196 113 282 0 254200 0
[pid=15754/tid=15803] ppid=15752 vsize=288852 CPUtime=0 cores=5,7
/proc/15754/task/15803/stat : 15803 (python) S 15752 15754 15206 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438401 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 1585396

[startup+25.5009 s]
/proc/loadavg: 3.99 4.06 4.32 5/223 15812
/proc/meminfo: memFree=31543692/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=288852 CPUtime=0.47 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 9814 933 1 0 40 7 0 0 17 0 2 0 886438316 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 72213 7091 1875 364 0 8131 0
[pid=15802] ppid=15754 vsize=278608 CPUtime=0.03 cores=5,7
/proc/15802/stat : 15802 (python) S 15754 15754 15206 0 -1 4202560 885 0 0 0 1 2 0 0 18 0 1 0 886438401 285294592 5589 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516854287 0 0 16781312 514 10303831327144640772 0 0 17 5 0 0 0
/proc/15802/statm: 69652 5589 377 364 0 5570 0
[pid=15804] ppid=15802 vsize=1017936 CPUtime=24.62 cores=5,7
/proc/15804/stat : 15804 (gnovelty+2) R 15802 15804 15804 0 -1 4202496 458 0 0 0 2462 0 0 0 25 0 1 0 886438401 1042366464 196 33554432000 134512640 135663704 4291072080 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15804/statm: 254484 196 113 282 0 254200 0
[pid=15754/tid=15803] ppid=15752 vsize=288852 CPUtime=0 cores=5,7
/proc/15754/task/15803/stat : 15803 (python) S 15752 15754 15206 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438401 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1585396

[startup+51.1002 s]
/proc/loadavg: 3.99 4.05 4.31 5/223 15812
/proc/meminfo: memFree=31543244/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=288852 CPUtime=0.47 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 9814 933 1 0 40 7 0 0 17 0 2 0 886438316 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 72213 7091 1875 364 0 8131 0
[pid=15802] ppid=15754 vsize=278608 CPUtime=0.06 cores=5,7
/proc/15802/stat : 15802 (python) S 15754 15754 15206 0 -1 4202560 897 0 0 0 3 3 0 0 18 0 1 0 886438401 285294592 5589 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516854287 0 0 16781312 514 10303831327144640772 0 0 17 5 0 0 0
/proc/15802/statm: 69652 5589 377 364 0 5570 0
[pid=15804] ppid=15802 vsize=1017936 CPUtime=50.19 cores=5,7
/proc/15804/stat : 15804 (gnovelty+2) R 15802 15804 15804 0 -1 4202496 458 0 0 0 5019 0 0 0 25 0 1 0 886438401 1042366464 196 33554432000 134512640 135663704 4291072080 18446744073709551615 134545572 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15804/statm: 254484 196 113 282 0 254200 0
[pid=15754/tid=15803] ppid=15752 vsize=288852 CPUtime=0 cores=5,7
/proc/15754/task/15803/stat : 15803 (python) S 15752 15754 15206 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438401 295784448 7091 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 1585396

[startup+102.307 s]
/proc/loadavg: 3.99 4.04 4.29 5/228 15865
/proc/meminfo: memFree=31545952/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=299632 CPUtime=0.48 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 10652 933 1 0 41 7 0 0 20 0 3 0 886438316 306823168 7239 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 74908 7239 1878 364 0 10823 0
[pid=15802] ppid=15754 vsize=288852 CPUtime=0.12 cores=5,7
/proc/15802/stat : 15802 (python) S 15754 15754 15206 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 886438401 295784448 5633 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15802/statm: 72213 5633 416 364 0 8131 0
[pid=15804] ppid=15802 vsize=1017936 CPUtime=100.02 cores=5,7
/proc/15804/stat : 15804 (gnovelty+2) T 15802 15804 15804 0 -1 4202496 458 0 0 0 10002 0 0 0 25 0 1 0 886438401 1042366464 196 33554432000 134512640 135663704 4291072080 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15804/statm: 254484 196 113 282 0 254200 0
[pid=15802/tid=15819] ppid=15754 vsize=288852 CPUtime=0 cores=5,7
/proc/15802/task/15819/stat : 15819 (python) S 15754 15754 15206 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886448414 295784448 5633 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604465073988544 0 0 -1 7 0 0 0
[pid=15820] ppid=15754 vsize=289388 CPUtime=0 cores=5,7
/proc/15820/stat : 15820 (python) S 15754 15754 15206 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886448414 296333312 5705 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516854342 0 0 16781312 514 17437840729572344072 0 0 17 5 0 0 0
/proc/15820/statm: 72347 5705 348 364 0 8262 0
[pid=15822] ppid=15820 vsize=1017936 CPUtime=1.31 cores=5,7
/proc/15822/stat : 15822 (gnovelty+2) R 15820 15822 15822 0 -1 4202496 458 0 0 0 131 0 0 0 25 0 1 0 886448415 1042366464 197 33554432000 134512640 135663704 4287185024 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15822/statm: 254484 197 113 282 0 254200 0
[pid=15754/tid=15803] ppid=15752 vsize=299632 CPUtime=0 cores=5,7
/proc/15754/task/15803/stat : 15803 (python) S 15752 15754 15206 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 886438401 306823168 7239 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
[pid=15754/tid=15821] ppid=15752 vsize=299632 CPUtime=0 cores=5,7
/proc/15754/task/15821/stat : 15821 (python) S 15752 15754 15206 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 3 0 886448415 306823168 7239 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 2913744

[startup+162.301 s]
/proc/loadavg: 4.07 4.05 4.27 5/235 15877
/proc/meminfo: memFree=31514392/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=299632 CPUtime=0.48 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 10652 933 1 0 41 7 0 0 20 0 3 0 886438316 306823168 7239 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 74908 7239 1878 364 0 10823 0
[pid=15802] ppid=15754 vsize=288852 CPUtime=0.12 cores=5,7

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


[startup+1122.3 s]
/proc/loadavg: 4.08 4.06 4.12 5/245 16224
/proc/meminfo: memFree=31328352/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=320364 CPUtime=0.5 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 12878 933 1 0 42 8 0 0 18 0 5 0 886438316 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 80091 7312 1882 364 0 16000 0
[pid=15802] ppid=15754 vsize=288852 CPUtime=0.12 cores=5,7
/proc/15802/stat : 15802 (python) S 15754 15754 15206 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 886438401 295784448 5633 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15802/statm: 72213 5633 416 364 0 8131 0
[pid=15804] ppid=15802 vsize=1017936 CPUtime=100.02 cores=5,7
/proc/15804/stat : 15804 (gnovelty+2) T 15802 15804 15804 0 -1 4202496 458 0 0 0 10002 0 0 0 25 0 1 0 886438401 1042366464 196 33554432000 134512640 135663704 4291072080 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15804/statm: 254484 196 113 282 0 254200 0
[pid=15802/tid=15819] ppid=15754 vsize=288852 CPUtime=0 cores=5,7
/proc/15802/task/15819/stat : 15819 (python) S 15754 15754 15206 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886448414 295784448 5633 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604465073988544 0 0 -1 7 0 0 0
[pid=15820] ppid=15754 vsize=289388 CPUtime=0.13 cores=5,7
/proc/15820/stat : 15820 (python) S 15754 15754 15206 0 -1 4202560 1095 0 0 0 7 6 0 0 19 0 2 0 886448414 296333312 5758 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15820/statm: 72347 5758 400 364 0 8262 0
[pid=15822] ppid=15820 vsize=1017936 CPUtime=100.01 cores=5,7
/proc/15822/stat : 15822 (gnovelty+2) T 15820 15822 15822 0 -1 4202496 458 0 0 0 10001 0 0 0 25 0 1 0 886448415 1042366464 197 33554432000 134512640 135663704 4287185024 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15822/statm: 254484 197 113 282 0 254200 0
[pid=15820/tid=15883] ppid=15754 vsize=289388 CPUtime=0 cores=5,7
/proc/15820/task/15883/stat : 15883 (python) S 15754 15754 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886458427 296333312 5758 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604456972756928 0 0 -1 7 0 0 0
[pid=15884] ppid=15754 vsize=299324 CPUtime=1.04 cores=5,7
/proc/15884/stat : 15884 (python) S 15754 15754 15206 0 -1 4202560 1142 0 0 0 60 44 0 0 16 0 2 0 886458428 306507776 5665 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15884/statm: 74831 5665 400 364 0 10743 0
[pid=15886] ppid=15884 vsize=111848 CPUtime=724.29 cores=5,7
/proc/15886/stat : 15886 (march_hi) R 15884 15886 15886 0 -1 4202496 25838 0 0 0 72424 5 0 0 25 0 1 0 886458428 114532352 25575 33554432000 4194304 4955518 140734151869168 18446744073709551615 4282637 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15886/statm: 27962 25575 104 186 0 27775 0
[pid=15884/tid=16146] ppid=15754 vsize=299324 CPUtime=0 cores=5,7
/proc/15884/task/16146/stat : 16146 (python) S 15754 15754 15206 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 886526593 306507776 5665 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604471161716800 0 0 -1 5 0 0 0
[pid=16147] ppid=15754 vsize=310120 CPUtime=0.28 cores=5,7
/proc/16147/stat : 16147 (python) S 15754 15754 15206 0 -1 4202560 1138 0 0 0 16 12 0 0 16 0 2 0 886526594 317562880 5804 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16147/statm: 77530 5804 400 364 0 13439 0
[pid=16149] ppid=16147 vsize=39276 CPUtime=195.76 cores=5,7
/proc/16149/stat : 16149 (march_hi) T 16147 16149 16149 0 -1 4202496 7922 0 0 0 19575 1 0 0 25 0 1 0 886526594 40218624 7662 33554432000 4194304 4955518 140734609114112 18446744073709551615 4227664 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16149/statm: 9819 7662 104 186 0 9632 0
[pid=16147/tid=16219] ppid=15754 vsize=310120 CPUtime=0 cores=5,7
/proc/16147/task/16219/stat : 16219 (python) S 15754 15754 15206 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 886546193 317562880 5804 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604471078240640 0 0 -1 5 0 0 0
[pid=15754/tid=15803] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/15803/stat : 15803 (python) S 15752 15754 15206 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 5 0 886438401 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
[pid=15754/tid=15821] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/15821/stat : 15821 (python) S 15752 15754 15206 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 5 0 886448415 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 7 0 0 0
[pid=15754/tid=15885] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/15885/stat : 15885 (python) S 15752 15754 15206 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 5 0 886458428 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
[pid=15754/tid=16148] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/16148/stat : 16148 (python) S 15752 15754 15206 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 886526594 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.15
Current children cumulated vsize (KiB) 3695044

[startup+1182.3 s]
/proc/loadavg: 4.08 4.06 4.11 5/246 16226
/proc/meminfo: memFree=31298668/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=320364 CPUtime=0.5 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 12878 933 1 0 42 8 0 0 18 0 5 0 886438316 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 80091 7312 1882 364 0 16000 0
[pid=15802] ppid=15754 vsize=288852 CPUtime=0.12 cores=5,7
/proc/15802/stat : 15802 (python) S 15754 15754 15206 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 886438401 295784448 5633 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15802/statm: 72213 5633 416 364 0 8131 0
[pid=15804] ppid=15802 vsize=1017936 CPUtime=100.02 cores=5,7
/proc/15804/stat : 15804 (gnovelty+2) T 15802 15804 15804 0 -1 4202496 458 0 0 0 10002 0 0 0 25 0 1 0 886438401 1042366464 196 33554432000 134512640 135663704 4291072080 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15804/statm: 254484 196 113 282 0 254200 0
[pid=15802/tid=15819] ppid=15754 vsize=288852 CPUtime=0 cores=5,7
/proc/15802/task/15819/stat : 15819 (python) S 15754 15754 15206 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886448414 295784448 5633 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604465073988544 0 0 -1 7 0 0 0
[pid=15820] ppid=15754 vsize=289388 CPUtime=0.13 cores=5,7
/proc/15820/stat : 15820 (python) S 15754 15754 15206 0 -1 4202560 1095 0 0 0 7 6 0 0 19 0 2 0 886448414 296333312 5758 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15820/statm: 72347 5758 400 364 0 8262 0
[pid=15822] ppid=15820 vsize=1017936 CPUtime=100.01 cores=5,7
/proc/15822/stat : 15822 (gnovelty+2) T 15820 15822 15822 0 -1 4202496 458 0 0 0 10001 0 0 0 25 0 1 0 886448415 1042366464 197 33554432000 134512640 135663704 4287185024 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15822/statm: 254484 197 113 282 0 254200 0
[pid=15820/tid=15883] ppid=15754 vsize=289388 CPUtime=0 cores=5,7
/proc/15820/task/15883/stat : 15883 (python) S 15754 15754 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886458427 296333312 5758 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604456972756928 0 0 -1 7 0 0 0
[pid=15884] ppid=15754 vsize=299324 CPUtime=1.12 cores=5,7
/proc/15884/stat : 15884 (python) S 15754 15754 15206 0 -1 4202560 1142 0 0 0 64 48 0 0 15 0 2 0 886458428 306507776 5665 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15884/statm: 74831 5665 400 364 0 10743 0
[pid=15886] ppid=15884 vsize=132052 CPUtime=784.24 cores=5,7
/proc/15886/stat : 15886 (march_hi) R 15884 15886 15886 0 -1 4202496 27707 0 0 0 78419 5 0 0 25 0 1 0 886458428 135221248 27444 33554432000 4194304 4955518 140734151869168 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15886/statm: 33013 27444 104 186 0 32826 0
[pid=15884/tid=16146] ppid=15754 vsize=299324 CPUtime=0 cores=5,7
/proc/15884/task/16146/stat : 16146 (python) S 15754 15754 15206 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 886526593 306507776 5665 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604471161716800 0 0 -1 5 0 0 0
[pid=16147] ppid=15754 vsize=310120 CPUtime=0.28 cores=5,7
/proc/16147/stat : 16147 (python) S 15754 15754 15206 0 -1 4202560 1138 0 0 0 16 12 0 0 16 0 2 0 886526594 317562880 5804 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16147/statm: 77530 5804 400 364 0 13439 0
[pid=16149] ppid=16147 vsize=39276 CPUtime=195.76 cores=5,7
/proc/16149/stat : 16149 (march_hi) T 16147 16149 16149 0 -1 4202496 7922 0 0 0 19575 1 0 0 25 0 1 0 886526594 40218624 7662 33554432000 4194304 4955518 140734609114112 18446744073709551615 4227664 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16149/statm: 9819 7662 104 186 0 9632 0
[pid=16147/tid=16219] ppid=15754 vsize=310120 CPUtime=0 cores=5,7
/proc/16147/task/16219/stat : 16219 (python) S 15754 15754 15206 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 886546193 317562880 5804 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604471078240640 0 0 -1 5 0 0 0
[pid=15754/tid=15803] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/15803/stat : 15803 (python) S 15752 15754 15206 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 5 0 886438401 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
[pid=15754/tid=15821] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/15821/stat : 15821 (python) S 15752 15754 15206 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 5 0 886448415 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 7 0 0 0
[pid=15754/tid=15885] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/15885/stat : 15885 (python) S 15752 15754 15206 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 5 0 886458428 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
[pid=15754/tid=16148] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/16148/stat : 16148 (python) S 15752 15754 15206 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 886526594 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 3715248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 4.06 4.06 4.11 5/246 16227
/proc/meminfo: memFree=31290724/32951124 swapFree=67063556/67111528
[pid=15754] ppid=15752 vsize=320364 CPUtime=0.5 cores=5,7
/proc/15754/stat : 15754 (python) S 15752 15754 15206 0 -1 4202496 12878 933 1 0 42 8 0 0 18 0 5 0 886438316 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 80091 7312 1882 364 0 16000 0
[pid=15802] ppid=15754 vsize=288852 CPUtime=0.12 cores=5,7
/proc/15802/stat : 15802 (python) S 15754 15754 15206 0 -1 4202560 1157 0 0 0 6 6 0 0 19 0 2 0 886438401 295784448 5633 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15802/statm: 72213 5633 416 364 0 8131 0
[pid=15804] ppid=15802 vsize=1017936 CPUtime=100.02 cores=5,7
/proc/15804/stat : 15804 (gnovelty+2) T 15802 15804 15804 0 -1 4202496 458 0 0 0 10002 0 0 0 25 0 1 0 886438401 1042366464 196 33554432000 134512640 135663704 4291072080 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15804/statm: 254484 196 113 282 0 254200 0
[pid=15802/tid=15819] ppid=15754 vsize=288852 CPUtime=0 cores=5,7
/proc/15802/task/15819/stat : 15819 (python) S 15754 15754 15206 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886448414 295784448 5633 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604465073988544 0 0 -1 7 0 0 0
[pid=15820] ppid=15754 vsize=289388 CPUtime=0.13 cores=5,7
/proc/15820/stat : 15820 (python) S 15754 15754 15206 0 -1 4202560 1095 0 0 0 7 6 0 0 19 0 2 0 886448414 296333312 5758 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15820/statm: 72347 5758 400 364 0 8262 0
[pid=15822] ppid=15820 vsize=1017936 CPUtime=100.01 cores=5,7
/proc/15822/stat : 15822 (gnovelty+2) T 15820 15822 15822 0 -1 4202496 458 0 0 0 10001 0 0 0 25 0 1 0 886448415 1042366464 197 33554432000 134512640 135663704 4287185024 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15822/statm: 254484 197 113 282 0 254200 0
[pid=15820/tid=15883] ppid=15754 vsize=289388 CPUtime=0 cores=5,7
/proc/15820/task/15883/stat : 15883 (python) S 15754 15754 15206 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886458427 296333312 5758 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604456972756928 0 0 -1 7 0 0 0
[pid=15884] ppid=15754 vsize=299324 CPUtime=1.14 cores=5,7
/proc/15884/stat : 15884 (python) S 15754 15754 15206 0 -1 4202560 1142 0 0 0 65 49 0 0 15 0 2 0 886458428 306507776 5665 33554432000 4194304 5683644 140734369166176 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15884/statm: 74831 5665 400 364 0 10743 0
[pid=15886] ppid=15884 vsize=132052 CPUtime=802.11 cores=5,7
/proc/15886/stat : 15886 (march_hi) R 15884 15886 15886 0 -1 4202496 28232 0 0 0 80206 5 0 0 25 0 1 0 886458428 135221248 27969 33554432000 4194304 4955518 140734151869168 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15886/statm: 33013 27969 104 186 0 32826 0
[pid=15884/tid=16146] ppid=15754 vsize=299324 CPUtime=0 cores=5,7
/proc/15884/task/16146/stat : 16146 (python) S 15754 15754 15206 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 886526593 306507776 5665 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604471161716800 0 0 -1 5 0 0 0
[pid=16147] ppid=15754 vsize=310120 CPUtime=0.28 cores=5,7
/proc/16147/stat : 16147 (python) S 15754 15754 15206 0 -1 4202560 1138 0 0 0 16 12 0 0 16 0 2 0 886526594 317562880 5804 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16147/statm: 77530 5804 400 364 0 13439 0
[pid=16149] ppid=16147 vsize=39276 CPUtime=195.76 cores=5,7
/proc/16149/stat : 16149 (march_hi) T 16147 16149 16149 0 -1 4202496 7922 0 0 0 19575 1 0 0 25 0 1 0 886526594 40218624 7662 33554432000 4194304 4955518 140734609114112 18446744073709551615 4227664 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/16149/statm: 9819 7662 104 186 0 9632 0
[pid=16147/tid=16219] ppid=15754 vsize=310120 CPUtime=0 cores=5,7
/proc/16147/task/16219/stat : 16219 (python) S 15754 15754 15206 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 886546193 317562880 5804 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 514 18446604471078240640 0 0 -1 5 0 0 0
[pid=15754/tid=15803] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/15803/stat : 15803 (python) S 15752 15754 15206 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 5 0 886438401 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
[pid=15754/tid=15821] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/15821/stat : 15821 (python) S 15752 15754 15206 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 5 0 886448415 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 7 0 0 0
[pid=15754/tid=15885] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/15885/stat : 15885 (python) S 15752 15754 15206 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 5 0 886458428 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
[pid=15754/tid=16148] ppid=15752 vsize=320364 CPUtime=0 cores=5,7
/proc/15754/task/16148/stat : 16148 (python) S 15752 15754 15206 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 886526594 328052736 7312 33554432000 4194304 5683644 140734369166176 18446744073709551615 246528657841 0 0 16781312 2 18446604465073989440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 3715248

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

Real time (s): 1200.24
CPU time (s): 1200.07
CPU user time (s): 1199.2
CPU system time (s): 0.87
CPU usage (%): 99.9862
Max. virtual memory (cumulated for all children) (KiB): 3715248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.426935
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13812
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= 3793
involuntary context switches= 20

runsolver used 2.18567 second user time and 4.73728 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 01:26:41
IDJOB=3484218
IDBENCH=82729
IDSOLVER=1975
FILE ID=node134/3484218-1307748401
RUNJOBID= node134-1307746989-15227
PBS_JOBID= 13550824
Free space on /tmp= 74028 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1565617179-002.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-3484218-1307748401/watcher-3484218-1307748401 -o /tmp/evaluation-result-3484218-1307748401/solver-3484218-1307748401 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484218-1307748401.cnf -seed 1354758474 -budget 1200

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

MD5SUM BENCH= c557851ca2e09c43aa7c0a50184336eb
RANDOM SEED=1354758474

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31605488 kB
Buffers:        271052 kB
Cached:         752132 kB
SwapCached:      10284 kB
Active:         655488 kB
Inactive:       481304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31605488 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           31916 kB
Writeback:           0 kB
AnonPages:      111208 kB
Mapped:          17332 kB
Slab:           138892 kB
PageTables:       9844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5514552 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73996 MiB
End job on node134 at 2011-06-11 01:46:44