Trace number 3385707

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)? (exit code) 131.124 23.0167

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1617626827-069.SATISFIABLE.cnf
MD5SUM181d327d4cfd49957ee63dfb74a0e12a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007997
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-3385707-1305572475.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.54	c INFO: computed small-clause counts
0.40/0.54	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-3385707-1305572475.cnf in 0.07 s
0.40/0.57	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
0.49/0.60	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.37)
0.49/0.63	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.32)
0.49/0.66	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.49/0.69	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.63/0.73	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.21)
0.63/0.76	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.63/0.79	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
0.79/0.80	Traceback (most recent call last):
0.79/0.80	  File "HOME/solve", line 33, in <module>
0.79/0.80	    plac.call(main)
0.79/0.80	  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.79/0.80	    cmd, result = parser_from(obj).consume(arglist)
0.79/0.80	  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.79/0.80	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.79/0.80	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.79/0.80	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.79/0.80	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.79/0.80	    process.die()
0.79/0.80	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.79/0.80	    os.kill(self._process.pid, signal.SIGUSR1)
0.79/0.80	OSError: [Errno 3] No such process

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385707-1305572475/watcher-3385707-1305572475 -o /tmp/evaluation-result-3385707-1305572475/solver-3385707-1305572475 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385707-1305572475.cnf -seed 586286879 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/449 7342
/proc/meminfo: memFree=10531300/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=15776 CPUtime=0 cores=0-7
/proc/7342/stat : 7342 (python) R 7340 7342 6527 0 -1 4202496 890 0 0 0 0 0 0 0 25 0 1 0 649663023 16154624 773 33554432000 4194304 5683644 140733451455600 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7342/statm: 3944 774 343 364 0 431 0

[startup+0.0806561 s]
/proc/loadavg: 0.00 0.00 0.00 1/449 7342
/proc/meminfo: memFree=10531300/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=85624 CPUtime=0.06 cores=0-7
/proc/7342/stat : 7342 (python) R 7340 7342 6527 0 -1 4202496 2628 0 0 0 4 2 0 0 18 0 1 0 649663023 87678976 2348 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7342/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.100639 s]
/proc/loadavg: 0.00 0.00 0.00 1/449 7342
/proc/meminfo: memFree=10531300/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=104228 CPUtime=0.07 cores=0-7
/proc/7342/stat : 7342 (python) R 7340 7342 6527 0 -1 4202496 3063 0 0 0 5 2 0 0 17 0 1 0 649663023 106729472 2746 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095494279 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7342/statm: 26057 2747 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300607 s]
/proc/loadavg: 0.00 0.00 0.00 1/449 7342
/proc/meminfo: memFree=10531300/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=185040 CPUtime=0.23 cores=0-7
/proc/7342/stat : 7342 (python) R 7340 7342 6527 0 -1 4202496 6751 935 1 0 17 6 0 0 17 0 1 0 649663023 189480960 4819 33554432000 4194304 5683644 140733451455600 18446744073709551615 228090481344 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7342/statm: 46260 4820 1342 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 185040

[startup+0.700483 s]
/proc/loadavg: 0.00 0.00 0.00 1/449 7342
/proc/meminfo: memFree=10531300/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=385772 CPUtime=0.63 cores=0-7
/proc/7342/stat : 7342 (python) R 7340 7342 6527 0 -1 4202496 12968 2434 1 0 50 9 4 0 18 0 5 0 649663023 395030528 7253 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095271317 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7342/statm: 96443 7253 1880 364 0 32349 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 385772

