Trace number 3322279

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? (exit code) 386.416 97.1652

General information on the benchmark

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

Solver Data

0.34/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.66	c INFO: solving HOME/instance-3322279-1304379579.cnf
0.34/0.66	c INFO: computing task features
0.34/0.67	c INFO: computed variable-clause graph statistics
0.34/0.67	c INFO: computed clause balance statistics
0.43/0.71	c INFO: computed variable balance statistics
0.43/0.75	c INFO: computed small-clause counts
0.43/0.75	c INFO: computed Horn-clause counts
0.43/0.75	c INFO: computed variable graph statistics
0.43/0.75	c INFO: collected features for HOME/instance-3322279-1304379579.cnf in 0.08 s
0.43/0.79	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.57)
0.52/0.82	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.33)
0.52/0.86	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.29)
0.65/0.90	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.08)
0.65/0.94	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.65/0.97	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.31)
1.21/1.01	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.28)
1.21/1.05	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.24)
1.21/1.06	Traceback (most recent call last):
1.21/1.06	  File "HOME/solve", line 33, in <module>
1.21/1.06	    plac.call(main)
1.21/1.06	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1.21/1.06	    cmd, result = parser_from(obj).consume(arglist)
1.21/1.06	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
1.21/1.06	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1.21/1.06	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1.21/1.06	    (_, answer, _) = solver(input_path, budget, cores)
1.21/1.06	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
1.21/1.06	    process.die()
1.21/1.06	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
1.21/1.06	    os.kill(self._process.pid, signal.SIGUSR1)
1.21/1.06	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-3322279-1304379579/watcher-3322279-1304379579 -o /tmp/evaluation-result-3322279-1304379579/solver-3322279-1304379579 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322279-1304379579.cnf -seed 1344374481 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 8.05 8.12 8.09 1/295 31698
/proc/meminfo: memFree=6948636/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=15776 CPUtime=0 cores=0-7
/proc/31698/stat : 31698 (python) R 31696 31698 30950 0 -1 4202496 857 0 0 0 0 0 0 0 17 0 1 0 282149157 16154624 739 33554432000 4194304 5683644 140736313491888 18446744073709551615 5002908 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31698/statm: 3944 740 335 364 0 431 0

[startup+0.0587669 s]
/proc/loadavg: 8.05 8.12 8.09 1/295 31698
/proc/meminfo: memFree=6948636/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=29792 CPUtime=0.03 cores=0-7
/proc/31698/stat : 31698 (python) R 31696 31698 30950 0 -1 4202496 1440 0 0 0 3 0 0 0 17 0 1 0 282149157 30507008 1283 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660705415 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31698/statm: 7447 1283 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.100784 s]
/proc/loadavg: 8.05 8.12 8.09 1/295 31698
/proc/meminfo: memFree=6948636/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=89768 CPUtime=0.05 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 2672 0 0 0 4 1 0 0 17 0 1 0 282149157 91922432 2388 33554432000 4194304 5683644 140736313491888 18446744073709551615 268655738503 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31698/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.300764 s]
/proc/loadavg: 8.05 8.12 8.09 1/295 31698
/proc/meminfo: memFree=6948636/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=135748 CPUtime=0.18 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 5966 932 1 0 14 4 0 0 18 0 1 0 282149157 139005952 4151 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660658181 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31698/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700689 s]
/proc/loadavg: 8.05 8.12 8.09 1/295 31698
/proc/meminfo: memFree=6948636/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=278440 CPUtime=0.43 cores=0-7
/proc/31698/stat : 31698 (python) R 31696 31698 30950 0 -1 4202496 9340 932 1 0 33 10 0 0 17 0 1 0 282149157 285122560 7009 33554432000 4194304 5683644 140736313491888 18446744073709551615 4294352 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31698/statm: 69610 7009 1826 364 0 5534 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278440

