Trace number 3313104

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
STRUCTure 0.1SAT 3987.14 1003.11

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_399.cnf
MD5SUM693b5fe291cecff45feff3be98a908cf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.87165
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses21294
Sum of the clauses size93307
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2265
Number of clauses of size 319364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51665

Solver Data

0.10/0.12	23:40 INFO : Reading from input HOME/instance-3313104-1304184220.cnf
0.62/0.40	Executor set job limit to 1000000
0.62/0.40	Executor set job limit to 1000000
0.62/0.40	Executor set job limit to 1000000
0.62/0.40	Executor set job limit to 1000000
0.62/0.40	Starting Executor!
0.62/0.40	Starting Executor!
0.62/0.40	Starting Executor!
0.62/0.40	Starting Executor!
1.54/0.83	23:41 INFO : 199 variables remaining out of 200
1.54/0.83	23:41 INFO : 113985 literals remaining out of 114601
3986.73/1003.09	c Elapsed time 1002.973
3986.73/1003.09	s SATISFIABLE
3986.73/1003.09	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3313104-1304184220/watcher-3313104-1304184220 -o /tmp/evaluation-result-3313104-1304184220/solver-3313104-1304184220 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313104-1304184220.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 4.45 5.85 2/174 28392
/proc/meminfo: memFree=30262536/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/28392/stat : 28392 (java) R 28390 28392 27376 0 -1 4202496 920 0 0 0 0 0 0 0 22 0 1 0 530021794 23580672 405 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248084735744 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28392/statm: 5757 418 323 9 0 124 0

[startup+0.00871799 s]
/proc/loadavg: 4.04 4.45 5.85 2/174 28392
/proc/meminfo: memFree=30262536/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/28392/stat : 28392 (java) S 28390 28392 27376 0 -1 4202496 1490 0 0 0 0 0 0 0 22 0 2 0 530021794 31260672 951 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101500901 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 7632 951 731 9 0 383 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30528

[startup+0.100695 s]
/proc/loadavg: 4.04 4.45 5.85 2/174 28392
/proc/meminfo: memFree=30262536/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=15676900 CPUtime=0.1 cores=1,3,5,7
/proc/28392/stat : 28392 (java) S 28390 28392 27376 0 -1 4202496 5566 0 1 0 9 1 0 0 22 0 18 0 530021794 16053145600 4972 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 3919225 4972 2116 9 0 3909944 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676900

[startup+0.300661 s]
/proc/loadavg: 4.04 4.45 5.85 2/174 28392
/proc/meminfo: memFree=30262536/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=15680996 CPUtime=0.51 cores=1,3,5,7
/proc/28392/stat : 28392 (java) S 28390 28392 27376 0 -1 4202496 14262 0 1 0 49 2 0 0 22 0 18 0 530021794 16057339904 12837 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 3920249 12844 2207 9 0 3910968 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680996

[startup+0.700591 s]
/proc/loadavg: 4.04 4.45 5.85 2/174 28392
/proc/meminfo: memFree=30262536/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=15697396 CPUtime=1.31 cores=1,3,5,7
/proc/28392/stat : 28392 (java) S 28390 28392 27376 0 -1 4202496 35252 0 1 0 126 5 0 0 22 0 22 0 530021794 16074133504 32383 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 3924349 32384 2248 9 0 3915068 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 15697396

