Trace number 3378460

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S34055288-072.SATISFIABLE.cnf
MD5SUM10f0c0c20b1ddb1f4561bcd231d72d23
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043992
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.32/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.68	c INFO: solving HOME/instance-3378460-1305465728.cnf
0.32/0.68	c INFO: computing task features
0.32/0.69	c INFO: computed variable-clause graph statistics
0.32/0.69	c INFO: computed clause balance statistics
0.39/0.76	c INFO: computed variable balance statistics
0.39/0.80	c INFO: computed small-clause counts
0.49/0.80	c INFO: computed Horn-clause counts
0.49/0.80	c INFO: computed variable graph statistics
0.49/0.80	c INFO: collected features for HOME/instance-3378460-1305465728.cnf in 0.12 s
0.49/0.81	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
0.49/0.82	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.49/0.83	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.30)
0.49/0.84	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.37)
0.49/0.84	Traceback (most recent call last):
0.49/0.84	  File "HOME/solve", line 33, in <module>
0.49/0.84	    plac.call(main)
0.49/0.84	  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.49/0.84	    cmd, result = parser_from(obj).consume(arglist)
0.49/0.84	  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.49/0.84	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.49/0.84	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.49/0.84	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.49/0.84	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.49/0.84	    process.die()
0.49/0.84	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.49/0.84	    os.kill(self._process.pid, signal.SIGUSR1)
0.49/0.84	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: 961)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.26 8.24 7.89 6/450 27882
/proc/meminfo: memFree=20387708/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/27882/stat : 27882 (python) R 27880 27882 27281 0 -1 4202496 899 0 0 0 0 0 0 0 25 0 1 0 658172428 16154624 780 33554432000 4194304 5683644 140736688272784 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27882/statm: 3944 781 343 364 0 431 0

[startup+0.0938269 s]
/proc/loadavg: 8.26 8.24 7.89 6/450 27882
/proc/meminfo: memFree=20387708/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=84604 CPUtime=0.05 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 2409 0 0 0 4 1 0 0 25 0 1 0 658172428 86634496 2136 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/27882/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84604

[startup+0.100786 s]
/proc/loadavg: 8.26 8.24 7.89 6/450 27882
/proc/meminfo: memFree=20387708/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=89768 CPUtime=0.05 cores=0,2,4,6
/proc/27882/stat : 27882 (python) R 27880 27882 27281 0 -1 4202496 2640 0 0 0 4 1 0 0 25 0 1 0 658172428 91922432 2356 33554432000 4194304 5683644 140736688272784 18446744073709551615 210642176800 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27882/statm: 22442 2359 721 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.300731 s]
/proc/loadavg: 8.26 8.24 7.89 6/450 27882
/proc/meminfo: memFree=20387708/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/27882/stat : 27882 (python) R 27880 27882 27281 0 -1 4202496 5968 937 1 0 13 4 0 0 17 0 1 0 658172428 139005952 4151 33554432000 4194304 5683644 140736688272784 18446744073709551615 210646838992 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27882/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700644 s]
/proc/loadavg: 8.26 8.24 7.89 6/450 27882
/proc/meminfo: memFree=20387708/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=278524 CPUtime=0.39 cores=0,2,4,6
/proc/27882/stat : 27882 (python) R 27880 27882 27281 0 -1 4202496 9363 937 1 0 29 10 0 0 16 0 1 0 658172428 285208576 7029 33554432000 4194304 5683644 140736688272784 18446744073709551615 210646805018 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27882/statm: 69631 7029 1826 364 0 5555 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 278524