[startup+1.50136 s]
/proc/loadavg: 0.00 0.00 0.00 7/462 7373
/proc/meminfo: memFree=10479240/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=375564 CPUtime=0.79 cores=0-7
/proc/7342/stat : 7342 (python) S 7340 7342 6527 0 -1 4202496 15883 3953 1 0 59 10 9 1 18 0 1 0 649663023 384577536 7277 33554432000 4194304 5683644 140733451455600 18446744073709551615 228107281215 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/7342/statm: 93891 7277 1891 364 0 29788 0
[pid=7351] ppid=7342 vsize=289332 CPUtime=0 cores=0-7
/proc/7351/stat : 7351 (python) S 7342 7342 6527 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 649663083 296275968 5690 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 9908051125905359108 0 0 17 1 0 0 0
/proc/7351/statm: 72333 5690 348 364 0 8248 0
[pid=7353] ppid=7351 vsize=2132 CPUtime=0.89 cores=0-7
/proc/7353/stat : 7353 (march_hi) R 7351 7353 7353 0 -1 4202496 602 0 0 0 89 0 0 0 23 0 1 0 649663084 2183168 339 33554432000 4194304 4955518 140736293888752 18446744073709551615 4295714 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7353/statm: 533 339 104 186 0 346 0
[pid=7355] ppid=7342 vsize=364652 CPUtime=0 cores=0-7
/proc/7355/stat : 7355 (python) S 7342 7342 6527 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 649663087 373403648 5593 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 16333218846628348162 0 0 17 4 0 0 0
/proc/7355/statm: 91163 5593 348 364 0 27075 0
[pid=7357] ppid=7355 vsize=2132 CPUtime=0.86 cores=0-7
/proc/7357/stat : 7357 (march_hi) R 7355 7357 7357 0 -1 4202496 604 0 0 0 86 0 0 0 23 0 1 0 649663087 2183168 339 33554432000 4194304 4955518 140736873314160 18446744073709551615 4308572 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7357/statm: 533 339 104 186 0 346 0
[pid=7358] ppid=7342 vsize=375516 CPUtime=0 cores=0-7
/proc/7358/stat : 7358 (python) S 7342 7342 6527 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 649663090 384528384 5717 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 13543700672355991810 0 0 17 0 0 0 0
/proc/7358/statm: 93879 5717 348 364 0 29788 0
[pid=7360] ppid=7358 vsize=2132 CPUtime=0.81 cores=0-7
/proc/7360/stat : 7360 (march_hi) R 7358 7360 7360 0 -1 4202496 601 0 0 0 81 0 0 0 22 0 1 0 649663090 2183168 338 33554432000 4194304 4955518 140735142018896 18446744073709551615 4261370 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7360/statm: 533 338 104 186 0 346 0
[pid=7364] ppid=7342 vsize=396028 CPUtime=0 cores=0-7
/proc/7364/stat : 7364 (python) S 7342 7342 6527 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 649663096 405532672 5725 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 1086985995607310594 0 0 17 0 0 0 0
/proc/7364/statm: 99007 5725 348 364 0 34910 0
[pid=7366] ppid=7364 vsize=2132 CPUtime=0.76 cores=0-7
/proc/7366/stat : 7366 (march_hi) R 7364 7366 7366 0 -1 4202496 605 0 0 0 76 0 0 0 23 0 1 0 649663097 2183168 338 33554432000 4194304 4955518 140733200166160 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7366/statm: 533 338 104 186 0 346 0
[pid=7368] ppid=7342 vsize=406284 CPUtime=0 cores=0-7
/proc/7368/stat : 7368 (python) S 7342 7342 6527 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 649663100 416034816 5729 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 5607391095567646977 0 0 17 4 0 0 0
/proc/7368/statm: 101571 5729 348 364 0 37471 0
[pid=7370] ppid=7368 vsize=2132 CPUtime=0.73 cores=0-7
/proc/7370/stat : 7370 (march_hi) R 7368 7370 7370 0 -1 4202496 603 0 0 0 73 0 0 0 22 0 1 0 649663100 2183168 338 33554432000 4194304 4955518 140736470429600 18446744073709551615 4210456 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7370/statm: 533 338 104 186 0 346 0
[pid=7371] ppid=7342 vsize=416540 CPUtime=0 cores=0-7
/proc/7371/stat : 7371 (python) S 7342 7342 6527 0 -1 4202560 808 0 0 0 0 0 0 0 15 0 1 0 649663103 426536960 5756 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 10705205852135981314 0 0 17 2 0 0 0
/proc/7371/statm: 104135 5756 354 364 0 40032 0
[pid=7373] ppid=7371 vsize=2132 CPUtime=0.69 cores=0-7
/proc/7373/stat : 7373 (march_hi) R 7371 7373 7373 0 -1 4202496 609 0 0 0 69 0 0 0 22 0 1 0 649663103 2183168 338 33554432000 4194304 4955518 140734941730592 18446744073709551615 4224747 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7373/statm: 533 338 104 186 0 346 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 2636708