[startup+1.5005 s]
/proc/loadavg: 8.05 8.12 8.09 6/310 31723
/proc/meminfo: memFree=6906348/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=375552 CPUtime=0.88 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 15824 5798 1 0 66 12 9 1 17 0 1 0 282149157 384565248 7435 33554432000 4194304 5683644 140736313491888 18446744073709551615 268672492351 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/31698/statm: 93888 7435 1891 364 0 29785 0
[pid=31708] ppid=31698 vsize=289356 CPUtime=0 cores=0-7
/proc/31708/stat : 31708 (python) S 31698 31698 30950 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 282149240 296300544 5696 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 3371014694125928705 0 0 17 1 0 0 0
/proc/31708/statm: 72339 5696 348 364 0 8254 0
[pid=31710] ppid=31708 vsize=2396 CPUtime=0.66 cores=0-7
/proc/31710/stat : 31710 (march_hi) R 31708 31710 31710 0 -1 4202496 670 0 0 0 66 0 0 0 21 0 1 0 282149240 2453504 409 33554432000 4194304 4955518 140735823326256 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31710/statm: 599 409 104 186 0 412 0
[pid=31711] ppid=31698 vsize=299264 CPUtime=0 cores=0-7
/proc/31711/stat : 31711 (python) S 31698 31698 30950 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 282149243 306446336 5624 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 13282293981875503362 0 0 17 1 0 0 0
/proc/31711/statm: 74816 5624 348 364 0 10728 0
[pid=31713] ppid=31711 vsize=2396 CPUtime=0.62 cores=0-7
/proc/31713/stat : 31713 (march_hi) R 31711 31713 31713 0 -1 4202496 674 0 0 0 62 0 0 0 22 0 1 0 282149243 2453504 409 33554432000 4194304 4955518 140735636511040 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31713/statm: 599 409 104 186 0 412 0
[pid=31714] ppid=31698 vsize=375504 CPUtime=0 cores=0-7
/proc/31714/stat : 31714 (python) S 31698 31698 30950 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 282149247 384516096 5715 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 1074332815794864385 0 0 17 1 0 0 0
/proc/31714/statm: 93876 5715 348 364 0 29785 0
[pid=31716] ppid=31714 vsize=2396 CPUtime=0.59 cores=0-7
/proc/31716/stat : 31716 (march_hi) R 31714 31716 31716 0 -1 4202496 664 0 0 0 59 0 0 0 22 0 1 0 282149247 2453504 402 33554432000 4194304 4955518 140736150640512 18446744073709551615 4224738 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31716/statm: 599 402 104 186 0 412 0
[pid=31721] ppid=31698 vsize=396016 CPUtime=0 cores=0-7
/proc/31721/stat : 31721 (python) S 31698 31698 30950 0 -1 4202560 733 0 0 0 0 0 0 0 16 0 1 0 282149255 405520384 5911 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 2444359488375849217 0 0 17 7 0 0 0
/proc/31721/statm: 99004 5911 348 364 0 34907 0
[pid=31723] ppid=31721 vsize=2396 CPUtime=0.51 cores=0-7
/proc/31723/stat : 31723 (march_hi) R 31721 31723 31723 0 -1 4202496 650 0 0 0 51 0 0 0 23 0 1 0 282149255 2453504 395 33554432000 4194304 4955518 140735379014192 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31723/statm: 599 395 104 186 0 412 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 1745276

[startup+3.10122 s]
/proc/loadavg: 7.73 8.05 8.07 5/304 31728
/proc/meminfo: memFree=6902800/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=375552 CPUtime=0.88 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 15824 5798 1 0 66 12 9 1 17 0 1 0 282149157 384565248 7435 33554432000 4194304 5683644 140736313491888 18446744073709551615 268672492351 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/31698/statm: 93888 7435 1891 364 0 29785 0
[pid=31708] ppid=31698 vsize=289356 CPUtime=0 cores=0-7
/proc/31708/stat : 31708 (python) S 31698 31698 30950 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 282149240 296300544 5696 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 3371014694125928705 0 0 17 1 0 0 0
/proc/31708/statm: 72339 5696 348 364 0 8254 0
[pid=31710] ppid=31708 vsize=2852 CPUtime=2.26 cores=0-7
/proc/31710/stat : 31710 (march_hi) R 31708 31710 31710 0 -1 4202496 767 0 0 0 226 0 0 0 25 0 1 0 282149240 2920448 506 33554432000 4194304 4955518 140735823326256 18446744073709551615 4286619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31710/statm: 713 506 104 186 0 526 0
[pid=31711] ppid=31698 vsize=299264 CPUtime=0 cores=0-7
/proc/31711/stat : 31711 (python) S 31698 31698 30950 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 282149243 306446336 5624 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 13282293981875503362 0 0 17 1 0 0 0
/proc/31711/statm: 74816 5624 348 364 0 10728 0
[pid=31713] ppid=31711 vsize=2852 CPUtime=2.22 cores=0-7
/proc/31713/stat : 31713 (march_hi) R 31711 31713 31713 0 -1 4202496 771 0 0 0 222 0 0 0 25 0 1 0 282149243 2920448 506 33554432000 4194304 4955518 140735636511040 18446744073709551615 4227886 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31713/statm: 713 506 104 186 0 526 0
[pid=31714] ppid=31698 vsize=375504 CPUtime=0 cores=0-7
/proc/31714/stat : 31714 (python) S 31698 31698 30950 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 282149247 384516096 5715 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 1074332815794864385 0 0 17 1 0 0 0
/proc/31714/statm: 93876 5715 348 364 0 29785 0
[pid=31716] ppid=31714 vsize=2852 CPUtime=2.19 cores=0-7
/proc/31716/stat : 31716 (march_hi) R 31714 31716 31716 0 -1 4202496 766 0 0 0 219 0 0 0 25 0 1 0 282149247 2920448 504 33554432000 4194304 4955518 140736150640512 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31716/statm: 713 504 104 186 0 526 0
[pid=31721] ppid=31698 vsize=396016 CPUtime=0 cores=0-7
/proc/31721/stat : 31721 (python) S 31698 31698 30950 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 282149255 405520384 5911 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 10280428226442395905 0 0 17 7 0 0 0
/proc/31721/statm: 99004 5911 348 364 0 34907 0
[pid=31723] ppid=31721 vsize=2852 CPUtime=2.11 cores=0-7
/proc/31723/stat : 31723 (march_hi) R 31721 31723 31723 0 -1 4202496 755 0 0 0 211 0 0 0 25 0 1 0 282149255 2920448 500 33554432000 4194304 4955518 140735379014192 18446744073709551615 4314040 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31723/statm: 713 500 104 186 0 526 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 1747100

