Trace number 3322136

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 2769.71 397.066

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1336161514-068.UNKNOWN.cnf
MD5SUMbf9c7e319eca3277c9c5b6246acb470c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark390.66
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.33/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.47	c INFO: solving HOME/instance-3322136-1304375065.cnf
0.33/0.47	c INFO: computing task features
0.33/0.48	c INFO: computed variable-clause graph statistics
0.33/0.48	c INFO: computed clause balance statistics
0.42/0.53	c INFO: computed variable balance statistics
0.42/0.57	c INFO: computed small-clause counts
0.42/0.57	c INFO: computed Horn-clause counts
0.42/0.57	c INFO: computed variable graph statistics
0.42/0.57	c INFO: collected features for HOME/instance-3322136-1304375065.cnf in 0.10 s
0.52/0.60	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.62)
0.52/0.64	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.19)
0.52/0.68	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.61/0.72	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.40)
0.61/0.76	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.26)
0.72/0.80	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.23)
0.72/0.84	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.72/0.88	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.18)
693.99/99.92	c INFO: running march_hi@0 for 388 with 39900 remaining (b = 0.15)
1372.86/197.02	c INFO: running kcnfs-2006@0 for 582 with 39803 remaining (b = 0.19)
1397.27/200.52	c INFO: running march_hi@0 for 97 with 39799 remaining (b = 0.04)
2045.18/293.34	c INFO: running march_hi@92 for 97 with 39707 remaining (b = 0.04)
2732.91/391.88	c INFO: running march_hi@98 for 97 with 39608 remaining (b = 0.04)
2736.40/392.31	c INFO: running march_hi@482 for 97 with 39608 remaining (b = 0.05)
2744.78/393.51	c INFO: running march_hi@0 for 291 with 39606 remaining (b = 0.10)
2751.78/394.54	c INFO: running march_hi@0 for 97 with 39605 remaining (b = 0.04)
2769.30/397.04	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-3322136-1304375065/watcher-3322136-1304375065 -o /tmp/evaluation-result-3322136-1304375065/solver-3322136-1304375065 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322136-1304375065.cnf -seed 1437369767 -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: 9.42 9.01 8.74 2/272 12354
/proc/meminfo: memFree=14428608/32950928 swapFree=67111348/67111528
[pid=12354] ppid=12352 vsize=15772 CPUtime=0 cores=0-7
/proc/12354/stat : 12354 (python) R 12352 12354 10673 0 -1 4202496 903 0 0 0 0 0 0 0 25 0 1 0 549106198 16150528 783 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12354/statm: 3944 789 346 364 0 431 0

[startup+0.0603241 s]
/proc/loadavg: 9.42 9.01 8.74 2/272 12354
/proc/meminfo: memFree=14428608/32950928 swapFree=67111348/67111528
[pid=12354] ppid=12352 vsize=40972 CPUtime=0.05 cores=0-7
/proc/12354/stat : 12354 (python) R 12352 12354 10673 0 -1 4202496 1678 0 0 0 4 1 0 0 17 0 1 0 549106198 41955328 1502 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12354/statm: 10243 1502 463 364 0 1026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 40972

[startup+0.100317 s]
/proc/loadavg: 9.42 9.01 8.74 2/272 12354
/proc/meminfo: memFree=14428608/32950928 swapFree=67111348/67111528
[pid=12354] ppid=12352 vsize=104224 CPUtime=0.08 cores=0-7
/proc/12354/stat : 12354 (python) S 12352 12354 10673 0 -1 4202496 3066 0 0 0 6 2 0 0 17 0 1 0 549106198 106725376 2747 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/12354/statm: 26056 2747 847 364 0 1804 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104224

[startup+0.300283 s]
/proc/loadavg: 9.42 9.01 8.74 2/272 12354
/proc/meminfo: memFree=14428608/32950928 swapFree=67111348/67111528
[pid=12354] ppid=12352 vsize=168672 CPUtime=0.25 cores=0-7
/proc/12354/stat : 12354 (python) R 12352 12354 10673 0 -1 4202496 6724 931 1 0 17 8 0 0 17 0 1 0 549106198 172720128 4797 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12354/statm: 42168 4797 1331 364 0 3453 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 168672

[startup+0.700142 s]
/proc/loadavg: 9.42 9.01 8.74 2/272 12354
/proc/meminfo: memFree=14428608/32950928 swapFree=67111348/67111528
[pid=12354] ppid=12352 vsize=309776 CPUtime=0.61 cores=0-7
/proc/12354/stat : 12354 (python) R 12352 12354 10673 0 -1 4202496 11884 931 1 0 50 11 0 0 18 0 4 0 549106198 317210624 7214 33554432000 4194304 5683644 140735552055984 18446744073709551615 208083670807 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12354/statm: 77444 7214 1878 364 0 13356 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 309776