[startup+1.50145 s]
/proc/loadavg: 3.96 4.43 5.84 6/220 28441
/proc/meminfo: memFree=29962276/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=15697396 CPUtime=3.81 cores=1,3,5,7
/proc/28392/stat : 28392 (java) S 28390 28392 27376 0 -1 4202496 46729 0 1 0 374 7 0 0 22 0 22 0 530021794 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 3924349 43856 2275 9 0 3915068 0
[pid=28392/tid=28395] ppid=28390 vsize=15697396 CPUtime=0.81 cores=1,3,5,7
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 27376 0 -1 4202560 26241 0 1 0 78 3 0 0 25 0 22 0 530021795 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28396] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530021796 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28397] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530021796 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530021796 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28399] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530021796 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530021796 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 27376 0 -1 4202560 500 0 0 0 0 0 0 0 18 0 22 0 530021796 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 27376 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 22 0 530021796 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 27376 0 -1 4202560 423 0 0 0 0 0 0 0 18 0 22 0 530021796 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28409] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28409/stat : 28409 (java) S 28390 28392 27376 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 530021797 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 0 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28419] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28419/stat : 28419 (java) S 28390 28392 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28420] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28420/stat : 28420 (java) S 28390 28392 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28424] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28424/stat : 28424 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101521841 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28425] ppid=28390 vsize=15697396 CPUtime=0.64 cores=1,3,5,7
/proc/28392/task/28425/stat : 28425 (java) S 28390 28392 27376 0 -1 4202560 3539 0 0 0 64 0 0 0 25 0 22 0 530021799 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28426] ppid=28390 vsize=15697396 CPUtime=0.66 cores=1,3,5,7
/proc/28392/task/28426/stat : 28426 (java) R 28390 28392 27376 0 -1 4202560 4785 0 0 0 66 0 0 0 25 0 22 0 530021799 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28392/tid=28427] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28427/stat : 28427 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28428] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28428/stat : 28428 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530021799 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28434] ppid=28390 vsize=15697396 CPUtime=0.37 cores=1,3,5,7
/proc/28392/task/28434/stat : 28434 (java) R 28390 28392 27376 0 -1 4202560 2262 0 0 0 37 0 0 0 20 0 22 0 530021835 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912506021864 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28392/tid=28435] ppid=28390 vsize=15697396 CPUtime=0.44 cores=1,3,5,7
/proc/28392/task/28435/stat : 28435 (java) R 28390 28392 27376 0 -1 4202560 3046 0 0 0 44 0 0 0 21 0 22 0 530021835 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912506021344 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28392/tid=28436] ppid=28390 vsize=15697396 CPUtime=0.36 cores=1,3,5,7
/proc/28392/task/28436/stat : 28436 (java) R 28390 28392 27376 0 -1 4202560 543 0 0 0 36 0 0 0 19 0 22 0 530021835 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505885082 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28392/tid=28437] ppid=28390 vsize=15697396 CPUtime=0.45 cores=1,3,5,7
/proc/28392/task/28437/stat : 28437 (java) R 28390 28392 27376 0 -1 4202560 3101 0 0 0 45 0 0 0 20 0 22 0 530021835 16074133504 43856 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505878626 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 15697396

[startup+3.10117 s]
/proc/loadavg: 3.96 4.43 5.84 13/220 28441
/proc/meminfo: memFree=29888704/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=15697396 CPUtime=10.18 cores=1,3,5,7
/proc/28392/stat : 28392 (java) S 28390 28392 27376 0 -1 4202496 84899 0 1 0 1005 13 0 0 22 0 22 0 530021794 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 3924349 82013 2278 9 0 3915068 0
[pid=28392/tid=28395] ppid=28390 vsize=15697396 CPUtime=0.81 cores=1,3,5,7
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 27376 0 -1 4202560 26241 0 1 0 78 3 0 0 25 0 22 0 530021795 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28396] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 27376 0 -1 4202560 1786 0 0 0 0 0 0 0 16 0 22 0 530021796 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28397] ppid=28390 vsize=15697396 CPUtime=0.01 cores=1,3,5,7
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 27376 0 -1 4202560 1226 0 0 0 1 0 0 0 15 0 22 0 530021796 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 27376 0 -1 4202560 1572 0 0 0 0 0 0 0 16 0 22 0 530021796 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28399] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 27376 0 -1 4202560 1311 0 0 0 0 0 0 0 16 0 22 0 530021796 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 27376 0 -1 4202560 1545 0 0 0 0 0 0 0 15 0 22 0 530021796 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=15697396 CPUtime=0.01 cores=1,3,5,7
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 27376 0 -1 4202560 2970 0 0 0 1 0 0 0 16 0 22 0 530021796 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 27376 0 -1 4202560 1623 0 0 0 0 0 0 0 15 0 22 0 530021796 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 27376 0 -1 4202560 2780 0 0 0 0 0 0 0 15 0 22 0 530021796 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28409] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28409/stat : 28409 (java) S 28390 28392 27376 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 22 0 530021797 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 0 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28419] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28419/stat : 28419 (java) S 28390 28392 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28420] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28420/stat : 28420 (java) S 28390 28392 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28424] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28424/stat : 28424 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101521841 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28425] ppid=28390 vsize=15697396 CPUtime=0.72 cores=1,3,5,7
/proc/28392/task/28425/stat : 28425 (java) S 28390 28392 27376 0 -1 4202560 3549 0 0 0 72 0 0 0 17 0 22 0 530021799 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28426] ppid=28390 vsize=15697396 CPUtime=0.78 cores=1,3,5,7
/proc/28392/task/28426/stat : 28426 (java) S 28390 28392 27376 0 -1 4202560 4819 0 0 0 77 1 0 0 15 0 22 0 530021799 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28427] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28427/stat : 28427 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28428] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28428/stat : 28428 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530021799 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28434] ppid=28390 vsize=15697396 CPUtime=1.89 cores=1,3,5,7
/proc/28392/task/28434/stat : 28434 (java) R 28390 28392 27376 0 -1 4202560 8872 0 0 0 188 1 0 0 24 0 22 0 530021835 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505884792 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28392/tid=28435] ppid=28390 vsize=15697396 CPUtime=1.9 cores=1,3,5,7
/proc/28392/task/28435/stat : 28435 (java) R 28390 28392 27376 0 -1 4202560 9283 0 0 0 190 0 0 0 25 0 22 0 530021835 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505884973 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28392/tid=28436] ppid=28390 vsize=15697396 CPUtime=1.89 cores=1,3,5,7
/proc/28392/task/28436/stat : 28436 (java) R 28390 28392 27376 0 -1 4202560 6233 0 0 0 189 0 0 0 21 0 22 0 530021835 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505748584 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28392/tid=28437] ppid=28390 vsize=15697396 CPUtime=2.02 cores=1,3,5,7
/proc/28392/task/28437/stat : 28437 (java) R 28390 28392 27376 0 -1 4202560 9502 0 0 0 202 0 0 0 25 0 22 0 530021835 16074133504 82013 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 47608145395782 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 15697396

