Trace number 3378461

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)? 4779.11 1198.13

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1397972185-007.UNKNOWN.cnf
MD5SUMd2902b03aca91b8ea25ec40928f31c64
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3378461-1305465735.cnf
0.31/0.46	c INFO: computing task features
0.31/0.48	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.39/0.55	c INFO: computed variable balance statistics
0.39/0.59	c INFO: computed small-clause counts
0.39/0.59	c INFO: computed Horn-clause counts
0.39/0.59	c INFO: computed variable graph statistics
0.39/0.59	c INFO: collected features for HOME/instance-3378461-1305465735.cnf in 0.13 s
0.49/0.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
0.49/0.61	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.49/0.62	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
0.49/0.63	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.36)
400.21/100.81	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.33)
400.21/100.83	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.29)
1577.51/395.87	c INFO: running kcnfs-2006@0 for 582 with 804 remaining (b = 0.25)
2731.23/684.96	c INFO: running march_hi@0 for 515 with 515 remaining (b = 0.20)
3133.02/785.69	c INFO: running march_hi@0 for 291 with 414 remaining (b = 0.12)
3159.78/792.32	c INFO: running march_hi@99 for 291 with 408 remaining (b = 0.13)
3920.76/983.02	c INFO: running march_hi@393 for 97 with 217 remaining (b = 0.06)
4292.61/1076.24	c INFO: running march_hi@485 for 124 with 124 remaining (b = 0.05)
4297.78/1077.58	c INFO: running march_hi@100 for 122 with 122 remaining (b = 0.05)
4318.92/1082.84	c INFO: running kcnfs-2006@684 for 117 with 117 remaining (b = 0.04)
4779.01/1198.11	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378461-1305465735/watcher-3378461-1305465735 -o /tmp/evaluation-result-3378461-1305465735/solver-3378461-1305465735 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378461-1305465735.cnf -seed 301703342 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.27 6.16 3.37 6/308 8151
/proc/meminfo: memFree=19840764/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (python) R 8149 8151 7577 0 -1 4202496 904 0 0 0 0 0 0 0 25 0 1 0 658173252 16158720 785 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278879488 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8151/statm: 3945 790 346 364 0 432 0

[startup+0.0441041 s]
/proc/loadavg: 8.27 6.16 3.37 6/308 8151
/proc/meminfo: memFree=19840764/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=29416 CPUtime=0.03 cores=0,2,4,6
/proc/8151/stat : 8151 (python) R 8149 8151 7577 0 -1 4202496 1368 0 0 0 3 0 0 0 25 0 1 0 658173252 30121984 1212 33554432000 4194304 5683644 140734834839952 18446744073709551615 5298198 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8151/statm: 7354 1213 443 364 0 724 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29416

[startup+0.100098 s]
/proc/loadavg: 8.27 6.16 3.37 6/308 8151
/proc/meminfo: memFree=19840764/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=104228 CPUtime=0.06 cores=0,2,4,6
/proc/8151/stat : 8151 (python) S 8149 8151 7577 0 -1 4202496 3066 0 0 0 5 1 0 0 25 0 1 0 658173252 106729472 2748 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/8151/statm: 26058 2749 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.301088 s]
/proc/loadavg: 8.27 6.16 3.37 6/308 8151
/proc/meminfo: memFree=19840764/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=192320 CPUtime=0.23 cores=0,2,4,6
/proc/8151/stat : 8151 (python) S 8149 8151 7577 0 -1 4202496 6892 933 1 0 16 7 0 0 25 0 1 0 658173252 196935680 4949 33554432000 4194304 5683644 140734834839952 18446744073709551615 237273955975 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/8151/statm: 48080 4949 1425 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 192320

[startup+0.700989 s]
/proc/loadavg: 8.27 6.16 3.37 6/308 8151
/proc/meminfo: memFree=19840764/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=320100 CPUtime=0.52 cores=0,2,4,6
/proc/8151/stat : 8151 (python) S 8149 8151 7577 0 -1 4202496 12235 933 1 0 43 9 0 0 25 0 5 0 658173252 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8151/statm: 80025 7239 1881 364 0 15934 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 320100

