Trace number 3385620

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)SAT 14.6978 2.89453

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S446351158-079.SATISFIABLE.cnf
MD5SUM871f75d4bb41b463ca12a7a8837d201b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.400938
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3385620-1305571106.cnf
0.32/0.45	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.40/0.54	c INFO: computed variable balance statistics
0.40/0.58	c INFO: computed small-clause counts
0.40/0.58	c INFO: computed Horn-clause counts
0.40/0.58	c INFO: computed variable graph statistics
0.40/0.58	c INFO: collected features for HOME/instance-3385620-1305571106.cnf in 0.12 s
0.50/0.61	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
0.50/0.64	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.50/0.67	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.60/0.70	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.31)
0.60/0.73	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.60/0.76	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.69/0.80	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
0.69/0.84	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.16)
14.12/2.86	s SATISFIABLE
14.12/2.86	v -1 2 -3 -4 5 -6 -7 -8 -9 -10 -11 -12 13 -14 -15 -16 -17 18 -19 20 -21 -22 23 24 -25 26 -27 28 29 -30 -31 -32 -33 34 35 -36 37 38 -39 40 -41 42 43 44 -45 -46 -47 48 49 -50 -51 -52 53 -54 55 56 57 58 -59 -60 61 -62 -63 64 -65 -66 -67 -68 -69 70 -71 -72 73 -74 75 76 -77 -78 79 80 -81 -82 -83 -84 85 -86 87 88 89 90 91 -92 -93 94 95 -96 -97 98 -99 100 101 -102 103 104 105 -106 -107 108 109 110 111 -112 -113 -114 115 -116 -117 118 -119 120 121 122 123 124 125 0

Verifier Data

OK

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-3385620-1305571106/watcher-3385620-1305571106 -o /tmp/evaluation-result-3385620-1305571106/solver-3385620-1305571106 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385620-1305571106.cnf -seed 242786953 -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: 10.23 10.16 10.06 4/383 6883
/proc/meminfo: memFree=23360556/32950928 swapFree=60044320/67111528
[pid=6883] ppid=6881 vsize=15772 CPUtime=0 cores=0-7
/proc/6883/stat : 6883 (python) R 6881 6883 5923 0 -1 4202496 867 0 0 0 0 0 0 0 24 0 1 0 747341286 16150528 750 33554432000 4194304 5683644 140736962072608 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6883/statm: 3943 750 343 364 0 430 0

[startup+0.108436 s]
/proc/loadavg: 10.23 10.16 10.06 4/383 6883
/proc/meminfo: memFree=23360556/32950928 swapFree=60044320/67111528
[pid=6883] ppid=6881 vsize=107300 CPUtime=0.06 cores=0-7
/proc/6883/stat : 6883 (python) R 6881 6883 5923 0 -1 4202496 3326 0 0 0 5 1 0 0 17 0 1 0 747341286 109875200 2990 33554432000 4194304 5683644 140736962072608 18446744073709551615 4509181 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6883/statm: 26825 2992 871 364 0 2056 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 107300

[startup+0.200417 s]
/proc/loadavg: 10.23 10.16 10.06 4/383 6883
/proc/meminfo: memFree=23360556/32950928 swapFree=60044320/67111528
[pid=6883] ppid=6881 vsize=131296 CPUtime=0.15 cores=0-7
/proc/6883/stat : 6883 (python) R 6881 6883 5923 0 -1 4202496 5704 935 1 0 12 3 0 0 19 0 1 0 747341286 134447104 4099 33554432000 4194304 5683644 140736962072608 18446744073709551615 4873011 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6883/statm: 32824 4099 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131296

[startup+0.300395 s]
/proc/loadavg: 10.23 10.16 10.06 4/383 6883
/proc/meminfo: memFree=23360556/32950928 swapFree=60044320/67111528
[pid=6883] ppid=6881 vsize=198916 CPUtime=0.22 cores=0-7
/proc/6883/stat : 6883 (python) R 6881 6883 5923 0 -1 4202496 7018 935 1 0 17 5 0 0 18 0 1 0 747341286 203689984 5053 33554432000 4194304 5683644 140736962072608 18446744073709551615 47534533460269 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6883/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.70031 s]
/proc/loadavg: 10.23 10.16 10.06 4/383 6883
/proc/meminfo: memFree=23360556/32950928 swapFree=60044320/67111528
[pid=6883] ppid=6881 vsize=375376 CPUtime=0.6 cores=0-7
/proc/6883/stat : 6883 (python) R 6881 6883 5923 0 -1 4202496 11807 935 1 0 52 8 0 0 19 0 4 0 747341286 384385024 7371 33554432000 4194304 5683644 140736962072608 18446744073709551615 231898928995 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6883/statm: 93844 7371 1878 364 0 29756 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 375376