[startup+3.10107 s]
/proc/loadavg: 0.00 0.00 0.00 7/462 7373
/proc/meminfo: memFree=10478620/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=375564 CPUtime=0.79 cores=0-7
/proc/7342/stat : 7342 (python) S 7340 7342 6527 0 -1 4202496 15883 3953 1 0 59 10 9 1 18 0 1 0 649663023 384577536 7277 33554432000 4194304 5683644 140733451455600 18446744073709551615 228107281215 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/7342/statm: 93891 7277 1891 364 0 29788 0
[pid=7351] ppid=7342 vsize=289332 CPUtime=0 cores=0-7
/proc/7351/stat : 7351 (python) S 7342 7342 6527 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 649663083 296275968 5690 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 9908051125905359108 0 0 17 1 0 0 0
/proc/7351/statm: 72333 5690 348 364 0 8248 0
[pid=7353] ppid=7351 vsize=2132 CPUtime=2.49 cores=0-7
/proc/7353/stat : 7353 (march_hi) R 7351 7353 7353 0 -1 4202496 617 0 0 0 249 0 0 0 25 0 1 0 649663084 2183168 354 33554432000 4194304 4955518 140736293888752 18446744073709551615 4263648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7353/statm: 533 354 104 186 0 346 0
[pid=7355] ppid=7342 vsize=364652 CPUtime=0 cores=0-7
/proc/7355/stat : 7355 (python) S 7342 7342 6527 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 649663087 373403648 5593 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 16333218846628348162 0 0 17 4 0 0 0
/proc/7355/statm: 91163 5593 348 364 0 27075 0
[pid=7357] ppid=7355 vsize=2132 CPUtime=2.46 cores=0-7
/proc/7357/stat : 7357 (march_hi) R 7355 7357 7357 0 -1 4202496 619 0 0 0 246 0 0 0 25 0 1 0 649663087 2183168 354 33554432000 4194304 4955518 140736873314160 18446744073709551615 4227659 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7357/statm: 533 354 104 186 0 346 0
[pid=7358] ppid=7342 vsize=375516 CPUtime=0 cores=0-7
/proc/7358/stat : 7358 (python) S 7342 7342 6527 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 649663090 384528384 5717 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 13543700672355991810 0 0 17 0 0 0 0
/proc/7358/statm: 93879 5717 348 364 0 29788 0
[pid=7360] ppid=7358 vsize=2132 CPUtime=2.41 cores=0-7
/proc/7360/stat : 7360 (march_hi) R 7358 7360 7360 0 -1 4202496 616 0 0 0 241 0 0 0 25 0 1 0 649663090 2183168 353 33554432000 4194304 4955518 140735142018896 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7360/statm: 533 353 104 186 0 346 0
[pid=7364] ppid=7342 vsize=396028 CPUtime=0 cores=0-7
/proc/7364/stat : 7364 (python) S 7342 7342 6527 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 649663096 405532672 5725 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 1086985995607310594 0 0 17 0 0 0 0
/proc/7364/statm: 99007 5725 348 364 0 34910 0
[pid=7366] ppid=7364 vsize=2132 CPUtime=2.36 cores=0-7
/proc/7366/stat : 7366 (march_hi) R 7364 7366 7366 0 -1 4202496 621 0 0 0 236 0 0 0 25 0 1 0 649663097 2183168 354 33554432000 4194304 4955518 140733200166160 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7366/statm: 533 354 104 186 0 346 0
[pid=7368] ppid=7342 vsize=406284 CPUtime=0 cores=0-7
/proc/7368/stat : 7368 (python) S 7342 7342 6527 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 649663100 416034816 5729 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 4578208092679799041 0 0 17 4 0 0 0
/proc/7368/statm: 101571 5729 348 364 0 37471 0
[pid=7370] ppid=7368 vsize=2132 CPUtime=2.33 cores=0-7
/proc/7370/stat : 7370 (march_hi) R 7368 7370 7370 0 -1 4202496 619 0 0 0 233 0 0 0 25 0 1 0 649663100 2183168 354 33554432000 4194304 4955518 140736470429600 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7370/statm: 533 354 104 186 0 346 0
[pid=7371] ppid=7342 vsize=416540 CPUtime=0 cores=0-7
/proc/7371/stat : 7371 (python) S 7342 7342 6527 0 -1 4202560 808 0 0 0 0 0 0 0 15 0 1 0 649663103 426536960 5756 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 10705205852135981314 0 0 17 2 0 0 0
/proc/7371/statm: 104135 5756 354 364 0 40032 0
[pid=7373] ppid=7371 vsize=2132 CPUtime=2.29 cores=0-7
/proc/7373/stat : 7373 (march_hi) R 7371 7373 7373 0 -1 4202496 625 0 0 0 229 0 0 0 25 0 1 0 649663103 2183168 354 33554432000 4194304 4955518 140734941730592 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7373/statm: 533 354 104 186 0 346 0
Current children cumulated CPU time (s) 15.13
Current children cumulated vsize (KiB) 2636708