[startup+1.50084 s]
/proc/loadavg: 8.27 6.16 3.37 9/321 8168
/proc/meminfo: memFree=19801228/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=320100 CPUtime=0.52 cores=0,2,4,6
/proc/8151/stat : 8151 (python) S 8149 8151 7577 0 -1 4202496 12235 933 1 0 43 9 0 0 25 0 5 0 658173252 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8151/statm: 80025 7239 1881 364 0 15934 0
[pid=8157] ppid=8151 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/8157/stat : 8157 (python) S 8151 8151 7577 0 -1 4202560 736 0 0 0 0 0 0 0 25 0 1 0 658173313 285237248 5558 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899727 0 0 16781312 514 1078413653201387519 0 0 17 2 0 0 0
/proc/8157/statm: 69638 5558 354 364 0 5556 0
[pid=8159] ppid=8157 vsize=1017800 CPUtime=0.88 cores=0,2,4,6
/proc/8159/stat : 8159 (gnovelty+2) R 8157 8159 8159 0 -1 4202496 442 0 0 0 88 0 0 0 25 0 1 0 658173313 1042227200 181 33554432000 134512640 135663704 4289560816 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8159/statm: 254450 181 113 282 0 254166 0
[pid=8160] ppid=8151 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8151 8151 7577 0 -1 4202560 739 0 0 0 0 0 0 0 25 0 1 0 658173314 296288256 5677 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 2960968050343411711 0 0 17 2 0 0 0
/proc/8160/statm: 72336 5677 348 364 0 8251 0
[pid=8162] ppid=8160 vsize=1017800 CPUtime=0.88 cores=0,2,4,6
/proc/8162/stat : 8162 (gnovelty+2) R 8160 8162 8162 0 -1 4202496 445 0 0 0 88 0 0 0 25 0 1 0 658173314 1042227200 181 33554432000 134512640 135663704 4293280800 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8162/statm: 254450 181 113 282 0 254166 0
[pid=8163] ppid=8151 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/8163/stat : 8163 (python) S 8151 8151 7577 0 -1 4202560 755 0 0 0 0 0 0 0 19 0 1 0 658173315 306790400 5698 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 12968805624610521346 0 0 17 2 0 0 0
/proc/8163/statm: 74900 5698 348 364 0 10812 0
[pid=8165] ppid=8163 vsize=2092 CPUtime=0.86 cores=0,2,4,6
/proc/8165/stat : 8165 (march_hi) R 8163 8165 8165 0 -1 4202496 607 0 0 0 86 0 0 0 25 0 1 0 658173315 2142208 344 33554432000 4194304 4955518 140734021795632 18446744073709551615 4245780 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8165/statm: 523 344 106 186 0 336 0
[pid=8166] ppid=8151 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8151 8151 7577 0 -1 4202560 759 0 0 0 0 0 0 0 20 0 1 0 658173316 317292544 5702 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 3887970152012022020 0 0 17 4 0 0 0
/proc/8166/statm: 77464 5702 348 364 0 13373 0
[pid=8168] ppid=8166 vsize=2092 CPUtime=0.86 cores=0,2,4,6
/proc/8168/stat : 8168 (march_hi) R 8166 8168 8168 0 -1 4202496 602 0 0 0 86 0 0 0 25 0 1 0 658173316 2142208 343 33554432000 4194304 4955518 140737396753888 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8168/statm: 523 343 106 186 0 336 0
[pid=8151/tid=8158] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8158/stat : 8158 (python) S 8149 8151 7577 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 658173313 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8161] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8161/stat : 8161 (python) S 8149 8151 7577 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 658173314 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8164] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8164/stat : 8164 (python) S 8149 8151 7577 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 658173315 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8167] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8167/stat : 8167 (python) S 8149 8151 7577 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658173316 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 3537236

