Trace number 3322158

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) 1850.28 5100.03

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1552308135-080.SATISFIABLE.cnf
MD5SUMbaa799a188281e763705191e4b9d6531
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/3.27	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/3.27	c INFO: solving HOME/instance-3322158-1308048002.cnf
0.38/3.27	c INFO: computing task features
0.38/3.28	c INFO: computed variable-clause graph statistics
0.38/3.28	c INFO: computed clause balance statistics
0.44/3.32	c INFO: computed variable balance statistics
0.44/3.35	c INFO: computed small-clause counts
0.44/3.36	c INFO: computed Horn-clause counts
0.44/3.36	c INFO: computed variable graph statistics
0.44/3.36	c INFO: collected features for HOME/instance-3322158-1308048002.cnf in 0.08 s
0.53/3.40	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.57)
0.53/3.43	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.32)
0.53/3.47	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.28)
0.65/3.51	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.08)
0.65/3.55	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.65/3.59	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.31)
0.77/3.63	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.28)
0.77/3.67	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.24)
0.77/3.67	Traceback (most recent call last):
0.77/3.67	  File "HOME/solve", line 33, in <module>
0.77/3.67	    plac.call(main)
0.77/3.67	  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.77/3.67	    cmd, result = parser_from(obj).consume(arglist)
0.77/3.67	  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.77/3.67	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.77/3.67	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.77/3.67	    (_, answer, _) = solver(input_path, budget, cores)
0.77/3.67	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.77/3.67	    process.die()
0.77/3.67	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.77/3.67	    os.kill(self._process.pid, signal.SIGUSR1)
0.77/3.67	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.1 (svn: 989)

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-3322158-1308048002/watcher-3322158-1308048002 -o /tmp/evaluation-result-3322158-1308048002/solver-3322158-1308048002 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322158-1308048002.cnf -seed 1384931477 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.25 1.07 1/174 15311
/proc/meminfo: memFree=31167212/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=11804 CPUtime=0 cores=0-7
/proc/15311/stat : 15311 (runsolver) S 15309 15311 15280 0 -1 4202560 46 0 0 0 0 0 0 0 22 0 1 0 916398540 12087296 56 33554432000 4194304 5436572 140734942135632 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699469502 0 0 17 6 0 0 0
/proc/15311/statm: 2951 56 36 304 0 2643 0

