Trace number 3385373

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 369.742 47.9038

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S970203146-047-UNKNOWN.cnf
MD5SUM635ea520fe16a78d41337039f98997e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark580.671
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 517000

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3385373-1305565963.cnf
0.35/0.67	c INFO: computing task features
0.43/0.79	c INFO: computed variable-clause graph statistics
0.43/0.79	c INFO: computed clause balance statistics
1.03/1.39	c INFO: computed variable balance statistics
1.33/1.62	c INFO: computed small-clause counts
1.33/1.62	c INFO: computed Horn-clause counts
1.33/1.64	c INFO: computed variable graph statistics
1.33/1.64	c INFO: collected features for HOME/instance-3385373-1305565963.cnf in 0.96 s
1.33/1.67	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.35)
1.43/1.70	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.12)
1.43/1.73	c INFO: running adaptg2wsat2009++@0 for 97 with 4998 remaining (b = 0.08)
1.43/1.76	c INFO: running adaptg2wsat2009++@0 for 97 with 4998 remaining (b = 0.06)
1.43/1.79	c INFO: running adaptg2wsat2009++@0 for 97 with 4998 remaining (b = 0.05)
1.52/1.82	c INFO: running gnovelty+2@0 for 97 with 4998 remaining (b = 0.04)
1.52/1.85	c INFO: running FH@0 for 97 with 4998 remaining (b = 0.03)
1.52/1.89	c INFO: running adaptg2wsat2009++@0 for 97 with 4998 remaining (b = 0.03)
368.96/47.88	s SATISFIABLE
368.96/47.88	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 126 -127 -128 129 -130 -131 132 133 134 135 -136 137 -138 139 140 -141 142 -143 -144 -145 146 147 148 -149 150 -151 152 -153 -154 155 156 -157 158 159 160 161 -162 163 -164 165 166 167 168 169 -170 171 -172 -173 -174 -175 -176 177 -178 -179 -180 181 -182 -183 -184 -185 186 187 188 189 -190 191 -192 -193 194 -195 -196 -197 198 -199 200 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-3385373-1305565963/watcher-3385373-1305565963 -o /tmp/evaluation-result-3385373-1305565963/solver-3385373-1305565963 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385373-1305565963.cnf -seed 616990486 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 7.58 7.90 5.36 1/374 14483
/proc/meminfo: memFree=18410784/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=15756 CPUtime=0 cores=0-7
/proc/14483/stat : 14483 (python) R 14481 14483 14192 0 -1 4202496 840 0 0 0 0 0 0 0 21 0 1 0 668195996 16134144 724 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473965568 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/14483/statm: 3939 724 334 364 0 426 0

[startup+0.0903969 s]
/proc/loadavg: 7.58 7.90 5.36 1/374 14483
/proc/meminfo: memFree=18410784/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=84524 CPUtime=0.05 cores=0-7
/proc/14483/stat : 14483 (python) R 14481 14483 14192 0 -1 4202496 2170 0 0 0 4 1 0 0 21 0 1 0 668195996 86552576 1922 33554432000 4194304 5683644 140736058499680 18446744073709551615 274469044327 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14483/statm: 21131 1926 551 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100396 s]
/proc/loadavg: 7.58 7.90 5.36 1/374 14483
/proc/meminfo: memFree=18410784/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=87704 CPUtime=0.05 cores=0-7
/proc/14483/stat : 14483 (python) S 14481 14483 14192 0 -1 4202496 2637 0 0 0 4 1 0 0 18 0 1 0 668195996 89808896 2354 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/14483/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300363 s]
/proc/loadavg: 7.58 7.90 5.36 1/374 14483
/proc/meminfo: memFree=18410784/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=135748 CPUtime=0.18 cores=0-7
/proc/14483/stat : 14483 (python) S 14481 14483 14192 0 -1 4202496 5965 932 1 0 13 5 0 0 18 0 1 0 668195996 139005952 4151 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/14483/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700281 s]
/proc/loadavg: 7.58 7.90 5.36 1/374 14483
/proc/meminfo: memFree=18410784/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=279372 CPUtime=0.43 cores=0-7
/proc/14483/stat : 14483 (python) R 14481 14483 14192 0 -1 4202496 9427 932 1 0 31 12 0 0 17 0 1 0 668195996 286076928 7106 33554432000 4194304 5683644 140736058499680 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14483/statm: 69843 7106 1761 364 0 5767 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279372

[startup+1.50107 s]
/proc/loadavg: 7.58 7.90 5.36 2/375 14488
/proc/meminfo: memFree=18385356/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=282588 CPUtime=1.23 cores=0-7
/proc/14483/stat : 14483 (python) R 14481 14483 14192 0 -1 4202496 11333 932 1 0 111 12 0 0 18 0 1 0 668195996 289370112 8060 33554432000 4194304 5683644 140736058499680 18446744073709551615 47972267507776 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14483/statm: 70647 8060 1827 364 0 6571 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 282588

