Trace number 3322072

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 2600.02 326.443

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1465579926-097.UNKNOWN.cnf
MD5SUMeb55252a6fac55d328f4d31fcc6e53bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.466
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

0.37/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.63	c INFO: solving HOME/instance-3322072-1304372499.cnf
0.37/0.63	c INFO: computing task features
0.37/0.65	c INFO: computed variable-clause graph statistics
0.37/0.65	c INFO: computed clause balance statistics
0.45/0.70	c INFO: computed variable balance statistics
0.45/0.73	c INFO: computed small-clause counts
0.45/0.73	c INFO: computed Horn-clause counts
0.45/0.73	c INFO: computed variable graph statistics
0.45/0.73	c INFO: collected features for HOME/instance-3322072-1304372499.cnf in 0.10 s
0.45/0.77	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.62)
0.55/0.80	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.19)
0.55/0.85	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.55/0.88	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.29)
0.64/0.92	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.26)
0.64/0.96	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.27)
0.64/1.00	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
1.52/1.04	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
799.62/100.99	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.21)
800.40/101.07	c INFO: running march_hi@0 for 388 with 39899 remaining (b = 0.14)
1573.11/197.89	c INFO: running march_hi@0 for 97 with 39802 remaining (b = 0.04)
2341.07/294.09	c INFO: running march_hi@95 for 97 with 39706 remaining (b = 0.04)
2599.71/326.41	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-3322072-1304372499/watcher-3322072-1304372499 -o /tmp/evaluation-result-3322072-1304372499/solver-3322072-1304372499 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322072-1304372499.cnf -seed 1055185407 -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: 7.85 8.36 8.41 2/256 29824
/proc/meminfo: memFree=15130696/32950928 swapFree=67111404/67111528
[pid=29824] ppid=29822 vsize=15384 CPUtime=0 cores=0-7
/proc/29824/stat : 29824 (python) S 29822 29824 28873 0 -1 4202496 820 0 0 0 0 0 0 0 17 0 1 0 548848716 15753216 705 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/29824/statm: 3846 705 334 364 0 333 0

[startup+0.076057 s]
/proc/loadavg: 7.85 8.36 8.41 2/256 29824
/proc/meminfo: memFree=15130696/32950928 swapFree=67111404/67111528
[pid=29824] ppid=29822 vsize=45684 CPUtime=0.05 cores=0-7
/proc/29824/stat : 29824 (python) S 29822 29824 28873 0 -1 4202496 1888 0 0 0 4 1 0 0 17 0 1 0 548848716 46780416 1662 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/29824/statm: 11421 1662 470 364 0 1170 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45684

[startup+0.101045 s]
/proc/loadavg: 7.85 8.36 8.41 2/256 29824
/proc/meminfo: memFree=15130696/32950928 swapFree=67111404/67111528
[pid=29824] ppid=29822 vsize=91828 CPUtime=0.06 cores=0-7
/proc/29824/stat : 29824 (python) S 29822 29824 28873 0 -1 4202496 2678 0 0 0 5 1 0 0 17 0 1 0 548848716 94031872 2394 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/29824/statm: 22957 2394 755 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91828

[startup+0.301093 s]
/proc/loadavg: 7.85 8.36 8.41 2/256 29824
/proc/meminfo: memFree=15130696/32950928 swapFree=67111404/67111528
[pid=29824] ppid=29822 vsize=135748 CPUtime=0.18 cores=0-7
/proc/29824/stat : 29824 (python) S 29822 29824 28873 0 -1 4202496 5963 934 1 0 14 4 0 0 18 0 1 0 548848716 139005952 4151 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/29824/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701023 s]
/proc/loadavg: 7.85 8.36 8.41 2/256 29824
/proc/meminfo: memFree=15130696/32950928 swapFree=67111404/67111528
[pid=29824] ppid=29822 vsize=278428 CPUtime=0.45 cores=0-7
/proc/29824/stat : 29824 (python) R 29822 29824 28873 0 -1 4202496 9329 934 1 0 36 9 0 0 17 0 1 0 548848716 285110272 7000 33554432000 4194304 5683644 140733286539712 18446744073709551615 4623682 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29824/statm: 69607 7000 1826 364 0 5531 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278428