[startup+1.5011 s]
/proc/loadavg: 10.23 10.16 10.06 12/408 6912
/proc/meminfo: memFree=23305548/32950928 swapFree=60044320/67111528
[pid=6883] ppid=6881 vsize=426656 CPUtime=0.72 cores=0-7
/proc/6883/stat : 6883 (python) S 6881 6883 5923 0 -1 4202496 15240 935 1 0 63 9 0 0 25 0 9 0 747341286 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6883/statm: 106664 7407 1889 364 0 42561 0
[pid=6889] ppid=6883 vsize=278548 CPUtime=0.45 cores=0-7
/proc/6889/stat : 6889 (python) R 6883 6883 5923 0 -1 4202560 742 0 0 0 39 6 0 0 16 0 1 0 747341347 285233152 5571 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907320581 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/6889/statm: 69637 5571 354 364 0 5555 0
[pid=6891] ppid=6889 vsize=0 CPUtime=0.42 cores=0-7
/proc/6891/stat : 6891 (gnovelty+2) R 6889 6891 6891 0 -1 4202500 445 0 0 0 42 0 0 0 20 0 1 0 747341348 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6891/statm: 0 0 0 0 0 0 0
[pid=6892] ppid=6883 vsize=289340 CPUtime=0 cores=0-7
/proc/6892/stat : 6892 (python) S 6883 6883 5923 0 -1 4202560 749 0 0 0 0 0 0 0 19 0 1 0 747341350 296284160 5693 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 18041670525314400255 0 0 17 1 0 0 0
/proc/6892/statm: 72335 5693 348 364 0 8250 0
[pid=6894] ppid=6892 vsize=1017800 CPUtime=0.85 cores=0-7
/proc/6894/stat : 6894 (gnovelty+2) R 6892 6894 6894 0 -1 4202496 444 0 0 0 85 0 0 0 23 0 1 0 747341351 1042227200 181 33554432000 134512640 135663704 4292297936 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6894/statm: 254450 181 113 282 0 254166 0
[pid=6895] ppid=6883 vsize=365132 CPUtime=0 cores=0-7
/proc/6895/stat : 6895 (python) S 6883 6883 5923 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 747341353 373895168 5870 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13742769451588092163 0 0 17 0 0 0 0
/proc/6895/statm: 91283 5870 348 364 0 27195 0
[pid=6897] ppid=6895 vsize=1844 CPUtime=0.59 cores=0-7
/proc/6897/stat : 6897 (march_hi) R 6895 6897 6897 0 -1 4202496 540 0 0 0 59 0 0 0 22 0 1 0 747341354 1888256 287 33554432000 4194304 4955518 140733450632160 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6897/statm: 461 287 106 186 0 274 0
[pid=6898] ppid=6883 vsize=375388 CPUtime=0 cores=0-7
/proc/6898/stat : 6898 (python) S 6883 6883 5923 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 747341356 384397312 5842 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 17166204457784934657 0 0 17 7 0 0 0
/proc/6898/statm: 93847 5842 348 364 0 29756 0
[pid=6900] ppid=6898 vsize=1844 CPUtime=0.77 cores=0-7
/proc/6900/stat : 6900 (march_hi) R 6898 6900 6900 0 -1 4202496 551 0 0 0 77 0 0 0 25 0 1 0 747341357 1888256 297 33554432000 4194304 4955518 140734449352048 18446744073709551615 4263648 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6900/statm: 461 297 106 186 0 274 0
[pid=6901] ppid=6883 vsize=385644 CPUtime=0 cores=0-7
/proc/6901/stat : 6901 (python) S 6883 6883 5923 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 747341360 394899456 5833 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13180531981701579010 0 0 17 2 0 0 0
/proc/6901/statm: 96411 5833 348 364 0 32317 0
[pid=6903] ppid=6901 vsize=1844 CPUtime=0.73 cores=0-7
/proc/6903/stat : 6903 (march_hi) R 6901 6903 6903 0 -1 4202496 551 0 0 0 73 0 0 0 25 0 1 0 747341361 1888256 295 33554432000 4194304 4955518 140736725937664 18446744073709551615 4206520 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6903/statm: 461 295 106 186 0 274 0
[pid=6904] ppid=6883 vsize=395900 CPUtime=0 cores=0-7
/proc/6904/stat : 6904 (python) S 6883 6883 5923 0 -1 4202560 739 0 0 0 0 0 0 0 16 0 1 0 747341363 405401600 5837 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 9754717632342229249 0 0 17 1 0 0 0
/proc/6904/statm: 98975 5837 348 364 0 34878 0
[pid=6906] ppid=6904 vsize=1704 CPUtime=0.22 cores=0-7
/proc/6906/stat : 6906 (march_hi) R 6904 6906 6906 0 -1 4202496 525 0 0 0 22 0 0 0 25 0 1 0 747341366 1744896 266 33554432000 4194304 4955518 140734667217664 18446744073709551615 4297056 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6906/statm: 426 266 106 186 0 239 0
[pid=6907] ppid=6883 vsize=406156 CPUtime=0 cores=0-7
/proc/6907/stat : 6907 (python) S 6883 6883 5923 0 -1 4202560 752 0 0 0 0 0 0 0 17 0 1 0 747341367 415903744 5961 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 9902940595859456260 0 0 17 1 0 0 0
/proc/6907/statm: 101539 5961 348 364 0 37439 0
[pid=6909] ppid=6907 vsize=1844 CPUtime=0.32 cores=0-7
/proc/6909/stat : 6909 (march_hi) R 6907 6909 6909 0 -1 4202496 528 0 0 0 32 0 0 0 25 0 1 0 747341369 1888256 271 33554432000 4194304 4955518 140735563653072 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6909/statm: 461 271 106 186 0 274 0
[pid=6910] ppid=6883 vsize=416412 CPUtime=0 cores=0-7
/proc/6910/stat : 6910 (python) S 6883 6883 5923 0 -1 4202560 788 0 0 0 0 0 0 0 23 0 1 0 747341370 426405888 5868 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13359866726238355718 0 0 17 1 0 0 0
/proc/6910/statm: 104103 5868 354 364 0 40000 0
[pid=6912] ppid=6910 vsize=1844 CPUtime=0.64 cores=0-7
/proc/6912/stat : 6912 (march_hi) R 6910 6912 6912 0 -1 4202496 557 0 0 0 64 0 0 0 25 0 1 0 747341371 1888256 289 33554432000 4194304 4955518 140734794633504 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6912/statm: 461 289 106 186 0 274 0
[pid=6883/tid=6890] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6890/stat : 6890 (python) S 6881 6883 5923 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 747341348 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6893/stat : 6893 (python) S 6881 6883 5923 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 747341351 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 5 0 0 0
[pid=6883/tid=6896] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6896/stat : 6896 (python) S 6881 6883 5923 0 -1 4202560 76 935 0 0 0 0 0 0 19 0 9 0 747341354 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 0 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6899/stat : 6899 (python) S 6881 6883 5923 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 747341357 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 7 0 0 0
[pid=6883/tid=6902] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6902/stat : 6902 (python) S 6881 6883 5923 0 -1 4202560 34 935 0 0 0 0 0 0 21 0 9 0 747341360 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6905] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6905/stat : 6905 (python) S 6881 6883 5923 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 747341363 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6908] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6908/stat : 6908 (python) S 6881 6883 5923 0 -1 4202560 36 935 0 0 0 0 0 0 24 0 9 0 747341367 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6911] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6911/stat : 6911 (python) S 6881 6883 5923 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 747341371 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 4367900

