Trace number 3484227

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.02 1199.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S248192082-054.UNKNOWN.cnf
MD5SUMcf7086a47a32df0eb19a8b08d14122dd
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.45/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.45/0.70	c INFO: solving HOME/instance-3484227-1307748404.cnf
0.45/0.70	c INFO: computing task features
0.45/0.70	c INFO: computed variable-clause graph statistics
0.45/0.70	c INFO: computed clause balance statistics
0.45/0.71	c INFO: computed variable balance statistics
0.45/0.75	c INFO: computed small-clause counts
0.45/0.75	c INFO: computed Horn-clause counts
0.45/0.75	c INFO: computed variable graph statistics
0.45/0.75	c INFO: collected features for HOME/instance-3484227-1307748404.cnf in 0.10 s
0.45/0.76	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
100.68/100.90	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.06)
200.80/201.03	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.44)
882.41/882.47	c INFO: running march_hi@0 for 194 with 319 remaining (b = 0.17)
1078.36/1078.18	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-3484227-1307748404/watcher-3484227-1307748404 -o /tmp/evaluation-result-3484227-1307748404/solver-3484227-1307748404 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484227-1307748404.cnf -seed 926209631 -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.01 3.09 2.61 3/223 11433
/proc/meminfo: memFree=31290988/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=15184 CPUtime=0 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 734 0 0 0 0 0 0 0 25 0 1 0 886438363 15548416 621 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/11433/statm: 3796 621 322 364 0 283 0

[startup+0.107046 s]
/proc/loadavg: 3.01 3.09 2.61 3/223 11433
/proc/meminfo: memFree=31290988/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=93956 CPUtime=0.07 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 2696 0 0 0 4 3 0 0 17 0 1 0 886438363 96210944 2406 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/11433/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 93956

[startup+0.201019 s]
/proc/loadavg: 3.01 3.09 2.61 3/223 11433
/proc/meminfo: memFree=31290988/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=124060 CPUtime=0.12 cores=5,7
/proc/11433/stat : 11433 (python) R 11431 11433 10635 0 -1 4202496 4237 0 1 0 7 5 0 0 17 0 1 0 886438363 127037440 3846 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244346880 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/11433/statm: 31016 3850 991 364 0 2827 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124060

[startup+0.301001 s]
/proc/loadavg: 3.01 3.09 2.61 3/223 11433
/proc/meminfo: memFree=31290988/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=135744 CPUtime=0.2 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 5976 933 1 0 13 7 0 0 17 0 1 0 886438363 139001856 4148 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244344837 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/11433/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135744

[startup+0.70094 s]
/proc/loadavg: 3.01 3.09 2.61 3/223 11433
/proc/meminfo: memFree=31290988/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=278448 CPUtime=0.45 cores=5,7
/proc/11433/stat : 11433 (python) R 11431 11433 10635 0 -1 4202496 9359 933 1 0 31 14 0 0 15 0 1 0 886438363 285130752 7014 33554432000 4194304 5683644 140736813601456 18446744073709551615 4943918 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11433/statm: 69612 7014 1826 364 0 5536 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278448

[startup+1.50079 s]
/proc/loadavg: 3.01 3.09 2.61 4/227 11441
/proc/meminfo: memFree=31266428/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=288876 CPUtime=0.52 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 9809 933 1 0 37 15 0 0 17 0 2 0 886438363 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11433/statm: 72219 7082 1867 364 0 8137 0
[pid=11439] ppid=11433 vsize=278632 CPUtime=0 cores=5,7
/proc/11439/stat : 11439 (python) S 11433 11433 10635 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 886438440 285319168 5565 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244368911 0 0 16781312 514 4421712128797310975 0 0 17 5 0 0 0
/proc/11439/statm: 69658 5565 354 364 0 5576 0
[pid=11441] ppid=11439 vsize=1017932 CPUtime=0.72 cores=5,7
/proc/11441/stat : 11441 (gnovelty+2) R 11439 11441 11441 0 -1 4202496 448 0 0 0 72 0 0 0 21 0 1 0 886438440 1042362368 185 33554432000 134512640 135663704 4287745664 18446744073709551615 134524575 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11441/statm: 254483 185 113 282 0 254199 0
[pid=11433/tid=11440] ppid=11431 vsize=288876 CPUtime=0 cores=5,7
/proc/11433/task/11440/stat : 11440 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438440 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1585440