[startup+1.5005 s]
/proc/loadavg: 8.08 8.21 7.88 7/455 27901
/proc/meminfo: memFree=20356668/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=0 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 753 0 0 0 0 0 0 0 16 0 1 0 658172511 306786304 5697 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4080868197111136515 0 0 17 0 0 0 0
/proc/27894/statm: 74899 5697 348 364 0 10811 0
[pid=27897] ppid=27894 vsize=1904 CPUtime=0.66 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) R 27894 27897 27897 0 -1 4202496 567 0 0 0 66 0 0 0 22 0 1 0 658172511 1949696 304 33554432000 4194304 4955518 140735573993920 18446744073709551615 4346460 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27897/statm: 476 304 106 186 0 289 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 757 0 0 0 0 0 0 0 16 0 1 0 658172512 317288448 5701 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4104059096364187906 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5701 348 364 0 13372 0
[pid=27901] ppid=27899 vsize=1904 CPUtime=0.65 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) R 27899 27901 27901 0 -1 4202496 566 0 0 0 65 0 0 0 22 0 1 0 658172512 1949696 305 33554432000 4194304 4955518 140735033425936 18446744073709551615 4244552 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27901/statm: 476 305 106 186 0 289 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 923108

[startup+3.10123 s]
/proc/loadavg: 8.08 8.21 7.88 7/455 27901
/proc/meminfo: memFree=20354560/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=0 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 658172511 306786304 5697 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4080868197111136515 0 0 17 0 0 0 0
/proc/27894/statm: 74899 5697 348 364 0 10811 0
[pid=27897] ppid=27894 vsize=2496 CPUtime=2.26 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) R 27894 27897 27897 0 -1 4202496 712 0 0 0 226 0 0 0 25 0 1 0 658172511 2555904 430 33554432000 4194304 4955518 140735573993920 18446744073709551615 4224425 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27897/statm: 624 430 106 186 0 437 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658172512 317288448 5701 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4104059096364187906 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5701 348 364 0 13372 0
[pid=27901] ppid=27899 vsize=2496 CPUtime=2.25 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) R 27899 27901 27901 0 -1 4202496 714 0 0 0 225 0 0 0 25 0 1 0 658172512 2555904 434 33554432000 4194304 4955518 140735033425936 18446744073709551615 4224453 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27901/statm: 624 434 106 186 0 437 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 924292

[startup+6.30072 s]
/proc/loadavg: 8.32 8.25 7.90 8/455 27901
/proc/meminfo: memFree=20350056/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=0.02 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 913 0 0 0 1 1 0 0 15 0 1 0 658172511 306786304 5720 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4080868197111136515 0 0 17 0 0 0 0
/proc/27894/statm: 74899 5720 371 364 0 10811 0
[pid=27897] ppid=27894 vsize=3348 CPUtime=5.45 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) R 27894 27897 27897 0 -1 4202496 878 0 0 0 545 0 0 0 25 0 1 0 658172511 3428352 596 33554432000 4194304 4955518 140735573993920 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27897/statm: 837 596 106 186 0 650 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=0.02 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 908 0 0 0 1 1 0 0 15 0 1 0 658172512 317288448 5723 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4104059096364187906 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5723 370 364 0 13372 0
[pid=27901] ppid=27899 vsize=3348 CPUtime=5.43 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) R 27899 27901 27901 0 -1 4202496 883 0 0 0 543 0 0 0 25 0 1 0 658172512 3428352 603 33554432000 4194304 4955518 140735033425936 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27901/statm: 837 603 106 186 0 650 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 925996

[startup+12.7006 s]
/proc/loadavg: 8.37 8.26 7.90 8/455 27901
/proc/meminfo: memFree=20344528/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=0.04 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 916 0 0 0 2 2 0 0 15 0 1 0 658172511 306786304 5720 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4080868197111136515 0 0 17 0 0 0 0
/proc/27894/statm: 74899 5720 371 364 0 10811 0
[pid=27897] ppid=27894 vsize=5264 CPUtime=11.85 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) R 27894 27897 27897 0 -1 4202496 1238 0 0 0 1185 0 0 0 25 0 1 0 658172511 5390336 956 33554432000 4194304 4955518 140735573993920 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27897/statm: 1316 956 106 186 0 1129 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=0.04 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 917 0 0 0 2 2 0 0 15 0 1 0 658172512 317288448 5724 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4104059096364187906 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5724 371 364 0 13372 0
[pid=27901] ppid=27899 vsize=5264 CPUtime=11.83 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) R 27899 27901 27901 0 -1 4202496 1240 0 0 0 1182 1 0 0 25 0 1 0 658172512 5390336 960 33554432000 4194304 4955518 140735033425936 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27901/statm: 1316 960 106 186 0 1129 0
Current children cumulated CPU time (s) 24.31
Current children cumulated vsize (KiB) 929828

