Trace number 3377596

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.15 1300.03

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1230934123-063.UNKNOWN.cnf
MD5SUM5aca76da937068f3a8e48a26305deff6
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.65/2.90	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.65/2.90	c INFO: solving HOME/instance-3377596-1305455976.cnf
0.65/2.90	c INFO: computing task features
0.65/2.91	c INFO: computed variable-clause graph statistics
0.65/2.91	c INFO: computed clause balance statistics
0.65/2.96	c INFO: computed variable balance statistics
0.75/3.01	c INFO: computed small-clause counts
0.75/3.01	c INFO: computed Horn-clause counts
0.75/3.02	c INFO: computed variable graph statistics
0.75/3.02	c INFO: collected features for HOME/instance-3377596-1305455976.cnf in 0.12 s
0.75/3.03	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.58)
100.91/103.26	c INFO: running march_hi@0 for 97 with 2299 remaining (b = 0.07)
201.68/204.04	c INFO: running gnovelty+2@0 for 97 with 2199 remaining (b = 0.08)
301.88/304.28	c INFO: running march_hi@100 for 2099 with 2099 remaining (b = 0.61)

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

running on 2 cores: 0,2

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: 0.92 1.57 2.75 6/296 7943
/proc/meminfo: memFree=24073952/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=11796 CPUtime=0 cores=0,2
/proc/7943/stat : 7943 (runsolver) S 7941 7943 6794 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 638013543 12079104 53 33554432000 4194304 5432360 140735863848240 18446744073709551615 5055511 0 2147483391 4096 24578 18446744071699207358 0 0 17 0 0 0 0
/proc/7943/statm: 2949 53 33 303 0 2643 0

[startup+0.023524 s]
/proc/loadavg: 0.92 1.57 2.75 6/296 7943
/proc/meminfo: memFree=24073952/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=15216 CPUtime=0 cores=0,2
/proc/7943/stat : 7943 (python) D 7941 7943 6794 0 -1 4202496 650 0 4 0 0 0 0 0 17 0 1 0 638013543 15581184 550 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816236288 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 0
/proc/7943/statm: 3804 550 312 364 0 291 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15216

[startup+0.101502 s]
/proc/loadavg: 0.92 1.57 2.75 6/296 7943
/proc/meminfo: memFree=24073952/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=16812 CPUtime=0.01 cores=0,2
/proc/7943/stat : 7943 (python) D 7941 7943 6794 0 -1 4202496 1209 0 4 0 1 0 0 0 17 0 1 0 638013543 17215488 1072 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 2 0 0 1
/proc/7943/statm: 4203 1072 417 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16812

[startup+0.300439 s]
/proc/loadavg: 0.92 1.57 2.75 6/296 7943
/proc/meminfo: memFree=24073952/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=45816 CPUtime=0.07 cores=0,2
/proc/7943/stat : 7943 (python) D 7941 7943 6794 0 -1 4202496 1916 0 12 0 5 2 0 0 17 0 1 0 638013543 46915584 1701 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 2 0 0 2
/proc/7943/statm: 11454 1701 470 364 0 1203 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 45816

[startup+0.700403 s]
/proc/loadavg: 0.92 1.57 2.75 6/296 7943
/proc/meminfo: memFree=24073952/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=84604 CPUtime=0.08 cores=0,2
/proc/7943/stat : 7943 (python) R 7941 7943 6794 0 -1 4202496 2392 0 17 0 6 2 0 0 17 0 1 0 638013543 86634496 2136 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816234496 0 2147483391 16781312 2 0 0 0 17 2 0 0 3
/proc/7943/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 84604

[startup+1.50027 s]
/proc/loadavg: 0.92 1.57 2.75 4/304 7951
/proc/meminfo: memFree=24024244/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=135748 CPUtime=0.34 cores=0,2
/proc/7943/stat : 7943 (python) R 7941 7943 6794 0 -1 4202496 5943 924 35 8 20 14 0 0 17 0 1 0 638013543 139005952 4150 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816232453 0 0 16781312 2 0 0 0 17 2 0 0 8
/proc/7943/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 135748