[startup+3.10051 s]
/proc/loadavg: 3.01 3.09 2.61 4/227 11441
/proc/meminfo: memFree=31265316/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=288876 CPUtime=0.52 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 9809 933 1 0 37 15 0 0 17 0 2 0 886438363 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11433/statm: 72219 7082 1867 364 0 8137 0
[pid=11439] ppid=11433 vsize=278632 CPUtime=0 cores=5,7
/proc/11439/stat : 11439 (python) S 11433 11433 10635 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 886438440 285319168 5565 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244368911 0 0 16781312 514 4421712128797278472 0 0 17 5 0 0 0
/proc/11439/statm: 69658 5565 354 364 0 5576 0
[pid=11441] ppid=11439 vsize=1017932 CPUtime=2.32 cores=5,7
/proc/11441/stat : 11441 (gnovelty+2) R 11439 11441 11441 0 -1 4202496 448 0 0 0 232 0 0 0 25 0 1 0 886438440 1042362368 185 33554432000 134512640 135663704 4287745664 18446744073709551615 134525334 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11441/statm: 254483 185 113 282 0 254199 0
[pid=11433/tid=11440] ppid=11431 vsize=288876 CPUtime=0 cores=5,7
/proc/11433/task/11440/stat : 11440 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438440 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1585440

[startup+6.30094 s]
/proc/loadavg: 3.01 3.09 2.61 4/227 11441
/proc/meminfo: memFree=31265316/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=288876 CPUtime=0.52 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 9809 933 1 0 37 15 0 0 17 0 2 0 886438363 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11433/statm: 72219 7082 1867 364 0 8137 0
[pid=11439] ppid=11433 vsize=278632 CPUtime=0 cores=5,7
/proc/11439/stat : 11439 (python) S 11433 11433 10635 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 886438440 285319168 5588 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244368911 0 0 16781312 514 4421712128797278472 0 0 17 5 0 0 0
/proc/11439/statm: 69658 5588 377 364 0 5576 0
[pid=11441] ppid=11439 vsize=1017932 CPUtime=5.51 cores=5,7
/proc/11441/stat : 11441 (gnovelty+2) R 11439 11441 11441 0 -1 4202496 448 0 0 0 551 0 0 0 25 0 1 0 886438440 1042362368 185 33554432000 134512640 135663704 4287745664 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11441/statm: 254483 185 113 282 0 254199 0
[pid=11433/tid=11440] ppid=11431 vsize=288876 CPUtime=0 cores=5,7
/proc/11433/task/11440/stat : 11440 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438440 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1585440

[startup+12.7008 s]
/proc/loadavg: 3.01 3.08 2.61 4/227 11441
/proc/meminfo: memFree=31265268/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=288876 CPUtime=0.52 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 9809 933 1 0 37 15 0 0 17 0 2 0 886438363 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11433/statm: 72219 7082 1867 364 0 8137 0
[pid=11439] ppid=11433 vsize=278632 CPUtime=0 cores=5,7
/proc/11439/stat : 11439 (python) S 11433 11433 10635 0 -1 4202560 886 0 0 0 0 0 0 0 18 0 1 0 886438440 285319168 5588 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244368911 0 0 16781312 514 1713250222307508488 0 0 17 5 0 0 0
/proc/11439/statm: 69658 5588 377 364 0 5576 0
[pid=11441] ppid=11439 vsize=1017932 CPUtime=11.9 cores=5,7
/proc/11441/stat : 11441 (gnovelty+2) R 11439 11441 11441 0 -1 4202496 448 0 0 0 1190 0 0 0 25 0 1 0 886438440 1042362368 185 33554432000 134512640 135663704 4287745664 18446744073709551615 134545786 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11441/statm: 254483 185 113 282 0 254199 0
[pid=11433/tid=11440] ppid=11431 vsize=288876 CPUtime=0 cores=5,7
/proc/11433/task/11440/stat : 11440 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438440 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1585440