[startup+1.50099 s]
/proc/loadavg: 9.06 8.94 8.72 12/297 12383
/proc/meminfo: memFree=14370352/32950928 swapFree=67111348/67111528
[pid=12354] ppid=12352 vsize=361224 CPUtime=0.79 cores=0-7
/proc/12354/stat : 12354 (python) S 12352 12354 10673 0 -1 4202496 15672 931 1 0 67 12 0 0 25 0 9 0 549106198 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12354/statm: 90306 7271 1889 364 0 26203 0
[pid=12360] ppid=12354 vsize=278588 CPUtime=0 cores=0-7
/proc/12360/stat : 12360 (python) S 12354 12354 10673 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 549106259 285274112 5560 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252431 0 0 16781312 514 11049899174030999551 0 0 17 3 0 0 0
/proc/12360/statm: 69647 5560 354 364 0 5565 0
[pid=12362] ppid=12360 vsize=1017800 CPUtime=0.6 cores=0-7
/proc/12362/stat : 12362 (gnovelty+2) R 12360 12362 12362 0 -1 4202496 437 0 0 0 60 0 0 0 21 0 1 0 549106260 1042227200 172 33554432000 134512640 135663704 4294054608 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12362/statm: 254450 172 113 282 0 254166 0
[pid=12363] ppid=12354 vsize=289276 CPUtime=0 cores=0-7
/proc/12363/stat : 12363 (python) S 12354 12354 10673 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 549106263 296218624 5676 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 399351423596200200 0 0 17 1 0 0 0
/proc/12363/statm: 72319 5676 348 364 0 8234 0
[pid=12365] ppid=12363 vsize=1560 CPUtime=0.84 cores=0-7
/proc/12365/stat : 12365 (march_hi) R 12363 12365 12365 0 -1 4202496 504 0 0 0 84 0 0 0 25 0 1 0 549106264 1597440 241 33554432000 4194304 4955518 140734388926608 18446744073709551615 4297056 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12365/statm: 390 241 106 186 0 203 0
[pid=12366] ppid=12354 vsize=299532 CPUtime=0 cores=0-7
/proc/12366/stat : 12366 (python) S 12354 12354 10673 0 -1 4202560 748 0 0 0 0 0 0 0 22 0 1 0 549106267 306720768 5680 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 4351312598294069247 0 0 17 7 0 0 0
/proc/12366/statm: 74883 5680 348 364 0 10795 0
[pid=12368] ppid=12366 vsize=1017800 CPUtime=0.8 cores=0-7
/proc/12368/stat : 12368 (gnovelty+2) R 12366 12368 12368 0 -1 4202496 435 0 0 0 80 0 0 0 25 0 1 0 549106267 1042227200 171 33554432000 134512640 135663704 4286683904 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12368/statm: 254450 171 113 282 0 254166 0
[pid=12369] ppid=12354 vsize=309788 CPUtime=0 cores=0-7
/proc/12369/stat : 12369 (python) S 12354 12354 10673 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 549106271 317222912 5684 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 1521715301043896584 0 0 17 7 0 0 0
/proc/12369/statm: 77447 5684 348 364 0 13356 0
[pid=12371] ppid=12369 vsize=1560 CPUtime=0.75 cores=0-7
/proc/12371/stat : 12371 (march_hi) R 12369 12371 12371 0 -1 4202496 503 0 0 0 75 0 0 0 22 0 1 0 549106271 1597440 240 33554432000 4194304 4955518 140737054817392 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12371/statm: 390 240 106 186 0 203 0
[pid=12372] ppid=12354 vsize=320044 CPUtime=0 cores=0-7
/proc/12372/stat : 12372 (python) S 12354 12354 10673 0 -1 4202560 772 0 0 0 0 0 0 0 16 0 1 0 549106275 327725056 5697 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 1521710902997385479 0 0 17 0 0 0 0
/proc/12372/statm: 80011 5697 348 364 0 15917 0
[pid=12374] ppid=12372 vsize=1560 CPUtime=0.73 cores=0-7
/proc/12374/stat : 12374 (march_hi) R 12372 12374 12374 0 -1 4202496 505 0 0 0 73 0 0 0 25 0 1 0 549106275 1597440 241 33554432000 4194304 4955518 140737058822368 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12374/statm: 390 241 106 186 0 203 0
[pid=12375] ppid=12354 vsize=330468 CPUtime=0 cores=0-7
/proc/12375/stat : 12375 (python) S 12354 12354 10673 0 -1 4202560 776 0 0 0 0 0 0 0 18 0 1 0 549106279 338399232 5718 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 13303971953128734983 0 0 17 5 0 0 0
/proc/12375/statm: 82617 5718 348 364 0 18520 0
[pid=12377] ppid=12375 vsize=1560 CPUtime=0.69 cores=0-7
/proc/12377/stat : 12377 (march_hi) R 12375 12377 12377 0 -1 4202496 507 0 0 0 69 0 0 0 25 0 1 0 549106279 1597440 241 33554432000 4194304 4955518 140734195546880 18446744073709551615 4226430 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12377/statm: 390 241 106 186 0 203 0
[pid=12378] ppid=12354 vsize=340724 CPUtime=0 cores=0-7
/proc/12378/stat : 12378 (python) S 12354 12354 10673 0 -1 4202560 783 0 0 0 0 0 0 0 23 0 1 0 549106283 348901376 5722 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 5013258455511695622 0 0 17 5 0 0 0
/proc/12378/statm: 85181 5722 348 364 0 21081 0
[pid=12380] ppid=12378 vsize=1560 CPUtime=0.28 cores=0-7
/proc/12380/stat : 12380 (march_hi) R 12378 12380 12380 0 -1 4202496 507 0 0 0 28 0 0 0 25 0 1 0 549106285 1597440 241 33554432000 4194304 4955518 140735473586208 18446744073709551615 4290061 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12380/statm: 390 241 106 186 0 203 0
[pid=12381] ppid=12354 vsize=350980 CPUtime=0 cores=0-7
/proc/12381/stat : 12381 (python) S 12354 12354 10673 0 -1 4202560 820 0 0 0 0 0 0 0 21 0 1 0 549106287 359403520 5732 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 9375522460201353479 0 0 17 3 0 0 0
/proc/12381/statm: 87745 5732 354 364 0 23642 0
[pid=12383] ppid=12381 vsize=1560 CPUtime=0.6 cores=0-7
/proc/12383/stat : 12383 (march_hi) R 12381 12383 12383 0 -1 4202496 510 0 0 0 60 0 0 0 25 0 1 0 549106287 1597440 240 33554432000 4194304 4955518 140733399011168 18446744073709551615 4226455 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12383/statm: 390 240 106 186 0 203 0
[pid=12354/tid=12361] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12361/stat : 12361 (python) S 12352 12354 10673 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 9 0 549106260 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 5 0 0 0
[pid=12354/tid=12364] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12364/stat : 12364 (python) S 12352 12354 10673 0 -1 4202560 24 931 0 0 0 0 0 0 21 0 9 0 549106263 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 1 0 0 0
[pid=12354/tid=12367] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12367/stat : 12367 (python) S 12352 12354 10673 0 -1 4202560 24 931 0 0 0 0 0 0 23 0 9 0 549106267 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 7 0 0 0
[pid=12354/tid=12370] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12370/stat : 12370 (python) S 12352 12354 10673 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 549106271 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 7 0 0 0
[pid=12354/tid=12373] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12373/stat : 12373 (python) S 12352 12354 10673 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 9 0 549106275 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12376] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12376/stat : 12376 (python) S 12352 12354 10673 0 -1 4202560 24 931 0 0 0 0 0 0 24 0 9 0 549106279 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12379] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12379/stat : 12379 (python) S 12352 12354 10673 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 9 0 549106283 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12382] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12382/stat : 12382 (python) S 12352 12354 10673 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 9 0 549106287 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 4925584