[startup+0.029954 s]
/proc/loadavg: 0.08 0.25 1.07 1/174 15311
/proc/meminfo: memFree=31167212/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=14820 CPUtime=0 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 513 0 0 0 0 0 0 0 22 0 1 0 916398540 15175680 420 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550533477 0 2147483391 4096 0 18446744071699469502 0 0 17 6 0 0 0
/proc/15311/statm: 3705 420 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100923 s]
/proc/loadavg: 0.08 0.25 1.07 1/174 15311
/proc/meminfo: memFree=31167212/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=15080 CPUtime=0 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 650 0 0 0 0 0 0 0 22 0 1 0 916398540 15441920 545 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/15311/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300885 s]
/proc/loadavg: 0.08 0.25 1.07 1/174 15311
/proc/meminfo: memFree=31167212/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=15776 CPUtime=0 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 896 0 0 0 0 0 0 0 20 0 1 0 916398540 16154624 777 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/15311/statm: 3944 777 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.700826 s]
/proc/loadavg: 0.08 0.25 1.07 1/174 15311
/proc/meminfo: memFree=31167212/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=29788 CPUtime=0.03 cores=0-7
/proc/15311/stat : 15311 (python) R 15309 15311 15280 0 -1 4202496 1402 0 0 0 3 0 0 0 16 0 1 0 916398540 30502912 1245 33554432000 4194304 5683644 140735832498080 18446744073709551615 4288439 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15311/statm: 7447 1246 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+1.50067 s]
/proc/loadavg: 0.08 0.25 1.07 1/175 15312
/proc/meminfo: memFree=31162580/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=85620 CPUtime=0.05 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 2631 0 0 0 4 1 0 0 15 0 1 0 916398540 87674880 2348 33554432000 4194304 5683644 140735832498080 18446744073709551615 271545613959 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/15311/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+3.10041 s]
/proc/loadavg: 0.08 0.25 1.07 2/175 15312
/proc/meminfo: memFree=31157372/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=226804 CPUtime=0.31 cores=0-7
/proc/15311/stat : 15311 (python) R 15309 15311 15280 0 -1 4202496 7656 934 1 0 21 10 0 0 15 0 1 0 916398540 232247296 5621 33554432000 4194304 5683644 140735832498080 18446744073709551615 4981020 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15311/statm: 56701 5621 1566 364 0 4239 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 226804
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 0.07 0.25 1.06 5/183 15342
/proc/meminfo: memFree=31119056/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=310148 CPUtime=1.1 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 16013 6871 1 0 66 14 28 2 18 0 1 0 916398540 317591552 7289 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562367807 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/15311/statm: 77537 7289 1891 364 0 13434 0
[pid=15321] ppid=15311 vsize=289352 CPUtime=0 cores=0-7
/proc/15321/stat : 15321 (python) S 15311 15311 15280 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 916398884 296296448 5696 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 14252802109387800836 0 0 17 7 0 0 0
/proc/15321/statm: 72338 5696 348 364 0 8253 0
[pid=15323] ppid=15321 vsize=3032 CPUtime=2.85 cores=0-7
/proc/15323/stat : 15323 (march_hi) R 15321 15323 15323 0 -1 4202496 789 0 0 0 285 0 0 0 25 0 1 0 916398884 3104768 527 33554432000 4194304 4955518 140736239804736 18446744073709551615 4263664 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15323/statm: 758 527 104 186 0 571 0
[pid=15327] ppid=15311 vsize=310068 CPUtime=0 cores=0-7
/proc/15327/stat : 15327 (python) S 15311 15311 15280 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 916398892 317509632 5738 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 11164630188732416260 0 0 17 4 0 0 0
/proc/15327/statm: 77517 5738 348 364 0 13426 0
[pid=15329] ppid=15327 vsize=2812 CPUtime=2.78 cores=0-7
/proc/15329/stat : 15329 (march_hi) R 15327 15329 15329 0 -1 4202496 773 0 0 0 278 0 0 0 25 0 1 0 916398892 2879488 510 33554432000 4194304 4955518 140737184525280 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15329/statm: 703 510 104 186 0 516 0
[pid=15334] ppid=15311 vsize=330580 CPUtime=0 cores=0-7
/proc/15334/stat : 15334 (python) S 15311 15311 15280 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 916398900 338513920 5746 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 5027472941835583748 0 0 17 0 0 0 0
/proc/15334/statm: 82645 5746 348 364 0 18548 0
[pid=15336] ppid=15334 vsize=2812 CPUtime=2.69 cores=0-7
/proc/15336/stat : 15336 (march_hi) R 15334 15336 15336 0 -1 4202496 766 0 0 0 269 0 0 0 25 0 1 0 916398900 2879488 502 33554432000 4194304 4955518 140734985405040 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15336/statm: 703 502 104 186 0 516 0
[pid=15340] ppid=15311 vsize=351124 CPUtime=0 cores=0-7
/proc/15340/stat : 15340 (python) S 15311 15311 15280 0 -1 4202560 824 0 0 0 0 0 0 0 15 0 1 0 916398908 359550976 5768 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 5668061610317414660 0 0 17 2 0 0 0
/proc/15340/statm: 87781 5768 354 364 0 23678 0
[pid=15342] ppid=15340 vsize=2812 CPUtime=2.62 cores=0-7
/proc/15342/stat : 15342 (march_hi) R 15340 15342 15342 0 -1 4202496 776 0 0 0 262 0 0 0 25 0 1 0 916398908 2879488 504 33554432000 4194304 4955518 140734342713232 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15342/statm: 703 504 104 186 0 516 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 1602740

