Trace number 3322166

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v800-c3408-S1536861174-069.SATISFIABLE.cnf
MD5SUMb9f30e687453978167416852673e8ddb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses3408
Sum of the clauses size10224
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33408
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.40/3.01	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.40/3.01	c INFO: solving HOME/instance-3322166-1308048003.cnf
0.40/3.01	c INFO: computing task features
0.40/3.03	c INFO: computed variable-clause graph statistics
0.40/3.03	c INFO: computed clause balance statistics
0.40/3.09	c INFO: computed variable balance statistics
0.51/3.14	c INFO: computed small-clause counts
0.51/3.14	c INFO: computed Horn-clause counts
0.51/3.15	c INFO: computed variable graph statistics
0.51/3.15	c INFO: collected features for HOME/instance-3322166-1308048003.cnf in 0.13 s
0.51/3.18	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.59)
0.61/3.22	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.61/3.26	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.35)
0.61/3.30	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.32)
0.79/3.34	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.28)
0.79/3.37	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
0.88/3.41	c INFO: running kcnfs-2006@0 for 582 with 39999 remaining (b = 0.21)
0.88/3.45	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.14)
0.88/3.46	Traceback (most recent call last):
0.88/3.46	  File "HOME/solve", line 33, in <module>
0.88/3.46	    plac.call(main)
0.88/3.46	  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.88/3.46	    cmd, result = parser_from(obj).consume(arglist)
0.88/3.46	  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.88/3.46	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.88/3.46	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.88/3.46	    (_, answer, _) = solver(input_path, budget, cores)
0.88/3.46	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.88/3.46	    process.die()
0.88/3.46	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.88/3.46	    os.kill(self._process.pid, signal.SIGUSR1)
0.88/3.46	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-3322166-1308048003/watcher-3322166-1308048003 -o /tmp/evaluation-result-3322166-1308048003/solver-3322166-1308048003 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322166-1308048003.cnf -seed 14014297 -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.04 2.41 3.65 2/170 32331
/proc/meminfo: memFree=31345148/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=11804 CPUtime=0 cores=0-7
/proc/32331/stat : 32331 (runsolver) S 32329 32331 32301 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 916399447 12087296 51 33554432000 4194304 5436572 140734560140560 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699977015 0 0 17 0 0 0 0
/proc/32331/statm: 2951 51 31 304 0 2643 0

[startup+0.084286 s]
/proc/loadavg: 0.04 2.41 3.65 2/170 32331
/proc/meminfo: memFree=31345148/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=15080 CPUtime=0 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 618 0 0 0 0 0 0 0 22 0 1 0 916399447 15441920 513 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/32331/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100284 s]
/proc/loadavg: 0.04 2.41 3.65 2/170 32331
/proc/meminfo: memFree=31345148/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=15080 CPUtime=0 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 651 0 0 0 0 0 0 0 22 0 1 0 916399447 15441920 545 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/32331/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300245 s]
/proc/loadavg: 0.04 2.41 3.65 2/170 32331
/proc/meminfo: memFree=31345148/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=16396 CPUtime=0.01 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 1123 0 0 0 1 0 0 0 20 0 1 0 916399447 16789504 989 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/32331/statm: 4099 989 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.700175 s]
/proc/loadavg: 0.04 2.41 3.65 2/170 32331
/proc/meminfo: memFree=31345148/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=30112 CPUtime=0.04 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 1472 0 0 0 3 1 0 0 16 0 1 0 916399447 30834688 1309 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/32331/statm: 7528 1309 443 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30112

[startup+1.50097 s]
/proc/loadavg: 0.04 2.37 3.63 1/171 32332
/proc/meminfo: memFree=31339932/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=93960 CPUtime=0.06 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 2694 0 0 0 4 2 0 0 15 0 1 0 916399447 96215040 2407 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/32331/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+3.10076 s]
/proc/loadavg: 0.04 2.37 3.63 2/171 32332
/proc/meminfo: memFree=31333360/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=278664 CPUtime=0.51 cores=0-7
/proc/32331/stat : 32331 (python) R 32329 32331 32301 0 -1 4202496 9409 935 1 0 39 12 0 0 15 0 1 0 916399447 285351936 7075 33554432000 4194304 5683644 140737142407008 18446744073709551615 47887241417591 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32331/statm: 69666 7075 1827 364 0 5590 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 278664
heavy processes:

[startup+6.30112 s]
/proc/loadavg: 0.35 2.40 3.63 5/179 32362
/proc/meminfo: memFree=31296796/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=310172 CPUtime=1.18 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 15925 7093 1 0 72 14 30 2 18 0 1 0 916399447 317616128 7295 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/32331/statm: 77543 7295 1891 364 0 13440 0
[pid=32348] ppid=32331 vsize=310124 CPUtime=0 cores=0-7
/proc/32348/stat : 32348 (python) S 32331 32331 32301 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 916399777 317566976 5752 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 15966680152834834431 0 0 17 1 0 0 0
/proc/32348/statm: 77531 5752 348 364 0 13440 0
[pid=32350] ppid=32348 vsize=3616 CPUtime=2.99 cores=0-7
/proc/32350/stat : 32350 (march_hi) R 32348 32350 32350 0 -1 4202496 937 0 0 0 299 0 0 0 25 0 1 0 916399777 3702784 676 33554432000 4194304 4955518 140735930982480 18446744073709551615 4227677 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32350/statm: 904 676 104 186 0 717 0
[pid=32351] ppid=32331 vsize=320380 CPUtime=0 cores=0-7
/proc/32351/stat : 32351 (python) S 32331 32331 32301 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 916399781 328069120 5756 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 4354589692700655615 0 0 17 1 0 0 0
/proc/32351/statm: 80095 5756 348 364 0 16001 0
[pid=32353] ppid=32351 vsize=3616 CPUtime=2.95 cores=0-7
/proc/32353/stat : 32353 (march_hi) R 32351 32353 32353 0 -1 4202496 939 0 0 0 295 0 0 0 25 0 1 0 916399781 3702784 676 33554432000 4194304 4955518 140736102098480 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32353/statm: 904 676 104 186 0 717 0
[pid=32354] ppid=32331 vsize=330176 CPUtime=0 cores=0-7
/proc/32354/stat : 32354 (python) S 32331 32331 32301 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 916399785 338100224 5672 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 5250150434739290372 0 0 17 1 0 0 0
/proc/32354/statm: 82544 5672 348 364 0 18447 0
[pid=32356] ppid=32354 vsize=3616 CPUtime=2.91 cores=0-7
/proc/32356/stat : 32356 (march_hi) R 32354 32356 32356 0 -1 4202496 937 0 0 0 291 0 0 0 25 0 1 0 916399785 3702784 675 33554432000 4194304 4955518 140734181615088 18446744073709551615 4263703 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32356/statm: 904 675 104 186 0 717 0
[pid=32360] ppid=32331 vsize=351148 CPUtime=0 cores=0-7
/proc/32360/stat : 32360 (python) S 32331 32331 32301 0 -1 4202560 805 0 0 0 0 0 0 0 15 0 1 0 916399793 359575552 5774 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 4334987874278572031 0 0 17 4 0 0 0
/proc/32360/statm: 87787 5774 354 364 0 23684 0
[pid=32362] ppid=32360 vsize=3616 CPUtime=2.83 cores=0-7
/proc/32362/stat : 32362 (march_hi) R 32360 32362 32362 0 -1 4202496 939 0 0 0 283 0 0 0 25 0 1 0 916399793 3702784 671 33554432000 4194304 4955518 140736705928496 18446744073709551615 4227647 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32362/statm: 904 671 104 186 0 717 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 1636464

