Trace number 3377429

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) 1299.72 1300.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S248192082-054.UNKNOWN.cnf
MD5SUMcf7086a47a32df0eb19a8b08d14122dd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/0.72	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.72	c INFO: solving HOME/instance-3377429-1305453195.cnf
0.38/0.72	c INFO: computing task features
0.38/0.73	c INFO: computed variable-clause graph statistics
0.38/0.73	c INFO: computed clause balance statistics
0.38/0.78	c INFO: computed variable balance statistics
0.47/0.81	c INFO: computed small-clause counts
0.47/0.81	c INFO: computed Horn-clause counts
0.47/0.82	c INFO: computed variable graph statistics
0.47/0.82	c INFO: collected features for HOME/instance-3377429-1305453195.cnf in 0.09 s
0.47/0.83	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.58)
100.73/101.10	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.06)
200.91/201.37	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.68)

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-3377429-1305453195/watcher-3377429-1305453195 -o /tmp/evaluation-result-3377429-1305453195/solver-3377429-1305453195 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377429-1305453195.cnf -seed 1385119898 -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: 2.18 3.31 3.80 2/367 25940
/proc/meminfo: memFree=21223104/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=11796 CPUtime=0 cores=5,7
/proc/25940/stat : 25940 (runsolver) R 25938 25940 24429 0 -1 4202560 45 0 0 0 0 0 0 0 22 0 1 0 656919133 12079104 52 33554432000 4194304 5432360 140733821458288 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/25940/statm: 2949 52 33 303 0 2643 0

[startup+0.049953 s]
/proc/loadavg: 2.18 3.31 3.80 2/367 25940
/proc/meminfo: memFree=21223104/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=18888 CPUtime=0.01 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 1235 0 0 0 1 0 0 0 17 0 1 0 656919133 19341312 1092 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/25940/statm: 4722 1092 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100968 s]
/proc/loadavg: 2.18 3.31 3.80 2/367 25940
/proc/meminfo: memFree=21223104/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=52416 CPUtime=0.04 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 2015 0 0 0 3 1 0 0 17 0 1 0 656919133 53673984 1775 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/25940/statm: 13104 1775 484 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 52416

[startup+0.300909 s]
/proc/loadavg: 2.18 3.31 3.80 2/367 25940
/proc/meminfo: memFree=21223104/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=135752 CPUtime=0.16 cores=5,7
/proc/25940/stat : 25940 (python) R 25938 25940 24429 0 -1 4202496 5969 932 1 0 12 4 0 0 17 0 1 0 656919133 139010048 4149 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647142405 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/25940/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700836 s]
/proc/loadavg: 2.18 3.31 3.80 2/367 25940
/proc/meminfo: memFree=21223104/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=259464 CPUtime=0.38 cores=5,7
/proc/25940/stat : 25940 (python) R 25938 25940 24429 0 -1 4202496 8687 932 1 0 26 12 0 0 15 0 1 0 656919133 265691136 6475 33554432000 4194304 5683644 140735769015184 18446744073709551615 4881210 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25940/statm: 64866 6475 1656 364 0 5224 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 259464

[startup+1.50072 s]
/proc/loadavg: 2.08 3.27 3.79 2/369 25970
/proc/meminfo: memFree=21226552/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=288880 CPUtime=0.5 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 9800 932 1 0 37 13 0 0 17 0 2 0 656919133 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 72220 7082 1867 364 0 8138 0
[pid=25946] ppid=25940 vsize=278636 CPUtime=0 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 656919217 285323264 5565 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166479 0 0 16781312 514 2962167892407222271 0 0 17 5 0 0 0
/proc/25946/statm: 69659 5565 354 364 0 5577 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=0.65 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) R 25946 25948 25948 0 -1 4202496 446 0 0 0 65 0 0 0 21 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134545538 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25940/tid=25947] ppid=25938 vsize=288880 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 656919217 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1585448