[startup+1.5008 s]
/proc/loadavg: 7.22 8.22 8.36 8/275 29847
/proc/meminfo: memFree=15080268/32950928 swapFree=67111404/67111528
[pid=29824] ppid=29822 vsize=361160 CPUtime=0.79 cores=0-7
/proc/29824/stat : 29824 (python) S 29822 29824 28873 0 -1 4202496 15750 934 1 0 68 11 0 0 25 0 9 0 548848716 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29824/statm: 90290 7272 1889 364 0 26187 0
[pid=29830] ppid=29824 vsize=278596 CPUtime=0 cores=0-7
/proc/29830/stat : 29830 (python) S 29824 29824 28873 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 548848793 285282304 5569 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886671 0 0 16781312 514 8746583392293748735 0 0 17 1 0 0 0
/proc/29830/statm: 69649 5569 354 364 0 5567 0
[pid=29832] ppid=29830 vsize=1017800 CPUtime=0.72 cores=0-7
/proc/29832/stat : 29832 (gnovelty+2) R 29830 29832 29832 0 -1 4202496 434 0 0 0 72 0 0 0 21 0 1 0 548848793 1042227200 172 33554432000 134512640 135663704 4291704144 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29832/statm: 254450 172 113 282 0 254166 0
[pid=29833] ppid=29824 vsize=289280 CPUtime=0 cores=0-7
/proc/29833/stat : 29833 (python) S 29824 29824 28873 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 548848797 296222720 5678 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 4816217175721214211 0 0 17 2 0 0 0
/proc/29833/statm: 72320 5678 348 364 0 8235 0
[pid=29835] ppid=29833 vsize=1560 CPUtime=0.68 cores=0-7
/proc/29835/stat : 29835 (march_hi) R 29833 29835 29835 0 -1 4202496 502 0 0 0 68 0 0 0 22 0 1 0 548848797 1597440 239 33554432000 4194304 4955518 140734709902240 18446744073709551615 4235606 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29835/statm: 390 239 106 186 0 203 0
[pid=29836] ppid=29824 vsize=299180 CPUtime=0 cores=0-7
/proc/29836/stat : 29836 (python) S 29824 29824 28873 0 -1 4202560 738 0 0 0 0 0 0 0 21 0 1 0 548848801 306360320 5604 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 6776216773877301247 0 0 17 4 0 0 0
/proc/29836/statm: 74795 5604 348 364 0 10707 0
[pid=29838] ppid=29836 vsize=1017800 CPUtime=0.64 cores=0-7
/proc/29838/stat : 29838 (gnovelty+2) R 29836 29838 29838 0 -1 4202496 436 0 0 0 64 0 0 0 25 0 1 0 548848801 1042227200 172 33554432000 134512640 135663704 4289440016 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29838/statm: 254450 172 113 282 0 254166 0
[pid=29839] ppid=29824 vsize=309892 CPUtime=0 cores=0-7
/proc/29839/stat : 29839 (python) S 29824 29824 28873 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 548848805 317329408 5694 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 6776212925586604031 0 0 17 6 0 0 0
/proc/29839/statm: 77473 5694 348 364 0 13382 0
[pid=29841] ppid=29839 vsize=1560 CPUtime=0.59 cores=0-7
/proc/29841/stat : 29841 (march_hi) R 29839 29841 29841 0 -1 4202496 500 0 0 0 59 0 0 0 25 0 1 0 548848805 1597440 240 33554432000 4194304 4955518 140737060036912 18446744073709551615 4285359 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29841/statm: 390 240 106 186 0 203 0
[pid=29842] ppid=29824 vsize=320148 CPUtime=0 cores=0-7
/proc/29842/stat : 29842 (python) S 29824 29824 28873 0 -1 4202560 759 0 0 0 0 0 0 0 20 0 1 0 548848809 327831552 5698 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 5602237237891662084 0 0 17 1 0 0 0
/proc/29842/statm: 80037 5698 348 364 0 15943 0
[pid=29844] ppid=29842 vsize=1560 CPUtime=0.56 cores=0-7
/proc/29844/stat : 29844 (march_hi) R 29842 29844 29844 0 -1 4202496 505 0 0 0 56 0 0 0 25 0 1 0 548848809 1597440 240 33554432000 4194304 4955518 140734397944432 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29844/statm: 390 240 106 186 0 203 0
[pid=29845] ppid=29824 vsize=330404 CPUtime=0 cores=0-7
/proc/29845/stat : 29845 (python) S 29824 29824 28873 0 -1 4202560 761 0 0 0 0 0 0 0 21 0 1 0 548848812 338333696 5702 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 5602237237891662082 0 0 17 6 0 0 0
/proc/29845/statm: 82601 5702 348 364 0 18504 0
[pid=29847] ppid=29845 vsize=1560 CPUtime=0.52 cores=0-7
/proc/29847/stat : 29847 (march_hi) R 29845 29847 29847 0 -1 4202496 508 0 0 0 52 0 0 0 25 0 1 0 548848813 1597440 240 33554432000 4194304 4955518 140736498500624 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29847/statm: 390 240 106 186 0 203 0
[pid=29824/tid=29831] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29831/stat : 29831 (python) S 29822 29824 28873 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 9 0 548848793 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29834] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29834/stat : 29834 (python) S 29822 29824 28873 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 548848797 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29837] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29837/stat : 29837 (python) S 29822 29824 28873 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 9 0 548848801 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 2 0 0 0
[pid=29824/tid=29840] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29840/stat : 29840 (python) S 29822 29824 28873 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 9 0 548848805 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29843] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29843/stat : 29843 (python) S 29822 29824 28873 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 548848809 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29846] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29846/stat : 29846 (python) S 29822 29824 28873 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 9 0 548848813 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29849] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29849/stat : 29849 (python) S 29822 29824 28873 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 9 0 548848817 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 4230500