[startup+25.5006 s]
/proc/loadavg: 3.01 3.08 2.62 4/227 11441
/proc/meminfo: memFree=31265584/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=288876 CPUtime=0.52 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 9809 933 1 0 37 15 0 0 17 0 2 0 886438363 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11433/statm: 72219 7082 1867 364 0 8137 0
[pid=11439] ppid=11433 vsize=278632 CPUtime=0.03 cores=5,7
/proc/11439/stat : 11439 (python) S 11433 11433 10635 0 -1 4202560 890 0 0 0 2 1 0 0 18 0 1 0 886438440 285319168 5588 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244368911 0 0 16781312 514 1713250222307508488 0 0 17 5 0 0 0
/proc/11439/statm: 69658 5588 377 364 0 5576 0
[pid=11441] ppid=11439 vsize=1017932 CPUtime=24.69 cores=5,7
/proc/11441/stat : 11441 (gnovelty+2) R 11439 11441 11441 0 -1 4202496 448 0 0 0 2469 0 0 0 25 0 1 0 886438440 1042362368 185 33554432000 134512640 135663704 4287745664 18446744073709551615 134545598 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11441/statm: 254483 185 113 282 0 254199 0
[pid=11433/tid=11440] ppid=11431 vsize=288876 CPUtime=0 cores=5,7
/proc/11433/task/11440/stat : 11440 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438440 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 1585440

[startup+51.1011 s]
/proc/loadavg: 3.00 3.07 2.63 4/227 11442
/proc/meminfo: memFree=31265224/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=288876 CPUtime=0.52 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 9809 933 1 0 37 15 0 0 17 0 2 0 886438363 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11433/statm: 72219 7082 1867 364 0 8137 0
[pid=11439] ppid=11433 vsize=278632 CPUtime=0.05 cores=5,7
/proc/11439/stat : 11439 (python) S 11433 11433 10635 0 -1 4202560 902 0 0 0 3 2 0 0 18 0 1 0 886438440 285319168 5588 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244368911 0 0 16781312 514 1713250222307508488 0 0 17 5 0 0 0
/proc/11439/statm: 69658 5588 377 364 0 5576 0
[pid=11441] ppid=11439 vsize=1017932 CPUtime=50.27 cores=5,7
/proc/11441/stat : 11441 (gnovelty+2) R 11439 11441 11441 0 -1 4202496 448 0 0 0 5027 0 0 0 25 0 1 0 886438440 1042362368 185 33554432000 134512640 135663704 4287745664 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11441/statm: 254483 185 113 282 0 254199 0
[pid=11433/tid=11440] ppid=11431 vsize=288876 CPUtime=0 cores=5,7
/proc/11433/task/11440/stat : 11440 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 886438440 295809024 7082 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1585440

[startup+102.301 s]
/proc/loadavg: 3.00 3.06 2.64 3/208 11490
/proc/meminfo: memFree=31516548/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=299640 CPUtime=0.53 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 10623 933 1 0 38 15 0 0 20 0 3 0 886438363 306831360 7233 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11433/statm: 74910 7233 1870 364 0 10825 0
[pid=11439] ppid=11433 vsize=288876 CPUtime=0.13 cores=5,7
/proc/11439/stat : 11439 (python) S 11433 11433 10635 0 -1 4202560 1149 0 0 0 6 7 0 0 19 0 2 0 886438440 295809024 5632 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11439/statm: 72219 5632 416 364 0 8137 0
[pid=11441] ppid=11439 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11441/stat : 11441 (gnovelty+2) T 11439 11441 11441 0 -1 4202496 448 0 0 0 10002 0 0 0 25 0 1 0 886438440 1042362368 185 33554432000 134512640 135663704 4287745664 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11441/statm: 254483 185 113 282 0 254199 0
[pid=11439/tid=11449] ppid=11433 vsize=288876 CPUtime=0 cores=5,7
/proc/11439/task/11449/stat : 11449 (python) S 11433 11433 10635 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886448452 295809024 5632 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471122072512 0 0 -1 7 0 0 0
[pid=11450] ppid=11433 vsize=289396 CPUtime=0 cores=5,7
/proc/11450/stat : 11450 (python) S 11433 11433 10635 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 886448453 296341504 5707 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244368966 0 0 16781312 514 4308930273333969160 0 0 17 5 0 0 0
/proc/11450/statm: 72349 5707 348 364 0 8264 0
[pid=11452] ppid=11450 vsize=1017932 CPUtime=1.39 cores=5,7
/proc/11452/stat : 11452 (gnovelty+2) R 11450 11452 11452 0 -1 4202496 451 0 0 0 139 0 0 0 25 0 1 0 886448453 1042362368 184 33554432000 134512640 135663704 4291633936 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11452/statm: 254483 184 113 282 0 254199 0
[pid=11433/tid=11440] ppid=11431 vsize=299640 CPUtime=0 cores=5,7
/proc/11433/task/11440/stat : 11440 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 886438440 306831360 7233 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 5 0 0 0
[pid=11433/tid=11451] ppid=11431 vsize=299640 CPUtime=0 cores=5,7
/proc/11433/task/11451/stat : 11451 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886448453 306831360 7233 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 2913776