[startup+3.10092 s]
/proc/loadavg: 0.92 1.57 2.75 7/304 7967
/proc/meminfo: memFree=23982420/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=288892 CPUtime=0.79 cores=0,2
/proc/7943/stat : 7943 (python) S 7941 7943 6794 0 -1 4202496 9726 924 88 8 51 28 0 0 17 0 2 0 638013543 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/7943/statm: 72223 7090 1867 364 0 8141 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 288892
heavy processes:

[startup+6.30036 s]
/proc/loadavg: 1.17 1.61 2.76 7/316 7980
/proc/meminfo: memFree=23930560/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=288892 CPUtime=0.79 cores=0,2
/proc/7943/stat : 7943 (python) S 7941 7943 6794 0 -1 4202496 9726 924 88 8 51 28 0 0 17 0 2 0 638013543 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/7943/statm: 72223 7090 1867 364 0 8141 0
[pid=7977] ppid=7943 vsize=278648 CPUtime=0 cores=0,2
/proc/7977/stat : 7977 (python) S 7943 7943 6794 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 638013847 285335552 5573 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816256527 0 0 16781312 514 4402714217136750851 0 0 17 0 0 0 0
/proc/7977/statm: 69662 5573 354 364 0 5580 0
[pid=7979] ppid=7977 vsize=1017936 CPUtime=3.25 cores=0,2
/proc/7979/stat : 7979 (gnovelty+2) R 7977 7979 7979 0 -1 4202496 459 0 0 0 325 0 0 0 25 0 1 0 638013847 1042366464 196 33554432000 134512640 135663704 4290058912 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7979/statm: 254484 196 113 282 0 254200 0
[pid=7943/tid=7978] ppid=7941 vsize=288892 CPUtime=0 cores=0,2
/proc/7943/task/7978/stat : 7978 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 18 0 2 0 638013847 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1585476
heavy processes:

[startup+12.7012 s]
/proc/loadavg: 1.39 1.65 2.77 6/313 8012
/proc/meminfo: memFree=23939452/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=288892 CPUtime=0.79 cores=0,2
/proc/7943/stat : 7943 (python) S 7941 7943 6794 0 -1 4202496 9726 924 88 8 51 28 0 0 17 0 2 0 638013543 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/7943/statm: 72223 7090 1867 364 0 8141 0
[pid=7977] ppid=7943 vsize=278648 CPUtime=0.01 cores=0,2
/proc/7977/stat : 7977 (python) S 7943 7943 6794 0 -1 4202560 978 0 0 0 0 1 0 0 18 0 1 0 638013847 285335552 5601 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816256527 0 0 16781312 514 4402714217136750851 0 0 17 0 0 0 0
/proc/7977/statm: 69662 5601 382 364 0 5580 0
[pid=7979] ppid=7977 vsize=1017936 CPUtime=9.64 cores=0,2
/proc/7979/stat : 7979 (gnovelty+2) R 7977 7979 7979 0 -1 4202496 459 0 0 0 964 0 0 0 25 0 1 0 638013847 1042366464 196 33554432000 134512640 135663704 4290058912 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7979/statm: 254484 196 113 282 0 254200 0
[pid=7943/tid=7978] ppid=7941 vsize=288892 CPUtime=0 cores=0,2
/proc/7943/task/7978/stat : 7978 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 18 0 2 0 638013847 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.44
Current children cumulated vsize (KiB) 1585476

