Trace number 3385460

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 1675.69 210.55

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S367251957-028.UNKNOWN.cnf
MD5SUM6ae9d83c80bad27a7e5f57fa7d9ee7b1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark207.124
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.29/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.47	c INFO: solving HOME/instance-3385460-1305566860.cnf
0.29/0.47	c INFO: computing task features
0.29/0.47	c INFO: computed variable-clause graph statistics
0.29/0.47	c INFO: computed clause balance statistics
0.38/0.51	c INFO: computed variable balance statistics
0.38/0.54	c INFO: computed small-clause counts
0.38/0.54	c INFO: computed Horn-clause counts
0.38/0.54	c INFO: computed variable graph statistics
0.38/0.54	c INFO: collected features for HOME/instance-3385460-1305566860.cnf in 0.07 s
0.38/0.57	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
0.48/0.60	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.36)
0.48/0.63	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.32)
0.48/0.66	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.48/0.69	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.59/0.72	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.26)
0.59/0.75	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.23)
0.59/0.78	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
800.15/100.88	c INFO: running march_hi@0 for 485 with 4899 remaining (b = 0.18)
801.63/101.00	c INFO: running kcnfs-2006@0 for 582 with 4899 remaining (b = 0.19)
808.89/101.99	c INFO: running march_hi@0 for 291 with 4898 remaining (b = 0.12)
1675.35/210.53	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385460-1305566860/watcher-3385460-1305566860 -o /tmp/evaluation-result-3385460-1305566860/solver-3385460-1305566860 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385460-1305566860.cnf -seed 586286879 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 8.34 8.19 7.06 1/389 8476
/proc/meminfo: memFree=21600328/32951124 swapFree=67057896/67111528
[pid=8476] ppid=8474 vsize=15904 CPUtime=0 cores=0-7
/proc/8476/stat : 8476 (python) R 8474 8476 7833 0 -1 4202496 942 0 0 0 0 0 0 0 25 0 1 0 649101313 16285696 820 33554432000 4194304 5683644 140736589791920 18446744073709551615 4681245 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8476/statm: 3976 820 357 364 0 463 0

[startup+0.0471929 s]
/proc/loadavg: 8.34 8.19 7.06 1/389 8476
/proc/meminfo: memFree=21600328/32951124 swapFree=67057896/67111528
[pid=8476] ppid=8474 vsize=29784 CPUtime=0.03 cores=0-7
/proc/8476/stat : 8476 (python) R 8474 8476 7833 0 -1 4202496 1407 0 0 0 3 0 0 0 25 0 1 0 649101313 30498816 1252 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261277381 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8476/statm: 7446 1252 443 364 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29784

[startup+0.101184 s]
/proc/loadavg: 8.34 8.19 7.06 1/389 8476
/proc/meminfo: memFree=21600328/32951124 swapFree=67057896/67111528
[pid=8476] ppid=8474 vsize=104224 CPUtime=0.06 cores=0-7
/proc/8476/stat : 8476 (python) R 8474 8476 7833 0 -1 4202496 3057 0 0 0 5 1 0 0 17 0 1 0 649101313 106725376 2741 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/8476/statm: 26056 2741 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.301142 s]
/proc/loadavg: 8.34 8.19 7.06 1/389 8476
/proc/meminfo: memFree=21600328/32951124 swapFree=67057896/67111528
[pid=8476] ppid=8474 vsize=170748 CPUtime=0.22 cores=0-7
/proc/8476/stat : 8476 (python) S 8474 8476 7833 0 -1 4202496 6731 935 1 0 17 5 0 0 17 0 1 0 649101313 174845952 4804 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/8476/statm: 42687 4804 1336 364 0 3452 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170748

[startup+0.701068 s]
/proc/loadavg: 8.34 8.19 7.06 1/389 8476
/proc/meminfo: memFree=21600328/32951124 swapFree=67057896/67111528
[pid=8476] ppid=8474 vsize=395844 CPUtime=0.59 cores=0-7
/proc/8476/stat : 8476 (python) R 8474 8476 7833 0 -1 4202496 13254 935 1 0 51 8 0 0 20 0 6 0 649101313 405344256 7480 33554432000 4194304 5683644 140736589791920 18446744073709551615 47997114889546 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8476/statm: 98961 7480 1882 364 0 34867 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 395844