[startup+6.30067 s]
/proc/loadavg: 7.73 8.05 8.07 5/304 31728
/proc/meminfo: memFree=6900196/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=375552 CPUtime=0.88 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 15824 5798 1 0 66 12 9 1 17 0 1 0 282149157 384565248 7435 33554432000 4194304 5683644 140736313491888 18446744073709551615 268672492351 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/31698/statm: 93888 7435 1891 364 0 29785 0
[pid=31708] ppid=31698 vsize=289356 CPUtime=0 cores=0-7
/proc/31708/stat : 31708 (python) S 31698 31698 30950 0 -1 4202560 904 0 0 0 0 0 0 0 15 0 1 0 282149240 296300544 5719 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 3371014694125928705 0 0 17 1 0 0 0
/proc/31708/statm: 72339 5719 371 364 0 8254 0
[pid=31710] ppid=31708 vsize=3660 CPUtime=5.46 cores=0-7
/proc/31710/stat : 31710 (march_hi) R 31708 31710 31710 0 -1 4202496 915 0 0 0 546 0 0 0 25 0 1 0 282149240 3747840 654 33554432000 4194304 4955518 140735823326256 18446744073709551615 4227121 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31710/statm: 915 654 104 186 0 728 0
[pid=31711] ppid=31698 vsize=299264 CPUtime=0 cores=0-7
/proc/31711/stat : 31711 (python) S 31698 31698 30950 0 -1 4202560 908 0 0 0 0 0 0 0 15 0 1 0 282149243 306446336 5647 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 13282293981875503362 0 0 17 7 0 0 0
/proc/31711/statm: 74816 5647 371 364 0 10728 0
[pid=31713] ppid=31711 vsize=3660 CPUtime=5.42 cores=0-7
/proc/31713/stat : 31713 (march_hi) R 31711 31713 31713 0 -1 4202496 919 0 0 0 542 0 0 0 25 0 1 0 282149243 3747840 654 33554432000 4194304 4955518 140735636511040 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31713/statm: 915 654 104 186 0 728 0
[pid=31714] ppid=31698 vsize=375504 CPUtime=0.01 cores=0-7
/proc/31714/stat : 31714 (python) S 31698 31698 30950 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 282149247 384516096 5738 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 1074332815794864385 0 0 17 1 0 0 0
/proc/31714/statm: 93876 5738 371 364 0 29785 0
[pid=31716] ppid=31714 vsize=3660 CPUtime=5.38 cores=0-7
/proc/31716/stat : 31716 (march_hi) R 31714 31716 31716 0 -1 4202496 915 0 0 0 538 0 0 0 25 0 1 0 282149247 3747840 653 33554432000 4194304 4955518 140736150640512 18446744073709551615 4282803 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31716/statm: 915 653 104 186 0 728 0
[pid=31721] ppid=31698 vsize=396016 CPUtime=0.01 cores=0-7
/proc/31721/stat : 31721 (python) S 31698 31698 30950 0 -1 4202560 808 0 0 0 1 0 0 0 15 0 1 0 282149255 405520384 5934 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 2444359488375849217 0 0 17 7 0 0 0
/proc/31721/statm: 99004 5934 371 364 0 34907 0
[pid=31723] ppid=31721 vsize=3660 CPUtime=5.31 cores=0-7
/proc/31723/stat : 31723 (march_hi) R 31721 31723 31723 0 -1 4202496 905 0 0 0 531 0 0 0 25 0 1 0 282149255 3747840 650 33554432000 4194304 4955518 140735379014192 18446744073709551615 4209672 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31723/statm: 915 650 104 186 0 728 0
Current children cumulated CPU time (s) 22.47
Current children cumulated vsize (KiB) 1750332

