Trace number 3322067

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-randomUNSAT 77.1723 10.5018

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S60874767-043.UNKNOWN.cnf
MD5SUM1eb54569b93f0ee7ebd06f1e9e4582f9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.2309
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.38/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.67	c INFO: solving HOME/instance-3322067-1304372413.cnf
0.38/0.67	c INFO: computing task features
0.38/0.68	c INFO: computed variable-clause graph statistics
0.38/0.68	c INFO: computed clause balance statistics
0.46/0.72	c INFO: computed variable balance statistics
0.46/0.74	c INFO: computed small-clause counts
2.65/1.27	c INFO: computed Horn-clause counts
2.65/1.27	c INFO: computed variable graph statistics
2.65/1.27	c INFO: collected features for HOME/instance-3322067-1304372413.cnf in 0.07 s
2.65/1.27	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.61)
2.65/1.27	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.38)
2.65/1.27	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.34)
2.65/1.27	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.30)
2.65/1.27	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.09)
2.65/1.27	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
2.65/1.27	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.25)
2.65/1.27	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.22)
76.39/10.48	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3322067-1304372413/watcher-3322067-1304372413 -o /tmp/evaluation-result-3322067-1304372413/solver-3322067-1304372413 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322067-1304372413.cnf -seed 820002187 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 8.19 8.56 8.48 1/256 29594
/proc/meminfo: memFree=15129432/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=15384 CPUtime=0 cores=0-7
/proc/29594/stat : 29594 (python) S 29592 29594 28873 0 -1 4202496 819 0 0 0 0 0 0 0 22 0 1 0 548840045 15753216 704 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/29594/statm: 3846 704 334 364 0 333 0

[startup+0.071399 s]
/proc/loadavg: 8.19 8.56 8.48 1/256 29594
/proc/meminfo: memFree=15129432/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=36512 CPUtime=0.05 cores=0-7
/proc/29594/stat : 29594 (python) S 29592 29594 28873 0 -1 4202496 1619 0 0 0 4 1 0 0 22 0 1 0 548840045 37388288 1450 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/29594/statm: 9128 1450 452 364 0 945 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36512

[startup+0.100395 s]
/proc/loadavg: 8.19 8.56 8.48 1/256 29594
/proc/meminfo: memFree=15129432/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=89772 CPUtime=0.07 cores=0-7
/proc/29594/stat : 29594 (python) S 29592 29594 28873 0 -1 4202496 2672 0 0 0 5 2 0 0 22 0 1 0 548840045 91926528 2388 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/29594/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 89772

[startup+0.30036 s]
/proc/loadavg: 8.19 8.56 8.48 1/256 29594
/proc/meminfo: memFree=15129432/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=135752 CPUtime=0.2 cores=0-7
/proc/29594/stat : 29594 (python) S 29592 29594 28873 0 -1 4202496 5964 935 1 0 14 6 0 0 22 0 1 0 548840045 139010048 4151 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594862597 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/29594/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.70037 s]
/proc/loadavg: 8.19 8.56 8.48 1/256 29594
/proc/meminfo: memFree=15129432/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=278296 CPUtime=0.46 cores=0-7
/proc/29594/stat : 29594 (python) R 29592 29594 28873 0 -1 4202496 9306 935 1 0 32 14 0 0 22 0 1 0 548840045 284975104 6975 33554432000 4194304 5683644 140736058692752 18446744073709551615 4541168 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29594/statm: 69574 6975 1826 364 0 5498 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278296

