Trace number 3385741

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-par-random (fixed)? (TO) 1080.69 5100.03

General information on the benchmark

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

Solver Data

0.37/1.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/1.64	c INFO: solving HOME/instance-3385741-1308048006.cnf
0.37/1.64	c INFO: computing task features
0.37/1.65	c INFO: computed variable-clause graph statistics
0.37/1.65	c INFO: computed clause balance statistics
0.46/1.70	c INFO: computed variable balance statistics
0.46/1.74	c INFO: computed small-clause counts
0.46/1.74	c INFO: computed Horn-clause counts
0.46/1.74	c INFO: computed variable graph statistics
0.46/1.74	c INFO: collected features for HOME/instance-3385741-1308048006.cnf in 0.10 s
0.46/1.77	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
0.56/1.80	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.17)
0.56/1.84	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.56/1.87	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.27)
0.73/1.90	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.24)
0.73/1.93	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.73/1.97	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
0.86/2.00	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.19)
0.86/2.00	Traceback (most recent call last):
0.86/2.00	  File "HOME/solve", line 33, in <module>
0.86/2.00	    plac.call(main)
0.86/2.00	  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.86/2.00	    cmd, result = parser_from(obj).consume(arglist)
0.86/2.00	  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.86/2.01	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.86/2.01	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.86/2.01	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.86/2.01	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.86/2.01	    process.die()
0.86/2.01	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.86/2.01	    os.kill(self._process.pid, signal.SIGUSR1)
0.86/2.01	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-3385741-1308048006/watcher-3385741-1308048006 -o /tmp/evaluation-result-3385741-1308048006/solver-3385741-1308048006 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385741-1308048006.cnf -seed 177438401 -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.00 0.22 1.13 1/167 3069
/proc/meminfo: memFree=31630212/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=11804 CPUtime=0 cores=0-7
/proc/3069/stat : 3069 (runsolver) S 3067 3069 3038 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 916401273 12087296 50 33554432000 4194304 5436572 140737360415488 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/3069/statm: 2951 50 31 304 0 2643 0

[startup+0.057385 s]
/proc/loadavg: 0.00 0.22 1.13 1/167 3069
/proc/meminfo: memFree=31630212/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=15184 CPUtime=0 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 713 0 0 0 0 0 0 0 23 0 1 0 916401273 15548416 603 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/3069/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.100371 s]
/proc/loadavg: 0.00 0.22 1.13 1/167 3069
/proc/meminfo: memFree=31630212/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=15184 CPUtime=0 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 735 0 0 0 0 0 0 0 23 0 1 0 916401273 15548416 622 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/3069/statm: 3796 622 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.300339 s]
/proc/loadavg: 0.00 0.22 1.13 1/167 3069
/proc/meminfo: memFree=31630212/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=16396 CPUtime=0.01 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 1167 0 0 0 1 0 0 0 21 0 1 0 916401273 16789504 1030 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/3069/statm: 4099 1030 414 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.700263 s]
/proc/loadavg: 0.00 0.22 1.13 1/167 3069
/proc/meminfo: memFree=31630212/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=104620 CPUtime=0.07 cores=0-7
/proc/3069/stat : 3069 (python) R 3067 3069 3038 0 -1 4202496 3146 0 0 0 5 2 0 0 17 0 1 0 916401273 107130880 2823 33554432000 4194304 5683644 140733329672144 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/3069/statm: 26155 2823 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+1.50111 s]
/proc/loadavg: 0.00 0.22 1.13 1/168 3070
/proc/meminfo: memFree=31617992/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=226932 CPUtime=0.31 cores=0-7
/proc/3069/stat : 3069 (python) R 3067 3069 3038 0 -1 4202496 7692 934 1 0 22 9 0 0 15 0 1 0 916401273 232378368 5643 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446750491 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/3069/statm: 56733 5643 1566 364 0 4271 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 226932