[startup+1.50085 s]
/proc/loadavg: 7.75 8.07 7.03 9/414 8505
/proc/meminfo: memFree=21544412/32951124 swapFree=67057896/67111528
[pid=8476] ppid=8474 vsize=426612 CPUtime=0.67 cores=0-7
/proc/8476/stat : 8476 (python) S 8474 8476 7833 0 -1 4202496 15199 935 1 0 59 8 0 0 21 0 9 0 649101313 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8476/statm: 106653 7413 1889 364 0 42550 0
[pid=8482] ppid=8476 vsize=278600 CPUtime=0 cores=0-7
/proc/8482/stat : 8482 (python) S 8476 8476 7833 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 649101370 285286400 5565 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636623 0 0 16781312 514 4707273715350503423 0 0 17 1 0 0 0
/proc/8482/statm: 69650 5565 354 364 0 5568 0
[pid=8484] ppid=8482 vsize=1017800 CPUtime=0.92 cores=0-7
/proc/8484/stat : 8484 (gnovelty+2) R 8482 8484 8484 0 -1 4202496 439 0 0 0 92 0 0 0 21 0 1 0 649101371 1042227200 174 33554432000 134512640 135663704 4286775040 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8484/statm: 254450 174 113 282 0 254166 0
[pid=8485] ppid=8476 vsize=289296 CPUtime=0 cores=0-7
/proc/8485/stat : 8485 (python) S 8476 8476 7833 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 649101373 296239104 5682 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 13041505333439070467 0 0 17 1 0 0 0
/proc/8485/statm: 72324 5682 348 364 0 8239 0
[pid=8487] ppid=8485 vsize=2364 CPUtime=0.88 cores=0-7
/proc/8487/stat : 8487 (march_hi) R 8485 8487 8487 0 -1 4202496 651 0 0 0 88 0 0 0 23 0 1 0 649101373 2420736 386 33554432000 4194304 4955518 140736110074752 18446744073709551615 4227109 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8487/statm: 591 386 104 186 0 404 0
[pid=8488] ppid=8476 vsize=365088 CPUtime=0 cores=0-7
/proc/8488/stat : 8488 (python) S 8476 8476 7833 0 -1 4202560 718 0 0 0 0 0 0 0 15 0 1 0 649101376 373850112 5859 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 3348976083058786563 0 0 17 1 0 0 0
/proc/8488/statm: 91272 5859 348 364 0 27184 0
[pid=8490] ppid=8488 vsize=2364 CPUtime=0.86 cores=0-7
/proc/8490/stat : 8490 (march_hi) R 8488 8490 8490 0 -1 4202496 636 0 0 0 86 0 0 0 21 0 1 0 649101376 2420736 385 33554432000 4194304 4955518 140735840214176 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8490/statm: 591 385 104 186 0 404 0
[pid=8491] ppid=8476 vsize=375344 CPUtime=0 cores=0-7
/proc/8491/stat : 8491 (python) S 8476 8476 7833 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 649101379 384352256 5820 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 13947296206540472577 0 0 17 5 0 0 0
/proc/8491/statm: 93836 5820 348 364 0 29745 0
[pid=8493] ppid=8491 vsize=2296 CPUtime=0.83 cores=0-7
/proc/8493/stat : 8493 (march_hi) R 8491 8493 8493 0 -1 4202496 638 0 0 0 83 0 0 0 25 0 1 0 649101379 2351104 384 33554432000 4194304 4955518 140735066452880 18446744073709551615 4238368 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8493/statm: 574 384 104 186 0 387 0
[pid=8494] ppid=8476 vsize=385600 CPUtime=0 cores=0-7
/proc/8494/stat : 8494 (python) S 8476 8476 7833 0 -1 4202560 725 0 0 0 0 0 0 0 20 0 1 0 649101382 394854400 5822 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 9910429919312084991 0 0 17 1 0 0 0
/proc/8494/statm: 96400 5822 348 364 0 32306 0
[pid=8496] ppid=8494 vsize=1017800 CPUtime=0.8 cores=0-7
/proc/8496/stat : 8496 (gnovelty+2) R 8494 8496 8496 0 -1 4202496 431 0 0 0 80 0 0 0 25 0 1 0 649101383 1042227200 173 33554432000 134512640 135663704 4287832784 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8496/statm: 254450 173 113 282 0 254166 0
[pid=8497] ppid=8476 vsize=395856 CPUtime=0 cores=0-7
/proc/8497/stat : 8497 (python) S 8476 8476 7833 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 649101385 405356544 5946 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 7790510478064582913 0 0 17 7 0 0 0
/proc/8497/statm: 98964 5946 348 364 0 34867 0
[pid=8499] ppid=8497 vsize=2296 CPUtime=0.75 cores=0-7
/proc/8499/stat : 8499 (march_hi) R 8497 8499 8499 0 -1 4202496 638 0 0 0 75 0 0 0 25 0 1 0 649101386 2351104 380 33554432000 4194304 4955518 140735055197392 18446744073709551615 4306854 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8499/statm: 574 380 104 186 0 387 0
[pid=8500] ppid=8476 vsize=406112 CPUtime=0 cores=0-7
/proc/8500/stat : 8500 (python) S 8476 8476 7833 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 649101388 415858688 5860 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 5580571271072022786 0 0 17 4 0 0 0
/proc/8500/statm: 101528 5860 348 364 0 37428 0
[pid=8502] ppid=8500 vsize=2296 CPUtime=0.71 cores=0-7
/proc/8502/stat : 8502 (march_hi) R 8500 8502 8502 0 -1 4202496 642 0 0 0 71 0 0 0 22 0 1 0 649101391 2351104 379 33554432000 4194304 4955518 140736734385840 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8502/statm: 574 379 104 186 0 387 0
[pid=8503] ppid=8476 vsize=416368 CPUtime=0 cores=0-7
/proc/8503/stat : 8503 (python) S 8476 8476 7833 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 1 0 649101392 426360832 5874 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 18002858039731781890 0 0 17 4 0 0 0
/proc/8503/statm: 104092 5874 354 364 0 39989 0
[pid=8505] ppid=8503 vsize=2296 CPUtime=0.7 cores=0-7
/proc/8505/stat : 8505 (march_hi) R 8503 8505 8505 0 -1 4202496 644 0 0 0 70 0 0 0 24 0 1 0 649101392 2351104 379 33554432000 4194304 4955518 140735942992176 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8505/statm: 574 379 104 186 0 387 0
[pid=8476/tid=8483] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8483/stat : 8483 (python) S 8474 8476 7833 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 649101370 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 0 0 0 0
[pid=8476/tid=8486] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8486/stat : 8486 (python) S 8474 8476 7833 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 9 0 649101373 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 3 0 0 0
[pid=8476/tid=8489] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8489/stat : 8489 (python) S 8474 8476 7833 0 -1 4202560 71 935 0 0 0 0 0 0 20 0 9 0 649101376 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 6 0 0 0
[pid=8476/tid=8492] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8492/stat : 8492 (python) S 8474 8476 7833 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 649101379 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 5 0 0 0
[pid=8476/tid=8495] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8495/stat : 8495 (python) S 8474 8476 7833 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 649101382 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 0 0 0 0
[pid=8476/tid=8498] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8498/stat : 8498 (python) S 8474 8476 7833 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 9 0 649101385 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 7 0 0 0
[pid=8476/tid=8501] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8501/stat : 8501 (python) S 8474 8476 7833 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 9 0 649101389 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 4 0 0 0
[pid=8476/tid=8504] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8504/stat : 8504 (python) S 8474 8476 7833 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 649101392 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 5388388