[startup+3.10152 s]
/proc/loadavg: 7.22 8.22 8.36 9/281 29853
/proc/meminfo: memFree=15071168/32950928 swapFree=67111404/67111528
[pid=29824] ppid=29822 vsize=361160 CPUtime=0.79 cores=0-7
/proc/29824/stat : 29824 (python) S 29822 29824 28873 0 -1 4202496 15750 934 1 0 68 11 0 0 25 0 9 0 548848716 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29824/statm: 90290 7272 1889 364 0 26187 0
[pid=29830] ppid=29824 vsize=278596 CPUtime=0 cores=0-7
/proc/29830/stat : 29830 (python) S 29824 29824 28873 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 548848793 285282304 5569 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886671 0 0 16781312 514 8746583392293716228 0 0 17 1 0 0 0
/proc/29830/statm: 69649 5569 354 364 0 5567 0
[pid=29832] ppid=29830 vsize=1017800 CPUtime=2.32 cores=0-7
/proc/29832/stat : 29832 (gnovelty+2) R 29830 29832 29832 0 -1 4202496 434 0 0 0 232 0 0 0 25 0 1 0 548848793 1042227200 172 33554432000 134512640 135663704 4291704144 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29832/statm: 254450 172 113 282 0 254166 0
[pid=29833] ppid=29824 vsize=289280 CPUtime=0 cores=0-7
/proc/29833/stat : 29833 (python) S 29824 29824 28873 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 548848797 296222720 5678 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 4816217175721214211 0 0 17 2 0 0 0
/proc/29833/statm: 72320 5678 348 364 0 8235 0
[pid=29835] ppid=29833 vsize=1560 CPUtime=2.28 cores=0-7
/proc/29835/stat : 29835 (march_hi) R 29833 29835 29835 0 -1 4202496 502 0 0 0 228 0 0 0 25 0 1 0 548848797 1597440 239 33554432000 4194304 4955518 140734709902240 18446744073709551615 4238104 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29835/statm: 390 239 106 186 0 203 0
[pid=29836] ppid=29824 vsize=299180 CPUtime=0 cores=0-7
/proc/29836/stat : 29836 (python) S 29824 29824 28873 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 548848801 306360320 5604 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 6776216773877268737 0 0 17 4 0 0 0
/proc/29836/statm: 74795 5604 348 364 0 10707 0
[pid=29838] ppid=29836 vsize=1017800 CPUtime=2.24 cores=0-7
/proc/29838/stat : 29838 (gnovelty+2) R 29836 29838 29838 0 -1 4202496 436 0 0 0 224 0 0 0 25 0 1 0 548848801 1042227200 172 33554432000 134512640 135663704 4289440016 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29838/statm: 254450 172 113 282 0 254166 0
[pid=29839] ppid=29824 vsize=309892 CPUtime=0 cores=0-7
/proc/29839/stat : 29839 (python) S 29824 29824 28873 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 548848805 317329408 5694 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 4816221573767725314 0 0 17 6 0 0 0
/proc/29839/statm: 77473 5694 348 364 0 13382 0
[pid=29841] ppid=29839 vsize=1560 CPUtime=2.18 cores=0-7
/proc/29841/stat : 29841 (march_hi) R 29839 29841 29841 0 -1 4202496 500 0 0 0 218 0 0 0 25 0 1 0 548848805 1597440 240 33554432000 4194304 4955518 140737060036912 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29841/statm: 390 240 106 186 0 203 0
[pid=29842] ppid=29824 vsize=320148 CPUtime=0 cores=0-7
/proc/29842/stat : 29842 (python) S 29824 29824 28873 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 548848809 327831552 5698 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 5004479954675532036 0 0 17 1 0 0 0
/proc/29842/statm: 80037 5698 348 364 0 15943 0
[pid=29844] ppid=29842 vsize=1560 CPUtime=2.16 cores=0-7
/proc/29844/stat : 29844 (march_hi) R 29842 29844 29844 0 -1 4202496 505 0 0 0 216 0 0 0 25 0 1 0 548848809 1597440 240 33554432000 4194304 4955518 140734397944432 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29844/statm: 390 240 106 186 0 203 0
[pid=29845] ppid=29824 vsize=330404 CPUtime=0 cores=0-7
/proc/29845/stat : 29845 (python) S 29824 29824 28873 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 548848812 338333696 5702 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 3315911569388306690 0 0 17 6 0 0 0
/proc/29845/statm: 82601 5702 348 364 0 18504 0
[pid=29847] ppid=29845 vsize=1560 CPUtime=2.12 cores=0-7
/proc/29847/stat : 29847 (march_hi) R 29845 29847 29847 0 -1 4202496 508 0 0 0 212 0 0 0 25 0 1 0 548848813 1597440 240 33554432000 4194304 4955518 140736498500624 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29847/statm: 390 240 106 186 0 203 0
[pid=29848] ppid=29824 vsize=340660 CPUtime=0 cores=0-7
/proc/29848/stat : 29848 (python) S 29824 29824 28873 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 548848817 348835840 5723 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 13698687831407296769 0 0 17 4 0 0 0
/proc/29848/statm: 85165 5723 348 364 0 21065 0
[pid=29850] ppid=29848 vsize=1560 CPUtime=2.07 cores=0-7
/proc/29850/stat : 29850 (march_hi) R 29848 29850 29850 0 -1 4202496 505 0 0 0 207 0 0 0 25 0 1 0 548848817 1597440 240 33554432000 4194304 4955518 140734192096912 18446744073709551615 4208598 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29850/statm: 390 240 106 186 0 203 0
[pid=29851] ppid=29824 vsize=350916 CPUtime=0 cores=0-7
/proc/29851/stat : 29851 (python) S 29824 29824 28873 0 -1 4202560 813 0 0 0 0 0 0 0 15 0 1 0 548848821 359337984 5733 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 9087283287956619524 0 0 17 0 0 0 0
/proc/29851/statm: 87729 5733 354 364 0 23626 0
[pid=29853] ppid=29851 vsize=1560 CPUtime=2 cores=0-7
/proc/29853/stat : 29853 (march_hi) R 29851 29853 29853 0 -1 4202496 508 0 0 0 200 0 0 0 25 0 1 0 548848823 1597440 239 33554432000 4194304 4955518 140733732696416 18446744073709551615 4285725 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29853/statm: 390 239 106 186 0 203 0
[pid=29824/tid=29831] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29831/stat : 29831 (python) S 29822 29824 28873 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 9 0 548848793 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29834] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29834/stat : 29834 (python) S 29822 29824 28873 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 548848797 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29837] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29837/stat : 29837 (python) S 29822 29824 28873 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 9 0 548848801 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 2 0 0 0
[pid=29824/tid=29840] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29840/stat : 29840 (python) S 29822 29824 28873 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 9 0 548848805 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29843] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29843/stat : 29843 (python) S 29822 29824 28873 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 548848809 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29846] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29846/stat : 29846 (python) S 29822 29824 28873 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 9 0 548848813 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29849] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29849/stat : 29849 (python) S 29822 29824 28873 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 9 0 548848817 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29852] ppid=29822 vsize=361160 CPUtime=0 cores=0-7
/proc/29824/task/29852/stat : 29852 (python) S 29822 29824 28873 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 9 0 548848821 369827840 7272 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.16
Current children cumulated vsize (KiB) 4925196