[startup+12.7005 s]
/proc/loadavg: 7.15 7.91 8.02 5/304 31728
/proc/meminfo: memFree=6897136/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=375552 CPUtime=0.88 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 15824 5798 1 0 66 12 9 1 17 0 1 0 282149157 384565248 7435 33554432000 4194304 5683644 140736313491888 18446744073709551615 268672492351 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/31698/statm: 93888 7435 1891 364 0 29785 0
[pid=31708] ppid=31698 vsize=289356 CPUtime=0.02 cores=0-7
/proc/31708/stat : 31708 (python) S 31698 31698 30950 0 -1 4202560 908 0 0 0 1 1 0 0 15 0 1 0 282149240 296300544 5719 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 3371014694125928705 0 0 17 7 0 0 0
/proc/31708/statm: 72339 5719 371 364 0 8254 0
[pid=31710] ppid=31708 vsize=5324 CPUtime=11.86 cores=0-7
/proc/31710/stat : 31710 (march_hi) R 31708 31710 31710 0 -1 4202496 1231 0 0 0 1186 0 0 0 25 0 1 0 282149240 5451776 939 33554432000 4194304 4955518 140735823326256 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31710/statm: 1331 939 104 186 0 1144 0
[pid=31711] ppid=31698 vsize=299264 CPUtime=0.02 cores=0-7
/proc/31711/stat : 31711 (python) S 31698 31698 30950 0 -1 4202560 913 0 0 0 1 1 0 0 15 0 1 0 282149243 306446336 5647 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 13282293981875503362 0 0 17 7 0 0 0
/proc/31711/statm: 74816 5647 371 364 0 10728 0
[pid=31713] ppid=31711 vsize=5324 CPUtime=11.82 cores=0-7
/proc/31713/stat : 31713 (march_hi) R 31711 31713 31713 0 -1 4202496 1235 0 0 0 1182 0 0 0 25 0 1 0 282149243 5451776 939 33554432000 4194304 4955518 140735636511040 18446744073709551615 4308608 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31713/statm: 1331 939 104 186 0 1144 0
[pid=31714] ppid=31698 vsize=375504 CPUtime=0.02 cores=0-7
/proc/31714/stat : 31714 (python) S 31698 31698 30950 0 -1 4202560 912 0 0 0 2 0 0 0 15 0 1 0 282149247 384516096 5738 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 1074332815794864385 0 0 17 1 0 0 0
/proc/31714/statm: 93876 5738 371 364 0 29785 0
[pid=31716] ppid=31714 vsize=5324 CPUtime=11.78 cores=0-7
/proc/31716/stat : 31716 (march_hi) R 31714 31716 31716 0 -1 4202496 1231 0 0 0 1178 0 0 0 25 0 1 0 282149247 5451776 938 33554432000 4194304 4955518 140736150640512 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31716/statm: 1331 938 104 186 0 1144 0
[pid=31721] ppid=31698 vsize=396016 CPUtime=0.02 cores=0-7
/proc/31721/stat : 31721 (python) S 31698 31698 30950 0 -1 4202560 808 0 0 0 1 1 0 0 15 0 1 0 282149255 405520384 5934 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 2444359488375849217 0 0 17 7 0 0 0
/proc/31721/statm: 99004 5934 371 364 0 34907 0
[pid=31723] ppid=31721 vsize=5324 CPUtime=11.71 cores=0-7
/proc/31723/stat : 31723 (march_hi) R 31721 31723 31723 0 -1 4202496 1220 0 0 0 1171 0 0 0 25 0 1 0 282149255 5451776 934 33554432000 4194304 4955518 140735379014192 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31723/statm: 1331 934 104 186 0 1144 0
Current children cumulated CPU time (s) 48.13
Current children cumulated vsize (KiB) 1756988

[startup+25.5013 s]
/proc/loadavg: 6.67 7.78 7.98 5/304 31729
/proc/meminfo: memFree=6891440/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=375552 CPUtime=0.88 cores=0-7

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

[pid=31716] ppid=31714 vsize=18236 CPUtime=88.59 cores=0-7
/proc/31716/stat : 31716 (march_hi) R 31714 31716 31716 0 -1 4202496 4079 0 0 0 8858 1 0 0 25 0 1 0 282149247 18673664 3786 33554432000 4194304 4955518 140736150640512 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31716/statm: 4559 3786 104 186 0 4372 0
[pid=31721] ppid=31698 vsize=396016 CPUtime=0.18 cores=0-7
/proc/31721/stat : 31721 (python) S 31698 31698 30950 0 -1 4202560 812 0 0 0 9 9 0 0 15 0 1 0 282149255 405520384 5934 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 5624573722120651009 0 0 17 1 0 0 0
/proc/31721/statm: 99004 5934 371 364 0 34907 0
[pid=31723] ppid=31721 vsize=18236 CPUtime=88.5 cores=0-7
/proc/31723/stat : 31723 (march_hi) R 31721 31723 31723 0 -1 4202496 4073 0 0 0 8850 0 0 0 25 0 1 0 282149255 18673664 3787 33554432000 4194304 4955518 140735379014192 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31723/statm: 4559 3787 104 186 0 4372 0
Current children cumulated CPU time (s) 355.99
Current children cumulated vsize (KiB) 1808636