[startup+3.10157 s]
/proc/loadavg: 7.75 8.07 7.03 9/414 8505
/proc/meminfo: memFree=21542428/32951124 swapFree=67057896/67111528
[pid=8476] ppid=8474 vsize=426612 CPUtime=0.67 cores=0-7
/proc/8476/stat : 8476 (python) S 8474 8476 7833 0 -1 4202496 15199 935 1 0 59 8 0 0 21 0 9 0 649101313 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8476/statm: 106653 7413 1889 364 0 42550 0
[pid=8482] ppid=8476 vsize=278600 CPUtime=0 cores=0-7
/proc/8482/stat : 8482 (python) S 8476 8476 7833 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 649101370 285286400 5565 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636623 0 0 16781312 514 4707273715350470913 0 0 17 1 0 0 0
/proc/8482/statm: 69650 5565 354 364 0 5568 0
[pid=8484] ppid=8482 vsize=1017800 CPUtime=2.52 cores=0-7
/proc/8484/stat : 8484 (gnovelty+2) R 8482 8484 8484 0 -1 4202496 439 0 0 0 252 0 0 0 25 0 1 0 649101371 1042227200 174 33554432000 134512640 135663704 4286775040 18446744073709551615 134525187 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8484/statm: 254450 174 113 282 0 254166 0
[pid=8485] ppid=8476 vsize=289296 CPUtime=0 cores=0-7
/proc/8485/stat : 8485 (python) S 8476 8476 7833 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 649101373 296239104 5682 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 13041505333439070467 0 0 17 1 0 0 0
/proc/8485/statm: 72324 5682 348 364 0 8239 0
[pid=8487] ppid=8485 vsize=2748 CPUtime=2.47 cores=0-7
/proc/8487/stat : 8487 (march_hi) R 8485 8487 8487 0 -1 4202496 715 0 0 0 247 0 0 0 25 0 1 0 649101373 2813952 450 33554432000 4194304 4955518 140736110074752 18446744073709551615 4244608 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8487/statm: 687 450 104 186 0 500 0
[pid=8488] ppid=8476 vsize=365088 CPUtime=0 cores=0-7
/proc/8488/stat : 8488 (python) S 8476 8476 7833 0 -1 4202560 718 0 0 0 0 0 0 0 15 0 1 0 649101376 373850112 5859 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 3348976083058786563 0 0 17 1 0 0 0
/proc/8488/statm: 91272 5859 348 364 0 27184 0
[pid=8490] ppid=8488 vsize=2748 CPUtime=2.46 cores=0-7
/proc/8490/stat : 8490 (march_hi) R 8488 8490 8490 0 -1 4202496 700 0 0 0 246 0 0 0 25 0 1 0 649101376 2813952 449 33554432000 4194304 4955518 140735840214176 18446744073709551615 4227819 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8490/statm: 687 449 104 186 0 500 0
[pid=8491] ppid=8476 vsize=375344 CPUtime=0 cores=0-7
/proc/8491/stat : 8491 (python) S 8476 8476 7833 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 649101379 384352256 5820 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 13947296206540472577 0 0 17 5 0 0 0
/proc/8491/statm: 93836 5820 348 364 0 29745 0
[pid=8493] ppid=8491 vsize=2748 CPUtime=2.43 cores=0-7
/proc/8493/stat : 8493 (march_hi) R 8491 8493 8493 0 -1 4202496 702 0 0 0 243 0 0 0 25 0 1 0 649101379 2813952 448 33554432000 4194304 4955518 140735066452880 18446744073709551615 4244748 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8493/statm: 687 448 104 186 0 500 0
[pid=8494] ppid=8476 vsize=385600 CPUtime=0 cores=0-7
/proc/8494/stat : 8494 (python) S 8476 8476 7833 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 649101382 394854400 5822 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 9910429919312052484 0 0 17 1 0 0 0
/proc/8494/statm: 96400 5822 348 364 0 32306 0
[pid=8496] ppid=8494 vsize=1017800 CPUtime=2.4 cores=0-7
/proc/8496/stat : 8496 (gnovelty+2) R 8494 8496 8496 0 -1 4202496 431 0 0 0 240 0 0 0 25 0 1 0 649101383 1042227200 173 33554432000 134512640 135663704 4287832784 18446744073709551615 134524739 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8496/statm: 254450 173 113 282 0 254166 0
[pid=8497] ppid=8476 vsize=395856 CPUtime=0 cores=0-7
/proc/8497/stat : 8497 (python) S 8476 8476 7833 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 649101385 405356544 5946 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 7790510478064582913 0 0 17 7 0 0 0
/proc/8497/statm: 98964 5946 348 364 0 34867 0
[pid=8499] ppid=8497 vsize=2748 CPUtime=2.33 cores=0-7
/proc/8499/stat : 8499 (march_hi) R 8497 8499 8499 0 -1 4202496 703 0 0 0 233 0 0 0 25 0 1 0 649101386 2813952 445 33554432000 4194304 4955518 140735055197392 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8499/statm: 687 445 104 186 0 500 0
[pid=8500] ppid=8476 vsize=406112 CPUtime=0 cores=0-7
/proc/8500/stat : 8500 (python) S 8476 8476 7833 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 649101388 415858688 5860 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 5580571271072022786 0 0 17 4 0 0 0
/proc/8500/statm: 101528 5860 348 364 0 37428 0
[pid=8502] ppid=8500 vsize=2748 CPUtime=2.31 cores=0-7
/proc/8502/stat : 8502 (march_hi) R 8500 8502 8502 0 -1 4202496 708 0 0 0 231 0 0 0 25 0 1 0 649101391 2813952 445 33554432000 4194304 4955518 140736734385840 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8502/statm: 687 445 104 186 0 500 0
[pid=8503] ppid=8476 vsize=416368 CPUtime=0 cores=0-7
/proc/8503/stat : 8503 (python) S 8476 8476 7833 0 -1 4202560 790 0 0 0 0 0 0 0 15 0 1 0 649101392 426360832 5874 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 18002858039731781890 0 0 17 4 0 0 0
/proc/8503/statm: 104092 5874 354 364 0 39989 0
[pid=8505] ppid=8503 vsize=2748 CPUtime=2.31 cores=0-7
/proc/8505/stat : 8505 (march_hi) R 8503 8505 8505 0 -1 4202496 708 0 0 0 231 0 0 0 25 0 1 0 649101392 2813952 443 33554432000 4194304 4955518 140735942992176 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8505/statm: 687 443 104 186 0 500 0
[pid=8476/tid=8483] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8483/stat : 8483 (python) S 8474 8476 7833 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 649101370 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 0 0 0 0
[pid=8476/tid=8486] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8486/stat : 8486 (python) S 8474 8476 7833 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 9 0 649101373 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 3 0 0 0
[pid=8476/tid=8489] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8489/stat : 8489 (python) S 8474 8476 7833 0 -1 4202560 71 935 0 0 0 0 0 0 20 0 9 0 649101376 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 6 0 0 0
[pid=8476/tid=8492] ppid=8474 vsize=426612 CPUtime=0 cores=0-7
/proc/8476/task/8492/stat : 8492 (python) S 8474 8476 7833 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 649101379 436850688 7413 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 5 0 0 0
[pid=8476/tid=8495] ppid=8474 vsize=426612 CPUtime=0 cores=0-7

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

