Trace number 3484257

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.03 1199.23

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1245124682-071.UNKNOWN.cnf
MD5SUMb386c0165fb504493e3604d6c778ca42
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.41/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/0.50	c INFO: solving HOME/instance-3484257-1307748515.cnf
0.41/0.50	c INFO: computing task features
0.41/0.50	c INFO: computed variable-clause graph statistics
0.41/0.50	c INFO: computed clause balance statistics
0.41/0.55	c INFO: computed variable balance statistics
0.41/0.59	c INFO: computed small-clause counts
0.41/0.59	c INFO: computed Horn-clause counts
0.41/0.59	c INFO: computed variable graph statistics
0.41/0.59	c INFO: collected features for HOME/instance-3484257-1307748515.cnf in 0.10 s
0.51/0.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
100.61/100.74	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.06)
200.82/200.88	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.44)
881.78/881.32	c INFO: running march_hi@0 for 194 with 320 remaining (b = 0.17)
1080.33/1079.66	c INFO: running march_hi@679 for 121 with 121 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-3484257-1307748515/watcher-3484257-1307748515 -o /tmp/evaluation-result-3484257-1307748515/solver-3484257-1307748515 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484257-1307748515.cnf -seed 1804054589 -budget 1200 

running on 2 cores: 0,2

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.97 3.96 3.21 5/219 19279
/proc/meminfo: memFree=31636644/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=15384 CPUtime=0 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 812 0 0 0 0 0 0 0 25 0 1 0 886448626 15753216 696 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/19279/statm: 3847 696 334 364 0 334 0

[startup+0.0458849 s]
/proc/loadavg: 3.97 3.96 3.21 5/219 19279
/proc/meminfo: memFree=31636644/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=29420 CPUtime=0.02 cores=0,2
/proc/19279/stat : 19279 (python) R 19277 19279 18188 0 -1 4202496 1355 0 0 0 2 0 0 0 25 0 1 0 886448626 30126080 1199 33554432000 4194304 5683644 140736092634160 18446744073709551615 239471774626 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19279/statm: 7355 1204 443 364 0 725 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29420

[startup+0.100878 s]
/proc/loadavg: 3.97 3.96 3.21 5/219 19279
/proc/meminfo: memFree=31636644/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=102016 CPUtime=0.07 cores=0,2
/proc/19279/stat : 19279 (python) R 19277 19279 18188 0 -1 4202496 3028 0 0 0 6 1 0 0 25 0 1 0 886448626 104464384 2718 33554432000 4194304 5683644 140736092634160 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19279/statm: 25503 2717 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102016

[startup+0.300845 s]
/proc/loadavg: 3.97 3.96 3.21 5/219 19279
/proc/meminfo: memFree=31636644/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=156692 CPUtime=0.23 cores=0,2
/proc/19279/stat : 19279 (python) R 19277 19279 18188 0 -1 4202496 6439 932 1 0 18 5 0 0 17 0 1 0 886448626 160452608 4539 33554432000 4194304 5683644 140736092634160 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19279/statm: 39173 4539 1257 364 0 3281 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 156692

[startup+0.700703 s]
/proc/loadavg: 3.97 3.96 3.21 5/219 19279
/proc/meminfo: memFree=31636644/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=288700 CPUtime=0.51 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 9790 932 1 0 43 8 0 0 19 0 2 0 886448626 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 72175 7068 1867 364 0 8093 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 288700

[startup+1.50054 s]
/proc/loadavg: 3.97 3.96 3.21 5/223 19287
/proc/meminfo: memFree=31612644/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=288700 CPUtime=0.51 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 9790 932 1 0 43 8 0 0 19 0 2 0 886448626 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 72175 7068 1867 364 0 8093 0
[pid=19285] ppid=19279 vsize=278456 CPUtime=0 cores=0,2
/proc/19285/stat : 19285 (python) S 19279 19279 18188 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 886448687 285138944 5551 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476715023 0 0 16781312 514 4380792978935906303 0 0 17 0 0 0 0
/proc/19285/statm: 69614 5551 354 364 0 5532 0
[pid=19287] ppid=19285 vsize=1017932 CPUtime=0.87 cores=0,2
/proc/19287/stat : 19287 (gnovelty+2) R 19285 19287 19287 0 -1 4202496 449 0 0 0 87 0 0 0 21 0 1 0 886448687 1042362368 184 33554432000 134512640 135663704 4287765584 18446744073709551615 134525347 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19287/statm: 254483 184 113 282 0 254199 0
[pid=19279/tid=19286] ppid=19277 vsize=288700 CPUtime=0 cores=0,2
/proc/19279/task/19286/stat : 19286 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886448687 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1585088

