Trace number 3322105

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 1125.28 167.887

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1406921020-013.UNKNOWN.cnf
MD5SUM9869c5a4d8c5bed5ea530735320738db
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark153.377
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.28/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.45	c INFO: solving HOME/instance-3322105-1304374539.cnf
0.28/0.45	c INFO: computing task features
0.28/0.46	c INFO: computed variable-clause graph statistics
0.28/0.46	c INFO: computed clause balance statistics
0.28/0.49	c INFO: computed variable balance statistics
0.36/0.52	c INFO: computed small-clause counts
0.36/0.52	c INFO: computed Horn-clause counts
0.36/0.52	c INFO: computed variable graph statistics
0.36/0.52	c INFO: collected features for HOME/instance-3322105-1304374539.cnf in 0.07 s
0.36/0.56	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.45/0.60	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.45/0.64	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.37)
0.45/0.68	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.55/0.72	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.55/0.76	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.26)
0.65/0.80	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.19)
0.65/0.85	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
656.64/100.80	c INFO: running march_hi@0 for 485 with 39899 remaining (b = 0.19)
657.91/101.09	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.19)
905.98/136.56	c INFO: running march_hi@0 for 97 with 39863 remaining (b = 0.04)
1124.65/167.86	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-3322105-1304374539/watcher-3322105-1304374539 -o /tmp/evaluation-result-3322105-1304374539/solver-3322105-1304374539 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322105-1304374539.cnf -seed 722724497 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 7.41 8.60 9.31 4/290 8883
/proc/meminfo: memFree=17407256/32950928 swapFree=67111528/67111528
[pid=8883] ppid=8881 vsize=15776 CPUtime=0 cores=0-7
/proc/8883/stat : 8883 (python) S 8881 8883 8616 0 -1 4202496 934 0 0 0 0 0 0 0 17 0 1 0 5063374 16154624 813 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/8883/statm: 3944 813 356 364 0 431 0

[startup+0.0791939 s]
/proc/loadavg: 7.41 8.60 9.31 4/290 8883
/proc/meminfo: memFree=17407256/32950928 swapFree=67111528/67111528
[pid=8883] ppid=8881 vsize=87708 CPUtime=0.05 cores=0-7
/proc/8883/stat : 8883 (python) R 8881 8883 8616 0 -1 4202496 2638 0 0 0 4 1 0 0 17 0 1 0 5063374 89812992 2354 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880563200 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8883/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.101186 s]
/proc/loadavg: 7.41 8.60 9.31 4/290 8883
/proc/meminfo: memFree=17407256/32950928 swapFree=67111528/67111528
[pid=8883] ppid=8881 vsize=104616 CPUtime=0.05 cores=0-7
/proc/8883/stat : 8883 (python) S 8881 8883 8616 0 -1 4202496 3151 0 0 0 4 1 0 0 17 0 1 0 5063374 107126784 2827 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/8883/statm: 26154 2827 847 364 0 1902 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 104616

[startup+0.301158 s]
/proc/loadavg: 7.41 8.60 9.31 4/290 8883
/proc/meminfo: memFree=17407256/32950928 swapFree=67111528/67111528
[pid=8883] ppid=8881 vsize=198920 CPUtime=0.19 cores=0-7
/proc/8883/stat : 8883 (python) R 8881 8883 8616 0 -1 4202496 7019 934 1 0 15 4 0 0 18 0 1 0 5063374 203694080 5053 33554432000 4194304 5683644 140735105673888 18446744073709551615 4562986 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8883/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 198920

[startup+0.701005 s]
/proc/loadavg: 7.41 8.60 9.31 4/290 8883
/proc/meminfo: memFree=17407256/32950928 swapFree=67111528/67111528
[pid=8883] ppid=8881 vsize=320284 CPUtime=0.55 cores=0-7
/proc/8883/stat : 8883 (python) R 8881 8883 8616 0 -1 4202496 12814 934 1 0 48 7 0 0 20 0 5 0 5063374 327970816 7266 33554432000 4194304 5683644 140735105673888 18446744073709551615 4862084 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8883/statm: 80071 7266 1880 364 0 15980 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 320284