[startup+3.10056 s]
/proc/loadavg: 8.27 6.16 3.37 9/321 8168
/proc/meminfo: memFree=19799736/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=320100 CPUtime=0.52 cores=0,2,4,6
/proc/8151/stat : 8151 (python) S 8149 8151 7577 0 -1 4202496 12235 933 1 0 43 9 0 0 25 0 5 0 658173252 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8151/statm: 80025 7239 1881 364 0 15934 0
[pid=8157] ppid=8151 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/8157/stat : 8157 (python) S 8151 8151 7577 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 658173313 285237248 5558 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899727 0 0 16781312 514 1078413653201355011 0 0 17 2 0 0 0
/proc/8157/statm: 69638 5558 354 364 0 5556 0
[pid=8159] ppid=8157 vsize=1017800 CPUtime=2.47 cores=0,2,4,6
/proc/8159/stat : 8159 (gnovelty+2) R 8157 8159 8159 0 -1 4202496 442 0 0 0 247 0 0 0 25 0 1 0 658173313 1042227200 181 33554432000 134512640 135663704 4289560816 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8159/statm: 254450 181 113 282 0 254166 0
[pid=8160] ppid=8151 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8151 8151 7577 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 658173314 296288256 5677 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 2960968050343379201 0 0 17 2 0 0 0
/proc/8160/statm: 72336 5677 348 364 0 8251 0
[pid=8162] ppid=8160 vsize=1017800 CPUtime=2.48 cores=0,2,4,6
/proc/8162/stat : 8162 (gnovelty+2) R 8160 8162 8162 0 -1 4202496 445 0 0 0 248 0 0 0 25 0 1 0 658173314 1042227200 181 33554432000 134512640 135663704 4293280800 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8162/statm: 254450 181 113 282 0 254166 0
[pid=8163] ppid=8151 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/8163/stat : 8163 (python) S 8151 8151 7577 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 658173315 306790400 5698 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 12968805624610521346 0 0 17 2 0 0 0
/proc/8163/statm: 74900 5698 348 364 0 10812 0
[pid=8165] ppid=8163 vsize=2472 CPUtime=2.46 cores=0,2,4,6
/proc/8165/stat : 8165 (march_hi) R 8163 8165 8165 0 -1 4202496 703 0 0 0 246 0 0 0 25 0 1 0 658173315 2531328 440 33554432000 4194304 4955518 140734021795632 18446744073709551615 4235634 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8165/statm: 618 440 106 186 0 431 0
[pid=8166] ppid=8151 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8151 8151 7577 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 658173316 317292544 5702 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 9853955153818779908 0 0 17 4 0 0 0
/proc/8166/statm: 77464 5702 348 364 0 13373 0
[pid=8168] ppid=8166 vsize=2472 CPUtime=2.46 cores=0,2,4,6
/proc/8168/stat : 8168 (march_hi) R 8166 8168 8168 0 -1 4202496 699 0 0 0 246 0 0 0 25 0 1 0 658173316 2531328 440 33554432000 4194304 4955518 140737396753888 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8168/statm: 618 440 106 186 0 431 0
[pid=8151/tid=8158] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8158/stat : 8158 (python) S 8149 8151 7577 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 658173313 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8161] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8161/stat : 8161 (python) S 8149 8151 7577 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 658173314 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8164] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8164/stat : 8164 (python) S 8149 8151 7577 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 658173315 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8167] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8167/stat : 8167 (python) S 8149 8151 7577 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658173316 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 3537996

[startup+6.30099 s]
/proc/loadavg: 8.25 6.19 3.40 9/321 8168
/proc/meminfo: memFree=19795520/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=320100 CPUtime=0.52 cores=0,2,4,6
/proc/8151/stat : 8151 (python) S 8149 8151 7577 0 -1 4202496 12235 933 1 0 43 9 0 0 25 0 5 0 658173252 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8151/statm: 80025 7239 1881 364 0 15934 0
[pid=8157] ppid=8151 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/8157/stat : 8157 (python) S 8151 8151 7577 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 658173313 285237248 5581 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899727 0 0 16781312 514 1078413653201355011 0 0 17 2 0 0 0
/proc/8157/statm: 69638 5581 377 364 0 5556 0
[pid=8159] ppid=8157 vsize=1017800 CPUtime=5.64 cores=0,2,4,6
/proc/8159/stat : 8159 (gnovelty+2) R 8157 8159 8159 0 -1 4202496 442 0 0 0 564 0 0 0 25 0 1 0 658173313 1042227200 181 33554432000 134512640 135663704 4289560816 18446744073709551615 134547193 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8159/statm: 254450 181 113 282 0 254166 0
[pid=8160] ppid=8151 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8151 8151 7577 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 658173314 296288256 5700 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 2960968050343379201 0 0 17 2 0 0 0
/proc/8160/statm: 72336 5700 371 364 0 8251 0
[pid=8162] ppid=8160 vsize=1017800 CPUtime=5.68 cores=0,2,4,6
/proc/8162/stat : 8162 (gnovelty+2) R 8160 8162 8162 0 -1 4202496 445 0 0 0 568 0 0 0 25 0 1 0 658173314 1042227200 181 33554432000 134512640 135663704 4293280800 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8162/statm: 254450 181 113 282 0 254166 0
[pid=8163] ppid=8151 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/8163/stat : 8163 (python) S 8151 8151 7577 0 -1 4202560 912 0 0 0 0 0 0 0 15 0 1 0 658173315 306790400 5721 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 12968805624610521346 0 0 17 2 0 0 0
/proc/8163/statm: 74900 5721 371 364 0 10812 0
[pid=8165] ppid=8163 vsize=3324 CPUtime=5.62 cores=0,2,4,6
/proc/8165/stat : 8165 (march_hi) R 8163 8165 8165 0 -1 4202496 874 0 0 0 562 0 0 0 25 0 1 0 658173315 3403776 611 33554432000 4194304 4955518 140734021795632 18446744073709551615 4314664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8165/statm: 831 611 106 186 0 644 0
[pid=8166] ppid=8151 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8151 8151 7577 0 -1 4202560 914 0 0 0 0 0 0 0 15 0 1 0 658173316 317292544 5725 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 9853955153818779908 0 0 17 4 0 0 0
/proc/8166/statm: 77464 5725 371 364 0 13373 0
[pid=8168] ppid=8166 vsize=3324 CPUtime=5.64 cores=0,2,4,6
/proc/8168/stat : 8168 (march_hi) R 8166 8168 8168 0 -1 4202496 873 0 0 0 564 0 0 0 25 0 1 0 658173316 3403776 614 33554432000 4194304 4955518 140737396753888 18446744073709551615 4238160 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8168/statm: 831 614 106 186 0 644 0
[pid=8151/tid=8158] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8158/stat : 8158 (python) S 8149 8151 7577 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 658173313 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8161] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8161/stat : 8161 (python) S 8149 8151 7577 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 658173314 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8164] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8164/stat : 8164 (python) S 8149 8151 7577 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 658173315 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8167] ppid=8149 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8167/stat : 8167 (python) S 8149 8151 7577 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658173316 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.1
Current children cumulated vsize (KiB) 3539700