[startup+162.301 s]
/proc/loadavg: 3.00 3.05 2.66 4/211 11499
/proc/meminfo: memFree=31501012/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=299640 CPUtime=0.53 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 10623 933 1 0 38 15 0 0 20 0 3 0 886438363 306831360 7233 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11433/statm: 74910 7233 1870 364 0 10825 0
[pid=11439] ppid=11433 vsize=288876 CPUtime=0.13 cores=5,7

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


[startup+1122.3 s]
/proc/loadavg: 3.00 3.00 2.86 4/225 11883
/proc/meminfo: memFree=31404992/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=320432 CPUtime=0.55 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 12834 933 1 0 40 15 0 0 18 0 5 0 886438363 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11433/statm: 80108 7298 1874 364 0 16017 0
[pid=11439] ppid=11433 vsize=288876 CPUtime=0.13 cores=5,7
/proc/11439/stat : 11439 (python) S 11433 11433 10635 0 -1 4202560 1149 0 0 0 6 7 0 0 19 0 2 0 886438440 295809024 5632 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11439/statm: 72219 5632 416 364 0 8137 0
[pid=11441] ppid=11439 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11441/stat : 11441 (gnovelty+2) T 11439 11441 11441 0 -1 4202496 448 0 0 0 10002 0 0 0 25 0 1 0 886438440 1042362368 185 33554432000 134512640 135663704 4287745664 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11441/statm: 254483 185 113 282 0 254199 0
[pid=11439/tid=11449] ppid=11433 vsize=288876 CPUtime=0 cores=5,7
/proc/11439/task/11449/stat : 11449 (python) S 11433 11433 10635 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886448452 295809024 5632 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471122072512 0 0 -1 7 0 0 0
[pid=11450] ppid=11433 vsize=289396 CPUtime=0.13 cores=5,7
/proc/11450/stat : 11450 (python) S 11433 11433 10635 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 886448453 296341504 5760 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11450/statm: 72349 5760 400 364 0 8264 0
[pid=11452] ppid=11450 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11452/stat : 11452 (gnovelty+2) T 11450 11452 11452 0 -1 4202496 451 0 0 0 10002 0 0 0 25 0 1 0 886448453 1042362368 184 33554432000 134512640 135663704 4291633936 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11452/statm: 254483 184 113 282 0 254199 0
[pid=11450/tid=11501] ppid=11433 vsize=289396 CPUtime=0 cores=5,7
/proc/11450/task/11501/stat : 11501 (python) S 11433 11433 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886458466 296341504 5760 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471095813440 0 0 -1 5 0 0 0
[pid=11502] ppid=11433 vsize=299392 CPUtime=1 cores=5,7
/proc/11502/stat : 11502 (python) S 11433 11433 10635 0 -1 4202560 1129 0 0 0 51 49 0 0 15 0 2 0 886458467 306577408 5682 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11502/statm: 74848 5682 400 364 0 10760 0
[pid=11504] ppid=11502 vsize=126240 CPUtime=724.77 cores=5,7
/proc/11504/stat : 11504 (march_hi) R 11502 11504 11504 0 -1 4202496 25271 0 0 0 72469 8 0 0 25 0 1 0 886458467 129269760 25010 33554432000 4194304 4955518 140734348393968 18446744073709551615 4238710 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11504/statm: 31560 25010 104 186 0 31373 0
[pid=11502/tid=11873] ppid=11433 vsize=299392 CPUtime=0 cores=5,7
/proc/11502/task/11873/stat : 11873 (python) S 11433 11433 10635 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886526609 306577408 5682 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471115965760 0 0 -1 5 0 0 0
[pid=11874] ppid=11433 vsize=310188 CPUtime=0.28 cores=5,7
/proc/11874/stat : 11874 (python) S 11433 11433 10635 0 -1 4202560 1126 0 0 0 14 14 0 0 16 0 2 0 886526610 317632512 5821 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11874/statm: 77547 5821 400 364 0 13456 0
[pid=11876] ppid=11874 vsize=37696 CPUtime=195.68 cores=5,7
/proc/11876/stat : 11876 (march_hi) T 11874 11876 11876 0 -1 4202496 7797 0 0 0 19567 1 0 0 25 0 1 0 886526610 38600704 7538 33554432000 4194304 4955518 140735325605792 18446744073709551615 4261466 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11876/statm: 9424 7538 104 186 0 9237 0
[pid=11874/tid=11882] ppid=11433 vsize=310188 CPUtime=0 cores=5,7
/proc/11874/task/11882/stat : 11882 (python) S 11433 11433 10635 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886546181 317632512 5821 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471095814336 0 0 -1 7 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11440/stat : 11440 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 5 0 886438440 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 5 0 0 0
[pid=11433/tid=11451] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11451/stat : 11451 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 5 0 886448453 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 7 0 0 0
[pid=11433/tid=11503] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11503/stat : 11503 (python) S 11431 11433 10635 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 5 0 886458467 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 7 0 0 0
[pid=11433/tid=11875] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11875/stat : 11875 (python) S 11431 11433 10635 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 886526610 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1122.58
Current children cumulated vsize (KiB) 3708084

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 2.86 4/225 11885
/proc/meminfo: memFree=31380744/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=320432 CPUtime=0.55 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 12834 933 1 0 40 15 0 0 18 0 5 0 886438363 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11433/statm: 80108 7298 1874 364 0 16017 0
[pid=11439] ppid=11433 vsize=288876 CPUtime=0.13 cores=5,7
/proc/11439/stat : 11439 (python) S 11433 11433 10635 0 -1 4202560 1149 0 0 0 6 7 0 0 19 0 2 0 886438440 295809024 5632 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11439/statm: 72219 5632 416 364 0 8137 0
[pid=11441] ppid=11439 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11441/stat : 11441 (gnovelty+2) T 11439 11441 11441 0 -1 4202496 448 0 0 0 10002 0 0 0 25 0 1 0 886438440 1042362368 185 33554432000 134512640 135663704 4287745664 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11441/statm: 254483 185 113 282 0 254199 0
[pid=11439/tid=11449] ppid=11433 vsize=288876 CPUtime=0 cores=5,7
/proc/11439/task/11449/stat : 11449 (python) S 11433 11433 10635 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886448452 295809024 5632 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471122072512 0 0 -1 7 0 0 0
[pid=11450] ppid=11433 vsize=289396 CPUtime=0.13 cores=5,7
/proc/11450/stat : 11450 (python) S 11433 11433 10635 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 886448453 296341504 5760 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11450/statm: 72349 5760 400 364 0 8264 0
[pid=11452] ppid=11450 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11452/stat : 11452 (gnovelty+2) T 11450 11452 11452 0 -1 4202496 451 0 0 0 10002 0 0 0 25 0 1 0 886448453 1042362368 184 33554432000 134512640 135663704 4291633936 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11452/statm: 254483 184 113 282 0 254199 0
[pid=11450/tid=11501] ppid=11433 vsize=289396 CPUtime=0 cores=5,7
/proc/11450/task/11501/stat : 11501 (python) S 11433 11433 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886458466 296341504 5760 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471095813440 0 0 -1 5 0 0 0
[pid=11502] ppid=11433 vsize=299392 CPUtime=1.08 cores=5,7
/proc/11502/stat : 11502 (python) S 11433 11433 10635 0 -1 4202560 1130 0 0 0 56 52 0 0 15 0 2 0 886458467 306577408 5682 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11502/statm: 74848 5682 400 364 0 10760 0
[pid=11504] ppid=11502 vsize=126240 CPUtime=784.72 cores=5,7
/proc/11504/stat : 11504 (march_hi) R 11502 11504 11504 0 -1 4202496 27251 0 0 0 78463 9 0 0 25 0 1 0 886458467 129269760 26990 33554432000 4194304 4955518 140734348393968 18446744073709551615 4261356 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11504/statm: 31560 26990 104 186 0 31373 0
[pid=11502/tid=11873] ppid=11433 vsize=299392 CPUtime=0 cores=5,7
/proc/11502/task/11873/stat : 11873 (python) S 11433 11433 10635 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886526609 306577408 5682 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471115965760 0 0 -1 5 0 0 0
[pid=11874] ppid=11433 vsize=310188 CPUtime=0.28 cores=5,7
/proc/11874/stat : 11874 (python) S 11433 11433 10635 0 -1 4202560 1126 0 0 0 14 14 0 0 16 0 2 0 886526610 317632512 5821 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11874/statm: 77547 5821 400 364 0 13456 0
[pid=11876] ppid=11874 vsize=37696 CPUtime=195.68 cores=5,7
/proc/11876/stat : 11876 (march_hi) T 11874 11876 11876 0 -1 4202496 7797 0 0 0 19567 1 0 0 25 0 1 0 886526610 38600704 7538 33554432000 4194304 4955518 140735325605792 18446744073709551615 4261466 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11876/statm: 9424 7538 104 186 0 9237 0
[pid=11874/tid=11882] ppid=11433 vsize=310188 CPUtime=0 cores=5,7
/proc/11874/task/11882/stat : 11882 (python) S 11433 11433 10635 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886546181 317632512 5821 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471095814336 0 0 -1 7 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11440/stat : 11440 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 5 0 886438440 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 5 0 0 0
[pid=11433/tid=11451] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11451/stat : 11451 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 5 0 886448453 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 7 0 0 0
[pid=11433/tid=11503] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11503/stat : 11503 (python) S 11431 11433 10635 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 5 0 886458467 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 7 0 0 0
[pid=11433/tid=11875] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11875/stat : 11875 (python) S 11431 11433 10635 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 886526610 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1182.61
Current children cumulated vsize (KiB) 3708084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.7 s]
/proc/loadavg: 3.00 3.00 2.86 4/229 11890
/proc/meminfo: memFree=31367172/32951124 swapFree=67056676/67111528
[pid=11433] ppid=11431 vsize=320432 CPUtime=0.55 cores=5,7
/proc/11433/stat : 11433 (python) S 11431 11433 10635 0 -1 4202496 12834 933 1 0 40 15 0 0 18 0 5 0 886438363 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11433/statm: 80108 7298 1874 364 0 16017 0
[pid=11439] ppid=11433 vsize=288876 CPUtime=0.13 cores=5,7
/proc/11439/stat : 11439 (python) S 11433 11433 10635 0 -1 4202560 1149 0 0 0 6 7 0 0 19 0 2 0 886438440 295809024 5632 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11439/statm: 72219 5632 416 364 0 8137 0
[pid=11441] ppid=11439 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11441/stat : 11441 (gnovelty+2) T 11439 11441 11441 0 -1 4202496 448 0 0 0 10002 0 0 0 25 0 1 0 886438440 1042362368 185 33554432000 134512640 135663704 4287745664 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11441/statm: 254483 185 113 282 0 254199 0
[pid=11439/tid=11449] ppid=11433 vsize=288876 CPUtime=0 cores=5,7
/proc/11439/task/11449/stat : 11449 (python) S 11433 11433 10635 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886448452 295809024 5632 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471122072512 0 0 -1 7 0 0 0
[pid=11450] ppid=11433 vsize=289396 CPUtime=0.13 cores=5,7
/proc/11450/stat : 11450 (python) S 11433 11433 10635 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 886448453 296341504 5760 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11450/statm: 72349 5760 400 364 0 8264 0
[pid=11452] ppid=11450 vsize=1017932 CPUtime=100.02 cores=5,7
/proc/11452/stat : 11452 (gnovelty+2) T 11450 11452 11452 0 -1 4202496 451 0 0 0 10002 0 0 0 25 0 1 0 886448453 1042362368 184 33554432000 134512640 135663704 4291633936 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11452/statm: 254483 184 113 282 0 254199 0
[pid=11450/tid=11501] ppid=11433 vsize=289396 CPUtime=0 cores=5,7
/proc/11450/task/11501/stat : 11501 (python) S 11433 11433 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886458466 296341504 5760 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471095813440 0 0 -1 5 0 0 0
[pid=11502] ppid=11433 vsize=299392 CPUtime=1.1 cores=5,7
/proc/11502/stat : 11502 (python) S 11433 11433 10635 0 -1 4202560 1130 0 0 0 57 53 0 0 15 0 2 0 886458467 306577408 5682 33554432000 4194304 5683644 140736813601456 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11502/statm: 74848 5682 400 364 0 10760 0
[pid=11504] ppid=11502 vsize=126240 CPUtime=802.11 cores=5,7
/proc/11504/stat : 11504 (march_hi) R 11502 11504 11504 0 -1 4202496 27804 0 0 0 80202 9 0 0 25 0 1 0 886458467 129269760 27543 33554432000 4194304 4955518 140734348393968 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11504/statm: 31560 27543 104 186 0 31373 0
[pid=11502/tid=11873] ppid=11433 vsize=299392 CPUtime=0 cores=5,7
/proc/11502/task/11873/stat : 11873 (python) S 11433 11433 10635 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886526609 306577408 5682 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471115965760 0 0 -1 5 0 0 0
[pid=11874] ppid=11433 vsize=310188 CPUtime=0.28 cores=5,7
/proc/11874/stat : 11874 (python) S 11433 11433 10635 0 -1 4202560 1126 0 0 0 14 14 0 0 16 0 2 0 886526610 317632512 5821 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11874/statm: 77547 5821 400 364 0 13456 0
[pid=11876] ppid=11874 vsize=37696 CPUtime=195.68 cores=5,7
/proc/11876/stat : 11876 (march_hi) T 11874 11876 11876 0 -1 4202496 7797 0 0 0 19567 1 0 0 25 0 1 0 886526610 38600704 7538 33554432000 4194304 4955518 140735325605792 18446744073709551615 4261466 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11876/statm: 9424 7538 104 186 0 9237 0
[pid=11874/tid=11882] ppid=11433 vsize=310188 CPUtime=0 cores=5,7
/proc/11874/task/11882/stat : 11882 (python) S 11433 11433 10635 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886546181 317632512 5821 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 514 18446604471095814336 0 0 -1 7 0 0 0
[pid=11433/tid=11440] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11440/stat : 11440 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 5 0 886438440 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 5 0 0 0
[pid=11433/tid=11451] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11451/stat : 11451 (python) S 11431 11433 10635 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 5 0 886448453 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 7 0 0 0
[pid=11433/tid=11503] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11503/stat : 11503 (python) S 11431 11433 10635 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 5 0 886458467 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 7 0 0 0
[pid=11433/tid=11875] ppid=11431 vsize=320432 CPUtime=0 cores=5,7
/proc/11433/task/11875/stat : 11875 (python) S 11431 11433 10635 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 886526610 328122368 7298 33554432000 4194304 5683644 140736813601456 18446744073709551615 228256172465 0 0 16781312 2 18446604471115966656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 3708084

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