[startup+1.50115 s]
/proc/loadavg: 8.19 8.56 8.48 9/275 29617
/proc/meminfo: memFree=15083796/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=426544 CPUtime=0.81 cores=0-7
/proc/29594/stat : 29594 (python) S 29592 29594 28873 0 -1 4202496 15249 935 1 0 66 15 0 0 25 0 9 0 548840045 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29594/statm: 106636 7381 1889 364 0 42533 0
[pid=29600] ppid=29594 vsize=278452 CPUtime=0 cores=0-7
/proc/29600/stat : 29600 (python) S 29594 29594 28873 0 -1 4202560 727 0 0 0 0 0 0 0 23 0 1 0 548840124 285134848 5546 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886671 0 0 16781312 514 3874128675007889407 0 0 17 1 0 0 0
/proc/29600/statm: 69613 5546 354 364 0 5531 0
[pid=29602] ppid=29600 vsize=1017800 CPUtime=0.7 cores=0-7
/proc/29602/stat : 29602 (gnovelty+2) R 29600 29602 29602 0 -1 4202496 427 0 0 0 70 0 0 0 25 0 1 0 548840124 1042227200 162 33554432000 134512640 135663704 4287813616 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29602/statm: 254450 162 113 282 0 254166 0
[pid=29603] ppid=29594 vsize=289228 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (python) S 29594 29594 28873 0 -1 4202560 749 0 0 0 0 0 0 0 19 0 1 0 548840128 296169472 5663 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 5602236864229507330 0 0 17 3 0 0 0
/proc/29603/statm: 72307 5663 348 364 0 8222 0
[pid=29605] ppid=29603 vsize=1420 CPUtime=0.67 cores=0-7
/proc/29605/stat : 29605 (march_hi) R 29603 29605 29605 0 -1 4202496 475 0 0 0 67 0 0 0 25 0 1 0 548840128 1454080 210 33554432000 4194304 4955518 140734172429600 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29605/statm: 355 210 106 186 0 168 0
[pid=29606] ppid=29594 vsize=365020 CPUtime=0 cores=0-7
/proc/29606/stat : 29606 (python) S 29594 29594 28873 0 -1 4202560 713 0 0 0 0 0 0 0 20 0 1 0 548840132 373780480 5840 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 3079929985788510468 0 0 17 1 0 0 0
/proc/29606/statm: 91255 5840 348 364 0 27167 0
[pid=29608] ppid=29606 vsize=1420 CPUtime=0.63 cores=0-7
/proc/29608/stat : 29608 (march_hi) R 29606 29608 29608 0 -1 4202496 466 0 0 0 63 0 0 0 25 0 1 0 548840132 1454080 210 33554432000 4194304 4955518 140736945143296 18446744073709551615 4285340 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29608/statm: 355 210 106 186 0 168 0
[pid=29609] ppid=29594 vsize=375276 CPUtime=0 cores=0-7
/proc/29609/stat : 29609 (python) S 29594 29594 28873 0 -1 4202560 719 0 0 0 0 0 0 0 20 0 1 0 548840135 384282624 5798 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 6977663521882341633 0 0 17 7 0 0 0
/proc/29609/statm: 93819 5798 348 364 0 29728 0
[pid=29611] ppid=29609 vsize=1420 CPUtime=0.58 cores=0-7
/proc/29611/stat : 29611 (march_hi) R 29609 29611 29611 0 -1 4202496 462 0 0 0 58 0 0 0 25 0 1 0 548840136 1454080 209 33554432000 4194304 4955518 140735457726768 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29611/statm: 355 209 106 186 0 168 0
[pid=29612] ppid=29594 vsize=385532 CPUtime=0 cores=0-7
/proc/29612/stat : 29612 (python) S 29594 29594 28873 0 -1 4202560 734 0 0 0 0 0 0 0 20 0 1 0 548840139 394784768 5922 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 17815109832219263233 0 0 17 6 0 0 0
/proc/29612/statm: 96383 5922 348 364 0 32289 0
[pid=29614] ppid=29612 vsize=1420 CPUtime=0.55 cores=0-7
/proc/29614/stat : 29614 (march_hi) R 29612 29614 29614 0 -1 4202496 466 0 0 0 55 0 0 0 25 0 1 0 548840140 1454080 210 33554432000 4194304 4955518 140734679086960 18446744073709551615 4413701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29614/statm: 355 210 106 186 0 168 0
[pid=29615] ppid=29594 vsize=395788 CPUtime=0 cores=0-7
/proc/29615/stat : 29615 (python) S 29594 29594 28873 0 -1 4202560 728 0 0 0 0 0 0 0 25 0 1 0 548840143 405286912 5836 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 4334991722569269247 0 0 17 0 0 0 0
/proc/29615/statm: 98947 5836 348 364 0 34850 0
[pid=29617] ppid=29615 vsize=1017800 CPUtime=0.51 cores=0-7
/proc/29617/stat : 29617 (gnovelty+2) R 29615 29617 29617 0 -1 4202496 420 0 0 0 51 0 0 0 25 0 1 0 548840143 1042227200 161 33554432000 134512640 135663704 4287947440 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29617/statm: 254450 161 113 282 0 254166 0
[pid=29594/tid=29601] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29601/stat : 29601 (python) S 29592 29594 28873 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 9 0 548840124 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29604] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29604/stat : 29604 (python) S 29592 29594 28873 0 -1 4202560 23 935 0 0 0 0 0 0 24 0 9 0 548840128 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 3 0 0 0
[pid=29594/tid=29607] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29607/stat : 29607 (python) S 29592 29594 28873 0 -1 4202560 76 935 0 0 0 0 0 0 25 0 9 0 548840132 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29610] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29610/stat : 29610 (python) S 29592 29594 28873 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 9 0 548840136 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 2 0 0 0
[pid=29594/tid=29613] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29613/stat : 29613 (python) S 29592 29594 28873 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 548840140 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29616] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29616/stat : 29616 (python) S 29592 29594 28873 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 548840143 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 4557120