[startup+3.10043 s]
/proc/loadavg: 2.08 3.27 3.79 3/376 25982
/proc/meminfo: memFree=21166784/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=288880 CPUtime=0.5 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 9800 932 1 0 37 13 0 0 17 0 2 0 656919133 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 72220 7082 1867 364 0 8138 0
[pid=25946] ppid=25940 vsize=278636 CPUtime=0 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 656919217 285323264 5565 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166479 0 0 16781312 514 2962167892407189765 0 0 17 5 0 0 0
/proc/25946/statm: 69659 5565 354 364 0 5577 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=2.25 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) R 25946 25948 25948 0 -1 4202496 446 0 0 0 225 0 0 0 25 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25940/tid=25947] ppid=25938 vsize=288880 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 656919217 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1585448

[startup+12.2909 s]
/proc/loadavg: 2.69 3.36 3.81 4/376 25982
/proc/meminfo: memFree=21164436/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=288880 CPUtime=0.5 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 9800 932 1 0 37 13 0 0 17 0 2 0 656919133 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 72220 7082 1867 364 0 8138 0
[pid=25946] ppid=25940 vsize=278636 CPUtime=0.02 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 974 0 0 0 1 1 0 0 18 0 1 0 656919217 285323264 5593 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166479 0 0 16781312 514 6928840803267608837 0 0 17 5 0 0 0
/proc/25946/statm: 69659 5593 382 364 0 5577 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=11.42 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) R 25946 25948 25948 0 -1 4202496 446 0 0 0 1142 0 0 0 25 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134545657 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25940/tid=25947] ppid=25938 vsize=288880 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 656919217 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 1585448

[startup+12.7008 s]
/proc/loadavg: 2.69 3.36 3.81 4/376 25982
/proc/meminfo: memFree=21164436/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=288880 CPUtime=0.5 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 9800 932 1 0 37 13 0 0 17 0 2 0 656919133 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 72220 7082 1867 364 0 8138 0
[pid=25946] ppid=25940 vsize=278636 CPUtime=0.02 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 974 0 0 0 1 1 0 0 18 0 1 0 656919217 285323264 5593 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166479 0 0 16781312 514 6928840803267608837 0 0 17 5 0 0 0
/proc/25946/statm: 69659 5593 382 364 0 5577 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=11.82 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) R 25946 25948 25948 0 -1 4202496 446 0 0 0 1182 0 0 0 25 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25940/tid=25947] ppid=25938 vsize=288880 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 656919217 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1585448

[startup+25.5127 s]
/proc/loadavg: 2.96 3.39 3.81 3/376 25983
/proc/meminfo: memFree=21165684/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=288880 CPUtime=0.5 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 9800 932 1 0 37 13 0 0 17 0 2 0 656919133 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 72220 7082 1867 364 0 8138 0
[pid=25946] ppid=25940 vsize=278636 CPUtime=0.05 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 978 0 0 0 2 3 0 0 18 0 1 0 656919217 285323264 5593 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166479 0 0 16781312 514 6928840803267608837 0 0 17 5 0 0 0
/proc/25946/statm: 69659 5593 382 364 0 5577 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=24.61 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) R 25946 25948 25948 0 -1 4202496 446 0 0 0 2461 0 0 0 25 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134545679 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25940/tid=25947] ppid=25938 vsize=288880 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 656919217 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 1585448

[startup+51.1003 s]
/proc/loadavg: 2.63 3.28 3.77 3/376 25983
/proc/meminfo: memFree=21166092/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=288880 CPUtime=0.5 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 9800 932 1 0 37 13 0 0 17 0 2 0 656919133 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 72220 7082 1867 364 0 8138 0
[pid=25946] ppid=25940 vsize=278636 CPUtime=0.12 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 990 0 0 0 6 6 0 0 18 0 1 0 656919217 285323264 5593 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166479 0 0 16781312 514 6928840803267608837 0 0 17 5 0 0 0
/proc/25946/statm: 69659 5593 382 364 0 5577 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=50.12 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) R 25946 25948 25948 0 -1 4202496 446 0 0 0 5012 0 0 0 25 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25940/tid=25947] ppid=25938 vsize=288880 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 656919217 295813120 7082 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 1585448