Real time (s): 1199.73
CPU time (s): 1200.02
CPU user time (s): 1198.97
CPU system time (s): 1.05
CPU usage (%): 100.024
Max. virtual memory (cumulated for all children) (KiB): 3708084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.402938
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13769
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= 2846
involuntary context switches= 12

runsolver used 2.00569 second user time and 4.71928 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-11 01:26:44
IDJOB=3484227
IDBENCH=82738
IDSOLVER=1975
FILE ID=node136/3484227-1307748404
RUNJOBID= node136-1307746989-10656
PBS_JOBID= 13550822
Free space on /tmp= 73972 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S248192082-054.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-3484227-1307748404/watcher-3484227-1307748404 -o /tmp/evaluation-result-3484227-1307748404/solver-3484227-1307748404 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484227-1307748404.cnf -seed 926209631 -budget 1200

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

MD5SUM BENCH= cf7086a47a32df0eb19a8b08d14122dd
RANDOM SEED=926209631

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31291540 kB
Buffers:        224872 kB
Cached:         793920 kB
SwapCached:       8764 kB
Active:         934852 kB
Inactive:       513584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31291540 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:           52840 kB
Writeback:           0 kB
AnonPages:      426948 kB
Mapped:          20004 kB
Slab:           137140 kB
PageTables:      13676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4104340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74036 MiB
End job on node136 at 2011-06-11 01:46:46