/proc/8485/statm: 72324 5705 371 364 0 8239 0
[pid=8487] ppid=8485 vsize=0 CPUtime=208.27 cores=0-7
/proc/8487/stat : 8487 (march_hi) R 8485 8487 8487 0 -1 4202500 6743 0 0 0 20825 2 0 0 25 0 1 0 649101373 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8487/statm: 0 0 0 0 0 0 0
[pid=8488] ppid=8476 vsize=365088 CPUtime=0.85 cores=0-7
/proc/8488/stat : 8488 (python) R 8476 8476 7833 0 -1 4202560 810 0 0 0 51 34 0 0 16 0 1 0 649101376 373850112 5882 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273446719 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8488/statm: 91272 5882 371 364 0 27184 0
[pid=8490] ppid=8488 vsize=0 CPUtime=208.84 cores=0-7
/proc/8490/stat : 8490 (march_hi) R 8488 8490 8490 0 -1 4202500 6729 0 0 0 20883 1 0 0 25 0 1 0 649101376 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8490/statm: 0 0 0 0 0 0 0
[pid=8491] ppid=8476 vsize=375344 CPUtime=0.69 cores=0-7
/proc/8491/stat : 8491 (python) S 8476 8476 7833 0 -1 4202560 994 0 0 0 35 34 0 0 15 0 2 0 649101379 384352256 5873 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8491/statm: 93836 5873 400 364 0 29745 0
[pid=8493] ppid=8491 vsize=35388 CPUtime=208.55 cores=0-7
/proc/8493/stat : 8493 (march_hi) R 8491 8493 8493 0 -1 4202496 6720 0 0 0 20854 1 0 0 25 0 1 0 649101379 36237312 6466 33554432000 4194304 4955518 140735066452880 18446744073709551615 4209628 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8493/statm: 8847 6466 104 186 0 8660 0
[pid=8491/tid=8517] ppid=8476 vsize=375344 CPUtime=0 cores=0-7
/proc/8491/task/8517/stat : 8517 (python) S 8476 8476 7833 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 2 0 649111509 384352256 5873 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 514 18446604444759360576 0 0 -1 0 0 0 0
[pid=8494] ppid=8476 vsize=385600 CPUtime=0.28 cores=0-7
/proc/8494/stat : 8494 (python) S 8476 8476 7833 0 -1 4202560 978 0 0 0 15 13 0 0 19 0 2 0 649101382 394854400 5875 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8494/statm: 96400 5875 400 364 0 32306 0
[pid=8496] ppid=8494 vsize=1017800 CPUtime=100.27 cores=0-7
/proc/8496/stat : 8496 (gnovelty+2) T 8494 8496 8496 0 -1 4202496 431 0 0 0 10027 0 0 0 25 0 1 0 649101383 1042227200 173 33554432000 134512640 135663704 4287832784 18446744073709551615 134545622 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8496/statm: 254450 173 113 282 0 254166 0
[pid=8494/tid=8513] ppid=8476 vsize=385600 CPUtime=0 cores=0-7
/proc/8494/task/8513/stat : 8513 (python) S 8476 8476 7833 0 -1 4202560 66 0 0 0 0 0 0 0 19 0 2 0 649111410 394854400 5875 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 514 18446604446630210432 0 0 -1 0 0 0 0
[pid=8497] ppid=8476 vsize=395856 CPUtime=0.68 cores=0-7
/proc/8497/stat : 8497 (python) S 8476 8476 7833 0 -1 4202560 832 0 0 0 38 30 0 0 15 0 1 0 649101385 405356544 5969 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 7790510478064582913 0 0 17 7 0 0 0
/proc/8497/statm: 98964 5969 371 364 0 34867 0
[pid=8499] ppid=8497 vsize=35388 CPUtime=205.21 cores=0-7
/proc/8499/stat : 8499 (march_hi) R 8497 8499 8499 0 -1 4202496 6615 0 0 0 20520 1 0 0 25 0 1 0 649101386 36237312 6357 33554432000 4194304 4955518 140735055197392 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8499/statm: 8847 6357 104 186 0 8660 0
[pid=8500] ppid=8476 vsize=406112 CPUtime=0.68 cores=0-7
/proc/8500/stat : 8500 (python) S 8476 8476 7833 0 -1 4202560 842 0 0 0 35 33 0 0 15 0 1 0 649101388 415858688 5883 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 5580571271072022786 0 0 17 1 0 0 0
/proc/8500/statm: 101528 5883 371 364 0 37428 0
[pid=8502] ppid=8500 vsize=35388 CPUtime=208.19 cores=0-7
/proc/8502/stat : 8502 (march_hi) R 8500 8502 8502 0 -1 4202496 6728 0 0 0 20818 1 0 0 25 0 1 0 649101391 36237312 6465 33554432000 4194304 4955518 140736734385840 18446744073709551615 4295598 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8502/statm: 8847 6465 104 186 0 8660 0
[pid=8503] ppid=8476 vsize=416368 CPUtime=0.68 cores=0-7
/proc/8503/stat : 8503 (python) S 8476 8476 7833 0 -1 4202560 886 0 0 0 34 34 0 0 15 0 1 0 649101392 426360832 5897 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 18002858039731781890 0 0 17 3 0 0 0
/proc/8503/statm: 104092 5897 377 364 0 39989 0
[pid=8505] ppid=8503 vsize=35388 CPUtime=209.17 cores=0-7
/proc/8505/stat : 8505 (march_hi) R 8503 8505 8505 0 -1 4202496 6713 0 0 0 20916 1 0 0 25 0 1 0 649101392 36237312 6448 33554432000 4194304 4955518 140735942992176 18446744073709551615 4227654 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8505/statm: 8847 6448 104 186 0 8660 0
[pid=8510] ppid=8476 vsize=426624 CPUtime=0.35 cores=0-7
/proc/8510/stat : 8510 (python) S 8476 8476 7833 0 -1 4202560 861 0 0 0 19 16 0 0 15 0 1 0 649111402 436862976 5917 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 9467252516283449601 0 0 17 0 0 0 0
/proc/8510/statm: 106656 5917 371 364 0 42550 0
[pid=8512] ppid=8510 vsize=17320 CPUtime=109.04 cores=0-7
/proc/8512/stat : 8512 (march_hi) R 8510 8512 8512 0 -1 4202496 4146 0 0 0 10902 2 0 0 25 0 1 0 649111402 17735680 3884 33554432000 4194304 4955518 140737174897024 18446744073709551615 4286687 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8512/statm: 4330 3884 104 186 0 4143 0
[pid=8514] ppid=8476 vsize=436880 CPUtime=0.3 cores=0-7
/proc/8514/stat : 8514 (python) S 8476 8476 7833 0 -1 4202560 852 0 0 0 15 15 0 0 18 0 1 0 649111414 447365120 5934 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 4415884987753005313 0 0 17 4 0 0 0
/proc/8514/statm: 109220 5934 371 364 0 45111 0
[pid=8516] ppid=8514 vsize=182448 CPUtime=108.91 cores=0-7
/proc/8516/stat : 8516 (kcnfs-2006) R 8514 8516 8516 0 -1 4202496 569 0 0 0 10891 0 0 0 25 0 1 0 649111414 186826752 311 33554432000 134512640 135163436 4292003696 18446744073709551615 134675398 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8516/statm: 45612 311 77 159 0 45452 0
[pid=8476/tid=8483] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8483/stat : 8483 (python) S 8474 8476 7833 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 11 0 649101370 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 0 0 0 0
[pid=8476/tid=8486] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8486/stat : 8486 (python) S 8474 8476 7833 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 11 0 649101373 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 3 0 0 0
[pid=8476/tid=8489] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8489/stat : 8489 (python) S 8474 8476 7833 0 -1 4202560 71 935 0 0 0 0 0 0 20 0 11 0 649101376 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 6 0 0 0
[pid=8476/tid=8492] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8492/stat : 8492 (python) S 8474 8476 7833 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 11 0 649101379 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 5 0 0 0
[pid=8476/tid=8495] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8495/stat : 8495 (python) S 8474 8476 7833 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 11 0 649101382 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 0 0 0 0
[pid=8476/tid=8498] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8498/stat : 8498 (python) S 8474 8476 7833 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 11 0 649101385 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 7 0 0 0
[pid=8476/tid=8501] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8501/stat : 8501 (python) S 8474 8476 7833 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 11 0 649101389 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 4 0 0 0
[pid=8476/tid=8504] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8504/stat : 8504 (python) S 8474 8476 7833 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 11 0 649101392 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 4 0 0 0
[pid=8476/tid=8511] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8511/stat : 8511 (python) S 8474 8476 7833 0 -1 4202560 36 935 0 0 0 0 0 0 20 0 11 0 649111402 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 1 0 0 0
[pid=8476/tid=8515] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8515/stat : 8515 (python) S 8474 8476 7833 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 11 0 649111414 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1673.67
Current children cumulated vsize (KiB) 6675592