[startup+3.10178 s]
/proc/loadavg: 7.58 7.90 5.36 9/399 14512
/proc/meminfo: memFree=18336400/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=361536 CPUtime=1.61 cores=0-7
/proc/14483/stat : 14483 (python) S 14481 14483 14192 0 -1 4202496 17655 932 1 0 147 14 0 0 25 0 9 0 668195996 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14483/statm: 90384 7368 1891 364 0 26281 0
[pid=14489] ppid=14483 vsize=279232 CPUtime=0 cores=0-7
/proc/14489/stat : 14489 (python) S 14483 14483 14192 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 668196163 285933568 5715 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987599 0 0 16781312 514 2844662260113047810 0 0 17 1 0 0 0
/proc/14489/statm: 69808 5715 354 364 0 5726 0
[pid=14491] ppid=14489 vsize=1018616 CPUtime=1.42 cores=0-7
/proc/14491/stat : 14491 (gnovelty+2) R 14489 14491 14491 0 -1 4202496 763 0 0 0 142 0 0 0 25 0 1 0 668196164 1043062784 501 33554432000 134512640 135663704 4291388224 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14491/statm: 254654 501 113 282 0 254370 0
[pid=14492] ppid=14483 vsize=289624 CPUtime=0 cores=0-7
/proc/14492/stat : 14492 (python) S 14483 14483 14192 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 668196166 296574976 5763 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 12842480259794174210 0 0 17 4 0 0 0
/proc/14492/statm: 72406 5763 348 364 0 8321 0
[pid=14494] ppid=14492 vsize=1018616 CPUtime=1.39 cores=0-7
/proc/14494/stat : 14494 (gnovelty+2) R 14492 14494 14494 0 -1 4202496 765 0 0 0 139 0 0 0 25 0 1 0 668196167 1043062784 501 33554432000 134512640 135663704 4290618400 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14494/statm: 254654 501 113 282 0 254370 0
[pid=14495] ppid=14483 vsize=300012 CPUtime=0 cores=0-7
/proc/14495/stat : 14495 (python) S 14483 14483 14192 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 668196169 307212288 5784 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 16819126844925149183 0 0 17 0 0 0 0
/proc/14495/statm: 75003 5784 348 364 0 10915 0
[pid=14497] ppid=14495 vsize=418500 CPUtime=1.36 cores=0-7
/proc/14497/stat : 14497 (adaptg2wsat2009) R 14495 14497 14497 0 -1 4202496 1074 0 0 0 136 0 0 0 25 0 1 0 668196170 428544000 809 33554432000 134512640 135107411 4293312448 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/14497/statm: 104625 809 49 146 0 103501 0
[pid=14498] ppid=14483 vsize=310268 CPUtime=0 cores=0-7
/proc/14498/stat : 14498 (python) S 14483 14483 14192 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 668196172 317714432 5788 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 7770023277904265215 0 0 17 6 0 0 0
/proc/14498/statm: 77567 5788 348 364 0 13476 0
[pid=14500] ppid=14498 vsize=418500 CPUtime=1.31 cores=0-7
/proc/14500/stat : 14500 (adaptg2wsat2009) R 14498 14500 14500 0 -1 4202496 1072 0 0 0 131 0 0 0 25 0 1 0 668196173 428544000 808 33554432000 134512640 135107411 4292844352 18446744073709551615 134523442 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14500/statm: 104625 808 49 146 0 103501 0
[pid=14501] ppid=14483 vsize=320524 CPUtime=0 cores=0-7
/proc/14501/stat : 14501 (python) S 14483 14483 14192 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 668196176 328216576 5809 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 16819122996634451967 0 0 17 4 0 0 0
/proc/14501/statm: 80131 5809 348 364 0 16037 0
[pid=14503] ppid=14501 vsize=418500 CPUtime=1.28 cores=0-7
/proc/14503/stat : 14503 (adaptg2wsat2009) R 14501 14503 14503 0 -1 4202496 1074 0 0 0 128 0 0 0 25 0 1 0 668196176 428544000 808 33554432000 134512640 135107411 4292348576 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14503/statm: 104625 808 49 146 0 103501 0
[pid=14504] ppid=14483 vsize=330780 CPUtime=0 cores=0-7
/proc/14504/stat : 14504 (python) S 14483 14483 14192 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 668196179 338718720 5813 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 16819119148343722242 0 0 17 4 0 0 0
/proc/14504/statm: 82695 5813 348 364 0 18598 0
[pid=14506] ppid=14504 vsize=1018616 CPUtime=1.26 cores=0-7
/proc/14506/stat : 14506 (gnovelty+2) R 14504 14506 14506 0 -1 4202496 765 0 0 0 126 0 0 0 25 0 1 0 668196179 1043062784 500 33554432000 134512640 135663704 4293964944 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14506/statm: 254654 500 113 282 0 254370 0
[pid=14507] ppid=14483 vsize=341036 CPUtime=0 cores=0-7
/proc/14507/stat : 14507 (python) S 14483 14483 14192 0 -1 4202560 763 0 0 0 0 0 0 0 18 0 1 0 668196182 349220864 5817 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 16819115300053057535 0 0 17 4 0 0 0
/proc/14507/statm: 85259 5817 348 364 0 21159 0
[pid=14509] ppid=14507 vsize=246900 CPUtime=1.21 cores=0-7
/proc/14509/stat : 14509 (FH) R 14507 14509 14509 0 -1 4202496 941 0 0 0 121 0 0 0 25 0 1 0 668196182 252825600 678 33554432000 134512640 134936988 4286987840 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14509/statm: 61725 678 37 104 0 61229 0
[pid=14510] ppid=14483 vsize=351292 CPUtime=0 cores=0-7
/proc/14510/stat : 14510 (python) S 14483 14483 14192 0 -1 4202560 794 0 0 0 0 0 0 0 18 0 1 0 668196185 359723008 5827 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 2880721568579715071 0 0 17 4 0 0 0
/proc/14510/statm: 87823 5827 354 364 0 23720 0
[pid=14512] ppid=14510 vsize=418500 CPUtime=1.17 cores=0-7
/proc/14512/stat : 14512 (adaptg2wsat2009) R 14510 14512 14512 0 -1 4202496 1082 0 0 0 117 0 0 0 25 0 1 0 668196187 428544000 808 33554432000 134512640 135107411 4290320496 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14512/statm: 104625 808 49 146 0 103501 0
[pid=14483/tid=14490] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14490/stat : 14490 (python) S 14481 14483 14192 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668196164 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14493] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14493/stat : 14493 (python) S 14481 14483 14192 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 668196167 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 0 0 0 0
[pid=14483/tid=14496] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14496/stat : 14496 (python) S 14481 14483 14192 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 9 0 668196170 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 2 0 0 0
[pid=14483/tid=14499] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14499/stat : 14499 (python) S 14481 14483 14192 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 668196173 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14502] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14502/stat : 14502 (python) S 14481 14483 14192 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668196176 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14505] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14505/stat : 14505 (python) S 14481 14483 14192 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 668196179 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14508] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14508/stat : 14508 (python) S 14481 14483 14192 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 668196182 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 0 0 0 0
[pid=14483/tid=14511] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14511/stat : 14511 (python) S 14481 14483 14192 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 668196185 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 7861052

