Trace number 3322157

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) 538.106 143.279

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S386464511-018.SATISFIABLE.cnf
MD5SUM988859f9794bcb4984b591f0d8d2fa91
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3322157-1304375293.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.40/0.51	c INFO: computed variable balance statistics
0.40/0.53	c INFO: computed small-clause counts
0.40/0.53	c INFO: computed Horn-clause counts
0.40/0.54	c INFO: computed variable graph statistics
0.40/0.54	c INFO: collected features for HOME/instance-3322157-1304375293.cnf in 0.07 s
0.40/0.57	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.49/0.61	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.49/0.65	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.37)
0.49/0.68	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.34)
0.60/0.73	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.10)
0.60/0.76	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.82/0.81	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.82/0.85	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.22)
0.82/0.85	Traceback (most recent call last):
0.82/0.85	  File "HOME/solve", line 33, in <module>
0.82/0.85	    plac.call(main)
0.82/0.85	  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.82/0.85	    cmd, result = parser_from(obj).consume(arglist)
0.82/0.85	  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.82/0.85	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.82/0.85	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.82/0.85	    (_, answer, _) = solver(input_path, budget, cores)
0.82/0.85	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.82/0.85	    process.die()
0.82/0.85	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.82/0.85	    os.kill(self._process.pid, signal.SIGUSR1)
0.82/0.85	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-3322157-1304375293/watcher-3322157-1304375293 -o /tmp/evaluation-result-3322157-1304375293/solver-3322157-1304375293 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322157-1304375293.cnf -seed 936714174 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 1/267 29571
/proc/meminfo: memFree=26474500/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=15772 CPUtime=0 cores=0-7
/proc/29571/stat : 29571 (python) R 29569 29571 28716 0 -1 4202496 898 0 0 0 0 0 0 0 17 0 1 0 529945278 16150528 778 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816279687 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29571/statm: 3943 778 343 364 0 430 0

[startup+0.0640861 s]
/proc/loadavg: 0.08 0.02 0.01 1/267 29571
/proc/meminfo: memFree=26474500/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=45812 CPUtime=0.04 cores=0-7
/proc/29571/stat : 29571 (python) R 29569 29571 28716 0 -1 4202496 1928 0 0 0 3 1 0 0 17 0 1 0 529945278 46911488 1700 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/29571/statm: 11453 1700 470 364 0 1202 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45812

[startup+0.101079 s]
/proc/loadavg: 0.08 0.02 0.01 1/267 29571
/proc/meminfo: memFree=26474500/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=104224 CPUtime=0.07 cores=0-7
/proc/29571/stat : 29571 (python) R 29569 29571 28716 0 -1 4202496 3071 0 0 0 5 2 0 0 17 0 1 0 529945278 106725376 2751 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29571/statm: 26056 2751 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.301042 s]
/proc/loadavg: 0.08 0.02 0.01 1/267 29571
/proc/meminfo: memFree=26474500/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=187736 CPUtime=0.22 cores=0-7
/proc/29571/stat : 29571 (python) R 29569 29571 28716 0 -1 4202496 6783 934 1 0 16 6 0 0 17 0 1 0 529945278 192241664 4843 33554432000 4194304 5683644 140737485992224 18446744073709551615 220811273704 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29571/statm: 46934 4845 1366 364 0 3722 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187736

[startup+0.700928 s]
/proc/loadavg: 0.08 0.02 0.01 1/267 29571
/proc/meminfo: memFree=26474500/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=385616 CPUtime=0.6 cores=0-7
/proc/29571/stat : 29571 (python) R 29569 29571 28716 0 -1 4202496 12547 934 1 0 51 9 0 0 20 0 5 0 529945278 394870784 7478 33554432000 4194304 5683644 140737485992224 18446744073709551615 220819718485 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29571/statm: 96404 7478 1880 364 0 32313 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 385616