[startup+25.5008 s]
/proc/loadavg: 2.12 1.79 2.79 6/316 8015
/proc/meminfo: memFree=23929740/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=288892 CPUtime=0.79 cores=0,2
/proc/7943/stat : 7943 (python) S 7941 7943 6794 0 -1 4202496 9726 924 88 8 51 28 0 0 17 0 2 0 638013543 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/7943/statm: 72223 7090 1867 364 0 8141 0
[pid=7977] ppid=7943 vsize=278648 CPUtime=0.05 cores=0,2
/proc/7977/stat : 7977 (python) S 7943 7943 6794 0 -1 4202560 983 0 0 0 3 2 0 0 18 0 1 0 638013847 285335552 5601 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816256527 0 0 16781312 514 4488100911465332995 0 0 17 0 0 0 0
/proc/7977/statm: 69662 5601 382 364 0 5580 0
[pid=7979] ppid=7977 vsize=1017936 CPUtime=22.4 cores=0,2
/proc/7979/stat : 7979 (gnovelty+2) R 7977 7979 7979 0 -1 4202496 459 0 0 0 2240 0 0 0 25 0 1 0 638013847 1042366464 196 33554432000 134512640 135663704 4290058912 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7979/statm: 254484 196 113 282 0 254200 0
[pid=7943/tid=7978] ppid=7941 vsize=288892 CPUtime=0 cores=0,2
/proc/7943/task/7978/stat : 7978 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 18 0 2 0 638013847 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.24
Current children cumulated vsize (KiB) 1585476

[startup+51.1011 s]
/proc/loadavg: 2.82 1.98 2.83 6/316 8051
/proc/meminfo: memFree=23930224/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=288892 CPUtime=0.79 cores=0,2
/proc/7943/stat : 7943 (python) S 7941 7943 6794 0 -1 4202496 9726 924 88 8 51 28 0 0 17 0 2 0 638013543 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/7943/statm: 72223 7090 1867 364 0 8141 0
[pid=7977] ppid=7943 vsize=278648 CPUtime=0.1 cores=0,2
/proc/7977/stat : 7977 (python) S 7943 7943 6794 0 -1 4202560 995 0 0 0 5 5 0 0 18 0 1 0 638013847 285335552 5601 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816256527 0 0 16781312 514 4488100911465332995 0 0 17 0 0 0 0
/proc/7977/statm: 69662 5601 382 364 0 5580 0
[pid=7979] ppid=7977 vsize=1017936 CPUtime=47.93 cores=0,2
/proc/7979/stat : 7979 (gnovelty+2) R 7977 7979 7979 0 -1 4202496 459 0 0 0 4793 0 0 0 25 0 1 0 638013847 1042366464 196 33554432000 134512640 135663704 4290058912 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7979/statm: 254484 196 113 282 0 254200 0
[pid=7943/tid=7978] ppid=7941 vsize=288892 CPUtime=0 cores=0,2
/proc/7943/task/7978/stat : 7978 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 18 0 2 0 638013847 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.82
Current children cumulated vsize (KiB) 1585476

[startup+102.311 s]
/proc/loadavg: 3.48 2.29 2.89 6/316 8052
/proc/meminfo: memFree=23932032/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=288892 CPUtime=0.79 cores=0,2
/proc/7943/stat : 7943 (python) S 7941 7943 6794 0 -1 4202496 9726 924 88 8 51 28 0 0 17 0 2 0 638013543 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/7943/statm: 72223 7090 1867 364 0 8141 0
[pid=7977] ppid=7943 vsize=278648 CPUtime=0.21 cores=0,2
/proc/7977/stat : 7977 (python) S 7943 7943 6794 0 -1 4202560 1017 0 0 0 11 10 0 0 18 0 1 0 638013847 285335552 5601 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816256527 0 0 16781312 514 4488100911465332995 0 0 17 0 0 0 0
/proc/7977/statm: 69662 5601 382 364 0 5580 0
[pid=7979] ppid=7977 vsize=1017936 CPUtime=99.02 cores=0,2
/proc/7979/stat : 7979 (gnovelty+2) R 7977 7979 7979 0 -1 4202496 459 0 0 0 9902 0 0 0 25 0 1 0 638013847 1042366464 196 33554432000 134512640 135663704 4290058912 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7979/statm: 254484 196 113 282 0 254200 0
[pid=7943/tid=7978] ppid=7941 vsize=288892 CPUtime=0 cores=0,2
/proc/7943/task/7978/stat : 7978 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 18 0 2 0 638013847 295825408 7090 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (KiB) 1585476