[startup+6.30149 s]
/proc/loadavg: 0.48 0.10 0.03 7/462 7373
/proc/meminfo: memFree=10478008/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=375564 CPUtime=0.79 cores=0-7
/proc/7342/stat : 7342 (python) S 7340 7342 6527 0 -1 4202496 15883 3953 1 0 59 10 9 1 18 0 1 0 649663023 384577536 7277 33554432000 4194304 5683644 140733451455600 18446744073709551615 228107281215 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/7342/statm: 93891 7277 1891 364 0 29788 0
[pid=7351] ppid=7342 vsize=289332 CPUtime=0.01 cores=0-7
/proc/7351/stat : 7351 (python) S 7342 7342 6527 0 -1 4202560 910 0 0 0 1 0 0 0 15 0 1 0 649663083 296275968 5713 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 9908051125905359108 0 0 17 1 0 0 0
/proc/7351/statm: 72333 5713 371 364 0 8248 0
[pid=7353] ppid=7351 vsize=2264 CPUtime=5.69 cores=0-7
/proc/7353/stat : 7353 (march_hi) R 7351 7353 7353 0 -1 4202496 647 0 0 0 569 0 0 0 25 0 1 0 649663084 2318336 384 33554432000 4194304 4955518 140736293888752 18446744073709551615 4224697 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7353/statm: 566 384 104 186 0 379 0
[pid=7355] ppid=7342 vsize=364652 CPUtime=0.01 cores=0-7
/proc/7355/stat : 7355 (python) S 7342 7342 6527 0 -1 4202560 907 0 0 0 1 0 0 0 15 0 1 0 649663087 373403648 5616 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 16333218846628348162 0 0 17 4 0 0 0
/proc/7355/statm: 91163 5616 371 364 0 27075 0
[pid=7357] ppid=7355 vsize=2264 CPUtime=5.66 cores=0-7
/proc/7357/stat : 7357 (march_hi) R 7355 7357 7357 0 -1 4202496 634 0 0 0 566 0 0 0 25 0 1 0 649663087 2318336 369 33554432000 4194304 4955518 140736873314160 18446744073709551615 4235338 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7357/statm: 566 369 104 186 0 379 0
[pid=7358] ppid=7342 vsize=375516 CPUtime=0.01 cores=0-7
/proc/7358/stat : 7358 (python) S 7342 7342 6527 0 -1 4202560 944 0 0 0 0 1 0 0 15 0 1 0 649663090 384528384 5740 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 13543700672355991810 0 0 17 0 0 0 0
/proc/7358/statm: 93879 5740 371 364 0 29788 0
[pid=7360] ppid=7358 vsize=2264 CPUtime=5.6 cores=0-7
/proc/7360/stat : 7360 (march_hi) R 7358 7360 7360 0 -1 4202496 631 0 0 0 560 0 0 0 25 0 1 0 649663090 2318336 368 33554432000 4194304 4955518 140735142018896 18446744073709551615 4224679 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7360/statm: 566 368 104 186 0 379 0
[pid=7364] ppid=7342 vsize=396028 CPUtime=0.01 cores=0-7
/proc/7364/stat : 7364 (python) S 7342 7342 6527 0 -1 4202560 948 0 0 0 0 1 0 0 15 0 1 0 649663096 405532672 5748 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 10265734627926704386 0 0 17 0 0 0 0
/proc/7364/statm: 99007 5748 371 364 0 34910 0
[pid=7366] ppid=7364 vsize=2264 CPUtime=5.54 cores=0-7
/proc/7366/stat : 7366 (march_hi) R 7364 7366 7366 0 -1 4202496 635 0 0 0 554 0 0 0 25 0 1 0 649663097 2318336 368 33554432000 4194304 4955518 140733200166160 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7366/statm: 566 368 104 186 0 379 0
[pid=7368] ppid=7342 vsize=406284 CPUtime=0.01 cores=0-7
/proc/7368/stat : 7368 (python) S 7342 7342 6527 0 -1 4202560 945 0 0 0 1 0 0 0 15 0 1 0 649663100 416034816 5752 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 4578208092679799041 0 0 17 4 0 0 0
/proc/7368/statm: 101571 5752 371 364 0 37471 0
[pid=7370] ppid=7368 vsize=2264 CPUtime=5.5 cores=0-7
/proc/7370/stat : 7370 (march_hi) R 7368 7370 7370 0 -1 4202496 634 0 0 0 550 0 0 0 25 0 1 0 649663100 2318336 369 33554432000 4194304 4955518 140736470429600 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7370/statm: 566 369 104 186 0 379 0
[pid=7371] ppid=7342 vsize=416540 CPUtime=0.01 cores=0-7
/proc/7371/stat : 7371 (python) S 7342 7342 6527 0 -1 4202560 987 0 0 0 1 0 0 0 15 0 1 0 649663103 426536960 5779 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 2958566991826223362 0 0 17 2 0 0 0
/proc/7371/statm: 104135 5779 377 364 0 40032 0
[pid=7373] ppid=7371 vsize=2264 CPUtime=5.49 cores=0-7
/proc/7373/stat : 7373 (march_hi) R 7371 7373 7373 0 -1 4202496 640 0 0 0 549 0 0 0 25 0 1 0 649663103 2318336 369 33554432000 4194304 4955518 140734941730592 18446744073709551615 4238349 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7373/statm: 566 369 104 186 0 379 0
Current children cumulated CPU time (s) 34.33
Current children cumulated vsize (KiB) 2637500

[startup+12.7013 s]

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