[startup+3.10032 s]
/proc/loadavg: 3.97 3.96 3.22 5/223 19287
/proc/meminfo: memFree=31611900/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=288700 CPUtime=0.51 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 9790 932 1 0 43 8 0 0 19 0 2 0 886448626 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 72175 7068 1867 364 0 8093 0
[pid=19285] ppid=19279 vsize=278456 CPUtime=0 cores=0,2
/proc/19285/stat : 19285 (python) S 19279 19279 18188 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 886448687 285138944 5551 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476715023 0 0 16781312 514 4380792978935873796 0 0 17 0 0 0 0
/proc/19285/statm: 69614 5551 354 364 0 5532 0
[pid=19287] ppid=19285 vsize=1017932 CPUtime=2.47 cores=0,2
/proc/19287/stat : 19287 (gnovelty+2) R 19285 19287 19287 0 -1 4202496 449 0 0 0 247 0 0 0 25 0 1 0 886448687 1042362368 184 33554432000 134512640 135663704 4287765584 18446744073709551615 134544189 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19287/statm: 254483 184 113 282 0 254199 0
[pid=19279/tid=19286] ppid=19277 vsize=288700 CPUtime=0 cores=0,2
/proc/19279/task/19286/stat : 19286 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886448687 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1585088

[startup+6.30068 s]
/proc/loadavg: 3.97 3.96 3.22 5/223 19287
/proc/meminfo: memFree=31612024/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=288700 CPUtime=0.51 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 9790 932 1 0 43 8 0 0 19 0 2 0 886448626 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 72175 7068 1867 364 0 8093 0
[pid=19285] ppid=19279 vsize=278456 CPUtime=0 cores=0,2
/proc/19285/stat : 19285 (python) S 19279 19279 18188 0 -1 4202560 879 0 0 0 0 0 0 0 18 0 1 0 886448687 285138944 5574 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476715023 0 0 16781312 514 4380792978935873796 0 0 17 0 0 0 0
/proc/19285/statm: 69614 5574 377 364 0 5532 0
[pid=19287] ppid=19285 vsize=1017932 CPUtime=5.66 cores=0,2
/proc/19287/stat : 19287 (gnovelty+2) R 19285 19287 19287 0 -1 4202496 449 0 0 0 566 0 0 0 25 0 1 0 886448687 1042362368 184 33554432000 134512640 135663704 4287765584 18446744073709551615 134525353 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19287/statm: 254483 184 113 282 0 254199 0
[pid=19279/tid=19286] ppid=19277 vsize=288700 CPUtime=0 cores=0,2
/proc/19279/task/19286/stat : 19286 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886448687 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1585088

[startup+12.7005 s]
/proc/loadavg: 3.97 3.96 3.23 5/223 19287
/proc/meminfo: memFree=31612040/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=288700 CPUtime=0.51 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 9790 932 1 0 43 8 0 0 19 0 2 0 886448626 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 72175 7068 1867 364 0 8093 0
[pid=19285] ppid=19279 vsize=278456 CPUtime=0 cores=0,2
/proc/19285/stat : 19285 (python) S 19279 19279 18188 0 -1 4202560 882 0 0 0 0 0 0 0 18 0 1 0 886448687 285138944 5574 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476715023 0 0 16781312 514 8139306348425740548 0 0 17 0 0 0 0
/proc/19285/statm: 69614 5574 377 364 0 5532 0
[pid=19287] ppid=19285 vsize=1017932 CPUtime=12.05 cores=0,2
/proc/19287/stat : 19287 (gnovelty+2) R 19285 19287 19287 0 -1 4202496 449 0 0 0 1205 0 0 0 25 0 1 0 886448687 1042362368 184 33554432000 134512640 135663704 4287765584 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19287/statm: 254483 184 113 282 0 254199 0
[pid=19279/tid=19286] ppid=19277 vsize=288700 CPUtime=0 cores=0,2
/proc/19279/task/19286/stat : 19286 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886448687 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1585088

