Trace number 3317636

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) 881.38 1300.03

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v800-c3408-S91768321-029.SATISFIABLE.cnf
MD5SUMa8d280a0ad5a42e6946605bb6356e226
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012998
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.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3317636-1304270655.cnf
0.32/0.45	c INFO: computing task features
0.32/0.46	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.41/0.53	c INFO: computed variable balance statistics
0.41/0.58	c INFO: computed small-clause counts
0.41/0.58	c INFO: computed Horn-clause counts
0.41/0.58	c INFO: computed variable graph statistics
0.41/0.58	c INFO: collected features for HOME/instance-3317636-1304270655.cnf in 0.13 s
0.51/0.61	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.59)
0.51/0.65	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.51/0.67	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.25)
0.61/0.70	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.26)
0.61/0.70	Traceback (most recent call last):
0.61/0.70	  File "HOME/solve", line 33, in <module>
0.61/0.70	    plac.call(main)
0.61/0.70	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.61/0.71	    cmd, result = parser_from(obj).consume(arglist)
0.61/0.71	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.61/0.71	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.61/0.71	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.61/0.71	    (_, answer, _) = solver(input_path, budget, cores)
0.61/0.71	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.61/0.71	    process.die()
0.61/0.71	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.61/0.71	    os.kill(self._process.pid, signal.SIGUSR1)
0.61/0.71	OSError: [Errno 3] No such process

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317636-1304270655/watcher-3317636-1304270655 -o /tmp/evaluation-result-3317636-1304270655/solver-3317636-1304270655 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317636-1304270655.cnf -seed 1586835874 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 9.21 9.16 8.84 6/279 30357
/proc/meminfo: memFree=28422028/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/30357/stat : 30357 (python) R 30355 30357 29287 0 -1 4202496 902 0 0 0 0 0 0 0 25 0 1 0 519480849 16150528 782 33554432000 4194304 5683644 140735422503648 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30357/statm: 3943 782 345 364 0 430 0

[startup+0.0992601 s]
/proc/loadavg: 9.21 9.16 8.84 6/279 30357
/proc/meminfo: memFree=28422028/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/30357/stat : 30357 (python) R 30355 30357 29287 0 -1 4202496 3087 0 0 0 5 2 0 0 25 0 1 0 519480849 106729472 2767 33554432000 4194304 5683644 140735422503648 18446744073709551615 4516256 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30357/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.100258 s]
/proc/loadavg: 9.21 9.16 8.84 6/279 30357
/proc/meminfo: memFree=28422028/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=104616 CPUtime=0.07 cores=1,3,5,7
/proc/30357/stat : 30357 (python) R 30355 30357 29287 0 -1 4202496 3119 0 0 0 5 2 0 0 25 0 1 0 519480849 107126784 2798 33554432000 4194304 5683644 140735422503648 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30357/statm: 26154 2800 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300224 s]
/proc/loadavg: 9.21 9.16 8.84 6/279 30357
/proc/meminfo: memFree=28422028/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=198916 CPUtime=0.24 cores=1,3,5,7
/proc/30357/stat : 30357 (python) R 30355 30357 29287 0 -1 4202496 7021 935 1 0 18 6 0 0 17 0 1 0 519480849 203689984 5053 33554432000 4194304 5683644 140735422503648 18446744073709551615 4620116 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30357/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198916

[startup+0.700122 s]
/proc/loadavg: 9.21 9.16 8.84 6/279 30357
/proc/meminfo: memFree=28422028/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310124 CPUtime=0.61 cores=1,3,5,7
/proc/30357/stat : 30357 (python) R 30355 30357 29287 0 -1 4202496 11975 935 1 0 52 9 0 0 20 0 4 0 519480849 317566976 7285 33554432000 4194304 5683644 140735422503648 18446744073709551615 254265055191 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30357/statm: 77531 7285 1878 364 0 13443 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 310124