[startup+6.3016 s]
/proc/loadavg: 4.28 4.48 5.85 9/220 28441
/proc/meminfo: memFree=29100436/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=15697396 CPUtime=22.94 cores=1,3,5,7
/proc/28392/stat : 28392 (java) S 28390 28392 27376 0 -1 4202496 147689 0 1 0 2273 21 0 0 22 0 22 0 530021794 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 3924349 142513 2278 9 0 3915068 0
[pid=28392/tid=28395] ppid=28390 vsize=15697396 CPUtime=0.81 cores=1,3,5,7
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 27376 0 -1 4202560 26241 0 1 0 78 3 0 0 25 0 22 0 530021795 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28396] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 27376 0 -1 4202560 1864 0 0 0 0 0 0 0 15 0 22 0 530021796 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28397] ppid=28390 vsize=15697396 CPUtime=0.01 cores=1,3,5,7
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 27376 0 -1 4202560 1556 0 0 0 1 0 0 0 15 0 22 0 530021796 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 27376 0 -1 4202560 2362 0 0 0 0 0 0 0 15 0 22 0 530021796 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28399] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 27376 0 -1 4202560 1311 0 0 0 0 0 0 0 15 0 22 0 530021796 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 27376 0 -1 4202560 2248 0 0 0 0 0 0 0 15 0 22 0 530021796 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=15697396 CPUtime=0.01 cores=1,3,5,7
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 27376 0 -1 4202560 3685 0 0 0 1 0 0 0 16 0 22 0 530021796 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 27376 0 -1 4202560 1976 0 0 0 0 0 0 0 15 0 22 0 530021796 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 27376 0 -1 4202560 3972 0 0 0 0 0 0 0 15 0 22 0 530021796 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28409] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28409/stat : 28409 (java) S 28390 28392 27376 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 22 0 530021797 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 0 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28419] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28419/stat : 28419 (java) S 28390 28392 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28420] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28420/stat : 28420 (java) S 28390 28392 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28424] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28424/stat : 28424 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101521841 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28425] ppid=28390 vsize=15697396 CPUtime=0.76 cores=1,3,5,7
/proc/28392/task/28425/stat : 28425 (java) S 28390 28392 27376 0 -1 4202560 3554 0 0 0 76 0 0 0 15 0 22 0 530021799 16074133504 142513 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0

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