[startup+1.50187 s]
/proc/loadavg: 7.41 8.60 9.31 12/315 8912
/proc/meminfo: memFree=17344808/32950928 swapFree=67111528/67111528
[pid=8883] ppid=8881 vsize=361308 CPUtime=0.7 cores=0-7
/proc/8883/stat : 8883 (python) S 8881 8883 8616 0 -1 4202496 15899 934 1 0 62 8 0 0 25 0 9 0 5063374 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8883/statm: 90327 7291 1889 364 0 26224 0
[pid=8889] ppid=8883 vsize=278596 CPUtime=0 cores=0-7
/proc/8889/stat : 8889 (python) S 8883 8883 8616 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 5063430 285282304 5586 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585231 0 0 16781312 514 4219825851019034623 0 0 17 6 0 0 0
/proc/8889/statm: 69649 5586 354 364 0 5567 0
[pid=8891] ppid=8889 vsize=1017800 CPUtime=0.91 cores=0-7
/proc/8891/stat : 8891 (gnovelty+2) R 8889 8891 8891 0 -1 4202496 438 0 0 0 91 0 0 0 23 0 1 0 5063430 1042227200 173 33554432000 134512640 135663704 4289229744 18446744073709551615 134546041 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8891/statm: 254450 173 113 282 0 254166 0
[pid=8892] ppid=8883 vsize=289328 CPUtime=0 cores=0-7
/proc/8892/stat : 8892 (python) S 8883 8883 8616 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 5063434 296271872 5688 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 797484584013889795 0 0 17 0 0 0 0
/proc/8892/statm: 72332 5688 348 364 0 8247 0
[pid=8894] ppid=8892 vsize=2128 CPUtime=0.88 cores=0-7
/proc/8894/stat : 8894 (march_hi) R 8892 8894 8894 0 -1 4202496 596 0 0 0 88 0 0 0 23 0 1 0 5063435 2179072 333 33554432000 4194304 4955518 140737036762304 18446744073709551615 4307184 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8894/statm: 532 333 104 186 0 345 0
[pid=8895] ppid=8883 vsize=299244 CPUtime=0 cores=0-7
/proc/8895/stat : 8895 (python) S 8883 8883 8616 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 5063438 306425856 5608 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 14670044781896237315 0 0 17 0 0 0 0
/proc/8895/statm: 74811 5608 348 364 0 10723 0
[pid=8897] ppid=8895 vsize=1996 CPUtime=0.53 cores=0-7
/proc/8897/stat : 8897 (march_hi) R 8895 8897 8897 0 -1 4202496 591 0 0 0 53 0 0 0 22 0 1 0 5063439 2043904 325 33554432000 4194304 4955518 140734676941040 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8897/statm: 499 325 104 186 0 312 0
[pid=8898] ppid=8883 vsize=310040 CPUtime=0 cores=0-7
/proc/8898/stat : 8898 (python) S 8883 8883 8616 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 5063442 317480960 5730 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 14670040383849726210 0 0 17 0 0 0 0
/proc/8898/statm: 77510 5730 348 364 0 13419 0
[pid=8900] ppid=8898 vsize=2128 CPUtime=0.8 cores=0-7
/proc/8900/stat : 8900 (march_hi) R 8898 8900 8900 0 -1 4202496 597 0 0 0 80 0 0 0 22 0 1 0 5063443 2179072 333 33554432000 4194304 4955518 140735597966576 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8900/statm: 532 333 104 186 0 345 0
[pid=8901] ppid=8883 vsize=320296 CPUtime=0 cores=0-7
/proc/8901/stat : 8901 (python) S 8883 8883 8616 0 -1 4202560 764 0 0 0 0 0 0 0 20 0 1 0 5063446 327983104 5734 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 4081541373105274879 0 0 17 6 0 0 0
/proc/8901/statm: 80074 5734 348 364 0 15980 0
[pid=8903] ppid=8901 vsize=1017800 CPUtime=0.64 cores=0-7
/proc/8903/stat : 8903 (gnovelty+2) R 8901 8903 8903 0 -1 4202496 438 0 0 0 64 0 0 0 25 0 1 0 5063448 1042227200 173 33554432000 134512640 135663704 4291178688 18446744073709551615 134545187 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8903/statm: 254450 173 113 282 0 254166 0
[pid=8904] ppid=8883 vsize=330552 CPUtime=0 cores=0-7
/proc/8904/stat : 8904 (python) S 8883 8883 8616 0 -1 4202560 772 0 0 0 0 0 0 0 19 0 1 0 5063450 338485248 5738 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 9255218295936614659 0 0 17 3 0 0 0
/proc/8904/statm: 82638 5738 348 364 0 18541 0
[pid=8906] ppid=8904 vsize=1996 CPUtime=0.31 cores=0-7
/proc/8906/stat : 8906 (march_hi) R 8904 8906 8906 0 -1 4202496 582 0 0 0 31 0 0 0 25 0 1 0 5063453 2043904 317 33554432000 4194304 4955518 140733908402320 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8906/statm: 499 317 104 186 0 312 0
[pid=8907] ppid=8883 vsize=340808 CPUtime=0 cores=0-7
/proc/8907/stat : 8907 (python) S 8883 8883 8616 0 -1 4202560 773 0 0 0 0 0 0 0 21 0 1 0 5063455 348987392 5742 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 4270714272809451780 0 0 17 6 0 0 0
/proc/8907/statm: 85202 5742 348 364 0 21102 0
[pid=8909] ppid=8907 vsize=1996 CPUtime=0.21 cores=0-7
/proc/8909/stat : 8909 (march_hi) R 8907 8909 8909 0 -1 4202496 579 0 0 0 21 0 0 0 25 0 1 0 5063457 2043904 313 33554432000 4194304 4955518 140736810857968 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8909/statm: 499 313 104 186 0 312 0
[pid=8910] ppid=8883 vsize=351064 CPUtime=0 cores=0-7
/proc/8910/stat : 8910 (python) S 8883 8883 8616 0 -1 4202560 809 0 0 0 0 0 0 0 24 0 1 0 5063459 359489536 5752 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 1152349762855338244 0 0 17 6 0 0 0
/proc/8910/statm: 87766 5752 354 364 0 23663 0
[pid=8912] ppid=8910 vsize=1996 CPUtime=0.31 cores=0-7
/proc/8912/stat : 8912 (march_hi) R 8910 8912 8912 0 -1 4202496 588 0 0 0 31 0 0 0 25 0 1 0 5063459 2043904 318 33554432000 4194304 4955518 140734526740144 18446744073709551615 4295613 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8912/statm: 499 318 104 186 0 312 0
[pid=8883/tid=8890] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8890/stat : 8890 (python) S 8881 8883 8616 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 5063430 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8893] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8893/stat : 8893 (python) S 8881 8883 8616 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 5063435 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8896] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8896/stat : 8896 (python) S 8881 8883 8616 0 -1 4202560 18 934 0 0 0 0 0 0 20 0 9 0 5063439 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8899] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8899/stat : 8899 (python) S 8881 8883 8616 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 5063442 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 0 0 0 0
[pid=8883/tid=8902] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8902/stat : 8902 (python) S 8881 8883 8616 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 5063446 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8905] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8905/stat : 8905 (python) S 8881 8883 8616 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 9 0 5063451 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8908] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8908/stat : 8908 (python) S 8881 8883 8616 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 9 0 5063455 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8911] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8911/stat : 8911 (python) S 8881 8883 8616 0 -1 4202560 33 934 0 0 0 0 0 0 25 0 9 0 5063459 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 4929076