[startup+1.50101 s]
/proc/loadavg: 9.21 9.16 8.84 8/284 30376
/proc/meminfo: memFree=28387640/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 519480916 306524160 5630 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 7312104172726223109 0 0 17 7 0 0 0
/proc/30369/statm: 74835 5630 348 364 0 10747 0
[pid=30371] ppid=30369 vsize=3148 CPUtime=0.8 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) R 30369 30371 30371 0 -1 4202496 842 0 0 0 80 0 0 0 22 0 1 0 519480918 3223552 579 33554432000 4194304 4955518 140734124995072 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30371/statm: 787 579 104 186 0 600 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 519480919 317579264 5755 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 13001491906281046279 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5755 348 364 0 13443 0
[pid=30376] ppid=30374 vsize=3148 CPUtime=0.78 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) R 30374 30376 30376 0 -1 4202496 841 0 0 0 78 0 0 0 25 0 1 0 519480920 3223552 578 33554432000 4194304 4955518 140735598896000 18446744073709551615 4227814 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30376/statm: 787 578 104 186 0 600 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 925908

[startup+3.10073 s]
/proc/loadavg: 9.21 9.16 8.84 8/284 30376
/proc/meminfo: memFree=28386276/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 519480916 306524160 5630 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 7312104172726223109 0 0 17 7 0 0 0
/proc/30369/statm: 74835 5630 348 364 0 10747 0
[pid=30371] ppid=30369 vsize=3604 CPUtime=2.4 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) R 30369 30371 30371 0 -1 4202496 919 0 0 0 240 0 0 0 25 0 1 0 519480918 3690496 656 33554432000 4194304 4955518 140734124995072 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30371/statm: 901 656 104 186 0 714 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 519480919 317579264 5755 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 13001491906281046279 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5755 348 364 0 13443 0
[pid=30376] ppid=30374 vsize=3604 CPUtime=2.38 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) R 30374 30376 30376 0 -1 4202496 919 0 0 0 238 0 0 0 25 0 1 0 519480920 3690496 656 33554432000 4194304 4955518 140735598896000 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30376/statm: 901 656 104 186 0 714 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 926820

[startup+6.30116 s]
/proc/loadavg: 9.03 9.13 8.83 8/284 30376
/proc/meminfo: memFree=28384000/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0.01 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 905 0 0 0 1 0 0 0 15 0 1 0 519480916 306524160 5653 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 7312104172726223109 0 0 17 7 0 0 0
/proc/30369/statm: 74835 5653 371 364 0 10747 0
[pid=30371] ppid=30369 vsize=4172 CPUtime=5.6 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) R 30369 30371 30371 0 -1 4202496 1053 0 0 0 560 0 0 0 25 0 1 0 519480918 4272128 790 33554432000 4194304 4955518 140734124995072 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30371/statm: 1043 790 104 186 0 856 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 929 0 0 0 0 0 0 0 15 0 1 0 519480919 317579264 5777 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 13001491906281046279 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5777 370 364 0 13443 0
[pid=30376] ppid=30374 vsize=4172 CPUtime=5.58 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) R 30374 30376 30376 0 -1 4202496 1052 0 0 0 558 0 0 0 25 0 1 0 519480920 4272128 789 33554432000 4194304 4955518 140735598896000 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30376/statm: 1043 789 104 186 0 856 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 927956

[startup+12.701 s]
/proc/loadavg: 8.87 9.09 8.82 8/284 30376
/proc/meminfo: memFree=28378232/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0.02 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 908 0 0 0 1 1 0 0 15 0 1 0 519480916 306524160 5653 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 7312104172726223109 0 0 17 7 0 0 0
/proc/30369/statm: 74835 5653 371 364 0 10747 0
[pid=30371] ppid=30369 vsize=5936 CPUtime=12 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) R 30369 30371 30371 0 -1 4202496 1367 0 0 0 1200 0 0 0 25 0 1 0 519480918 6078464 1104 33554432000 4194304 4955518 140734124995072 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30371/statm: 1484 1104 104 186 0 1297 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0.01 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 936 0 0 0 1 0 0 0 15 0 1 0 519480919 317579264 5778 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 13001491906281046279 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5778 371 364 0 13443 0
[pid=30376] ppid=30374 vsize=5936 CPUtime=11.98 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) R 30374 30376 30376 0 -1 4202496 1367 0 0 0 1198 0 0 0 25 0 1 0 519480920 6078464 1104 33554432000 4194304 4955518 140735598896000 18446744073709551615 4300655 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30376/statm: 1484 1104 104 186 0 1297 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 931484