[startup+6.30122 s]
/proc/loadavg: 7.61 7.90 5.37 9/399 14512
/proc/meminfo: memFree=18333804/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=361536 CPUtime=1.61 cores=0-7
/proc/14483/stat : 14483 (python) S 14481 14483 14192 0 -1 4202496 17655 932 1 0 147 14 0 0 25 0 9 0 668195996 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14483/statm: 90384 7368 1891 364 0 26281 0
[pid=14489] ppid=14483 vsize=279232 CPUtime=0 cores=0-7
/proc/14489/stat : 14489 (python) S 14483 14483 14192 0 -1 4202560 907 0 0 0 0 0 0 0 18 0 1 0 668196163 285933568 5738 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987599 0 0 16781312 514 2844662260113047810 0 0 17 1 0 0 0
/proc/14489/statm: 69808 5738 377 364 0 5726 0
[pid=14491] ppid=14489 vsize=1018616 CPUtime=4.62 cores=0-7
/proc/14491/stat : 14491 (gnovelty+2) R 14489 14491 14491 0 -1 4202496 763 0 0 0 462 0 0 0 25 0 1 0 668196164 1043062784 501 33554432000 134512640 135663704 4291388224 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14491/statm: 254654 501 113 282 0 254370 0
[pid=14492] ppid=14483 vsize=289624 CPUtime=0.01 cores=0-7
/proc/14492/stat : 14492 (python) S 14483 14483 14192 0 -1 4202560 917 0 0 0 0 1 0 0 18 0 1 0 668196166 296574976 5786 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 12842480259794174210 0 0 17 4 0 0 0
/proc/14492/statm: 72406 5786 371 364 0 8321 0
[pid=14494] ppid=14492 vsize=1018616 CPUtime=4.59 cores=0-7
/proc/14494/stat : 14494 (gnovelty+2) R 14492 14494 14494 0 -1 4202496 765 0 0 0 459 0 0 0 25 0 1 0 668196167 1043062784 501 33554432000 134512640 135663704 4290618400 18446744073709551615 134524916 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14494/statm: 254654 501 113 282 0 254370 0
[pid=14495] ppid=14483 vsize=300012 CPUtime=0 cores=0-7
/proc/14495/stat : 14495 (python) S 14483 14483 14192 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 668196169 307212288 5807 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 16819126844925116674 0 0 17 0 0 0 0
/proc/14495/statm: 75003 5807 371 364 0 10915 0
[pid=14497] ppid=14495 vsize=418636 CPUtime=4.56 cores=0-7
/proc/14497/stat : 14497 (adaptg2wsat2009) R 14495 14497 14497 0 -1 4202496 1221 0 0 0 456 0 0 0 25 0 1 0 668196170 428683264 956 33554432000 134512640 135107411 4293312448 18446744073709551615 134532360 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/14497/statm: 104659 956 59 146 0 103535 0
[pid=14498] ppid=14483 vsize=310268 CPUtime=0.01 cores=0-7
/proc/14498/stat : 14498 (python) S 14483 14483 14192 0 -1 4202560 924 0 0 0 0 1 0 0 18 0 1 0 668196172 317714432 5811 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 7770023277904232707 0 0 17 6 0 0 0
/proc/14498/statm: 77567 5811 371 364 0 13476 0
[pid=14500] ppid=14498 vsize=418636 CPUtime=4.47 cores=0-7
/proc/14500/stat : 14500 (adaptg2wsat2009) R 14498 14500 14500 0 -1 4202496 1219 0 0 0 447 0 0 0 25 0 1 0 668196173 428683264 955 33554432000 134512640 135107411 4292844352 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14500/statm: 104659 955 59 146 0 103535 0
[pid=14501] ppid=14483 vsize=320524 CPUtime=0.01 cores=0-7
/proc/14501/stat : 14501 (python) S 14483 14483 14192 0 -1 4202560 933 0 0 0 1 0 0 0 18 0 1 0 668196176 328216576 5832 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 16819122996634419458 0 0 17 4 0 0 0
/proc/14501/statm: 80131 5832 371 364 0 16037 0
[pid=14503] ppid=14501 vsize=418636 CPUtime=4.4 cores=0-7
/proc/14503/stat : 14503 (adaptg2wsat2009) R 14501 14503 14503 0 -1 4202496 1221 0 0 0 440 0 0 0 25 0 1 0 668196176 428683264 955 33554432000 134512640 135107411 4292348576 18446744073709551615 134531822 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14503/statm: 104659 955 59 146 0 103535 0
[pid=14504] ppid=14483 vsize=330780 CPUtime=0 cores=0-7
/proc/14504/stat : 14504 (python) S 14483 14483 14192 0 -1 4202560 952 0 0 0 0 0 0 0 18 0 1 0 668196179 338718720 5836 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 16819119148343722242 0 0 17 4 0 0 0
/proc/14504/statm: 82695 5836 371 364 0 18598 0
[pid=14506] ppid=14504 vsize=1018616 CPUtime=4.45 cores=0-7
/proc/14506/stat : 14506 (gnovelty+2) R 14504 14506 14506 0 -1 4202496 765 0 0 0 445 0 0 0 25 0 1 0 668196179 1043062784 500 33554432000 134512640 135663704 4293964944 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14506/statm: 254654 500 113 282 0 254370 0
[pid=14507] ppid=14483 vsize=341036 CPUtime=0.01 cores=0-7
/proc/14507/stat : 14507 (python) S 14483 14483 14192 0 -1 4202560 958 0 0 0 1 0 0 0 18 0 1 0 668196182 349220864 5840 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 16819115300053025025 0 0 17 4 0 0 0
/proc/14507/statm: 85259 5840 371 364 0 21159 0
[pid=14509] ppid=14507 vsize=248652 CPUtime=4.39 cores=0-7
/proc/14509/stat : 14509 (FH) R 14507 14509 14509 0 -1 4202496 1122 0 0 0 439 0 0 0 25 0 1 0 668196182 254619648 857 33554432000 134512640 134936988 4286987840 18446744073709551615 134553254 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14509/statm: 62163 857 41 104 0 61667 0
[pid=14510] ppid=14483 vsize=351292 CPUtime=0.01 cores=0-7
/proc/14510/stat : 14510 (python) S 14483 14483 14192 0 -1 4202560 1003 0 0 0 0 1 0 0 18 0 1 0 668196185 359723008 5850 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 2880721568579682564 0 0 17 4 0 0 0
/proc/14510/statm: 87823 5850 377 364 0 23720 0
[pid=14512] ppid=14510 vsize=418636 CPUtime=4.35 cores=0-7
/proc/14512/stat : 14512 (adaptg2wsat2009) R 14510 14512 14512 0 -1 4202496 1229 0 0 0 435 0 0 0 25 0 1 0 668196187 428683264 955 33554432000 134512640 135107411 4290320496 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14512/statm: 104659 955 59 146 0 103535 0

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