[startup+1.50078 s]
/proc/loadavg: 0.08 0.02 0.01 5/276 29602
/proc/meminfo: memFree=26434748/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=1.13 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 6648 1 0 65 10 36 2 18 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29580] ppid=29571 vsize=289324 CPUtime=0 cores=0-7
/proc/29580/stat : 29580 (python) S 29571 29571 28716 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 529945339 296267776 5688 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 12223952467489947908 0 0 17 7 0 0 0
/proc/29580/statm: 72331 5688 348 364 0 8246 0
[pid=29582] ppid=29580 vsize=2352 CPUtime=0.88 cores=0-7
/proc/29582/stat : 29582 (march_hi) R 29580 29582 29582 0 -1 4202496 646 0 0 0 88 0 0 0 25 0 1 0 529945339 2408448 383 33554432000 4194304 4955518 140734875386592 18446744073709551615 4295598 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29582/statm: 588 383 104 186 0 401 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 717 0 0 0 0 0 0 0 15 0 1 0 529945343 373878784 5865 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5865 348 364 0 27191 0
[pid=29585] ppid=29583 vsize=2284 CPUtime=0.84 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 635 0 0 0 84 0 0 0 21 0 1 0 529945343 2338816 380 33554432000 4194304 4955518 140737324122960 18446744073709551615 4224638 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 571 380 104 186 0 384 0
[pid=29586] ppid=29571 vsize=375372 CPUtime=0 cores=0-7
/proc/29586/stat : 29586 (python) S 29571 29571 28716 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 529945346 384380928 5823 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 13287426502153961732 0 0 17 4 0 0 0
/proc/29586/statm: 93843 5823 348 364 0 29752 0
[pid=29588] ppid=29586 vsize=2284 CPUtime=0.79 cores=0-7
/proc/29588/stat : 29588 (march_hi) R 29586 29588 29588 0 -1 4202496 633 0 0 0 79 0 0 0 22 0 1 0 529945347 2338816 380 33554432000 4194304 4955518 140737182328224 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29588/statm: 571 380 104 186 0 384 0
[pid=29600] ppid=29571 vsize=416396 CPUtime=0 cores=0-7
/proc/29600/stat : 29600 (python) S 29571 29571 28716 0 -1 4202560 788 0 0 0 0 0 0 0 17 0 1 0 529945363 426389504 5880 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 14328501285936922881 0 0 17 6 0 0 0
/proc/29600/statm: 104099 5880 354 364 0 39996 0
[pid=29602] ppid=29600 vsize=2284 CPUtime=0.64 cores=0-7
/proc/29602/stat : 29602 (march_hi) R 29600 29602 29602 0 -1 4202496 638 0 0 0 64 0 0 0 25 0 1 0 529945363 2338816 373 33554432000 4194304 4955518 140733631216400 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29602/statm: 571 373 104 186 0 384 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 1830832

[startup+3.10048 s]
/proc/loadavg: 0.08 0.02 0.01 5/276 29602
/proc/meminfo: memFree=26433260/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=1.13 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 6648 1 0 65 10 36 2 18 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29580] ppid=29571 vsize=289324 CPUtime=0 cores=0-7
/proc/29580/stat : 29580 (python) S 29571 29571 28716 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 529945339 296267776 5688 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 12223952467489947908 0 0 17 7 0 0 0
/proc/29580/statm: 72331 5688 348 364 0 8246 0
[pid=29582] ppid=29580 vsize=2768 CPUtime=2.48 cores=0-7
/proc/29582/stat : 29582 (march_hi) R 29580 29582 29582 0 -1 4202496 720 0 0 0 248 0 0 0 25 0 1 0 529945339 2834432 457 33554432000 4194304 4955518 140734875386592 18446744073709551615 4238796 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29582/statm: 692 457 104 186 0 505 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 719 0 0 0 0 0 0 0 15 0 1 0 529945343 373878784 5865 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5865 348 364 0 27191 0
[pid=29585] ppid=29583 vsize=2768 CPUtime=2.44 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 704 0 0 0 244 0 0 0 25 0 1 0 529945343 2834432 449 33554432000 4194304 4955518 140737324122960 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 692 449 104 186 0 505 0
[pid=29586] ppid=29571 vsize=375372 CPUtime=0 cores=0-7
/proc/29586/stat : 29586 (python) S 29571 29571 28716 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 529945346 384380928 5823 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 13287426502153961732 0 0 17 4 0 0 0
/proc/29586/statm: 93843 5823 348 364 0 29752 0
[pid=29588] ppid=29586 vsize=2768 CPUtime=2.38 cores=0-7
/proc/29588/stat : 29588 (march_hi) R 29586 29588 29588 0 -1 4202496 706 0 0 0 238 0 0 0 25 0 1 0 529945347 2834432 453 33554432000 4194304 4955518 140737182328224 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29588/statm: 692 453 104 186 0 505 0
[pid=29600] ppid=29571 vsize=416396 CPUtime=0 cores=0-7
/proc/29600/stat : 29600 (python) S 29571 29571 28716 0 -1 4202560 790 0 0 0 0 0 0 0 15 0 1 0 529945363 426389504 5880 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 14328501285936922881 0 0 17 6 0 0 0
/proc/29600/statm: 104099 5880 354 364 0 39996 0
[pid=29602] ppid=29600 vsize=2768 CPUtime=2.24 cores=0-7
/proc/29602/stat : 29602 (march_hi) R 29600 29602 29602 0 -1 4202496 713 0 0 0 224 0 0 0 25 0 1 0 529945363 2834432 448 33554432000 4194304 4955518 140733631216400 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29602/statm: 692 448 104 186 0 505 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 1832700