[startup+25.5005 s]
/proc/loadavg: 7.91 8.17 7.88 7/455 27902
/proc/meminfo: memFree=20336576/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=0.07 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 921 0 0 0 3 4 0 0 15 0 1 0 658172511 306786304 5720 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4080868197111136515 0 0 17 0 0 0 0
/proc/27894/statm: 74899 5720 371 364 0 10811 0
[pid=27897] ppid=27894 vsize=9788 CPUtime=24.65 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) R 27894 27897 27897 0 -1 4202496 1934 0 0 0 2465 0 0 0 25 0 1 0 658172511 10022912 1652 33554432000 4194304 4955518 140735573993920 18446744073709551615 4238115 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27897/statm: 2447 1652 106 186 0 2260 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=0.08 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 923 0 0 0 4 4 0 0 15 0 1 0 658172512 317288448 5724 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4104059096364187906 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5724 371 364 0 13372 0
[pid=27901] ppid=27899 vsize=9788 CPUtime=24.62 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) R 27899 27901 27901 0 -1 4202496 1935 0 0 0 2461 1 0 0 25 0 1 0 658172512 10022912 1655 33554432000 4194304 4955518 140735033425936 18446744073709551615 4224850 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27901/statm: 2447 1655 106 186 0 2260 0
Current children cumulated CPU time (s) 49.97
Current children cumulated vsize (KiB) 938876

[startup+51.1012 s]
/proc/loadavg: 7.26 7.99 7.82 7/455 27903
/proc/meminfo: memFree=20319028/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=0.16 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 936 0 0 0 8 8 0 0 15 0 1 0 658172511 306786304 5720 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 10508938624236486915 0 0 17 4 0 0 0
/proc/27894/statm: 74899 5720 371 364 0 10811 0
[pid=27897] ppid=27894 vsize=13876 CPUtime=50.25 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) R 27894 27897 27897 0 -1 4202496 3219 0 0 0 5025 0 0 0 25 0 1 0 658172511 14209024 2937 33554432000 4194304 4955518 140735573993920 18446744073709551615 4300934 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/27897/statm: 3469 2937 106 186 0 3282 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=0.17 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 934 0 0 0 9 8 0 0 15 0 1 0 658172512 317288448 5724 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 10508938624236486914 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5724 371 364 0 13372 0
[pid=27901] ppid=27899 vsize=13876 CPUtime=50.19 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) R 27899 27901 27901 0 -1 4202496 3218 0 0 0 5018 1 0 0 25 0 1 0 658172512 14209024 2938 33554432000 4194304 4955518 140735033425936 18446744073709551615 4297507 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27901/statm: 3469 2938 106 186 0 3282 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 947052

[startup+102.314 s]
/proc/loadavg: 7.00 7.80 7.76 7/396 27947
/proc/meminfo: memFree=20705012/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=0.32 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 954 0 0 0 18 14 0 0 15 0 1 0 658172511 306786304 5720 33554432000 4194304 5683644 140736688272784 18446744073709551615 210647166534 0 0 16781312 514 4080868197111136515 0 0 17 4 0 0 0
/proc/27894/statm: 74899 5720 371 364 0 10811 0
[pid=27897] ppid=27894 vsize=28848 CPUtime=101.24 cores=0,2,4,6

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