/proc/14483/task/14493/stat : 14493 (python) S 14481 14483 14192 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 668196167 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 0 0 0 0
[pid=14483/tid=14496] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14496/stat : 14496 (python) S 14481 14483 14192 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 9 0 668196170 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 2 0 0 0
[pid=14483/tid=14499] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14499/stat : 14499 (python) S 14481 14483 14192 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 668196173 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14502] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14502/stat : 14502 (python) S 14481 14483 14192 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668196176 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14505] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14505/stat : 14505 (python) S 14481 14483 14192 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 668196179 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14508] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14508/stat : 14508 (python) S 14481 14483 14192 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 668196182 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 0 0 0 0
[pid=14483/tid=14511] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14511/stat : 14511 (python) S 14481 14483 14192 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 668196185 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 356.97
Current children cumulated vsize (KiB) 7863348

[startup+47.101 s]
/proc/loadavg: 7.86 7.93 5.48 9/399 14513
/proc/meminfo: memFree=18334180/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=361536 CPUtime=1.61 cores=0-7
/proc/14483/stat : 14483 (python) S 14481 14483 14192 0 -1 4202496 17655 932 1 0 147 14 0 0 25 0 9 0 668195996 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14483/statm: 90384 7368 1891 364 0 26281 0
[pid=14489] ppid=14483 vsize=279232 CPUtime=0.11 cores=0-7
/proc/14489/stat : 14489 (python) S 14483 14483 14192 0 -1 4202560 919 0 0 0 6 5 0 0 18 0 1 0 668196163 285933568 5738 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987599 0 0 16781312 514 8357607785050898690 0 0 17 1 0 0 0
/proc/14489/statm: 69808 5738 377 364 0 5726 0
[pid=14491] ppid=14489 vsize=1018616 CPUtime=45.42 cores=0-7
/proc/14491/stat : 14491 (gnovelty+2) R 14489 14491 14491 0 -1 4202496 763 0 0 0 4542 0 0 0 25 0 1 0 668196164 1043062784 501 33554432000 134512640 135663704 4291388224 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14491/statm: 254654 501 113 282 0 254370 0
[pid=14492] ppid=14483 vsize=289624 CPUtime=0.13 cores=0-7
/proc/14492/stat : 14492 (python) S 14483 14483 14192 0 -1 4202560 932 0 0 0 7 6 0 0 18 0 1 0 668196166 296574976 5786 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898690 0 0 17 0 0 0 0
/proc/14492/statm: 72406 5786 371 364 0 8321 0
[pid=14494] ppid=14492 vsize=1018616 CPUtime=45.39 cores=0-7
/proc/14494/stat : 14494 (gnovelty+2) R 14492 14494 14494 0 -1 4202496 765 0 0 0 4539 0 0 0 25 0 1 0 668196167 1043062784 501 33554432000 134512640 135663704 4290618400 18446744073709551615 134525701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14494/statm: 254654 501 113 282 0 254370 0
[pid=14495] ppid=14483 vsize=300012 CPUtime=0.11 cores=0-7
/proc/14495/stat : 14495 (python) S 14483 14483 14192 0 -1 4202560 922 0 0 0 6 5 0 0 18 0 1 0 668196169 307212288 5807 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898690 0 0 17 0 0 0 0
/proc/14495/statm: 75003 5807 371 364 0 10915 0
[pid=14497] ppid=14495 vsize=418636 CPUtime=45.31 cores=0-7
/proc/14497/stat : 14497 (adaptg2wsat2009) R 14495 14497 14497 0 -1 4202496 1221 0 0 0 4531 0 0 0 25 0 1 0 668196170 428683264 956 33554432000 134512640 135107411 4293312448 18446744073709551615 134531724 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/14497/statm: 104659 956 59 146 0 103535 0
[pid=14498] ppid=14483 vsize=310268 CPUtime=0.11 cores=0-7
/proc/14498/stat : 14498 (python) S 14483 14483 14192 0 -1 4202560 940 0 0 0 5 6 0 0 18 0 1 0 668196172 317714432 5811 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898691 0 0 17 6 0 0 0
/proc/14498/statm: 77567 5811 371 364 0 13476 0
[pid=14500] ppid=14498 vsize=418636 CPUtime=44.74 cores=0-7
/proc/14500/stat : 14500 (adaptg2wsat2009) R 14498 14500 14500 0 -1 4202496 1219 0 0 0 4474 0 0 0 25 0 1 0 668196173 428683264 955 33554432000 134512640 135107411 4292844352 18446744073709551615 134532121 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14500/statm: 104659 955 59 146 0 103535 0
[pid=14501] ppid=14483 vsize=320524 CPUtime=0.62 cores=0-7
/proc/14501/stat : 14501 (python) R 14483 14483 14192 0 -1 4202560 953 0 0 0 49 13 0 0 16 0 1 0 668196176 328216576 5832 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485797695 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/14501/statm: 80131 5832 371 364 0 16037 0
[pid=14503] ppid=14501 vsize=0 CPUtime=44.18 cores=0-7
/proc/14503/stat : 14503 (adaptg2wsat2009) R 14501 14503 14503 0 -1 4202500 1234 0 0 0 4418 0 0 0 25 0 1 0 668196176 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14503/statm: 0 0 0 0 0 0 0
[pid=14504] ppid=14483 vsize=330780 CPUtime=0.13 cores=0-7
/proc/14504/stat : 14504 (python) S 14483 14483 14192 0 -1 4202560 966 0 0 0 6 7 0 0 18 0 1 0 668196179 338718720 5836 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898690 0 0 17 2 0 0 0
/proc/14504/statm: 82695 5836 371 364 0 18598 0
[pid=14506] ppid=14504 vsize=1018616 CPUtime=45.13 cores=0-7
/proc/14506/stat : 14506 (gnovelty+2) R 14504 14506 14506 0 -1 4202496 765 0 0 0 4513 0 0 0 25 0 1 0 668196179 1043062784 500 33554432000 134512640 135663704 4293964944 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14506/statm: 254654 500 113 282 0 254370 0
[pid=14507] ppid=14483 vsize=341036 CPUtime=0.13 cores=0-7
/proc/14507/stat : 14507 (python) S 14483 14483 14192 0 -1 4202560 971 0 0 0 7 6 0 0 18 0 1 0 668196182 349220864 5840 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898689 0 0 17 6 0 0 0
/proc/14507/statm: 85259 5840 371 364 0 21159 0
[pid=14509] ppid=14507 vsize=248652 CPUtime=45.07 cores=0-7
/proc/14509/stat : 14509 (FH) R 14507 14509 14509 0 -1 4202496 1122 0 0 0 4506 1 0 0 25 0 1 0 668196182 254619648 857 33554432000 134512640 134936988 4286987840 18446744073709551615 134553427 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14509/statm: 62163 857 41 104 0 61667 0
[pid=14510] ppid=14483 vsize=351292 CPUtime=0.13 cores=0-7
/proc/14510/stat : 14510 (python) S 14483 14483 14192 0 -1 4202560 1015 0 0 0 5 8 0 0 18 0 1 0 668196185 359723008 5850 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898692 0 0 17 2 0 0 0
/proc/14510/statm: 87823 5850 377 364 0 23720 0
[pid=14512] ppid=14510 vsize=418636 CPUtime=45.05 cores=0-7
/proc/14512/stat : 14512 (adaptg2wsat2009) R 14510 14512 14512 0 -1 4202496 1229 0 0 0 4505 0 0 0 25 0 1 0 668196187 428683264 955 33554432000 134512640 135107411 4290320496 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14512/statm: 104659 955 59 146 0 103535 0
[pid=14483/tid=14490] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14490/stat : 14490 (python) S 14481 14483 14192 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668196164 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14493] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14493/stat : 14493 (python) S 14481 14483 14192 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 668196167 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 0 0 0 0
[pid=14483/tid=14496] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14496/stat : 14496 (python) S 14481 14483 14192 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 9 0 668196170 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 2 0 0 0
[pid=14483/tid=14499] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14499/stat : 14499 (python) S 14481 14483 14192 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 668196173 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14502] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14502/stat : 14502 (python) S 14481 14483 14192 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668196176 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14505] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14505/stat : 14505 (python) S 14481 14483 14192 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 668196179 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14508] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14508/stat : 14508 (python) S 14481 14483 14192 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 668196182 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 0 0 0 0
[pid=14483/tid=14511] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14511/stat : 14511 (python) S 14481 14483 14192 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 668196185 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 363.37
Current children cumulated vsize (KiB) 7444712