[startup+3.10159 s]
/proc/loadavg: 7.41 8.60 9.31 12/315 8912
/proc/meminfo: memFree=17343444/32950928 swapFree=67111528/67111528
[pid=8883] ppid=8881 vsize=361308 CPUtime=0.7 cores=0-7
/proc/8883/stat : 8883 (python) S 8881 8883 8616 0 -1 4202496 15899 934 1 0 62 8 0 0 25 0 9 0 5063374 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8883/statm: 90327 7291 1889 364 0 26224 0
[pid=8889] ppid=8883 vsize=278596 CPUtime=0 cores=0-7
/proc/8889/stat : 8889 (python) S 8883 8883 8616 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 5063430 285282304 5586 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585231 0 0 16781312 514 4219825851019002115 0 0 17 6 0 0 0
/proc/8889/statm: 69649 5586 354 364 0 5567 0
[pid=8891] ppid=8889 vsize=1017800 CPUtime=2.5 cores=0-7
/proc/8891/stat : 8891 (gnovelty+2) R 8889 8891 8891 0 -1 4202496 438 0 0 0 250 0 0 0 25 0 1 0 5063430 1042227200 173 33554432000 134512640 135663704 4289229744 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8891/statm: 254450 173 113 282 0 254166 0
[pid=8892] ppid=8883 vsize=289328 CPUtime=0 cores=0-7
/proc/8892/stat : 8892 (python) S 8883 8883 8616 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 5063434 296271872 5688 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 10174048552309751807 0 0 17 0 0 0 0
/proc/8892/statm: 72332 5688 348 364 0 8247 0
[pid=8894] ppid=8892 vsize=2128 CPUtime=2.48 cores=0-7
/proc/8894/stat : 8894 (march_hi) R 8892 8894 8894 0 -1 4202496 613 0 0 0 248 0 0 0 25 0 1 0 5063435 2179072 350 33554432000 4194304 4955518 140737036762304 18446744073709551615 4239032 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8894/statm: 532 350 104 186 0 345 0
[pid=8895] ppid=8883 vsize=299244 CPUtime=0 cores=0-7
/proc/8895/stat : 8895 (python) S 8883 8883 8616 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 5063438 306425856 5608 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 14670044781896237315 0 0 17 0 0 0 0
/proc/8895/statm: 74811 5608 348 364 0 10723 0
[pid=8897] ppid=8895 vsize=2128 CPUtime=1.33 cores=0-7
/proc/8897/stat : 8897 (march_hi) R 8895 8897 8897 0 -1 4202496 607 0 0 0 133 0 0 0 25 0 1 0 5063439 2179072 341 33554432000 4194304 4955518 140734676941040 18446744073709551615 4227559 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8897/statm: 532 341 104 186 0 345 0
[pid=8898] ppid=8883 vsize=310040 CPUtime=0 cores=0-7
/proc/8898/stat : 8898 (python) S 8883 8883 8616 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 5063442 317480960 5730 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 5067535297261043970 0 0 17 0 0 0 0
/proc/8898/statm: 77510 5730 348 364 0 13419 0
[pid=8900] ppid=8898 vsize=2128 CPUtime=2.4 cores=0-7
/proc/8900/stat : 8900 (march_hi) R 8898 8900 8900 0 -1 4202496 615 0 0 0 240 0 0 0 25 0 1 0 5063443 2179072 351 33554432000 4194304 4955518 140735597966576 18446744073709551615 4238635 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8900/statm: 532 351 104 186 0 345 0
[pid=8901] ppid=8883 vsize=320296 CPUtime=0 cores=0-7
/proc/8901/stat : 8901 (python) S 8883 8883 8616 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 5063446 327983104 5734 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 4081541373105242372 0 0 17 6 0 0 0
/proc/8901/statm: 80074 5734 348 364 0 15980 0
[pid=8903] ppid=8901 vsize=1017800 CPUtime=2.24 cores=0-7
/proc/8903/stat : 8903 (gnovelty+2) R 8901 8903 8903 0 -1 4202496 438 0 0 0 224 0 0 0 25 0 1 0 5063448 1042227200 173 33554432000 134512640 135663704 4291178688 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8903/statm: 254450 173 113 282 0 254166 0
[pid=8904] ppid=8883 vsize=330552 CPUtime=0 cores=0-7
/proc/8904/stat : 8904 (python) S 8883 8883 8616 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 5063450 338485248 5738 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 10382321893133778943 0 0 17 3 0 0 0
/proc/8904/statm: 82638 5738 348 364 0 18541 0
[pid=8906] ppid=8904 vsize=2128 CPUtime=1.11 cores=0-7
/proc/8906/stat : 8906 (march_hi) R 8904 8906 8906 0 -1 4202496 598 0 0 0 111 0 0 0 25 0 1 0 5063453 2179072 333 33554432000 4194304 4955518 140733908402320 18446744073709551615 4315238 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8906/statm: 532 333 104 186 0 345 0
[pid=8907] ppid=8883 vsize=340808 CPUtime=0 cores=0-7
/proc/8907/stat : 8907 (python) S 8883 8883 8616 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 5063455 348987392 5742 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 4270714272809451780 0 0 17 6 0 0 0
/proc/8907/statm: 85202 5742 348 364 0 21102 0
[pid=8909] ppid=8907 vsize=2128 CPUtime=1.01 cores=0-7
/proc/8909/stat : 8909 (march_hi) R 8907 8909 8909 0 -1 4202496 600 0 0 0 101 0 0 0 25 0 1 0 5063457 2179072 334 33554432000 4194304 4955518 140736810857968 18446744073709551615 4238592 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8909/statm: 532 334 104 186 0 345 0
[pid=8910] ppid=8883 vsize=351064 CPUtime=0 cores=0-7
/proc/8910/stat : 8910 (python) S 8883 8883 8616 0 -1 4202560 814 0 0 0 0 0 0 0 15 0 1 0 5063459 359489536 5752 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 1152349762855338244 0 0 17 6 0 0 0
/proc/8910/statm: 87766 5752 354 364 0 23663 0
[pid=8912] ppid=8910 vsize=2128 CPUtime=1.11 cores=0-7
/proc/8912/stat : 8912 (march_hi) R 8910 8912 8912 0 -1 4202496 604 0 0 0 111 0 0 0 25 0 1 0 5063459 2179072 334 33554432000 4194304 4955518 140734526740144 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8912/statm: 532 334 104 186 0 345 0
[pid=8883/tid=8890] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8890/stat : 8890 (python) S 8881 8883 8616 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 5063430 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8893] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8893/stat : 8893 (python) S 8881 8883 8616 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 5063435 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8896] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8896/stat : 8896 (python) S 8881 8883 8616 0 -1 4202560 18 934 0 0 0 0 0 0 20 0 9 0 5063439 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8899] ppid=8881 vsize=361308 CPUtime=0 cores=0-7
/proc/8883/task/8899/stat : 8899 (python) S 8881 8883 8616 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 5063442 369979392 7291 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 0 0 0 0
[pid=8883/tid=8902] ppid=8881 vsize=361308 CPUtime=0 cores=0-7

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