[startup+12.7011 s]
/proc/loadavg: 0.64 2.43 3.63 5/179 32363
/proc/meminfo: memFree=31291964/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=310172 CPUtime=1.18 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 15925 7093 1 0 72 14 30 2 18 0 1 0 916399447 317616128 7295 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/32331/statm: 77543 7295 1891 364 0 13440 0
[pid=32348] ppid=32331 vsize=310124 CPUtime=0.01 cores=0-7
/proc/32348/stat : 32348 (python) S 32331 32331 32301 0 -1 4202560 917 0 0 0 0 1 0 0 15 0 1 0 916399777 317566976 5775 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 12128211388694757636 0 0 17 1 0 0 0
/proc/32348/statm: 77531 5775 371 364 0 13440 0
[pid=32350] ppid=32348 vsize=5184 CPUtime=9.39 cores=0-7
/proc/32350/stat : 32350 (march_hi) R 32348 32350 32350 0 -1 4202496 1247 0 0 0 939 0 0 0 25 0 1 0 916399777 5308416 986 33554432000 4194304 4955518 140735930982480 18446744073709551615 4309964 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32350/statm: 1296 986 104 186 0 1109 0
[pid=32351] ppid=32331 vsize=320380 CPUtime=0.01 cores=0-7
/proc/32351/stat : 32351 (python) S 32331 32331 32301 0 -1 4202560 926 0 0 0 1 0 0 0 15 0 1 0 916399781 328069120 5779 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 12128211388694757636 0 0 17 1 0 0 0
/proc/32351/statm: 80095 5779 371 364 0 16001 0
[pid=32353] ppid=32351 vsize=5184 CPUtime=9.35 cores=0-7
/proc/32353/stat : 32353 (march_hi) R 32351 32353 32353 0 -1 4202496 1249 0 0 0 935 0 0 0 25 0 1 0 916399781 5308416 986 33554432000 4194304 4955518 140736102098480 18446744073709551615 4298084 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32353/statm: 1296 986 104 186 0 1109 0
[pid=32354] ppid=32331 vsize=330176 CPUtime=0 cores=0-7
/proc/32354/stat : 32354 (python) S 32331 32331 32301 0 -1 4202560 927 0 0 0 0 0 0 0 15 0 1 0 916399785 338100224 5695 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 12128211388694757636 0 0 17 1 0 0 0
/proc/32354/statm: 82544 5695 371 364 0 18447 0
[pid=32356] ppid=32354 vsize=5184 CPUtime=9.31 cores=0-7
/proc/32356/stat : 32356 (march_hi) R 32354 32356 32356 0 -1 4202496 1246 0 0 0 931 0 0 0 25 0 1 0 916399785 5308416 984 33554432000 4194304 4955518 140734181615088 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32356/statm: 1296 984 104 186 0 1109 0
[pid=32360] ppid=32331 vsize=351148 CPUtime=0 cores=0-7
/proc/32360/stat : 32360 (python) S 32331 32331 32301 0 -1 4202560 965 0 0 0 0 0 0 0 15 0 1 0 916399793 359575552 5797 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 12128211388694757633 0 0 17 4 0 0 0
/proc/32360/statm: 87787 5797 377 364 0 23684 0
[pid=32362] ppid=32360 vsize=5184 CPUtime=9.23 cores=0-7
/proc/32362/stat : 32362 (march_hi) R 32360 32362 32362 0 -1 4202496 1247 0 0 0 923 0 0 0 25 0 1 0 916399793 5308416 979 33554432000 4194304 4955518 140736705928496 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32362/statm: 1296 979 104 186 0 1109 0
Current children cumulated CPU time (s) 38.48
Current children cumulated vsize (KiB) 1642736