[startup+47.501 s]
/proc/loadavg: 7.86 7.93 5.48 11/399 14513
/proc/meminfo: memFree=18336784/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=361536 CPUtime=1.61 cores=0-7
/proc/14483/stat : 14483 (python) S 14481 14483 14192 0 -1 4202496 17655 932 1 0 147 14 0 0 25 0 9 0 668195996 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14483/statm: 90384 7368 1891 364 0 26281 0
[pid=14489] ppid=14483 vsize=279232 CPUtime=0.11 cores=0-7
/proc/14489/stat : 14489 (python) S 14483 14483 14192 0 -1 4202560 919 0 0 0 6 5 0 0 18 0 1 0 668196163 285933568 5738 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987599 0 0 16781312 514 8357607785050898690 0 0 17 1 0 0 0
/proc/14489/statm: 69808 5738 377 364 0 5726 0
[pid=14491] ppid=14489 vsize=1018616 CPUtime=45.82 cores=0-7
/proc/14491/stat : 14491 (gnovelty+2) R 14489 14491 14491 0 -1 4202496 763 0 0 0 4582 0 0 0 25 0 1 0 668196164 1043062784 501 33554432000 134512640 135663704 4291388224 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14491/statm: 254654 501 113 282 0 254370 0
[pid=14492] ppid=14483 vsize=289624 CPUtime=0.13 cores=0-7
/proc/14492/stat : 14492 (python) S 14483 14483 14192 0 -1 4202560 932 0 0 0 7 6 0 0 18 0 1 0 668196166 296574976 5786 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898690 0 0 17 0 0 0 0
/proc/14492/statm: 72406 5786 371 364 0 8321 0
[pid=14494] ppid=14492 vsize=1018616 CPUtime=45.79 cores=0-7
/proc/14494/stat : 14494 (gnovelty+2) R 14492 14494 14494 0 -1 4202496 765 0 0 0 4579 0 0 0 25 0 1 0 668196167 1043062784 501 33554432000 134512640 135663704 4290618400 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14494/statm: 254654 501 113 282 0 254370 0
[pid=14495] ppid=14483 vsize=300012 CPUtime=0.11 cores=0-7
/proc/14495/stat : 14495 (python) S 14483 14483 14192 0 -1 4202560 922 0 0 0 6 5 0 0 18 0 1 0 668196169 307212288 5807 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898690 0 0 17 0 0 0 0
/proc/14495/statm: 75003 5807 371 364 0 10915 0
[pid=14497] ppid=14495 vsize=418636 CPUtime=45.71 cores=0-7
/proc/14497/stat : 14497 (adaptg2wsat2009) R 14495 14497 14497 0 -1 4202496 1221 0 0 0 4571 0 0 0 25 0 1 0 668196170 428683264 956 33554432000 134512640 135107411 4293312448 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/14497/statm: 104659 956 59 146 0 103535 0
[pid=14498] ppid=14483 vsize=310268 CPUtime=0.11 cores=0-7
/proc/14498/stat : 14498 (python) S 14483 14483 14192 0 -1 4202560 940 0 0 0 5 6 0 0 18 0 1 0 668196172 317714432 5811 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898691 0 0 17 6 0 0 0
/proc/14498/statm: 77567 5811 371 364 0 13476 0
[pid=14500] ppid=14498 vsize=418636 CPUtime=45.13 cores=0-7
/proc/14500/stat : 14500 (adaptg2wsat2009) R 14498 14500 14500 0 -1 4202496 1219 0 0 0 4513 0 0 0 25 0 1 0 668196173 428683264 955 33554432000 134512640 135107411 4292844352 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14500/statm: 104659 955 59 146 0 103535 0
[pid=14501] ppid=14483 vsize=320524 CPUtime=1.02 cores=0-7
/proc/14501/stat : 14501 (python) R 14483 14483 14192 0 -1 4202560 953 0 0 0 84 18 0 0 16 0 1 0 668196176 328216576 5832 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485797695 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/14501/statm: 80131 5832 371 364 0 16037 0
[pid=14503] ppid=14501 vsize=0 CPUtime=44.18 cores=0-7
/proc/14503/stat : 14503 (adaptg2wsat2009) R 14501 14503 14503 0 -1 4202500 1234 0 0 0 4418 0 0 0 25 0 1 0 668196176 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14503/statm: 0 0 0 0 0 0 0
[pid=14504] ppid=14483 vsize=330780 CPUtime=0.13 cores=0-7
/proc/14504/stat : 14504 (python) S 14483 14483 14192 0 -1 4202560 966 0 0 0 6 7 0 0 18 0 1 0 668196179 338718720 5836 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898690 0 0 17 2 0 0 0
/proc/14504/statm: 82695 5836 371 364 0 18598 0
[pid=14506] ppid=14504 vsize=1018616 CPUtime=45.53 cores=0-7
/proc/14506/stat : 14506 (gnovelty+2) R 14504 14506 14506 0 -1 4202496 765 0 0 0 4553 0 0 0 25 0 1 0 668196179 1043062784 500 33554432000 134512640 135663704 4293964944 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14506/statm: 254654 500 113 282 0 254370 0
[pid=14507] ppid=14483 vsize=341036 CPUtime=0.13 cores=0-7
/proc/14507/stat : 14507 (python) S 14483 14483 14192 0 -1 4202560 971 0 0 0 7 6 0 0 18 0 1 0 668196182 349220864 5840 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898689 0 0 17 6 0 0 0
/proc/14507/statm: 85259 5840 371 364 0 21159 0
[pid=14509] ppid=14507 vsize=248652 CPUtime=45.47 cores=0-7
/proc/14509/stat : 14509 (FH) R 14507 14509 14509 0 -1 4202496 1122 0 0 0 4546 1 0 0 25 0 1 0 668196182 254619648 857 33554432000 134512640 134936988 4286987840 18446744073709551615 134545087 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14509/statm: 62163 857 41 104 0 61667 0
[pid=14510] ppid=14483 vsize=351292 CPUtime=0.13 cores=0-7
/proc/14510/stat : 14510 (python) S 14483 14483 14192 0 -1 4202560 1015 0 0 0 5 8 0 0 18 0 1 0 668196185 359723008 5850 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473987654 0 0 16781312 514 8357607785050898692 0 0 17 2 0 0 0
/proc/14510/statm: 87823 5850 377 364 0 23720 0
[pid=14512] ppid=14510 vsize=418636 CPUtime=45.45 cores=0-7
/proc/14512/stat : 14512 (adaptg2wsat2009) R 14510 14512 14512 0 -1 4202496 1229 0 0 0 4545 0 0 0 25 0 1 0 668196187 428683264 955 33554432000 134512640 135107411 4290320496 18446744073709551615 134531720 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14512/statm: 104659 955 59 146 0 103535 0
[pid=14483/tid=14490] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14490/stat : 14490 (python) S 14481 14483 14192 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668196164 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14493] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14493/stat : 14493 (python) S 14481 14483 14192 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 668196167 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 0 0 0 0
[pid=14483/tid=14496] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14496/stat : 14496 (python) S 14481 14483 14192 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 9 0 668196170 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 2 0 0 0
[pid=14483/tid=14499] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14499/stat : 14499 (python) S 14481 14483 14192 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 668196173 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14502] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14502/stat : 14502 (python) S 14481 14483 14192 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668196176 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14505] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14505/stat : 14505 (python) S 14481 14483 14192 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 668196179 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 6 0 0 0
[pid=14483/tid=14508] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14508/stat : 14508 (python) S 14481 14483 14192 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 668196182 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 0 0 0 0
[pid=14483/tid=14511] ppid=14481 vsize=361536 CPUtime=0 cores=0-7
/proc/14483/task/14511/stat : 14511 (python) S 14481 14483 14192 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 668196185 370212864 7368 33554432000 4194304 5683644 140736058499680 18446744073709551615 274485791153 0 0 16781312 2 18446604453864230976 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 366.56
Current children cumulated vsize (KiB) 7444712