[startup+92.7005 s]
/proc/loadavg: 4.83 6.99 7.69 5/304 31730
/proc/meminfo: memFree=6851440/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=375552 CPUtime=0.88 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 15824 5798 1 0 66 12 9 1 17 0 1 0 282149157 384565248 7435 33554432000 4194304 5683644 140736313491888 18446744073709551615 268672492351 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/31698/statm: 93888 7435 1891 364 0 29785 0
[pid=31708] ppid=31698 vsize=289356 CPUtime=0.21 cores=0-7
/proc/31708/stat : 31708 (python) S 31698 31698 30950 0 -1 4202560 937 0 0 0 12 9 0 0 15 0 1 0 282149240 296300544 5719 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 3371014694125928705 0 0 17 1 0 0 0
/proc/31708/statm: 72339 5719 371 364 0 8254 0
[pid=31710] ppid=31708 vsize=18236 CPUtime=91.86 cores=0-7
/proc/31710/stat : 31710 (march_hi) R 31708 31710 31710 0 -1 4202496 4180 0 0 0 9185 1 0 0 25 0 1 0 282149240 18673664 3888 33554432000 4194304 4955518 140735823326256 18446744073709551615 4227827 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31710/statm: 4559 3888 104 186 0 4372 0
[pid=31711] ppid=31698 vsize=299264 CPUtime=0.2 cores=0-7
/proc/31711/stat : 31711 (python) S 31698 31698 30950 0 -1 4202560 945 0 0 0 10 10 0 0 16 0 1 0 282149243 306446336 5647 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 5624573722120651010 0 0 17 7 0 0 0
/proc/31711/statm: 74816 5647 371 364 0 10728 0
[pid=31713] ppid=31711 vsize=18236 CPUtime=91.82 cores=0-7
/proc/31713/stat : 31713 (march_hi) R 31711 31713 31713 0 -1 4202496 4185 0 0 0 9182 0 0 0 25 0 1 0 282149243 18673664 3889 33554432000 4194304 4955518 140735636511040 18446744073709551615 4244544 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31713/statm: 4559 3889 104 186 0 4372 0
[pid=31714] ppid=31698 vsize=375504 CPUtime=0.2 cores=0-7
/proc/31714/stat : 31714 (python) S 31698 31698 30950 0 -1 4202560 945 0 0 0 12 8 0 0 15 0 1 0 282149247 384516096 5738 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 1074332815794864385 0 0 17 1 0 0 0
/proc/31714/statm: 93876 5738 371 364 0 29785 0
[pid=31716] ppid=31714 vsize=18236 CPUtime=91.79 cores=0-7
/proc/31716/stat : 31716 (march_hi) R 31714 31716 31716 0 -1 4202496 4188 0 0 0 9178 1 0 0 25 0 1 0 282149247 18673664 3895 33554432000 4194304 4955518 140736150640512 18446744073709551615 4313920 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31716/statm: 4559 3895 104 186 0 4372 0
[pid=31721] ppid=31698 vsize=396016 CPUtime=0.19 cores=0-7
/proc/31721/stat : 31721 (python) S 31698 31698 30950 0 -1 4202560 812 0 0 0 10 9 0 0 15 0 1 0 282149255 405520384 5934 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 2444359488375849217 0 0 17 1 0 0 0
/proc/31721/statm: 99004 5934 371 364 0 34907 0
[pid=31723] ppid=31721 vsize=18236 CPUtime=91.7 cores=0-7
/proc/31723/stat : 31723 (march_hi) R 31721 31723 31723 0 -1 4202496 4183 0 0 0 9170 0 0 0 25 0 1 0 282149255 18673664 3897 33554432000 4194304 4955518 140735379014192 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31723/statm: 4559 3897 104 186 0 4372 0
Current children cumulated CPU time (s) 368.85
Current children cumulated vsize (KiB) 1808636