[startup+25.501 s]
/proc/loadavg: 3.98 3.97 3.23 5/223 19287
/proc/meminfo: memFree=31612428/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=288700 CPUtime=0.51 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 9790 932 1 0 43 8 0 0 19 0 2 0 886448626 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 72175 7068 1867 364 0 8093 0
[pid=19285] ppid=19279 vsize=278456 CPUtime=0.02 cores=0,2
/proc/19285/stat : 19285 (python) S 19279 19279 18188 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 886448687 285138944 5574 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476715023 0 0 16781312 514 8139306348425740548 0 0 17 0 0 0 0
/proc/19285/statm: 69614 5574 377 364 0 5532 0
[pid=19287] ppid=19285 vsize=1017932 CPUtime=24.83 cores=0,2
/proc/19287/stat : 19287 (gnovelty+2) R 19285 19287 19287 0 -1 4202496 449 0 0 0 2483 0 0 0 25 0 1 0 886448687 1042362368 184 33554432000 134512640 135663704 4287765584 18446744073709551615 134524961 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19287/statm: 254483 184 113 282 0 254199 0
[pid=19279/tid=19286] ppid=19277 vsize=288700 CPUtime=0 cores=0,2
/proc/19279/task/19286/stat : 19286 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886448687 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1585088

[startup+51.1011 s]
/proc/loadavg: 3.98 3.97 3.25 5/226 19291
/proc/meminfo: memFree=31576948/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=288700 CPUtime=0.51 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 9790 932 1 0 43 8 0 0 19 0 2 0 886448626 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 72175 7068 1867 364 0 8093 0
[pid=19285] ppid=19279 vsize=278456 CPUtime=0.05 cores=0,2
/proc/19285/stat : 19285 (python) S 19279 19279 18188 0 -1 4202560 900 0 0 0 3 2 0 0 18 0 1 0 886448687 285138944 5574 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476715023 0 0 16781312 514 8139306348425740548 0 0 17 0 0 0 0
/proc/19285/statm: 69614 5574 377 364 0 5532 0
[pid=19287] ppid=19285 vsize=1017932 CPUtime=50.42 cores=0,2
/proc/19287/stat : 19287 (gnovelty+2) R 19285 19287 19287 0 -1 4202496 449 0 0 0 5042 0 0 0 25 0 1 0 886448687 1042362368 184 33554432000 134512640 135663704 4287765584 18446744073709551615 134524750 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19287/statm: 254483 184 113 282 0 254199 0
[pid=19279/tid=19286] ppid=19277 vsize=288700 CPUtime=0 cores=0,2
/proc/19279/task/19286/stat : 19286 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 2 0 886448687 295628800 7068 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1585088

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.29 5/231 19348
/proc/meminfo: memFree=31570040/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=299620 CPUtime=0.52 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 10644 932 1 0 44 8 0 0 19 0 3 0 886448626 306810880 7234 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 74905 7234 1878 364 0 10820 0
[pid=19285] ppid=19279 vsize=288700 CPUtime=0.14 cores=0,2
/proc/19285/stat : 19285 (python) S 19279 19279 18188 0 -1 4202560 1161 0 0 0 8 6 0 0 19 0 2 0 886448687 295628800 5618 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19285/statm: 72175 5618 416 364 0 8093 0
[pid=19287] ppid=19285 vsize=1017932 CPUtime=100 cores=0,2
/proc/19287/stat : 19287 (gnovelty+2) T 19285 19287 19287 0 -1 4202496 449 0 0 0 9999 1 0 0 25 0 1 0 886448687 1042362368 184 33554432000 134512640 135663704 4287765584 18446744073709551615 134545576 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19287/statm: 254483 184 113 282 0 254199 0
[pid=19285/tid=19345] ppid=19279 vsize=288700 CPUtime=0 cores=0,2
/proc/19285/task/19345/stat : 19345 (python) S 19279 19279 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886458700 295628800 5618 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453932676096 0 0 -1 2 0 0 0
[pid=19346] ppid=19279 vsize=289376 CPUtime=0 cores=0,2
/proc/19346/stat : 19346 (python) S 19279 19279 18188 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 886458701 296321024 5700 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476715078 0 0 16781312 514 4348687789160628482 0 0 17 2 0 0 0
/proc/19346/statm: 72344 5700 348 364 0 8259 0
[pid=19348] ppid=19346 vsize=1017932 CPUtime=1.54 cores=0,2
/proc/19348/stat : 19348 (gnovelty+2) R 19346 19348 19348 0 -1 4202496 452 0 0 0 154 0 0 0 25 0 1 0 886458701 1042362368 185 33554432000 134512640 135663704 4290105744 18446744073709551615 134525237 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19348/statm: 254483 185 113 282 0 254199 0
[pid=19279/tid=19286] ppid=19277 vsize=299620 CPUtime=0 cores=0,2
/proc/19279/task/19286/stat : 19286 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 3 0 886448687 306810880 7234 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
[pid=19279/tid=19347] ppid=19277 vsize=299620 CPUtime=0 cores=0,2
/proc/19279/task/19347/stat : 19347 (python) S 19277 19279 18188 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886458701 306810880 7234 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 2913560

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.33 5/232 19351
/proc/meminfo: memFree=31566920/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=299620 CPUtime=0.52 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 10644 932 1 0 44 8 0 0 19 0 3 0 886448626 306810880 7234 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 74905 7234 1878 364 0 10820 0
[pid=19285] ppid=19279 vsize=288700 CPUtime=0.14 cores=0,2

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


