Trace number 3317438

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-random? (TO) 494.54 1300.03

General information on the benchmark

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

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3317438-1304269722.cnf
0.31/0.47	c INFO: computing task features
0.31/0.48	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.40/0.54	c INFO: computed variable balance statistics
0.40/0.58	c INFO: computed small-clause counts
0.40/0.58	c INFO: computed Horn-clause counts
0.40/0.59	c INFO: computed variable graph statistics
0.40/0.59	c INFO: collected features for HOME/instance-3317438-1304269722.cnf in 0.12 s
0.49/0.62	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.49/0.64	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.07)
0.49/0.68	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.61/0.70	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.23)
0.61/0.71	Traceback (most recent call last):
0.61/0.71	  File "HOME/solve", line 33, in <module>
0.61/0.71	    plac.call(main)
0.61/0.71	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.61/0.71	    cmd, result = parser_from(obj).consume(arglist)
0.61/0.71	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.61/0.71	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.61/0.71	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.61/0.71	    (_, answer, _) = solver(input_path, budget, cores)
0.61/0.71	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.61/0.71	    process.die()
0.61/0.71	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.61/0.71	    os.kill(self._process.pid, signal.SIGUSR1)
0.61/0.71	OSError: [Errno 3] No such process

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: 935)

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-3317438-1304269722/watcher-3317438-1304269722 -o /tmp/evaluation-result-3317438-1304269722/solver-3317438-1304269722 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317438-1304269722.cnf -seed 1070760300 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.24 8.13 7.48 5/251 23143
/proc/meminfo: memFree=28902720/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/23143/stat : 23143 (python) R 23141 23143 22144 0 -1 4202496 871 0 0 0 0 0 0 0 25 0 1 0 519388131 16154624 753 33554432000 4194304 5683644 140734984717440 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23143/statm: 3944 753 343 364 0 431 0

[startup+0.0989389 s]
/proc/loadavg: 8.24 8.13 7.48 5/251 23143
/proc/meminfo: memFree=28902720/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=104220 CPUtime=0.06 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 3046 0 0 0 5 1 0 0 17 0 1 0 519388131 106721280 2732 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/23143/statm: 26055 2732 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.10091 s]
/proc/loadavg: 8.24 8.13 7.48 5/251 23143
/proc/meminfo: memFree=28902720/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=104228 CPUtime=0.06 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 3071 0 0 0 5 1 0 0 17 0 1 0 519388131 106729472 2752 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/23143/statm: 26057 2752 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.300881 s]
/proc/loadavg: 8.24 8.13 7.48 5/251 23143
/proc/meminfo: memFree=28902720/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=182428 CPUtime=0.22 cores=1,3,5,7
/proc/23143/stat : 23143 (python) R 23141 23143 22144 0 -1 4202496 6748 932 1 0 16 6 0 0 17 0 1 0 519388131 186806272 4813 33554432000 4194304 5683644 140734984717440 18446744073709551615 220811313162 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23143/statm: 45607 4817 1340 364 0 3723 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 182428

[startup+0.700799 s]
/proc/loadavg: 8.24 8.13 7.48 5/251 23143
/proc/meminfo: memFree=28902720/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310072 CPUtime=0.61 cores=1,3,5,7
/proc/23143/stat : 23143 (python) R 23141 23143 22144 0 -1 4202496 11953 2464 1 0 50 9 2 0 18 0 4 0 519388131 317513728 7272 33554432000 4194304 5683644 140734984717440 18446744073709551615 220819718365 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23143/statm: 77518 7272 1878 364 0 13430 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 310072

[startup+1.50065 s]
/proc/loadavg: 8.06 8.09 7.47 7/256 23162
/proc/meminfo: memFree=28870060/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 519388196 296345600 5708 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 1498739906069889288 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5708 348 364 0 8265 0
[pid=23154] ppid=23152 vsize=2812 CPUtime=0.84 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) R 23152 23154 23154 0 -1 4202496 774 0 0 0 84 0 0 0 25 0 1 0 519388196 2879488 510 33554432000 4194304 4955518 140737056378208 18446744073709551615 4261370 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23154/statm: 703 510 104 186 0 516 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 519388202 317526016 5742 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 8992553764153950470 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5742 348 364 0 13430 0
[pid=23162] ppid=23160 vsize=2812 CPUtime=0.78 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) R 23160 23162 23162 0 -1 4202496 770 0 0 0 78 0 0 0 22 0 1 0 519388202 2879488 504 33554432000 4194304 4955518 140737314317968 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23162/statm: 703 504 104 186 0 516 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 915192