[startup+3.10168 s]
/proc/loadavg: 9.06 8.94 8.72 10/297 12383
/proc/meminfo: memFree=14369368/32950928 swapFree=67111348/67111528
[pid=12354] ppid=12352 vsize=361224 CPUtime=0.79 cores=0-7
/proc/12354/stat : 12354 (python) S 12352 12354 10673 0 -1 4202496 15672 931 1 0 67 12 0 0 25 0 9 0 549106198 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12354/statm: 90306 7271 1889 364 0 26203 0
[pid=12360] ppid=12354 vsize=278588 CPUtime=0 cores=0-7
/proc/12360/stat : 12360 (python) S 12354 12354 10673 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 549106259 285274112 5560 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252431 0 0 16781312 514 11049899174030967047 0 0 17 3 0 0 0
/proc/12360/statm: 69647 5560 354 364 0 5565 0
[pid=12362] ppid=12360 vsize=1017800 CPUtime=1.4 cores=0-7
/proc/12362/stat : 12362 (gnovelty+2) R 12360 12362 12362 0 -1 4202496 437 0 0 0 140 0 0 0 23 0 1 0 549106260 1042227200 172 33554432000 134512640 135663704 4294054608 18446744073709551615 134544137 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12362/statm: 254450 172 113 282 0 254166 0
[pid=12363] ppid=12354 vsize=289276 CPUtime=0 cores=0-7
/proc/12363/stat : 12363 (python) S 12354 12354 10673 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 549106263 296218624 5676 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 399351423596200200 0 0 17 1 0 0 0
/proc/12363/statm: 72319 5676 348 364 0 8234 0
[pid=12365] ppid=12363 vsize=1560 CPUtime=2.44 cores=0-7
/proc/12365/stat : 12365 (march_hi) R 12363 12365 12365 0 -1 4202496 505 0 0 0 244 0 0 0 25 0 1 0 549106264 1597440 242 33554432000 4194304 4955518 140734388926608 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12365/statm: 390 242 106 186 0 203 0
[pid=12366] ppid=12354 vsize=299532 CPUtime=0 cores=0-7
/proc/12366/stat : 12366 (python) S 12354 12354 10673 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 549106267 306720768 5680 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 4351312598294036744 0 0 17 7 0 0 0
/proc/12366/statm: 74883 5680 348 364 0 10795 0
[pid=12368] ppid=12366 vsize=1017800 CPUtime=2.4 cores=0-7
/proc/12368/stat : 12368 (gnovelty+2) R 12366 12368 12368 0 -1 4202496 435 0 0 0 240 0 0 0 25 0 1 0 549106267 1042227200 171 33554432000 134512640 135663704 4286683904 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12368/statm: 254450 171 113 282 0 254166 0
[pid=12369] ppid=12354 vsize=309788 CPUtime=0 cores=0-7
/proc/12369/stat : 12369 (python) S 12354 12354 10673 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 549106271 317222912 5684 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 1521715301043896584 0 0 17 7 0 0 0
/proc/12369/statm: 77447 5684 348 364 0 13356 0
[pid=12371] ppid=12369 vsize=1560 CPUtime=2.34 cores=0-7
/proc/12371/stat : 12371 (march_hi) R 12369 12371 12371 0 -1 4202496 503 0 0 0 234 0 0 0 25 0 1 0 549106271 1597440 240 33554432000 4194304 4955518 140737054817392 18446744073709551615 4208620 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12371/statm: 390 240 106 186 0 203 0
[pid=12372] ppid=12354 vsize=320044 CPUtime=0 cores=0-7
/proc/12372/stat : 12372 (python) S 12354 12354 10673 0 -1 4202560 776 0 0 0 0 0 0 0 15 0 1 0 549106275 327725056 5697 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 1521710902997385479 0 0 17 0 0 0 0
/proc/12372/statm: 80011 5697 348 364 0 15917 0
[pid=12374] ppid=12372 vsize=1560 CPUtime=2.33 cores=0-7
/proc/12374/stat : 12374 (march_hi) R 12372 12374 12374 0 -1 4202496 505 0 0 0 233 0 0 0 25 0 1 0 549106275 1597440 241 33554432000 4194304 4955518 140737058822368 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12374/statm: 390 241 106 186 0 203 0
[pid=12375] ppid=12354 vsize=330468 CPUtime=0 cores=0-7
/proc/12375/stat : 12375 (python) S 12354 12354 10673 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 549106279 338399232 5718 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 13303971953128734983 0 0 17 5 0 0 0
/proc/12375/statm: 82617 5718 348 364 0 18520 0
[pid=12377] ppid=12375 vsize=1560 CPUtime=2.29 cores=0-7
/proc/12377/stat : 12377 (march_hi) R 12375 12377 12377 0 -1 4202496 507 0 0 0 229 0 0 0 25 0 1 0 549106279 1597440 241 33554432000 4194304 4955518 140734195546880 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12377/statm: 390 241 106 186 0 203 0
[pid=12378] ppid=12354 vsize=340724 CPUtime=0 cores=0-7
/proc/12378/stat : 12378 (python) S 12354 12354 10673 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 1 0 549106283 348901376 5722 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 5013258455511695622 0 0 17 5 0 0 0
/proc/12378/statm: 85181 5722 348 364 0 21081 0
[pid=12380] ppid=12378 vsize=1560 CPUtime=1.08 cores=0-7
/proc/12380/stat : 12380 (march_hi) R 12378 12380 12380 0 -1 4202496 507 0 0 0 108 0 0 0 25 0 1 0 549106285 1597440 241 33554432000 4194304 4955518 140735473586208 18446744073709551615 4224566 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12380/statm: 390 241 106 186 0 203 0
[pid=12381] ppid=12354 vsize=350980 CPUtime=0 cores=0-7
/proc/12381/stat : 12381 (python) S 12354 12354 10673 0 -1 4202560 820 0 0 0 0 0 0 0 15 0 1 0 549106287 359403520 5732 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 9375522460201353479 0 0 17 3 0 0 0
/proc/12381/statm: 87745 5732 354 364 0 23642 0
[pid=12383] ppid=12381 vsize=1560 CPUtime=2.21 cores=0-7
/proc/12383/stat : 12383 (march_hi) R 12381 12383 12383 0 -1 4202496 510 0 0 0 221 0 0 0 25 0 1 0 549106287 1597440 240 33554432000 4194304 4955518 140733399011168 18446744073709551615 4297502 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12383/statm: 390 240 106 186 0 203 0
[pid=12354/tid=12361] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12361/stat : 12361 (python) S 12352 12354 10673 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 9 0 549106260 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 5 0 0 0
[pid=12354/tid=12364] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12364/stat : 12364 (python) S 12352 12354 10673 0 -1 4202560 24 931 0 0 0 0 0 0 21 0 9 0 549106263 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 1 0 0 0
[pid=12354/tid=12367] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12367/stat : 12367 (python) S 12352 12354 10673 0 -1 4202560 24 931 0 0 0 0 0 0 23 0 9 0 549106267 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 7 0 0 0
[pid=12354/tid=12370] ppid=12352 vsize=361224 CPUtime=0 cores=0-7
/proc/12354/task/12370/stat : 12370 (python) S 12352 12354 10673 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 549106271 369893376 7271 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 7 0 0 0
[pid=12354/tid=12373] ppid=12352 vsize=361224 CPUtime=0 cores=0-7

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