[startup+25.5007 s]
/proc/loadavg: 1.16 2.48 3.63 5/179 32363
/proc/meminfo: memFree=31285476/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=310172 CPUtime=1.18 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 15925 7093 1 0 72 14 30 2 18 0 1 0 916399447 317616128 7295 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/32331/statm: 77543 7295 1891 364 0 13440 0
[pid=32348] ppid=32331 vsize=310124 CPUtime=0.02 cores=0-7
/proc/32348/stat : 32348 (python) S 32331 32331 32301 0 -1 4202560 925 0 0 0 1 1 0 0 15 0 1 0 916399777 317566976 5775 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 5631465465298518276 0 0 17 1 0 0 0
/proc/32348/statm: 77531 5775 371 364 0 13440 0
[pid=32350] ppid=32348 vsize=7460 CPUtime=22.19 cores=0-7
/proc/32350/stat : 32350 (march_hi) R 32348 32350 32350 0 -1 4202496 1748 0 0 0 2219 0 0 0 25 0 1 0 916399777 7639040 1487 33554432000 4194304 4955518 140735930982480 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32350/statm: 1865 1487 104 186 0 1678 0
[pid=32351] ppid=32331 vsize=320380 CPUtime=0.02 cores=0-7
/proc/32351/stat : 32351 (python) S 32331 32331 32301 0 -1 4202560 932 0 0 0 1 1 0 0 15 0 1 0 916399781 328069120 5779 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 9030561682102911236 0 0 17 1 0 0 0
/proc/32351/statm: 80095 5779 371 364 0 16001 0
[pid=32353] ppid=32351 vsize=7460 CPUtime=22.14 cores=0-7
/proc/32353/stat : 32353 (march_hi) R 32351 32353 32353 0 -1 4202496 1730 0 0 0 2214 0 0 0 25 0 1 0 916399781 7639040 1467 33554432000 4194304 4955518 140736102098480 18446744073709551615 4261424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32353/statm: 1865 1467 104 186 0 1678 0
[pid=32354] ppid=32331 vsize=330176 CPUtime=0.02 cores=0-7
/proc/32354/stat : 32354 (python) S 32331 32331 32301 0 -1 4202560 932 0 0 0 1 1 0 0 15 0 1 0 916399785 338100224 5695 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 5250150434739290372 0 0 17 1 0 0 0
/proc/32354/statm: 82544 5695 371 364 0 18447 0
[pid=32356] ppid=32354 vsize=7460 CPUtime=22.11 cores=0-7
/proc/32356/stat : 32356 (march_hi) R 32354 32356 32356 0 -1 4202496 1749 0 0 0 2211 0 0 0 25 0 1 0 916399785 7639040 1487 33554432000 4194304 4955518 140734181615088 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32356/statm: 1865 1487 104 186 0 1678 0
[pid=32360] ppid=32331 vsize=351148 CPUtime=0.02 cores=0-7
/proc/32360/stat : 32360 (python) S 32331 32331 32301 0 -1 4202560 969 0 0 0 1 1 0 0 15 0 1 0 916399793 359575552 5797 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 5554310535354220801 0 0 17 4 0 0 0
/proc/32360/statm: 87787 5797 377 364 0 23684 0
[pid=32362] ppid=32360 vsize=7460 CPUtime=22.03 cores=0-7
/proc/32362/stat : 32362 (march_hi) R 32360 32362 32362 0 -1 4202496 1748 0 0 0 2203 0 0 0 25 0 1 0 916399793 7639040 1480 33554432000 4194304 4955518 140736705928496 18446744073709551615 4306918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32362/statm: 1865 1480 104 186 0 1678 0
Current children cumulated CPU time (s) 89.73
Current children cumulated vsize (KiB) 1651840

[startup+51.1012 s]
/proc/loadavg: 2.28 2.62 3.64 5/179 32364
/proc/meminfo: memFree=31270524/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=310172 CPUtime=1.18 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 15925 7093 1 0 72 14 30 2 18 0 1 0 916399447 317616128 7295 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/32331/statm: 77543 7295 1891 364 0 13440 0
[pid=32348] ppid=32331 vsize=310124 CPUtime=0.05 cores=0-7
/proc/32348/stat : 32348 (python) S 32331 32331 32301 0 -1 4202560 934 0 0 0 3 2 0 0 15 0 1 0 916399777 317566976 5775 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 12128211388694757636 0 0 17 1 0 0 0
/proc/32348/statm: 77531 5775 371 364 0 13440 0
[pid=32350] ppid=32348 vsize=12484 CPUtime=47.79 cores=0-7
/proc/32350/stat : 32350 (march_hi) R 32348 32350 32350 0 -1 4202496 2702 0 0 0 4779 0 0 0 25 0 1 0 916399777 12783616 2441 33554432000 4194304 4955518 140735930982480 18446744073709551615 4224693 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32350/statm: 3121 2441 104 186 0 2934 0
[pid=32351] ppid=32331 vsize=320380 CPUtime=0.05 cores=0-7
/proc/32351/stat : 32351 (python) S 32331 32331 32301 0 -1 4202560 940 0 0 0 3 2 0 0 15 0 1 0 916399781 328069120 5779 33554432000 4194304 5683644 140737142407008 18446744073709551615 235594886726 0 0 16781312 514 12128211388694757636 0 0 17 1 0 0 0
/proc/32351/statm: 80095 5779 371 364 0 16001 0
[pid=32353] ppid=32351 vsize=12484 CPUtime=47.74 cores=0-7
/proc/32353/stat : 32353 (march_hi) R 32351 32353 32353 0 -1 4202496 2679 0 0 0 4774 0 0 0 25 0 1 0 916399781 12783616 2416 33554432000 4194304 4955518 140736102098480 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32353/statm: 3121 2416 104 186 0 2934 0

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