[pid=7353] ppid=7351 vsize=2568 CPUtime=18.49 cores=0-7
/proc/7353/stat : 7353 (march_hi) R 7351 7353 7353 0 -1 4202496 708 0 0 0 1849 0 0 0 25 0 1 0 649663084 2629632 445 33554432000 4194304 4955518 140736293888752 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7353/statm: 642 445 104 186 0 455 0
[pid=7355] ppid=7342 vsize=364652 CPUtime=0.05 cores=0-7
/proc/7355/stat : 7355 (python) S 7342 7342 6527 0 -1 4202560 910 0 0 0 3 2 0 0 15 0 1 0 649663087 373403648 5616 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 16333218846628348162 0 0 17 4 0 0 0
/proc/7355/statm: 91163 5616 371 364 0 27075 0
[pid=7357] ppid=7355 vsize=2568 CPUtime=18.46 cores=0-7
/proc/7357/stat : 7357 (march_hi) R 7355 7357 7357 0 -1 4202496 710 0 0 0 1846 0 0 0 25 0 1 0 649663087 2629632 445 33554432000 4194304 4955518 140736873314160 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7357/statm: 642 445 104 186 0 455 0
[pid=7358] ppid=7342 vsize=375516 CPUtime=0.06 cores=0-7
/proc/7358/stat : 7358 (python) S 7342 7342 6527 0 -1 4202560 951 0 0 0 3 3 0 0 15 0 1 0 649663090 384528384 5740 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 13543700672355991810 0 0 17 0 0 0 0
/proc/7358/statm: 93879 5740 371 364 0 29788 0
[pid=7360] ppid=7358 vsize=2568 CPUtime=18.39 cores=0-7
/proc/7360/stat : 7360 (march_hi) R 7358 7360 7360 0 -1 4202496 707 0 0 0 1839 0 0 0 25 0 1 0 649663090 2629632 444 33554432000 4194304 4955518 140735142018896 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7360/statm: 642 444 104 186 0 455 0
[pid=7364] ppid=7342 vsize=396028 CPUtime=0.06 cores=0-7
/proc/7364/stat : 7364 (python) S 7342 7342 6527 0 -1 4202560 957 0 0 0 3 3 0 0 15 0 1 0 649663096 405532672 5748 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 1086985995607310594 0 0 17 0 0 0 0
/proc/7364/statm: 99007 5748 371 364 0 34910 0
[pid=7366] ppid=7364 vsize=2568 CPUtime=18.32 cores=0-7
/proc/7366/stat : 7366 (march_hi) R 7364 7366 7366 0 -1 4202496 711 0 0 0 1832 0 0 0 25 0 1 0 649663097 2629632 444 33554432000 4194304 4955518 140733200166160 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7366/statm: 642 444 104 186 0 455 0
[pid=7368] ppid=7342 vsize=406284 CPUtime=0.06 cores=0-7
/proc/7368/stat : 7368 (python) S 7342 7342 6527 0 -1 4202560 951 0 0 0 4 2 0 0 15 0 1 0 649663100 416034816 5752 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 4578208092679799041 0 0 17 4 0 0 0
/proc/7368/statm: 101571 5752 371 364 0 37471 0
[pid=7370] ppid=7368 vsize=2568 CPUtime=18.29 cores=0-7
/proc/7370/stat : 7370 (march_hi) R 7368 7370 7370 0 -1 4202496 708 0 0 0 1829 0 0 0 25 0 1 0 649663100 2629632 443 33554432000 4194304 4955518 140736470429600 18446744073709551615 4227989 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7370/statm: 642 443 104 186 0 455 0
[pid=7371] ppid=7342 vsize=416540 CPUtime=0.06 cores=0-7
/proc/7371/stat : 7371 (python) S 7342 7342 6527 0 -1 4202560 994 0 0 0 4 2 0 0 15 0 1 0 649663103 426536960 5779 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 10705205852135981314 0 0 17 2 0 0 0
/proc/7371/statm: 104135 5779 377 364 0 40032 0
[pid=7373] ppid=7371 vsize=2568 CPUtime=18.29 cores=0-7
/proc/7373/stat : 7373 (march_hi) R 7371 7373 7373 0 -1 4202496 716 0 0 0 1829 0 0 0 25 0 1 0 649663103 2629632 445 33554432000 4194304 4955518 140734941730592 18446744073709551615 4238749 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7373/statm: 642 445 104 186 0 455 0
Current children cumulated CPU time (s) 111.37
Current children cumulated vsize (KiB) 2639324