[startup+3.1008 s]
/proc/loadavg: 0.00 0.22 1.13 5/175 3102
/proc/meminfo: memFree=31585440/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=310084 CPUtime=1.05 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 15963 7738 1 0 62 14 27 2 18 0 1 0 916401273 317526016 7290 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458775359 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/3069/statm: 77521 7290 1891 364 0 13418 0
[pid=3079] ppid=3069 vsize=289392 CPUtime=0 cores=0-7
/proc/3079/stat : 3079 (python) S 3069 3069 3038 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 916401454 296337408 5706 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 4170676306867880193 0 0 17 0 0 0 0
/proc/3079/statm: 72348 5706 348 364 0 8263 0
[pid=3081] ppid=3079 vsize=2812 CPUtime=1.28 cores=0-7
/proc/3081/stat : 3081 (march_hi) R 3079 3081 3081 0 -1 4202496 760 0 0 0 128 0 0 0 22 0 1 0 916401454 2879488 496 33554432000 4194304 4955518 140734539758512 18446744073709551615 4314863 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3081/statm: 703 496 104 186 0 516 0
[pid=3086] ppid=3069 vsize=310036 CPUtime=0 cores=0-7
/proc/3086/stat : 3086 (python) S 3069 3069 3038 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 916401460 317476864 5730 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 3158474698430316804 0 0 17 4 0 0 0
/proc/3086/statm: 77509 5730 348 364 0 13418 0
[pid=3088] ppid=3086 vsize=2712 CPUtime=1.22 cores=0-7
/proc/3088/stat : 3088 (march_hi) R 3086 3088 3088 0 -1 4202496 758 0 0 0 122 0 0 0 25 0 1 0 916401461 2777088 494 33554432000 4194304 4955518 140734945836992 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3088/statm: 678 494 104 186 0 491 0
[pid=3096] ppid=3069 vsize=340804 CPUtime=0 cores=0-7
/proc/3096/stat : 3096 (python) S 3069 3069 3038 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 1 0 916401470 348983296 5759 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 3200445256285782274 0 0 17 6 0 0 0
/proc/3096/statm: 85201 5759 348 364 0 21101 0
[pid=3099] ppid=3096 vsize=2712 CPUtime=1.12 cores=0-7
/proc/3099/stat : 3099 (march_hi) R 3096 3099 3099 0 -1 4202496 755 0 0 0 112 0 0 0 25 0 1 0 916401470 2777088 489 33554432000 4194304 4955518 140735125077872 18446744073709551615 4238710 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3099/statm: 678 489 104 186 0 491 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 1258552

[startup+6.30121 s]
/proc/loadavg: 0.48 0.31 1.16 5/175 3102
/proc/meminfo: memFree=31582836/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=310084 CPUtime=1.05 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 15963 7738 1 0 62 14 27 2 18 0 1 0 916401273 317526016 7290 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458775359 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/3069/statm: 77521 7290 1891 364 0 13418 0
[pid=3079] ppid=3069 vsize=289392 CPUtime=0 cores=0-7
/proc/3079/stat : 3079 (python) S 3069 3069 3038 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 916401454 296337408 5706 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 4170676306867880193 0 0 17 0 0 0 0
/proc/3079/statm: 72348 5706 348 364 0 8263 0
[pid=3081] ppid=3079 vsize=3324 CPUtime=4.48 cores=0-7
/proc/3081/stat : 3081 (march_hi) R 3079 3081 3081 0 -1 4202496 903 0 0 0 448 0 0 0 25 0 1 0 916401454 3403776 639 33554432000 4194304 4955518 140734539758512 18446744073709551615 4263660 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3081/statm: 831 639 104 186 0 644 0
[pid=3086] ppid=3069 vsize=310036 CPUtime=0 cores=0-7
/proc/3086/stat : 3086 (python) S 3069 3069 3038 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 916401460 317476864 5730 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 3158474698430316804 0 0 17 4 0 0 0
/proc/3086/statm: 77509 5730 348 364 0 13418 0
[pid=3088] ppid=3086 vsize=3324 CPUtime=4.41 cores=0-7
/proc/3088/stat : 3088 (march_hi) R 3086 3088 3088 0 -1 4202496 900 0 0 0 441 0 0 0 25 0 1 0 916401461 3403776 636 33554432000 4194304 4955518 140734945836992 18446744073709551615 4290284 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3088/statm: 831 636 104 186 0 644 0
[pid=3096] ppid=3069 vsize=340804 CPUtime=0 cores=0-7
/proc/3096/stat : 3096 (python) S 3069 3069 3038 0 -1 4202560 796 0 0 0 0 0 0 0 15 0 1 0 916401470 348983296 5759 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 3200445256285782274 0 0 17 6 0 0 0
/proc/3096/statm: 85201 5759 348 364 0 21101 0
[pid=3099] ppid=3096 vsize=3324 CPUtime=4.31 cores=0-7
/proc/3099/stat : 3099 (march_hi) R 3096 3099 3099 0 -1 4202496 896 0 0 0 431 0 0 0 25 0 1 0 916401470 3403776 630 33554432000 4194304 4955518 140735125077872 18446744073709551615 4308864 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3099/statm: 831 630 104 186 0 644 0
Current children cumulated CPU time (s) 14.25
Current children cumulated vsize (KiB) 1260288