[startup+1122.3 s]
/proc/loadavg: 4.05 4.04 3.77 6/236 20181
/proc/meminfo: memFree=31622092/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=320288 CPUtime=0.55 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 12851 932 1 0 46 9 0 0 18 0 5 0 886448626 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 80072 7291 1882 364 0 15981 0
[pid=19285] ppid=19279 vsize=288700 CPUtime=0.14 cores=0,2
/proc/19285/stat : 19285 (python) S 19279 19279 18188 0 -1 4202560 1161 0 0 0 8 6 0 0 19 0 2 0 886448687 295628800 5618 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19285/statm: 72175 5618 416 364 0 8093 0
[pid=19287] ppid=19285 vsize=1017932 CPUtime=100 cores=0,2
/proc/19287/stat : 19287 (gnovelty+2) T 19285 19287 19287 0 -1 4202496 449 0 0 0 9999 1 0 0 25 0 1 0 886448687 1042362368 184 33554432000 134512640 135663704 4287765584 18446744073709551615 134545576 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19287/statm: 254483 184 113 282 0 254199 0
[pid=19285/tid=19345] ppid=19279 vsize=288700 CPUtime=0 cores=0,2
/proc/19285/task/19345/stat : 19345 (python) S 19279 19279 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886458700 295628800 5618 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453932676096 0 0 -1 2 0 0 0
[pid=19346] ppid=19279 vsize=289376 CPUtime=0.13 cores=0,2
/proc/19346/stat : 19346 (python) S 19279 19279 18188 0 -1 4202560 1101 0 0 0 8 5 0 0 19 0 2 0 886458701 296321024 5753 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19346/statm: 72344 5753 400 364 0 8259 0
[pid=19348] ppid=19346 vsize=1017932 CPUtime=100.12 cores=0,2
/proc/19348/stat : 19348 (gnovelty+2) T 19346 19348 19348 0 -1 4202496 452 0 0 0 10012 0 0 0 25 0 1 0 886458701 1042362368 185 33554432000 134512640 135663704 4290105744 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19348/statm: 254483 185 113 282 0 254199 0
[pid=19346/tid=19403] ppid=19279 vsize=289376 CPUtime=0 cores=0,2
/proc/19346/task/19403/stat : 19403 (python) S 19279 19279 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886468713 296321024 5753 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453925201024 0 0 -1 2 0 0 0
[pid=19404] ppid=19279 vsize=299332 CPUtime=1.17 cores=0,2
/proc/19404/stat : 19404 (python) S 19279 19279 18188 0 -1 4202560 1138 0 0 0 66 51 0 0 15 0 2 0 886468714 306515968 5666 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19404/statm: 74833 5666 400 364 0 10745 0
[pid=19406] ppid=19404 vsize=126624 CPUtime=722.36 cores=0,2
/proc/19406/stat : 19406 (march_hi) R 19404 19406 19406 0 -1 4202496 22153 0 0 0 72230 6 0 0 25 0 1 0 886468715 129662976 21888 33554432000 4194304 4955518 140736709683808 18446744073709551615 4227654 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19406/statm: 31656 21888 104 186 0 31469 0
[pid=19404/tid=20015] ppid=19279 vsize=299332 CPUtime=0 cores=0,2
/proc/19404/task/20015/stat : 20015 (python) S 19279 19279 18188 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 886536758 306515968 5666 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453945940928 0 0 -1 0 0 0 0
[pid=20016] ppid=19279 vsize=310044 CPUtime=0.29 cores=0,2
/proc/20016/stat : 20016 (python) S 19279 19279 18188 0 -1 4202560 1148 0 0 0 16 13 0 0 16 0 2 0 886536759 317485056 5793 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20016/statm: 77511 5793 409 364 0 13420 0
[pid=20018] ppid=20016 vsize=37752 CPUtime=198.32 cores=0,2
/proc/20018/stat : 20018 (march_hi) T 20016 20018 20018 0 -1 4202496 6950 0 0 0 19831 1 0 0 25 0 1 0 886536759 38658048 6688 33554432000 4194304 4955518 140733799205136 18446744073709551615 4224704 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20018/statm: 9438 6688 104 186 0 9251 0
[pid=20016/tid=20179] ppid=19279 vsize=310044 CPUtime=0 cores=0,2
/proc/20016/task/20179/stat : 20179 (python) S 19279 19279 18188 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886556592 317485056 5793 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453951804736 0 0 -1 2 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/19286/stat : 19286 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 5 0 886448687 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
[pid=19279/tid=19347] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/19347/stat : 19347 (python) S 19277 19279 18188 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 886458701 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
[pid=19279/tid=19405] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/19405/stat : 19405 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 5 0 886468714 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
[pid=19279/tid=20017] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/20017/stat : 20017 (python) S 19277 19279 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 5 0 886536759 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.08
Current children cumulated vsize (KiB) 3707980

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 3.78 6/244 20190
/proc/meminfo: memFree=31590572/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=320288 CPUtime=0.55 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 12851 932 1 0 46 9 0 0 18 0 5 0 886448626 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 80072 7291 1882 364 0 15981 0
[pid=19285] ppid=19279 vsize=288700 CPUtime=0.14 cores=0,2
/proc/19285/stat : 19285 (python) S 19279 19279 18188 0 -1 4202560 1161 0 0 0 8 6 0 0 19 0 2 0 886448687 295628800 5618 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19285/statm: 72175 5618 416 364 0 8093 0
[pid=19287] ppid=19285 vsize=1017932 CPUtime=100 cores=0,2
/proc/19287/stat : 19287 (gnovelty+2) T 19285 19287 19287 0 -1 4202496 449 0 0 0 9999 1 0 0 25 0 1 0 886448687 1042362368 184 33554432000 134512640 135663704 4287765584 18446744073709551615 134545576 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19287/statm: 254483 184 113 282 0 254199 0
[pid=19285/tid=19345] ppid=19279 vsize=288700 CPUtime=0 cores=0,2
/proc/19285/task/19345/stat : 19345 (python) S 19279 19279 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886458700 295628800 5618 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453932676096 0 0 -1 2 0 0 0
[pid=19346] ppid=19279 vsize=289376 CPUtime=0.13 cores=0,2
/proc/19346/stat : 19346 (python) S 19279 19279 18188 0 -1 4202560 1101 0 0 0 8 5 0 0 19 0 2 0 886458701 296321024 5753 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19346/statm: 72344 5753 400 364 0 8259 0
[pid=19348] ppid=19346 vsize=1017932 CPUtime=100.12 cores=0,2
/proc/19348/stat : 19348 (gnovelty+2) T 19346 19348 19348 0 -1 4202496 452 0 0 0 10012 0 0 0 25 0 1 0 886458701 1042362368 185 33554432000 134512640 135663704 4290105744 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19348/statm: 254483 185 113 282 0 254199 0
[pid=19346/tid=19403] ppid=19279 vsize=289376 CPUtime=0 cores=0,2
/proc/19346/task/19403/stat : 19403 (python) S 19279 19279 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886468713 296321024 5753 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453925201024 0 0 -1 2 0 0 0
[pid=19404] ppid=19279 vsize=299332 CPUtime=1.27 cores=0,2
/proc/19404/stat : 19404 (python) S 19279 19279 18188 0 -1 4202560 1142 0 0 0 72 55 0 0 15 0 2 0 886468714 306515968 5666 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19404/statm: 74833 5666 400 364 0 10745 0
[pid=19406] ppid=19404 vsize=126624 CPUtime=782.31 cores=0,2
/proc/19406/stat : 19406 (march_hi) R 19404 19406 19406 0 -1 4202496 23789 0 0 0 78224 7 0 0 25 0 1 0 886468715 129662976 23524 33554432000 4194304 4955518 140736709683808 18446744073709551615 4313869 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19406/statm: 31656 23524 104 186 0 31469 0
[pid=19404/tid=20015] ppid=19279 vsize=299332 CPUtime=0 cores=0,2
/proc/19404/task/20015/stat : 20015 (python) S 19279 19279 18188 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 886536758 306515968 5666 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453945940928 0 0 -1 0 0 0 0
[pid=20016] ppid=19279 vsize=310044 CPUtime=0.29 cores=0,2
/proc/20016/stat : 20016 (python) S 19279 19279 18188 0 -1 4202560 1148 0 0 0 16 13 0 0 16 0 2 0 886536759 317485056 5793 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20016/statm: 77511 5793 409 364 0 13420 0
[pid=20018] ppid=20016 vsize=37752 CPUtime=198.32 cores=0,2
/proc/20018/stat : 20018 (march_hi) T 20016 20018 20018 0 -1 4202496 6950 0 0 0 19831 1 0 0 25 0 1 0 886536759 38658048 6688 33554432000 4194304 4955518 140733799205136 18446744073709551615 4224704 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20018/statm: 9438 6688 104 186 0 9251 0
[pid=20016/tid=20179] ppid=19279 vsize=310044 CPUtime=0 cores=0,2
/proc/20016/task/20179/stat : 20179 (python) S 19279 19279 18188 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886556592 317485056 5793 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453951804736 0 0 -1 2 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/19286/stat : 19286 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 5 0 886448687 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
[pid=19279/tid=19347] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/19347/stat : 19347 (python) S 19277 19279 18188 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 886458701 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
[pid=19279/tid=19405] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/19405/stat : 19405 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 5 0 886468714 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
[pid=19279/tid=20017] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/20017/stat : 20017 (python) S 19277 19279 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 5 0 886536759 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.13
Current children cumulated vsize (KiB) 3707980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.2 s]
/proc/loadavg: 4.08 4.04 3.79 5/244 20191
/proc/meminfo: memFree=31583120/32950928 swapFree=67055428/67111528
[pid=19279] ppid=19277 vsize=320288 CPUtime=0.55 cores=0,2
/proc/19279/stat : 19279 (python) S 19277 19279 18188 0 -1 4202496 12851 932 1 0 46 9 0 0 18 0 5 0 886448626 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19279/statm: 80072 7291 1882 364 0 15981 0
[pid=19285] ppid=19279 vsize=288700 CPUtime=0.14 cores=0,2
/proc/19285/stat : 19285 (python) S 19279 19279 18188 0 -1 4202560 1161 0 0 0 8 6 0 0 19 0 2 0 886448687 295628800 5618 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19285/statm: 72175 5618 416 364 0 8093 0
[pid=19287] ppid=19285 vsize=1017932 CPUtime=100 cores=0,2
/proc/19287/stat : 19287 (gnovelty+2) T 19285 19287 19287 0 -1 4202496 449 0 0 0 9999 1 0 0 25 0 1 0 886448687 1042362368 184 33554432000 134512640 135663704 4287765584 18446744073709551615 134545576 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19287/statm: 254483 184 113 282 0 254199 0
[pid=19285/tid=19345] ppid=19279 vsize=288700 CPUtime=0 cores=0,2
/proc/19285/task/19345/stat : 19345 (python) S 19279 19279 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886458700 295628800 5618 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453932676096 0 0 -1 2 0 0 0
[pid=19346] ppid=19279 vsize=289376 CPUtime=0.13 cores=0,2
/proc/19346/stat : 19346 (python) S 19279 19279 18188 0 -1 4202560 1101 0 0 0 8 5 0 0 19 0 2 0 886458701 296321024 5753 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19346/statm: 72344 5753 400 364 0 8259 0
[pid=19348] ppid=19346 vsize=1017932 CPUtime=100.12 cores=0,2
/proc/19348/stat : 19348 (gnovelty+2) T 19346 19348 19348 0 -1 4202496 452 0 0 0 10012 0 0 0 25 0 1 0 886458701 1042362368 185 33554432000 134512640 135663704 4290105744 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19348/statm: 254483 185 113 282 0 254199 0
[pid=19346/tid=19403] ppid=19279 vsize=289376 CPUtime=0 cores=0,2
/proc/19346/task/19403/stat : 19403 (python) S 19279 19279 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886468713 296321024 5753 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453925201024 0 0 -1 2 0 0 0
[pid=19404] ppid=19279 vsize=299332 CPUtime=1.29 cores=0,2
/proc/19404/stat : 19404 (python) S 19279 19279 18188 0 -1 4202560 1142 0 0 0 74 55 0 0 15 0 2 0 886468714 306515968 5666 33554432000 4194304 5683644 140736092634160 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19404/statm: 74833 5666 400 364 0 10745 0
[pid=19406] ppid=19404 vsize=126624 CPUtime=799.19 cores=0,2
/proc/19406/stat : 19406 (march_hi) R 19404 19406 19406 0 -1 4202496 24272 0 0 0 79912 7 0 0 25 0 1 0 886468715 129662976 24007 33554432000 4194304 4955518 140736709683808 18446744073709551615 4244453 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19406/statm: 31656 24007 104 186 0 31469 0
[pid=19404/tid=20015] ppid=19279 vsize=299332 CPUtime=0 cores=0,2
/proc/19404/task/20015/stat : 20015 (python) S 19279 19279 18188 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 886536758 306515968 5666 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453945940928 0 0 -1 0 0 0 0
[pid=20016] ppid=19279 vsize=310044 CPUtime=0.29 cores=0,2
/proc/20016/stat : 20016 (python) S 19279 19279 18188 0 -1 4202560 1148 0 0 0 16 13 0 0 16 0 2 0 886536759 317485056 5793 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20016/statm: 77511 5793 409 364 0 13420 0
[pid=20018] ppid=20016 vsize=37752 CPUtime=198.32 cores=0,2
/proc/20018/stat : 20018 (march_hi) T 20016 20018 20018 0 -1 4202496 6950 0 0 0 19831 1 0 0 25 0 1 0 886536759 38658048 6688 33554432000 4194304 4955518 140733799205136 18446744073709551615 4224704 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20018/statm: 9438 6688 104 186 0 9251 0
[pid=20016/tid=20179] ppid=19279 vsize=310044 CPUtime=0 cores=0,2
/proc/20016/task/20179/stat : 20179 (python) S 19279 19279 18188 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886556592 317485056 5793 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 514 18446604453951804736 0 0 -1 2 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/19286/stat : 19286 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 19 0 5 0 886448687 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
[pid=19279/tid=19347] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/19347/stat : 19347 (python) S 19277 19279 18188 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 886458701 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
[pid=19279/tid=19405] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/19405/stat : 19405 (python) S 19277 19279 18188 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 5 0 886468714 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
[pid=19279/tid=20017] ppid=19277 vsize=320288 CPUtime=0 cores=0,2
/proc/19279/task/20017/stat : 20017 (python) S 19277 19279 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 5 0 886536759 327974912 7291 33554432000 4194304 5683644 140736092634160 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 3707980

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