[startup+3.10086 s]
/proc/loadavg: 8.19 8.56 8.48 9/281 29623
/proc/meminfo: memFree=15076680/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=426544 CPUtime=0.81 cores=0-7
/proc/29594/stat : 29594 (python) S 29592 29594 28873 0 -1 4202496 15249 935 1 0 66 15 0 0 25 0 9 0 548840045 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29594/statm: 106636 7381 1889 364 0 42533 0
[pid=29600] ppid=29594 vsize=278452 CPUtime=0 cores=0-7
/proc/29600/stat : 29600 (python) S 29594 29594 28873 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 548840124 285134848 5546 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886671 0 0 16781312 514 3874128675007856899 0 0 17 1 0 0 0
/proc/29600/statm: 69613 5546 354 364 0 5531 0
[pid=29602] ppid=29600 vsize=1017800 CPUtime=2.3 cores=0-7
/proc/29602/stat : 29602 (gnovelty+2) R 29600 29602 29602 0 -1 4202496 427 0 0 0 230 0 0 0 25 0 1 0 548840124 1042227200 162 33554432000 134512640 135663704 4287813616 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29602/statm: 254450 162 113 282 0 254166 0
[pid=29603] ppid=29594 vsize=289228 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (python) S 29594 29594 28873 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 548840128 296169472 5663 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 699359768304648450 0 0 17 3 0 0 0
/proc/29603/statm: 72307 5663 348 364 0 8222 0
[pid=29605] ppid=29603 vsize=1420 CPUtime=2.27 cores=0-7
/proc/29605/stat : 29605 (march_hi) R 29603 29605 29605 0 -1 4202496 475 0 0 0 227 0 0 0 25 0 1 0 548840128 1454080 210 33554432000 4194304 4955518 140734172429600 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29605/statm: 355 210 106 186 0 168 0
[pid=29606] ppid=29594 vsize=365020 CPUtime=0 cores=0-7
/proc/29606/stat : 29606 (python) S 29594 29594 28873 0 -1 4202560 717 0 0 0 0 0 0 0 15 0 1 0 548840132 373780480 5840 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 3079929985788510468 0 0 17 1 0 0 0
/proc/29606/statm: 91255 5840 348 364 0 27167 0
[pid=29608] ppid=29606 vsize=1420 CPUtime=2.23 cores=0-7
/proc/29608/stat : 29608 (march_hi) R 29606 29608 29608 0 -1 4202496 466 0 0 0 223 0 0 0 25 0 1 0 548840132 1454080 210 33554432000 4194304 4955518 140736945143296 18446744073709551615 4224352 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29608/statm: 355 210 106 186 0 168 0
[pid=29609] ppid=29594 vsize=375276 CPUtime=0 cores=0-7
/proc/29609/stat : 29609 (python) S 29594 29594 28873 0 -1 4202560 720 0 0 0 0 0 0 0 15 0 1 0 548840135 384282624 5798 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 6977663521882341633 0 0 17 7 0 0 0
/proc/29609/statm: 93819 5798 348 364 0 29728 0
[pid=29611] ppid=29609 vsize=1420 CPUtime=2.17 cores=0-7
/proc/29611/stat : 29611 (march_hi) R 29609 29611 29611 0 -1 4202496 462 0 0 0 217 0 0 0 25 0 1 0 548840136 1454080 209 33554432000 4194304 4955518 140735457726768 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29611/statm: 355 209 106 186 0 168 0
[pid=29612] ppid=29594 vsize=385532 CPUtime=0 cores=0-7
/proc/29612/stat : 29612 (python) S 29594 29594 28873 0 -1 4202560 735 0 0 0 0 0 0 0 15 0 1 0 548840139 394784768 5922 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 17815109832219263233 0 0 17 6 0 0 0
/proc/29612/statm: 96383 5922 348 364 0 32289 0
[pid=29614] ppid=29612 vsize=1420 CPUtime=2.15 cores=0-7
/proc/29614/stat : 29614 (march_hi) R 29612 29614 29614 0 -1 4202496 466 0 0 0 215 0 0 0 25 0 1 0 548840140 1454080 210 33554432000 4194304 4955518 140734679086960 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29614/statm: 355 210 106 186 0 168 0
[pid=29615] ppid=29594 vsize=395788 CPUtime=0 cores=0-7
/proc/29615/stat : 29615 (python) S 29594 29594 28873 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 548840143 405286912 5836 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 4334991722569236738 0 0 17 0 0 0 0
/proc/29615/statm: 98947 5836 348 364 0 34850 0
[pid=29617] ppid=29615 vsize=1017800 CPUtime=2.11 cores=0-7
/proc/29617/stat : 29617 (gnovelty+2) R 29615 29617 29617 0 -1 4202496 420 0 0 0 211 0 0 0 25 0 1 0 548840143 1042227200 161 33554432000 134512640 135663704 4287947440 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29617/statm: 254450 161 113 282 0 254166 0
[pid=29618] ppid=29594 vsize=406044 CPUtime=0 cores=0-7
/proc/29618/stat : 29618 (python) S 29594 29594 28873 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 548840147 415789056 5815 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 11408959264610287875 0 0 17 2 0 0 0
/proc/29618/statm: 101511 5815 348 364 0 37411 0
[pid=29620] ppid=29618 vsize=1420 CPUtime=2.07 cores=0-7
/proc/29620/stat : 29620 (march_hi) R 29618 29620 29620 0 -1 4202496 468 0 0 0 207 0 0 0 25 0 1 0 548840148 1454080 210 33554432000 4194304 4955518 140735594325904 18446744073709551615 4224427 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29620/statm: 355 210 106 186 0 168 0
[pid=29621] ppid=29594 vsize=416300 CPUtime=0 cores=0-7
/proc/29621/stat : 29621 (python) S 29594 29594 28873 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 548840151 426291200 5842 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 2687144849928323331 0 0 17 0 0 0 0
/proc/29621/statm: 104075 5842 354 364 0 39972 0
[pid=29623] ppid=29621 vsize=1420 CPUtime=2.01 cores=0-7
/proc/29623/stat : 29623 (march_hi) R 29621 29623 29623 0 -1 4202496 473 0 0 0 201 0 0 0 25 0 1 0 548840154 1454080 209 33554432000 4194304 4955518 140736754761920 18446744073709551615 4285712 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29623/statm: 355 209 106 186 0 168 0
[pid=29594/tid=29601] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29601/stat : 29601 (python) S 29592 29594 28873 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 9 0 548840124 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29604] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29604/stat : 29604 (python) S 29592 29594 28873 0 -1 4202560 23 935 0 0 0 0 0 0 24 0 9 0 548840128 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 3 0 0 0
[pid=29594/tid=29607] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29607/stat : 29607 (python) S 29592 29594 28873 0 -1 4202560 76 935 0 0 0 0 0 0 25 0 9 0 548840132 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29610] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29610/stat : 29610 (python) S 29592 29594 28873 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 9 0 548840136 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 2 0 0 0
[pid=29594/tid=29613] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29613/stat : 29613 (python) S 29592 29594 28873 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 548840140 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29616] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29616/stat : 29616 (python) S 29592 29594 28873 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 548840143 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
[pid=29594/tid=29619] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29619/stat : 29619 (python) S 29592 29594 28873 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 548840147 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
[pid=29594/tid=29622] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29622/stat : 29622 (python) S 29592 29594 28873 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 548840151 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.12
Current children cumulated vsize (KiB) 5382304