[startup+162.301 s]
/proc/loadavg: 3.81 2.60 2.96 6/332 8070
/proc/meminfo: memFree=23893068/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=299672 CPUtime=0.8 cores=0,2
/proc/7943/stat : 7943 (python) S 7941 7943 6794 0 -1 4202496 10569 924 88 8 52 28 0 0 20 0 3 0 638013543 306864128 7249 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/7943/statm: 74918 7249 1878 364 0 10833 0
[pid=7977] ppid=7943 vsize=288892 CPUtime=0.22 cores=0,2
/proc/7977/stat : 7977 (python) S 7943 7943 6794 0 -1 4202560 1153 0 0 0 12 10 0 0 19 0 2 0 638013847 295825408 5639 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7977/statm: 72223 5639 415 364 0 8141 0
[pid=7979] ppid=7977 vsize=1017936 CPUtime=99.95 cores=0,2
/proc/7979/stat : 7979 (gnovelty+2) T 7977 7979 7979 0 -1 4202496 459 0 0 0 9995 0 0 0 25 0 1 0 638013847 1042366464 196 33554432000 134512640 135663704 4290058912 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7979/statm: 254484 196 113 282 0 254200 0
[pid=7977/tid=8061] ppid=7943 vsize=288892 CPUtime=0 cores=0,2
/proc/7977/task/8061/stat : 8061 (python) S 7943 7943 6794 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638023869 295825408 5639 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=8062] ppid=7943 vsize=289428 CPUtime=0.14 cores=0,2
/proc/8062/stat : 8062 (python) S 7943 7943 6794 0 -1 4202560 922 0 0 0 8 6 0 0 15 0 1 0 638023870 296374272 5738 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816256582 0 0 16781312 514 13287422104107450628 0 0 17 0 0 0 0
/proc/8062/statm: 72357 5738 371 364 0 8272 0
[pid=8064] ppid=8062 vsize=13112 CPUtime=58.87 cores=0,2
/proc/8064/stat : 8064 (march_hi) R 8062 8064 8064 0 -1 4202496 2948 0 0 0 5887 0 0 0 25 0 1 0 638023870 13426688 2646 33554432000 4194304 4955518 140734372808144 18446744073709551615 4245056 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8064/statm: 3278 2646 104 186 0 3091 0
[pid=7943/tid=7978] ppid=7941 vsize=299672 CPUtime=0 cores=0,2
/proc/7943/task/7978/stat : 7978 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 18 0 3 0 638013847 306864128 7249 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
[pid=7943/tid=8063] ppid=7941 vsize=299672 CPUtime=0 cores=0,2
/proc/7943/task/8063/stat : 8063 (python) S 7941 7943 6794 0 -1 4202560 29 924 0 8 0 0 0 0 20 0 3 0 638023870 306864128 7249 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 159.98
Current children cumulated vsize (KiB) 1909040

[startup+222.301 s]
/proc/loadavg: 3.93 2.85 3.02 5/332 8149
/proc/meminfo: memFree=23878456/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=309504 CPUtime=0.82 cores=0,2

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