Real time (s): 1199.23
CPU time (s): 1200.03
CPU user time (s): 1199.06
CPU system time (s): 0.97
CPU usage (%): 100.066
Max. virtual memory (cumulated for all children) (KiB): 3707984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.462929
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13785
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= 987
involuntary context switches= 19

runsolver used 2.48162 second user time and 4.53731 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 01:28:35
IDJOB=3484257
IDBENCH=82768
IDSOLVER=1975
FILE ID=node148/3484257-1307748515
RUNJOBID= node148-1307746987-18206
PBS_JOBID= 13550812
Free space on /tmp= 73944 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-S1245124682-071.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-3484257-1307748515/watcher-3484257-1307748515 -o /tmp/evaluation-result-3484257-1307748515/solver-3484257-1307748515 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484257-1307748515.cnf -seed 1804054589 -budget 1200

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

MD5SUM BENCH= b386c0165fb504493e3604d6c778ca42
RANDOM SEED=1804054589

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32950928 kB
MemFree:      31637444 kB
Buffers:         96576 kB
Cached:         713380 kB
SwapCached:       8824 kB
Active:         696808 kB
Inactive:       459956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31637444 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           40144 kB
Writeback:           0 kB
AnonPages:      345372 kB
Mapped:          20112 kB
Slab:            83536 kB
PageTables:      13140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3457164 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= 73916 MiB
End job on node148 at 2011-06-11 01:48:37