[startup+6.30089 s]
/proc/loadavg: 0.48 0.10 0.04 5/276 29602
/proc/meminfo: memFree=26431036/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=1.13 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 6648 1 0 65 10 36 2 18 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29580] ppid=29571 vsize=289324 CPUtime=0 cores=0-7
/proc/29580/stat : 29580 (python) S 29571 29571 28716 0 -1 4202560 892 0 0 0 0 0 0 0 15 0 1 0 529945339 296267776 5711 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 12223952467489947908 0 0 17 7 0 0 0
/proc/29580/statm: 72331 5711 371 364 0 8246 0
[pid=29582] ppid=29580 vsize=3336 CPUtime=5.68 cores=0-7
/proc/29582/stat : 29582 (march_hi) R 29580 29582 29582 0 -1 4202496 850 0 0 0 568 0 0 0 25 0 1 0 529945339 3416064 587 33554432000 4194304 4955518 140734875386592 18446744073709551615 4227699 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29582/statm: 834 587 104 186 0 647 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0.01 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 795 0 0 0 1 0 0 0 15 0 1 0 529945343 373878784 5888 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5888 371 364 0 27191 0
[pid=29585] ppid=29583 vsize=3336 CPUtime=5.64 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 824 0 0 0 564 0 0 0 25 0 1 0 529945343 3416064 569 33554432000 4194304 4955518 140737324122960 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 834 569 104 186 0 647 0
[pid=29586] ppid=29571 vsize=375372 CPUtime=0 cores=0-7
/proc/29586/stat : 29586 (python) S 29571 29571 28716 0 -1 4202560 802 0 0 0 0 0 0 0 15 0 1 0 529945346 384380928 5846 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 13287426502153961732 0 0 17 4 0 0 0
/proc/29586/statm: 93843 5846 371 364 0 29752 0
[pid=29588] ppid=29586 vsize=3336 CPUtime=5.54 cores=0-7
/proc/29588/stat : 29588 (march_hi) R 29586 29588 29588 0 -1 4202496 834 0 0 0 554 0 0 0 25 0 1 0 529945347 3416064 581 33554432000 4194304 4955518 140737182328224 18446744073709551615 4227532 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29588/statm: 834 581 104 186 0 647 0
[pid=29600] ppid=29571 vsize=416396 CPUtime=0 cores=0-7
/proc/29600/stat : 29600 (python) S 29571 29571 28716 0 -1 4202560 871 0 0 0 0 0 0 0 15 0 1 0 529945363 426389504 5903 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 14328501285936922881 0 0 17 6 0 0 0
/proc/29600/statm: 104099 5903 377 364 0 39996 0
[pid=29602] ppid=29600 vsize=3336 CPUtime=5.44 cores=0-7
/proc/29602/stat : 29602 (march_hi) R 29600 29602 29602 0 -1 4202496 843 0 0 0 544 0 0 0 25 0 1 0 529945363 3416064 578 33554432000 4194304 4955518 140733631216400 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29602/statm: 834 578 104 186 0 647 0
Current children cumulated CPU time (s) 23.44
Current children cumulated vsize (KiB) 1834972