Solver just ended. Dumping a history of the last processes samples

[startup+1.60108 s]
/proc/loadavg: 10.23 10.16 10.06 12/408 6912
/proc/meminfo: memFree=23305548/32950928 swapFree=60044320/67111528
[pid=6883] ppid=6881 vsize=426656 CPUtime=0.72 cores=0-7
/proc/6883/stat : 6883 (python) S 6881 6883 5923 0 -1 4202496 15240 935 1 0 63 9 0 0 25 0 9 0 747341286 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6883/statm: 106664 7407 1889 364 0 42561 0
[pid=6889] ppid=6883 vsize=278548 CPUtime=0.55 cores=0-7
/proc/6889/stat : 6889 (python) R 6883 6883 5923 0 -1 4202560 742 0 0 0 47 8 0 0 16 0 1 0 747341347 285233152 5571 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907320581 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/6889/statm: 69637 5571 354 364 0 5555 0
[pid=6891] ppid=6889 vsize=0 CPUtime=0.42 cores=0-7
/proc/6891/stat : 6891 (gnovelty+2) R 6889 6891 6891 0 -1 4202500 445 0 0 0 42 0 0 0 20 0 1 0 747341348 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6891/statm: 0 0 0 0 0 0 0
[pid=6892] ppid=6883 vsize=289340 CPUtime=0 cores=0-7
/proc/6892/stat : 6892 (python) S 6883 6883 5923 0 -1 4202560 749 0 0 0 0 0 0 0 19 0 1 0 747341350 296284160 5693 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 18041670525314400255 0 0 17 1 0 0 0
/proc/6892/statm: 72335 5693 348 364 0 8250 0
[pid=6894] ppid=6892 vsize=1017800 CPUtime=0.95 cores=0-7
/proc/6894/stat : 6894 (gnovelty+2) R 6892 6894 6894 0 -1 4202496 444 0 0 0 95 0 0 0 23 0 1 0 747341351 1042227200 181 33554432000 134512640 135663704 4292297936 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6894/statm: 254450 181 113 282 0 254166 0
[pid=6895] ppid=6883 vsize=365132 CPUtime=0 cores=0-7
/proc/6895/stat : 6895 (python) S 6883 6883 5923 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 747341353 373895168 5870 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13742769451588092163 0 0 17 0 0 0 0
/proc/6895/statm: 91283 5870 348 364 0 27195 0
[pid=6897] ppid=6895 vsize=1844 CPUtime=0.61 cores=0-7
/proc/6897/stat : 6897 (march_hi) R 6895 6897 6897 0 -1 4202496 540 0 0 0 61 0 0 0 22 0 1 0 747341354 1888256 287 33554432000 4194304 4955518 140733450632160 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6897/statm: 461 287 106 186 0 274 0
[pid=6898] ppid=6883 vsize=375388 CPUtime=0 cores=0-7
/proc/6898/stat : 6898 (python) S 6883 6883 5923 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 747341356 384397312 5842 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 17166204457784934657 0 0 17 7 0 0 0
/proc/6898/statm: 93847 5842 348 364 0 29756 0
[pid=6900] ppid=6898 vsize=2148 CPUtime=0.87 cores=0-7
/proc/6900/stat : 6900 (march_hi) R 6898 6900 6900 0 -1 4202496 607 0 0 0 87 0 0 0 25 0 1 0 747341357 2199552 353 33554432000 4194304 4955518 140734449352048 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6900/statm: 537 353 106 186 0 350 0
[pid=6901] ppid=6883 vsize=385644 CPUtime=0 cores=0-7
/proc/6901/stat : 6901 (python) S 6883 6883 5923 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 747341360 394899456 5833 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13180531981701579010 0 0 17 2 0 0 0
/proc/6901/statm: 96411 5833 348 364 0 32317 0
[pid=6903] ppid=6901 vsize=2148 CPUtime=0.83 cores=0-7
/proc/6903/stat : 6903 (march_hi) R 6901 6903 6903 0 -1 4202496 607 0 0 0 83 0 0 0 25 0 1 0 747341361 2199552 351 33554432000 4194304 4955518 140736725937664 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6903/statm: 537 351 106 186 0 350 0
[pid=6904] ppid=6883 vsize=395900 CPUtime=0 cores=0-7
/proc/6904/stat : 6904 (python) S 6883 6883 5923 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 747341363 405401600 5837 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 9754717632342229249 0 0 17 1 0 0 0
/proc/6904/statm: 98975 5837 348 364 0 34878 0
[pid=6906] ppid=6904 vsize=1844 CPUtime=0.3 cores=0-7
/proc/6906/stat : 6906 (march_hi) R 6904 6906 6906 0 -1 4202496 528 0 0 0 30 0 0 0 25 0 1 0 747341366 1888256 269 33554432000 4194304 4955518 140734667217664 18446744073709551615 4224487 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6906/statm: 461 269 106 186 0 274 0
[pid=6907] ppid=6883 vsize=406156 CPUtime=0 cores=0-7
/proc/6907/stat : 6907 (python) S 6883 6883 5923 0 -1 4202560 752 0 0 0 0 0 0 0 16 0 1 0 747341367 415903744 5961 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 9902940595859456260 0 0 17 1 0 0 0
/proc/6907/statm: 101539 5961 348 364 0 37439 0
[pid=6909] ppid=6907 vsize=1844 CPUtime=0.34 cores=0-7
/proc/6909/stat : 6909 (march_hi) R 6907 6909 6909 0 -1 4202496 530 0 0 0 34 0 0 0 25 0 1 0 747341369 1888256 273 33554432000 4194304 4955518 140735563653072 18446744073709551615 4206496 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6909/statm: 461 273 106 186 0 274 0
[pid=6910] ppid=6883 vsize=416412 CPUtime=0 cores=0-7
/proc/6910/stat : 6910 (python) S 6883 6883 5923 0 -1 4202560 790 0 0 0 0 0 0 0 20 0 1 0 747341370 426405888 5868 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13359866726238355718 0 0 17 1 0 0 0
/proc/6910/statm: 104103 5868 354 364 0 40000 0
[pid=6912] ppid=6910 vsize=1844 CPUtime=0.74 cores=0-7
/proc/6912/stat : 6912 (march_hi) R 6910 6912 6912 0 -1 4202496 563 0 0 0 74 0 0 0 25 0 1 0 747341371 1888256 295 33554432000 4194304 4955518 140734794633504 18446744073709551615 4261466 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6912/statm: 461 295 106 186 0 274 0
[pid=6883/tid=6890] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6890/stat : 6890 (python) S 6881 6883 5923 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 747341348 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6893/stat : 6893 (python) S 6881 6883 5923 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 747341351 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 5 0 0 0
[pid=6883/tid=6896] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6896/stat : 6896 (python) S 6881 6883 5923 0 -1 4202560 76 935 0 0 0 0 0 0 19 0 9 0 747341354 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 0 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6899/stat : 6899 (python) S 6881 6883 5923 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 747341357 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 7 0 0 0
[pid=6883/tid=6902] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6902/stat : 6902 (python) S 6881 6883 5923 0 -1 4202560 34 935 0 0 0 0 0 0 21 0 9 0 747341360 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6905] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6905/stat : 6905 (python) S 6881 6883 5923 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 747341363 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6908] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6908/stat : 6908 (python) S 6881 6883 5923 0 -1 4202560 36 935 0 0 0 0 0 0 24 0 9 0 747341367 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6911] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6911/stat : 6911 (python) S 6881 6883 5923 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 747341371 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 4368648