[startup+12.7008 s]
/proc/loadavg: 8.23 6.22 3.42 9/321 8168
/proc/meminfo: memFree=19789808/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=320100 CPUtime=0.52 cores=0,2,4,6
/proc/8151/stat : 8151 (python) S 8149 8151 7577 0 -1 4202496 12235 933 1 0 43 9 0 0 25 0 5 0 658173252 327782400 7239 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8151/statm: 80025 7239 1881 364 0 15934 0
[pid=8157] ppid=8151 vsize=278552 CPUtime=0.02 cores=0,2,4,6
/proc/8157/stat : 8157 (python) S 8151 8151 7577 0 -1 4202560 903 0 0 0 1 1 0 0 18 0 1 0 658173313 285237248 5581 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899727 0 0 16781312 514 12735458466575909123 0 0 17 2 0 0 0
/proc/8157/statm: 69638 5581 377 364 0 5556 0
[pid=8159] ppid=8157 vsize=1017800 CPUtime=11.97 cores=0,2,4,6
/proc/8159/stat : 8159 (gnovelty+2) R 8157 8159 8159 0 -1 4202496 442 0 0 0 1197 0 0 0 25 0 1 0 658173313 1042227200 181 33554432000 134512640 135663704 4289560816 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8159/statm: 254450 181 113 282 0 254166 0
[pid=8160] ppid=8151 vsize=289344 CPUtime=0.02 cores=0,2,4,6

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