[startup+12.7006 s]
/proc/loadavg: 0.39 0.31 1.08 5/183 15342
/proc/meminfo: memFree=31115852/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=310148 CPUtime=1.1 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 16013 6871 1 0 66 14 28 2 18 0 1 0 916398540 317591552 7289 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562367807 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/15311/statm: 77537 7289 1891 364 0 13434 0
[pid=15321] ppid=15311 vsize=289352 CPUtime=0 cores=0-7
/proc/15321/stat : 15321 (python) S 15311 15311 15280 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 916398884 296296448 5719 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 14252802109387800836 0 0 17 7 0 0 0
/proc/15321/statm: 72338 5719 371 364 0 8253 0
[pid=15323] ppid=15321 vsize=4112 CPUtime=9.25 cores=0-7
/proc/15323/stat : 15323 (march_hi) R 15321 15323 15323 0 -1 4202496 1041 0 0 0 925 0 0 0 25 0 1 0 916398884 4210688 779 33554432000 4194304 4955518 140736239804736 18446744073709551615 4224747 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15323/statm: 1028 779 104 186 0 841 0
[pid=15327] ppid=15311 vsize=310068 CPUtime=0 cores=0-7
/proc/15327/stat : 15327 (python) S 15311 15311 15280 0 -1 4202560 920 0 0 0 0 0 0 0 15 0 1 0 916398892 317509632 5761 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 11164630188732416260 0 0 17 4 0 0 0
/proc/15327/statm: 77517 5761 371 364 0 13426 0
[pid=15329] ppid=15327 vsize=4112 CPUtime=9.18 cores=0-7
/proc/15329/stat : 15329 (march_hi) R 15327 15329 15329 0 -1 4202496 1037 0 0 0 918 0 0 0 25 0 1 0 916398892 4210688 774 33554432000 4194304 4955518 140737184525280 18446744073709551615 4235338 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15329/statm: 1028 774 104 186 0 841 0
[pid=15334] ppid=15311 vsize=330580 CPUtime=0.02 cores=0-7
/proc/15334/stat : 15334 (python) S 15311 15311 15280 0 -1 4202560 943 0 0 0 1 1 0 0 15 0 1 0 916398900 338513920 5769 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 9145491429236113668 0 0 17 0 0 0 0
/proc/15334/statm: 82645 5769 371 364 0 18548 0
[pid=15336] ppid=15334 vsize=4112 CPUtime=9.09 cores=0-7
/proc/15336/stat : 15336 (march_hi) R 15334 15336 15336 0 -1 4202496 1015 0 0 0 909 0 0 0 25 0 1 0 916398900 4210688 751 33554432000 4194304 4955518 140734985405040 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15336/statm: 1028 751 104 186 0 841 0
[pid=15340] ppid=15311 vsize=351124 CPUtime=0.01 cores=0-7
/proc/15340/stat : 15340 (python) S 15311 15311 15280 0 -1 4202560 969 0 0 0 1 0 0 0 15 0 1 0 916398908 359550976 5790 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 5668061610317414660 0 0 17 2 0 0 0
/proc/15340/statm: 87781 5790 376 364 0 23678 0
[pid=15342] ppid=15340 vsize=4112 CPUtime=9.02 cores=0-7
/proc/15342/stat : 15342 (march_hi) R 15340 15342 15342 0 -1 4202496 1039 0 0 0 902 0 0 0 25 0 1 0 916398908 4210688 767 33554432000 4194304 4955518 140734342713232 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15342/statm: 1028 767 104 186 0 841 0
Current children cumulated CPU time (s) 37.67
Current children cumulated vsize (KiB) 1607720