/proc/meminfo: memFree=20269400/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=1.2 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 1151 0 0 0 64 56 0 0 17 0 2 0 658172511 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27894/statm: 74899 5750 400 364 0 10811 0
[pid=27897] ppid=27894 vsize=93576 CPUtime=389.54 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) T 27894 27897 27897 0 -1 4202496 18363 0 0 0 38924 30 0 0 25 0 1 0 658172511 95821824 18081 33554432000 4194304 4955518 140735573993920 18446744073709551615 4237796 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/27897/statm: 23394 18081 106 186 0 23207 0
[pid=27894/tid=28193] ppid=27882 vsize=299596 CPUtime=0 cores=0,2,4,6
/proc/27894/task/28193/stat : 28193 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658211705 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604449506416448 0 0 -1 6 0 0 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=2.05 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 1160 0 0 0 113 92 0 0 16 0 2 0 658172512 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5763 409 364 0 13372 0
[pid=27901] ppid=27899 vsize=141136 CPUtime=683.11 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) T 27899 27901 27901 0 -1 4202496 29923 0 0 0 68303 8 0 0 25 0 1 0 658172512 144523264 29643 33554432000 4194304 4955518 140735033425936 18446744073709551615 4208718 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/27901/statm: 35284 29643 106 186 0 35097 0
[pid=27899/tid=28253] ppid=27882 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/27899/task/28253/stat : 28253 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658240850 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604441039678400 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1076.45
Current children cumulated vsize (KiB) 1154012

[startup+1062.3 s]
/proc/loadavg: 4.19 4.61 5.93 5/410 28267
/proc/meminfo: memFree=20245460/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=1.2 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 1151 0 0 0 64 56 0 0 17 0 2 0 658172511 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27894/statm: 74899 5750 400 364 0 10811 0
[pid=27897] ppid=27894 vsize=93576 CPUtime=389.54 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) T 27894 27897 27897 0 -1 4202496 18363 0 0 0 38924 30 0 0 25 0 1 0 658172511 95821824 18081 33554432000 4194304 4955518 140735573993920 18446744073709551615 4237796 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/27897/statm: 23394 18081 106 186 0 23207 0
[pid=27894/tid=28193] ppid=27882 vsize=299596 CPUtime=0 cores=0,2,4,6
/proc/27894/task/28193/stat : 28193 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658211705 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604449506416448 0 0 -1 6 0 0 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=2.05 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 1160 0 0 0 113 92 0 0 16 0 2 0 658172512 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5763 409 364 0 13372 0
[pid=27901] ppid=27899 vsize=141136 CPUtime=683.11 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) T 27899 27901 27901 0 -1 4202496 29923 0 0 0 68303 8 0 0 25 0 1 0 658172512 144523264 29643 33554432000 4194304 4955518 140735033425936 18446744073709551615 4208718 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/27901/statm: 35284 29643 106 186 0 35097 0
[pid=27899/tid=28253] ppid=27882 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/27899/task/28253/stat : 28253 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658240850 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604441039678400 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1076.45
Current children cumulated vsize (KiB) 1154012

[startup+1122.3 s]
/proc/loadavg: 4.14 4.52 5.81 5/414 28273
/proc/meminfo: memFree=20213676/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=1.2 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 1151 0 0 0 64 56 0 0 17 0 2 0 658172511 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27894/statm: 74899 5750 400 364 0 10811 0
[pid=27897] ppid=27894 vsize=93576 CPUtime=389.54 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) T 27894 27897 27897 0 -1 4202496 18363 0 0 0 38924 30 0 0 25 0 1 0 658172511 95821824 18081 33554432000 4194304 4955518 140735573993920 18446744073709551615 4237796 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/27897/statm: 23394 18081 106 186 0 23207 0
[pid=27894/tid=28193] ppid=27882 vsize=299596 CPUtime=0 cores=0,2,4,6
/proc/27894/task/28193/stat : 28193 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658211705 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604449506416448 0 0 -1 6 0 0 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=2.05 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 1160 0 0 0 113 92 0 0 16 0 2 0 658172512 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5763 409 364 0 13372 0
[pid=27901] ppid=27899 vsize=141136 CPUtime=683.11 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) T 27899 27901 27901 0 -1 4202496 29923 0 0 0 68303 8 0 0 25 0 1 0 658172512 144523264 29643 33554432000 4194304 4955518 140735033425936 18446744073709551615 4208718 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/27901/statm: 35284 29643 106 186 0 35097 0
[pid=27899/tid=28253] ppid=27882 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/27899/task/28253/stat : 28253 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658240850 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604441039678400 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1076.45
Current children cumulated vsize (KiB) 1154012