[startup+210.513 s]
/proc/loadavg: 8.31 8.15 7.26 11/423 8520
/proc/meminfo: memFree=21397984/32951124 swapFree=67057896/67111528
[pid=8476] ppid=8474 vsize=447124 CPUtime=0.77 cores=0-7
/proc/8476/stat : 8476 (python) S 8474 8476 7833 0 -1 4202496 17417 935 1 0 68 9 0 0 18 0 11 0 649101313 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273446719 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8476/statm: 111781 7484 1894 364 0 47672 0
[pid=8482] ppid=8476 vsize=354380 CPUtime=0.28 cores=0-7
/proc/8482/stat : 8482 (python) S 8476 8476 7833 0 -1 4202560 1098 0 0 0 16 12 0 0 18 0 2 0 649101370 362885120 5628 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273446719 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8482/statm: 88595 5628 410 364 0 24513 0
[pid=8484] ppid=8482 vsize=1017800 CPUtime=100.27 cores=0-7
/proc/8484/stat : 8484 (gnovelty+2) R 8482 8484 8484 0 -1 4202496 439 0 0 0 10027 0 0 0 18 0 1 0 649101371 1042227200 174 33554432000 134512640 135663704 4286775040 18446744073709551615 134524888 256 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8484/statm: 254450 174 113 282 0 254166 0
[pid=8482/tid=8509] ppid=8476 vsize=354380 CPUtime=0 cores=0-7
/proc/8482/task/8509/stat : 8509 (python) S 8476 8476 7833 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 649111398 362885120 5628 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781824 2 18446604445418756224 0 0 -1 2 0 0 0
[pid=8485] ppid=8476 vsize=289296 CPUtime=1.61 cores=0-7
/proc/8485/stat : 8485 (python) R 8476 8476 7833 0 -1 4202560 995 0 0 0 118 43 0 0 16 0 1 0 649101373 296239104 5705 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273446719 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/8485/statm: 72324 5705 371 364 0 8239 0
[pid=8487] ppid=8485 vsize=0 CPUtime=208.27 cores=0-7
/proc/8487/stat : 8487 (march_hi) R 8485 8487 8487 0 -1 4202500 6743 0 0 0 20825 2 0 0 25 0 1 0 649101373 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/8487/statm: 0 0 0 0 0 0 0
[pid=8488] ppid=8476 vsize=0 CPUtime=209.89 cores=0-7
/proc/8488/stat : 8488 (python) R 8476 8476 7833 0 -1 4202564 1106 6729 0 0 68 37 20883 1 17 0 1 0 649101376 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8488/statm: 0 0 0 0 0 0 0
[pid=8491] ppid=8476 vsize=375344 CPUtime=0.69 cores=0-7
/proc/8491/stat : 8491 (python) S 8476 8476 7833 0 -1 4202560 994 0 0 0 35 34 0 0 15 0 2 0 649101379 384352256 5873 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/8491/statm: 93836 5873 400 364 0 29745 0
[pid=8493] ppid=8491 vsize=35388 CPUtime=208.77 cores=0-7
/proc/8493/stat : 8493 (march_hi) R 8491 8493 8493 0 -1 4202496 6723 0 0 0 20876 1 0 0 25 0 1 0 649101379 36237312 6469 33554432000 4194304 4955518 140735066452880 18446744073709551615 4282764 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8493/statm: 8847 6469 104 186 0 8660 0
[pid=8491/tid=8517] ppid=8476 vsize=375344 CPUtime=0 cores=0-7
/proc/8491/task/8517/stat : 8517 (python) S 8476 8476 7833 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 2 0 649111509 384352256 5873 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 514 18446604444759360576 0 0 -1 0 0 0 0
[pid=8494] ppid=8476 vsize=385600 CPUtime=0.28 cores=0-7
/proc/8494/stat : 8494 (python) S 8476 8476 7833 0 -1 4202560 978 0 0 0 15 13 0 0 19 0 2 0 649101382 394854400 5875 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8494/statm: 96400 5875 400 364 0 32306 0
[pid=8496] ppid=8494 vsize=1017800 CPUtime=100.27 cores=0-7
/proc/8496/stat : 8496 (gnovelty+2) T 8494 8496 8496 0 -1 4202496 431 0 0 0 10027 0 0 0 25 0 1 0 649101383 1042227200 173 33554432000 134512640 135663704 4287832784 18446744073709551615 134545622 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8496/statm: 254450 173 113 282 0 254166 0
[pid=8494/tid=8513] ppid=8476 vsize=385600 CPUtime=0 cores=0-7
/proc/8494/task/8513/stat : 8513 (python) S 8476 8476 7833 0 -1 4202560 66 0 0 0 0 0 0 0 19 0 2 0 649111410 394854400 5875 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 514 18446604446630210432 0 0 -1 0 0 0 0
[pid=8497] ppid=8476 vsize=395856 CPUtime=0.7 cores=0-7
/proc/8497/stat : 8497 (python) S 8476 8476 7833 0 -1 4202560 832 0 0 0 39 31 0 0 15 0 1 0 649101385 405356544 5969 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 4415884987753005313 0 0 17 7 0 0 0
/proc/8497/statm: 98964 5969 371 364 0 34867 0
[pid=8499] ppid=8497 vsize=35388 CPUtime=205.4 cores=0-7
/proc/8499/stat : 8499 (march_hi) R 8497 8499 8499 0 -1 4202496 6620 0 0 0 20539 1 0 0 25 0 1 0 649101386 36237312 6362 33554432000 4194304 4955518 140735055197392 18446744073709551615 4227970 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8499/statm: 8847 6362 104 186 0 8660 0
[pid=8500] ppid=8476 vsize=406112 CPUtime=0.68 cores=0-7
/proc/8500/stat : 8500 (python) S 8476 8476 7833 0 -1 4202560 842 0 0 0 35 33 0 0 15 0 1 0 649101388 415858688 5883 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 5607367872679477506 0 0 17 1 0 0 0
/proc/8500/statm: 101528 5883 371 364 0 37428 0
[pid=8502] ppid=8500 vsize=35388 CPUtime=208.4 cores=0-7
/proc/8502/stat : 8502 (march_hi) R 8500 8502 8502 0 -1 4202496 6732 0 0 0 20839 1 0 0 25 0 1 0 649101391 36237312 6469 33554432000 4194304 4955518 140736734385840 18446744073709551615 4286784 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8502/statm: 8847 6469 104 186 0 8660 0
[pid=8503] ppid=8476 vsize=416368 CPUtime=0.68 cores=0-7
/proc/8503/stat : 8503 (python) S 8476 8476 7833 0 -1 4202560 886 0 0 0 34 34 0 0 15 0 1 0 649101392 426360832 5897 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 18002858039731781890 0 0 17 3 0 0 0
/proc/8503/statm: 104092 5897 377 364 0 39989 0
[pid=8505] ppid=8503 vsize=35388 CPUtime=209.38 cores=0-7
/proc/8505/stat : 8505 (march_hi) R 8503 8505 8505 0 -1 4202496 6717 0 0 0 20937 1 0 0 25 0 1 0 649101392 36237312 6452 33554432000 4194304 4955518 140735942992176 18446744073709551615 4224646 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8505/statm: 8847 6452 104 186 0 8660 0
[pid=8510] ppid=8476 vsize=426624 CPUtime=0.35 cores=0-7
/proc/8510/stat : 8510 (python) S 8476 8476 7833 0 -1 4202560 861 0 0 0 19 16 0 0 15 0 1 0 649111402 436862976 5917 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 9467252516283449601 0 0 17 0 0 0 0
/proc/8510/statm: 106656 5917 371 364 0 42550 0
[pid=8512] ppid=8510 vsize=17320 CPUtime=109.25 cores=0-7
/proc/8512/stat : 8512 (march_hi) R 8510 8512 8512 0 -1 4202496 4152 0 0 0 10923 2 0 0 25 0 1 0 649111402 17735680 3890 33554432000 4194304 4955518 140737174897024 18446744073709551615 4314278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8512/statm: 4330 3890 104 186 0 4143 0
[pid=8514] ppid=8476 vsize=436880 CPUtime=0.3 cores=0-7
/proc/8514/stat : 8514 (python) S 8476 8476 7833 0 -1 4202560 852 0 0 0 15 15 0 0 18 0 1 0 649111414 447365120 5934 33554432000 4194304 5683644 140736589791920 18446744073709551615 254261636678 0 0 16781312 514 4415884987753005313 0 0 17 4 0 0 0
/proc/8514/statm: 109220 5934 371 364 0 45111 0
[pid=8516] ppid=8514 vsize=182448 CPUtime=109.11 cores=0-7
/proc/8516/stat : 8516 (kcnfs-2006) R 8514 8516 8516 0 -1 4202496 569 0 0 0 10911 0 0 0 25 0 1 0 649111414 186826752 311 33554432000 134512640 135163436 4292003696 18446744073709551615 134675333 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8516/statm: 45612 311 77 159 0 45452 0
[pid=8476/tid=8483] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8483/stat : 8483 (python) S 8474 8476 7833 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 11 0 649101370 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 0 0 0 0
[pid=8476/tid=8486] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8486/stat : 8486 (python) S 8474 8476 7833 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 11 0 649101373 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 3 0 0 0
[pid=8476/tid=8489] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8489/stat : 8489 (python) S 8474 8476 7833 0 -1 4202560 71 935 0 0 0 0 0 0 20 0 11 0 649101376 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 6 0 0 0
[pid=8476/tid=8492] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8492/stat : 8492 (python) S 8474 8476 7833 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 11 0 649101379 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 5 0 0 0
[pid=8476/tid=8495] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8495/stat : 8495 (python) S 8474 8476 7833 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 11 0 649101382 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 0 0 0 0
[pid=8476/tid=8498] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8498/stat : 8498 (python) S 8474 8476 7833 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 11 0 649101385 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 7 0 0 0
[pid=8476/tid=8501] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8501/stat : 8501 (python) S 8474 8476 7833 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 11 0 649101389 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 4 0 0 0
[pid=8476/tid=8504] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8504/stat : 8504 (python) S 8474 8476 7833 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 11 0 649101392 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 4 0 0 0
[pid=8476/tid=8511] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8511/stat : 8511 (python) S 8474 8476 7833 0 -1 4202560 36 935 0 0 0 0 0 0 20 0 11 0 649111402 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 1 0 0 0
[pid=8476/tid=8515] ppid=8474 vsize=447124 CPUtime=0 cores=0-7
/proc/8476/task/8515/stat : 8515 (python) S 8474 8476 7833 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 11 0 649111414 457854976 7484 33554432000 4194304 5683644 140736589791920 18446744073709551615 254273440177 0 0 16781312 2 18446604446823407936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1675.35
Current children cumulated vsize (KiB) 6310504

