Trace number 3377668

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 1303.73 1300.04

General information on the benchmark

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

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3377668-1305456689.cnf
0.31/0.47	c INFO: computing task features
0.31/0.48	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.39/0.53	c INFO: computed variable balance statistics
0.39/0.57	c INFO: computed small-clause counts
0.39/0.57	c INFO: computed Horn-clause counts
0.39/0.58	c INFO: computed variable graph statistics
0.39/0.58	c INFO: collected features for HOME/instance-3377668-1305456689.cnf in 0.11 s
0.39/0.59	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.58)
100.84/100.91	c INFO: running march_hi@0 for 97 with 2299 remaining (b = 0.07)
201.16/200.94	c INFO: running gnovelty+2@0 for 97 with 2199 remaining (b = 0.08)
301.47/301.28	c INFO: running march_hi@100 for 2099 with 2099 remaining (b = 0.60)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377668-1305456689/watcher-3377668-1305456689 -o /tmp/evaluation-result-3377668-1305456689/solver-3377668-1305456689 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377668-1305456689.cnf -seed 2095662984 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.16 4.10 3.87 4/474 27424
/proc/meminfo: memFree=23521592/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=16240 CPUtime=0 cores=5,7
/proc/27424/stat : 27424 (python) R 27422 27424 24847 0 -1 4202496 1043 0 0 0 0 0 0 0 25 0 1 0 735899581 16629760 916 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367187137 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27424/statm: 4060 916 381 364 0 547 0

[startup+0.0441409 s]
/proc/loadavg: 4.16 4.10 3.87 4/474 27424
/proc/meminfo: memFree=23521592/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=29420 CPUtime=0.02 cores=5,7
/proc/27424/stat : 27424 (python) R 27422 27424 24847 0 -1 4202496 1372 0 0 0 2 0 0 0 17 0 1 0 735899581 30126080 1217 33554432000 4194304 5683644 140734883437136 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27424/statm: 7448 1220 443 364 0 818 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29420

[startup+0.101132 s]
/proc/loadavg: 4.16 4.10 3.87 4/474 27424
/proc/meminfo: memFree=23521592/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=104364 CPUtime=0.07 cores=5,7
/proc/27424/stat : 27424 (python) R 27422 27424 24847 0 -1 4202496 3093 0 0 0 6 1 0 0 17 0 1 0 735899581 106868736 2775 33554432000 4194304 5683644 140734883437136 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27424/statm: 26155 2779 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104364

[startup+0.301443 s]
/proc/loadavg: 4.16 4.10 3.87 4/474 27424
/proc/meminfo: memFree=23521592/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=168676 CPUtime=0.23 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 6726 931 1 0 18 5 0 0 17 0 1 0 735899581 172724224 4797 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/27424/statm: 42169 4797 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 168676

[startup+0.701021 s]
/proc/loadavg: 4.16 4.10 3.87 4/474 27424
/proc/meminfo: memFree=23521592/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=288864 CPUtime=0.48 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 9820 931 1 0 41 7 0 0 19 0 2 0 735899581 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27424/statm: 72216 7097 1875 364 0 8134 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 288864

[startup+1.50087 s]
/proc/loadavg: 4.16 4.10 3.87 5/478 27432
/proc/meminfo: memFree=23495272/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=288864 CPUtime=0.48 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 9820 931 1 0 41 7 0 0 19 0 2 0 735899581 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27424/statm: 72216 7097 1875 364 0 8134 0
[pid=27430] ppid=27424 vsize=278620 CPUtime=0 cores=5,7
/proc/27430/stat : 27430 (python) S 27424 27424 24847 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 735899641 285306880 5572 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566863 0 0 16781312 514 15577042094131249151 0 0 17 5 0 0 0
/proc/27430/statm: 69655 5572 354 364 0 5573 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=0.9 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) R 27430 27432 27432 0 -1 4202496 463 0 0 0 90 0 0 0 21 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134547047 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27424/tid=27431] ppid=27422 vsize=288864 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 735899641 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1585420

[startup+3.10058 s]
/proc/loadavg: 4.15 4.10 3.87 5/478 27432
/proc/meminfo: memFree=23494604/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=288864 CPUtime=0.48 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 9820 931 1 0 41 7 0 0 19 0 2 0 735899581 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27424/statm: 72216 7097 1875 364 0 8134 0
[pid=27430] ppid=27424 vsize=278620 CPUtime=0 cores=5,7
/proc/27430/stat : 27430 (python) S 27424 27424 24847 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 735899641 285306880 5572 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566863 0 0 16781312 514 15577042094131216647 0 0 17 5 0 0 0
/proc/27430/statm: 69655 5572 354 364 0 5573 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=2.5 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) R 27430 27432 27432 0 -1 4202496 463 0 0 0 250 0 0 0 25 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27424/tid=27431] ppid=27422 vsize=288864 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 735899641 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1585420