[startup+25.5008 s]
/proc/loadavg: 8.46 8.99 8.79 8/284 30377
/proc/meminfo: memFree=28367548/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0.04 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 913 0 0 0 2 2 0 0 15 0 1 0 519480916 306524160 5653 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 7312104172726223109 0 0 17 7 0 0 0
/proc/30369/statm: 74835 5653 371 364 0 10747 0
[pid=30371] ppid=30369 vsize=7440 CPUtime=24.8 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) R 30369 30371 30371 0 -1 4202496 1884 0 0 0 2480 0 0 0 25 0 1 0 519480918 7618560 1621 33554432000 4194304 4955518 140734124995072 18446744073709551615 4346897 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30371/statm: 1860 1621 104 186 0 1673 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0.04 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 943 0 0 0 2 2 0 0 15 0 1 0 519480919 317579264 5778 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 13001491906281046279 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5778 371 364 0 13443 0
[pid=30376] ppid=30374 vsize=7440 CPUtime=24.78 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) R 30374 30376 30376 0 -1 4202496 1885 0 0 0 2478 0 0 0 25 0 1 0 519480920 7618560 1622 33554432000 4194304 4955518 140735598896000 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30376/statm: 1860 1622 104 186 0 1673 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 934492

[startup+51.1002 s]
/proc/loadavg: 8.03 8.84 8.75 8/284 30379
/proc/meminfo: memFree=28346932/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0.08 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 921 0 0 0 4 4 0 0 15 0 1 0 519480916 306524160 5653 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 15539881620474396933 0 0 17 3 0 0 0
/proc/30369/statm: 74835 5653 371 364 0 10747 0
[pid=30371] ppid=30369 vsize=12464 CPUtime=50.38 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) R 30369 30371 30371 0 -1 4202496 2878 0 0 0 5038 0 0 0 25 0 1 0 519480918 12763136 2615 33554432000 4194304 4955518 140734124995072 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30371/statm: 3116 2615 104 186 0 2929 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0.08 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 952 0 0 0 4 4 0 0 15 0 1 0 519480919 317579264 5778 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 15539881620474396935 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5778 371 364 0 13443 0
[pid=30376] ppid=30374 vsize=12464 CPUtime=50.38 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) R 30374 30376 30376 0 -1 4202496 2880 0 0 0 5038 0 0 0 25 0 1 0 519480920 12763136 2617 33554432000 4194304 4955518 140735598896000 18446744073709551615 4238622 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30376/statm: 3116 2617 104 186 0 2929 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 944540

[startup+102.31 s]
/proc/loadavg: 7.54 8.59 8.66 8/287 30385
/proc/meminfo: memFree=28305456/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0.18 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 939 0 0 0 10 8 0 0 15 0 1 0 519480916 306524160 5653 33554432000 4194304 5683644 140735422503648 18446744073709551615 254261636678 0 0 16781312 514 15539881620474396933 0 0 17 3 0 0 0
/proc/30369/statm: 74835 5653 371 364 0 10747 0
[pid=30371] ppid=30369 vsize=23584 CPUtime=101.55 cores=1,3,5,7

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