[pid=32351/tid=32385] ppid=32331 vsize=385916 CPUtime=0 cores=0-7
/proc/32351/task/32385/stat : 32385 (python) S 32331 32331 32301 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 916468216 395177984 5810 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453926575168 0 0 -1 0 0 0 0
[pid=32354] ppid=32331 vsize=330176 CPUtime=0.58 cores=0-7
/proc/32354/stat : 32354 (python) S 32331 32331 32301 0 -1 4202560 1154 0 0 0 32 26 0 0 16 0 2 0 916399785 338100224 5725 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32354/statm: 82544 5725 400 364 0 18447 0
[pid=32356] ppid=32354 vsize=85372 CPUtime=490.08 cores=0-7
/proc/32356/stat : 32356 (march_hi) T 32354 32356 32356 0 -1 4202496 18830 0 0 0 49004 4 0 0 25 0 1 0 916399785 87420928 18568 33554432000 4194304 4955518 140734181615088 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32356/statm: 21343 18568 104 186 0 21156 0
[pid=32354/tid=32378] ppid=32331 vsize=330176 CPUtime=0 cores=0-7
/proc/32354/task/32378/stat : 32378 (python) S 32331 32331 32301 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916448793 338100224 5725 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453926573376 0 0 -1 1 0 0 0
[pid=32360] ppid=32331 vsize=351148 CPUtime=0.47 cores=0-7
/proc/32360/stat : 32360 (python) S 32331 32331 32301 0 -1 4202560 1195 0 0 0 26 21 0 0 16 0 2 0 916399793 359575552 5827 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32360/statm: 87787 5827 406 364 0 23684 0
[pid=32362] ppid=32360 vsize=73800 CPUtime=389.82 cores=0-7
/proc/32362/stat : 32362 (march_hi) T 32360 32362 32362 0 -1 4202496 15255 0 0 0 38979 3 0 0 25 0 1 0 916399793 75571200 14987 33554432000 4194304 4955518 140736705928496 18446744073709551615 4224642 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32362/statm: 18450 14987 104 186 0 18263 0
[pid=32360/tid=32374] ppid=32331 vsize=351148 CPUtime=0 cores=0-7
/proc/32360/task/32374/stat : 32374 (python) S 32331 32331 32301 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916438776 359575552 5827 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453922011264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2250.76
Current children cumulated vsize (KiB) 2076388
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/183 32528
/proc/meminfo: memFree=30966568/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=310172 CPUtime=1.18 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 15925 7093 1 0 72 14 30 2 18 0 1 0 916399447 317616128 7295 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/32331/statm: 77543 7295 1891 364 0 13440 0
[pid=32348] ppid=32331 vsize=310124 CPUtime=0.81 cores=0-7
/proc/32348/stat : 32348 (python) S 32331 32331 32301 0 -1 4202560 1155 0 0 0 45 36 0 0 17 0 2 0 916399777 317566976 5805 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32348/statm: 77531 5805 400 364 0 13440 0
[pid=32350] ppid=32348 vsize=114840 CPUtime=682.65 cores=0-7
/proc/32350/stat : 32350 (march_hi) T 32348 32350 32350 0 -1 4202496 25778 0 0 0 68260 5 0 0 25 0 1 0 916399777 117596160 25517 33554432000 4194304 4955518 140735930982480 18446744073709551615 4227576 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32350/statm: 28710 25517 104 186 0 28523 0
[pid=32348/tid=32384] ppid=32331 vsize=310124 CPUtime=0 cores=0-7
/proc/32348/task/32384/stat : 32384 (python) S 32331 32331 32301 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 916468042 317566976 5805 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 0 0 0 0
[pid=32351] ppid=32331 vsize=385916 CPUtime=0.82 cores=0-7
/proc/32351/stat : 32351 (python) S 32331 32331 32301 0 -1 4202560 1159 0 0 0 44 38 0 0 16 0 2 0 916399781 395177984 5810 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32351/statm: 96479 5810 400 364 0 32385 0
[pid=32353] ppid=32351 vsize=114840 CPUtime=684.35 cores=0-7
/proc/32353/stat : 32353 (march_hi) T 32351 32353 32353 0 -1 4202496 25289 0 0 0 68428 7 0 0 25 0 1 0 916399781 117596160 25026 33554432000 4194304 4955518 140736102098480 18446744073709551615 4289798 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32353/statm: 28710 25026 104 186 0 28523 0
[pid=32351/tid=32385] ppid=32331 vsize=385916 CPUtime=0 cores=0-7
/proc/32351/task/32385/stat : 32385 (python) S 32331 32331 32301 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 916468216 395177984 5810 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453926575168 0 0 -1 0 0 0 0
[pid=32354] ppid=32331 vsize=330176 CPUtime=0.58 cores=0-7
/proc/32354/stat : 32354 (python) S 32331 32331 32301 0 -1 4202560 1154 0 0 0 32 26 0 0 16 0 2 0 916399785 338100224 5725 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32354/statm: 82544 5725 400 364 0 18447 0
[pid=32356] ppid=32354 vsize=85372 CPUtime=490.08 cores=0-7
/proc/32356/stat : 32356 (march_hi) T 32354 32356 32356 0 -1 4202496 18830 0 0 0 49004 4 0 0 25 0 1 0 916399785 87420928 18568 33554432000 4194304 4955518 140734181615088 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32356/statm: 21343 18568 104 186 0 21156 0
[pid=32354/tid=32378] ppid=32331 vsize=330176 CPUtime=0 cores=0-7
/proc/32354/task/32378/stat : 32378 (python) S 32331 32331 32301 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916448793 338100224 5725 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453926573376 0 0 -1 1 0 0 0
[pid=32360] ppid=32331 vsize=351148 CPUtime=0.47 cores=0-7
/proc/32360/stat : 32360 (python) S 32331 32331 32301 0 -1 4202560 1195 0 0 0 26 21 0 0 16 0 2 0 916399793 359575552 5827 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32360/statm: 87787 5827 406 364 0 23684 0
[pid=32362] ppid=32360 vsize=73800 CPUtime=389.82 cores=0-7
/proc/32362/stat : 32362 (march_hi) T 32360 32362 32362 0 -1 4202496 15255 0 0 0 38979 3 0 0 25 0 1 0 916399793 75571200 14987 33554432000 4194304 4955518 140736705928496 18446744073709551615 4224642 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32362/statm: 18450 14987 104 186 0 18263 0
[pid=32360/tid=32374] ppid=32331 vsize=351148 CPUtime=0 cores=0-7
/proc/32360/task/32374/stat : 32374 (python) S 32331 32331 32301 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916438776 359575552 5827 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453922011264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2250.76
Current children cumulated vsize (KiB) 2076388
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/183 32533
/proc/meminfo: memFree=30966108/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=310172 CPUtime=1.18 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 15925 7093 1 0 72 14 30 2 18 0 1 0 916399447 317616128 7295 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/32331/statm: 77543 7295 1891 364 0 13440 0
[pid=32348] ppid=32331 vsize=310124 CPUtime=0.81 cores=0-7
/proc/32348/stat : 32348 (python) S 32331 32331 32301 0 -1 4202560 1155 0 0 0 45 36 0 0 17 0 2 0 916399777 317566976 5805 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32348/statm: 77531 5805 400 364 0 13440 0
[pid=32350] ppid=32348 vsize=114840 CPUtime=682.65 cores=0-7
/proc/32350/stat : 32350 (march_hi) T 32348 32350 32350 0 -1 4202496 25778 0 0 0 68260 5 0 0 25 0 1 0 916399777 117596160 25517 33554432000 4194304 4955518 140735930982480 18446744073709551615 4227576 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32350/statm: 28710 25517 104 186 0 28523 0
[pid=32348/tid=32384] ppid=32331 vsize=310124 CPUtime=0 cores=0-7
/proc/32348/task/32384/stat : 32384 (python) S 32331 32331 32301 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 916468042 317566976 5805 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 0 0 0 0
[pid=32351] ppid=32331 vsize=385916 CPUtime=0.82 cores=0-7
/proc/32351/stat : 32351 (python) S 32331 32331 32301 0 -1 4202560 1159 0 0 0 44 38 0 0 16 0 2 0 916399781 395177984 5810 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32351/statm: 96479 5810 400 364 0 32385 0
[pid=32353] ppid=32351 vsize=114840 CPUtime=684.35 cores=0-7
/proc/32353/stat : 32353 (march_hi) T 32351 32353 32353 0 -1 4202496 25289 0 0 0 68428 7 0 0 25 0 1 0 916399781 117596160 25026 33554432000 4194304 4955518 140736102098480 18446744073709551615 4289798 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32353/statm: 28710 25026 104 186 0 28523 0
[pid=32351/tid=32385] ppid=32331 vsize=385916 CPUtime=0 cores=0-7
/proc/32351/task/32385/stat : 32385 (python) S 32331 32331 32301 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 916468216 395177984 5810 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453926575168 0 0 -1 0 0 0 0
[pid=32354] ppid=32331 vsize=330176 CPUtime=0.58 cores=0-7
/proc/32354/stat : 32354 (python) S 32331 32331 32301 0 -1 4202560 1154 0 0 0 32 26 0 0 16 0 2 0 916399785 338100224 5725 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32354/statm: 82544 5725 400 364 0 18447 0
[pid=32356] ppid=32354 vsize=85372 CPUtime=490.08 cores=0-7
/proc/32356/stat : 32356 (march_hi) T 32354 32356 32356 0 -1 4202496 18830 0 0 0 49004 4 0 0 25 0 1 0 916399785 87420928 18568 33554432000 4194304 4955518 140734181615088 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32356/statm: 21343 18568 104 186 0 21156 0
[pid=32354/tid=32378] ppid=32331 vsize=330176 CPUtime=0 cores=0-7
/proc/32354/task/32378/stat : 32378 (python) S 32331 32331 32301 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916448793 338100224 5725 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453926573376 0 0 -1 1 0 0 0
[pid=32360] ppid=32331 vsize=351148 CPUtime=0.47 cores=0-7
/proc/32360/stat : 32360 (python) S 32331 32331 32301 0 -1 4202560 1195 0 0 0 26 21 0 0 16 0 2 0 916399793 359575552 5827 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32360/statm: 87787 5827 406 364 0 23684 0
[pid=32362] ppid=32360 vsize=73800 CPUtime=389.82 cores=0-7
/proc/32362/stat : 32362 (march_hi) T 32360 32362 32362 0 -1 4202496 15255 0 0 0 38979 3 0 0 25 0 1 0 916399793 75571200 14987 33554432000 4194304 4955518 140736705928496 18446744073709551615 4224642 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32362/statm: 18450 14987 104 186 0 18263 0
[pid=32360/tid=32374] ppid=32331 vsize=351148 CPUtime=0 cores=0-7
/proc/32360/task/32374/stat : 32374 (python) S 32331 32331 32301 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916438776 359575552 5827 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453922011264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2250.76
Current children cumulated vsize (KiB) 2076388
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.00 0.00 0.00 1/183 32533
/proc/meminfo: memFree=30966240/32950928 swapFree=67052128/67111528
[pid=32331] ppid=32329 vsize=310172 CPUtime=1.18 cores=0-7
/proc/32331/stat : 32331 (python) S 32329 32331 32301 0 -1 4202496 15925 7093 1 0 72 14 30 2 18 0 1 0 916399447 317616128 7295 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606696767 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/32331/statm: 77543 7295 1891 364 0 13440 0
[pid=32348] ppid=32331 vsize=310124 CPUtime=0.81 cores=0-7
/proc/32348/stat : 32348 (python) S 32331 32331 32301 0 -1 4202560 1155 0 0 0 45 36 0 0 17 0 2 0 916399777 317566976 5805 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32348/statm: 77531 5805 400 364 0 13440 0
[pid=32350] ppid=32348 vsize=114840 CPUtime=682.65 cores=0-7
/proc/32350/stat : 32350 (march_hi) T 32348 32350 32350 0 -1 4202496 25778 0 0 0 68260 5 0 0 25 0 1 0 916399777 117596160 25517 33554432000 4194304 4955518 140735930982480 18446744073709551615 4227576 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32350/statm: 28710 25517 104 186 0 28523 0
[pid=32348/tid=32384] ppid=32331 vsize=310124 CPUtime=0 cores=0-7
/proc/32348/task/32384/stat : 32384 (python) S 32331 32331 32301 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 916468042 317566976 5805 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 0 0 0 0
[pid=32351] ppid=32331 vsize=385916 CPUtime=0.82 cores=0-7
/proc/32351/stat : 32351 (python) S 32331 32331 32301 0 -1 4202560 1159 0 0 0 44 38 0 0 16 0 2 0 916399781 395177984 5810 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32351/statm: 96479 5810 400 364 0 32385 0
[pid=32353] ppid=32351 vsize=114840 CPUtime=684.35 cores=0-7
/proc/32353/stat : 32353 (march_hi) T 32351 32353 32353 0 -1 4202496 25289 0 0 0 68428 7 0 0 25 0 1 0 916399781 117596160 25026 33554432000 4194304 4955518 140736102098480 18446744073709551615 4289798 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32353/statm: 28710 25026 104 186 0 28523 0
[pid=32351/tid=32385] ppid=32331 vsize=385916 CPUtime=0 cores=0-7
/proc/32351/task/32385/stat : 32385 (python) S 32331 32331 32301 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 916468216 395177984 5810 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453926575168 0 0 -1 0 0 0 0
[pid=32354] ppid=32331 vsize=330176 CPUtime=0.58 cores=0-7
/proc/32354/stat : 32354 (python) S 32331 32331 32301 0 -1 4202560 1154 0 0 0 32 26 0 0 16 0 2 0 916399785 338100224 5725 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32354/statm: 82544 5725 400 364 0 18447 0
[pid=32356] ppid=32354 vsize=85372 CPUtime=490.08 cores=0-7
/proc/32356/stat : 32356 (march_hi) T 32354 32356 32356 0 -1 4202496 18830 0 0 0 49004 4 0 0 25 0 1 0 916399785 87420928 18568 33554432000 4194304 4955518 140734181615088 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32356/statm: 21343 18568 104 186 0 21156 0
[pid=32354/tid=32378] ppid=32331 vsize=330176 CPUtime=0 cores=0-7
/proc/32354/task/32378/stat : 32378 (python) S 32331 32331 32301 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916448793 338100224 5725 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453926573376 0 0 -1 1 0 0 0
[pid=32360] ppid=32331 vsize=351148 CPUtime=0.47 cores=0-7
/proc/32360/stat : 32360 (python) S 32331 32331 32301 0 -1 4202560 1195 0 0 0 26 21 0 0 16 0 2 0 916399793 359575552 5827 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32360/statm: 87787 5827 406 364 0 23684 0
[pid=32362] ppid=32360 vsize=73800 CPUtime=389.82 cores=0-7
/proc/32362/stat : 32362 (march_hi) T 32360 32362 32362 0 -1 4202496 15255 0 0 0 38979 3 0 0 25 0 1 0 916399793 75571200 14987 33554432000 4194304 4955518 140736705928496 18446744073709551615 4224642 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32362/statm: 18450 14987 104 186 0 18263 0
[pid=32360/tid=32374] ppid=32331 vsize=351148 CPUtime=0 cores=0-7
/proc/32360/task/32374/stat : 32374 (python) S 32331 32331 32301 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916438776 359575552 5827 33554432000 4194304 5683644 140737142407008 18446744073709551615 235606690225 0 0 16781312 514 18446604453922011264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2250.76
Current children cumulated vsize (KiB) 2076388
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 32331 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=529615
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=412785
# CPU time returned by wait4() is 3.9424
# while last known CPU time is 2250.76
#
# 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): 2250.76
CPU user time (s): 2249.2
CPU system time (s): 1.56
CPU usage (%): 44.1323
Max. virtual memory (cumulated for all children) (KiB): 2076388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.52961
system time used= 1.41278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29616
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= 6272
involuntary context switches= 32

runsolver used 6.589 second user time and 16.8244 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-14 12:40:03
IDJOB=3322166
IDBENCH=82944
IDSOLVER=1712
FILE ID=node120/3322166-1308048003
RUNJOBID= node120-1308048003-32315
PBS_JOBID= 13566208
Free space on /tmp= 73864 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v800-c3408-S1536861174-069.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-3322166-1308048003/watcher-3322166-1308048003 -o /tmp/evaluation-result-3322166-1308048003/solver-3322166-1308048003 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322166-1308048003.cnf -seed 14014297 -budget 40000 -cores 8

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

MD5SUM BENCH= b9f30e687453978167416852673e8ddb
RANDOM SEED=14014297

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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:     32950928 kB
MemFree:      31345800 kB
Buffers:        203572 kB
Cached:        1174268 kB
SwapCached:      12268 kB
Active:         442780 kB
Inactive:       952960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31345800 kB
SwapTotal:    67111528 kB
SwapFree:     67052128 kB
Dirty:           31652 kB
Writeback:           0 kB
AnonPages:       15220 kB
Mapped:           8644 kB
Slab:           145036 kB
PageTables:       4260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185308 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= 73832 MiB
End job on node120 at 2011-06-14 14:05:09