[startup+47.9009 s]
/proc/loadavg: 7.86 7.93 5.48 11/399 14513
/proc/meminfo: memFree=18336784/32950928 swapFree=67042944/67111528
[pid=14483] ppid=14481 vsize=310208 CPUtime=369.71 cores=0-7
/proc/14483/stat : 14483 (python) R 14481 14483 14192 0 -1 4202496 21996 17452 1 0 149 14 36733 75 17 0 1 0 668195996 317652992 7333 33554432000 4194304 5683644 140736058499680 18446744073709551615 274473623632 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/14483/statm: 77552 7333 1876 364 0 13476 0
Current children cumulated CPU time (s) 369.71
Current children cumulated vsize (KiB) 310208

Child status: 0
Real time (s): 47.9038
CPU time (s): 369.742
CPU user time (s): 368.834
CPU system time (s): 0.907861
CPU usage (%): 771.843
Max. virtual memory (cumulated for all children) (KiB): 7863352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 368.834
system time used= 0.907861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39589
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= 3836
involuntary context switches= 2323

runsolver used 0.182972 second user time and 0.447931 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-16 19:12:43
IDJOB=3385373
IDBENCH=82638
IDSOLVER=1870
FILE ID=node125/3385373-1305565963
RUNJOBID= node125-1305564963-14206
PBS_JOBID= 13350125
Free space on /tmp= 73244 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S970203146-047-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-3385373-1305565963/watcher-3385373-1305565963 -o /tmp/evaluation-result-3385373-1305565963/solver-3385373-1305565963 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385373-1305565963.cnf -seed 616990486 -budget 40000 -cores 8

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

MD5SUM BENCH= 635ea520fe16a78d41337039f98997e5
RANDOM SEED=616990486

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:      18411080 kB
Buffers:        200332 kB
Cached:        1930408 kB
SwapCached:      55652 kB
Active:        7257756 kB
Inactive:      6944820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18411080 kB
SwapTotal:    67111528 kB
SwapFree:     67042944 kB
Dirty:           31940 kB
Writeback:           0 kB
AnonPages:    12015916 kB
Mapped:          35596 kB
Slab:           217424 kB
PageTables:      48460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 89104576 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= 73212 MiB
End job on node125 at 2011-05-16 19:13:31