/proc/8174/stat : 8174 (python) S 8151 8151 7577 0 -1 4202560 1172 0 0 0 92 85 0 0 15 0 2 0 658183334 327794688 5759 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/8174/statm: 80028 5759 400 364 0 15934 0
[pid=8176] ppid=8174 vsize=140936 CPUtime=802.03 cores=0,2,4,6
/proc/8176/stat : 8176 (march_hi) R 8174 8176 8176 0 -1 4202496 34925 0 0 0 80196 7 0 0 25 0 1 0 658183335 144318464 34664 33554432000 4194304 4955518 140733493515376 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8176/statm: 35234 34664 106 186 0 35047 0
[pid=8174/tid=8213] ppid=8151 vsize=320112 CPUtime=0 cores=0,2,4,6
/proc/8174/task/8213/stat : 8213 (python) S 8151 8151 7577 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658251822 327794688 5759 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604453908436096 0 0 -1 2 0 0 0
[pid=8177] ppid=8151 vsize=330512 CPUtime=2.02 cores=0,2,4,6
/proc/8177/stat : 8177 (python) S 8151 8151 7577 0 -1 4202560 1158 0 0 0 105 97 0 0 15 0 2 0 658183336 338444288 5782 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8177/statm: 82628 5782 400 364 0 18531 0
[pid=8179] ppid=8177 vsize=213780 CPUtime=896.2 cores=0,2,4,6
/proc/8179/stat : 8179 (march_hi) R 8177 8179 8179 0 -1 4202496 38266 0 0 0 89613 7 0 0 25 0 1 0 658183336 218910720 38001 33554432000 4194304 4955518 140734929261952 18446744073709551615 4261522 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8179/statm: 53445 38001 106 186 0 53258 0
[pid=8177/tid=8257] ppid=8151 vsize=330512 CPUtime=0 cores=0,2,4,6
/proc/8177/task/8257/stat : 8257 (python) S 8151 8151 7577 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658252485 338444288 5782 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604453897748672 0 0 -1 6 0 0 0
[pid=8194] ppid=8151 vsize=340348 CPUtime=1.46 cores=0,2,4,6
/proc/8194/stat : 8194 (python) S 8151 8151 7577 0 -1 4202560 1156 0 0 0 80 66 0 0 18 0 2 0 658212840 348516352 5681 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8194/statm: 85087 5681 400 364 0 20987 0
[pid=8196] ppid=8194 vsize=181380 CPUtime=699.3 cores=0,2,4,6
/proc/8196/stat : 8196 (kcnfs-2006) R 8194 8196 8196 0 -1 4202496 680 0 0 0 69930 0 0 0 25 0 1 0 658212840 185733120 420 33554432000 134512640 135163436 4294686800 18446744073709551615 134569080 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8196/statm: 45345 420 76 159 0 45185 0
[pid=8194/tid=8271] ppid=8151 vsize=340348 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8271/stat : 8271 (python) S 8151 8151 7577 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658271554 348516352 5681 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604453925345280 0 0 -1 4 0 0 0
[pid=8207] ppid=8151 vsize=351052 CPUtime=1.11 cores=0,2,4,6
/proc/8207/stat : 8207 (python) S 8151 8151 7577 0 -1 4202560 1066 0 0 0 62 49 0 0 15 0 1 0 658241749 359477248 5773 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 12735458466575909123 0 0 17 2 0 0 0
/proc/8207/statm: 87763 5773 377 364 0 23660 0
[pid=8209] ppid=8207 vsize=96736 CPUtime=510.83 cores=0,2,4,6
/proc/8209/stat : 8209 (march_hi) R 8207 8209 8209 0 -1 4202496 23005 0 0 0 51078 5 0 0 25 0 1 0 658241749 99057664 22737 33554432000 4194304 4955518 140733210435968 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8209/statm: 24184 22737 106 186 0 23997 0
[pid=8151/tid=8158] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8158/stat : 8158 (python) S 8149 8151 7577 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 9 0 658173313 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8161] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8161/stat : 8161 (python) S 8149 8151 7577 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 9 0 658173314 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8164] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8164/stat : 8164 (python) S 8149 8151 7577 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658173315 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8167] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8167/stat : 8167 (python) S 8149 8151 7577 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658173316 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
[pid=8151/tid=8175] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8175/stat : 8175 (python) S 8149 8151 7577 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 658183335 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8178] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8178/stat : 8178 (python) S 8149 8151 7577 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 658183336 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
[pid=8151/tid=8195] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8195/stat : 8195 (python) S 8149 8151 7577 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 9 0 658212840 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
[pid=8151/tid=8208] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8208/stat : 8208 (python) S 8149 8151 7577 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 658241749 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4776.55
Current children cumulated vsize (KiB) 5914268