[pid=28392/tid=28437] ppid=28390 vsize=15697396 CPUtime=870.48 cores=1,3,5,7
/proc/28392/task/28437/stat : 28437 (java) R 28390 28392 27376 0 -1 4202560 237837 0 0 0 87010 38 0 0 25 0 22 0 530021835 16074133504 72036 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3506.82
Current children cumulated vsize (KiB) 15697396

[startup+942.301 s]
/proc/loadavg: 8.23 7.98 7.26 9/220 28466
/proc/meminfo: memFree=29670928/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=15697396 CPUtime=3745.44 cores=1,3,5,7
/proc/28392/stat : 28392 (java) S 28390 28392 27376 0 -1 4202496 1982555 0 1 0 374119 425 0 0 22 0 22 0 530021794 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 3924349 63434 2298 9 0 3915068 0
[pid=28392/tid=28395] ppid=28390 vsize=15697396 CPUtime=0.81 cores=1,3,5,7
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 27376 0 -1 4202560 26241 0 1 0 78 3 0 0 25 0 22 0 530021795 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28396] ppid=28390 vsize=15697396 CPUtime=2.9 cores=1,3,5,7
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 27376 0 -1 4202560 118080 0 0 0 267 23 0 0 15 0 22 0 530021796 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28397] ppid=28390 vsize=15697396 CPUtime=2.88 cores=1,3,5,7
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 27376 0 -1 4202560 115957 0 0 0 265 23 0 0 16 0 22 0 530021796 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=15697396 CPUtime=2.82 cores=1,3,5,7
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 27376 0 -1 4202560 112764 0 0 0 257 25 0 0 15 0 22 0 530021796 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28399] ppid=28390 vsize=15697396 CPUtime=2.93 cores=1,3,5,7
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 27376 0 -1 4202560 114071 0 0 0 268 25 0 0 15 0 22 0 530021796 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=15697396 CPUtime=2.81 cores=1,3,5,7
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 27376 0 -1 4202560 119583 0 0 0 257 24 0 0 15 0 22 0 530021796 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=15697396 CPUtime=2.82 cores=1,3,5,7
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 27376 0 -1 4202560 121962 0 0 0 258 24 0 0 16 0 22 0 530021796 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=15697396 CPUtime=2.88 cores=1,3,5,7
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 27376 0 -1 4202560 116576 0 0 0 265 23 0 0 15 0 22 0 530021796 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=15697396 CPUtime=2.8 cores=1,3,5,7
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 27376 0 -1 4202560 117978 0 0 0 256 24 0 0 15 0 22 0 530021796 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28409] ppid=28390 vsize=15697396 CPUtime=1.86 cores=1,3,5,7
/proc/28392/task/28409/stat : 28409 (java) S 28390 28392 27376 0 -1 4202560 5035 0 0 0 122 64 0 0 15 0 22 0 530021797 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 0 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28419] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28419/stat : 28419 (java) S 28390 28392 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28420] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28420/stat : 28420 (java) S 28390 28392 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28424] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28424/stat : 28424 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101521841 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28425] ppid=28390 vsize=15697396 CPUtime=0.94 cores=1,3,5,7
/proc/28392/task/28425/stat : 28425 (java) S 28390 28392 27376 0 -1 4202560 3586 0 0 0 94 0 0 0 15 0 22 0 530021799 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28426] ppid=28390 vsize=15697396 CPUtime=0.95 cores=1,3,5,7
/proc/28392/task/28426/stat : 28426 (java) S 28390 28392 27376 0 -1 4202560 4877 0 0 0 94 1 0 0 16 0 22 0 530021799 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28427] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28427/stat : 28427 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28428] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28428/stat : 28428 (java) S 28390 28392 27376 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 530021799 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28434] ppid=28390 vsize=15697396 CPUtime=929.58 cores=1,3,5,7
/proc/28392/task/28434/stat : 28434 (java) R 28390 28392 27376 0 -1 4202560 250959 0 0 0 92921 37 0 0 25 0 22 0 530021835 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505878598 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28392/tid=28435] ppid=28390 vsize=15697396 CPUtime=929.23 cores=1,3,5,7
/proc/28392/task/28435/stat : 28435 (java) R 28390 28392 27376 0 -1 4202560 248653 0 0 0 92886 37 0 0 22 0 22 0 530021835 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505989410 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28392/tid=28436] ppid=28390 vsize=15697396 CPUtime=929.25 cores=1,3,5,7
/proc/28392/task/28436/stat : 28436 (java) R 28390 28392 27376 0 -1 4202560 250339 0 0 0 92881 44 0 0 25 0 22 0 530021835 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505976148 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28392/tid=28437] ppid=28390 vsize=15697396 CPUtime=929.82 cores=1,3,5,7
/proc/28392/task/28437/stat : 28437 (java) R 28390 28392 27376 0 -1 4202560 254460 0 0 0 92942 40 0 0 25 0 22 0 530021835 16074133504 63434 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505524151 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3745.44
Current children cumulated vsize (KiB) 15697396