[startup+94.3012 s]
/proc/loadavg: 4.83 6.99 7.69 5/304 31730
/proc/meminfo: memFree=6851316/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=375552 CPUtime=0.88 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 15824 5798 1 0 66 12 9 1 17 0 1 0 282149157 384565248 7435 33554432000 4194304 5683644 140736313491888 18446744073709551615 268672492351 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/31698/statm: 93888 7435 1891 364 0 29785 0
[pid=31708] ppid=31698 vsize=289356 CPUtime=0.21 cores=0-7
/proc/31708/stat : 31708 (python) S 31698 31698 30950 0 -1 4202560 937 0 0 0 12 9 0 0 15 0 1 0 282149240 296300544 5719 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 3371014694125928705 0 0 17 1 0 0 0
/proc/31708/statm: 72339 5719 371 364 0 8254 0
[pid=31710] ppid=31708 vsize=18368 CPUtime=93.46 cores=0-7
/proc/31710/stat : 31710 (march_hi) R 31708 31710 31710 0 -1 4202496 4248 0 0 0 9345 1 0 0 25 0 1 0 282149240 18808832 3956 33554432000 4194304 4955518 140735823326256 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31710/statm: 4592 3956 104 186 0 4405 0
[pid=31711] ppid=31698 vsize=299264 CPUtime=0.2 cores=0-7
/proc/31711/stat : 31711 (python) S 31698 31698 30950 0 -1 4202560 945 0 0 0 10 10 0 0 15 0 1 0 282149243 306446336 5647 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 13282293981875503362 0 0 17 7 0 0 0
/proc/31711/statm: 74816 5647 371 364 0 10728 0
[pid=31713] ppid=31711 vsize=18368 CPUtime=93.42 cores=0-7
/proc/31713/stat : 31713 (march_hi) R 31711 31713 31713 0 -1 4202496 4252 0 0 0 9342 0 0 0 25 0 1 0 282149243 18808832 3956 33554432000 4194304 4955518 140735636511040 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31713/statm: 4592 3956 104 186 0 4405 0
[pid=31714] ppid=31698 vsize=375504 CPUtime=0.2 cores=0-7
/proc/31714/stat : 31714 (python) S 31698 31698 30950 0 -1 4202560 945 0 0 0 12 8 0 0 15 0 1 0 282149247 384516096 5738 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 1074332815794864385 0 0 17 1 0 0 0
/proc/31714/statm: 93876 5738 371 364 0 29785 0
[pid=31716] ppid=31714 vsize=18368 CPUtime=93.39 cores=0-7
/proc/31716/stat : 31716 (march_hi) R 31714 31716 31716 0 -1 4202496 4255 0 0 0 9338 1 0 0 25 0 1 0 282149247 18808832 3962 33554432000 4194304 4955518 140736150640512 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31716/statm: 4592 3962 104 186 0 4405 0
[pid=31721] ppid=31698 vsize=396016 CPUtime=0.19 cores=0-7
/proc/31721/stat : 31721 (python) S 31698 31698 30950 0 -1 4202560 812 0 0 0 10 9 0 0 15 0 1 0 282149255 405520384 5934 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 2444359488375849217 0 0 17 1 0 0 0
/proc/31721/statm: 99004 5934 371 364 0 34907 0
[pid=31723] ppid=31721 vsize=18368 CPUtime=93.3 cores=0-7
/proc/31723/stat : 31723 (march_hi) R 31721 31723 31723 0 -1 4202496 4249 0 0 0 9330 0 0 0 25 0 1 0 282149255 18808832 3963 33554432000 4194304 4955518 140735379014192 18446744073709551615 4290229 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31723/statm: 4592 3963 104 186 0 4405 0
Current children cumulated CPU time (s) 375.25
Current children cumulated vsize (KiB) 1809164

[startup+95.9009 s]
/proc/loadavg: 4.83 6.99 7.69 5/304 31730
/proc/meminfo: memFree=6849948/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=375552 CPUtime=0.88 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 15824 5798 1 0 66 12 9 1 17 0 1 0 282149157 384565248 7435 33554432000 4194304 5683644 140736313491888 18446744073709551615 268672492351 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/31698/statm: 93888 7435 1891 364 0 29785 0
[pid=31708] ppid=31698 vsize=289356 CPUtime=0.21 cores=0-7
/proc/31708/stat : 31708 (python) S 31698 31698 30950 0 -1 4202560 937 0 0 0 12 9 0 0 15 0 1 0 282149240 296300544 5719 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 3371014694125928705 0 0 17 1 0 0 0
/proc/31708/statm: 72339 5719 371 364 0 8254 0
[pid=31710] ppid=31708 vsize=18368 CPUtime=95.06 cores=0-7
/proc/31710/stat : 31710 (march_hi) R 31708 31710 31710 0 -1 4202496 4310 0 0 0 9505 1 0 0 25 0 1 0 282149240 18808832 4018 33554432000 4194304 4955518 140735823326256 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31710/statm: 4592 4018 104 186 0 4405 0
[pid=31711] ppid=31698 vsize=299264 CPUtime=0.2 cores=0-7
/proc/31711/stat : 31711 (python) S 31698 31698 30950 0 -1 4202560 945 0 0 0 10 10 0 0 15 0 1 0 282149243 306446336 5647 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 13282293981875503362 0 0 17 7 0 0 0
/proc/31711/statm: 74816 5647 371 364 0 10728 0
[pid=31713] ppid=31711 vsize=18368 CPUtime=95.02 cores=0-7
/proc/31713/stat : 31713 (march_hi) R 31711 31713 31713 0 -1 4202496 4314 0 0 0 9502 0 0 0 25 0 1 0 282149243 18808832 4018 33554432000 4194304 4955518 140735636511040 18446744073709551615 4227695 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31713/statm: 4592 4018 104 186 0 4405 0
[pid=31714] ppid=31698 vsize=375504 CPUtime=0.2 cores=0-7
/proc/31714/stat : 31714 (python) S 31698 31698 30950 0 -1 4202560 947 0 0 0 12 8 0 0 15 0 1 0 282149247 384516096 5738 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 5624573722120651009 0 0 17 1 0 0 0
/proc/31714/statm: 93876 5738 371 364 0 29785 0
[pid=31716] ppid=31714 vsize=18368 CPUtime=94.99 cores=0-7
/proc/31716/stat : 31716 (march_hi) R 31714 31716 31716 0 -1 4202496 4317 0 0 0 9498 1 0 0 25 0 1 0 282149247 18808832 4024 33554432000 4194304 4955518 140736150640512 18446744073709551615 4263703 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31716/statm: 4592 4024 104 186 0 4405 0
[pid=31721] ppid=31698 vsize=396016 CPUtime=0.2 cores=0-7
/proc/31721/stat : 31721 (python) S 31698 31698 30950 0 -1 4202560 812 0 0 0 10 10 0 0 15 0 1 0 282149255 405520384 5934 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 5624573722120651009 0 0 17 1 0 0 0
/proc/31721/statm: 99004 5934 371 364 0 34907 0
[pid=31723] ppid=31721 vsize=18368 CPUtime=94.91 cores=0-7
/proc/31723/stat : 31723 (march_hi) R 31721 31723 31723 0 -1 4202496 4311 0 0 0 9490 1 0 0 25 0 1 0 282149255 18808832 4025 33554432000 4194304 4955518 140735379014192 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31723/statm: 4592 4025 104 186 0 4405 0
Current children cumulated CPU time (s) 381.67
Current children cumulated vsize (KiB) 1809164