[startup+6.30098 s]
/proc/loadavg: 4.15 4.10 3.87 5/478 27432
/proc/meminfo: memFree=23493236/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=288864 CPUtime=0.48 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 9820 931 1 0 41 7 0 0 19 0 2 0 735899581 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27424/statm: 72216 7097 1875 364 0 8134 0
[pid=27430] ppid=27424 vsize=278620 CPUtime=0.02 cores=5,7
/proc/27430/stat : 27430 (python) S 27424 27424 24847 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 735899641 285306880 5600 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566863 0 0 16781312 514 15577042094131216647 0 0 17 5 0 0 0
/proc/27430/statm: 69655 5600 382 364 0 5573 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=5.69 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) R 27430 27432 27432 0 -1 4202496 463 0 0 0 569 0 0 0 25 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27424/tid=27431] ppid=27422 vsize=288864 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 735899641 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1585420

[startup+12.7008 s]
/proc/loadavg: 4.13 4.09 3.87 5/478 27432
/proc/meminfo: memFree=23491748/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=288864 CPUtime=0.48 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 9820 931 1 0 41 7 0 0 19 0 2 0 735899581 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27424/statm: 72216 7097 1875 364 0 8134 0
[pid=27430] ppid=27424 vsize=278620 CPUtime=0.03 cores=5,7
/proc/27430/stat : 27430 (python) S 27424 27424 24847 0 -1 4202560 975 0 0 0 2 1 0 0 18 0 1 0 735899641 285306880 5600 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566863 0 0 16781312 514 10727187284303511815 0 0 17 5 0 0 0
/proc/27430/statm: 69655 5600 382 364 0 5573 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=12.07 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) R 27430 27432 27432 0 -1 4202496 463 0 0 0 1207 0 0 0 25 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27424/tid=27431] ppid=27422 vsize=288864 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 735899641 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1585420

[startup+25.5004 s]
/proc/loadavg: 4.11 4.09 3.87 5/478 27433
/proc/meminfo: memFree=23490956/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=288864 CPUtime=0.48 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 9820 931 1 0 41 7 0 0 19 0 2 0 735899581 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27424/statm: 72216 7097 1875 364 0 8134 0
[pid=27430] ppid=27424 vsize=278620 CPUtime=0.07 cores=5,7
/proc/27430/stat : 27430 (python) S 27424 27424 24847 0 -1 4202560 979 0 0 0 4 3 0 0 18 0 1 0 735899641 285306880 5600 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566863 0 0 16781312 514 10727187284303511815 0 0 17 5 0 0 0
/proc/27430/statm: 69655 5600 382 364 0 5573 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=24.83 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) R 27430 27432 27432 0 -1 4202496 463 0 0 0 2483 0 0 0 25 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134545761 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27424/tid=27431] ppid=27422 vsize=288864 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 735899641 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1585420

[startup+51.1007 s]
/proc/loadavg: 4.07 4.08 3.87 6/478 27434
/proc/meminfo: memFree=23484316/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=288864 CPUtime=0.48 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 9820 931 1 0 41 7 0 0 19 0 2 0 735899581 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27424/statm: 72216 7097 1875 364 0 8134 0
[pid=27430] ppid=27424 vsize=278620 CPUtime=0.15 cores=5,7
/proc/27430/stat : 27430 (python) S 27424 27424 24847 0 -1 4202560 991 0 0 0 8 7 0 0 18 0 1 0 735899641 285306880 5600 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566863 0 0 16781312 514 10727187284303511815 0 0 17 5 0 0 0
/proc/27430/statm: 69655 5600 382 364 0 5573 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=50.37 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) R 27430 27432 27432 0 -1 4202496 463 0 0 0 5037 0 0 0 25 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134525353 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27424/tid=27431] ppid=27422 vsize=288864 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 735899641 295796736 7097 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1585420