[pid=30369] ppid=30357 vsize=299340 CPUtime=0.71 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 1140 0 0 0 39 32 0 0 16 0 2 0 519480916 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30369/statm: 74835 5683 400 364 0 10747 0
[pid=30371] ppid=30369 vsize=85204 CPUtime=392.67 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) T 30369 30371 30371 0 -1 4202496 15951 0 0 0 39264 3 0 0 25 0 1 0 519480918 87248896 15688 33554432000 4194304 4955518 140734124995072 18446744073709551615 4227679 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30371/statm: 21301 15688 104 186 0 21114 0
[pid=30369/tid=30414] ppid=30357 vsize=299340 CPUtime=0 cores=1,3,5,7
/proc/30369/task/30414/stat : 30414 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519520215 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604464109191360 0 0 -1 3 0 0 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0.88 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 1166 0 0 0 44 44 0 0 16 0 2 0 519480919 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5808 400 364 0 13443 0
[pid=30376] ppid=30374 vsize=85204 CPUtime=486.38 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) T 30374 30376 30376 0 -1 4202496 19389 0 0 0 48634 4 0 0 25 0 1 0 519480920 87248896 19126 33554432000 4194304 4955518 140735598896000 18446744073709551615 4224687 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/30376/statm: 21301 19126 104 186 0 21114 0
[pid=30374/tid=30418] ppid=30357 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/30374/task/30418/stat : 30418 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519529558 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604469698035840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 881.38
Current children cumulated vsize (KiB) 1090020

[startup+1062.3 s]
/proc/loadavg: 1.00 1.60 4.31 2/255 30433
/proc/meminfo: memFree=28505752/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0.71 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 1140 0 0 0 39 32 0 0 16 0 2 0 519480916 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30369/statm: 74835 5683 400 364 0 10747 0
[pid=30371] ppid=30369 vsize=85204 CPUtime=392.67 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) T 30369 30371 30371 0 -1 4202496 15951 0 0 0 39264 3 0 0 25 0 1 0 519480918 87248896 15688 33554432000 4194304 4955518 140734124995072 18446744073709551615 4227679 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30371/statm: 21301 15688 104 186 0 21114 0
[pid=30369/tid=30414] ppid=30357 vsize=299340 CPUtime=0 cores=1,3,5,7
/proc/30369/task/30414/stat : 30414 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519520215 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604464109191360 0 0 -1 3 0 0 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0.88 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 1166 0 0 0 44 44 0 0 16 0 2 0 519480919 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5808 400 364 0 13443 0
[pid=30376] ppid=30374 vsize=85204 CPUtime=486.38 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) T 30374 30376 30376 0 -1 4202496 19389 0 0 0 48634 4 0 0 25 0 1 0 519480920 87248896 19126 33554432000 4194304 4955518 140735598896000 18446744073709551615 4224687 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/30376/statm: 21301 19126 104 186 0 21114 0
[pid=30374/tid=30418] ppid=30357 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/30374/task/30418/stat : 30418 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519529558 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604469698035840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 881.38
Current children cumulated vsize (KiB) 1090020

[startup+1122.3 s]
/proc/loadavg: 1.00 1.49 4.10 2/255 30435
/proc/meminfo: memFree=28505720/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0.71 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 1140 0 0 0 39 32 0 0 16 0 2 0 519480916 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30369/statm: 74835 5683 400 364 0 10747 0
[pid=30371] ppid=30369 vsize=85204 CPUtime=392.67 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) T 30369 30371 30371 0 -1 4202496 15951 0 0 0 39264 3 0 0 25 0 1 0 519480918 87248896 15688 33554432000 4194304 4955518 140734124995072 18446744073709551615 4227679 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30371/statm: 21301 15688 104 186 0 21114 0
[pid=30369/tid=30414] ppid=30357 vsize=299340 CPUtime=0 cores=1,3,5,7
/proc/30369/task/30414/stat : 30414 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519520215 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604464109191360 0 0 -1 3 0 0 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0.88 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 1166 0 0 0 44 44 0 0 16 0 2 0 519480919 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5808 400 364 0 13443 0
[pid=30376] ppid=30374 vsize=85204 CPUtime=486.38 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) T 30374 30376 30376 0 -1 4202496 19389 0 0 0 48634 4 0 0 25 0 1 0 519480920 87248896 19126 33554432000 4194304 4955518 140735598896000 18446744073709551615 4224687 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/30376/statm: 21301 19126 104 186 0 21114 0
[pid=30374/tid=30418] ppid=30357 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/30374/task/30418/stat : 30418 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519529558 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604469698035840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 881.38
Current children cumulated vsize (KiB) 1090020
heavy processes:

[startup+1182.3 s]
/proc/loadavg: 1.00 1.40 3.91 2/255 30437
/proc/meminfo: memFree=28505824/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0.71 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 1140 0 0 0 39 32 0 0 16 0 2 0 519480916 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30369/statm: 74835 5683 400 364 0 10747 0
[pid=30371] ppid=30369 vsize=85204 CPUtime=392.67 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) T 30369 30371 30371 0 -1 4202496 15951 0 0 0 39264 3 0 0 25 0 1 0 519480918 87248896 15688 33554432000 4194304 4955518 140734124995072 18446744073709551615 4227679 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30371/statm: 21301 15688 104 186 0 21114 0
[pid=30369/tid=30414] ppid=30357 vsize=299340 CPUtime=0 cores=1,3,5,7
/proc/30369/task/30414/stat : 30414 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519520215 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604464109191360 0 0 -1 3 0 0 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0.88 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 1166 0 0 0 44 44 0 0 16 0 2 0 519480919 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5808 400 364 0 13443 0
[pid=30376] ppid=30374 vsize=85204 CPUtime=486.38 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) T 30374 30376 30376 0 -1 4202496 19389 0 0 0 48634 4 0 0 25 0 1 0 519480920 87248896 19126 33554432000 4194304 4955518 140735598896000 18446744073709551615 4224687 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/30376/statm: 21301 19126 104 186 0 21114 0
[pid=30374/tid=30418] ppid=30357 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/30374/task/30418/stat : 30418 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519529558 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604469698035840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 881.38
Current children cumulated vsize (KiB) 1090020
heavy processes:

[startup+1242.3 s]
/proc/loadavg: 1.00 1.32 3.72 2/255 30438
/proc/meminfo: memFree=28505804/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0.71 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 1140 0 0 0 39 32 0 0 16 0 2 0 519480916 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30369/statm: 74835 5683 400 364 0 10747 0
[pid=30371] ppid=30369 vsize=85204 CPUtime=392.67 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) T 30369 30371 30371 0 -1 4202496 15951 0 0 0 39264 3 0 0 25 0 1 0 519480918 87248896 15688 33554432000 4194304 4955518 140734124995072 18446744073709551615 4227679 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30371/statm: 21301 15688 104 186 0 21114 0
[pid=30369/tid=30414] ppid=30357 vsize=299340 CPUtime=0 cores=1,3,5,7
/proc/30369/task/30414/stat : 30414 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519520215 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604464109191360 0 0 -1 3 0 0 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0.88 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 1166 0 0 0 44 44 0 0 16 0 2 0 519480919 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5808 400 364 0 13443 0
[pid=30376] ppid=30374 vsize=85204 CPUtime=486.38 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) T 30374 30376 30376 0 -1 4202496 19389 0 0 0 48634 4 0 0 25 0 1 0 519480920 87248896 19126 33554432000 4194304 4955518 140735598896000 18446744073709551615 4224687 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/30376/statm: 21301 19126 104 186 0 21114 0
[pid=30374/tid=30418] ppid=30357 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/30374/task/30418/stat : 30418 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519529558 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604469698035840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 881.38
Current children cumulated vsize (KiB) 1090020
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.26 3.55 2/255 30440
/proc/meminfo: memFree=28505648/32951124 swapFree=67111348/67111528
[pid=30357] ppid=30355 vsize=310136 CPUtime=0.74 cores=1,3,5,7
/proc/30357/stat : 30357 (python) S 30355 30357 29287 0 -1 4202496 12574 4038 1 0 52 9 12 1 21 0 1 0 519480849 317579264 7290 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/30357/statm: 77534 7290 1883 364 0 13443 0
[pid=30369] ppid=30357 vsize=299340 CPUtime=0.71 cores=1,3,5,7
/proc/30369/stat : 30369 (python) S 30357 30357 29287 0 -1 4202560 1140 0 0 0 39 32 0 0 16 0 2 0 519480916 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30369/statm: 74835 5683 400 364 0 10747 0
[pid=30371] ppid=30369 vsize=85204 CPUtime=392.67 cores=1,3,5,7
/proc/30371/stat : 30371 (march_hi) T 30369 30371 30371 0 -1 4202496 15951 0 0 0 39264 3 0 0 25 0 1 0 519480918 87248896 15688 33554432000 4194304 4955518 140734124995072 18446744073709551615 4227679 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30371/statm: 21301 15688 104 186 0 21114 0
[pid=30369/tid=30414] ppid=30357 vsize=299340 CPUtime=0 cores=1,3,5,7
/proc/30369/task/30414/stat : 30414 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519520215 306524160 5683 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604464109191360 0 0 -1 3 0 0 0
[pid=30374] ppid=30357 vsize=310136 CPUtime=0.88 cores=1,3,5,7
/proc/30374/stat : 30374 (python) S 30357 30357 29287 0 -1 4202560 1166 0 0 0 44 44 0 0 16 0 2 0 519480919 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30374/statm: 77534 5808 400 364 0 13443 0
[pid=30376] ppid=30374 vsize=85204 CPUtime=486.38 cores=1,3,5,7
/proc/30376/stat : 30376 (march_hi) T 30374 30376 30376 0 -1 4202496 19389 0 0 0 48634 4 0 0 25 0 1 0 519480920 87248896 19126 33554432000 4194304 4955518 140735598896000 18446744073709551615 4224687 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/30376/statm: 21301 19126 104 186 0 21114 0
[pid=30374/tid=30418] ppid=30357 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/30374/task/30418/stat : 30418 (python) S 30357 30357 29287 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 519529558 317579264 5808 33554432000 4194304 5683644 140735422503648 18446744073709551615 254273440177 0 0 16781312 514 18446604469698035840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 881.38
Current children cumulated vsize (KiB) 1090020
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 30357 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=499772
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=879866
# CPU time returned by wait4() is 2.37964
# while last known CPU time is 881.38
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.03
CPU time (s): 881.38
CPU user time (s): 880.45
CPU system time (s): 0.93
CPU usage (%): 67.7971
Max. virtual memory (cumulated for all children) (KiB): 1090020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.49977
system time used= 0.879866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20870
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= 2233
involuntary context switches= 67

runsolver used 2.78658 second user time and 6.95894 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-01 19:24:15
IDJOB=3317636
IDBENCH=83101
IDSOLVER=1705
FILE ID=node140/3317636-1304270655
RUNJOBID= node140-1304267280-29306
PBS_JOBID= 13173939
Free space on /tmp= 73252 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v800-c3408-S91768321-029.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-3317636-1304270655/watcher-3317636-1304270655 -o /tmp/evaluation-result-3317636-1304270655/solver-3317636-1304270655 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317636-1304270655.cnf -seed 1586835874 -budget 4800 -cores 4

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

MD5SUM BENCH= a8d280a0ad5a42e6946605bb6356e226
RANDOM SEED=1586835874

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.833
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.75
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.833
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:      28422060 kB
Buffers:        985704 kB
Cached:        1626648 kB
SwapCached:        176 kB
Active:        1610096 kB
Inactive:      2399900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28422060 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31852 kB
Writeback:           0 kB
AnonPages:     1397196 kB
Mapped:          26960 kB
Slab:           436944 kB
PageTables:      21036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38273836 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= 73252 MiB
End job on node140 at 2011-05-01 19:45:57