[startup+25.5013 s]
/proc/loadavg: 1.27 0.51 1.13 5/183 15342
/proc/meminfo: memFree=31109604/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=310148 CPUtime=1.1 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 16013 6871 1 0 66 14 28 2 18 0 1 0 916398540 317591552 7289 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562367807 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/15311/statm: 77537 7289 1891 364 0 13434 0
[pid=15321] ppid=15311 vsize=289352 CPUtime=0.02 cores=0-7
/proc/15321/stat : 15321 (python) S 15311 15311 15280 0 -1 4202560 917 0 0 0 1 1 0 0 15 0 1 0 916398884 296296448 5719 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 14252802109387800836 0 0 17 1 0 0 0
/proc/15321/statm: 72338 5719 371 364 0 8253 0
[pid=15323] ppid=15321 vsize=7024 CPUtime=22.05 cores=0-7
/proc/15323/stat : 15323 (march_hi) R 15321 15323 15323 0 -1 4202496 1597 0 0 0 2205 0 0 0 25 0 1 0 916398884 7192576 1335 33554432000 4194304 4955518 140736239804736 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15323/statm: 1756 1335 104 186 0 1569 0
[pid=15327] ppid=15311 vsize=310068 CPUtime=0.03 cores=0-7
/proc/15327/stat : 15327 (python) S 15311 15311 15280 0 -1 4202560 929 0 0 0 2 1 0 0 15 0 1 0 916398892 317509632 5761 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 11164630188732416260 0 0 17 4 0 0 0
/proc/15327/statm: 77517 5761 371 364 0 13426 0
[pid=15329] ppid=15327 vsize=7024 CPUtime=21.98 cores=0-7
/proc/15329/stat : 15329 (march_hi) R 15327 15329 15329 0 -1 4202496 1592 0 0 0 2198 0 0 0 25 0 1 0 916398892 7192576 1329 33554432000 4194304 4955518 140737184525280 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15329/statm: 1756 1329 104 186 0 1569 0
[pid=15334] ppid=15311 vsize=330580 CPUtime=0.03 cores=0-7
/proc/15334/stat : 15334 (python) S 15311 15311 15280 0 -1 4202560 952 0 0 0 2 1 0 0 15 0 1 0 916398900 338513920 5769 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 5027472941835583748 0 0 17 0 0 0 0
/proc/15334/statm: 82645 5769 371 364 0 18548 0
[pid=15336] ppid=15334 vsize=7024 CPUtime=21.87 cores=0-7
/proc/15336/stat : 15336 (march_hi) R 15334 15336 15336 0 -1 4202496 1542 0 0 0 2187 0 0 0 25 0 1 0 916398900 7192576 1278 33554432000 4194304 4955518 140734985405040 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15336/statm: 1756 1278 104 186 0 1569 0
[pid=15340] ppid=15311 vsize=351124 CPUtime=0.03 cores=0-7
/proc/15340/stat : 15340 (python) S 15311 15311 15280 0 -1 4202560 977 0 0 0 2 1 0 0 15 0 1 0 916398908 359550976 5791 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 5668061610317414660 0 0 17 2 0 0 0
/proc/15340/statm: 87781 5791 377 364 0 23678 0
[pid=15342] ppid=15340 vsize=7024 CPUtime=21.82 cores=0-7
/proc/15342/stat : 15342 (march_hi) R 15340 15342 15342 0 -1 4202496 1597 0 0 0 2182 0 0 0 25 0 1 0 916398908 7192576 1325 33554432000 4194304 4955518 140734342713232 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15342/statm: 1756 1325 104 186 0 1569 0
Current children cumulated CPU time (s) 88.93
Current children cumulated vsize (KiB) 1619368

[startup+51.1006 s]
/proc/loadavg: 2.20 0.79 1.20 5/183 15343
/proc/meminfo: memFree=31095608/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=310148 CPUtime=1.1 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 16013 6871 1 0 66 14 28 2 18 0 1 0 916398540 317591552 7289 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562367807 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/15311/statm: 77537 7289 1891 364 0 13434 0
[pid=15321] ppid=15311 vsize=289352 CPUtime=0.05 cores=0-7
/proc/15321/stat : 15321 (python) S 15311 15311 15280 0 -1 4202560 923 0 0 0 3 2 0 0 15 0 1 0 916398884 296296448 5719 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 14252802109387800836 0 0 17 1 0 0 0
/proc/15321/statm: 72338 5719 371 364 0 8253 0
[pid=15323] ppid=15321 vsize=12336 CPUtime=47.65 cores=0-7
/proc/15323/stat : 15323 (march_hi) R 15321 15323 15323 0 -1 4202496 2504 0 0 0 4765 0 0 0 25 0 1 0 916398884 12632064 2242 33554432000 4194304 4955518 140736239804736 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15323/statm: 3084 2242 104 186 0 2897 0
[pid=15327] ppid=15311 vsize=310068 CPUtime=0.05 cores=0-7
/proc/15327/stat : 15327 (python) S 15311 15311 15280 0 -1 4202560 937 0 0 0 3 2 0 0 15 0 1 0 916398892 317509632 5761 33554432000 4194304 5683644 140735832498080 18446744073709551615 271550557766 0 0 16781312 514 11164630188732416260 0 0 17 4 0 0 0
/proc/15327/statm: 77517 5761 371 364 0 13426 0
[pid=15329] ppid=15327 vsize=12336 CPUtime=47.57 cores=0-7
/proc/15329/stat : 15329 (march_hi) R 15327 15329 15329 0 -1 4202496 2497 0 0 0 4757 0 0 0 25 0 1 0 916398892 12632064 2234 33554432000 4194304 4955518 140737184525280 18446744073709551615 4290004 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15329/statm: 3084 2234 104 186 0 2897 0

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