[startup+6.30095 s]
/proc/loadavg: 7.22 8.22 8.36 9/281 29854
/proc/meminfo: memFree=15069076/32950928 swapFree=67111404/67111528
[pid=29824] ppid=29822 vsize=361160 CPUtime=0.79 cores=0-7

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

/proc/29835/statm: 2410 1696 106 186 0 2223 0
[pid=29833/tid=29868] ppid=29824 vsize=354816 CPUtime=0 cores=0-7
/proc/29833/task/29868/stat : 29868 (python) S 29824 29824 28873 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 548868501 363331584 5733 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 514 18446604450654195904 0 0 -1 5 0 0 0
[pid=29836] ppid=29824 vsize=299180 CPUtime=0.18 cores=0-7
/proc/29836/stat : 29836 (python) S 29824 29824 28873 0 -1 4202560 1088 0 0 0 11 7 0 0 19 0 2 0 548848801 306360320 5657 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29836/statm: 74795 5657 400 364 0 10707 0
[pid=29838] ppid=29836 vsize=1017800 CPUtime=99.94 cores=0-7
/proc/29838/stat : 29838 (gnovelty+2) T 29836 29838 29838 0 -1 4202496 436 0 0 0 9994 0 0 0 25 0 1 0 548848801 1042227200 172 33554432000 134512640 135663704 4289440016 18446744073709551615 134544240 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29838/statm: 254450 172 113 282 0 254166 0
[pid=29836/tid=29861] ppid=29824 vsize=299180 CPUtime=0 cores=0-7
/proc/29836/task/29861/stat : 29861 (python) S 29824 29824 28873 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 548858819 306360320 5657 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 514 18446604441605502272 0 0 -1 4 0 0 0
[pid=29839] ppid=29824 vsize=309892 CPUtime=0.69 cores=0-7
/proc/29839/stat : 29839 (python) S 29824 29824 28873 0 -1 4202560 1017 0 0 0 39 30 0 0 15 0 1 0 548848805 317329408 5717 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 4816221573767725314 0 0 17 7 0 0 0
/proc/29839/statm: 77473 5717 371 364 0 13382 0
[pid=29841] ppid=29839 vsize=9456 CPUtime=320.03 cores=0-7
/proc/29841/stat : 29841 (march_hi) R 29839 29841 29841 0 -1 4202496 1868 0 0 0 32003 0 0 0 25 0 1 0 548848805 9682944 1608 33554432000 4194304 4955518 140737060036912 18446744073709551615 4244956 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29841/statm: 2364 1608 106 186 0 2177 0
[pid=29842] ppid=29824 vsize=320148 CPUtime=0.72 cores=0-7
/proc/29842/stat : 29842 (python) S 29824 29824 28873 0 -1 4202560 1027 0 0 0 39 33 0 0 15 0 1 0 548848809 327831552 5721 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 5004479954675532036 0 0 17 1 0 0 0
/proc/29842/statm: 80037 5721 371 364 0 15943 0
[pid=29844] ppid=29842 vsize=9640 CPUtime=324.45 cores=0-7
/proc/29844/stat : 29844 (march_hi) R 29842 29844 29844 0 -1 4202496 1963 0 0 0 32444 1 0 0 25 0 1 0 548848809 9871360 1698 33554432000 4194304 4955518 140734397944432 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29844/statm: 2410 1698 106 186 0 2223 0
[pid=29845] ppid=29824 vsize=330404 CPUtime=0.69 cores=0-7
/proc/29845/stat : 29845 (python) S 29824 29824 28873 0 -1 4202560 1007 0 0 0 38 31 0 0 15 0 1 0 548848812 338333696 5725 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 3315911569388306690 0 0 17 6 0 0 0
/proc/29845/statm: 82601 5725 371 364 0 18504 0
[pid=29847] ppid=29845 vsize=9640 CPUtime=324.57 cores=0-7
/proc/29847/stat : 29847 (march_hi) R 29845 29847 29847 0 -1 4202496 1974 0 0 0 32456 1 0 0 25 0 1 0 548848813 9871360 1706 33554432000 4194304 4955518 140736498500624 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29847/statm: 2410 1706 106 186 0 2223 0
[pid=29848] ppid=29824 vsize=340660 CPUtime=0.69 cores=0-7
/proc/29848/stat : 29848 (python) S 29824 29824 28873 0 -1 4202560 1050 0 0 0 37 32 0 0 15 0 1 0 548848817 348835840 5746 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 13698687831407296769 0 0 17 4 0 0 0
/proc/29848/statm: 85165 5746 371 364 0 21065 0
[pid=29850] ppid=29848 vsize=9640 CPUtime=324.37 cores=0-7
/proc/29850/stat : 29850 (march_hi) R 29848 29850 29850 0 -1 4202496 1970 0 0 0 32437 0 0 0 25 0 1 0 548848817 9871360 1705 33554432000 4194304 4955518 140734192096912 18446744073709551615 4208704 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29850/statm: 2410 1705 106 186 0 2223 0
[pid=29851] ppid=29824 vsize=350916 CPUtime=0.7 cores=0-7
/proc/29851/stat : 29851 (python) S 29824 29824 28873 0 -1 4202560 1051 0 0 0 39 31 0 0 15 0 1 0 548848821 359337984 5756 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 5602238633756033284 0 0 17 0 0 0 0
/proc/29851/statm: 87729 5756 377 364 0 23626 0
[pid=29853] ppid=29851 vsize=9640 CPUtime=324.97 cores=0-7
/proc/29853/stat : 29853 (march_hi) R 29851 29853 29853 0 -1 4202496 1976 0 0 0 32497 0 0 0 25 0 1 0 548848823 9871360 1707 33554432000 4194304 4955518 140733732696416 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29853/statm: 2410 1707 106 186 0 2223 0
[pid=29858] ppid=29824 vsize=360972 CPUtime=0.4 cores=0-7
/proc/29858/stat : 29858 (python) S 29824 29824 28873 0 -1 4202560 1020 0 0 0 20 20 0 0 18 0 1 0 548858815 369635328 5696 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 14819798261304361218 0 0 17 0 0 0 0
/proc/29858/statm: 90243 5696 371 364 0 26137 0
[pid=29860] ppid=29858 vsize=181248 CPUtime=224.83 cores=0-7
/proc/29860/stat : 29860 (kcnfs-2006) R 29858 29860 29860 0 -1 4202496 626 0 0 0 22483 0 0 0 25 0 1 0 548858815 185597952 359 33554432000 134512640 135163436 4287379792 18446744073709551615 134612328 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29860/statm: 45312 359 76 159 0 45152 0
[pid=29862] ppid=29824 vsize=371580 CPUtime=0.48 cores=0-7
/proc/29862/stat : 29862 (python) S 29824 29824 28873 0 -1 4202560 1048 0 0 0 29 19 0 0 15 0 1 0 548858823 380497920 5779 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 17815105434172752132 0 0 17 0 0 0 0
/proc/29862/statm: 92895 5779 371 364 0 28786 0
[pid=29864] ppid=29862 vsize=5144 CPUtime=224.61 cores=0-7
/proc/29864/stat : 29864 (march_hi) R 29862 29864 29864 0 -1 4202496 1254 0 0 0 22460 1 0 0 25 0 1 0 548858823 5267456 984 33554432000 4194304 4955518 140734189190208 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29864/statm: 1286 984 106 186 0 1099 0
[pid=29824/tid=29831] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29831/stat : 29831 (python) S 29822 29824 28873 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 11 0 548848793 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29834] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29834/stat : 29834 (python) S 29822 29824 28873 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 11 0 548848797 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29837] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29837/stat : 29837 (python) S 29822 29824 28873 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 11 0 548848801 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 2 0 0 0
[pid=29824/tid=29840] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29840/stat : 29840 (python) S 29822 29824 28873 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 11 0 548848805 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29843] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29843/stat : 29843 (python) S 29822 29824 28873 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 11 0 548848809 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29846] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29846/stat : 29846 (python) S 29822 29824 28873 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 11 0 548848813 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29849] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29849/stat : 29849 (python) S 29822 29824 28873 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 11 0 548848817 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29852] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29852/stat : 29852 (python) S 29822 29824 28873 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 11 0 548848821 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29859] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29859/stat : 29859 (python) S 29822 29824 28873 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 11 0 548858815 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29863] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29863/stat : 29863 (python) S 29822 29824 28873 0 -1 4202560 29 934 0 0 0 0 0 0 21 0 11 0 548858823 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2598.91
Current children cumulated vsize (KiB) 5988880