[startup+2.40093 s]
/proc/loadavg: 10.23 10.16 10.06 12/408 6912
/proc/meminfo: memFree=23303316/32950928 swapFree=60044320/67111528
[pid=6883] ppid=6881 vsize=426656 CPUtime=0.72 cores=0-7
/proc/6883/stat : 6883 (python) S 6881 6883 5923 0 -1 4202496 15240 935 1 0 63 9 0 0 25 0 9 0 747341286 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6883/statm: 106664 7407 1889 364 0 42561 0
[pid=6889] ppid=6883 vsize=278548 CPUtime=1.35 cores=0-7
/proc/6889/stat : 6889 (python) R 6883 6883 5923 0 -1 4202560 742 0 0 0 117 18 0 0 17 0 1 0 747341347 285233152 5571 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510543 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/6889/statm: 69637 5571 354 364 0 5555 0
[pid=6891] ppid=6889 vsize=0 CPUtime=0.42 cores=0-7
/proc/6891/stat : 6891 (gnovelty+2) R 6889 6891 6891 0 -1 4202500 445 0 0 0 42 0 0 0 20 0 1 0 747341348 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6891/statm: 0 0 0 0 0 0 0
[pid=6892] ppid=6883 vsize=289340 CPUtime=0 cores=0-7
/proc/6892/stat : 6892 (python) S 6883 6883 5923 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 747341350 296284160 5693 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 18041670525314367746 0 0 17 1 0 0 0
/proc/6892/statm: 72335 5693 348 364 0 8250 0
[pid=6894] ppid=6892 vsize=1017800 CPUtime=1.75 cores=0-7
/proc/6894/stat : 6894 (gnovelty+2) R 6892 6894 6894 0 -1 4202496 444 0 0 0 175 0 0 0 25 0 1 0 747341351 1042227200 181 33554432000 134512640 135663704 4292297936 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6894/statm: 254450 181 113 282 0 254166 0
[pid=6895] ppid=6883 vsize=365132 CPUtime=0 cores=0-7
/proc/6895/stat : 6895 (python) S 6883 6883 5923 0 -1 4202560 716 0 0 0 0 0 0 0 15 0 1 0 747341353 373895168 5870 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13742769451588092163 0 0 17 0 0 0 0
/proc/6895/statm: 91283 5870 348 364 0 27195 0
[pid=6897] ppid=6895 vsize=2148 CPUtime=1.01 cores=0-7
/proc/6897/stat : 6897 (march_hi) R 6895 6897 6897 0 -1 4202496 615 0 0 0 101 0 0 0 24 0 1 0 747341354 2199552 362 33554432000 4194304 4955518 140733450632160 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6897/statm: 537 362 106 186 0 350 0
[pid=6898] ppid=6883 vsize=375388 CPUtime=0 cores=0-7
/proc/6898/stat : 6898 (python) S 6883 6883 5923 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 747341356 384397312 5842 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 17166204457784934657 0 0 17 7 0 0 0
/proc/6898/statm: 93847 5842 348 364 0 29756 0
[pid=6900] ppid=6898 vsize=2300 CPUtime=1.66 cores=0-7
/proc/6900/stat : 6900 (march_hi) R 6898 6900 6900 0 -1 4202496 654 0 0 0 166 0 0 0 25 0 1 0 747341357 2355200 400 33554432000 4194304 4955518 140734449352048 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6900/statm: 575 400 106 186 0 388 0
[pid=6901] ppid=6883 vsize=385644 CPUtime=0 cores=0-7
/proc/6901/stat : 6901 (python) S 6883 6883 5923 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 747341360 394899456 5833 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13180531981701579010 0 0 17 2 0 0 0
/proc/6901/statm: 96411 5833 348 364 0 32317 0
[pid=6903] ppid=6901 vsize=2300 CPUtime=1.63 cores=0-7
/proc/6903/stat : 6903 (march_hi) R 6901 6903 6903 0 -1 4202496 656 0 0 0 163 0 0 0 25 0 1 0 747341361 2355200 400 33554432000 4194304 4955518 140736725937664 18446744073709551615 4224425 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6903/statm: 575 400 106 186 0 388 0
[pid=6904] ppid=6883 vsize=395900 CPUtime=0 cores=0-7
/proc/6904/stat : 6904 (python) S 6883 6883 5923 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 747341363 405401600 5837 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 9754717632342229249 0 0 17 1 0 0 0
/proc/6904/statm: 98975 5837 348 364 0 34878 0
[pid=6906] ppid=6904 vsize=1844 CPUtime=0.7 cores=0-7
/proc/6906/stat : 6906 (march_hi) R 6904 6906 6906 0 -1 4202496 552 0 0 0 70 0 0 0 25 0 1 0 747341366 1888256 293 33554432000 4194304 4955518 140734667217664 18446744073709551615 4298080 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6906/statm: 461 293 106 186 0 274 0
[pid=6907] ppid=6883 vsize=406156 CPUtime=0 cores=0-7
/proc/6907/stat : 6907 (python) S 6883 6883 5923 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 747341367 415903744 5961 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 9902940595859456260 0 0 17 1 0 0 0
/proc/6907/statm: 101539 5961 348 364 0 37439 0
[pid=6909] ppid=6907 vsize=1844 CPUtime=0.74 cores=0-7
/proc/6909/stat : 6909 (march_hi) R 6907 6909 6909 0 -1 4202496 553 0 0 0 74 0 0 0 25 0 1 0 747341369 1888256 296 33554432000 4194304 4955518 140735563653072 18446744073709551615 4226524 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6909/statm: 461 296 106 186 0 274 0
[pid=6910] ppid=6883 vsize=416412 CPUtime=0 cores=0-7
/proc/6910/stat : 6910 (python) S 6883 6883 5923 0 -1 4202560 790 0 0 0 0 0 0 0 15 0 1 0 747341370 426405888 5868 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13359866726238355718 0 0 17 1 0 0 0
/proc/6910/statm: 104103 5868 354 364 0 40000 0
[pid=6912] ppid=6910 vsize=2300 CPUtime=1.54 cores=0-7
/proc/6912/stat : 6912 (march_hi) R 6910 6912 6912 0 -1 4202496 662 0 0 0 154 0 0 0 25 0 1 0 747341371 2355200 394 33554432000 4194304 4955518 140734794633504 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6912/statm: 575 394 106 186 0 388 0
[pid=6883/tid=6890] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6890/stat : 6890 (python) S 6881 6883 5923 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 747341348 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6893/stat : 6893 (python) S 6881 6883 5923 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 747341351 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 5 0 0 0
[pid=6883/tid=6896] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6896/stat : 6896 (python) S 6881 6883 5923 0 -1 4202560 76 935 0 0 0 0 0 0 19 0 9 0 747341354 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 0 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6899/stat : 6899 (python) S 6881 6883 5923 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 747341357 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 7 0 0 0
[pid=6883/tid=6902] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6902/stat : 6902 (python) S 6881 6883 5923 0 -1 4202560 34 935 0 0 0 0 0 0 21 0 9 0 747341360 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6905] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6905/stat : 6905 (python) S 6881 6883 5923 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 747341363 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6908] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6908/stat : 6908 (python) S 6881 6883 5923 0 -1 4202560 36 935 0 0 0 0 0 0 24 0 9 0 747341367 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6911] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6911/stat : 6911 (python) S 6881 6883 5923 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 747341371 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 4369712