[pid=15327/tid=15345] ppid=15311 vsize=375604 CPUtime=0 cores=0-7
/proc/15327/task/15345/stat : 15345 (python) S 15311 15311 15280 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 916408687 384618496 5793 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453911630080 0 0 -1 1 0 0 0
[pid=15334] ppid=15311 vsize=330580 CPUtime=0.89 cores=0-7
/proc/15334/stat : 15334 (python) S 15311 15311 15280 0 -1 4202560 1173 0 0 0 53 36 0 0 16 0 2 0 916398900 338513920 5799 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15334/statm: 82645 5799 400 364 0 18548 0
[pid=15336] ppid=15334 vsize=123040 CPUtime=680.01 cores=0-7
/proc/15336/stat : 15336 (march_hi) T 15334 15336 15336 0 -1 4202496 22202 0 0 0 67996 5 0 0 25 0 1 0 916398900 125992960 21938 33554432000 4194304 4955518 140734985405040 18446744073709551615 4224608 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15336/statm: 30760 21938 104 186 0 30573 0
[pid=15334/tid=15364] ppid=15311 vsize=330580 CPUtime=0 cores=0-7
/proc/15334/task/15364/stat : 15364 (python) S 15311 15311 15280 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916466920 338513920 5799 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453883406144 0 0 -1 0 0 0 0
[pid=15340] ppid=15311 vsize=351124 CPUtime=0.84 cores=0-7
/proc/15340/stat : 15340 (python) S 15311 15311 15280 0 -1 4202560 1203 0 0 0 48 36 0 0 16 0 2 0 916398908 359550976 5821 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15340/statm: 87781 5821 406 364 0 23678 0
[pid=15342] ppid=15340 vsize=123040 CPUtime=679.68 cores=0-7
/proc/15342/stat : 15342 (march_hi) T 15340 15342 15342 0 -1 4202496 22752 0 0 0 67963 5 0 0 25 0 1 0 916398908 125992960 22480 33554432000 4194304 4955518 140734342713232 18446744073709551615 4224679 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15342/statm: 30760 22480 104 186 0 30573 0
[pid=15340/tid=15363] ppid=15311 vsize=351124 CPUtime=0 cores=0-7
/proc/15340/task/15363/stat : 15363 (python) S 15311 15311 15280 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916466876 359550976 5821 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453889811776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1850.28
Current children cumulated vsize (KiB) 1998708
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.09 0.05 0.01 1/187 15507
/proc/meminfo: memFree=30875936/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=310148 CPUtime=1.1 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 16013 6871 1 0 66 14 28 2 18 0 1 0 916398540 317591552 7289 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562367807 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/15311/statm: 77537 7289 1891 364 0 13434 0
[pid=15321] ppid=15311 vsize=289352 CPUtime=0.48 cores=0-7
/proc/15321/stat : 15321 (python) S 15311 15311 15280 0 -1 4202560 1134 0 0 0 25 23 0 0 16 0 2 0 916398884 296296448 5749 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15321/statm: 72338 5749 400 364 0 8253 0
[pid=15323] ppid=15321 vsize=77608 CPUtime=389.22 cores=0-7
/proc/15323/stat : 15323 (march_hi) T 15321 15323 15323 0 -1 4202496 13824 0 0 0 38919 3 0 0 25 0 1 0 916398884 79470592 13562 33554432000 4194304 4955518 140736239804736 18446744073709551615 4235384 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15323/statm: 19402 13562 104 186 0 19215 0
[pid=15321/tid=15354] ppid=15311 vsize=289352 CPUtime=0 cores=0-7
/proc/15321/task/15354/stat : 15354 (python) S 15311 15311 15280 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916437807 296296448 5749 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453908327488 0 0 -1 1 0 0 0
[pid=15327] ppid=15311 vsize=375604 CPUtime=0.12 cores=0-7
/proc/15327/stat : 15327 (python) S 15311 15311 15280 0 -1 4202560 1108 0 0 0 7 5 0 0 16 0 2 0 916398892 384618496 5793 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15327/statm: 93901 5793 400 364 0 29810 0
[pid=15329] ppid=15327 vsize=18212 CPUtime=97.94 cores=0-7
/proc/15329/stat : 15329 (march_hi) T 15327 15329 15329 0 -1 4202496 4284 0 0 0 9794 0 0 0 25 0 1 0 916398892 18649088 4021 33554432000 4194304 4955518 140737184525280 18446744073709551615 4224642 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15329/statm: 4553 4021 104 186 0 4366 0
[pid=15327/tid=15345] ppid=15311 vsize=375604 CPUtime=0 cores=0-7
/proc/15327/task/15345/stat : 15345 (python) S 15311 15311 15280 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 916408687 384618496 5793 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453911630080 0 0 -1 1 0 0 0
[pid=15334] ppid=15311 vsize=330580 CPUtime=0.89 cores=0-7
/proc/15334/stat : 15334 (python) S 15311 15311 15280 0 -1 4202560 1173 0 0 0 53 36 0 0 16 0 2 0 916398900 338513920 5799 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15334/statm: 82645 5799 400 364 0 18548 0
[pid=15336] ppid=15334 vsize=123040 CPUtime=680.01 cores=0-7
/proc/15336/stat : 15336 (march_hi) T 15334 15336 15336 0 -1 4202496 22202 0 0 0 67996 5 0 0 25 0 1 0 916398900 125992960 21938 33554432000 4194304 4955518 140734985405040 18446744073709551615 4224608 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15336/statm: 30760 21938 104 186 0 30573 0
[pid=15334/tid=15364] ppid=15311 vsize=330580 CPUtime=0 cores=0-7
/proc/15334/task/15364/stat : 15364 (python) S 15311 15311 15280 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916466920 338513920 5799 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453883406144 0 0 -1 0 0 0 0
[pid=15340] ppid=15311 vsize=351124 CPUtime=0.84 cores=0-7
/proc/15340/stat : 15340 (python) S 15311 15311 15280 0 -1 4202560 1203 0 0 0 48 36 0 0 16 0 2 0 916398908 359550976 5821 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15340/statm: 87781 5821 406 364 0 23678 0
[pid=15342] ppid=15340 vsize=123040 CPUtime=679.68 cores=0-7
/proc/15342/stat : 15342 (march_hi) T 15340 15342 15342 0 -1 4202496 22752 0 0 0 67963 5 0 0 25 0 1 0 916398908 125992960 22480 33554432000 4194304 4955518 140734342713232 18446744073709551615 4224679 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15342/statm: 30760 22480 104 186 0 30573 0
[pid=15340/tid=15363] ppid=15311 vsize=351124 CPUtime=0 cores=0-7
/proc/15340/task/15363/stat : 15363 (python) S 15311 15311 15280 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916466876 359550976 5821 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453889811776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1850.28
Current children cumulated vsize (KiB) 1998708
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.17 0.07 0.01 2/187 15512
/proc/meminfo: memFree=30875452/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=310148 CPUtime=1.1 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 16013 6871 1 0 66 14 28 2 18 0 1 0 916398540 317591552 7289 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562367807 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/15311/statm: 77537 7289 1891 364 0 13434 0
[pid=15321] ppid=15311 vsize=289352 CPUtime=0.48 cores=0-7
/proc/15321/stat : 15321 (python) S 15311 15311 15280 0 -1 4202560 1134 0 0 0 25 23 0 0 16 0 2 0 916398884 296296448 5749 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15321/statm: 72338 5749 400 364 0 8253 0
[pid=15323] ppid=15321 vsize=77608 CPUtime=389.22 cores=0-7
/proc/15323/stat : 15323 (march_hi) T 15321 15323 15323 0 -1 4202496 13824 0 0 0 38919 3 0 0 25 0 1 0 916398884 79470592 13562 33554432000 4194304 4955518 140736239804736 18446744073709551615 4235384 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15323/statm: 19402 13562 104 186 0 19215 0
[pid=15321/tid=15354] ppid=15311 vsize=289352 CPUtime=0 cores=0-7
/proc/15321/task/15354/stat : 15354 (python) S 15311 15311 15280 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916437807 296296448 5749 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453908327488 0 0 -1 1 0 0 0
[pid=15327] ppid=15311 vsize=375604 CPUtime=0.12 cores=0-7
/proc/15327/stat : 15327 (python) S 15311 15311 15280 0 -1 4202560 1108 0 0 0 7 5 0 0 16 0 2 0 916398892 384618496 5793 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15327/statm: 93901 5793 400 364 0 29810 0
[pid=15329] ppid=15327 vsize=18212 CPUtime=97.94 cores=0-7
/proc/15329/stat : 15329 (march_hi) T 15327 15329 15329 0 -1 4202496 4284 0 0 0 9794 0 0 0 25 0 1 0 916398892 18649088 4021 33554432000 4194304 4955518 140737184525280 18446744073709551615 4224642 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15329/statm: 4553 4021 104 186 0 4366 0
[pid=15327/tid=15345] ppid=15311 vsize=375604 CPUtime=0 cores=0-7
/proc/15327/task/15345/stat : 15345 (python) S 15311 15311 15280 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 916408687 384618496 5793 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453911630080 0 0 -1 1 0 0 0
[pid=15334] ppid=15311 vsize=330580 CPUtime=0.89 cores=0-7
/proc/15334/stat : 15334 (python) S 15311 15311 15280 0 -1 4202560 1173 0 0 0 53 36 0 0 16 0 2 0 916398900 338513920 5799 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15334/statm: 82645 5799 400 364 0 18548 0
[pid=15336] ppid=15334 vsize=123040 CPUtime=680.01 cores=0-7
/proc/15336/stat : 15336 (march_hi) T 15334 15336 15336 0 -1 4202496 22202 0 0 0 67996 5 0 0 25 0 1 0 916398900 125992960 21938 33554432000 4194304 4955518 140734985405040 18446744073709551615 4224608 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15336/statm: 30760 21938 104 186 0 30573 0
[pid=15334/tid=15364] ppid=15311 vsize=330580 CPUtime=0 cores=0-7
/proc/15334/task/15364/stat : 15364 (python) S 15311 15311 15280 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916466920 338513920 5799 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453883406144 0 0 -1 0 0 0 0
[pid=15340] ppid=15311 vsize=351124 CPUtime=0.84 cores=0-7
/proc/15340/stat : 15340 (python) S 15311 15311 15280 0 -1 4202560 1203 0 0 0 48 36 0 0 16 0 2 0 916398908 359550976 5821 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15340/statm: 87781 5821 406 364 0 23678 0
[pid=15342] ppid=15340 vsize=123040 CPUtime=679.68 cores=0-7
/proc/15342/stat : 15342 (march_hi) T 15340 15342 15342 0 -1 4202496 22752 0 0 0 67963 5 0 0 25 0 1 0 916398908 125992960 22480 33554432000 4194304 4955518 140734342713232 18446744073709551615 4224679 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15342/statm: 30760 22480 104 186 0 30573 0
[pid=15340/tid=15363] ppid=15311 vsize=351124 CPUtime=0 cores=0-7
/proc/15340/task/15363/stat : 15363 (python) S 15311 15311 15280 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916466876 359550976 5821 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453889811776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1850.28
Current children cumulated vsize (KiB) 1998708
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.13 0.07 0.01 1/187 15513
/proc/meminfo: memFree=30875308/32951124 swapFree=67054548/67111528
[pid=15311] ppid=15309 vsize=310148 CPUtime=1.1 cores=0-7
/proc/15311/stat : 15311 (python) S 15309 15311 15280 0 -1 4202496 16013 6871 1 0 66 14 28 2 18 0 1 0 916398540 317591552 7289 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562367807 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/15311/statm: 77537 7289 1891 364 0 13434 0
[pid=15321] ppid=15311 vsize=289352 CPUtime=0.48 cores=0-7
/proc/15321/stat : 15321 (python) S 15311 15311 15280 0 -1 4202560 1134 0 0 0 25 23 0 0 16 0 2 0 916398884 296296448 5749 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15321/statm: 72338 5749 400 364 0 8253 0
[pid=15323] ppid=15321 vsize=77608 CPUtime=389.22 cores=0-7
/proc/15323/stat : 15323 (march_hi) T 15321 15323 15323 0 -1 4202496 13824 0 0 0 38919 3 0 0 25 0 1 0 916398884 79470592 13562 33554432000 4194304 4955518 140736239804736 18446744073709551615 4235384 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15323/statm: 19402 13562 104 186 0 19215 0
[pid=15321/tid=15354] ppid=15311 vsize=289352 CPUtime=0 cores=0-7
/proc/15321/task/15354/stat : 15354 (python) S 15311 15311 15280 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916437807 296296448 5749 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453908327488 0 0 -1 1 0 0 0
[pid=15327] ppid=15311 vsize=375604 CPUtime=0.12 cores=0-7
/proc/15327/stat : 15327 (python) S 15311 15311 15280 0 -1 4202560 1108 0 0 0 7 5 0 0 16 0 2 0 916398892 384618496 5793 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15327/statm: 93901 5793 400 364 0 29810 0
[pid=15329] ppid=15327 vsize=18212 CPUtime=97.94 cores=0-7
/proc/15329/stat : 15329 (march_hi) T 15327 15329 15329 0 -1 4202496 4284 0 0 0 9794 0 0 0 25 0 1 0 916398892 18649088 4021 33554432000 4194304 4955518 140737184525280 18446744073709551615 4224642 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15329/statm: 4553 4021 104 186 0 4366 0
[pid=15327/tid=15345] ppid=15311 vsize=375604 CPUtime=0 cores=0-7
/proc/15327/task/15345/stat : 15345 (python) S 15311 15311 15280 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 916408687 384618496 5793 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453911630080 0 0 -1 1 0 0 0
[pid=15334] ppid=15311 vsize=330580 CPUtime=0.89 cores=0-7
/proc/15334/stat : 15334 (python) S 15311 15311 15280 0 -1 4202560 1173 0 0 0 53 36 0 0 16 0 2 0 916398900 338513920 5799 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15334/statm: 82645 5799 400 364 0 18548 0
[pid=15336] ppid=15334 vsize=123040 CPUtime=680.01 cores=0-7
/proc/15336/stat : 15336 (march_hi) T 15334 15336 15336 0 -1 4202496 22202 0 0 0 67996 5 0 0 25 0 1 0 916398900 125992960 21938 33554432000 4194304 4955518 140734985405040 18446744073709551615 4224608 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15336/statm: 30760 21938 104 186 0 30573 0
[pid=15334/tid=15364] ppid=15311 vsize=330580 CPUtime=0 cores=0-7
/proc/15334/task/15364/stat : 15364 (python) S 15311 15311 15280 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916466920 338513920 5799 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453883406144 0 0 -1 0 0 0 0
[pid=15340] ppid=15311 vsize=351124 CPUtime=0.84 cores=0-7
/proc/15340/stat : 15340 (python) S 15311 15311 15280 0 -1 4202560 1203 0 0 0 48 36 0 0 16 0 2 0 916398908 359550976 5821 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15340/statm: 87781 5821 406 364 0 23678 0
[pid=15342] ppid=15340 vsize=123040 CPUtime=679.68 cores=0-7
/proc/15342/stat : 15342 (march_hi) T 15340 15342 15342 0 -1 4202496 22752 0 0 0 67963 5 0 0 25 0 1 0 916398908 125992960 22480 33554432000 4194304 4955518 140734342713232 18446744073709551615 4224679 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15342/statm: 30760 22480 104 186 0 30573 0
[pid=15340/tid=15363] ppid=15311 vsize=351124 CPUtime=0 cores=0-7
/proc/15340/task/15363/stat : 15363 (python) S 15311 15311 15280 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916466876 359550976 5821 33554432000 4194304 5683644 140735832498080 18446744073709551615 271562361265 0 0 16781312 514 18446604453889811776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1850.28
Current children cumulated vsize (KiB) 1998708
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 15311 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=316647
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=199817
# CPU time returned by wait4() is 3.51646
# while last known CPU time is 1850.28
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.03
CPU time (s): 1850.28
CPU user time (s): 1848.99
CPU system time (s): 1.29
CPU usage (%): 36.2798
Max. virtual memory (cumulated for all children) (KiB): 1998712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.31665
system time used= 1.19982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29426
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= 5813
involuntary context switches= 117

runsolver used 6.69498 second user time and 16.7754 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-14 12:40:02
IDJOB=3322158
IDBENCH=82936
IDSOLVER=1712
FILE ID=node133/3322158-1308048002
RUNJOBID= node133-1308048001-15294
PBS_JOBID= 13566201
Free space on /tmp= 74048 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1552308135-080.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-3322158-1308048002/watcher-3322158-1308048002 -o /tmp/evaluation-result-3322158-1308048002/solver-3322158-1308048002 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322158-1308048002.cnf -seed 1384931477 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= baa799a188281e763705191e4b9d6531
RANDOM SEED=1384931477

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.74
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.834
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:      31168120 kB
Buffers:        226172 kB
Cached:        1310588 kB
SwapCached:      10292 kB
Active:         662176 kB
Inactive:       894136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31168120 kB
SwapTotal:    67111528 kB
SwapFree:     67054548 kB
Dirty:           32028 kB
Writeback:           0 kB
AnonPages:       17044 kB
Mapped:          12360 kB
Slab:           163808 kB
PageTables:       4396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189164 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74016 MiB
End job on node133 at 2011-06-14 14:05:09