[startup+12.7007 s]
/proc/loadavg: 0.76 0.16 0.06 5/276 29603
/proc/meminfo: memFree=26428208/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=1.13 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 6648 1 0 65 10 36 2 18 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29580] ppid=29571 vsize=289324 CPUtime=0.02 cores=0-7
/proc/29580/stat : 29580 (python) S 29571 29571 28716 0 -1 4202560 900 0 0 0 1 1 0 0 15 0 1 0 529945339 296267776 5711 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 12223952467489947908 0 0 17 7 0 0 0
/proc/29580/statm: 72331 5711 371 364 0 8246 0
[pid=29582] ppid=29580 vsize=4152 CPUtime=12.08 cores=0-7
/proc/29582/stat : 29582 (march_hi) R 29580 29582 29582 0 -1 4202496 1131 0 0 0 1208 0 0 0 25 0 1 0 529945339 4251648 850 33554432000 4194304 4955518 140734875386592 18446744073709551615 4238438 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29582/statm: 1038 850 104 186 0 851 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0.02 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 799 0 0 0 1 1 0 0 15 0 1 0 529945343 373878784 5888 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5888 371 364 0 27191 0
[pid=29585] ppid=29583 vsize=4152 CPUtime=12.04 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 1092 0 0 0 1204 0 0 0 25 0 1 0 529945343 4251648 819 33554432000 4194304 4955518 140737324122960 18446744073709551615 4244466 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 1038 819 104 186 0 851 0
[pid=29586] ppid=29571 vsize=375372 CPUtime=0.02 cores=0-7
/proc/29586/stat : 29586 (python) S 29571 29571 28716 0 -1 4202560 805 0 0 0 1 1 0 0 15 0 1 0 529945346 384380928 5846 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 13287426502153961732 0 0 17 4 0 0 0
/proc/29586/statm: 93843 5846 371 364 0 29752 0
[pid=29588] ppid=29586 vsize=4152 CPUtime=11.93 cores=0-7
/proc/29588/stat : 29588 (march_hi) R 29586 29588 29588 0 -1 4202496 1116 0 0 0 1193 0 0 0 25 0 1 0 529945347 4251648 845 33554432000 4194304 4955518 140737182328224 18446744073709551615 4286763 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29588/statm: 1038 845 104 186 0 851 0
[pid=29600] ppid=29571 vsize=416396 CPUtime=0.02 cores=0-7
/proc/29600/stat : 29600 (python) S 29571 29571 28716 0 -1 4202560 873 0 0 0 1 1 0 0 15 0 1 0 529945363 426389504 5903 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 14328501285936922881 0 0 17 6 0 0 0
/proc/29600/statm: 104099 5903 377 364 0 39996 0
[pid=29602] ppid=29600 vsize=4152 CPUtime=11.84 cores=0-7
/proc/29602/stat : 29602 (march_hi) R 29600 29602 29602 0 -1 4202496 1127 0 0 0 1184 0 0 0 25 0 1 0 529945363 4251648 844 33554432000 4194304 4955518 140733631216400 18446744073709551615 4286784 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29602/statm: 1038 844 104 186 0 851 0
Current children cumulated CPU time (s) 49.1
Current children cumulated vsize (KiB) 1838236

[startup+25.5004 s]
/proc/loadavg: 1.48 0.35 0.12 5/276 29603
/proc/meminfo: memFree=26423640/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=1.13 cores=0-7

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