[startup+2.80085 s]
/proc/loadavg: 10.23 10.16 10.06 12/408 6912
/proc/meminfo: memFree=23303316/32950928 swapFree=60044320/67111528
[pid=6883] ppid=6881 vsize=426656 CPUtime=0.72 cores=0-7
/proc/6883/stat : 6883 (python) S 6881 6883 5923 0 -1 4202496 15240 935 1 0 63 9 0 0 25 0 9 0 747341286 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6883/statm: 106664 7407 1889 364 0 42561 0
[pid=6889] ppid=6883 vsize=278548 CPUtime=1.75 cores=0-7
/proc/6889/stat : 6889 (python) R 6883 6883 5923 0 -1 4202560 742 0 0 0 151 24 0 0 17 0 1 0 747341347 285233152 5571 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907320581 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/6889/statm: 69637 5571 354 364 0 5555 0
[pid=6891] ppid=6889 vsize=0 CPUtime=0.42 cores=0-7
/proc/6891/stat : 6891 (gnovelty+2) R 6889 6891 6891 0 -1 4202500 445 0 0 0 42 0 0 0 20 0 1 0 747341348 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6891/statm: 0 0 0 0 0 0 0
[pid=6892] ppid=6883 vsize=289340 CPUtime=0 cores=0-7
/proc/6892/stat : 6892 (python) S 6883 6883 5923 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 747341350 296284160 5693 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 18041670525314367746 0 0 17 1 0 0 0
/proc/6892/statm: 72335 5693 348 364 0 8250 0
[pid=6894] ppid=6892 vsize=1017800 CPUtime=2.15 cores=0-7
/proc/6894/stat : 6894 (gnovelty+2) R 6892 6894 6894 0 -1 4202496 444 0 0 0 215 0 0 0 25 0 1 0 747341351 1042227200 181 33554432000 134512640 135663704 4292297936 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6894/statm: 254450 181 113 282 0 254166 0
[pid=6895] ppid=6883 vsize=365132 CPUtime=0 cores=0-7
/proc/6895/stat : 6895 (python) S 6883 6883 5923 0 -1 4202560 716 0 0 0 0 0 0 0 15 0 1 0 747341353 373895168 5870 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13742769451588092163 0 0 17 0 0 0 0
/proc/6895/statm: 91283 5870 348 364 0 27195 0
[pid=6897] ppid=6895 vsize=2148 CPUtime=1.21 cores=0-7
/proc/6897/stat : 6897 (march_hi) R 6895 6897 6897 0 -1 4202496 625 0 0 0 121 0 0 0 25 0 1 0 747341354 2199552 372 33554432000 4194304 4955518 140733450632160 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6897/statm: 537 372 106 186 0 350 0
[pid=6898] ppid=6883 vsize=375388 CPUtime=0 cores=0-7
/proc/6898/stat : 6898 (python) S 6883 6883 5923 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 747341356 384397312 5842 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 17166204457784934657 0 0 17 7 0 0 0
/proc/6898/statm: 93847 5842 348 364 0 29756 0
[pid=6900] ppid=6898 vsize=2528 CPUtime=2.06 cores=0-7
/proc/6900/stat : 6900 (march_hi) R 6898 6900 6900 0 -1 4202496 678 0 0 0 206 0 0 0 25 0 1 0 747341357 2588672 424 33554432000 4194304 4955518 140734449352048 18446744073709551615 4314278 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6900/statm: 632 424 106 186 0 445 0
[pid=6901] ppid=6883 vsize=385644 CPUtime=0 cores=0-7
/proc/6901/stat : 6901 (python) S 6883 6883 5923 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 747341360 394899456 5833 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13180531981701579010 0 0 17 2 0 0 0
/proc/6901/statm: 96411 5833 348 364 0 32317 0
[pid=6903] ppid=6901 vsize=2528 CPUtime=2.03 cores=0-7
/proc/6903/stat : 6903 (march_hi) R 6901 6903 6903 0 -1 4202496 680 0 0 0 203 0 0 0 25 0 1 0 747341361 2588672 424 33554432000 4194304 4955518 140736725937664 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6903/statm: 632 424 106 186 0 445 0
[pid=6904] ppid=6883 vsize=395900 CPUtime=0 cores=0-7
/proc/6904/stat : 6904 (python) S 6883 6883 5923 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 747341363 405401600 5837 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 9754717632342229249 0 0 17 1 0 0 0
/proc/6904/statm: 98975 5837 348 364 0 34878 0
[pid=6906] ppid=6904 vsize=2148 CPUtime=0.9 cores=0-7
/proc/6906/stat : 6906 (march_hi) R 6904 6906 6906 0 -1 4202496 615 0 0 0 90 0 0 0 25 0 1 0 747341366 2199552 356 33554432000 4194304 4955518 140734667217664 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6906/statm: 537 356 106 186 0 350 0
[pid=6907] ppid=6883 vsize=406156 CPUtime=0 cores=0-7
/proc/6907/stat : 6907 (python) S 6883 6883 5923 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 747341367 415903744 5961 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 9902940595859456260 0 0 17 1 0 0 0
/proc/6907/statm: 101539 5961 348 364 0 37439 0
[pid=6909] ppid=6907 vsize=2148 CPUtime=0.94 cores=0-7
/proc/6909/stat : 6909 (march_hi) R 6907 6909 6909 0 -1 4202496 616 0 0 0 94 0 0 0 25 0 1 0 747341369 2199552 359 33554432000 4194304 4955518 140735563653072 18446744073709551615 4235624 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6909/statm: 537 359 106 186 0 350 0
[pid=6910] ppid=6883 vsize=416412 CPUtime=0 cores=0-7
/proc/6910/stat : 6910 (python) S 6883 6883 5923 0 -1 4202560 791 0 0 0 0 0 0 0 15 0 1 0 747341370 426405888 5868 33554432000 4194304 5683644 140736962072608 18446744073709551615 231895510598 0 0 16781312 514 13359866726238355718 0 0 17 1 0 0 0
/proc/6910/statm: 104103 5868 354 364 0 40000 0
[pid=6912] ppid=6910 vsize=2528 CPUtime=1.94 cores=0-7
/proc/6912/stat : 6912 (march_hi) R 6910 6912 6912 0 -1 4202496 686 0 0 0 194 0 0 0 25 0 1 0 747341371 2588672 418 33554432000 4194304 4955518 140734794633504 18446744073709551615 4311784 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6912/statm: 632 418 106 186 0 445 0
[pid=6883/tid=6890] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6890/stat : 6890 (python) S 6881 6883 5923 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 747341348 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6893/stat : 6893 (python) S 6881 6883 5923 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 747341351 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 5 0 0 0
[pid=6883/tid=6896] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6896/stat : 6896 (python) S 6881 6883 5923 0 -1 4202560 76 935 0 0 0 0 0 0 19 0 9 0 747341354 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 0 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6899/stat : 6899 (python) S 6881 6883 5923 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 747341357 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 7 0 0 0
[pid=6883/tid=6902] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6902/stat : 6902 (python) S 6881 6883 5923 0 -1 4202560 34 935 0 0 0 0 0 0 21 0 9 0 747341360 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6905] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6905/stat : 6905 (python) S 6881 6883 5923 0 -1 4202560 35 935 0 0 0 0 0 0 22 0 9 0 747341363 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6908] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6908/stat : 6908 (python) S 6881 6883 5923 0 -1 4202560 36 935 0 0 0 0 0 0 24 0 9 0 747341367 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
[pid=6883/tid=6911] ppid=6881 vsize=426656 CPUtime=0 cores=0-7
/proc/6883/task/6911/stat : 6911 (python) S 6881 6883 5923 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 747341371 436895744 7407 33554432000 4194304 5683644 140736962072608 18446744073709551615 231907314097 0 0 16781312 2 18446604453906826240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.12
Current children cumulated vsize (KiB) 4371004