[startup+12.701 s]
/proc/loadavg: 0.76 0.38 1.17 5/175 3102
/proc/meminfo: memFree=31580232/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=310084 CPUtime=1.05 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 15963 7738 1 0 62 14 27 2 18 0 1 0 916401273 317526016 7290 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458775359 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/3069/statm: 77521 7290 1891 364 0 13418 0
[pid=3079] ppid=3069 vsize=289392 CPUtime=0 cores=0-7
/proc/3079/stat : 3079 (python) S 3069 3069 3038 0 -1 4202560 902 0 0 0 0 0 0 0 15 0 1 0 916401454 296337408 5729 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 7045213113951420673 0 0 17 0 0 0 0
/proc/3079/statm: 72348 5729 371 364 0 8263 0
[pid=3081] ppid=3079 vsize=5076 CPUtime=10.88 cores=0-7
/proc/3081/stat : 3081 (march_hi) R 3079 3081 3081 0 -1 4202496 1156 0 0 0 1088 0 0 0 25 0 1 0 916401454 5197824 892 33554432000 4194304 4955518 140734539758512 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3081/statm: 1269 892 104 186 0 1082 0
[pid=3086] ppid=3069 vsize=310036 CPUtime=0 cores=0-7
/proc/3086/stat : 3086 (python) S 3069 3069 3038 0 -1 4202560 934 0 0 0 0 0 0 0 15 0 1 0 916401460 317476864 5753 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 7045213113951420676 0 0 17 4 0 0 0
/proc/3086/statm: 77509 5753 371 364 0 13418 0
[pid=3088] ppid=3086 vsize=4312 CPUtime=10.81 cores=0-7
/proc/3088/stat : 3088 (march_hi) R 3086 3088 3088 0 -1 4202496 1152 0 0 0 1081 0 0 0 25 0 1 0 916401461 4415488 888 33554432000 4194304 4955518 140734945836992 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3088/statm: 1078 888 104 186 0 891 0
[pid=3096] ppid=3069 vsize=340804 CPUtime=0.01 cores=0-7
/proc/3096/stat : 3096 (python) S 3069 3069 3038 0 -1 4202560 956 0 0 0 1 0 0 0 15 0 1 0 916401470 348983296 5782 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 7045213113951420674 0 0 17 6 0 0 0
/proc/3096/statm: 85201 5782 371 364 0 21101 0
[pid=3099] ppid=3096 vsize=4312 CPUtime=10.7 cores=0-7
/proc/3099/stat : 3099 (march_hi) R 3096 3099 3099 0 -1 4202496 1130 0 0 0 1070 0 0 0 25 0 1 0 916401470 4415488 864 33554432000 4194304 4955518 140735125077872 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3099/statm: 1078 864 104 186 0 891 0
Current children cumulated CPU time (s) 33.45
Current children cumulated vsize (KiB) 1264016