[startup+1197.91 s]
/proc/loadavg: 8.18 8.14 6.83 9/334 8279
/proc/meminfo: memFree=19113424/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=361500 CPUtime=0.6 cores=0,2,4,6
/proc/8151/stat : 8151 (python) S 8149 8151 7577 0 -1 4202496 16180 933 1 0 50 10 0 0 18 0 9 0 658173252 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8151/statm: 90375 7350 1890 364 0 26272 0
[pid=8157] ppid=8151 vsize=288796 CPUtime=0.2 cores=0,2,4,6
/proc/8157/stat : 8157 (python) S 8151 8151 7577 0 -1 4202560 1174 0 0 0 11 9 0 0 18 0 2 0 658173313 295727104 5625 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/8157/statm: 72199 5625 416 364 0 8117 0
[pid=8159] ppid=8157 vsize=1017800 CPUtime=99.26 cores=0,2,4,6
/proc/8159/stat : 8159 (gnovelty+2) T 8157 8159 8159 0 -1 4202496 442 0 0 0 9926 0 0 0 25 0 1 0 658173313 1042227200 181 33554432000 134512640 135663704 4289560816 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8159/statm: 254450 181 113 282 0 254166 0
[pid=8157/tid=8172] ppid=8151 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/8157/task/8172/stat : 8172 (python) S 8151 8151 7577 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658183332 295727104 5625 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604440278879104 0 0 -1 2 0 0 0
[pid=8160] ppid=8151 vsize=289344 CPUtime=0.2 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8151 8151 7577 0 -1 4202560 1090 0 0 0 11 9 0 0 19 0 2 0 658173314 296288256 5730 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/8160/statm: 72336 5730 400 364 0 8251 0
[pid=8162] ppid=8160 vsize=1017800 CPUtime=100.18 cores=0,2,4,6
/proc/8162/stat : 8162 (gnovelty+2) T 8160 8162 8162 0 -1 4202496 445 0 0 0 10018 0 0 0 25 0 1 0 658173314 1042227200 181 33554432000 134512640 135663704 4293280800 18446744073709551615 134545640 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8162/statm: 254450 181 113 282 0 254166 0
[pid=8160/tid=8173] ppid=8151 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8173/stat : 8173 (python) S 8151 8151 7577 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658183334 296288256 5730 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604453602097344 0 0 -1 0 0 0 0
[pid=8163] ppid=8151 vsize=299600 CPUtime=1.52 cores=0,2,4,6
/proc/8163/stat : 8163 (python) S 8151 8151 7577 0 -1 4202560 1154 0 0 0 83 69 0 0 16 0 2 0 658173315 306790400 5751 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/8163/statm: 74900 5751 400 364 0 10812 0
[pid=8165] ppid=8163 vsize=140936 CPUtime=683.39 cores=0,2,4,6
/proc/8165/stat : 8165 (march_hi) T 8163 8165 8165 0 -1 4202496 29942 0 0 0 68330 9 0 0 25 0 1 0 658173315 144318464 29679 33554432000 4194304 4955518 140734021795632 18446744073709551615 4208656 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8165/statm: 35234 29679 106 186 0 35047 0
[pid=8163/tid=8193] ppid=8151 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/8163/task/8193/stat : 8193 (python) S 8151 8151 7577 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658212839 306790400 5751 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604440933030848 0 0 -1 2 0 0 0
[pid=8166] ppid=8151 vsize=309856 CPUtime=2.1 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8151 8151 7577 0 -1 4202560 1157 0 0 0 107 103 0 0 15 0 2 0 658173316 317292544 5755 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8166/statm: 77464 5755 400 364 0 13373 0
[pid=8168] ppid=8166 vsize=213780 CPUtime=974.38 cores=0,2,4,6
/proc/8168/stat : 8168 (march_hi) T 8166 8168 8168 0 -1 4202496 41579 0 0 0 97427 11 0 0 25 0 1 0 658173316 218910720 41320 33554432000 4194304 4955518 140737396753888 18446744073709551615 4297477 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8168/statm: 53445 41320 106 186 0 53258 0
[pid=8166/tid=8206] ppid=8151 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/8166/task/8206/stat : 8206 (python) S 8151 8151 7577 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658241748 317292544 5755 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604440933029952 0 0 -1 4 0 0 0
[pid=8174] ppid=8151 vsize=320112 CPUtime=1.78 cores=0,2,4,6
/proc/8174/stat : 8174 (python) S 8151 8151 7577 0 -1 4202560 1172 0 0 0 93 85 0 0 15 0 2 0 658183334 327794688 5759 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/8174/statm: 80028 5759 400 364 0 15934 0
[pid=8176] ppid=8174 vsize=140936 CPUtime=802.43 cores=0,2,4,6
/proc/8176/stat : 8176 (march_hi) R 8174 8176 8176 0 -1 4202496 34942 0 0 0 80236 7 0 0 25 0 1 0 658183335 144318464 34681 33554432000 4194304 4955518 140733493515376 18446744073709551615 4235606 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8176/statm: 35234 34681 106 186 0 35047 0
[pid=8174/tid=8213] ppid=8151 vsize=320112 CPUtime=0 cores=0,2,4,6
/proc/8174/task/8213/stat : 8213 (python) S 8151 8151 7577 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658251822 327794688 5759 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604453908436096 0 0 -1 2 0 0 0
[pid=8177] ppid=8151 vsize=330512 CPUtime=2.02 cores=0,2,4,6
/proc/8177/stat : 8177 (python) S 8151 8151 7577 0 -1 4202560 1158 0 0 0 105 97 0 0 15 0 2 0 658183336 338444288 5782 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8177/statm: 82628 5782 400 364 0 18531 0
[pid=8179] ppid=8177 vsize=213780 CPUtime=896.6 cores=0,2,4,6
/proc/8179/stat : 8179 (march_hi) R 8177 8179 8179 0 -1 4202496 38286 0 0 0 89653 7 0 0 25 0 1 0 658183336 218910720 38021 33554432000 4194304 4955518 140734929261952 18446744073709551615 4314200 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8179/statm: 53445 38021 106 186 0 53258 0
[pid=8177/tid=8257] ppid=8151 vsize=330512 CPUtime=0 cores=0,2,4,6
/proc/8177/task/8257/stat : 8257 (python) S 8151 8151 7577 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658252485 338444288 5782 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604453897748672 0 0 -1 6 0 0 0
[pid=8194] ppid=8151 vsize=340348 CPUtime=1.46 cores=0,2,4,6
/proc/8194/stat : 8194 (python) S 8151 8151 7577 0 -1 4202560 1156 0 0 0 80 66 0 0 18 0 2 0 658212840 348516352 5681 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8194/statm: 85087 5681 400 364 0 20987 0
[pid=8196] ppid=8194 vsize=181380 CPUtime=699.71 cores=0,2,4,6
/proc/8196/stat : 8196 (kcnfs-2006) R 8194 8196 8196 0 -1 4202496 680 0 0 0 69971 0 0 0 25 0 1 0 658212840 185733120 420 33554432000 134512640 135163436 4294686800 18446744073709551615 134712486 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8196/statm: 45345 420 76 159 0 45185 0
[pid=8194/tid=8271] ppid=8151 vsize=340348 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8271/stat : 8271 (python) S 8151 8151 7577 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658271554 348516352 5681 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604453925345280 0 0 -1 4 0 0 0
[pid=8207] ppid=8151 vsize=351052 CPUtime=1.11 cores=0,2,4,6
/proc/8207/stat : 8207 (python) S 8151 8151 7577 0 -1 4202560 1066 0 0 0 62 49 0 0 15 0 1 0 658241749 359477248 5773 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 12735458466575909123 0 0 17 2 0 0 0
/proc/8207/statm: 87763 5773 377 364 0 23660 0
[pid=8209] ppid=8207 vsize=96736 CPUtime=511.24 cores=0,2,4,6
/proc/8209/stat : 8209 (march_hi) R 8207 8209 8209 0 -1 4202496 23021 0 0 0 51119 5 0 0 25 0 1 0 658241749 99057664 22753 33554432000 4194304 4955518 140733210435968 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8209/statm: 24184 22753 106 186 0 23997 0
[pid=8151/tid=8158] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8158/stat : 8158 (python) S 8149 8151 7577 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 9 0 658173313 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8161] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8161/stat : 8161 (python) S 8149 8151 7577 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 9 0 658173314 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8164] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8164/stat : 8164 (python) S 8149 8151 7577 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658173315 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8167] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8167/stat : 8167 (python) S 8149 8151 7577 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 658173316 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
[pid=8151/tid=8175] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8175/stat : 8175 (python) S 8149 8151 7577 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 658183335 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8178] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8178/stat : 8178 (python) S 8149 8151 7577 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 658183336 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
[pid=8151/tid=8195] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8195/stat : 8195 (python) S 8149 8151 7577 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 9 0 658212840 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
[pid=8151/tid=8208] ppid=8149 vsize=361500 CPUtime=0 cores=0,2,4,6
/proc/8151/task/8208/stat : 8208 (python) S 8149 8151 7577 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 658241749 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4778.18
Current children cumulated vsize (KiB) 5914268