[startup+3.10035 s]
/proc/loadavg: 8.06 8.09 7.47 8/256 23162
/proc/meminfo: memFree=28868200/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 519388196 296345600 5708 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 1498739906069889288 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5708 348 364 0 8265 0
[pid=23154] ppid=23152 vsize=3268 CPUtime=2.43 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) R 23152 23154 23154 0 -1 4202496 874 0 0 0 243 0 0 0 25 0 1 0 519388196 3346432 610 33554432000 4194304 4955518 140737056378208 18446744073709551615 4235355 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23154/statm: 817 610 104 186 0 630 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 519388202 317526016 5742 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 15793319879605485567 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5742 348 364 0 13430 0
[pid=23162] ppid=23160 vsize=3268 CPUtime=2.38 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) R 23160 23162 23162 0 -1 4202496 875 0 0 0 238 0 0 0 25 0 1 0 519388202 3346432 609 33554432000 4194304 4955518 140737314317968 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23162/statm: 817 609 104 186 0 630 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 916104

[startup+6.30077 s]
/proc/loadavg: 8.06 8.09 7.47 7/256 23162
/proc/meminfo: memFree=28864480/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 911 0 0 0 0 0 0 0 15 0 1 0 519388196 296345600 5731 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 1498739906069889288 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5731 371 364 0 8265 0
[pid=23154] ppid=23152 vsize=3952 CPUtime=5.64 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) R 23152 23154 23154 0 -1 4202496 1027 0 0 0 564 0 0 0 25 0 1 0 519388196 4046848 755 33554432000 4194304 4955518 140737056378208 18446744073709551615 4235384 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23154/statm: 988 755 104 186 0 801 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 916 0 0 0 0 0 0 0 15 0 1 0 519388202 317526016 5765 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 8992553764153950470 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5765 371 364 0 13430 0
[pid=23162] ppid=23160 vsize=3952 CPUtime=5.58 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) R 23160 23162 23162 0 -1 4202496 1028 0 0 0 558 0 0 0 25 0 1 0 519388202 4046848 754 33554432000 4194304 4955518 140737314317968 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23162/statm: 988 754 104 186 0 801 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 917472

[startup+12.7006 s]
/proc/loadavg: 7.74 8.02 7.45 7/256 23162
/proc/meminfo: memFree=28860068/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0.01 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 916 0 0 0 1 0 0 0 15 0 1 0 519388196 296345600 5731 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 1498739906069889288 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5731 371 364 0 8265 0
[pid=23154] ppid=23152 vsize=5380 CPUtime=12.04 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) R 23152 23154 23154 0 -1 4202496 1296 0 0 0 1204 0 0 0 25 0 1 0 519388196 5509120 1024 33554432000 4194304 4955518 140737056378208 18446744073709551615 4235344 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23154/statm: 1345 1024 104 186 0 1158 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0.02 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 921 0 0 0 1 1 0 0 15 0 1 0 519388202 317526016 5765 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 8992553764153950470 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5765 371 364 0 13430 0
[pid=23162] ppid=23160 vsize=5380 CPUtime=11.98 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) R 23160 23162 23162 0 -1 4202496 1297 0 0 0 1198 0 0 0 25 0 1 0 519388202 5509120 1023 33554432000 4194304 4955518 140737314317968 18446744073709551615 4209639 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23162/statm: 1345 1023 104 186 0 1158 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 920328

[startup+25.5012 s]
/proc/loadavg: 7.55 7.97 7.44 8/256 23163
/proc/meminfo: memFree=28850144/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0.03 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 921 0 0 0 2 1 0 0 15 0 1 0 519388196 296345600 5731 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 5070701336698257672 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5731 371 364 0 8265 0
[pid=23154] ppid=23152 vsize=7464 CPUtime=24.84 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) R 23152 23154 23154 0 -1 4202496 1799 0 0 0 2484 0 0 0 25 0 1 0 519388196 7643136 1527 33554432000 4194304 4955518 140737056378208 18446744073709551615 4227970 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23154/statm: 1866 1527 104 186 0 1679 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0.03 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 925 0 0 0 1 2 0 0 15 0 1 0 519388202 317526016 5765 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 5070701336698257670 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5765 371 364 0 13430 0
[pid=23162] ppid=23160 vsize=7464 CPUtime=24.78 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) R 23160 23162 23162 0 -1 4202496 1801 0 0 0 2478 0 0 0 25 0 1 0 519388202 7643136 1527 33554432000 4194304 4955518 140737314317968 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23162/statm: 1866 1527 104 186 0 1679 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 924496