[startup+6.3013 s]
/proc/loadavg: 8.26 8.57 8.48 9/281 29623
/proc/meminfo: memFree=15076436/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=426544 CPUtime=0.81 cores=0-7
/proc/29594/stat : 29594 (python) S 29592 29594 28873 0 -1 4202496 15249 935 1 0 66 15 0 0 25 0 9 0 548840045 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29594/statm: 106636 7381 1889 364 0 42533 0

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

/proc/29594/task/29604/stat : 29604 (python) S 29592 29594 28873 0 -1 4202560 23 935 0 0 0 0 0 0 24 0 9 0 548840128 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 3 0 0 0
[pid=29594/tid=29607] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29607/stat : 29607 (python) S 29592 29594 28873 0 -1 4202560 76 935 0 0 0 0 0 0 25 0 9 0 548840132 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29610] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29610/stat : 29610 (python) S 29592 29594 28873 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 9 0 548840136 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 2 0 0 0
[pid=29594/tid=29613] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29613/stat : 29613 (python) S 29592 29594 28873 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 548840140 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29616] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29616/stat : 29616 (python) S 29592 29594 28873 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 548840143 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
[pid=29594/tid=29619] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29619/stat : 29619 (python) S 29592 29594 28873 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 548840147 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
[pid=29594/tid=29622] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29622/stat : 29622 (python) S 29592 29594 28873 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 548840151 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.35
Current children cumulated vsize (KiB) 5382440