[startup+25.5007 s]
/proc/loadavg: 1.48 0.55 1.22 5/175 3102
/proc/meminfo: memFree=31574372/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=310084 CPUtime=1.05 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 15963 7738 1 0 62 14 27 2 18 0 1 0 916401273 317526016 7290 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458775359 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/3069/statm: 77521 7290 1891 364 0 13418 0
[pid=3079] ppid=3069 vsize=289392 CPUtime=0.03 cores=0-7
/proc/3079/stat : 3079 (python) S 3069 3069 3038 0 -1 4202560 910 0 0 0 2 1 0 0 15 0 1 0 916401454 296337408 5729 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 4170676306867880193 0 0 17 0 0 0 0
/proc/3079/statm: 72348 5729 371 364 0 8263 0
[pid=3081] ppid=3079 vsize=7032 CPUtime=23.68 cores=0-7
/proc/3081/stat : 3081 (march_hi) R 3079 3081 3081 0 -1 4202496 1642 0 0 0 2368 0 0 0 25 0 1 0 916401454 7200768 1378 33554432000 4194304 4955518 140734539758512 18446744073709551615 4261527 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3081/statm: 1758 1378 104 186 0 1571 0
[pid=3086] ppid=3069 vsize=310036 CPUtime=0.02 cores=0-7
/proc/3086/stat : 3086 (python) S 3069 3069 3038 0 -1 4202560 939 0 0 0 1 1 0 0 15 0 1 0 916401460 317476864 5753 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 3158474698430316804 0 0 17 4 0 0 0
/proc/3086/statm: 77509 5753 371 364 0 13418 0
[pid=3088] ppid=3086 vsize=7032 CPUtime=23.61 cores=0-7
/proc/3088/stat : 3088 (march_hi) R 3086 3088 3088 0 -1 4202496 1637 0 0 0 2361 0 0 0 25 0 1 0 916401461 7200768 1373 33554432000 4194304 4955518 140734945836992 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3088/statm: 1758 1373 104 186 0 1571 0
[pid=3096] ppid=3069 vsize=340804 CPUtime=0.02 cores=0-7
/proc/3096/stat : 3096 (python) S 3069 3069 3038 0 -1 4202560 958 0 0 0 1 1 0 0 15 0 1 0 916401470 348983296 5782 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 7045213113951420674 0 0 17 6 0 0 0
/proc/3096/statm: 85201 5782 371 364 0 21101 0
[pid=3099] ppid=3096 vsize=6496 CPUtime=23.49 cores=0-7
/proc/3099/stat : 3099 (march_hi) R 3096 3099 3099 0 -1 4202496 1580 0 0 0 2349 0 0 0 25 0 1 0 916401470 6651904 1314 33554432000 4194304 4955518 140735125077872 18446744073709551615 4282618 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3099/statm: 1624 1314 104 186 0 1437 0
Current children cumulated CPU time (s) 71.9
Current children cumulated vsize (KiB) 1270876

[startup+51.1009 s]
/proc/loadavg: 2.34 0.83 1.29 5/175 3103
/proc/meminfo: memFree=31558860/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=310084 CPUtime=1.05 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 15963 7738 1 0 62 14 27 2 18 0 1 0 916401273 317526016 7290 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458775359 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/3069/statm: 77521 7290 1891 364 0 13418 0
[pid=3079] ppid=3069 vsize=289392 CPUtime=0.07 cores=0-7
/proc/3079/stat : 3079 (python) S 3069 3069 3038 0 -1 4202560 921 0 0 0 5 2 0 0 15 0 1 0 916401454 296337408 5729 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 4170676306867880193 0 0 17 0 0 0 0
/proc/3079/statm: 72348 5729 371 364 0 8263 0
[pid=3081] ppid=3079 vsize=12544 CPUtime=49.28 cores=0-7
/proc/3081/stat : 3081 (march_hi) R 3079 3081 3081 0 -1 4202496 2611 0 0 0 4928 0 0 0 25 0 1 0 916401454 12845056 2347 33554432000 4194304 4955518 140734539758512 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3081/statm: 3136 2347 104 186 0 2949 0
[pid=3086] ppid=3069 vsize=310036 CPUtime=0.05 cores=0-7
/proc/3086/stat : 3086 (python) S 3069 3069 3038 0 -1 4202560 950 0 0 0 3 2 0 0 15 0 1 0 916401460 317476864 5753 33554432000 4194304 5683644 140733329672144 18446744073709551615 244446965318 0 0 16781312 514 7045213113951420676 0 0 17 4 0 0 0
/proc/3086/statm: 77509 5753 371 364 0 13418 0
[pid=3088] ppid=3086 vsize=12544 CPUtime=49.22 cores=0-7
/proc/3088/stat : 3088 (march_hi) R 3086 3088 3088 0 -1 4202496 2603 0 0 0 4921 1 0 0 25 0 1 0 916401461 12845056 2339 33554432000 4194304 4955518 140734945836992 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3088/statm: 3136 2339 104 186 0 2949 0
[pid=3096] ppid=3069 vsize=340804 CPUtime=0.06 cores=0-7

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