[startup+96.7008 s]
/proc/loadavg: 4.76 6.94 7.67 5/304 31730
/proc/meminfo: memFree=6849328/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=375552 CPUtime=0.88 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 15824 5798 1 0 66 12 9 1 17 0 1 0 282149157 384565248 7435 33554432000 4194304 5683644 140736313491888 18446744073709551615 268672492351 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/31698/statm: 93888 7435 1891 364 0 29785 0
[pid=31708] ppid=31698 vsize=289356 CPUtime=0.21 cores=0-7
/proc/31708/stat : 31708 (python) S 31698 31698 30950 0 -1 4202560 937 0 0 0 12 9 0 0 15 0 1 0 282149240 296300544 5719 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 3371014694125928705 0 0 17 1 0 0 0
/proc/31708/statm: 72339 5719 371 364 0 8254 0
[pid=31710] ppid=31708 vsize=18368 CPUtime=95.87 cores=0-7
/proc/31710/stat : 31710 (march_hi) R 31708 31710 31710 0 -1 4202496 4340 0 0 0 9586 1 0 0 25 0 1 0 282149240 18808832 4048 33554432000 4194304 4955518 140735823326256 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31710/statm: 4592 4048 104 186 0 4405 0
[pid=31711] ppid=31698 vsize=299264 CPUtime=0.2 cores=0-7
/proc/31711/stat : 31711 (python) S 31698 31698 30950 0 -1 4202560 945 0 0 0 10 10 0 0 15 0 1 0 282149243 306446336 5647 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 13282293981875503362 0 0 17 7 0 0 0
/proc/31711/statm: 74816 5647 371 364 0 10728 0
[pid=31713] ppid=31711 vsize=18368 CPUtime=95.83 cores=0-7
/proc/31713/stat : 31713 (march_hi) R 31711 31713 31713 0 -1 4202496 4345 0 0 0 9583 0 0 0 25 0 1 0 282149243 18808832 4049 33554432000 4194304 4955518 140735636511040 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31713/statm: 4592 4049 104 186 0 4405 0
[pid=31714] ppid=31698 vsize=375504 CPUtime=0.2 cores=0-7
/proc/31714/stat : 31714 (python) S 31698 31698 30950 0 -1 4202560 947 0 0 0 12 8 0 0 15 0 1 0 282149247 384516096 5738 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 5624573722120651009 0 0 17 1 0 0 0
/proc/31714/statm: 93876 5738 371 364 0 29785 0
[pid=31716] ppid=31714 vsize=18368 CPUtime=95.79 cores=0-7
/proc/31716/stat : 31716 (march_hi) R 31714 31716 31716 0 -1 4202496 4347 0 0 0 9578 1 0 0 25 0 1 0 282149247 18808832 4054 33554432000 4194304 4955518 140736150640512 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31716/statm: 4592 4054 104 186 0 4405 0
[pid=31721] ppid=31698 vsize=396016 CPUtime=0.2 cores=0-7
/proc/31721/stat : 31721 (python) S 31698 31698 30950 0 -1 4202560 812 0 0 0 10 10 0 0 15 0 1 0 282149255 405520384 5934 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 5624573722120651009 0 0 17 1 0 0 0
/proc/31721/statm: 99004 5934 371 364 0 34907 0
[pid=31723] ppid=31721 vsize=18368 CPUtime=95.72 cores=0-7
/proc/31723/stat : 31723 (march_hi) R 31721 31723 31723 0 -1 4202496 4341 0 0 0 9571 1 0 0 25 0 1 0 282149255 18808832 4055 33554432000 4194304 4955518 140735379014192 18446744073709551615 4210556 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31723/statm: 4592 4055 104 186 0 4405 0
Current children cumulated CPU time (s) 384.9
Current children cumulated vsize (KiB) 1809164