[startup+9.50174 s]
/proc/loadavg: 8.24 8.56 8.48 15/281 29623
/proc/meminfo: memFree=15077064/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=426544 CPUtime=0.81 cores=0-7
/proc/29594/stat : 29594 (python) S 29592 29594 28873 0 -1 4202496 15249 935 1 0 66 15 0 0 25 0 9 0 548840045 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29594/statm: 106636 7381 1889 364 0 42533 0
[pid=29600] ppid=29594 vsize=278452 CPUtime=0 cores=0-7
/proc/29600/stat : 29600 (python) S 29594 29594 28873 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 548840124 285134848 5569 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886671 0 0 16781312 514 3874128675007856899 0 0 17 1 0 0 0
/proc/29600/statm: 69613 5569 377 364 0 5531 0
[pid=29602] ppid=29600 vsize=1017800 CPUtime=8.7 cores=0-7
/proc/29602/stat : 29602 (gnovelty+2) R 29600 29602 29602 0 -1 4202496 427 0 0 0 870 0 0 0 25 0 1 0 548840124 1042227200 162 33554432000 134512640 135663704 4287813616 18446744073709551615 134525316 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29602/statm: 254450 162 113 282 0 254166 0
[pid=29603] ppid=29594 vsize=289228 CPUtime=1.34 cores=0-7
/proc/29603/stat : 29603 (python) R 29594 29594 28873 0 -1 4202560 909 0 0 0 115 19 0 0 17 0 1 0 548840128 296169472 5686 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606696767 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/29603/statm: 72307 5686 371 364 0 8222 0
[pid=29605] ppid=29603 vsize=0 CPUtime=7.33 cores=0-7
/proc/29605/stat : 29605 (march_hi) R 29603 29605 29605 0 -1 4202500 514 0 0 0 733 0 0 0 25 0 1 0 548840128 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29605/statm: 0 0 0 0 0 0 0
[pid=29606] ppid=29594 vsize=365020 CPUtime=1.28 cores=0-7
/proc/29606/stat : 29606 (python) R 29594 29594 28873 0 -1 4202560 805 0 0 0 110 18 0 0 17 0 1 0 548840132 373780480 5863 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606696767 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/29606/statm: 91255 5863 371 364 0 27167 0
[pid=29608] ppid=29606 vsize=0 CPUtime=7.34 cores=0-7
/proc/29608/stat : 29608 (march_hi) R 29606 29608 29608 0 -1 4202500 505 0 0 0 734 0 0 0 25 0 1 0 548840132 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29608/statm: 0 0 0 0 0 0 0
[pid=29609] ppid=29594 vsize=375276 CPUtime=1.15 cores=0-7
/proc/29609/stat : 29609 (python) R 29594 29594 28873 0 -1 4202560 796 0 0 0 101 14 0 0 17 0 1 0 548840135 384282624 5821 33554432000 4194304 5683644 140736058692752 18446744073709551615 4563004 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/29609/statm: 93819 5821 371 364 0 29728 0
[pid=29611] ppid=29609 vsize=0 CPUtime=7.36 cores=0-7
/proc/29611/stat : 29611 (march_hi) R 29609 29611 29611 0 -1 4202500 501 0 0 0 736 0 0 0 25 0 1 0 548840136 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29611/statm: 0 0 0 0 0 0 0
[pid=29612] ppid=29594 vsize=385532 CPUtime=1.25 cores=0-7
/proc/29612/stat : 29612 (python) R 29594 29594 28873 0 -1 4202560 814 0 0 0 107 18 0 0 17 0 1 0 548840139 394784768 5945 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606696767 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/29612/statm: 96383 5945 371 364 0 32289 0
[pid=29614] ppid=29612 vsize=0 CPUtime=7.3 cores=0-7
/proc/29614/stat : 29614 (march_hi) R 29612 29614 29614 0 -1 4202500 505 0 0 0 730 0 0 0 25 0 1 0 548840140 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29614/statm: 0 0 0 0 0 0 0
[pid=29615] ppid=29594 vsize=395788 CPUtime=0 cores=0-7
/proc/29615/stat : 29615 (python) S 29594 29594 28873 0 -1 4202560 805 0 0 0 0 0 0 0 18 0 1 0 548840143 405286912 5859 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 4334991722569236738 0 0 17 4 0 0 0
/proc/29615/statm: 98947 5859 371 364 0 34850 0
[pid=29617] ppid=29615 vsize=1017800 CPUtime=8.49 cores=0-7
/proc/29617/stat : 29617 (gnovelty+2) R 29615 29617 29617 0 -1 4202496 420 0 0 0 849 0 0 0 25 0 1 0 548840143 1042227200 161 33554432000 134512640 135663704 4287947440 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29617/statm: 254450 161 113 282 0 254166 0
[pid=29618] ppid=29594 vsize=406044 CPUtime=1.13 cores=0-7
/proc/29618/stat : 29618 (python) R 29594 29594 28873 0 -1 4202560 837 0 0 0 96 17 0 0 17 0 1 0 548840147 415789056 5838 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29618/statm: 101511 5838 371 364 0 37411 0
[pid=29620] ppid=29618 vsize=0 CPUtime=7.33 cores=0-7
/proc/29620/stat : 29620 (march_hi) R 29618 29620 29620 0 -1 4202500 507 0 0 0 733 0 0 0 25 0 1 0 548840148 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29620/statm: 0 0 0 0 0 0 0
[pid=29621] ppid=29594 vsize=416300 CPUtime=1.07 cores=0-7
/proc/29621/stat : 29621 (python) R 29594 29594 28873 0 -1 4202560 868 0 0 0 96 11 0 0 17 0 1 0 548840151 426291200 5865 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/29621/statm: 104075 5865 377 364 0 39972 0
[pid=29623] ppid=29621 vsize=0 CPUtime=7.31 cores=0-7
/proc/29623/stat : 29623 (march_hi) R 29621 29623 29623 0 -1 4202500 512 0 0 0 731 0 0 0 25 0 1 0 548840154 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29623/statm: 0 0 0 0 0 0 0
[pid=29594/tid=29601] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29601/stat : 29601 (python) S 29592 29594 28873 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 9 0 548840124 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29604] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29604/stat : 29604 (python) S 29592 29594 28873 0 -1 4202560 23 935 0 0 0 0 0 0 24 0 9 0 548840128 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 3 0 0 0
[pid=29594/tid=29607] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29607/stat : 29607 (python) S 29592 29594 28873 0 -1 4202560 76 935 0 0 0 0 0 0 25 0 9 0 548840132 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29610] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29610/stat : 29610 (python) S 29592 29594 28873 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 9 0 548840136 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 2 0 0 0
[pid=29594/tid=29613] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29613/stat : 29613 (python) S 29592 29594 28873 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 548840140 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29616] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29616/stat : 29616 (python) S 29592 29594 28873 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 548840143 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
[pid=29594/tid=29619] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29619/stat : 29619 (python) S 29592 29594 28873 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 548840147 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
[pid=29594/tid=29622] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29622/stat : 29622 (python) S 29592 29594 28873 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 548840151 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 69.19
Current children cumulated vsize (KiB) 5373784