[startup+102.301 s]
/proc/loadavg: 2.27 3.08 3.67 3/384 25993
/proc/meminfo: memFree=21157524/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=299644 CPUtime=0.51 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 10658 932 1 0 38 13 0 0 20 0 3 0 656919133 306835456 7241 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 74911 7241 1878 364 0 10826 0
[pid=25946] ppid=25940 vsize=288880 CPUtime=0.26 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 1147 0 0 0 13 13 0 0 19 0 2 0 656919217 295813120 5631 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25946/statm: 72220 5631 415 364 0 8138 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=99.96 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) T 25946 25948 25948 0 -1 4202496 446 0 0 0 9996 0 0 0 25 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25946/tid=25990] ppid=25940 vsize=288880 CPUtime=0 cores=5,7
/proc/25946/task/25990/stat : 25990 (python) S 25940 25940 24429 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656929242 295813120 5631 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 514 18446604470782245888 0 0 -1 7 0 0 0
[pid=25991] ppid=25940 vsize=289400 CPUtime=0 cores=5,7
/proc/25991/stat : 25991 (python) S 25940 25940 24429 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 656929244 296345600 5707 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166534 0 0 16781312 514 18021352100188881158 0 0 17 5 0 0 0
/proc/25991/statm: 72350 5707 348 364 0 8265 0
[pid=25993] ppid=25991 vsize=1017932 CPUtime=1.19 cores=5,7
/proc/25993/stat : 25993 (gnovelty+2) R 25991 25993 25993 0 -1 4202496 446 0 0 0 119 0 0 0 25 0 1 0 656929244 1042362368 185 33554432000 134512640 135663704 4289172144 18446744073709551615 134525533 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25993/statm: 254483 185 113 282 0 254199 0
[pid=25940/tid=25947] ppid=25938 vsize=299644 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 3 0 656919217 306835456 7241 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
[pid=25940/tid=25992] ppid=25938 vsize=299644 CPUtime=0 cores=5,7
/proc/25940/task/25992/stat : 25992 (python) S 25938 25940 24429 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 656929244 306835456 7241 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 2913788

[startup+162.301 s]
/proc/loadavg: 2.16 2.91 3.57 3/384 25994
/proc/meminfo: memFree=21155396/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=299644 CPUtime=0.51 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 10658 932 1 0 38 13 0 0 20 0 3 0 656919133 306835456 7241 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 74911 7241 1878 364 0 10826 0
[pid=25946] ppid=25940 vsize=288880 CPUtime=0.26 cores=5,7

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