/proc/7977/statm: 72223 5639 415 364 0 8141 0
[pid=7979] ppid=7977 vsize=1017936 CPUtime=99.95 cores=0,2
/proc/7979/stat : 7979 (gnovelty+2) T 7977 7979 7979 0 -1 4202496 459 0 0 0 9995 0 0 0 25 0 1 0 638013847 1042366464 196 33554432000 134512640 135663704 4290058912 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7979/statm: 254484 196 113 282 0 254200 0
[pid=7977/tid=8061] ppid=7943 vsize=288892 CPUtime=0 cores=0,2
/proc/7977/task/8061/stat : 8061 (python) S 7943 7943 6794 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638023869 295825408 5639 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=8062] ppid=7943 vsize=289428 CPUtime=2.18 cores=0,2
/proc/8062/stat : 8062 (python) S 7943 7943 6794 0 -1 4202560 1133 0 0 0 121 97 0 0 15 0 2 0 638023870 296374272 5768 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8062/statm: 72357 5768 400 364 0 8272 0
[pid=8064] ppid=8062 vsize=174112 CPUtime=917.79 cores=0,2
/proc/8064/stat : 8064 (march_hi) R 8062 8064 8064 0 -1 4202496 31116 0 0 0 91770 9 0 0 25 0 1 0 638023870 178290688 30814 33554432000 4194304 4955518 140734372808144 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8064/statm: 43528 30814 104 186 0 43341 0
[pid=8062/tid=8076] ppid=7943 vsize=289428 CPUtime=0 cores=0,2
/proc/8062/task/8076/stat : 8076 (python) S 7943 7943 6794 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 638033946 296374272 5768 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604449089500224 0 0 -1 0 0 0 0
[pid=8077] ppid=7943 vsize=299260 CPUtime=0.23 cores=0,2
/proc/8077/stat : 8077 (python) S 7943 7943 6794 0 -1 4202560 1082 0 0 0 14 9 0 0 19 0 2 0 638033948 306442240 5681 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8077/statm: 74815 5681 400 364 0 10727 0
[pid=8079] ppid=8077 vsize=1017936 CPUtime=99.99 cores=0,2
/proc/8079/stat : 8079 (gnovelty+2) T 8077 8079 8079 0 -1 4202496 461 0 0 0 9999 0 0 0 25 0 1 0 638033948 1042366464 196 33554432000 134512640 135663704 4294749248 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/8079/statm: 254484 196 113 282 0 254200 0
[pid=8077/tid=8179] ppid=7943 vsize=299260 CPUtime=0 cores=0,2
/proc/8077/task/8179/stat : 8179 (python) S 7943 7943 6794 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638043970 306442240 5681 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604453985337408 0 0 -1 2 0 0 0
[pid=7943/tid=7978] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/7978/stat : 7978 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 18 0 4 0 638013847 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
[pid=7943/tid=8063] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/8063/stat : 8063 (python) S 7941 7943 6794 0 -1 4202560 32 924 0 8 0 0 0 0 18 0 4 0 638023870 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
[pid=7943/tid=8078] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/8078/stat : 8078 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 20 0 4 0 638033948 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1121.19
Current children cumulated vsize (KiB) 3397692