[startup+10.3016 s]
/proc/loadavg: 8.24 8.56 8.48 17/281 29623
/proc/meminfo: memFree=15077568/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=426544 CPUtime=0.81 cores=0-7
/proc/29594/stat : 29594 (python) S 29592 29594 28873 0 -1 4202496 15249 935 1 0 66 15 0 0 25 0 9 0 548840045 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29594/statm: 106636 7381 1889 364 0 42533 0
[pid=29600] ppid=29594 vsize=278452 CPUtime=0 cores=0-7
/proc/29600/stat : 29600 (python) S 29594 29594 28873 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 548840124 285134848 5569 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886671 0 0 16781312 514 3874128675007856899 0 0 17 1 0 0 0
/proc/29600/statm: 69613 5569 377 364 0 5531 0
[pid=29602] ppid=29600 vsize=1017800 CPUtime=9.49 cores=0-7
/proc/29602/stat : 29602 (gnovelty+2) R 29600 29602 29602 0 -1 4202496 427 0 0 0 949 0 0 0 25 0 1 0 548840124 1042227200 162 33554432000 134512640 135663704 4287813616 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29602/statm: 254450 162 113 282 0 254166 0
[pid=29603] ppid=29594 vsize=289228 CPUtime=2.13 cores=0-7
/proc/29603/stat : 29603 (python) R 29594 29594 28873 0 -1 4202560 916 0 0 0 184 29 0 0 18 0 1 0 548840128 296169472 5686 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/29603/statm: 72307 5686 371 364 0 8222 0
[pid=29605] ppid=29603 vsize=0 CPUtime=7.33 cores=0-7
/proc/29605/stat : 29605 (march_hi) R 29603 29605 29605 0 -1 4202500 514 0 0 0 733 0 0 0 25 0 1 0 548840128 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29605/statm: 0 0 0 0 0 0 0
[pid=29606] ppid=29594 vsize=365020 CPUtime=2.08 cores=0-7
/proc/29606/stat : 29606 (python) R 29594 29594 28873 0 -1 4202560 805 0 0 0 179 29 0 0 18 0 1 0 548840132 373780480 5863 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606696767 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/29606/statm: 91255 5863 371 364 0 27167 0
[pid=29608] ppid=29606 vsize=0 CPUtime=7.34 cores=0-7
/proc/29608/stat : 29608 (march_hi) R 29606 29608 29608 0 -1 4202500 505 0 0 0 734 0 0 0 25 0 1 0 548840132 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29608/statm: 0 0 0 0 0 0 0
[pid=29609] ppid=29594 vsize=375276 CPUtime=1.94 cores=0-7
/proc/29609/stat : 29609 (python) R 29594 29594 28873 0 -1 4202560 799 0 0 0 169 25 0 0 18 0 1 0 548840135 384282624 5821 33554432000 4194304 5683644 140736058692752 18446744073709551615 4539201 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/29609/statm: 93819 5821 371 364 0 29728 0
[pid=29611] ppid=29609 vsize=0 CPUtime=7.36 cores=0-7
/proc/29611/stat : 29611 (march_hi) R 29609 29611 29611 0 -1 4202500 501 0 0 0 736 0 0 0 25 0 1 0 548840136 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29611/statm: 0 0 0 0 0 0 0
[pid=29612] ppid=29594 vsize=385532 CPUtime=2.04 cores=0-7
/proc/29612/stat : 29612 (python) R 29594 29594 28873 0 -1 4202560 814 0 0 0 175 29 0 0 18 0 1 0 548840139 394784768 5945 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606696767 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/29612/statm: 96383 5945 371 364 0 32289 0
[pid=29614] ppid=29612 vsize=0 CPUtime=7.3 cores=0-7
/proc/29614/stat : 29614 (march_hi) R 29612 29614 29614 0 -1 4202500 505 0 0 0 730 0 0 0 25 0 1 0 548840140 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29614/statm: 0 0 0 0 0 0 0
[pid=29615] ppid=29594 vsize=395788 CPUtime=0.02 cores=0-7
/proc/29615/stat : 29615 (python) S 29594 29594 28873 0 -1 4202560 805 0 0 0 1 1 0 0 18 0 1 0 548840143 405286912 5859 33554432000 4194304 5683644 140736058692752 18446744073709551615 235594886726 0 0 16781312 514 17606822743204921602 0 0 17 4 0 0 0
/proc/29615/statm: 98947 5859 371 364 0 34850 0
[pid=29617] ppid=29615 vsize=1017800 CPUtime=9.29 cores=0-7
/proc/29617/stat : 29617 (gnovelty+2) R 29615 29617 29617 0 -1 4202496 420 0 0 0 929 0 0 0 25 0 1 0 548840143 1042227200 161 33554432000 134512640 135663704 4287947440 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29617/statm: 254450 161 113 282 0 254166 0
[pid=29618] ppid=29594 vsize=406044 CPUtime=1.93 cores=0-7
/proc/29618/stat : 29618 (python) R 29594 29594 28873 0 -1 4202560 839 0 0 0 164 29 0 0 18 0 1 0 548840147 415789056 5838 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606696767 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29618/statm: 101511 5838 371 364 0 37411 0
[pid=29620] ppid=29618 vsize=0 CPUtime=7.33 cores=0-7
/proc/29620/stat : 29620 (march_hi) R 29618 29620 29620 0 -1 4202500 507 0 0 0 733 0 0 0 25 0 1 0 548840148 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29620/statm: 0 0 0 0 0 0 0
[pid=29621] ppid=29594 vsize=416300 CPUtime=1.88 cores=0-7
/proc/29621/stat : 29621 (python) R 29594 29594 28873 0 -1 4202560 871 0 0 0 167 21 0 0 17 0 1 0 548840151 426291200 5865 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606696767 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/29621/statm: 104075 5865 377 364 0 39972 0
[pid=29623] ppid=29621 vsize=0 CPUtime=7.31 cores=0-7
/proc/29623/stat : 29623 (march_hi) R 29621 29623 29623 0 -1 4202500 512 0 0 0 731 0 0 0 25 0 1 0 548840154 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29623/statm: 0 0 0 0 0 0 0
[pid=29594/tid=29601] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29601/stat : 29601 (python) S 29592 29594 28873 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 9 0 548840124 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29604] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29604/stat : 29604 (python) S 29592 29594 28873 0 -1 4202560 23 935 0 0 0 0 0 0 24 0 9 0 548840128 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 3 0 0 0
[pid=29594/tid=29607] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29607/stat : 29607 (python) S 29592 29594 28873 0 -1 4202560 76 935 0 0 0 0 0 0 25 0 9 0 548840132 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29610] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29610/stat : 29610 (python) S 29592 29594 28873 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 9 0 548840136 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 2 0 0 0
[pid=29594/tid=29613] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29613/stat : 29613 (python) S 29592 29594 28873 0 -1 4202560 32 935 0 0 0 0 0 0 25 0 9 0 548840140 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 6 0 0 0
[pid=29594/tid=29616] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29616/stat : 29616 (python) S 29592 29594 28873 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 548840143 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
[pid=29594/tid=29619] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29619/stat : 29619 (python) S 29592 29594 28873 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 548840147 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
[pid=29594/tid=29622] ppid=29592 vsize=426544 CPUtime=0 cores=0-7
/proc/29594/task/29622/stat : 29622 (python) S 29592 29594 28873 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 548840151 436781056 7381 33554432000 4194304 5683644 140736058692752 18446744073709551615 235606690225 0 0 16781312 2 18446604453325062464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 75.58
Current children cumulated vsize (KiB) 5373784