Child status: 0
Real time (s): 2.89453
CPU time (s): 14.6978
CPU user time (s): 14.3038
CPU system time (s): 0.39394
CPU usage (%): 507.778
Max. virtual memory (cumulated for all children) (KiB): 4371004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3038
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32298
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= 1690
involuntary context switches= 627

runsolver used 0.012998 second user time and 0.030995 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-16 20:38:26
IDJOB=3385620
IDBENCH=82885
IDSOLVER=1870
FILE ID=node114/3385620-1305571106
RUNJOBID= node114-1305564965-5937
PBS_JOBID= 13350136
Free space on /tmp= 72944 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S446351158-079.SATISFIABLE.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-3385620-1305571106/watcher-3385620-1305571106 -o /tmp/evaluation-result-3385620-1305571106/solver-3385620-1305571106 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385620-1305571106.cnf -seed 242786953 -budget 40000 -cores 8

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

MD5SUM BENCH= 871f75d4bb41b463ca12a7a8837d201b
RANDOM SEED=242786953

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23360836 kB
Buffers:         63552 kB
Cached:         527536 kB
SwapCached:      48528 kB
Active:        1162340 kB
Inactive:      8223664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23360836 kB
SwapTotal:    67111528 kB
SwapFree:     60044320 kB
Dirty:           32236 kB
Writeback:           0 kB
AnonPages:     8752852 kB
Mapped:          22444 kB
Slab:            78772 kB
PageTables:      53824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 81477980 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= 72912 MiB
End job on node114 at 2011-05-16 20:38:29