[startup+1198.1 s]
/proc/loadavg: 8.18 8.14 6.83 9/334 8279
/proc/meminfo: memFree=19113424/32950904 swapFree=67057400/67111528
[pid=8151] ppid=8149 vsize=361500 CPUtime=3075.81 cores=0,2,4,6
/proc/8151/stat : 8151 (python) R 8149 8151 7577 0 -1 4202496 16191 104016 1 0 51 10 307182 338 17 0 9 0 658173252 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290709823 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8151/statm: 90375 7350 1890 364 0 26272 0
[pid=8174] ppid=8151 vsize=320112 CPUtime=1.78 cores=0,2,4,6
/proc/8174/stat : 8174 (python) S 8151 8151 7577 0 -1 4202560 1172 0 0 0 93 85 0 0 15 0 2 0 658183334 327794688 5759 33554432000 4194304 5683644 140734834839952 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/8174/statm: 80028 5759 400 364 0 15934 0
[pid=8176] ppid=8174 vsize=140936 CPUtime=802.62 cores=0,2,4,6
/proc/8176/stat : 8176 (march_hi) R 8174 8176 8176 0 -1 4202496 34950 0 0 0 80255 7 0 0 25 0 1 0 658183335 144318464 34689 33554432000 4194304 4955518 140733493515376 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8176/statm: 35234 34689 106 186 0 35047 0
[pid=8174/tid=8213] ppid=8151 vsize=320112 CPUtime=0 cores=0,2,4,6
/proc/8174/task/8213/stat : 8213 (python) S 8151 8151 7577 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658251822 327794688 5759 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 514 18446604453908436096 0 0 -1 2 0 0 0
[pid=8177] ppid=8151 vsize=0 CPUtime=898.8 cores=0,2,4,6
/proc/8177/stat : 8177 (python) Z 8151 8151 7577 0 -1 4202588 1188 38294 0 0 105 97 89671 7 15 0 1 0 658183336 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8177/statm: 0 0 0 0 0 0 0
[pid=8151/tid=8158] ppid=8149 vsize=361500 CPUtime=3075.2 cores=0,2,4,6
/proc/8151/task/8158/stat : 8158 (python) S 8149 8151 7577 0 -1 4202560 27 104016 0 0 0 0 307182 338 25 0 9 0 658173313 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8161] ppid=8149 vsize=361500 CPUtime=3075.2 cores=0,2,4,6
/proc/8151/task/8161/stat : 8161 (python) S 8149 8151 7577 0 -1 4202560 20 104016 0 0 0 0 307182 338 25 0 9 0 658173314 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8164] ppid=8149 vsize=361500 CPUtime=3075.2 cores=0,2,4,6
/proc/8151/task/8164/stat : 8164 (python) S 8149 8151 7577 0 -1 4202560 31 104016 0 0 0 0 307182 338 18 0 9 0 658173315 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8167] ppid=8149 vsize=361500 CPUtime=3075.2 cores=0,2,4,6
/proc/8151/task/8167/stat : 8167 (python) S 8149 8151 7577 0 -1 4202560 31 104016 0 0 0 0 307182 338 18 0 9 0 658173316 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
[pid=8151/tid=8175] ppid=8149 vsize=361500 CPUtime=3075.2 cores=0,2,4,6
/proc/8151/task/8175/stat : 8175 (python) S 8149 8151 7577 0 -1 4202560 28 104016 0 0 0 0 307182 338 18 0 9 0 658183335 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 2 0 0 0
[pid=8151/tid=8178] ppid=8149 vsize=361500 CPUtime=3075.2 cores=0,2,4,6
/proc/8151/task/8178/stat : 8178 (python) S 8149 8151 7577 0 -1 4202560 34 104016 0 0 0 0 307182 338 18 0 9 0 658183336 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
[pid=8151/tid=8195] ppid=8149 vsize=361500 CPUtime=3075.2 cores=0,2,4,6
/proc/8151/task/8195/stat : 8195 (python) S 8149 8151 7577 0 -1 4202560 27 104016 0 0 0 0 307182 338 18 0 9 0 658212840 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
[pid=8151/tid=8208] ppid=8149 vsize=361500 CPUtime=3075.2 cores=0,2,4,6
/proc/8151/task/8208/stat : 8208 (python) S 8149 8151 7577 0 -1 4202560 26 104016 0 0 0 0 307182 338 20 0 9 0 658241749 370176000 7350 33554432000 4194304 5683644 140734834839952 18446744073709551615 237290703281 0 0 16781312 2 18446604443634238592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4779.01
Current children cumulated vsize (KiB) 822548