[startup+1182.3 s]
/proc/loadavg: 4.11 4.43 5.70 5/414 28275
/proc/meminfo: memFree=20189124/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=1.2 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 1151 0 0 0 64 56 0 0 17 0 2 0 658172511 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27894/statm: 74899 5750 400 364 0 10811 0
[pid=27897] ppid=27894 vsize=93576 CPUtime=389.54 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) T 27894 27897 27897 0 -1 4202496 18363 0 0 0 38924 30 0 0 25 0 1 0 658172511 95821824 18081 33554432000 4194304 4955518 140735573993920 18446744073709551615 4237796 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/27897/statm: 23394 18081 106 186 0 23207 0
[pid=27894/tid=28193] ppid=27882 vsize=299596 CPUtime=0 cores=0,2,4,6
/proc/27894/task/28193/stat : 28193 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658211705 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604449506416448 0 0 -1 6 0 0 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=2.05 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 1160 0 0 0 113 92 0 0 16 0 2 0 658172512 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5763 409 364 0 13372 0
[pid=27901] ppid=27899 vsize=141136 CPUtime=683.11 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) T 27899 27901 27901 0 -1 4202496 29923 0 0 0 68303 8 0 0 25 0 1 0 658172512 144523264 29643 33554432000 4194304 4955518 140735033425936 18446744073709551615 4208718 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/27901/statm: 35284 29643 106 186 0 35097 0
[pid=27899/tid=28253] ppid=27882 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/27899/task/28253/stat : 28253 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658240850 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604441039678400 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1076.45
Current children cumulated vsize (KiB) 1154012