[startup+20.7008 s]
/proc/loadavg: 1.33 0.29 0.10 7/462 7373
/proc/meminfo: memFree=10478896/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=375564 CPUtime=0.79 cores=0-7
/proc/7342/stat : 7342 (python) S 7340 7342 6527 0 -1 4202496 15883 3953 1 0 59 10 9 1 18 0 1 0 649663023 384577536 7277 33554432000 4194304 5683644 140733451455600 18446744073709551615 228107281215 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/7342/statm: 93891 7277 1891 364 0 29788 0
[pid=7351] ppid=7342 vsize=289332 CPUtime=0.08 cores=0-7
/proc/7351/stat : 7351 (python) S 7342 7342 6527 0 -1 4202560 921 0 0 0 5 3 0 0 15 0 1 0 649663083 296275968 5713 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 9908051125905359108 0 0 17 1 0 0 0
/proc/7351/statm: 72333 5713 371 364 0 8248 0
[pid=7353] ppid=7351 vsize=2568 CPUtime=20.09 cores=0-7
/proc/7353/stat : 7353 (march_hi) R 7351 7353 7353 0 -1 4202496 713 0 0 0 2009 0 0 0 25 0 1 0 649663084 2629632 450 33554432000 4194304 4955518 140736293888752 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7353/statm: 642 450 104 186 0 455 0
[pid=7355] ppid=7342 vsize=364652 CPUtime=0.07 cores=0-7
/proc/7355/stat : 7355 (python) R 7342 7342 6527 0 -1 4202560 915 0 0 0 4 3 0 0 15 0 1 0 649663087 373403648 5616 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095494279 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/7355/statm: 91163 5616 371 364 0 27075 0
[pid=7357] ppid=7355 vsize=2568 CPUtime=20.06 cores=0-7
/proc/7357/stat : 7357 (march_hi) R 7355 7357 7357 0 -1 4202496 715 0 0 0 2006 0 0 0 25 0 1 0 649663087 2629632 450 33554432000 4194304 4955518 140736873314160 18446744073709551615 4209740 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7357/statm: 642 450 104 186 0 455 0
[pid=7358] ppid=7342 vsize=375516 CPUtime=0.06 cores=0-7
/proc/7358/stat : 7358 (python) S 7342 7342 6527 0 -1 4202560 951 0 0 0 3 3 0 0 15 0 1 0 649663090 384528384 5740 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 13543700672355991810 0 0 17 0 0 0 0
/proc/7358/statm: 93879 5740 371 364 0 29788 0
[pid=7360] ppid=7358 vsize=2568 CPUtime=19.99 cores=0-7
/proc/7360/stat : 7360 (march_hi) R 7358 7360 7360 0 -1 4202496 712 0 0 0 1999 0 0 0 25 0 1 0 649663090 2629632 449 33554432000 4194304 4955518 140735142018896 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7360/statm: 642 449 104 186 0 455 0
[pid=7364] ppid=7342 vsize=396028 CPUtime=0.07 cores=0-7
/proc/7364/stat : 7364 (python) S 7342 7342 6527 0 -1 4202560 959 0 0 0 3 4 0 0 15 0 1 0 649663096 405532672 5748 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 10122156821863956738 0 0 17 0 0 0 0
/proc/7364/statm: 99007 5748 371 364 0 34910 0
[pid=7366] ppid=7364 vsize=2568 CPUtime=19.92 cores=0-7
/proc/7366/stat : 7366 (march_hi) R 7364 7366 7366 0 -1 4202496 715 0 0 0 1992 0 0 0 25 0 1 0 649663097 2629632 448 33554432000 4194304 4955518 140733200166160 18446744073709551615 4209793 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7366/statm: 642 448 104 186 0 455 0
[pid=7368] ppid=7342 vsize=406284 CPUtime=0.06 cores=0-7
/proc/7368/stat : 7368 (python) S 7342 7342 6527 0 -1 4202560 951 0 0 0 4 2 0 0 15 0 1 0 649663100 416034816 5752 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 4578208092679799041 0 0 17 4 0 0 0
/proc/7368/statm: 101571 5752 371 364 0 37471 0
[pid=7370] ppid=7368 vsize=2568 CPUtime=19.89 cores=0-7
/proc/7370/stat : 7370 (march_hi) R 7368 7370 7370 0 -1 4202496 712 0 0 0 1989 0 0 0 25 0 1 0 649663100 2629632 447 33554432000 4194304 4955518 140736470429600 18446744073709551615 4209740 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7370/statm: 642 447 104 186 0 455 0
[pid=7371] ppid=7342 vsize=416540 CPUtime=0.06 cores=0-7
/proc/7371/stat : 7371 (python) S 7342 7342 6527 0 -1 4202560 994 0 0 0 4 2 0 0 15 0 1 0 649663103 426536960 5779 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 10705205852135981314 0 0 17 2 0 0 0
/proc/7371/statm: 104135 5779 377 364 0 40032 0
[pid=7373] ppid=7371 vsize=2568 CPUtime=19.89 cores=0-7
/proc/7373/stat : 7373 (march_hi) R 7371 7373 7373 0 -1 4202496 721 0 0 0 1989 0 0 0 25 0 1 0 649663103 2629632 450 33554432000 4194304 4955518 140734941730592 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7373/statm: 642 450 104 186 0 455 0
Current children cumulated CPU time (s) 121.03
Current children cumulated vsize (KiB) 2639324