[startup+1182.3 s]
/proc/loadavg: 2.02 2.07 2.43 3/320 8229
/proc/meminfo: memFree=23761228/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=310128 CPUtime=0.83 cores=0,2
/proc/7943/stat : 7943 (python) S 7941 7943 6794 0 -1 4202496 11939 924 88 8 54 29 0 0 18 0 4 0 638013543 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/7943/statm: 77532 7288 1880 364 0 13444 0
[pid=7977] ppid=7943 vsize=288892 CPUtime=0.22 cores=0,2
/proc/7977/stat : 7977 (python) S 7943 7943 6794 0 -1 4202560 1153 0 0 0 12 10 0 0 19 0 2 0 638013847 295825408 5639 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7977/statm: 72223 5639 415 364 0 8141 0
[pid=7979] ppid=7977 vsize=1017936 CPUtime=99.95 cores=0,2
/proc/7979/stat : 7979 (gnovelty+2) T 7977 7979 7979 0 -1 4202496 459 0 0 0 9995 0 0 0 25 0 1 0 638013847 1042366464 196 33554432000 134512640 135663704 4290058912 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7979/statm: 254484 196 113 282 0 254200 0
[pid=7977/tid=8061] ppid=7943 vsize=288892 CPUtime=0 cores=0,2
/proc/7977/task/8061/stat : 8061 (python) S 7943 7943 6794 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638023869 295825408 5639 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=8062] ppid=7943 vsize=289428 CPUtime=2.31 cores=0,2
/proc/8062/stat : 8062 (python) S 7943 7943 6794 0 -1 4202560 1133 0 0 0 129 102 0 0 15 0 2 0 638023870 296374272 5768 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8062/statm: 72357 5768 400 364 0 8272 0
[pid=8064] ppid=8062 vsize=174112 CPUtime=977.75 cores=0,2
/proc/8064/stat : 8064 (march_hi) R 8062 8064 8064 0 -1 4202496 32987 0 0 0 97765 10 0 0 25 0 1 0 638023870 178290688 32685 33554432000 4194304 4955518 140734372808144 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8064/statm: 43528 32685 104 186 0 43341 0
[pid=8062/tid=8076] ppid=7943 vsize=289428 CPUtime=0 cores=0,2
/proc/8062/task/8076/stat : 8076 (python) S 7943 7943 6794 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 638033946 296374272 5768 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604449089500224 0 0 -1 0 0 0 0
[pid=8077] ppid=7943 vsize=299260 CPUtime=0.23 cores=0,2
/proc/8077/stat : 8077 (python) S 7943 7943 6794 0 -1 4202560 1082 0 0 0 14 9 0 0 19 0 2 0 638033948 306442240 5681 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8077/statm: 74815 5681 400 364 0 10727 0
[pid=8079] ppid=8077 vsize=1017936 CPUtime=99.99 cores=0,2
/proc/8079/stat : 8079 (gnovelty+2) T 8077 8079 8079 0 -1 4202496 461 0 0 0 9999 0 0 0 25 0 1 0 638033948 1042366464 196 33554432000 134512640 135663704 4294749248 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/8079/statm: 254484 196 113 282 0 254200 0
[pid=8077/tid=8179] ppid=7943 vsize=299260 CPUtime=0 cores=0,2
/proc/8077/task/8179/stat : 8179 (python) S 7943 7943 6794 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638043970 306442240 5681 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604453985337408 0 0 -1 2 0 0 0
[pid=7943/tid=7978] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/7978/stat : 7978 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 18 0 4 0 638013847 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
[pid=7943/tid=8063] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/8063/stat : 8063 (python) S 7941 7943 6794 0 -1 4202560 32 924 0 8 0 0 0 0 18 0 4 0 638023870 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
[pid=7943/tid=8078] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/8078/stat : 8078 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 20 0 4 0 638033948 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1181.28
Current children cumulated vsize (KiB) 3397692