/proc/12369/stat : 12369 (python) S 12354 12354 10673 0 -1 4202560 1031 0 0 0 49 40 0 0 15 0 1 0 549106271 317222912 5707 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 1521715301043896584 0 0 17 7 0 0 0
/proc/12369/statm: 77447 5707 371 364 0 13356 0
[pid=12371] ppid=12369 vsize=13516 CPUtime=388.71 cores=0-7
/proc/12371/stat : 12371 (march_hi) R 12369 12371 12371 0 -1 4202496 3079 0 0 0 38870 1 0 0 25 0 1 0 549106271 13840384 2816 33554432000 4194304 4955518 140737054817392 18446744073709551615 4208631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12371/statm: 3379 2816 106 186 0 3192 0
[pid=12372] ppid=12354 vsize=320044 CPUtime=0.91 cores=0-7
/proc/12372/stat : 12372 (python) S 12354 12354 10673 0 -1 4202560 1186 0 0 0 49 42 0 0 15 0 2 0 549106275 327725056 5751 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12372/statm: 80011 5751 401 364 0 15917 0
[pid=12374] ppid=12372 vsize=13516 CPUtime=394.73 cores=0-7
/proc/12374/stat : 12374 (march_hi) R 12372 12374 12374 0 -1 4202496 3181 0 0 0 39468 5 0 0 25 0 1 0 549106275 13840384 2917 33554432000 4194304 4955518 140737058822368 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12374/statm: 3379 2917 106 186 0 3192 0
[pid=12372/tid=12404] ppid=12354 vsize=320044 CPUtime=0 cores=0-7
/proc/12372/task/12404/stat : 12404 (python) S 12354 12354 10673 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 549145545 327725056 5751 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 514 18446604468370351168 0 0 -1 0 0 0 0
[pid=12375] ppid=12354 vsize=396004 CPUtime=0.89 cores=0-7
/proc/12375/stat : 12375 (python) S 12354 12354 10673 0 -1 4202560 1191 0 0 0 49 40 0 0 15 0 2 0 549106279 405508096 5773 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12375/statm: 99001 5773 400 364 0 34904 0
[pid=12377] ppid=12375 vsize=13516 CPUtime=393.05 cores=0-7
/proc/12377/stat : 12377 (march_hi) R 12375 12377 12377 0 -1 4202496 3121 0 0 0 39305 0 0 0 25 0 1 0 549106279 13840384 2855 33554432000 4194304 4955518 140734195546880 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12377/statm: 3379 2855 106 186 0 3192 0
[pid=12375/tid=12405] ppid=12354 vsize=396004 CPUtime=0 cores=0-7
/proc/12375/task/12405/stat : 12405 (python) S 12354 12354 10673 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 549145649 405508096 5773 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 514 18446604471137366080 0 0 -1 0 0 0 0
[pid=12378] ppid=12354 vsize=340724 CPUtime=0.89 cores=0-7
/proc/12378/stat : 12378 (python) S 12354 12354 10673 0 -1 4202560 1048 0 0 0 48 41 0 0 15 0 1 0 549106283 348901376 5745 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 5752908719314665734 0 0 17 1 0 0 0
/proc/12378/statm: 85181 5745 371 364 0 21081 0
[pid=12380] ppid=12378 vsize=9456 CPUtime=290.42 cores=0-7
/proc/12380/stat : 12380 (march_hi) R 12378 12380 12380 0 -1 4202496 2020 0 0 0 29042 0 0 0 25 0 1 0 549106285 9682944 1754 33554432000 4194304 4955518 140735473586208 18446744073709551615 4296828 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12380/statm: 2364 1754 106 186 0 2177 0
[pid=12381] ppid=12354 vsize=350980 CPUtime=0.88 cores=0-7
/proc/12381/stat : 12381 (python) S 12354 12354 10673 0 -1 4202560 1222 0 0 0 50 38 0 0 15 0 2 0 549106287 359403520 5786 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12381/statm: 87745 5786 407 364 0 23642 0
[pid=12383] ppid=12381 vsize=13516 CPUtime=393.31 cores=0-7
/proc/12383/stat : 12383 (march_hi) R 12381 12383 12383 0 -1 4202496 3191 0 0 0 39330 1 0 0 25 0 1 0 549106287 13840384 2921 33554432000 4194304 4955518 140733399011168 18446744073709551615 4297440 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12383/statm: 3379 2921 106 186 0 3192 0
[pid=12381/tid=12403] ppid=12354 vsize=350980 CPUtime=0 cores=0-7
/proc/12381/task/12403/stat : 12403 (python) S 12354 12354 10673 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 549145383 359403520 5786 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 514 18446604470997049408 0 0 -1 1 0 0 0
[pid=12387] ppid=12354 vsize=361236 CPUtime=0.67 cores=0-7
/proc/12387/stat : 12387 (python) S 12354 12354 10673 0 -1 4202560 1042 0 0 0 37 30 0 0 15 0 1 0 549116191 369905664 5753 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 10597238208334889223 0 0 17 3 0 0 0
/proc/12387/statm: 90309 5753 371 364 0 26203 0
[pid=12389] ppid=12387 vsize=6868 CPUtime=204.97 cores=0-7
/proc/12389/stat : 12389 (march_hi) R 12387 12389 12389 0 -1 4202496 1403 0 0 0 20497 0 0 0 25 0 1 0 549116192 7032832 1132 33554432000 4194304 4955518 140735058848480 18446744073709551615 4297552 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12389/statm: 1717 1132 106 186 0 1530 0
[pid=12394] ppid=12354 vsize=371224 CPUtime=0.39 cores=0-7
/proc/12394/stat : 12394 (python) S 12354 12354 10673 0 -1 4202560 1034 0 0 0 23 16 0 0 18 0 1 0 549125900 380133376 5717 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 5752908719314665735 0 0 17 0 0 0 0
/proc/12394/statm: 92806 5717 371 364 0 28697 0
[pid=12396] ppid=12394 vsize=181248 CPUtime=102.26 cores=0-7
/proc/12396/stat : 12396 (kcnfs-2006) R 12394 12396 12396 0 -1 4202496 631 0 0 0 10226 0 0 0 25 0 1 0 549125901 185597952 359 33554432000 134512640 135163436 4294492032 18446744073709551615 134572294 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12396/statm: 45312 359 76 159 0 45152 0
[pid=12354/tid=12361] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12361/stat : 12361 (python) S 12352 12354 10673 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 11 0 549106260 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 5 0 0 0
[pid=12354/tid=12364] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12364/stat : 12364 (python) S 12352 12354 10673 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 11 0 549106263 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 1 0 0 0
[pid=12354/tid=12367] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12367/stat : 12367 (python) S 12352 12354 10673 0 -1 4202560 24 931 0 0 0 0 0 0 23 0 11 0 549106267 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 7 0 0 0
[pid=12354/tid=12370] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12370/stat : 12370 (python) S 12352 12354 10673 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 11 0 549106271 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 7 0 0 0
[pid=12354/tid=12373] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12373/stat : 12373 (python) S 12352 12354 10673 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 11 0 549106275 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12376] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12376/stat : 12376 (python) S 12352 12354 10673 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 11 0 549106279 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12379] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12379/stat : 12379 (python) S 12352 12354 10673 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 11 0 549106283 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12382] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12382/stat : 12382 (python) S 12352 12354 10673 0 -1 4202560 38 931 0 0 0 0 0 0 18 0 11 0 549106287 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12388] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12388/stat : 12388 (python) S 12352 12354 10673 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 11 0 549116191 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12395] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12395/stat : 12395 (python) S 12352 12354 10673 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 11 0 549125901 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2768.53
Current children cumulated vsize (KiB) 6140932