[startup+22.3006 s]
/proc/loadavg: 1.70 0.39 0.13 8/462 7373
/proc/meminfo: memFree=10479476/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=375564 CPUtime=22.23 cores=0-7
/proc/7342/stat : 7342 (python) S 7340 7342 6527 0 -1 4202496 15886 5847 1 0 59 10 2150 4 15 0 1 0 649663023 384577536 7277 33554432000 4194304 5683644 140733451455600 18446744073709551615 228107281215 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/7342/statm: 93891 7277 1891 364 0 29788 0
[pid=7355] ppid=7342 vsize=0 CPUtime=21.48 cores=0-7
/proc/7355/stat : 7355 (python) Z 7342 7342 6527 0 -1 4202588 1172 738 0 0 5 3 2140 0 15 0 1 0 649663087 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7355/statm: 0 0 0 0 0 0 0
[pid=7358] ppid=7342 vsize=0 CPUtime=21.52 cores=0-7
/proc/7358/stat : 7358 (python) Z 7342 7342 6527 0 -1 4202588 1203 735 0 0 4 4 2144 0 16 0 1 0 649663090 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7358/statm: 0 0 0 0 0 0 0
[pid=7364] ppid=7342 vsize=396028 CPUtime=0.08 cores=0-7
/proc/7364/stat : 7364 (python) S 7342 7342 6527 0 -1 4202560 959 0 0 0 4 4 0 0 15 0 1 0 649663096 405532672 5748 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 1086985995607310594 0 0 17 0 0 0 0
/proc/7364/statm: 99007 5748 371 364 0 34910 0
[pid=7366] ppid=7364 vsize=2568 CPUtime=21.52 cores=0-7
/proc/7366/stat : 7366 (march_hi) R 7364 7366 7366 0 -1 4202496 721 0 0 0 2152 0 0 0 25 0 1 0 649663097 2629632 454 33554432000 4194304 4955518 140733200166160 18446744073709551615 4314238 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7366/statm: 642 454 104 186 0 455 0
[pid=7368] ppid=7342 vsize=406284 CPUtime=0.08 cores=0-7
/proc/7368/stat : 7368 (python) S 7342 7342 6527 0 -1 4202560 955 0 0 0 5 3 0 0 15 0 1 0 649663100 416034816 5752 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 4578208092679799041 0 0 17 4 0 0 0
/proc/7368/statm: 101571 5752 371 364 0 37471 0
[pid=7370] ppid=7368 vsize=2568 CPUtime=21.48 cores=0-7
/proc/7370/stat : 7370 (march_hi) R 7368 7370 7370 0 -1 4202496 718 0 0 0 2148 0 0 0 25 0 1 0 649663100 2629632 453 33554432000 4194304 4955518 140736470429600 18446744073709551615 4311900 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7370/statm: 642 453 104 186 0 455 0
[pid=7371] ppid=7342 vsize=0 CPUtime=21.5 cores=0-7
/proc/7371/stat : 7371 (python) Z 7342 7342 6527 0 -1 4202588 1239 744 0 0 5 3 2142 0 15 0 1 0 649663103 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7371/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 129.89
Current children cumulated vsize (KiB) 1183012

[startup+22.7005 s]
/proc/loadavg: 1.70 0.39 0.13 8/462 7373
/proc/meminfo: memFree=10479476/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=375564 CPUtime=22.23 cores=0-7
/proc/7342/stat : 7342 (python) S 7340 7342 6527 0 -1 4202496 15886 5847 1 0 59 10 2150 4 15 0 1 0 649663023 384577536 7277 33554432000 4194304 5683644 140733451455600 18446744073709551615 228107281215 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/7342/statm: 93891 7277 1891 364 0 29788 0
[pid=7355] ppid=7342 vsize=0 CPUtime=21.48 cores=0-7
/proc/7355/stat : 7355 (python) Z 7342 7342 6527 0 -1 4202588 1172 738 0 0 5 3 2140 0 15 0 1 0 649663087 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7355/statm: 0 0 0 0 0 0 0
[pid=7358] ppid=7342 vsize=0 CPUtime=21.52 cores=0-7
/proc/7358/stat : 7358 (python) Z 7342 7342 6527 0 -1 4202588 1203 735 0 0 4 4 2144 0 16 0 1 0 649663090 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7358/statm: 0 0 0 0 0 0 0
[pid=7364] ppid=7342 vsize=396028 CPUtime=0.08 cores=0-7
/proc/7364/stat : 7364 (python) S 7342 7342 6527 0 -1 4202560 959 0 0 0 4 4 0 0 15 0 1 0 649663096 405532672 5748 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 1086985995607310594 0 0 17 0 0 0 0
/proc/7364/statm: 99007 5748 371 364 0 34910 0
[pid=7366] ppid=7364 vsize=2568 CPUtime=21.92 cores=0-7
/proc/7366/stat : 7366 (march_hi) R 7364 7366 7366 0 -1 4202496 723 0 0 0 2192 0 0 0 25 0 1 0 649663097 2629632 456 33554432000 4194304 4955518 140733200166160 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7366/statm: 642 456 104 186 0 455 0
[pid=7368] ppid=7342 vsize=406284 CPUtime=0.08 cores=0-7
/proc/7368/stat : 7368 (python) S 7342 7342 6527 0 -1 4202560 955 0 0 0 5 3 0 0 15 0 1 0 649663100 416034816 5752 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 4578208092679799041 0 0 17 4 0 0 0
/proc/7368/statm: 101571 5752 371 364 0 37471 0
[pid=7370] ppid=7368 vsize=2568 CPUtime=21.88 cores=0-7
/proc/7370/stat : 7370 (march_hi) R 7368 7370 7370 0 -1 4202496 720 0 0 0 2188 0 0 0 25 0 1 0 649663100 2629632 455 33554432000 4194304 4955518 140736470429600 18446744073709551615 4314679 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7370/statm: 642 455 104 186 0 455 0
[pid=7371] ppid=7342 vsize=0 CPUtime=21.5 cores=0-7
/proc/7371/stat : 7371 (python) Z 7342 7342 6527 0 -1 4202588 1239 744 0 0 5 3 2142 0 15 0 1 0 649663103 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7371/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 130.69
Current children cumulated vsize (KiB) 1183012