[startup+326.402 s]
/proc/loadavg: 8.12 8.12 8.27 10/290 29871
/proc/meminfo: memFree=15020312/32950928 swapFree=67111404/67111528
[pid=29824] ppid=29822 vsize=381824 CPUtime=0.96 cores=0-7
/proc/29824/stat : 29824 (python) S 29822 29824 28873 0 -1 4202496 18208 934 1 0 85 11 0 0 18 0 11 0 548848716 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29824/statm: 95456 7326 1894 364 0 31347 0
[pid=29830] ppid=29824 vsize=288840 CPUtime=0.18 cores=0-7
/proc/29830/stat : 29830 (python) S 29824 29824 28873 0 -1 4202560 1085 0 0 0 11 7 0 0 19 0 2 0 548848793 295772160 5630 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29830/statm: 72210 5630 410 364 0 8128 0
[pid=29832] ppid=29830 vsize=1017800 CPUtime=100.17 cores=0-7
/proc/29832/stat : 29832 (gnovelty+2) T 29830 29832 29832 0 -1 4202496 434 0 0 0 10017 0 0 0 25 0 1 0 548848793 1042227200 172 33554432000 134512640 135663704 4291704144 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/29832/statm: 254450 172 113 282 0 254166 0
[pid=29830/tid=29857] ppid=29824 vsize=288840 CPUtime=0 cores=0-7
/proc/29830/task/29857/stat : 29857 (python) S 29824 29824 28873 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 548858811 295772160 5630 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 514 18446604450654198592 0 0 -1 1 0 0 0
[pid=29833] ppid=29824 vsize=354816 CPUtime=0.71 cores=0-7
/proc/29833/stat : 29833 (python) S 29824 29824 28873 0 -1 4202560 1143 0 0 0 38 33 0 0 15 0 2 0 548848797 363331584 5733 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29833/statm: 88704 5733 400 364 0 24619 0
[pid=29835] ppid=29833 vsize=9640 CPUtime=324.66 cores=0-7
/proc/29835/stat : 29835 (march_hi) R 29833 29835 29835 0 -1 4202496 1960 0 0 0 32463 3 0 0 25 0 1 0 548848797 9871360 1697 33554432000 4194304 4955518 140734709902240 18446744073709551615 4224532 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29835/statm: 2410 1697 106 186 0 2223 0
[pid=29833/tid=29868] ppid=29824 vsize=354816 CPUtime=0 cores=0-7
/proc/29833/task/29868/stat : 29868 (python) S 29824 29824 28873 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 548868501 363331584 5733 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 514 18446604450654195904 0 0 -1 5 0 0 0
[pid=29836] ppid=29824 vsize=299180 CPUtime=0.18 cores=0-7
/proc/29836/stat : 29836 (python) S 29824 29824 28873 0 -1 4202560 1088 0 0 0 11 7 0 0 19 0 2 0 548848801 306360320 5657 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29836/statm: 74795 5657 400 364 0 10707 0
[pid=29838] ppid=29836 vsize=1017800 CPUtime=99.94 cores=0-7
/proc/29838/stat : 29838 (gnovelty+2) T 29836 29838 29838 0 -1 4202496 436 0 0 0 9994 0 0 0 25 0 1 0 548848801 1042227200 172 33554432000 134512640 135663704 4289440016 18446744073709551615 134544240 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29838/statm: 254450 172 113 282 0 254166 0
[pid=29836/tid=29861] ppid=29824 vsize=299180 CPUtime=0 cores=0-7
/proc/29836/task/29861/stat : 29861 (python) S 29824 29824 28873 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 548858819 306360320 5657 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 514 18446604441605502272 0 0 -1 4 0 0 0
[pid=29839] ppid=29824 vsize=309892 CPUtime=0.69 cores=0-7
/proc/29839/stat : 29839 (python) S 29824 29824 28873 0 -1 4202560 1017 0 0 0 39 30 0 0 15 0 1 0 548848805 317329408 5717 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 4816221573767725314 0 0 17 7 0 0 0
/proc/29839/statm: 77473 5717 371 364 0 13382 0
[pid=29841] ppid=29839 vsize=9456 CPUtime=320.13 cores=0-7
/proc/29841/stat : 29841 (march_hi) R 29839 29841 29841 0 -1 4202496 1868 0 0 0 32013 0 0 0 25 0 1 0 548848805 9682944 1608 33554432000 4194304 4955518 140737060036912 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29841/statm: 2364 1608 106 186 0 2177 0
[pid=29842] ppid=29824 vsize=320148 CPUtime=0.72 cores=0-7
/proc/29842/stat : 29842 (python) S 29824 29824 28873 0 -1 4202560 1027 0 0 0 39 33 0 0 15 0 1 0 548848809 327831552 5721 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 5602238633756033284 0 0 17 1 0 0 0
/proc/29842/statm: 80037 5721 371 364 0 15943 0
[pid=29844] ppid=29842 vsize=9640 CPUtime=324.55 cores=0-7
/proc/29844/stat : 29844 (march_hi) R 29842 29844 29844 0 -1 4202496 1965 0 0 0 32454 1 0 0 25 0 1 0 548848809 9871360 1700 33554432000 4194304 4955518 140734397944432 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29844/statm: 2410 1700 106 186 0 2223 0
[pid=29845] ppid=29824 vsize=330404 CPUtime=0.69 cores=0-7
/proc/29845/stat : 29845 (python) S 29824 29824 28873 0 -1 4202560 1007 0 0 0 38 31 0 0 15 0 1 0 548848812 338333696 5725 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 3315911569388306690 0 0 17 6 0 0 0
/proc/29845/statm: 82601 5725 371 364 0 18504 0
[pid=29847] ppid=29845 vsize=9640 CPUtime=324.67 cores=0-7
/proc/29847/stat : 29847 (march_hi) R 29845 29847 29847 0 -1 4202496 1975 0 0 0 32466 1 0 0 25 0 1 0 548848813 9871360 1707 33554432000 4194304 4955518 140736498500624 18446744073709551615 4235236 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29847/statm: 2410 1707 106 186 0 2223 0
[pid=29848] ppid=29824 vsize=340660 CPUtime=0.69 cores=0-7
/proc/29848/stat : 29848 (python) S 29824 29824 28873 0 -1 4202560 1050 0 0 0 37 32 0 0 15 0 1 0 548848817 348835840 5746 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 5602238633756033281 0 0 17 4 0 0 0
/proc/29848/statm: 85165 5746 371 364 0 21065 0
[pid=29850] ppid=29848 vsize=9640 CPUtime=324.47 cores=0-7
/proc/29850/stat : 29850 (march_hi) R 29848 29850 29850 0 -1 4202496 1972 0 0 0 32447 0 0 0 25 0 1 0 548848817 9871360 1707 33554432000 4194304 4955518 140734192096912 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29850/statm: 2410 1707 106 186 0 2223 0
[pid=29851] ppid=29824 vsize=350916 CPUtime=0.71 cores=0-7
/proc/29851/stat : 29851 (python) S 29824 29824 28873 0 -1 4202560 1059 0 0 0 40 31 0 0 15 0 1 0 548848821 359337984 5757 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 5602238633756033284 0 0 17 0 0 0 0
/proc/29851/statm: 87729 5757 378 364 0 23626 0
[pid=29853] ppid=29851 vsize=0 CPUtime=325.07 cores=0-7
/proc/29853/stat : 29853 (march_hi) R 29851 29853 29853 0 -1 4202500 1978 0 0 0 32507 0 0 0 25 0 1 0 548848823 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29853/statm: 0 0 0 0 0 0 0
[pid=29858] ppid=29824 vsize=360972 CPUtime=0.4 cores=0-7
/proc/29858/stat : 29858 (python) S 29824 29824 28873 0 -1 4202560 1020 0 0 0 20 20 0 0 18 0 1 0 548858815 369635328 5696 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 14819798261304361218 0 0 17 0 0 0 0
/proc/29858/statm: 90243 5696 371 364 0 26137 0
[pid=29860] ppid=29858 vsize=181248 CPUtime=224.93 cores=0-7
/proc/29860/stat : 29860 (kcnfs-2006) R 29858 29860 29860 0 -1 4202496 626 0 0 0 22493 0 0 0 25 0 1 0 548858815 185597952 359 33554432000 134512640 135163436 4287379792 18446744073709551615 134559564 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29860/statm: 45312 359 76 159 0 45152 0
[pid=29862] ppid=29824 vsize=371580 CPUtime=0.48 cores=0-7
/proc/29862/stat : 29862 (python) S 29824 29824 28873 0 -1 4202560 1048 0 0 0 29 19 0 0 15 0 1 0 548858823 380497920 5779 33554432000 4194304 5683644 140733286539712 18446744073709551615 235594886726 0 0 16781312 514 17815105434172752132 0 0 17 0 0 0 0
/proc/29862/statm: 92895 5779 371 364 0 28786 0
[pid=29864] ppid=29862 vsize=5144 CPUtime=224.71 cores=0-7
/proc/29864/stat : 29864 (march_hi) R 29862 29864 29864 0 -1 4202496 1254 0 0 0 22470 1 0 0 25 0 1 0 548858823 5267456 984 33554432000 4194304 4955518 140734189190208 18446744073709551615 4244760 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29864/statm: 1286 984 106 186 0 1099 0
[pid=29824/tid=29831] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29831/stat : 29831 (python) S 29822 29824 28873 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 11 0 548848793 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29834] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29834/stat : 29834 (python) S 29822 29824 28873 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 11 0 548848797 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29837] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29837/stat : 29837 (python) S 29822 29824 28873 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 11 0 548848801 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 2 0 0 0
[pid=29824/tid=29840] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29840/stat : 29840 (python) S 29822 29824 28873 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 11 0 548848805 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29843] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29843/stat : 29843 (python) S 29822 29824 28873 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 11 0 548848809 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29846] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29846/stat : 29846 (python) S 29822 29824 28873 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 11 0 548848813 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29849] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29849/stat : 29849 (python) S 29822 29824 28873 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 11 0 548848817 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 4 0 0 0
[pid=29824/tid=29852] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29852/stat : 29852 (python) S 29822 29824 28873 0 -1 4202560 32 934 0 0 0 0 0 0 25 0 11 0 548848821 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29859] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29859/stat : 29859 (python) S 29822 29824 28873 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 11 0 548858815 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
[pid=29824/tid=29863] ppid=29822 vsize=381824 CPUtime=0 cores=0-7
/proc/29824/task/29863/stat : 29863 (python) S 29822 29824 28873 0 -1 4202560 29 934 0 0 0 0 0 0 21 0 11 0 548858823 390987776 7326 33554432000 4194304 5683644 140733286539712 18446744073709551615 235606690225 0 0 16781312 2 18446604453887432896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2599.71
Current children cumulated vsize (KiB) 5979240