/proc/8894/statm: 2752 1953 104 186 0 2565 0
[pid=8895] ppid=8883 vsize=299244 CPUtime=0.39 cores=0-7
/proc/8895/stat : 8895 (python) S 8883 8883 8616 0 -1 4202560 968 0 0 0 19 20 0 0 15 0 1 0 5063438 306425856 5631 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 14670044781896237315 0 0 17 2 0 0 0
/proc/8895/statm: 74811 5631 371 364 0 10723 0
[pid=8897] ppid=8895 vsize=8420 CPUtime=138.68 cores=0-7
/proc/8897/stat : 8897 (march_hi) R 8895 8897 8897 0 -1 4202496 1998 0 0 0 13868 0 0 0 25 0 1 0 5063439 8622080 1731 33554432000 4194304 4955518 140734676941040 18446744073709551615 4238968 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8897/statm: 2105 1731 104 186 0 1918 0
[pid=8898] ppid=8883 vsize=310040 CPUtime=0.39 cores=0-7
/proc/8898/stat : 8898 (python) S 8883 8883 8616 0 -1 4202560 1146 0 0 0 23 16 0 0 15 0 2 0 5063442 317480960 5783 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8898/statm: 77510 5783 400 364 0 13419 0
[pid=8900] ppid=8898 vsize=6276 CPUtime=113.55 cores=0-7
/proc/8900/stat : 8900 (march_hi) R 8898 8900 8900 0 -1 4202496 1618 0 0 0 11355 0 0 0 25 0 1 0 5063443 6426624 1353 33554432000 4194304 4955518 140735597966576 18446744073709551615 4314863 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8900/statm: 1569 1353 104 186 0 1382 0
[pid=8898/tid=8925] ppid=8883 vsize=310040 CPUtime=0 cores=0-7
/proc/8898/task/8925/stat : 8925 (python) S 8883 8883 8616 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 5077026 317480960 5783 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 514 18446604449797603456 0 0 -1 1 0 0 0
[pid=8901] ppid=8883 vsize=320296 CPUtime=0.2 cores=0-7
/proc/8901/stat : 8901 (python) S 8883 8883 8616 0 -1 4202560 1124 0 0 0 10 10 0 0 19 0 2 0 5063446 327983104 5787 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8901/statm: 80074 5787 400 364 0 15980 0
[pid=8903] ppid=8901 vsize=1017800 CPUtime=99.42 cores=0-7
/proc/8903/stat : 8903 (gnovelty+2) T 8901 8903 8903 0 -1 4202496 438 0 0 0 9942 0 0 0 25 0 1 0 5063448 1042227200 173 33554432000 134512640 135663704 4291178688 18446744073709551615 134525506 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8903/statm: 254450 173 113 282 0 254166 0
[pid=8901/tid=8920] ppid=8883 vsize=320296 CPUtime=0 cores=0-7
/proc/8901/task/8920/stat : 8920 (python) S 8883 8883 8616 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 5073479 327983104 5787 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 514 18446604453863001152 0 0 -1 6 0 0 0
[pid=8904] ppid=8883 vsize=330552 CPUtime=0.44 cores=0-7
/proc/8904/stat : 8904 (python) S 8883 8883 8616 0 -1 4202560 999 0 0 0 24 20 0 0 15 0 1 0 5063450 338485248 5761 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 9255218295936614659 0 0 17 3 0 0 0
/proc/8904/statm: 82638 5761 371 364 0 18541 0
[pid=8906] ppid=8904 vsize=8000 CPUtime=115.57 cores=0-7
/proc/8906/stat : 8906 (march_hi) R 8904 8906 8906 0 -1 4202496 1657 0 0 0 11557 0 0 0 25 0 1 0 5063453 8192000 1391 33554432000 4194304 4955518 140733908402320 18446744073709551615 4235495 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8906/statm: 2000 1391 104 186 0 1813 0
[pid=8907] ppid=8883 vsize=340808 CPUtime=0.42 cores=0-7
/proc/8907/stat : 8907 (python) S 8883 8883 8616 0 -1 4202560 1022 0 0 0 21 21 0 0 15 0 1 0 5063455 348987392 5765 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 4270714272809451780 0 0 17 5 0 0 0
/proc/8907/statm: 85202 5765 371 364 0 21102 0
[pid=8909] ppid=8907 vsize=8420 CPUtime=133.27 cores=0-7
/proc/8909/stat : 8909 (march_hi) R 8907 8909 8909 0 -1 4202496 1911 0 0 0 13326 1 0 0 25 0 1 0 5063457 8622080 1644 33554432000 4194304 4955518 140736810857968 18446744073709551615 4261404 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8909/statm: 2105 1644 104 186 0 1918 0
[pid=8910] ppid=8883 vsize=351064 CPUtime=0.68 cores=0-7
/proc/8910/stat : 8910 (python) R 8883 8883 8616 0 -1 4202560 1064 0 0 0 48 20 0 0 16 0 1 0 5063459 359489536 5775 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/8910/statm: 87766 5775 377 364 0 23663 0
[pid=8912] ppid=8910 vsize=0 CPUtime=155.76 cores=0-7
/proc/8912/stat : 8912 (march_hi) R 8910 8912 8912 0 -1 4202500 2311 0 0 0 15575 1 0 0 25 0 1 0 5063459 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/8912/statm: 0 0 0 0 0 0 0
[pid=8917] ppid=8883 vsize=360852 CPUtime=0.2 cores=0-7
/proc/8917/stat : 8917 (python) S 8883 8883 8616 0 -1 4202560 1005 0 0 0 11 9 0 0 15 0 1 0 5073454 369512448 5675 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 16766549573274403074 0 0 17 1 0 0 0
/proc/8917/statm: 90213 5675 371 364 0 26107 0
[pid=8919] ppid=8917 vsize=4700 CPUtime=66.49 cores=0-7
/proc/8919/stat : 8919 (march_hi) R 8917 8919 8919 0 -1 4202496 1061 0 0 0 6649 0 0 0 25 0 1 0 5073454 4812800 789 33554432000 4194304 4955518 140733275518128 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8919/statm: 1175 789 104 186 0 988 0
[pid=8921] ppid=8883 vsize=436644 CPUtime=0.14 cores=0-7
/proc/8921/stat : 8921 (python) S 8883 8883 8616 0 -1 4202560 830 0 0 0 7 7 0 0 18 0 1 0 5073483 447123456 5852 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 14650121626905968897 0 0 17 3 0 0 0
/proc/8921/statm: 109161 5852 371 364 0 45052 0
[pid=8923] ppid=8921 vsize=182448 CPUtime=48.75 cores=0-7
/proc/8923/stat : 8923 (kcnfs-2006) R 8921 8923 8923 0 -1 4202496 568 0 0 0 4875 0 0 0 25 0 1 0 5073484 186826752 309 33554432000 134512640 135163436 4287375088 18446744073709551615 134625561 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8923/statm: 45612 309 77 159 0 45452 0
[pid=8883/tid=8890] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8890/stat : 8890 (python) S 8881 8883 8616 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 11 0 5063430 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8893] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8893/stat : 8893 (python) S 8881 8883 8616 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 11 0 5063435 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8896] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8896/stat : 8896 (python) S 8881 8883 8616 0 -1 4202560 18 934 0 0 0 0 0 0 20 0 11 0 5063439 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8899] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8899/stat : 8899 (python) S 8881 8883 8616 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 11 0 5063442 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 0 0 0 0
[pid=8883/tid=8902] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8902/stat : 8902 (python) S 8881 8883 8616 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 11 0 5063446 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8905] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8905/stat : 8905 (python) S 8881 8883 8616 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 11 0 5063451 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8908] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8908/stat : 8908 (python) S 8881 8883 8616 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 11 0 5063455 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8911] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8911/stat : 8911 (python) S 8881 8883 8616 0 -1 4202560 33 934 0 0 0 0 0 0 25 0 11 0 5063459 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8918] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8918/stat : 8918 (python) S 8881 8883 8616 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 11 0 5073454 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 3 0 0 0
[pid=8883/tid=8922] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8922/stat : 8922 (python) S 8881 8883 8616 0 -1 4202560 88 934 0 0 0 0 0 0 19 0 11 0 5073483 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1123.94
Current children cumulated vsize (KiB) 6039428