[startup+22.9004 s]
/proc/loadavg: 1.70 0.39 0.13 8/462 7373
/proc/meminfo: memFree=10479476/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=375564 CPUtime=65.77 cores=0-7
/proc/7342/stat : 7342 (python) S 7340 7342 6527 0 -1 4202496 15886 9698 1 0 59 10 6495 13 15 0 1 0 649663023 384577536 7277 33554432000 4194304 5683644 140733451455600 18446744073709551615 228107281215 0 0 16781312 2 18446744071562232103 0 0 17 0 0 0 0
/proc/7342/statm: 93891 7277 1891 364 0 29788 0
[pid=7358] ppid=7342 vsize=0 CPUtime=21.52 cores=0-7
/proc/7358/stat : 7358 (python) Z 7342 7342 6527 0 -1 4202588 1203 735 0 0 4 4 2144 0 16 0 1 0 649663090 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7358/statm: 0 0 0 0 0 0 0
[pid=7368] ppid=7342 vsize=406284 CPUtime=0.08 cores=0-7
/proc/7368/stat : 7368 (python) S 7342 7342 6527 0 -1 4202560 955 0 0 0 5 3 0 0 15 0 1 0 649663100 416034816 5752 33554432000 4194304 5683644 140733451455600 18446744073709551615 228095471174 0 0 16781312 514 4578208092679799041 0 0 17 4 0 0 0
/proc/7368/statm: 101571 5752 371 364 0 37471 0
[pid=7370] ppid=7368 vsize=2568 CPUtime=22.08 cores=0-7
/proc/7370/stat : 7370 (march_hi) R 7368 7370 7370 0 -1 4202496 720 0 0 0 2208 0 0 0 25 0 1 0 649663100 2629632 455 33554432000 4194304 4955518 140736470429600 18446744073709551615 4227951 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7370/statm: 642 455 104 186 0 455 0
[pid=7371] ppid=7342 vsize=0 CPUtime=21.5 cores=0-7
/proc/7371/stat : 7371 (python) Z 7342 7342 6527 0 -1 4202588 1239 744 0 0 5 3 2142 0 15 0 1 0 649663103 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7371/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 130.95
Current children cumulated vsize (KiB) 784416

[startup+23.0004 s]
/proc/loadavg: 1.70 0.39 0.13 3/450 7379
/proc/meminfo: memFree=10508476/32951124 swapFree=65980224/67111528
[pid=7342] ppid=7340 vsize=0 CPUtime=131.1 cores=0-7
/proc/7342/stat : 7342 (python) Z 7340 7342 6527 0 -1 4202524 20086 15600 1 0 61 10 13014 25 15 0 1 0 649663023 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7342/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 131.1
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 23.0167
CPU time (s): 131.124
CPU user time (s): 130.763
CPU system time (s): 0.360945
CPU usage (%): 569.691
Max. virtual memory (cumulated for all children) (KiB): 2639324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.763
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35686
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= 2182
involuntary context switches= 1032

runsolver used 0.101984 second user time and 0.250961 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 21:01:15
IDJOB=3385707
IDBENCH=82972
IDSOLVER=1870
FILE ID=node142/3385707-1305572475
RUNJOBID= node142-1305564961-6541
PBS_JOBID= 13350108
Free space on /tmp= 73572 MiB

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

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

MD5SUM BENCH= 181d327d4cfd49957ee63dfb74a0e12a
RANDOM SEED=586286879

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.75
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.846
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.846
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:      10531580 kB
Buffers:        354012 kB
Cached:        5000388 kB
SwapCached:      11512 kB
Active:       18913604 kB
Inactive:      3128028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10531580 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           31984 kB
Writeback:           0 kB
AnonPages:    16685204 kB
Mapped:          26900 kB
Slab:           238384 kB
PageTables:      66124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114494568 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= 73540 MiB
End job on node142 at 2011-05-16 21:01:39