[startup+102.317 s]
/proc/loadavg: 4.07 4.08 3.88 5/466 27479
/proc/meminfo: memFree=23495356/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=299656 CPUtime=0.49 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 10649 931 1 0 42 7 0 0 20 0 3 0 735899581 306847744 7244 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27424/statm: 74914 7244 1878 364 0 10829 0
[pid=27430] ppid=27424 vsize=288864 CPUtime=0.31 cores=5,7
/proc/27430/stat : 27430 (python) S 27424 27424 24847 0 -1 4202560 1149 0 0 0 17 14 0 0 19 0 2 0 735899641 295796736 5638 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27430/statm: 72216 5638 415 364 0 8134 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=100.06 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) T 27430 27432 27432 0 -1 4202496 463 0 0 0 10006 0 0 0 25 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27430/tid=27445] ppid=27424 vsize=288864 CPUtime=0 cores=5,7
/proc/27430/task/27445/stat : 27445 (python) S 27424 27424 24847 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735909672 295796736 5638 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604469424407872 0 0 -1 7 0 0 0
[pid=27446] ppid=27424 vsize=289412 CPUtime=0 cores=5,7
/proc/27446/stat : 27446 (python) S 27424 27424 24847 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 735909673 296357888 5710 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566918 0 0 16781312 514 14728516810261364998 0 0 17 7 0 0 0
/proc/27446/statm: 72353 5710 348 364 0 8268 0
[pid=27448] ppid=27446 vsize=2996 CPUtime=1.39 cores=5,7
/proc/27448/stat : 27448 (march_hi) R 27446 27448 27448 0 -1 4202496 800 0 0 0 139 0 0 0 19 0 1 0 735909673 3067904 536 33554432000 4194304 4955518 140734142650448 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27448/statm: 749 536 104 186 0 562 0
[pid=27424/tid=27431] ppid=27422 vsize=299656 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 3 0 735899641 306847744 7244 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
[pid=27424/tid=27447] ppid=27422 vsize=299656 CPUtime=0 cores=5,7
/proc/27424/task/27447/stat : 27447 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 735909673 306847744 7244 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1898864

[startup+162.301 s]
/proc/loadavg: 4.07 4.08 3.89 5/473 27557
/proc/meminfo: memFree=23459388/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=299656 CPUtime=0.49 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 10649 931 1 0 42 7 0 0 20 0 3 0 735899581 306847744 7244 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27424/statm: 74914 7244 1878 364 0 10829 0
[pid=27430] ppid=27424 vsize=288864 CPUtime=0.31 cores=5,7

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

/proc/27430/statm: 72216 5638 415 364 0 8134 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=100.06 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) T 27430 27432 27432 0 -1 4202496 463 0 0 0 10006 0 0 0 25 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27430/tid=27445] ppid=27424 vsize=288864 CPUtime=0 cores=5,7
/proc/27430/task/27445/stat : 27445 (python) S 27424 27424 24847 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735909672 295796736 5638 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604469424407872 0 0 -1 7 0 0 0
[pid=27446] ppid=27424 vsize=289412 CPUtime=3.15 cores=5,7
/proc/27446/stat : 27446 (python) S 27424 27424 24847 0 -1 4202560 1156 0 0 0 168 147 0 0 15 0 2 0 735909673 296357888 5772 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27446/statm: 72353 5772 409 364 0 8268 0
[pid=27448] ppid=27446 vsize=175336 CPUtime=921.05 cores=5,7
/proc/27448/stat : 27448 (march_hi) R 27446 27448 27448 0 -1 4202496 33102 0 0 0 92100 5 0 0 25 0 1 0 735909673 179544064 32838 33554432000 4194304 4955518 140734142650448 18446744073709551615 4261364 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27448/statm: 43834 32838 104 186 0 43647 0
[pid=27446/tid=27561] ppid=27424 vsize=289412 CPUtime=0 cores=5,7
/proc/27446/task/27561/stat : 27561 (python) S 27424 27424 24847 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 735919675 296357888 5772 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604461221985088 0 0 -1 7 0 0 0
[pid=27563] ppid=27424 vsize=299368 CPUtime=0.32 cores=5,7
/proc/27563/stat : 27563 (python) S 27424 27424 24847 0 -1 4202560 1083 0 0 0 17 15 0 0 19 0 2 0 735919676 306552832 5696 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27563/statm: 74842 5696 400 364 0 10754 0
[pid=27565] ppid=27563 vsize=1017936 CPUtime=99.99 cores=5,7
/proc/27565/stat : 27565 (gnovelty+2) T 27563 27565 27565 0 -1 4202496 461 0 0 0 9999 0 0 0 25 0 1 0 735919676 1042366464 197 33554432000 134512640 135663704 4287844272 18446744073709551615 134525428 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27565/statm: 254484 197 113 282 0 254200 0
[pid=27563/tid=27575] ppid=27424 vsize=299368 CPUtime=0 cores=5,7
/proc/27563/task/27575/stat : 27575 (python) S 27424 27424 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735929708 306552832 5696 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604440332155072 0 0 -1 7 0 0 0
[pid=27424/tid=27431] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 4 0 735899641 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
[pid=27424/tid=27447] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27447/stat : 27447 (python) S 27422 27424 24847 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 735909673 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
[pid=27424/tid=27564] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27564/stat : 27564 (python) S 27422 27424 24847 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 735919676 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1125.41
Current children cumulated vsize (KiB) 3399004