[startup+1242.3 s]
/proc/loadavg: 2.00 2.06 2.40 3/320 8231
/proc/meminfo: memFree=23746572/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=310128 CPUtime=0.83 cores=0,2
/proc/7943/stat : 7943 (python) S 7941 7943 6794 0 -1 4202496 11939 924 88 8 54 29 0 0 18 0 4 0 638013543 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/7943/statm: 77532 7288 1880 364 0 13444 0
[pid=7977] ppid=7943 vsize=288892 CPUtime=0.22 cores=0,2
/proc/7977/stat : 7977 (python) S 7943 7943 6794 0 -1 4202560 1153 0 0 0 12 10 0 0 19 0 2 0 638013847 295825408 5639 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7977/statm: 72223 5639 415 364 0 8141 0
[pid=7979] ppid=7977 vsize=1017936 CPUtime=99.95 cores=0,2
/proc/7979/stat : 7979 (gnovelty+2) T 7977 7979 7979 0 -1 4202496 459 0 0 0 9995 0 0 0 25 0 1 0 638013847 1042366464 196 33554432000 134512640 135663704 4290058912 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7979/statm: 254484 196 113 282 0 254200 0
[pid=7977/tid=8061] ppid=7943 vsize=288892 CPUtime=0 cores=0,2
/proc/7977/task/8061/stat : 8061 (python) S 7943 7943 6794 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638023869 295825408 5639 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=8062] ppid=7943 vsize=289428 CPUtime=2.45 cores=0,2
/proc/8062/stat : 8062 (python) S 7943 7943 6794 0 -1 4202560 1133 0 0 0 137 108 0 0 15 0 2 0 638023870 296374272 5768 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8062/statm: 72357 5768 400 364 0 8272 0
[pid=8064] ppid=8062 vsize=174112 CPUtime=1037.69 cores=0,2
/proc/8064/stat : 8064 (march_hi) R 8062 8064 8064 0 -1 4202496 34847 0 0 0 103759 10 0 0 25 0 1 0 638023870 178290688 34545 33554432000 4194304 4955518 140734372808144 18446744073709551615 4286512 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8064/statm: 43528 34545 104 186 0 43341 0
[pid=8062/tid=8076] ppid=7943 vsize=289428 CPUtime=0 cores=0,2
/proc/8062/task/8076/stat : 8076 (python) S 7943 7943 6794 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 638033946 296374272 5768 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604449089500224 0 0 -1 0 0 0 0
[pid=8077] ppid=7943 vsize=299260 CPUtime=0.23 cores=0,2
/proc/8077/stat : 8077 (python) S 7943 7943 6794 0 -1 4202560 1082 0 0 0 14 9 0 0 19 0 2 0 638033948 306442240 5681 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8077/statm: 74815 5681 400 364 0 10727 0
[pid=8079] ppid=8077 vsize=1017936 CPUtime=99.99 cores=0,2
/proc/8079/stat : 8079 (gnovelty+2) T 8077 8079 8079 0 -1 4202496 461 0 0 0 9999 0 0 0 25 0 1 0 638033948 1042366464 196 33554432000 134512640 135663704 4294749248 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/8079/statm: 254484 196 113 282 0 254200 0
[pid=8077/tid=8179] ppid=7943 vsize=299260 CPUtime=0 cores=0,2
/proc/8077/task/8179/stat : 8179 (python) S 7943 7943 6794 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638043970 306442240 5681 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604453985337408 0 0 -1 2 0 0 0
[pid=7943/tid=7978] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/7978/stat : 7978 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 18 0 4 0 638013847 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
[pid=7943/tid=8063] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/8063/stat : 8063 (python) S 7941 7943 6794 0 -1 4202560 32 924 0 8 0 0 0 0 18 0 4 0 638023870 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
[pid=7943/tid=8078] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/8078/stat : 8078 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 20 0 4 0 638033948 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1241.36
Current children cumulated vsize (KiB) 3397692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.04 2.37 3/320 8241
/proc/meminfo: memFree=23731964/32951124 swapFree=63485424/67111528
[pid=7943] ppid=7941 vsize=310128 CPUtime=0.83 cores=0,2
/proc/7943/stat : 7943 (python) S 7941 7943 6794 0 -1 4202496 11939 924 88 8 54 29 0 0 18 0 4 0 638013543 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 25
/proc/7943/statm: 77532 7288 1880 364 0 13444 0
[pid=7977] ppid=7943 vsize=288892 CPUtime=0.22 cores=0,2
/proc/7977/stat : 7977 (python) S 7943 7943 6794 0 -1 4202560 1153 0 0 0 12 10 0 0 19 0 2 0 638013847 295825408 5639 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7977/statm: 72223 5639 415 364 0 8141 0
[pid=7979] ppid=7977 vsize=1017936 CPUtime=99.95 cores=0,2
/proc/7979/stat : 7979 (gnovelty+2) T 7977 7979 7979 0 -1 4202496 459 0 0 0 9995 0 0 0 25 0 1 0 638013847 1042366464 196 33554432000 134512640 135663704 4290058912 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7979/statm: 254484 196 113 282 0 254200 0
[pid=7977/tid=8061] ppid=7943 vsize=288892 CPUtime=0 cores=0,2
/proc/7977/task/8061/stat : 8061 (python) S 7943 7943 6794 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638023869 295825408 5639 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604453937780032 0 0 -1 2 0 0 0
[pid=8062] ppid=7943 vsize=289428 CPUtime=2.59 cores=0,2
/proc/8062/stat : 8062 (python) S 7943 7943 6794 0 -1 4202560 1133 0 0 0 144 115 0 0 15 0 2 0 638023870 296374272 5768 33554432000 4194304 5683644 140736527627888 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8062/statm: 72357 5768 400 364 0 8272 0
[pid=8064] ppid=8062 vsize=174112 CPUtime=1095.34 cores=0,2
/proc/8064/stat : 8064 (march_hi) R 8062 8064 8064 0 -1 4202496 36601 0 0 0 109523 11 0 0 25 0 1 0 638023870 178290688 36299 33554432000 4194304 4955518 140734372808144 18446744073709551615 4227807 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8064/statm: 43528 36299 104 186 0 43341 0
[pid=8062/tid=8076] ppid=7943 vsize=289428 CPUtime=0 cores=0,2
/proc/8062/task/8076/stat : 8076 (python) S 7943 7943 6794 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 638033946 296374272 5768 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604449089500224 0 0 -1 0 0 0 0
[pid=8077] ppid=7943 vsize=299260 CPUtime=0.23 cores=0,2
/proc/8077/stat : 8077 (python) S 7943 7943 6794 0 -1 4202560 1082 0 0 0 14 9 0 0 19 0 2 0 638033948 306442240 5681 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8077/statm: 74815 5681 400 364 0 10727 0
[pid=8079] ppid=8077 vsize=1017936 CPUtime=99.99 cores=0,2
/proc/8079/stat : 8079 (gnovelty+2) T 8077 8079 8079 0 -1 4202496 461 0 0 0 9999 0 0 0 25 0 1 0 638033948 1042366464 196 33554432000 134512640 135663704 4294749248 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/8079/statm: 254484 196 113 282 0 254200 0
[pid=8077/tid=8179] ppid=7943 vsize=299260 CPUtime=0 cores=0,2
/proc/8077/task/8179/stat : 8179 (python) S 7943 7943 6794 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638043970 306442240 5681 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 514 18446604453985337408 0 0 -1 2 0 0 0
[pid=7943/tid=7978] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/7978/stat : 7978 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 18 0 4 0 638013847 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
[pid=7943/tid=8063] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/8063/stat : 8063 (python) S 7941 7943 6794 0 -1 4202560 32 924 0 8 0 0 0 0 18 0 4 0 638023870 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
[pid=7943/tid=8078] ppid=7941 vsize=310128 CPUtime=0 cores=0,2
/proc/7943/task/8078/stat : 8078 (python) S 7941 7943 6794 0 -1 4202560 30 924 0 8 0 0 0 0 20 0 4 0 638033948 317571072 7288 33554432000 4194304 5683644 140736527627888 18446744073709551615 220828060081 0 0 16781312 2 18446604453940311104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1299.15
Current children cumulated vsize (KiB) 3397692

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

Real time (s): 1300.03
CPU time (s): 1299.15
CPU user time (s): 1297.41
CPU system time (s): 1.74
CPU usage (%): 99.932
Max. virtual memory (cumulated for all children) (KiB): 3397696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.549916
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12864
page faults= 96
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47080
involuntary context switches= 182

runsolver used 4.05538 second user time and 7.83481 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 12:39:36
IDJOB=3377596
IDBENCH=82905
IDSOLVER=1857
FILE ID=node147/3377596-1305455976
RUNJOBID= node147-1305455976-7908
PBS_JOBID= 13324877
Free space on /tmp= 73164 MiB

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

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

MD5SUM BENCH= 5aca76da937068f3a8e48a26305deff6
RANDOM SEED=1313726986

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24075020 kB
Buffers:        305024 kB
Cached:        5299100 kB
SwapCached:      13132 kB
Active:        2290648 kB
Inactive:      6343348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24075020 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:          127276 kB
Writeback:           0 kB
AnonPages:     3025392 kB
Mapped:          14828 kB
Slab:           149688 kB
PageTables:      29260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44873992 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= 73100 MiB
End job on node147 at 2011-05-15 13:01:18