[startup+397.002 s]
/proc/loadavg: 9.17 9.10 8.85 10/309 12405
/proc/meminfo: memFree=14294488/32950928 swapFree=67111348/67111528
[pid=12354] ppid=12352 vsize=447004 CPUtime=1.16 cores=0-7
/proc/12354/stat : 12354 (python) S 12352 12354 10673 0 -1 4202496 18873 931 1 0 103 13 0 0 18 0 11 0 549106198 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12354/statm: 111751 7421 1894 364 0 47642 0
[pid=12360] ppid=12354 vsize=288832 CPUtime=0.39 cores=0-7
/proc/12360/stat : 12360 (python) S 12354 12354 10673 0 -1 4202560 1117 0 0 0 22 17 0 0 19 0 2 0 549106259 295763968 5621 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12360/statm: 72208 5621 410 364 0 8126 0
[pid=12362] ppid=12360 vsize=1017800 CPUtime=98.36 cores=0-7
/proc/12362/stat : 12362 (gnovelty+2) T 12360 12362 12362 0 -1 4202496 437 0 0 0 9836 0 0 0 25 0 1 0 549106260 1042227200 172 33554432000 134512640 135663704 4294054608 18446744073709551615 134544380 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12362/statm: 254450 172 113 282 0 254166 0
[pid=12360/tid=12393] ppid=12354 vsize=288832 CPUtime=0 cores=0-7
/proc/12360/task/12393/stat : 12393 (python) S 12354 12354 10673 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 549125896 295763968 5621 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 514 18446604468370350272 0 0 -1 3 0 0 0
[pid=12363] ppid=12354 vsize=354812 CPUtime=0.89 cores=0-7
/proc/12363/stat : 12363 (python) S 12354 12354 10673 0 -1 4202560 1144 0 0 0 45 44 0 0 15 0 2 0 549106263 363327488 5731 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12363/statm: 88703 5731 400 364 0 24618 0
[pid=12365] ppid=12363 vsize=13516 CPUtime=395.73 cores=0-7
/proc/12365/stat : 12365 (march_hi) R 12363 12365 12365 0 -1 4202496 3204 0 0 0 39572 1 0 0 25 0 1 0 549106264 13840384 2941 33554432000 4194304 4955518 140734388926608 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12365/statm: 3379 2941 106 186 0 3192 0
[pid=12363/tid=12397] ppid=12354 vsize=354812 CPUtime=0 cores=0-7
/proc/12363/task/12397/stat : 12397 (python) S 12354 12354 10673 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 549126246 363327488 5731 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 514 18446604469965406656 0 0 -1 4 0 0 0
[pid=12366] ppid=12354 vsize=299532 CPUtime=0.19 cores=0-7
/proc/12366/stat : 12366 (python) S 12354 12354 10673 0 -1 4202560 1108 0 0 0 11 8 0 0 19 0 2 0 549106267 306720768 5733 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12366/statm: 74883 5733 400 364 0 10795 0
[pid=12368] ppid=12366 vsize=1017800 CPUtime=98.95 cores=0-7
/proc/12368/stat : 12368 (gnovelty+2) T 12366 12368 12368 0 -1 4202496 435 0 0 0 9895 0 0 0 25 0 1 0 549106267 1042227200 171 33554432000 134512640 135663704 4286683904 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/12368/statm: 254450 171 113 282 0 254166 0
[pid=12366/tid=12386] ppid=12354 vsize=299532 CPUtime=0 cores=0-7
/proc/12366/task/12386/stat : 12386 (python) S 12354 12354 10673 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 549116187 306720768 5733 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 514 18446604471105681344 0 0 -1 7 0 0 0
[pid=12369] ppid=12354 vsize=309788 CPUtime=0.89 cores=0-7
/proc/12369/stat : 12369 (python) S 12354 12354 10673 0 -1 4202560 1031 0 0 0 49 40 0 0 15 0 1 0 549106271 317222912 5707 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 1521715301043896584 0 0 17 7 0 0 0
/proc/12369/statm: 77447 5707 371 364 0 13356 0
[pid=12371] ppid=12369 vsize=13516 CPUtime=388.75 cores=0-7
/proc/12371/stat : 12371 (march_hi) R 12369 12371 12371 0 -1 4202496 3079 0 0 0 38874 1 0 0 25 0 1 0 549106271 13840384 2816 33554432000 4194304 4955518 140737054817392 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12371/statm: 3379 2816 106 186 0 3192 0
[pid=12372] ppid=12354 vsize=320044 CPUtime=0.91 cores=0-7
/proc/12372/stat : 12372 (python) S 12354 12354 10673 0 -1 4202560 1186 0 0 0 49 42 0 0 15 0 2 0 549106275 327725056 5751 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12372/statm: 80011 5751 401 364 0 15917 0
[pid=12374] ppid=12372 vsize=13516 CPUtime=394.84 cores=0-7
/proc/12374/stat : 12374 (march_hi) R 12372 12374 12374 0 -1 4202496 3183 0 0 0 39479 5 0 0 25 0 1 0 549106275 13840384 2919 33554432000 4194304 4955518 140737058822368 18446744073709551615 4285792 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12374/statm: 3379 2919 106 186 0 3192 0
[pid=12372/tid=12404] ppid=12354 vsize=320044 CPUtime=0 cores=0-7
/proc/12372/task/12404/stat : 12404 (python) S 12354 12354 10673 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 549145545 327725056 5751 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 514 18446604468370351168 0 0 -1 0 0 0 0
[pid=12375] ppid=12354 vsize=396004 CPUtime=0.89 cores=0-7
/proc/12375/stat : 12375 (python) S 12354 12354 10673 0 -1 4202560 1191 0 0 0 49 40 0 0 15 0 2 0 549106279 405508096 5773 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12375/statm: 99001 5773 400 364 0 34904 0
[pid=12377] ppid=12375 vsize=13516 CPUtime=393.12 cores=0-7
/proc/12377/stat : 12377 (march_hi) R 12375 12377 12377 0 -1 4202496 3122 0 0 0 39312 0 0 0 25 0 1 0 549106279 13840384 2856 33554432000 4194304 4955518 140734195546880 18446744073709551615 4235624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12377/statm: 3379 2856 106 186 0 3192 0
[pid=12375/tid=12405] ppid=12354 vsize=396004 CPUtime=0 cores=0-7
/proc/12375/task/12405/stat : 12405 (python) S 12354 12354 10673 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 549145649 405508096 5773 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 514 18446604471137366080 0 0 -1 0 0 0 0
[pid=12378] ppid=12354 vsize=340724 CPUtime=0.89 cores=0-7
/proc/12378/stat : 12378 (python) S 12354 12354 10673 0 -1 4202560 1048 0 0 0 48 41 0 0 15 0 1 0 549106283 348901376 5745 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 5752908719314665734 0 0 17 1 0 0 0
/proc/12378/statm: 85181 5745 371 364 0 21081 0
[pid=12380] ppid=12378 vsize=9456 CPUtime=290.52 cores=0-7
/proc/12380/stat : 12380 (march_hi) R 12378 12380 12380 0 -1 4202496 2020 0 0 0 29052 0 0 0 25 0 1 0 549106285 9682944 1754 33554432000 4194304 4955518 140735473586208 18446744073709551615 4224503 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12380/statm: 2364 1754 106 186 0 2177 0
[pid=12381] ppid=12354 vsize=350980 CPUtime=0.9 cores=0-7
/proc/12381/stat : 12381 (python) S 12354 12354 10673 0 -1 4202560 1240 0 0 0 51 39 0 0 15 0 2 0 549106287 359403520 5786 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12381/statm: 87745 5786 407 364 0 23642 0
[pid=12383] ppid=12381 vsize=13516 CPUtime=393.41 cores=0-7
/proc/12383/stat : 12383 (march_hi) R 12381 12383 12383 0 -1 4202496 3193 0 0 0 39340 1 0 0 25 0 1 0 549106287 13840384 2923 33554432000 4194304 4955518 140733399011168 18446744073709551615 4297235 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12383/statm: 3379 2923 106 186 0 3192 0
[pid=12381/tid=12403] ppid=12354 vsize=350980 CPUtime=0 cores=0-7
/proc/12381/task/12403/stat : 12403 (python) S 12354 12354 10673 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 549145383 359403520 5786 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 514 18446604470997049408 0 0 -1 1 0 0 0
[pid=12387] ppid=12354 vsize=361236 CPUtime=0.67 cores=0-7
/proc/12387/stat : 12387 (python) S 12354 12354 10673 0 -1 4202560 1042 0 0 0 37 30 0 0 15 0 1 0 549116191 369905664 5753 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 10597238208334889223 0 0 17 3 0 0 0
/proc/12387/statm: 90309 5753 371 364 0 26203 0
[pid=12389] ppid=12387 vsize=6868 CPUtime=205.08 cores=0-7
/proc/12389/stat : 12389 (march_hi) R 12387 12389 12389 0 -1 4202496 1403 0 0 0 20508 0 0 0 25 0 1 0 549116192 7032832 1132 33554432000 4194304 4955518 140735058848480 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12389/statm: 1717 1132 106 186 0 1530 0
[pid=12394] ppid=12354 vsize=371224 CPUtime=0.39 cores=0-7
/proc/12394/stat : 12394 (python) S 12354 12354 10673 0 -1 4202560 1034 0 0 0 23 16 0 0 18 0 1 0 549125900 380133376 5717 33554432000 4194304 5683644 140735552055984 18446744073709551615 208080252486 0 0 16781312 514 5752908719314665735 0 0 17 0 0 0 0
/proc/12394/statm: 92806 5717 371 364 0 28697 0
[pid=12396] ppid=12394 vsize=181248 CPUtime=102.37 cores=0-7
/proc/12396/stat : 12396 (kcnfs-2006) R 12394 12396 12396 0 -1 4202496 631 0 0 0 10237 0 0 0 25 0 1 0 549125901 185597952 359 33554432000 134512640 135163436 4294492032 18446744073709551615 134684210 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12396/statm: 45312 359 76 159 0 45152 0
[pid=12354/tid=12361] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12361/stat : 12361 (python) S 12352 12354 10673 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 11 0 549106260 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 5 0 0 0
[pid=12354/tid=12364] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12364/stat : 12364 (python) S 12352 12354 10673 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 11 0 549106263 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 1 0 0 0
[pid=12354/tid=12367] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12367/stat : 12367 (python) S 12352 12354 10673 0 -1 4202560 24 931 0 0 0 0 0 0 23 0 11 0 549106267 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 7 0 0 0
[pid=12354/tid=12370] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12370/stat : 12370 (python) S 12352 12354 10673 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 11 0 549106271 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 7 0 0 0
[pid=12354/tid=12373] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12373/stat : 12373 (python) S 12352 12354 10673 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 11 0 549106275 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12376] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12376/stat : 12376 (python) S 12352 12354 10673 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 11 0 549106279 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12379] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12379/stat : 12379 (python) S 12352 12354 10673 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 11 0 549106283 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12382] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12382/stat : 12382 (python) S 12352 12354 10673 0 -1 4202560 38 931 0 0 0 0 0 0 18 0 11 0 549106287 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12388] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12388/stat : 12388 (python) S 12352 12354 10673 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 11 0 549116191 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 3 0 0 0
[pid=12354/tid=12395] ppid=12352 vsize=447004 CPUtime=0 cores=0-7
/proc/12354/task/12395/stat : 12395 (python) S 12352 12354 10673 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 11 0 549125901 457732096 7421 33554432000 4194304 5683644 140735552055984 18446744073709551615 208092055985 0 0 16781312 2 18446604467471046528 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2769.3
Current children cumulated vsize (KiB) 6140932