[startup+1182.3 s]
/proc/loadavg: 4.21 4.14 4.01 5/496 27798
/proc/meminfo: memFree=23102992/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=310152 CPUtime=0.53 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 12067 931 1 0 45 8 0 0 18 0 4 0 735899581 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27424/statm: 77538 7293 1880 364 0 13450 0
[pid=27430] ppid=27424 vsize=288864 CPUtime=0.31 cores=5,7
/proc/27430/stat : 27430 (python) S 27424 27424 24847 0 -1 4202560 1149 0 0 0 17 14 0 0 19 0 2 0 735899641 295796736 5638 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27430/statm: 72216 5638 415 364 0 8134 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=100.06 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) T 27430 27432 27432 0 -1 4202496 463 0 0 0 10006 0 0 0 25 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27430/tid=27445] ppid=27424 vsize=288864 CPUtime=0 cores=5,7
/proc/27430/task/27445/stat : 27445 (python) S 27424 27424 24847 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735909672 295796736 5638 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604469424407872 0 0 -1 7 0 0 0
[pid=27446] ppid=27424 vsize=289412 CPUtime=3.36 cores=5,7
/proc/27446/stat : 27446 (python) S 27424 27424 24847 0 -1 4202560 1156 0 0 0 179 157 0 0 15 0 2 0 735909673 296357888 5772 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27446/statm: 72353 5772 409 364 0 8268 0
[pid=27448] ppid=27446 vsize=175468 CPUtime=981.06 cores=5,7
/proc/27448/stat : 27448 (march_hi) R 27446 27448 27448 0 -1 4202496 35012 0 0 0 98100 6 0 0 25 0 1 0 735909673 179679232 34748 33554432000 4194304 4955518 140734142650448 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27448/statm: 43867 34748 104 186 0 43680 0
[pid=27446/tid=27561] ppid=27424 vsize=289412 CPUtime=0 cores=5,7
/proc/27446/task/27561/stat : 27561 (python) S 27424 27424 24847 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 735919675 296357888 5772 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604461221985088 0 0 -1 7 0 0 0
[pid=27563] ppid=27424 vsize=299368 CPUtime=0.32 cores=5,7
/proc/27563/stat : 27563 (python) S 27424 27424 24847 0 -1 4202560 1083 0 0 0 17 15 0 0 19 0 2 0 735919676 306552832 5696 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27563/statm: 74842 5696 400 364 0 10754 0
[pid=27565] ppid=27563 vsize=1017936 CPUtime=99.99 cores=5,7
/proc/27565/stat : 27565 (gnovelty+2) T 27563 27565 27565 0 -1 4202496 461 0 0 0 9999 0 0 0 25 0 1 0 735919676 1042366464 197 33554432000 134512640 135663704 4287844272 18446744073709551615 134525428 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27565/statm: 254484 197 113 282 0 254200 0
[pid=27563/tid=27575] ppid=27424 vsize=299368 CPUtime=0 cores=5,7
/proc/27563/task/27575/stat : 27575 (python) S 27424 27424 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735929708 306552832 5696 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604440332155072 0 0 -1 7 0 0 0
[pid=27424/tid=27431] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 4 0 735899641 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
[pid=27424/tid=27447] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27447/stat : 27447 (python) S 27422 27424 24847 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 735909673 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
[pid=27424/tid=27564] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27564/stat : 27564 (python) S 27422 27424 24847 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 735919676 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1185.63
Current children cumulated vsize (KiB) 3399136