[startup+1122.3 s]
/proc/loadavg: 2.02 2.05 2.55 3/392 26040
/proc/meminfo: memFree=20862968/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=309476 CPUtime=0.53 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 11494 932 1 0 39 14 0 0 20 0 4 0 656919133 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 77369 7156 1880 364 0 13281 0
[pid=25946] ppid=25940 vsize=288880 CPUtime=0.26 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 1147 0 0 0 13 13 0 0 19 0 2 0 656919217 295813120 5631 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25946/statm: 72220 5631 415 364 0 8138 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=99.96 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) T 25946 25948 25948 0 -1 4202496 446 0 0 0 9996 0 0 0 25 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25946/tid=25990] ppid=25940 vsize=288880 CPUtime=0 cores=5,7
/proc/25946/task/25990/stat : 25990 (python) S 25940 25940 24429 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656929242 295813120 5631 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 514 18446604470782245888 0 0 -1 7 0 0 0
[pid=25991] ppid=25940 vsize=289400 CPUtime=0.26 cores=5,7
/proc/25991/stat : 25991 (python) S 25940 25940 24429 0 -1 4202560 1080 0 0 0 13 13 0 0 19 0 2 0 656929244 296345600 5760 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25991/statm: 72350 5760 400 364 0 8265 0
[pid=25993] ppid=25991 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/25993/stat : 25993 (gnovelty+2) T 25991 25993 25993 0 -1 4202496 446 0 0 0 9999 0 0 0 25 0 1 0 656929244 1042362368 185 33554432000 134512640 135663704 4289172144 18446744073709551615 134544293 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25993/statm: 254483 185 113 282 0 254199 0
[pid=25991/tid=26000] ppid=25940 vsize=289400 CPUtime=0 cores=5,7
/proc/25991/task/26000/stat : 26000 (python) S 25940 25940 24429 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656939270 296345600 5760 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 514 18446604461403583552 0 0 -1 7 0 0 0
[pid=26001] ppid=25940 vsize=299232 CPUtime=2.56 cores=5,7
/proc/26001/stat : 26001 (python) S 25940 25940 24429 0 -1 4202560 990 0 0 0 126 130 0 0 16 0 1 0 656939271 306413568 5643 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166534 0 0 16781312 514 6928840803267608838 0 0 17 5 0 0 0
/proc/26001/statm: 74808 5643 371 364 0 10720 0
[pid=26003] ppid=26001 vsize=170440 CPUtime=918.45 cores=5,7
/proc/26003/stat : 26003 (march_hi) R 26001 26003 26003 0 -1 4202496 31401 0 0 0 91840 5 0 0 25 0 1 0 656939271 174530560 31136 33554432000 4194304 4955518 140734729324256 18446744073709551615 4227500 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26003/statm: 42610 31136 104 186 0 42423 0
[pid=25940/tid=25947] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 4 0 656919217 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
[pid=25940/tid=25992] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/25992/stat : 25992 (python) S 25938 25940 24429 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 656929244 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
[pid=25940/tid=26002] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/26002/stat : 26002 (python) S 25938 25940 24429 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 4 0 656939271 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 3393292

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.51 3/392 26042
/proc/meminfo: memFree=20846948/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=309476 CPUtime=0.53 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 11494 932 1 0 39 14 0 0 20 0 4 0 656919133 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 77369 7156 1880 364 0 13281 0
[pid=25946] ppid=25940 vsize=288880 CPUtime=0.26 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 1147 0 0 0 13 13 0 0 19 0 2 0 656919217 295813120 5631 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25946/statm: 72220 5631 415 364 0 8138 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=99.96 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) T 25946 25948 25948 0 -1 4202496 446 0 0 0 9996 0 0 0 25 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25946/tid=25990] ppid=25940 vsize=288880 CPUtime=0 cores=5,7
/proc/25946/task/25990/stat : 25990 (python) S 25940 25940 24429 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656929242 295813120 5631 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 514 18446604470782245888 0 0 -1 7 0 0 0
[pid=25991] ppid=25940 vsize=289400 CPUtime=0.26 cores=5,7
/proc/25991/stat : 25991 (python) S 25940 25940 24429 0 -1 4202560 1080 0 0 0 13 13 0 0 19 0 2 0 656929244 296345600 5760 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25991/statm: 72350 5760 400 364 0 8265 0
[pid=25993] ppid=25991 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/25993/stat : 25993 (gnovelty+2) T 25991 25993 25993 0 -1 4202496 446 0 0 0 9999 0 0 0 25 0 1 0 656929244 1042362368 185 33554432000 134512640 135663704 4289172144 18446744073709551615 134544293 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25993/statm: 254483 185 113 282 0 254199 0
[pid=25991/tid=26000] ppid=25940 vsize=289400 CPUtime=0 cores=5,7
/proc/25991/task/26000/stat : 26000 (python) S 25940 25940 24429 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656939270 296345600 5760 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 514 18446604461403583552 0 0 -1 7 0 0 0
[pid=26001] ppid=25940 vsize=299232 CPUtime=2.72 cores=5,7
/proc/26001/stat : 26001 (python) S 25940 25940 24429 0 -1 4202560 990 0 0 0 133 139 0 0 15 0 1 0 656939271 306413568 5643 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166534 0 0 16781312 514 6928840803267608838 0 0 17 5 0 0 0
/proc/26001/statm: 74808 5643 371 364 0 10720 0
[pid=26003] ppid=26001 vsize=170440 CPUtime=978.3 cores=5,7
/proc/26003/stat : 26003 (march_hi) R 26001 26003 26003 0 -1 4202496 33188 0 0 0 97825 5 0 0 25 0 1 0 656939271 174530560 32923 33554432000 4194304 4955518 140734729324256 18446744073709551615 4314057 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26003/statm: 42610 32923 104 186 0 42423 0
[pid=25940/tid=25947] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 4 0 656919217 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
[pid=25940/tid=25992] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/25992/stat : 25992 (python) S 25938 25940 24429 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 656929244 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
[pid=25940/tid=26002] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/26002/stat : 26002 (python) S 25938 25940 24429 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 4 0 656939271 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 3393292

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.48 3/392 26043
/proc/meminfo: memFree=20828584/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=309476 CPUtime=0.53 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 11494 932 1 0 39 14 0 0 20 0 4 0 656919133 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 77369 7156 1880 364 0 13281 0
[pid=25946] ppid=25940 vsize=288880 CPUtime=0.26 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 1147 0 0 0 13 13 0 0 19 0 2 0 656919217 295813120 5631 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25946/statm: 72220 5631 415 364 0 8138 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=99.96 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) T 25946 25948 25948 0 -1 4202496 446 0 0 0 9996 0 0 0 25 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25946/tid=25990] ppid=25940 vsize=288880 CPUtime=0 cores=5,7
/proc/25946/task/25990/stat : 25990 (python) S 25940 25940 24429 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656929242 295813120 5631 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 514 18446604470782245888 0 0 -1 7 0 0 0
[pid=25991] ppid=25940 vsize=289400 CPUtime=0.26 cores=5,7
/proc/25991/stat : 25991 (python) S 25940 25940 24429 0 -1 4202560 1080 0 0 0 13 13 0 0 19 0 2 0 656929244 296345600 5760 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25991/statm: 72350 5760 400 364 0 8265 0
[pid=25993] ppid=25991 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/25993/stat : 25993 (gnovelty+2) T 25991 25993 25993 0 -1 4202496 446 0 0 0 9999 0 0 0 25 0 1 0 656929244 1042362368 185 33554432000 134512640 135663704 4289172144 18446744073709551615 134544293 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25993/statm: 254483 185 113 282 0 254199 0
[pid=25991/tid=26000] ppid=25940 vsize=289400 CPUtime=0 cores=5,7
/proc/25991/task/26000/stat : 26000 (python) S 25940 25940 24429 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656939270 296345600 5760 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 514 18446604461403583552 0 0 -1 7 0 0 0
[pid=26001] ppid=25940 vsize=299232 CPUtime=2.87 cores=5,7
/proc/26001/stat : 26001 (python) S 25940 25940 24429 0 -1 4202560 990 0 0 0 140 147 0 0 15 0 1 0 656939271 306413568 5643 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166534 0 0 16781312 514 6928840803267608838 0 0 17 5 0 0 0
/proc/26001/statm: 74808 5643 371 364 0 10720 0
[pid=26003] ppid=26001 vsize=170440 CPUtime=1038.14 cores=5,7
/proc/26003/stat : 26003 (march_hi) R 26001 26003 26003 0 -1 4202496 34965 0 0 0 103808 6 0 0 25 0 1 0 656939271 174530560 34700 33554432000 4194304 4955518 140734729324256 18446744073709551615 4227651 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26003/statm: 42610 34700 104 186 0 42423 0
[pid=25940/tid=25947] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 4 0 656919217 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
[pid=25940/tid=25992] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/25992/stat : 25992 (python) S 25938 25940 24429 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 656929244 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
[pid=25940/tid=26002] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/26002/stat : 26002 (python) S 25938 25940 24429 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 4 0 656939271 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 3393292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.07 2.04 2.45 3/392 26045
/proc/meminfo: memFree=20812448/32951132 swapFree=64495980/67111528
[pid=25940] ppid=25938 vsize=309476 CPUtime=0.53 cores=5,7
/proc/25940/stat : 25940 (python) S 25938 25940 24429 0 -1 4202496 11494 932 1 0 39 14 0 0 20 0 4 0 656919133 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25940/statm: 77369 7156 1880 364 0 13281 0
[pid=25946] ppid=25940 vsize=288880 CPUtime=0.26 cores=5,7
/proc/25946/stat : 25946 (python) S 25940 25940 24429 0 -1 4202560 1147 0 0 0 13 13 0 0 19 0 2 0 656919217 295813120 5631 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25946/statm: 72220 5631 415 364 0 8138 0
[pid=25948] ppid=25946 vsize=1017932 CPUtime=99.96 cores=5,7
/proc/25948/stat : 25948 (gnovelty+2) T 25946 25948 25948 0 -1 4202496 446 0 0 0 9996 0 0 0 25 0 1 0 656919217 1042362368 184 33554432000 134512640 135663704 4294774816 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25948/statm: 254483 184 113 282 0 254199 0
[pid=25946/tid=25990] ppid=25940 vsize=288880 CPUtime=0 cores=5,7
/proc/25946/task/25990/stat : 25990 (python) S 25940 25940 24429 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656929242 295813120 5631 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 514 18446604470782245888 0 0 -1 7 0 0 0
[pid=25991] ppid=25940 vsize=289400 CPUtime=0.26 cores=5,7
/proc/25991/stat : 25991 (python) S 25940 25940 24429 0 -1 4202560 1080 0 0 0 13 13 0 0 19 0 2 0 656929244 296345600 5760 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25991/statm: 72350 5760 400 364 0 8265 0
[pid=25993] ppid=25991 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/25993/stat : 25993 (gnovelty+2) T 25991 25993 25993 0 -1 4202496 446 0 0 0 9999 0 0 0 25 0 1 0 656929244 1042362368 185 33554432000 134512640 135663704 4289172144 18446744073709551615 134544293 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25993/statm: 254483 185 113 282 0 254199 0
[pid=25991/tid=26000] ppid=25940 vsize=289400 CPUtime=0 cores=5,7
/proc/25991/task/26000/stat : 26000 (python) S 25940 25940 24429 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656939270 296345600 5760 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 514 18446604461403583552 0 0 -1 7 0 0 0
[pid=26001] ppid=25940 vsize=299232 CPUtime=3.02 cores=5,7
/proc/26001/stat : 26001 (python) S 25940 25940 24429 0 -1 4202560 990 0 0 0 146 156 0 0 15 0 1 0 656939271 306413568 5643 33554432000 4194304 5683644 140735769015184 18446744073709551615 210647166534 0 0 16781312 514 6928840803267608838 0 0 17 5 0 0 0
/proc/26001/statm: 74808 5643 371 364 0 10720 0
[pid=26003] ppid=26001 vsize=170440 CPUtime=1095.7 cores=5,7
/proc/26003/stat : 26003 (march_hi) R 26001 26003 26003 0 -1 4202496 36624 0 0 0 109564 6 0 0 25 0 1 0 656939271 174530560 36359 33554432000 4194304 4955518 140734729324256 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26003/statm: 42610 36359 104 186 0 42423 0
[pid=25940/tid=25947] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/25947/stat : 25947 (python) S 25938 25940 24429 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 4 0 656919217 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
[pid=25940/tid=25992] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/25992/stat : 25992 (python) S 25938 25940 24429 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 656929244 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
[pid=25940/tid=26002] ppid=25938 vsize=309476 CPUtime=0 cores=5,7
/proc/25940/task/26002/stat : 26002 (python) S 25938 25940 24429 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 4 0 656939271 316903424 7156 33554432000 4194304 5683644 140735769015184 18446744073709551615 210658970033 0 0 16781312 2 18446604467775788992 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1299.72
Current children cumulated vsize (KiB) 3393292

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 25940 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=399939
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=145977
# CPU time returned by wait4() is 0.545916
# while last known CPU time is 1299.72
#
# 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): 1299.72
CPU user time (s): 1297.7
CPU system time (s): 2.02
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 3393296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.399939
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12427
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= 2842
involuntary context switches= 13

runsolver used 4.14337 second user time and 10.4224 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 11:53:15
IDJOB=3377429
IDBENCH=82738
IDSOLVER=1857
FILE ID=node129/3377429-1305453195
RUNJOBID= node129-1305452483-25596
PBS_JOBID= 13324843
Free space on /tmp= 73372 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S248192082-054.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377429-1305453195/watcher-3377429-1305453195 -o /tmp/evaluation-result-3377429-1305453195/solver-3377429-1305453195 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377429-1305453195.cnf -seed 1385119898 -budget 2400

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

MD5SUM BENCH= cf7086a47a32df0eb19a8b08d14122dd
RANDOM SEED=1385119898

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21223384 kB
Buffers:        260200 kB
Cached:        6206660 kB
SwapCached:      52668 kB
Active:        3155764 kB
Inactive:      8335160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21223384 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:           31904 kB
Writeback:           0 kB
AnonPages:     4980688 kB
Mapped:          19112 kB
Slab:           131680 kB
PageTables:      39600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 88911500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73336 MiB
End job on node129 at 2011-05-15 12:14:57