[startup+167.802 s]
/proc/loadavg: 9.12 8.97 9.34 10/322 8926
/proc/meminfo: memFree=17304564/32950928 swapFree=67111528/67111528
[pid=8883] ppid=8881 vsize=446888 CPUtime=0.83 cores=0-7
/proc/8883/stat : 8883 (python) S 8881 8883 8616 0 -1 4202496 18166 934 1 0 75 8 0 0 18 0 11 0 5063374 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8883/statm: 111722 7371 1894 364 0 47613 0
[pid=8889] ppid=8883 vsize=288840 CPUtime=0.2 cores=0-7
/proc/8889/stat : 8889 (python) S 8883 8883 8616 0 -1 4202560 1076 0 0 0 10 10 0 0 19 0 2 0 5063430 295772160 5647 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8889/statm: 72210 5647 410 364 0 8128 0
[pid=8891] ppid=8889 vsize=1017800 CPUtime=97.12 cores=0-7
/proc/8891/stat : 8891 (gnovelty+2) T 8889 8891 8891 0 -1 4202496 438 0 0 0 9712 0 0 0 25 0 1 0 5063430 1042227200 173 33554432000 134512640 135663704 4289229744 18446744073709551615 134544161 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8891/statm: 254450 173 113 282 0 254166 0
[pid=8889/tid=8916] ppid=8883 vsize=288840 CPUtime=0 cores=0-7
/proc/8889/task/8916/stat : 8916 (python) S 8883 8883 8616 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 5073450 295772160 5647 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 514 18446604453895198016 0 0 -1 6 0 0 0
[pid=8892] ppid=8883 vsize=289328 CPUtime=0.45 cores=0-7
/proc/8892/stat : 8892 (python) S 8883 8883 8616 0 -1 4202560 974 0 0 0 26 19 0 0 15 0 1 0 5063434 296271872 5712 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 797484584013889795 0 0 17 6 0 0 0
/proc/8892/statm: 72332 5712 372 364 0 8247 0
[pid=8894] ppid=8892 vsize=11008 CPUtime=151.05 cores=0-7
/proc/8894/stat : 8894 (march_hi) R 8892 8894 8894 0 -1 4202496 2218 0 0 0 15103 2 0 0 25 0 1 0 5063435 11272192 1954 33554432000 4194304 4955518 140737036762304 18446744073709551615 4290825 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8894/statm: 2752 1954 104 186 0 2565 0
[pid=8895] ppid=8883 vsize=299244 CPUtime=0.39 cores=0-7
/proc/8895/stat : 8895 (python) S 8883 8883 8616 0 -1 4202560 968 0 0 0 19 20 0 0 15 0 1 0 5063438 306425856 5631 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 14670044781896237315 0 0 17 2 0 0 0
/proc/8895/statm: 74811 5631 371 364 0 10723 0
[pid=8897] ppid=8895 vsize=8420 CPUtime=138.78 cores=0-7
/proc/8897/stat : 8897 (march_hi) R 8895 8897 8897 0 -1 4202496 1999 0 0 0 13878 0 0 0 25 0 1 0 5063439 8622080 1732 33554432000 4194304 4955518 140734676941040 18446744073709551615 4314825 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8897/statm: 2105 1732 104 186 0 1918 0
[pid=8898] ppid=8883 vsize=310040 CPUtime=0.39 cores=0-7
/proc/8898/stat : 8898 (python) S 8883 8883 8616 0 -1 4202560 1146 0 0 0 23 16 0 0 15 0 2 0 5063442 317480960 5783 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8898/statm: 77510 5783 400 364 0 13419 0
[pid=8900] ppid=8898 vsize=6276 CPUtime=113.59 cores=0-7
/proc/8900/stat : 8900 (march_hi) R 8898 8900 8900 0 -1 4202496 1618 0 0 0 11359 0 0 0 25 0 1 0 5063443 6426624 1353 33554432000 4194304 4955518 140735597966576 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8900/statm: 1569 1353 104 186 0 1382 0
[pid=8898/tid=8925] ppid=8883 vsize=310040 CPUtime=0 cores=0-7
/proc/8898/task/8925/stat : 8925 (python) S 8883 8883 8616 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 5077026 317480960 5783 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 514 18446604449797603456 0 0 -1 1 0 0 0
[pid=8901] ppid=8883 vsize=320296 CPUtime=0.2 cores=0-7
/proc/8901/stat : 8901 (python) S 8883 8883 8616 0 -1 4202560 1124 0 0 0 10 10 0 0 19 0 2 0 5063446 327983104 5787 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8901/statm: 80074 5787 400 364 0 15980 0
[pid=8903] ppid=8901 vsize=1017800 CPUtime=99.42 cores=0-7
/proc/8903/stat : 8903 (gnovelty+2) T 8901 8903 8903 0 -1 4202496 438 0 0 0 9942 0 0 0 25 0 1 0 5063448 1042227200 173 33554432000 134512640 135663704 4291178688 18446744073709551615 134525506 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8903/statm: 254450 173 113 282 0 254166 0
[pid=8901/tid=8920] ppid=8883 vsize=320296 CPUtime=0 cores=0-7
/proc/8901/task/8920/stat : 8920 (python) S 8883 8883 8616 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 5073479 327983104 5787 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 514 18446604453863001152 0 0 -1 6 0 0 0
[pid=8904] ppid=8883 vsize=330552 CPUtime=0.44 cores=0-7
/proc/8904/stat : 8904 (python) S 8883 8883 8616 0 -1 4202560 999 0 0 0 24 20 0 0 15 0 1 0 5063450 338485248 5761 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 9255218295936614659 0 0 17 3 0 0 0
/proc/8904/statm: 82638 5761 371 364 0 18541 0
[pid=8906] ppid=8904 vsize=8000 CPUtime=115.67 cores=0-7
/proc/8906/stat : 8906 (march_hi) R 8904 8906 8906 0 -1 4202496 1659 0 0 0 11567 0 0 0 25 0 1 0 5063453 8192000 1393 33554432000 4194304 4955518 140733908402320 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8906/statm: 2000 1393 104 186 0 1813 0
[pid=8907] ppid=8883 vsize=340808 CPUtime=0.42 cores=0-7
/proc/8907/stat : 8907 (python) S 8883 8883 8616 0 -1 4202560 1022 0 0 0 21 21 0 0 15 0 1 0 5063455 348987392 5765 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 4270714272809451780 0 0 17 5 0 0 0
/proc/8907/statm: 85202 5765 371 364 0 21102 0
[pid=8909] ppid=8907 vsize=8420 CPUtime=133.37 cores=0-7
/proc/8909/stat : 8909 (march_hi) R 8907 8909 8909 0 -1 4202496 1913 0 0 0 13336 1 0 0 25 0 1 0 5063457 8622080 1646 33554432000 4194304 4955518 140736810857968 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8909/statm: 2105 1646 104 186 0 1918 0
[pid=8910] ppid=8883 vsize=351064 CPUtime=0.79 cores=0-7
/proc/8910/stat : 8910 (python) R 8883 8883 8616 0 -1 4202560 1064 0 0 0 57 22 0 0 16 0 1 0 5063459 359489536 5775 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892395327 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/8910/statm: 87766 5775 377 364 0 23663 0
[pid=8912] ppid=8910 vsize=0 CPUtime=155.76 cores=0-7
/proc/8912/stat : 8912 (march_hi) R 8910 8912 8912 0 -1 4202500 2311 0 0 0 15575 1 0 0 25 0 1 0 5063459 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8912/statm: 0 0 0 0 0 0 0
[pid=8917] ppid=8883 vsize=360852 CPUtime=0.2 cores=0-7
/proc/8917/stat : 8917 (python) S 8883 8883 8616 0 -1 4202560 1005 0 0 0 11 9 0 0 15 0 1 0 5073454 369512448 5675 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 16766549573274403074 0 0 17 1 0 0 0
/proc/8917/statm: 90213 5675 371 364 0 26107 0
[pid=8919] ppid=8917 vsize=4700 CPUtime=66.59 cores=0-7
/proc/8919/stat : 8919 (march_hi) R 8917 8919 8919 0 -1 4202496 1062 0 0 0 6659 0 0 0 25 0 1 0 5073454 4812800 790 33554432000 4194304 4955518 140733275518128 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8919/statm: 1175 790 104 186 0 988 0
[pid=8921] ppid=8883 vsize=436644 CPUtime=0.14 cores=0-7
/proc/8921/stat : 8921 (python) S 8883 8883 8616 0 -1 4202560 830 0 0 0 7 7 0 0 18 0 1 0 5073483 447123456 5852 33554432000 4194304 5683644 140735105673888 18446744073709551615 218880585286 0 0 16781312 514 14650121626905968897 0 0 17 3 0 0 0
/proc/8921/statm: 109161 5852 371 364 0 45052 0
[pid=8923] ppid=8921 vsize=182448 CPUtime=48.85 cores=0-7
/proc/8923/stat : 8923 (kcnfs-2006) R 8921 8923 8923 0 -1 4202496 568 0 0 0 4885 0 0 0 25 0 1 0 5073484 186826752 309 33554432000 134512640 135163436 4287375088 18446744073709551615 134572213 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8923/statm: 45612 309 77 159 0 45452 0
[pid=8883/tid=8890] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8890/stat : 8890 (python) S 8881 8883 8616 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 11 0 5063430 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8893] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8893/stat : 8893 (python) S 8881 8883 8616 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 11 0 5063435 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8896] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8896/stat : 8896 (python) S 8881 8883 8616 0 -1 4202560 18 934 0 0 0 0 0 0 20 0 11 0 5063439 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 2 0 0 0
[pid=8883/tid=8899] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8899/stat : 8899 (python) S 8881 8883 8616 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 11 0 5063442 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 0 0 0 0
[pid=8883/tid=8902] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8902/stat : 8902 (python) S 8881 8883 8616 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 11 0 5063446 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8905] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8905/stat : 8905 (python) S 8881 8883 8616 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 11 0 5063451 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8908] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8908/stat : 8908 (python) S 8881 8883 8616 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 11 0 5063455 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8911] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8911/stat : 8911 (python) S 8881 8883 8616 0 -1 4202560 33 934 0 0 0 0 0 0 25 0 11 0 5063459 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
[pid=8883/tid=8918] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8918/stat : 8918 (python) S 8881 8883 8616 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 11 0 5073454 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 3 0 0 0
[pid=8883/tid=8922] ppid=8881 vsize=446888 CPUtime=0 cores=0-7
/proc/8883/task/8922/stat : 8922 (python) S 8881 8883 8616 0 -1 4202560 88 934 0 0 0 0 0 0 19 0 11 0 5073483 457613312 7371 33554432000 4194304 5683644 140735105673888 18446744073709551615 218892388785 0 0 16781312 2 18446604453898367040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1124.65
Current children cumulated vsize (KiB) 6039428

Child status: 0
Real time (s): 167.887
CPU time (s): 1125.28
CPU user time (s): 1123.49
CPU system time (s): 1.79573
CPU usage (%): 670.263
Max. virtual memory (cumulated for all children) (KiB): 6050440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1123.49
system time used= 1.79573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48273
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= 4973
involuntary context switches= 10915

runsolver used 0.78388 second user time and 1.57476 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-03 00:15:39
IDJOB=3322105
IDBENCH=82883
IDSOLVER=1712
FILE ID=node112/3322105-1304374539
RUNJOBID= node112-1304374430-8630
PBS_JOBID= 13181779
Free space on /tmp= 72380 MiB

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

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

MD5SUM BENCH= 9869c5a4d8c5bed5ea530735320738db
RANDOM SEED=722724497

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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:      17407676 kB
Buffers:         89184 kB
Cached:        1382620 kB
SwapCached:          0 kB
Active:       14265752 kB
Inactive:      1113740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17407676 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32556 kB
Writeback:           0 kB
AnonPages:    13907816 kB
Mapped:          20936 kB
Slab:            57776 kB
PageTables:      42104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35130548 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= 72348 MiB
End job on node112 at 2011-05-03 00:18:28