[startup+1242.3 s]
/proc/loadavg: 4.18 4.14 4.02 5/500 27803
/proc/meminfo: memFree=23067928/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=310152 CPUtime=0.53 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 12067 931 1 0 45 8 0 0 18 0 4 0 735899581 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27424/statm: 77538 7293 1880 364 0 13450 0
[pid=27430] ppid=27424 vsize=288864 CPUtime=0.31 cores=5,7
/proc/27430/stat : 27430 (python) S 27424 27424 24847 0 -1 4202560 1149 0 0 0 17 14 0 0 19 0 2 0 735899641 295796736 5638 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27430/statm: 72216 5638 415 364 0 8134 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=100.06 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) T 27430 27432 27432 0 -1 4202496 463 0 0 0 10006 0 0 0 25 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27430/tid=27445] ppid=27424 vsize=288864 CPUtime=0 cores=5,7
/proc/27430/task/27445/stat : 27445 (python) S 27424 27424 24847 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735909672 295796736 5638 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604469424407872 0 0 -1 7 0 0 0
[pid=27446] ppid=27424 vsize=289412 CPUtime=3.56 cores=5,7
/proc/27446/stat : 27446 (python) S 27424 27424 24847 0 -1 4202560 1156 0 0 0 192 164 0 0 15 0 2 0 735909673 296357888 5772 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27446/statm: 72353 5772 409 364 0 8268 0
[pid=27448] ppid=27446 vsize=175468 CPUtime=1041.06 cores=5,7
/proc/27448/stat : 27448 (march_hi) R 27446 27448 27448 0 -1 4202496 36999 0 0 0 104100 6 0 0 25 0 1 0 735909673 179679232 36735 33554432000 4194304 4955518 140734142650448 18446744073709551615 4263491 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27448/statm: 43867 36735 104 186 0 43680 0
[pid=27446/tid=27561] ppid=27424 vsize=289412 CPUtime=0 cores=5,7
/proc/27446/task/27561/stat : 27561 (python) S 27424 27424 24847 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 735919675 296357888 5772 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604461221985088 0 0 -1 7 0 0 0
[pid=27563] ppid=27424 vsize=299368 CPUtime=0.32 cores=5,7
/proc/27563/stat : 27563 (python) S 27424 27424 24847 0 -1 4202560 1083 0 0 0 17 15 0 0 19 0 2 0 735919676 306552832 5696 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27563/statm: 74842 5696 400 364 0 10754 0
[pid=27565] ppid=27563 vsize=1017936 CPUtime=99.99 cores=5,7
/proc/27565/stat : 27565 (gnovelty+2) T 27563 27565 27565 0 -1 4202496 461 0 0 0 9999 0 0 0 25 0 1 0 735919676 1042366464 197 33554432000 134512640 135663704 4287844272 18446744073709551615 134525428 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27565/statm: 254484 197 113 282 0 254200 0
[pid=27563/tid=27575] ppid=27424 vsize=299368 CPUtime=0 cores=5,7
/proc/27563/task/27575/stat : 27575 (python) S 27424 27424 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735929708 306552832 5696 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604440332155072 0 0 -1 7 0 0 0
[pid=27424/tid=27431] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 4 0 735899641 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
[pid=27424/tid=27447] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27447/stat : 27447 (python) S 27422 27424 24847 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 735909673 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
[pid=27424/tid=27564] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27564/stat : 27564 (python) S 27422 27424 24847 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 735919676 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1245.83
Current children cumulated vsize (KiB) 3399136



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.58 3.99 3.97 6/485 27825
/proc/meminfo: memFree=23297952/32950928 swapFree=38710892/67111528
[pid=27424] ppid=27422 vsize=310152 CPUtime=0.53 cores=5,7
/proc/27424/stat : 27424 (python) S 27422 27424 24847 0 -1 4202496 12067 931 1 0 45 8 0 0 18 0 4 0 735899581 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27424/statm: 77538 7293 1880 364 0 13450 0
[pid=27430] ppid=27424 vsize=288864 CPUtime=0.31 cores=5,7
/proc/27430/stat : 27430 (python) S 27424 27424 24847 0 -1 4202560 1149 0 0 0 17 14 0 0 19 0 2 0 735899641 295796736 5638 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27430/statm: 72216 5638 415 364 0 8134 0
[pid=27432] ppid=27430 vsize=1017936 CPUtime=100.06 cores=5,7
/proc/27432/stat : 27432 (gnovelty+2) T 27430 27432 27432 0 -1 4202496 463 0 0 0 10006 0 0 0 25 0 1 0 735899641 1042366464 197 33554432000 134512640 135663704 4292571488 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27432/statm: 254484 197 113 282 0 254200 0
[pid=27430/tid=27445] ppid=27424 vsize=288864 CPUtime=0 cores=5,7
/proc/27430/task/27445/stat : 27445 (python) S 27424 27424 24847 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735909672 295796736 5638 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604469424407872 0 0 -1 7 0 0 0
[pid=27446] ppid=27424 vsize=289412 CPUtime=3.75 cores=5,7
/proc/27446/stat : 27446 (python) S 27424 27424 24847 0 -1 4202560 1156 0 0 0 202 173 0 0 15 0 2 0 735909673 296357888 5772 33554432000 4194304 5683644 140734883437136 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27446/statm: 72353 5772 409 364 0 8268 0
[pid=27448] ppid=27446 vsize=175468 CPUtime=1098.77 cores=5,7
/proc/27448/stat : 27448 (march_hi) R 27446 27448 27448 0 -1 4202496 39016 0 0 0 109871 6 0 0 25 0 1 0 735909673 179679232 38752 33554432000 4194304 4955518 140734142650448 18446744073709551615 4224549 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27448/statm: 43867 38752 104 186 0 43680 0
[pid=27446/tid=27561] ppid=27424 vsize=289412 CPUtime=0 cores=5,7
/proc/27446/task/27561/stat : 27561 (python) S 27424 27424 24847 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 735919675 296357888 5772 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604461221985088 0 0 -1 7 0 0 0
[pid=27563] ppid=27424 vsize=299368 CPUtime=0.32 cores=5,7
/proc/27563/stat : 27563 (python) S 27424 27424 24847 0 -1 4202560 1083 0 0 0 17 15 0 0 19 0 2 0 735919676 306552832 5696 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27563/statm: 74842 5696 400 364 0 10754 0
[pid=27565] ppid=27563 vsize=1017936 CPUtime=99.99 cores=5,7
/proc/27565/stat : 27565 (gnovelty+2) T 27563 27565 27565 0 -1 4202496 461 0 0 0 9999 0 0 0 25 0 1 0 735919676 1042366464 197 33554432000 134512640 135663704 4287844272 18446744073709551615 134525428 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27565/statm: 254484 197 113 282 0 254200 0
[pid=27563/tid=27575] ppid=27424 vsize=299368 CPUtime=0 cores=5,7
/proc/27563/task/27575/stat : 27575 (python) S 27424 27424 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735929708 306552832 5696 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 514 18446604440332155072 0 0 -1 7 0 0 0
[pid=27424/tid=27431] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27431/stat : 27431 (python) S 27422 27424 24847 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 4 0 735899641 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
[pid=27424/tid=27447] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27447/stat : 27447 (python) S 27422 27424 24847 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 4 0 735909673 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
[pid=27424/tid=27564] ppid=27422 vsize=310152 CPUtime=0 cores=5,7
/proc/27424/task/27564/stat : 27564 (python) S 27422 27424 24847 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 735919676 317595648 7293 33554432000 4194304 5683644 140734883437136 18446744073709551615 251379370417 0 0 16781312 2 18446604469424406976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1303.73
Current children cumulated vsize (KiB) 3399136

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