[startup+1002.3 s]
/proc/loadavg: 8.19 8.00 7.30 9/220 28468
/proc/meminfo: memFree=29673744/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=15697396 CPUtime=3983.94 cores=1,3,5,7
/proc/28392/stat : 28392 (java) S 28390 28392 27376 0 -1 4202496 2108031 0 1 0 397946 448 0 0 22 0 22 0 530021794 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 3924349 71827 2298 9 0 3915068 0
[pid=28392/tid=28395] ppid=28390 vsize=15697396 CPUtime=0.81 cores=1,3,5,7
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 27376 0 -1 4202560 26241 0 1 0 78 3 0 0 25 0 22 0 530021795 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28396] ppid=28390 vsize=15697396 CPUtime=3.1 cores=1,3,5,7
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 27376 0 -1 4202560 126335 0 0 0 286 24 0 0 15 0 22 0 530021796 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28397] ppid=28390 vsize=15697396 CPUtime=3.05 cores=1,3,5,7
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 27376 0 -1 4202560 123963 0 0 0 281 24 0 0 16 0 22 0 530021796 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=15697396 CPUtime=3 cores=1,3,5,7
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 27376 0 -1 4202560 121017 0 0 0 274 26 0 0 15 0 22 0 530021796 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28399] ppid=28390 vsize=15697396 CPUtime=3.11 cores=1,3,5,7
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 27376 0 -1 4202560 121470 0 0 0 285 26 0 0 15 0 22 0 530021796 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=15697396 CPUtime=2.97 cores=1,3,5,7
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 27376 0 -1 4202560 127102 0 0 0 272 25 0 0 16 0 22 0 530021796 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=15697396 CPUtime=2.99 cores=1,3,5,7
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 27376 0 -1 4202560 129092 0 0 0 274 25 0 0 15 0 22 0 530021796 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=15697396 CPUtime=3.05 cores=1,3,5,7
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 27376 0 -1 4202560 125032 0 0 0 281 24 0 0 15 0 22 0 530021796 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=15697396 CPUtime=2.98 cores=1,3,5,7
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 27376 0 -1 4202560 123384 0 0 0 273 25 0 0 15 0 22 0 530021796 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28409] ppid=28390 vsize=15697396 CPUtime=2.01 cores=1,3,5,7
/proc/28392/task/28409/stat : 28409 (java) S 28390 28392 27376 0 -1 4202560 5364 0 0 0 131 70 0 0 16 0 22 0 530021797 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 0 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28419] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28419/stat : 28419 (java) S 28390 28392 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28420] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28420/stat : 28420 (java) S 28390 28392 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28424] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28424/stat : 28424 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101521841 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28425] ppid=28390 vsize=15697396 CPUtime=0.94 cores=1,3,5,7
/proc/28392/task/28425/stat : 28425 (java) S 28390 28392 27376 0 -1 4202560 3586 0 0 0 94 0 0 0 15 0 22 0 530021799 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28426] ppid=28390 vsize=15697396 CPUtime=0.95 cores=1,3,5,7
/proc/28392/task/28426/stat : 28426 (java) S 28390 28392 27376 0 -1 4202560 4877 0 0 0 94 1 0 0 16 0 22 0 530021799 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28427] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28427/stat : 28427 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28428] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28428/stat : 28428 (java) S 28390 28392 27376 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 530021799 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28434] ppid=28390 vsize=15697396 CPUtime=988.79 cores=1,3,5,7
/proc/28392/task/28434/stat : 28434 (java) R 28390 28392 27376 0 -1 4202560 267340 0 0 0 98840 39 0 0 25 0 22 0 530021835 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 47608145397901 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28392/tid=28435] ppid=28390 vsize=15697396 CPUtime=988.5 cores=1,3,5,7
/proc/28392/task/28435/stat : 28435 (java) R 28390 28392 27376 0 -1 4202560 264646 0 0 0 98810 40 0 0 25 0 22 0 530021835 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505980741 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28392/tid=28436] ppid=28390 vsize=15697396 CPUtime=988.4 cores=1,3,5,7
/proc/28392/task/28436/stat : 28436 (java) R 28390 28392 27376 0 -1 4202560 266178 0 0 0 98794 46 0 0 25 0 22 0 530021835 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28392/tid=28437] ppid=28390 vsize=15697396 CPUtime=989.14 cores=1,3,5,7
/proc/28392/task/28437/stat : 28437 (java) R 28390 28392 27376 0 -1 4202560 270966 0 0 0 98872 42 0 0 25 0 22 0 530021835 16074133504 71827 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912506022209 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3983.94
Current children cumulated vsize (KiB) 15697396

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