Child status: 0
Real time (s): 1198.13
CPU time (s): 4779.11
CPU user time (s): 4773.61
CPU system time (s): 5.49217
CPU usage (%): 398.88
Max. virtual memory (cumulated for all children) (KiB): 5914268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4773.61
system time used= 5.49216
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199855
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= 7559
involuntary context switches= 41832

runsolver used 3.68044 second user time and 7.58685 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 15:22:15
IDJOB=3378461
IDBENCH=82870
IDSOLVER=1859
FILE ID=node121/3378461-1305465735
RUNJOBID= node121-1305465318-7595
PBS_JOBID= 13325054
Free space on /tmp= 73464 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1397972185-007.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-3378461-1305465735/watcher-3378461-1305465735 -o /tmp/evaluation-result-3378461-1305465735/solver-3378461-1305465735 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378461-1305465735.cnf -seed 301703342 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d2902b03aca91b8ea25ec40928f31c64
RANDOM SEED=301703342

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      19840920 kB
Buffers:        320544 kB
Cached:        6632656 kB
SwapCached:       7656 kB
Active:        7022284 kB
Inactive:      5725208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19840920 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           31708 kB
Writeback:           0 kB
AnonPages:     5791744 kB
Mapped:          29388 kB
Slab:           268868 kB
PageTables:      30596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 33905572 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= 73432 MiB
End job on node121 at 2011-05-15 15:42:13