Real time (s): 1300.04
CPU time (s): 1303.73
CPU user time (s): 1301.57
CPU system time (s): 2.16
CPU usage (%): 100.284
Max. virtual memory (cumulated for all children) (KiB): 3399136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.45393
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12999
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= 988
involuntary context switches= 16

runsolver used 5.84111 second user time and 12.7841 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 12:51:29
IDJOB=3377668
IDBENCH=82977
IDSOLVER=1857
FILE ID=node113/3377668-1305456689
RUNJOBID= node113-1305456084-26955
PBS_JOBID= 13324872
Free space on /tmp= 73328 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S157016908-041.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-3377668-1305456689/watcher-3377668-1305456689 -o /tmp/evaluation-result-3377668-1305456689/solver-3377668-1305456689 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377668-1305456689.cnf -seed 2095662984 -budget 2400

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

MD5SUM BENCH= 84ed72ef969365b45feb251988bfac3d
RANDOM SEED=2095662984

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:      23521624 kB
Buffers:        279068 kB
Cached:        3111716 kB
SwapCached:      93712 kB
Active:        2384608 kB
Inactive:      6744884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23521624 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           40180 kB
Writeback:           0 kB
AnonPages:     5656612 kB
Mapped:          28552 kB
Slab:           122596 kB
PageTables:     110432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 125770016 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= 73320 MiB
End job on node113 at 2011-05-15 13:13:11