Child status: 0
Real time (s): 397.066
CPU time (s): 2769.71
CPU user time (s): 2766.22
CPU system time (s): 3.48547
CPU usage (%): 697.544
Max. virtual memory (cumulated for all children) (KiB): 6140932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2766.22
system time used= 3.48547
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56147
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= 7784
involuntary context switches= 23187

runsolver used 1.72374 second user time and 3.56446 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-03 00:24:25
IDJOB=3322136
IDBENCH=82914
IDSOLVER=1712
FILE ID=node127/3322136-1304375065
RUNJOBID= node127-1304366466-10687
PBS_JOBID= 13181744
Free space on /tmp= 73324 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1336161514-068.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-3322136-1304375065/watcher-3322136-1304375065 -o /tmp/evaluation-result-3322136-1304375065/solver-3322136-1304375065 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322136-1304375065.cnf -seed 1437369767 -budget 40000 -cores 8

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

MD5SUM BENCH= bf9c7e319eca3277c9c5b6246acb470c
RANDOM SEED=1437369767

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14428888 kB
Buffers:        827316 kB
Cached:        3603808 kB
SwapCached:          8 kB
Active:       13909964 kB
Inactive:      4115128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14428888 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31844 kB
Writeback:           0 kB
AnonPages:    13594260 kB
Mapped:          25668 kB
Slab:           387360 kB
PageTables:      40824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 37096328 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= 73292 MiB
End job on node127 at 2011-05-03 00:31:02