[startup+1002.7 s]
/proc/loadavg: 8.19 8.00 7.30 9/220 28468
/proc/meminfo: memFree=29673744/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=15697396 CPUtime=3985.53 cores=1,3,5,7
/proc/28392/stat : 28392 (java) S 28390 28392 27376 0 -1 4202496 2108034 0 1 0 398105 448 0 0 22 0 22 0 530021794 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 3924349 70866 2298 9 0 3915068 0
[pid=28392/tid=28395] ppid=28390 vsize=15697396 CPUtime=0.81 cores=1,3,5,7
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 27376 0 -1 4202560 26241 0 1 0 78 3 0 0 25 0 22 0 530021795 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28396] ppid=28390 vsize=15697396 CPUtime=3.1 cores=1,3,5,7
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 27376 0 -1 4202560 126335 0 0 0 286 24 0 0 15 0 22 0 530021796 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28397] ppid=28390 vsize=15697396 CPUtime=3.05 cores=1,3,5,7
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 27376 0 -1 4202560 123963 0 0 0 281 24 0 0 15 0 22 0 530021796 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=15697396 CPUtime=3 cores=1,3,5,7
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 27376 0 -1 4202560 121017 0 0 0 274 26 0 0 16 0 22 0 530021796 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28399] ppid=28390 vsize=15697396 CPUtime=3.11 cores=1,3,5,7
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 27376 0 -1 4202560 121470 0 0 0 285 26 0 0 15 0 22 0 530021796 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28400] ppid=28390 vsize=15697396 CPUtime=2.98 cores=1,3,5,7
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 27376 0 -1 4202560 127102 0 0 0 273 25 0 0 16 0 22 0 530021796 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28401] ppid=28390 vsize=15697396 CPUtime=3 cores=1,3,5,7
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 27376 0 -1 4202560 129092 0 0 0 275 25 0 0 15 0 22 0 530021796 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28402] ppid=28390 vsize=15697396 CPUtime=3.06 cores=1,3,5,7
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 27376 0 -1 4202560 125032 0 0 0 282 24 0 0 15 0 22 0 530021796 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28403] ppid=28390 vsize=15697396 CPUtime=2.98 cores=1,3,5,7
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 27376 0 -1 4202560 123384 0 0 0 273 25 0 0 16 0 22 0 530021796 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28409] ppid=28390 vsize=15697396 CPUtime=2.01 cores=1,3,5,7
/proc/28392/task/28409/stat : 28409 (java) S 28390 28392 27376 0 -1 4202560 5364 0 0 0 131 70 0 0 15 0 22 0 530021797 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 0 0 16800975 18446604456260625344 0 0 -1 3 0 0 0
[pid=28392/tid=28419] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28419/stat : 28419 (java) S 28390 28392 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28420] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28420/stat : 28420 (java) S 28390 28392 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530021797 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28424] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28424/stat : 28424 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101521841 0 4 0 16800975 18446604456260625344 0 0 -1 1 0 0 0
[pid=28392/tid=28425] ppid=28390 vsize=15697396 CPUtime=0.94 cores=1,3,5,7
/proc/28392/task/28425/stat : 28425 (java) S 28390 28392 27376 0 -1 4202560 3586 0 0 0 94 0 0 0 15 0 22 0 530021799 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28426] ppid=28390 vsize=15697396 CPUtime=0.95 cores=1,3,5,7
/proc/28392/task/28426/stat : 28426 (java) S 28390 28392 27376 0 -1 4202560 4877 0 0 0 94 1 0 0 16 0 22 0 530021799 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28427] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28427/stat : 28427 (java) S 28390 28392 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530021799 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514137 0 4 0 16800975 18446604456260625344 0 0 -1 5 0 0 0
[pid=28392/tid=28428] ppid=28390 vsize=15697396 CPUtime=0 cores=1,3,5,7
/proc/28392/task/28428/stat : 28428 (java) S 28390 28392 27376 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 530021799 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 248101514752 0 4 0 16800975 18446604456260625344 0 0 -1 7 0 0 0
[pid=28392/tid=28434] ppid=28390 vsize=15697396 CPUtime=989.18 cores=1,3,5,7
/proc/28392/task/28434/stat : 28434 (java) R 28390 28392 27376 0 -1 4202560 267341 0 0 0 98879 39 0 0 25 0 22 0 530021835 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505885059 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28392/tid=28435] ppid=28390 vsize=15697396 CPUtime=988.89 cores=1,3,5,7
/proc/28392/task/28435/stat : 28435 (java) R 28390 28392 27376 0 -1 4202560 264647 0 0 0 98849 40 0 0 25 0 22 0 530021835 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505725573 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28392/tid=28436] ppid=28390 vsize=15697396 CPUtime=988.8 cores=1,3,5,7
/proc/28392/task/28436/stat : 28436 (java) R 28390 28392 27376 0 -1 4202560 266179 0 0 0 98834 46 0 0 25 0 22 0 530021835 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 46912505524170 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28392/tid=28437] ppid=28390 vsize=15697396 CPUtime=989.53 cores=1,3,5,7
/proc/28392/task/28437/stat : 28437 (java) R 28390 28392 27376 0 -1 4202560 270966 0 0 0 98911 42 0 0 25 0 22 0 530021835 16074133504 70866 33554432000 1073741824 1073778376 140735725818064 18446744073709551615 47608145397569 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3985.53
Current children cumulated vsize (KiB) 15697396