[pid=29582] ppid=29580 vsize=26276 CPUtime=127.28 cores=0-7
/proc/29582/stat : 29582 (march_hi) R 29580 29582 29582 0 -1 4202496 4731 0 0 0 12727 1 0 0 25 0 1 0 529945339 26906624 4450 33554432000 4194304 4955518 140734875386592 18446744073709551615 4346473 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29582/statm: 6569 4450 104 186 0 6382 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0.26 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 809 0 0 0 14 12 0 0 15 0 1 0 529945343 373878784 5889 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5889 372 364 0 27191 0
[pid=29585] ppid=29583 vsize=20456 CPUtime=127.24 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 4428 0 0 0 12722 2 0 0 25 0 1 0 529945343 20946944 4155 33554432000 4194304 4955518 140737324122960 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 5114 4155 104 186 0 4927 0
[pid=29586] ppid=29571 vsize=375372 CPUtime=0.28 cores=0-7
/proc/29586/stat : 29586 (python) S 29571 29571 28716 0 -1 4202560 807 0 0 0 17 11 0 0 16 0 1 0 529945346 384380928 5846 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 15206474510560624900 0 0 17 4 0 0 0
/proc/29586/statm: 93843 5846 371 364 0 29752 0
[pid=29588] ppid=29586 vsize=26276 CPUtime=127.14 cores=0-7
/proc/29588/stat : 29588 (march_hi) R 29586 29588 29588 0 -1 4202496 4719 0 0 0 12713 1 0 0 25 0 1 0 529945347 26906624 4448 33554432000 4194304 4955518 140737182328224 18446744073709551615 4209624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29588/statm: 6569 4448 104 186 0 6382 0
[pid=29600] ppid=29571 vsize=416396 CPUtime=0.27 cores=0-7
/proc/29600/stat : 29600 (python) S 29571 29571 28716 0 -1 4202560 879 0 0 0 17 10 0 0 15 0 1 0 529945363 426389504 5903 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 15206474510560624897 0 0 17 4 0 0 0
/proc/29600/statm: 104099 5903 377 364 0 39996 0
[pid=29602] ppid=29600 vsize=26276 CPUtime=127.03 cores=0-7
/proc/29602/stat : 29602 (march_hi) R 29600 29602 29602 0 -1 4202496 4748 0 0 0 12703 0 0 0 25 0 1 0 529945363 26906624 4465 33554432000 4194304 4955518 140733631216400 18446744073709551615 4238710 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29602/statm: 6569 4465 104 186 0 6382 0
Current children cumulated CPU time (s) 510.91
Current children cumulated vsize (KiB) 1920912

[startup+134.3 s]
/proc/loadavg: 3.56 1.43 0.53 2/272 29609
/proc/meminfo: memFree=26432368/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=132.75 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 12697 1 0 65 10 13185 15 15 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0.29 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 810 0 0 0 15 14 0 0 15 0 1 0 529945343 373878784 5889 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5889 372 364 0 27191 0
[pid=29585] ppid=29583 vsize=26276 CPUtime=133.64 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 4595 0 0 0 13362 2 0 0 25 0 1 0 529945343 26906624 4322 33554432000 4194304 4955518 140737324122960 18446744073709551615 4224543 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 6569 4322 104 186 0 6382 0
[pid=29586] ppid=29571 vsize=0 CPUtime=131.51 cores=0-7
/proc/29586/stat : 29586 (python) Z 29571 29571 28716 0 -1 4202588 1079 4848 0 0 17 11 13122 1 15 0 1 0 529945346 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29586/statm: 0 0 0 0 0 0 0
[pid=29600] ppid=29571 vsize=0 CPUtime=130.87 cores=0-7
/proc/29600/stat : 29600 (python) Z 29571 29571 28716 0 -1 4202588 1154 4860 0 0 18 11 13058 0 15 0 1 0 529945363 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29600/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 529.06
Current children cumulated vsize (KiB) 766812

[startup+137.509 s]
/proc/loadavg: 3.36 1.42 0.53 2/272 29609
/proc/meminfo: memFree=26432172/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=132.75 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 12697 1 0 65 10 13185 15 15 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0.29 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 810 0 0 0 15 14 0 0 15 0 1 0 529945343 373878784 5889 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5889 372 364 0 27191 0
[pid=29585] ppid=29583 vsize=26276 CPUtime=136.85 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 4684 0 0 0 13683 2 0 0 25 0 1 0 529945343 26906624 4411 33554432000 4194304 4955518 140737324122960 18446744073709551615 4314106 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 6569 4411 104 186 0 6382 0
[pid=29586] ppid=29571 vsize=0 CPUtime=131.51 cores=0-7
/proc/29586/stat : 29586 (python) Z 29571 29571 28716 0 -1 4202588 1079 4848 0 0 17 11 13122 1 15 0 1 0 529945346 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29586/statm: 0 0 0 0 0 0 0
[pid=29600] ppid=29571 vsize=0 CPUtime=130.87 cores=0-7
/proc/29600/stat : 29600 (python) Z 29571 29571 28716 0 -1 4202588 1154 4860 0 0 18 11 13058 0 15 0 1 0 529945363 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29600/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 532.27
Current children cumulated vsize (KiB) 766812