[startup+51.1005 s]
/proc/loadavg: 7.09 7.83 7.41 8/256 23163
/proc/meminfo: memFree=28829980/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0.07 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 931 0 0 0 4 3 0 0 15 0 1 0 519388196 296345600 5731 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 5070701336698257672 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5731 371 364 0 8265 0
[pid=23154] ppid=23152 vsize=13148 CPUtime=50.44 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) R 23152 23154 23154 0 -1 4202496 2809 0 0 0 5043 1 0 0 25 0 1 0 519388196 13463552 2537 33554432000 4194304 4955518 140737056378208 18446744073709551615 4227728 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23154/statm: 3287 2537 104 186 0 3100 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0.07 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 935 0 0 0 3 4 0 0 15 0 1 0 519388202 317526016 5765 33554432000 4194304 5683644 140734984717440 18446744073709551615 220816256582 0 0 16781312 514 5070701336698257670 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5765 371 364 0 13430 0
[pid=23162] ppid=23160 vsize=13148 CPUtime=50.38 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) R 23160 23162 23162 0 -1 4202496 2812 0 0 0 5038 0 0 0 25 0 1 0 519388202 13463552 2538 33554432000 4194304 4955518 140737314317968 18446744073709551615 4235384 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23162/statm: 3287 2538 104 186 0 3100 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 935864

[startup+102.308 s]
/proc/loadavg: 6.46 7.53 7.33 6/257 23166
/proc/meminfo: memFree=28787768/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0.16 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 1092 0 0 0 9 7 0 0 16 0 2 0 519388196 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5761 400 364 0 8265 0
[pid=23154] ppid=23152 vsize=25328 CPUtime=99.28 cores=1,3,5,7

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

/proc/23152/statm: 72350 5761 400 364 0 8265 0
[pid=23154] ppid=23152 vsize=25328 CPUtime=99.28 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) T 23152 23154 23154 0 -1 4202496 4695 0 0 0 9927 1 0 0 25 0 1 0 519388196 25935872 4423 33554432000 4194304 4955518 140737056378208 18446744073709551615 4227647 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23154/statm: 6332 4423 104 186 0 6145 0
[pid=23152/tid=23166] ppid=23143 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/23152/task/23166/stat : 23166 (python) S 23143 23143 22144 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 519398125 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604466430594048 0 0 -1 7 0 0 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0.61 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 1152 0 0 0 35 26 0 0 16 0 2 0 519388202 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5795 400 364 0 13430 0
[pid=23162] ppid=23160 vsize=81952 CPUtime=393.86 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) T 23160 23162 23162 0 -1 4202496 15629 0 0 0 39383 3 0 0 25 0 1 0 519388202 83918848 15355 33554432000 4194304 4955518 140737314317968 18446744073709551615 4227827 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23162/statm: 20488 15355 104 186 0 20301 0
[pid=23160/tid=23540] ppid=23143 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/23160/task/23540/stat : 23540 (python) S 23143 23143 22144 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 519427588 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604460884829376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 494.54
Current children cumulated vsize (KiB) 1016848
heavy processes:

[startup+1062.3 s]
/proc/loadavg: 5.08 5.24 6.01 6/255 23563
/proc/meminfo: memFree=28533976/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0.16 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 1092 0 0 0 9 7 0 0 16 0 2 0 519388196 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5761 400 364 0 8265 0
[pid=23154] ppid=23152 vsize=25328 CPUtime=99.28 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) T 23152 23154 23154 0 -1 4202496 4695 0 0 0 9927 1 0 0 25 0 1 0 519388196 25935872 4423 33554432000 4194304 4955518 140737056378208 18446744073709551615 4227647 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23154/statm: 6332 4423 104 186 0 6145 0
[pid=23152/tid=23166] ppid=23143 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/23152/task/23166/stat : 23166 (python) S 23143 23143 22144 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 519398125 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604466430594048 0 0 -1 7 0 0 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0.61 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 1152 0 0 0 35 26 0 0 16 0 2 0 519388202 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5795 400 364 0 13430 0
[pid=23162] ppid=23160 vsize=81952 CPUtime=393.86 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) T 23160 23162 23162 0 -1 4202496 15629 0 0 0 39383 3 0 0 25 0 1 0 519388202 83918848 15355 33554432000 4194304 4955518 140737314317968 18446744073709551615 4227827 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23162/statm: 20488 15355 104 186 0 20301 0
[pid=23160/tid=23540] ppid=23143 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/23160/task/23540/stat : 23540 (python) S 23143 23143 22144 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 519427588 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604460884829376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 494.54
Current children cumulated vsize (KiB) 1016848
heavy processes:

[startup+1122.3 s]
/proc/loadavg: 5.09 5.21 5.95 6/255 23565
/proc/meminfo: memFree=28501792/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0.16 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 1092 0 0 0 9 7 0 0 16 0 2 0 519388196 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5761 400 364 0 8265 0
[pid=23154] ppid=23152 vsize=25328 CPUtime=99.28 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) T 23152 23154 23154 0 -1 4202496 4695 0 0 0 9927 1 0 0 25 0 1 0 519388196 25935872 4423 33554432000 4194304 4955518 140737056378208 18446744073709551615 4227647 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23154/statm: 6332 4423 104 186 0 6145 0
[pid=23152/tid=23166] ppid=23143 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/23152/task/23166/stat : 23166 (python) S 23143 23143 22144 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 519398125 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604466430594048 0 0 -1 7 0 0 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0.61 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 1152 0 0 0 35 26 0 0 16 0 2 0 519388202 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5795 400 364 0 13430 0
[pid=23162] ppid=23160 vsize=81952 CPUtime=393.86 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) T 23160 23162 23162 0 -1 4202496 15629 0 0 0 39383 3 0 0 25 0 1 0 519388202 83918848 15355 33554432000 4194304 4955518 140737314317968 18446744073709551615 4227827 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23162/statm: 20488 15355 104 186 0 20301 0
[pid=23160/tid=23540] ppid=23143 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/23160/task/23540/stat : 23540 (python) S 23143 23143 22144 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 519427588 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604460884829376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 494.54
Current children cumulated vsize (KiB) 1016848
heavy processes:

[startup+1182.3 s]
/proc/loadavg: 5.12 5.20 5.90 6/255 23566
/proc/meminfo: memFree=28470480/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0.16 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 1092 0 0 0 9 7 0 0 16 0 2 0 519388196 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5761 400 364 0 8265 0
[pid=23154] ppid=23152 vsize=25328 CPUtime=99.28 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) T 23152 23154 23154 0 -1 4202496 4695 0 0 0 9927 1 0 0 25 0 1 0 519388196 25935872 4423 33554432000 4194304 4955518 140737056378208 18446744073709551615 4227647 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23154/statm: 6332 4423 104 186 0 6145 0
[pid=23152/tid=23166] ppid=23143 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/23152/task/23166/stat : 23166 (python) S 23143 23143 22144 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 519398125 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604466430594048 0 0 -1 7 0 0 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0.61 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 1152 0 0 0 35 26 0 0 16 0 2 0 519388202 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5795 400 364 0 13430 0
[pid=23162] ppid=23160 vsize=81952 CPUtime=393.86 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) T 23160 23162 23162 0 -1 4202496 15629 0 0 0 39383 3 0 0 25 0 1 0 519388202 83918848 15355 33554432000 4194304 4955518 140737314317968 18446744073709551615 4227827 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23162/statm: 20488 15355 104 186 0 20301 0
[pid=23160/tid=23540] ppid=23143 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/23160/task/23540/stat : 23540 (python) S 23143 23143 22144 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 519427588 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604460884829376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 494.54
Current children cumulated vsize (KiB) 1016848
heavy processes:

[startup+1242.3 s]
/proc/loadavg: 5.14 5.19 5.85 6/258 23571
/proc/meminfo: memFree=28430832/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0.16 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 1092 0 0 0 9 7 0 0 16 0 2 0 519388196 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5761 400 364 0 8265 0
[pid=23154] ppid=23152 vsize=25328 CPUtime=99.28 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) T 23152 23154 23154 0 -1 4202496 4695 0 0 0 9927 1 0 0 25 0 1 0 519388196 25935872 4423 33554432000 4194304 4955518 140737056378208 18446744073709551615 4227647 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23154/statm: 6332 4423 104 186 0 6145 0
[pid=23152/tid=23166] ppid=23143 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/23152/task/23166/stat : 23166 (python) S 23143 23143 22144 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 519398125 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604466430594048 0 0 -1 7 0 0 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0.61 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 1152 0 0 0 35 26 0 0 16 0 2 0 519388202 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5795 400 364 0 13430 0
[pid=23162] ppid=23160 vsize=81952 CPUtime=393.86 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) T 23160 23162 23162 0 -1 4202496 15629 0 0 0 39383 3 0 0 25 0 1 0 519388202 83918848 15355 33554432000 4194304 4955518 140737314317968 18446744073709551615 4227827 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23162/statm: 20488 15355 104 186 0 20301 0
[pid=23160/tid=23540] ppid=23143 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/23160/task/23540/stat : 23540 (python) S 23143 23143 22144 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 519427588 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604460884829376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 494.54
Current children cumulated vsize (KiB) 1016848
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.14 5.18 5.81 6/258 23573
/proc/meminfo: memFree=28398904/32951124 swapFree=67105204/67111528
[pid=23143] ppid=23141 vsize=310084 CPUtime=0.63 cores=1,3,5,7
/proc/23143/stat : 23143 (python) S 23141 23143 22144 0 -1 4202496 12546 4012 1 0 50 9 4 0 19 0 1 0 519388131 317526016 7277 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 0
/proc/23143/statm: 77521 7277 1883 364 0 13430 0
[pid=23152] ppid=23143 vsize=289400 CPUtime=0.16 cores=1,3,5,7
/proc/23152/stat : 23152 (python) S 23143 23143 22144 0 -1 4202560 1092 0 0 0 9 7 0 0 16 0 2 0 519388196 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23152/statm: 72350 5761 400 364 0 8265 0
[pid=23154] ppid=23152 vsize=25328 CPUtime=99.28 cores=1,3,5,7
/proc/23154/stat : 23154 (march_hi) T 23152 23154 23154 0 -1 4202496 4695 0 0 0 9927 1 0 0 25 0 1 0 519388196 25935872 4423 33554432000 4194304 4955518 140737056378208 18446744073709551615 4227647 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23154/statm: 6332 4423 104 186 0 6145 0
[pid=23152/tid=23166] ppid=23143 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/23152/task/23166/stat : 23166 (python) S 23143 23143 22144 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 519398125 296345600 5761 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604466430594048 0 0 -1 7 0 0 0
[pid=23160] ppid=23143 vsize=310084 CPUtime=0.61 cores=1,3,5,7
/proc/23160/stat : 23160 (python) S 23143 23143 22144 0 -1 4202560 1152 0 0 0 35 26 0 0 16 0 2 0 519388202 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23160/statm: 77521 5795 400 364 0 13430 0
[pid=23162] ppid=23160 vsize=81952 CPUtime=393.86 cores=1,3,5,7
/proc/23162/stat : 23162 (march_hi) T 23160 23162 23162 0 -1 4202496 15629 0 0 0 39383 3 0 0 25 0 1 0 519388202 83918848 15355 33554432000 4194304 4955518 140737314317968 18446744073709551615 4227827 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23162/statm: 20488 15355 104 186 0 20301 0
[pid=23160/tid=23540] ppid=23143 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/23160/task/23540/stat : 23540 (python) S 23143 23143 22144 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 519427588 317526016 5795 33554432000 4194304 5683644 140734984717440 18446744073709551615 220828060081 0 0 16781312 514 18446604460884829376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 494.54
Current children cumulated vsize (KiB) 1016848
heavy processes:

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 23143 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=4847
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=454930
# CPU time returned by wait4() is 1.45978
# while last known CPU time is 494.54
#
# 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): 494.54
CPU user time (s): 494.08
CPU system time (s): 0.46
CPU usage (%): 38.0408
Max. virtual memory (cumulated for all children) (KiB): 1016852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.00485
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20758
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= 1968
involuntary context switches= 52

runsolver used 2.78658 second user time and 5.74613 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-01 19:08:42
IDJOB=3317438
IDBENCH=82903
IDSOLVER=1705
FILE ID=node147/3317438-1304269722
RUNJOBID= node147-1304267279-22163
PBS_JOBID= 13173932
Free space on /tmp= 73224 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S171669125-021.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317438-1304269722/watcher-3317438-1304269722 -o /tmp/evaluation-result-3317438-1304269722/solver-3317438-1304269722 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317438-1304269722.cnf -seed 1070760300 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9649b9e4fa8d251c4c59f8783cbf0b60
RANDOM SEED=1070760300

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:      28902752 kB
Buffers:        353024 kB
Cached:        1939404 kB
SwapCached:       3088 kB
Active:        1734724 kB
Inactive:      1955880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28902752 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           32000 kB
Writeback:          84 kB
AnonPages:     1396240 kB
Mapped:          23872 kB
Slab:           278560 kB
PageTables:      18508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23451680 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= 73188 MiB
End job on node147 at 2011-05-01 19:30:24