[startup+1003.1 s]
/proc/loadavg: 8.19 8.00 7.30 6/200 28469
/proc/meminfo: memFree=29739828/32950928 swapFree=67111428/67111528
[pid=28392] ppid=28390 vsize=0 CPUtime=3987.12 cores=1,3,5,7
/proc/28392/stat : 28392 (java) Z 28390 28392 27376 0 -1 4203548 2108091 0 1 0 398263 449 0 0 18 0 2 0 530021794 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28392/statm: 0 0 0 0 0 0 0
[pid=28392/tid=28436] ppid=28390 vsize=0 CPUtime=989.12 cores=1,3,5,7
/proc/28392/task/28436/stat : 28436 (java) R 28390 28392 27376 0 -1 4203588 266179 0 0 0 98865 47 0 0 25 0 2 0 530021835 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3987.12
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 1003.11
CPU time (s): 3987.14
CPU user time (s): 3982.63
CPU system time (s): 4.50531
CPU usage (%): 397.476
Max. virtual memory (cumulated for all children) (KiB): 15697396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3982.63
system time used= 4.50531
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2108091
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= 191460
involuntary context switches= 112317

runsolver used 1.77573 second user time and 3.74043 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-30 19:23:40
IDJOB=3313104
IDBENCH=83264
IDSOLVER=1699
FILE ID=node123/3313104-1304184220
RUNJOBID= node123-1304184220-28379
PBS_JOBID= 13172429
Free space on /tmp= 73468 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_399.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313104-1304184220/watcher-3313104-1304184220 -o /tmp/evaluation-result-3313104-1304184220/solver-3313104-1304184220 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313104-1304184220.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 693b5fe291cecff45feff3be98a908cf
RANDOM SEED=1218622587

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30262692 kB
Buffers:        655640 kB
Cached:        1594568 kB
SwapCached:        100 kB
Active:         260788 kB
Inactive:      2057256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30262692 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:       67280 kB
Mapped:          14404 kB
Slab:           307756 kB
PageTables:       4412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192984 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= 73464 MiB
End job on node123 at 2011-04-30 19:40:23