[startup+140.701 s]
/proc/loadavg: 3.17 1.41 0.54 2/272 29609
/proc/meminfo: memFree=26431676/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=132.75 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 12697 1 0 65 10 13185 15 15 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0.29 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 810 0 0 0 15 14 0 0 15 0 1 0 529945343 373878784 5889 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5889 372 364 0 27191 0
[pid=29585] ppid=29583 vsize=26276 CPUtime=140.05 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 4776 0 0 0 14003 2 0 0 25 0 1 0 529945343 26906624 4503 33554432000 4194304 4955518 140737324122960 18446744073709551615 4235376 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 6569 4503 104 186 0 6382 0
[pid=29586] ppid=29571 vsize=0 CPUtime=131.51 cores=0-7
/proc/29586/stat : 29586 (python) Z 29571 29571 28716 0 -1 4202588 1079 4848 0 0 17 11 13122 1 15 0 1 0 529945346 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29586/statm: 0 0 0 0 0 0 0
[pid=29600] ppid=29571 vsize=0 CPUtime=130.87 cores=0-7
/proc/29600/stat : 29600 (python) Z 29571 29571 28716 0 -1 4202588 1154 4860 0 0 18 11 13058 0 15 0 1 0 529945363 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29600/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 535.47
Current children cumulated vsize (KiB) 766812

[startup+142.301 s]
/proc/loadavg: 3.17 1.41 0.54 2/272 29609
/proc/meminfo: memFree=26431676/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=132.75 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 12697 1 0 65 10 13185 15 15 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0.29 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 810 0 0 0 15 14 0 0 15 0 1 0 529945343 373878784 5889 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5889 372 364 0 27191 0
[pid=29585] ppid=29583 vsize=26276 CPUtime=141.64 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 4822 0 0 0 14162 2 0 0 25 0 1 0 529945343 26906624 4549 33554432000 4194304 4955518 140737324122960 18446744073709551615 4227951 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 6569 4549 104 186 0 6382 0
[pid=29586] ppid=29571 vsize=0 CPUtime=131.51 cores=0-7
/proc/29586/stat : 29586 (python) Z 29571 29571 28716 0 -1 4202588 1079 4848 0 0 17 11 13122 1 15 0 1 0 529945346 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29586/statm: 0 0 0 0 0 0 0
[pid=29600] ppid=29571 vsize=0 CPUtime=130.87 cores=0-7
/proc/29600/stat : 29600 (python) Z 29571 29571 28716 0 -1 4202588 1154 4860 0 0 18 11 13058 0 15 0 1 0 529945363 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29600/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 537.06
Current children cumulated vsize (KiB) 766812

[startup+142.701 s]
/proc/loadavg: 3.17 1.41 0.54 2/272 29609
/proc/meminfo: memFree=26431676/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=132.75 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 12697 1 0 65 10 13185 15 15 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0.29 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 810 0 0 0 15 14 0 0 15 0 1 0 529945343 373878784 5889 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5889 372 364 0 27191 0
[pid=29585] ppid=29583 vsize=26276 CPUtime=142.04 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 4833 0 0 0 14202 2 0 0 25 0 1 0 529945343 26906624 4560 33554432000 4194304 4955518 140737324122960 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 6569 4560 104 186 0 6382 0
[pid=29586] ppid=29571 vsize=0 CPUtime=131.51 cores=0-7
/proc/29586/stat : 29586 (python) Z 29571 29571 28716 0 -1 4202588 1079 4848 0 0 17 11 13122 1 15 0 1 0 529945346 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29586/statm: 0 0 0 0 0 0 0
[pid=29600] ppid=29571 vsize=0 CPUtime=130.87 cores=0-7
/proc/29600/stat : 29600 (python) Z 29571 29571 28716 0 -1 4202588 1154 4860 0 0 18 11 13058 0 15 0 1 0 529945363 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29600/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 537.46
Current children cumulated vsize (KiB) 766812