[pid=3096] ppid=3069 vsize=340804 CPUtime=0.6 cores=0-7
/proc/3096/stat : 3096 (python) S 3069 3069 3038 0 -1 4202560 1184 0 0 0 33 27 0 0 16 0 2 0 916401470 348983296 5812 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3096/statm: 85201 5812 400 364 0 21101 0
[pid=3099] ppid=3096 vsize=78836 CPUtime=488.19 cores=0-7
/proc/3099/stat : 3099 (march_hi) T 3096 3099 3099 0 -1 4202496 16391 0 0 0 48814 5 0 0 25 0 1 0 916401470 80728064 16125 33554432000 4194304 4955518 140735125077872 18446744073709551615 4227800 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3099/statm: 19709 16125 104 186 0 19522 0
[pid=3096/tid=3118] ppid=3069 vsize=340804 CPUtime=0 cores=0-7
/proc/3096/task/3118/stat : 3118 (python) S 3069 3069 3038 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916450301 348983296 5812 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604453877033984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1080.69
Current children cumulated vsize (KiB) 1445520
heavy processes:

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/178 3281
/proc/meminfo: memFree=30831424/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=310084 CPUtime=1.05 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 15963 7738 1 0 62 14 27 2 18 0 1 0 916401273 317526016 7290 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458775359 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/3069/statm: 77521 7290 1891 364 0 13418 0
[pid=3079] ppid=3069 vsize=289392 CPUtime=0.25 cores=0-7
/proc/3079/stat : 3079 (python) S 3069 3069 3038 0 -1 4202560 1121 0 0 0 14 11 0 0 16 0 2 0 916401454 296337408 5759 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3079/statm: 72348 5759 400 364 0 8263 0
[pid=3081] ppid=3079 vsize=37532 CPUtime=197.34 cores=0-7
/proc/3081/stat : 3081 (march_hi) T 3079 3081 3081 0 -1 4202496 7870 0 0 0 19732 2 0 0 25 0 1 0 916401454 38432768 7606 33554432000 4194304 4955518 140734539758512 18446744073709551615 4235311 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3081/statm: 9383 7606 104 186 0 9196 0
[pid=3079/tid=3108] ppid=3069 vsize=289392 CPUtime=0 cores=0-7
/proc/3079/task/3108/stat : 3108 (python) S 3069 3069 3038 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 916421189 296337408 5759 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604453872206272 0 0 -1 3 0 0 0
[pid=3086] ppid=3069 vsize=310036 CPUtime=0.47 cores=0-7
/proc/3086/stat : 3086 (python) S 3069 3069 3038 0 -1 4202560 1163 0 0 0 28 19 0 0 16 0 2 0 916401460 317476864 5783 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3086/statm: 77509 5783 400 364 0 13418 0
[pid=3088] ppid=3086 vsize=78836 CPUtime=392.79 cores=0-7
/proc/3088/stat : 3088 (march_hi) T 3086 3088 3088 0 -1 4202496 14282 0 0 0 39275 4 0 0 25 0 1 0 916401461 80728064 14018 33554432000 4194304 4955518 140734945836992 18446744073709551615 4227735 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3088/statm: 19709 14018 104 186 0 19522 0
[pid=3086/tid=3115] ppid=3069 vsize=310036 CPUtime=0 cores=0-7
/proc/3086/task/3115/stat : 3115 (python) S 3069 3069 3038 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916440739 317476864 5783 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604450169901248 0 0 -1 3 0 0 0
[pid=3096] ppid=3069 vsize=340804 CPUtime=0.6 cores=0-7
/proc/3096/stat : 3096 (python) S 3069 3069 3038 0 -1 4202560 1184 0 0 0 33 27 0 0 16 0 2 0 916401470 348983296 5812 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3096/statm: 85201 5812 400 364 0 21101 0
[pid=3099] ppid=3096 vsize=78836 CPUtime=488.19 cores=0-7
/proc/3099/stat : 3099 (march_hi) T 3096 3099 3099 0 -1 4202496 16391 0 0 0 48814 5 0 0 25 0 1 0 916401470 80728064 16125 33554432000 4194304 4955518 140735125077872 18446744073709551615 4227800 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3099/statm: 19709 16125 104 186 0 19522 0
[pid=3096/tid=3118] ppid=3069 vsize=340804 CPUtime=0 cores=0-7
/proc/3096/task/3118/stat : 3118 (python) S 3069 3069 3038 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916450301 348983296 5812 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604453877033984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1080.69
Current children cumulated vsize (KiB) 1445520
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/178 3282
/proc/meminfo: memFree=30824068/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=310084 CPUtime=1.05 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 15963 7738 1 0 62 14 27 2 18 0 1 0 916401273 317526016 7290 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458775359 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/3069/statm: 77521 7290 1891 364 0 13418 0
[pid=3079] ppid=3069 vsize=289392 CPUtime=0.25 cores=0-7
/proc/3079/stat : 3079 (python) S 3069 3069 3038 0 -1 4202560 1121 0 0 0 14 11 0 0 16 0 2 0 916401454 296337408 5759 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3079/statm: 72348 5759 400 364 0 8263 0
[pid=3081] ppid=3079 vsize=37532 CPUtime=197.34 cores=0-7
/proc/3081/stat : 3081 (march_hi) T 3079 3081 3081 0 -1 4202496 7870 0 0 0 19732 2 0 0 25 0 1 0 916401454 38432768 7606 33554432000 4194304 4955518 140734539758512 18446744073709551615 4235311 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3081/statm: 9383 7606 104 186 0 9196 0
[pid=3079/tid=3108] ppid=3069 vsize=289392 CPUtime=0 cores=0-7
/proc/3079/task/3108/stat : 3108 (python) S 3069 3069 3038 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 916421189 296337408 5759 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604453872206272 0 0 -1 3 0 0 0
[pid=3086] ppid=3069 vsize=310036 CPUtime=0.47 cores=0-7
/proc/3086/stat : 3086 (python) S 3069 3069 3038 0 -1 4202560 1163 0 0 0 28 19 0 0 16 0 2 0 916401460 317476864 5783 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3086/statm: 77509 5783 400 364 0 13418 0
[pid=3088] ppid=3086 vsize=78836 CPUtime=392.79 cores=0-7
/proc/3088/stat : 3088 (march_hi) T 3086 3088 3088 0 -1 4202496 14282 0 0 0 39275 4 0 0 25 0 1 0 916401461 80728064 14018 33554432000 4194304 4955518 140734945836992 18446744073709551615 4227735 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3088/statm: 19709 14018 104 186 0 19522 0
[pid=3086/tid=3115] ppid=3069 vsize=310036 CPUtime=0 cores=0-7
/proc/3086/task/3115/stat : 3115 (python) S 3069 3069 3038 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916440739 317476864 5783 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604450169901248 0 0 -1 3 0 0 0
[pid=3096] ppid=3069 vsize=340804 CPUtime=0.6 cores=0-7
/proc/3096/stat : 3096 (python) S 3069 3069 3038 0 -1 4202560 1184 0 0 0 33 27 0 0 16 0 2 0 916401470 348983296 5812 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3096/statm: 85201 5812 400 364 0 21101 0
[pid=3099] ppid=3096 vsize=78836 CPUtime=488.19 cores=0-7
/proc/3099/stat : 3099 (march_hi) T 3096 3099 3099 0 -1 4202496 16391 0 0 0 48814 5 0 0 25 0 1 0 916401470 80728064 16125 33554432000 4194304 4955518 140735125077872 18446744073709551615 4227800 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3099/statm: 19709 16125 104 186 0 19522 0
[pid=3096/tid=3118] ppid=3069 vsize=340804 CPUtime=0 cores=0-7
/proc/3096/task/3118/stat : 3118 (python) S 3069 3069 3038 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916450301 348983296 5812 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604453877033984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1080.69
Current children cumulated vsize (KiB) 1445520
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/178 3287
/proc/meminfo: memFree=30816740/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=310084 CPUtime=1.05 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 15963 7738 1 0 62 14 27 2 18 0 1 0 916401273 317526016 7290 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458775359 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/3069/statm: 77521 7290 1891 364 0 13418 0
[pid=3079] ppid=3069 vsize=289392 CPUtime=0.25 cores=0-7
/proc/3079/stat : 3079 (python) S 3069 3069 3038 0 -1 4202560 1121 0 0 0 14 11 0 0 16 0 2 0 916401454 296337408 5759 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3079/statm: 72348 5759 400 364 0 8263 0
[pid=3081] ppid=3079 vsize=37532 CPUtime=197.34 cores=0-7
/proc/3081/stat : 3081 (march_hi) T 3079 3081 3081 0 -1 4202496 7870 0 0 0 19732 2 0 0 25 0 1 0 916401454 38432768 7606 33554432000 4194304 4955518 140734539758512 18446744073709551615 4235311 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3081/statm: 9383 7606 104 186 0 9196 0
[pid=3079/tid=3108] ppid=3069 vsize=289392 CPUtime=0 cores=0-7
/proc/3079/task/3108/stat : 3108 (python) S 3069 3069 3038 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 916421189 296337408 5759 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604453872206272 0 0 -1 3 0 0 0
[pid=3086] ppid=3069 vsize=310036 CPUtime=0.47 cores=0-7
/proc/3086/stat : 3086 (python) S 3069 3069 3038 0 -1 4202560 1163 0 0 0 28 19 0 0 16 0 2 0 916401460 317476864 5783 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3086/statm: 77509 5783 400 364 0 13418 0
[pid=3088] ppid=3086 vsize=78836 CPUtime=392.79 cores=0-7
/proc/3088/stat : 3088 (march_hi) T 3086 3088 3088 0 -1 4202496 14282 0 0 0 39275 4 0 0 25 0 1 0 916401461 80728064 14018 33554432000 4194304 4955518 140734945836992 18446744073709551615 4227735 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3088/statm: 19709 14018 104 186 0 19522 0
[pid=3086/tid=3115] ppid=3069 vsize=310036 CPUtime=0 cores=0-7
/proc/3086/task/3115/stat : 3115 (python) S 3069 3069 3038 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916440739 317476864 5783 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604450169901248 0 0 -1 3 0 0 0
[pid=3096] ppid=3069 vsize=340804 CPUtime=0.6 cores=0-7
/proc/3096/stat : 3096 (python) S 3069 3069 3038 0 -1 4202560 1184 0 0 0 33 27 0 0 16 0 2 0 916401470 348983296 5812 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3096/statm: 85201 5812 400 364 0 21101 0
[pid=3099] ppid=3096 vsize=78836 CPUtime=488.19 cores=0-7
/proc/3099/stat : 3099 (march_hi) T 3096 3099 3099 0 -1 4202496 16391 0 0 0 48814 5 0 0 25 0 1 0 916401470 80728064 16125 33554432000 4194304 4955518 140735125077872 18446744073709551615 4227800 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3099/statm: 19709 16125 104 186 0 19522 0
[pid=3096/tid=3118] ppid=3069 vsize=340804 CPUtime=0 cores=0-7
/proc/3096/task/3118/stat : 3118 (python) S 3069 3069 3038 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916450301 348983296 5812 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604453877033984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1080.69
Current children cumulated vsize (KiB) 1445520
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 1.00 1.00 1.00 2/178 3288
/proc/meminfo: memFree=30814856/32951124 swapFree=67064380/67111528
[pid=3069] ppid=3067 vsize=310084 CPUtime=1.05 cores=0-7
/proc/3069/stat : 3069 (python) S 3067 3069 3038 0 -1 4202496 15963 7738 1 0 62 14 27 2 18 0 1 0 916401273 317526016 7290 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458775359 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/3069/statm: 77521 7290 1891 364 0 13418 0
[pid=3079] ppid=3069 vsize=289392 CPUtime=0.25 cores=0-7
/proc/3079/stat : 3079 (python) S 3069 3069 3038 0 -1 4202560 1121 0 0 0 14 11 0 0 16 0 2 0 916401454 296337408 5759 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3079/statm: 72348 5759 400 364 0 8263 0
[pid=3081] ppid=3079 vsize=37532 CPUtime=197.34 cores=0-7
/proc/3081/stat : 3081 (march_hi) T 3079 3081 3081 0 -1 4202496 7870 0 0 0 19732 2 0 0 25 0 1 0 916401454 38432768 7606 33554432000 4194304 4955518 140734539758512 18446744073709551615 4235311 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3081/statm: 9383 7606 104 186 0 9196 0
[pid=3079/tid=3108] ppid=3069 vsize=289392 CPUtime=0 cores=0-7
/proc/3079/task/3108/stat : 3108 (python) S 3069 3069 3038 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 916421189 296337408 5759 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604453872206272 0 0 -1 3 0 0 0
[pid=3086] ppid=3069 vsize=310036 CPUtime=0.47 cores=0-7
/proc/3086/stat : 3086 (python) S 3069 3069 3038 0 -1 4202560 1163 0 0 0 28 19 0 0 16 0 2 0 916401460 317476864 5783 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3086/statm: 77509 5783 400 364 0 13418 0
[pid=3088] ppid=3086 vsize=78836 CPUtime=392.79 cores=0-7
/proc/3088/stat : 3088 (march_hi) T 3086 3088 3088 0 -1 4202496 14282 0 0 0 39275 4 0 0 25 0 1 0 916401461 80728064 14018 33554432000 4194304 4955518 140734945836992 18446744073709551615 4227735 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3088/statm: 19709 14018 104 186 0 19522 0
[pid=3086/tid=3115] ppid=3069 vsize=310036 CPUtime=0 cores=0-7
/proc/3086/task/3115/stat : 3115 (python) S 3069 3069 3038 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916440739 317476864 5783 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604450169901248 0 0 -1 3 0 0 0
[pid=3096] ppid=3069 vsize=340804 CPUtime=0.6 cores=0-7
/proc/3096/stat : 3096 (python) S 3069 3069 3038 0 -1 4202560 1184 0 0 0 33 27 0 0 16 0 2 0 916401470 348983296 5812 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3096/statm: 85201 5812 400 364 0 21101 0
[pid=3099] ppid=3096 vsize=78836 CPUtime=488.19 cores=0-7
/proc/3099/stat : 3099 (march_hi) T 3096 3099 3099 0 -1 4202496 16391 0 0 0 48814 5 0 0 25 0 1 0 916401470 80728064 16125 33554432000 4194304 4955518 140735125077872 18446744073709551615 4227800 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3099/statm: 19709 16125 104 186 0 19522 0
[pid=3096/tid=3118] ppid=3069 vsize=340804 CPUtime=0 cores=0-7
/proc/3096/task/3118/stat : 3118 (python) S 3069 3069 3038 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 916450301 348983296 5812 33554432000 4194304 5683644 140733329672144 18446744073709551615 244458768817 0 0 16781312 514 18446604453877033984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1080.69
Current children cumulated vsize (KiB) 1445520
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 3069 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=666746
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=757884
# CPU time returned by wait4() is 2.42463
# while last known CPU time is 1080.69
#
# 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): 1080.69
CPU user time (s): 1079.85
CPU system time (s): 0.84
CPU usage (%): 21.1899
Max. virtual memory (cumulated for all children) (KiB): 1445520

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

runsolver used 6.79797 second user time and 16.7105 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-14 12:40:06
IDJOB=3385741
IDBENCH=83006
IDSOLVER=1870
FILE ID=node105/3385741-1308048006
RUNJOBID= node105-1308048006-3052
PBS_JOBID= 13566219
Free space on /tmp= 74108 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S610796494-086.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-3385741-1308048006/watcher-3385741-1308048006 -o /tmp/evaluation-result-3385741-1308048006/solver-3385741-1308048006 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385741-1308048006.cnf -seed 177438401 -budget 40000 -cores 8

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

MD5SUM BENCH= 82f21398af62a72249630e457a91aa93
RANDOM SEED=177438401

node105.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.825
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.65
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.825
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.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      31631244 kB
Buffers:        190224 kB
Cached:         892708 kB
SwapCached:      19904 kB
Active:         339444 kB
Inactive:       771536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31631244 kB
SwapTotal:    67111528 kB
SwapFree:     67064380 kB
Dirty:           31796 kB
Writeback:           0 kB
AnonPages:       25948 kB
Mapped:           9872 kB
Slab:           144948 kB
PageTables:       3784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   154504 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= 74080 MiB
End job on node105 at 2011-06-14 14:05:10