[startup+97.1007 s]
/proc/loadavg: 4.76 6.94 7.67 5/304 31730
/proc/meminfo: memFree=6849328/32951124 swapFree=67111524/67111528
[pid=31698] ppid=31696 vsize=375552 CPUtime=0.88 cores=0-7
/proc/31698/stat : 31698 (python) S 31696 31698 30950 0 -1 4202496 15824 5798 1 0 66 12 9 1 15 0 1 0 282149157 384565248 7435 33554432000 4194304 5683644 140736313491888 18446744073709551615 268672492351 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/31698/statm: 93888 7435 1891 364 0 29785 0
[pid=31708] ppid=31698 vsize=289356 CPUtime=0.21 cores=0-7
/proc/31708/stat : 31708 (python) S 31698 31698 30950 0 -1 4202560 937 0 0 0 12 9 0 0 15 0 1 0 282149240 296300544 5719 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 3371014694125928705 0 0 17 1 0 0 0
/proc/31708/statm: 72339 5719 371 364 0 8254 0
[pid=31710] ppid=31708 vsize=18368 CPUtime=96.26 cores=0-7
/proc/31710/stat : 31710 (march_hi) R 31708 31710 31710 0 -1 4202496 4353 0 0 0 9625 1 0 0 25 0 1 0 282149240 18808832 4061 33554432000 4194304 4955518 140735823326256 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31710/statm: 4592 4061 104 186 0 4405 0
[pid=31711] ppid=31698 vsize=299264 CPUtime=0.2 cores=0-7
/proc/31711/stat : 31711 (python) S 31698 31698 30950 0 -1 4202560 945 0 0 0 10 10 0 0 15 0 1 0 282149243 306446336 5647 33554432000 4194304 5683644 140736313491888 18446744073709551615 268660682310 0 0 16781312 514 13282293981875503362 0 0 17 7 0 0 0
/proc/31711/statm: 74816 5647 371 364 0 10728 0
[pid=31713] ppid=31711 vsize=18368 CPUtime=96.22 cores=0-7
/proc/31713/stat : 31713 (march_hi) R 31711 31713 31713 0 -1 4202496 4358 0 0 0 9622 0 0 0 25 0 1 0 282149243 18808832 4062 33554432000 4194304 4955518 140735636511040 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31713/statm: 4592 4062 104 186 0 4405 0
[pid=31714] ppid=31698 vsize=0 CPUtime=96.27 cores=0-7
/proc/31714/stat : 31714 (python) Z 31698 31698 30950 0 -1 4202588 1206 4378 0 0 12 8 9606 1 16 0 1 0 282149247 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31714/statm: 0 0 0 0 0 0 0
[pid=31721] ppid=31698 vsize=0 CPUtime=96.16 cores=0-7
/proc/31721/stat : 31721 (python) Z 31698 31698 30950 0 -1 4202588 1131 4370 0 0 11 10 9594 1 15 0 1 0 282149255 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31721/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 386.2
Current children cumulated vsize (KiB) 1000908

Child status: 1
Real time (s): 97.1652
CPU time (s): 386.416
CPU user time (s): 385.815
CPU system time (s): 0.600908
CPU usage (%): 397.69
Max. virtual memory (cumulated for all children) (KiB): 1809168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 385.815
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48056
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= 4151
involuntary context switches= 465

runsolver used 0.264959 second user time and 0.628904 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-03 01:39:39
IDJOB=3322279
IDBENCH=83057
IDSOLVER=1712
FILE ID=node107/3322279-1304379579
RUNJOBID= node107-1304371484-30964
PBS_JOBID= 13181776
Free space on /tmp= 72916 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1940049314-069.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322279-1304379579/watcher-3322279-1304379579 -o /tmp/evaluation-result-3322279-1304379579/solver-3322279-1304379579 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322279-1304379579.cnf -seed 1344374481 -budget 40000 -cores 8

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

MD5SUM BENCH= c3d1d9237da00564d672945308bcff7c
RANDOM SEED=1344374481

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:     32951124 kB
MemFree:       6949048 kB
Buffers:        312868 kB
Cached:        3181880 kB
SwapCached:          4 kB
Active:       22328500 kB
Inactive:      3275136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6949048 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31872 kB
Writeback:          40 kB
AnonPages:    22109104 kB
Mapped:          26988 kB
Slab:           267472 kB
PageTables:      62100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 61698532 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= 72884 MiB
End job on node107 at 2011-05-03 01:41:16