Child status: 0
Real time (s): 210.55
CPU time (s): 1675.69
CPU user time (s): 1672.68
CPU system time (s): 3.00954
CPU usage (%): 795.864
Max. virtual memory (cumulated for all children) (KiB): 6746372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1672.68
system time used= 3.00954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78327
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= 6576
involuntary context switches= 12536

runsolver used 1.22781 second user time and 2.46762 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-16 19:27:40
IDJOB=3385460
IDBENCH=82725
IDSOLVER=1870
FILE ID=node140/3385460-1305566860
RUNJOBID= node140-1305564961-7847
PBS_JOBID= 13350110
Free space on /tmp= 73432 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S367251957-028.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-3385460-1305566860/watcher-3385460-1305566860 -o /tmp/evaluation-result-3385460-1305566860/solver-3385460-1305566860 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385460-1305566860.cnf -seed 586286879 -budget 40000 -cores 8

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

MD5SUM BENCH= 6ae9d83c80bad27a7e5f57fa7d9ee7b1
RANDOM SEED=586286879

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21600484 kB
Buffers:        331780 kB
Cached:        4930076 kB
SwapCached:       8088 kB
Active:        7622588 kB
Inactive:      3387548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21600484 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           31812 kB
Writeback:           0 kB
AnonPages:     5744692 kB
Mapped:          30620 kB
Slab:           228592 kB
PageTables:      40972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 101606748 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= 73400 MiB
End job on node140 at 2011-05-16 19:31:11