[startup+1242.3 s]
/proc/loadavg: 4.16 4.38 5.60 5/419 28281
/proc/meminfo: memFree=20155340/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=1.2 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 1151 0 0 0 64 56 0 0 17 0 2 0 658172511 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27894/statm: 74899 5750 400 364 0 10811 0
[pid=27897] ppid=27894 vsize=93576 CPUtime=389.54 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) T 27894 27897 27897 0 -1 4202496 18363 0 0 0 38924 30 0 0 25 0 1 0 658172511 95821824 18081 33554432000 4194304 4955518 140735573993920 18446744073709551615 4237796 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/27897/statm: 23394 18081 106 186 0 23207 0
[pid=27894/tid=28193] ppid=27882 vsize=299596 CPUtime=0 cores=0,2,4,6
/proc/27894/task/28193/stat : 28193 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658211705 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604449506416448 0 0 -1 6 0 0 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=2.05 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 1160 0 0 0 113 92 0 0 16 0 2 0 658172512 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5763 409 364 0 13372 0
[pid=27901] ppid=27899 vsize=141136 CPUtime=683.11 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) T 27899 27901 27901 0 -1 4202496 29923 0 0 0 68303 8 0 0 25 0 1 0 658172512 144523264 29643 33554432000 4194304 4955518 140735033425936 18446744073709551615 4208718 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/27901/statm: 35284 29643 106 186 0 35097 0
[pid=27899/tid=28253] ppid=27882 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/27899/task/28253/stat : 28253 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658240850 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604441039678400 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1076.45
Current children cumulated vsize (KiB) 1154012



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.33 5.50 5/419 28283
/proc/meminfo: memFree=20130780/32951132 swapFree=64495980/67111528
[pid=27882] ppid=27880 vsize=309852 CPUtime=0.55 cores=0,2,4,6
/proc/27882/stat : 27882 (python) S 27880 27882 27281 0 -1 4202496 12403 3979 1 0 42 11 2 0 18 0 1 0 658172428 317288448 7228 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658976575 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/27882/statm: 77463 7228 1875 364 0 13372 0
[pid=27894] ppid=27882 vsize=299596 CPUtime=1.2 cores=0,2,4,6
/proc/27894/stat : 27894 (python) S 27882 27882 27281 0 -1 4202560 1151 0 0 0 64 56 0 0 17 0 2 0 658172511 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27894/statm: 74899 5750 400 364 0 10811 0
[pid=27897] ppid=27894 vsize=93576 CPUtime=389.54 cores=0,2,4,6
/proc/27897/stat : 27897 (march_hi) T 27894 27897 27897 0 -1 4202496 18363 0 0 0 38924 30 0 0 25 0 1 0 658172511 95821824 18081 33554432000 4194304 4955518 140735573993920 18446744073709551615 4237796 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/27897/statm: 23394 18081 106 186 0 23207 0
[pid=27894/tid=28193] ppid=27882 vsize=299596 CPUtime=0 cores=0,2,4,6
/proc/27894/task/28193/stat : 28193 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658211705 306786304 5750 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604449506416448 0 0 -1 6 0 0 0
[pid=27899] ppid=27882 vsize=309852 CPUtime=2.05 cores=0,2,4,6
/proc/27899/stat : 27899 (python) S 27882 27882 27281 0 -1 4202560 1160 0 0 0 113 92 0 0 16 0 2 0 658172512 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27899/statm: 77463 5763 409 364 0 13372 0
[pid=27901] ppid=27899 vsize=141136 CPUtime=683.11 cores=0,2,4,6
/proc/27901/stat : 27901 (march_hi) T 27899 27901 27901 0 -1 4202496 29923 0 0 0 68303 8 0 0 25 0 1 0 658172512 144523264 29643 33554432000 4194304 4955518 140735033425936 18446744073709551615 4208718 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/27901/statm: 35284 29643 106 186 0 35097 0
[pid=27899/tid=28253] ppid=27882 vsize=309852 CPUtime=0 cores=0,2,4,6
/proc/27899/task/28253/stat : 28253 (python) S 27882 27882 27281 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658240850 317288448 5763 33554432000 4194304 5683644 140736688272784 18446744073709551615 210658970033 0 0 16781312 514 18446604441039678400 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1076.45
Current children cumulated vsize (KiB) 1154012

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 27882 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=241659
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=611754
# CPU time returned by wait4() is 3.85341
# while last known CPU time is 1076.45
#
# 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): 1076.45
CPU user time (s): 1074.48
CPU system time (s): 1.97
CPU usage (%): 82.8018
Max. virtual memory (cumulated for all children) (KiB): 1154016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.24166
system time used= 1.61175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20649
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= 4801
involuntary context switches= 53

runsolver used 4.67829 second user time and 10.8534 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 15:22:08
IDJOB=3378460
IDBENCH=82869
IDSOLVER=1859
FILE ID=node129/3378460-1305465728
RUNJOBID= node129-1305463314-27299
PBS_JOBID= 13324993
Free space on /tmp= 73364 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S34055288-072.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-3378460-1305465728/watcher-3378460-1305465728 -o /tmp/evaluation-result-3378460-1305465728/solver-3378460-1305465728 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378460-1305465728.cnf -seed 276779264 -budget 4800 -cores 4

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

MD5SUM BENCH= 10f0c0c20b1ddb1f4561bcd231d72d23
RANDOM SEED=276779264

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      20387748 kB
Buffers:        268300 kB
Cached:        6413580 kB
SwapCached:      52668 kB
Active:        3788708 kB
Inactive:      8519820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20387748 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:           31648 kB
Writeback:          24 kB
AnonPages:     5582540 kB
Mapped:          27868 kB
Slab:           135536 kB
PageTables:      53840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 103403964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73332 MiB
End job on node129 at 2011-05-15 15:43:50