[startup+10.5016 s]
/proc/loadavg: 8.24 8.56 8.48 17/281 29623
/proc/meminfo: memFree=15077568/32950928 swapFree=67111404/67111528
[pid=29594] ppid=29592 vsize=0 CPUtime=77.15 cores=0-7
/proc/29594/stat : 29594 (python) R 29592 29594 28873 0 -1 4202500 19645 12840 1 0 67 16 7447 185 17 0 1 0 548840045 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29594/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 77.15
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 10.5018
CPU time (s): 77.1723
CPU user time (s): 75.1526
CPU system time (s): 2.01969
CPU usage (%): 734.847
Max. virtual memory (cumulated for all children) (KiB): 5382984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.1526
system time used= 2.01969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32485
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= 5962
involuntary context switches= 3212

runsolver used 0.025996 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-02 23:40:13
IDJOB=3322067
IDBENCH=82845
IDSOLVER=1712
FILE ID=node120/3322067-1304372413
RUNJOBID= node120-1304366467-28887
PBS_JOBID= 13181751
Free space on /tmp= 73548 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S60874767-043.UNKNOWN.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-3322067-1304372413/watcher-3322067-1304372413 -o /tmp/evaluation-result-3322067-1304372413/solver-3322067-1304372413 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322067-1304372413.cnf -seed 820002187 -budget 40000 -cores 8

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

MD5SUM BENCH= 1eb54569b93f0ee7ebd06f1e9e4582f9
RANDOM SEED=820002187

node120.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.809
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.61
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      15129712 kB
Buffers:        606548 kB
Cached:        2616740 kB
SwapCached:          8 kB
Active:       15270148 kB
Inactive:      2132724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15129712 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           32000 kB
Writeback:           0 kB
AnonPages:    14179288 kB
Mapped:          20828 kB
Slab:           312116 kB
PageTables:      39196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 33607860 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= 73516 MiB
End job on node120 at 2011-05-02 23:40:23