[startup+143.101 s]
/proc/loadavg: 3.17 1.41 0.54 2/272 29609
/proc/meminfo: memFree=26431672/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=132.75 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 12697 1 0 65 10 13185 15 15 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0.29 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 810 0 0 0 15 14 0 0 15 0 1 0 529945343 373878784 5889 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5889 372 364 0 27191 0
[pid=29585] ppid=29583 vsize=26276 CPUtime=142.44 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 4844 0 0 0 14242 2 0 0 25 0 1 0 529945343 26906624 4571 33554432000 4194304 4955518 140737324122960 18446744073709551615 4238419 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 6569 4571 104 186 0 6382 0
[pid=29586] ppid=29571 vsize=0 CPUtime=131.51 cores=0-7
/proc/29586/stat : 29586 (python) Z 29571 29571 28716 0 -1 4202588 1079 4848 0 0 17 11 13122 1 15 0 1 0 529945346 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29586/statm: 0 0 0 0 0 0 0
[pid=29600] ppid=29571 vsize=0 CPUtime=130.87 cores=0-7
/proc/29600/stat : 29600 (python) Z 29571 29571 28716 0 -1 4202588 1154 4860 0 0 18 11 13058 0 15 0 1 0 529945363 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29600/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 537.86
Current children cumulated vsize (KiB) 766812

[startup+143.201 s]
/proc/loadavg: 3.17 1.41 0.54 2/272 29609
/proc/meminfo: memFree=26431672/32951124 swapFree=67105204/67111528
[pid=29571] ppid=29569 vsize=375420 CPUtime=132.75 cores=0-7
/proc/29571/stat : 29571 (python) S 29569 29571 28716 0 -1 4202496 15436 12697 1 0 65 10 13185 15 15 0 1 0 529945278 384430080 7401 33554432000 4194304 5683644 140737485992224 18446744073709551615 220828066623 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/29571/statm: 93855 7401 1891 364 0 29752 0
[pid=29583] ppid=29571 vsize=365116 CPUtime=0.29 cores=0-7
/proc/29583/stat : 29583 (python) S 29571 29571 28716 0 -1 4202560 810 0 0 0 15 14 0 0 15 0 1 0 529945343 373878784 5889 33554432000 4194304 5683644 140737485992224 18446744073709551615 220816256582 0 0 16781312 514 931290751067717891 0 0 17 3 0 0 0
/proc/29583/statm: 91279 5889 372 364 0 27191 0
[pid=29585] ppid=29583 vsize=26276 CPUtime=142.54 cores=0-7
/proc/29585/stat : 29585 (march_hi) R 29583 29585 29585 0 -1 4202496 4847 0 0 0 14252 2 0 0 25 0 1 0 529945343 26906624 4574 33554432000 4194304 4955518 140737324122960 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29585/statm: 6569 4574 104 186 0 6382 0
[pid=29586] ppid=29571 vsize=0 CPUtime=131.51 cores=0-7
/proc/29586/stat : 29586 (python) Z 29571 29571 28716 0 -1 4202588 1079 4848 0 0 17 11 13122 1 15 0 1 0 529945346 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29586/statm: 0 0 0 0 0 0 0
[pid=29600] ppid=29571 vsize=0 CPUtime=130.87 cores=0-7
/proc/29600/stat : 29600 (python) Z 29571 29571 28716 0 -1 4202588 1154 4860 0 0 18 11 13058 0 15 0 1 0 529945363 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29600/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 537.96
Current children cumulated vsize (KiB) 766812

Child status: 1
Real time (s): 143.279
CPU time (s): 538.106
CPU user time (s): 537.428
CPU system time (s): 0.677896
CPU usage (%): 375.566
Max. virtual memory (cumulated for all children) (KiB): 1926732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 537.428
system time used= 0.677896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50261
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= 3248
involuntary context switches= 1210

runsolver used 0.337948 second user time and 0.732888 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-03 00:28:14
IDJOB=3322157
IDBENCH=82935
IDSOLVER=1712
FILE ID=node147/3322157-1304375293
RUNJOBID= node147-1304366464-28730
PBS_JOBID= 13181727
Free space on /tmp= 73532 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S386464511-018.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-3322157-1304375293/watcher-3322157-1304375293 -o /tmp/evaluation-result-3322157-1304375293/solver-3322157-1304375293 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322157-1304375293.cnf -seed 936714174 -budget 40000 -cores 8

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

MD5SUM BENCH= 988859f9794bcb4984b591f0d8d2fa91
RANDOM SEED=936714174

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26474656 kB
Buffers:        212912 kB
Cached:         924816 kB
SwapCached:       3248 kB
Active:        5166272 kB
Inactive:      1003396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26474656 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           31984 kB
Writeback:           0 kB
AnonPages:     5030732 kB
Mapped:          22608 kB
Slab:           216012 kB
PageTables:      24452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38027212 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= 73500 MiB
End job on node147 at 2011-05-03 00:30:37