Child status: 0
Real time (s): 326.443
CPU time (s): 2600.02
CPU user time (s): 2597.31
CPU system time (s): 2.71159
CPU usage (%): 796.472
Max. virtual memory (cumulated for all children) (KiB): 5988880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2597.31
system time used= 2.71159
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48788
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= 8955
involuntary context switches= 17082

runsolver used 1.49877 second user time and 3.23451 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-02 23:41:39
IDJOB=3322072
IDBENCH=82850
IDSOLVER=1712
FILE ID=node120/3322072-1304372499
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-v100-c2130-S1465579926-097.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-3322072-1304372499/watcher-3322072-1304372499 -o /tmp/evaluation-result-3322072-1304372499/solver-3322072-1304372499 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322072-1304372499.cnf -seed 1055185407 -budget 40000 -cores 8

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

MD5SUM BENCH= eb55252a6fac55d328f4d31fcc6e53bd
RANDOM SEED=1055185407

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:      15131100 kB
Buffers:        607788 kB
Cached:        2616808 kB
SwapCached:          8 kB
Active:       15271616 kB
Inactive:      2132708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15131100 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           31692 kB
Writeback:           0 kB
AnonPages:    14180260 kB
Mapped:          21292 kB
Slab:           312448 kB
PageTables:      39772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 33604432 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:47:06