Trace number 3312261

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.1 (hbr=2)? (TO) 4800.43 1205.06

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	14:16 INFO : Reading from input HOME/instance-3312261-1304075656.cnf
0.50/0.36	Executor set job limit to 1000000
0.50/0.36	Executor set job limit to 1000000
0.50/0.36	Executor set job limit to 1000000
0.50/0.36	Executor set job limit to 1000000
0.50/0.36	Starting Executor!
0.50/0.36	Starting Executor!
0.50/0.36	Starting Executor!
0.50/0.36	Starting Executor!
2.87/1.26	14:17 INFO : 7555 variables remaining out of 8527
2.87/1.26	14:17 INFO : 133155 literals remaining out of 84944

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3312261-1304075656/watcher-3312261-1304075656 -o /tmp/evaluation-result-3312261-1304075656/solver-3312261-1304075656 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312261-1304075656.cnf -hbr 2 

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: 6.72 7.69 7.75 3/198 32171
/proc/meminfo: memFree=18543088/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 1409 0 0 0 0 0 0 0 25 0 2 0 597796241 26714112 880 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 6522 881 675 9 0 381 0
[pid=32171/tid=32172] ppid=32169 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) R 32169 32171 31827 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 597796242 26714112 885 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251362623111 0 2147483391 4096 0 0 0 0 -1 3 0 0 0

[startup+0.033266 s]
/proc/loadavg: 6.72 7.69 7.75 3/198 32171
/proc/meminfo: memFree=18543088/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 3653 0 1 0 2 0 0 0 25 0 13 0 597796241 15978749952 3091 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 3901062 3093 1673 9 0 3891810 0
[pid=32171/tid=32172] ppid=32169 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) R 32169 32171 31827 0 -1 4202560 2263 0 1 0 2 0 0 0 24 0 13 0 597796242 15978749952 3093 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 47019213710872 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100263 s]
/proc/loadavg: 6.72 7.69 7.75 3/198 32171
/proc/meminfo: memFree=18543088/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=15676596 CPUtime=0.1 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 5644 0 1 0 10 0 0 0 25 0 18 0 597796241 16052834304 5046 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 3919149 5046 2118 9 0 3909868 0
[pid=32171/tid=32172] ppid=32169 vsize=15676596 CPUtime=0.08 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) R 32169 32171 31827 0 -1 4202560 3477 0 1 0 8 0 0 0 18 0 18 0 597796242 16052834304 5046 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 47019213710872 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676596

[startup+0.30023 s]
/proc/loadavg: 6.72 7.69 7.75 3/198 32171
/proc/meminfo: memFree=18543088/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=15679856 CPUtime=0.5 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 15695 0 1 0 48 2 0 0 25 0 18 0 597796241 16056172544 14057 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 3919964 14065 2207 9 0 3910683 0
[pid=32171/tid=32172] ppid=32169 vsize=15679856 CPUtime=0.27 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) R 32169 32171 31827 0 -1 4202560 10456 0 1 0 26 1 0 0 18 0 18 0 597796242 16056172544 14068 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505640561 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15679856

[startup+0.701141 s]
/proc/loadavg: 6.72 7.69 7.75 3/198 32171
/proc/meminfo: memFree=18543088/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=15691744 CPUtime=1.38 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 36336 0 1 0 134 4 0 0 25 0 22 0 597796241 16068345856 32112 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 3922936 32112 2244 9 0 3913655 0
[pid=32171/tid=32172] ppid=32169 vsize=15691744 CPUtime=0.67 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) R 32169 32171 31827 0 -1 4202560 21853 0 1 0 65 2 0 0 20 0 22 0 597796242 16068345856 32112 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505228512 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 15691744

[startup+1.50099 s]
/proc/loadavg: 6.72 7.69 7.75 6/220 32193
/proc/meminfo: memFree=18407324/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=15694272 CPUtime=3.72 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 53501 0 1 0 365 7 0 0 25 0 22 0 597796241 16070934528 43511 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 3923568 43533 2260 9 0 3914287 0
[pid=32171/tid=32172] ppid=32169 vsize=15694272 CPUtime=1.24 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) S 32169 32171 31827 0 -1 4202560 23781 0 1 0 122 2 0 0 21 0 22 0 597796242 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32174] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32174/stat : 32174 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 597796242 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32175] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32175/stat : 32175 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 597796242 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32176] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32176/stat : 32176 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 597796242 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32177] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32177/stat : 32177 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 597796242 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32178] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32178/stat : 32178 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 597796242 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32179] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32179/stat : 32179 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 597796242 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32180] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32180/stat : 32180 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 597796242 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32181] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32181/stat : 32181 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 597796242 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32182] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32182/stat : 32182 (java) S 32169 32171 31827 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 597796243 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 0 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32183] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32183/stat : 32183 (java) S 32169 32171 31827 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 22 0 597796243 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32184] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32184/stat : 32184 (java) S 32169 32171 31827 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 597796243 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32185] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32185/stat : 32185 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597796246 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379370417 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32186] ppid=32169 vsize=15694272 CPUtime=0.98 cores=1,3,5,7
/proc/32171/task/32186/stat : 32186 (java) R 32169 32171 31827 0 -1 4202560 6271 0 0 0 97 1 0 0 15 0 22 0 597796246 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 47019213361138 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32171/tid=32187] ppid=32169 vsize=15694272 CPUtime=1.16 cores=1,3,5,7
/proc/32171/task/32187/stat : 32187 (java) R 32169 32171 31827 0 -1 4202560 15192 0 0 0 114 2 0 0 16 0 22 0 597796246 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 47019211474494 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32171/tid=32188] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32188/stat : 32188 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597796246 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32189] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32189/stat : 32189 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 597796246 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32190] ppid=32169 vsize=15694272 CPUtime=0.03 cores=1,3,5,7
/proc/32171/task/32190/stat : 32190 (java) R 32169 32171 31827 0 -1 4202560 329 0 0 0 3 0 0 0 15 0 22 0 597796277 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 47019215145811 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32171/tid=32191] ppid=32169 vsize=15694272 CPUtime=0.13 cores=1,3,5,7
/proc/32171/task/32191/stat : 32191 (java) S 32169 32171 31827 0 -1 4202560 3234 0 0 0 13 0 0 0 16 0 22 0 597796277 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32192] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32192/stat : 32192 (java) S 32169 32171 31827 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 597796278 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32193] ppid=32169 vsize=15694272 CPUtime=0.13 cores=1,3,5,7
/proc/32171/task/32193/stat : 32193 (java) S 32169 32171 31827 0 -1 4202560 3301 0 0 0 13 0 0 0 16 0 22 0 597796278 16070934528 43533 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 15694272

[startup+3.10164 s]
/proc/loadavg: 6.58 7.64 7.74 7/220 32193
/proc/meminfo: memFree=18297708/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=15694272 CPUtime=9.75 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 126704 0 1 0 957 18 0 0 25 0 22 0 597796241 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 3923568 116589 2275 9 0 3914287 0
[pid=32171/tid=32172] ppid=32169 vsize=15694272 CPUtime=1.24 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) S 32169 32171 31827 0 -1 4202560 23781 0 1 0 122 2 0 0 21 0 22 0 597796242 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32174] ppid=32169 vsize=15694272 CPUtime=0.01 cores=1,3,5,7
/proc/32171/task/32174/stat : 32174 (java) S 32169 32171 31827 0 -1 4202560 2791 0 0 0 1 0 0 0 15 0 22 0 597796242 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32175] ppid=32169 vsize=15694272 CPUtime=0.01 cores=1,3,5,7
/proc/32171/task/32175/stat : 32175 (java) S 32169 32171 31827 0 -1 4202560 4067 0 0 0 1 0 0 0 15 0 22 0 597796242 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32176] ppid=32169 vsize=15694272 CPUtime=0.04 cores=1,3,5,7
/proc/32171/task/32176/stat : 32176 (java) S 32169 32171 31827 0 -1 4202560 9042 0 0 0 3 1 0 0 15 0 22 0 597796242 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32177] ppid=32169 vsize=15694272 CPUtime=0.03 cores=1,3,5,7
/proc/32171/task/32177/stat : 32177 (java) S 32169 32171 31827 0 -1 4202560 7198 0 0 0 2 1 0 0 16 0 22 0 597796242 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 5 0 0 0
[pid=32171/tid=32178] ppid=32169 vsize=15694272 CPUtime=0.04 cores=1,3,5,7
/proc/32171/task/32178/stat : 32178 (java) S 32169 32171 31827 0 -1 4202560 8864 0 0 0 3 1 0 0 16 0 22 0 597796242 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32179] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32179/stat : 32179 (java) S 32169 32171 31827 0 -1 4202560 1051 0 0 0 0 0 0 0 15 0 22 0 597796242 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32180] ppid=32169 vsize=15694272 CPUtime=0.02 cores=1,3,5,7
/proc/32171/task/32180/stat : 32180 (java) S 32169 32171 31827 0 -1 4202560 5968 0 0 0 2 0 0 0 15 0 22 0 597796242 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 5 0 0 0
[pid=32171/tid=32181] ppid=32169 vsize=15694272 CPUtime=0.03 cores=1,3,5,7
/proc/32171/task/32181/stat : 32181 (java) R 32169 32171 31827 0 -1 4202560 7351 0 0 0 2 1 0 0 15 0 22 0 597796242 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32171/tid=32182] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32182/stat : 32182 (java) S 32169 32171 31827 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 22 0 597796243 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 0 0 16800975 18446604471161035520 0 0 -1 5 0 0 0
[pid=32171/tid=32183] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32183/stat : 32183 (java) S 32169 32171 31827 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 597796243 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32184] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32184/stat : 32184 (java) S 32169 32171 31827 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 597796243 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32185] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32185/stat : 32185 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597796246 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379370417 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32186] ppid=32169 vsize=15694272 CPUtime=1.13 cores=1,3,5,7
/proc/32171/task/32186/stat : 32186 (java) S 32169 32171 31827 0 -1 4202560 6456 0 0 0 112 1 0 0 15 0 22 0 597796246 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32187] ppid=32169 vsize=15694272 CPUtime=1.26 cores=1,3,5,7
/proc/32171/task/32187/stat : 32187 (java) S 32169 32171 31827 0 -1 4202560 15208 0 0 0 124 2 0 0 16 0 22 0 597796246 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32188] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32188/stat : 32188 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597796246 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32189] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32189/stat : 32189 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 597796246 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 4 0 16800975 18446604471161035520 0 0 -1 5 0 0 0
[pid=32171/tid=32190] ppid=32169 vsize=15694272 CPUtime=1.56 cores=1,3,5,7
/proc/32171/task/32190/stat : 32190 (java) R 32169 32171 31827 0 -1 4202560 8312 0 0 0 155 1 0 0 16 0 22 0 597796277 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912506135860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32171/tid=32191] ppid=32169 vsize=15694272 CPUtime=1.47 cores=1,3,5,7
/proc/32171/task/32191/stat : 32191 (java) R 32169 32171 31827 0 -1 4202560 9029 0 0 0 147 0 0 0 16 0 22 0 597796277 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912506062209 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32171/tid=32192] ppid=32169 vsize=15694272 CPUtime=1.4 cores=1,3,5,7
/proc/32171/task/32192/stat : 32192 (java) R 32169 32171 31827 0 -1 4202560 7754 0 0 0 139 1 0 0 16 0 22 0 597796278 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912506264098 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32171/tid=32193] ppid=32169 vsize=15694272 CPUtime=1.37 cores=1,3,5,7
/proc/32171/task/32193/stat : 32193 (java) R 32169 32171 31827 0 -1 4202560 8209 0 0 0 136 1 0 0 16 0 22 0 597796278 16070934528 116589 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505812541 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.75
Current children cumulated vsize (KiB) 15694272

[startup+6.30105 s]
/proc/loadavg: 6.58 7.64 7.74 7/220 32193
/proc/meminfo: memFree=17604836/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=15694272 CPUtime=22.52 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 320333 0 1 0 2208 44 0 0 25 0 22 0 597796241 16070934528 310165 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 3923568 310165 2285 9 0 3914287 0
[pid=32171/tid=32172] ppid=32169 vsize=15694272 CPUtime=1.24 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) S 32169 32171 31827 0 -1 4202560 23781 0 1 0 122 2 0 0 21 0 22 0 597796242 16070934528 310165 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32174] ppid=32169 vsize=15694272 CPUtime=0.04 cores=1,3,5,7
/proc/32171/task/32174/stat : 32174 (java) S 32169 32171 31827 0 -1 4202560 11218 0 0 0 3 1 0 0 16 0 22 0 597796242 16070934528 310165 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32175] ppid=32169 vsize=15694272 CPUtime=0.05 cores=1,3,5,7
/proc/32171/task/32175/stat : 32175 (java) S 32169 32171 31827 0 -1 4202560 11968 0 0 0 3 2 0 0 16 0 22 0 597796242 16070934528 310165 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32176] ppid=32169 vsize=15694272 CPUtime=0.05 cores=1,3,5,7
/proc/32171/task/32176/stat : 32176 (java) S 32169 32171 31827 0 -1 4202560 11854 0 0 0 4 1 0 0 15 0 22 0 597796242 16070934528 310165 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32177] ppid=32169 vsize=15694272 CPUtime=0.05 cores=1,3,5,7
/proc/32171/task/32177/stat : 32177 (java) S 32169 32171 31827 0 -1 4202560 15883 0 0 0 3 2 0 0 16 0 22 0 597796242 16070934528 310165 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32178] ppid=32169 vsize=15694272 CPUtime=0.07 cores=1,3,5,7
/proc/32171/task/32178/stat : 32178 (java) S 32169 32171 31827 0 -1 4202560 16551 0 0 0 5 2 0 0 16 0 22 0 597796242 16070934528 310165 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32179] ppid=32169 vsize=15694272 CPUtime=0.01 cores=1,3,5,7
/proc/32171/task/32179/stat : 32179 (java) S 32169 32171 31827 0 -1 4202560 4390 0 0 0 1 0 0 0 15 0 22 0 597796242 16070934528 310165 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32180] ppid=32169 vsize=15694272 CPUtime=0.05 cores=1,3,5,7
/proc/32171/task/32180/stat : 32180 (java) S 32169 32171 31827 0 -1 4202560 10506 0 0 0 4 1 0 0 15 0 22 0 597796242 16070934528 310165 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32181] ppid=32169 vsize=15694272 CPUtime=0.03 cores=1,3,5,7
/proc/32171/task/32181/stat : 32181 (java) S 32169 32171 31827 0 -1 4202560 7351 0 0 0 2 1 0 0 15 0 22 0 597796242 16070934528 310165 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0

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

[pid=32171/tid=32191] ppid=32169 vsize=15694272 CPUtime=1048.05 cores=1,3,5,7
/proc/32171/task/32191/stat : 32191 (java) R 32169 32171 31827 0 -1 4202560 298269 0 0 0 104771 34 0 0 25 0 22 0 597796277 16070934528 222672 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505881926 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32171/tid=32192] ppid=32169 vsize=15694272 CPUtime=1049.36 cores=1,3,5,7
/proc/32171/task/32192/stat : 32192 (java) R 32169 32171 31827 0 -1 4202560 295010 0 0 0 104899 37 0 0 25 0 22 0 597796278 16070934528 222672 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505843794 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32171/tid=32193] ppid=32169 vsize=15694272 CPUtime=1049.1 cores=1,3,5,7
/proc/32171/task/32193/stat : 32193 (java) R 32169 32171 31827 0 -1 4202560 296321 0 0 0 104872 38 0 0 25 0 22 0 597796278 16070934528 222672 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4231.63
Current children cumulated vsize (KiB) 15694272

[startup+1122.3 s]
/proc/loadavg: 8.02 8.02 7.91 9/220 32222
/proc/meminfo: memFree=9826736/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=15694272 CPUtime=4470.64 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 2641225 0 1 0 446634 430 0 0 25 0 22 0 597796241 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 3923568 217235 2296 9 0 3914287 0
[pid=32171/tid=32172] ppid=32169 vsize=15694272 CPUtime=1.24 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) S 32169 32171 31827 0 -1 4202560 23781 0 1 0 122 2 0 0 21 0 22 0 597796242 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32174] ppid=32169 vsize=15694272 CPUtime=3.95 cores=1,3,5,7
/proc/32171/task/32174/stat : 32174 (java) S 32169 32171 31827 0 -1 4202560 152199 0 0 0 373 22 0 0 16 0 22 0 597796242 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32175] ppid=32169 vsize=15694272 CPUtime=4.15 cores=1,3,5,7
/proc/32171/task/32175/stat : 32175 (java) S 32169 32171 31827 0 -1 4202560 177589 0 0 0 385 30 0 0 16 0 22 0 597796242 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32176] ppid=32169 vsize=15694272 CPUtime=3.96 cores=1,3,5,7
/proc/32171/task/32176/stat : 32176 (java) S 32169 32171 31827 0 -1 4202560 163683 0 0 0 372 24 0 0 15 0 22 0 597796242 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32177] ppid=32169 vsize=15694272 CPUtime=4.14 cores=1,3,5,7
/proc/32171/task/32177/stat : 32177 (java) S 32169 32171 31827 0 -1 4202560 171014 0 0 0 387 27 0 0 15 0 22 0 597796242 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32178] ppid=32169 vsize=15694272 CPUtime=4.15 cores=1,3,5,7
/proc/32171/task/32178/stat : 32178 (java) S 32169 32171 31827 0 -1 4202560 169768 0 0 0 388 27 0 0 15 0 22 0 597796242 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32179] ppid=32169 vsize=15694272 CPUtime=4.03 cores=1,3,5,7
/proc/32171/task/32179/stat : 32179 (java) S 32169 32171 31827 0 -1 4202560 161886 0 0 0 378 25 0 0 16 0 22 0 597796242 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32180] ppid=32169 vsize=15694272 CPUtime=4.22 cores=1,3,5,7
/proc/32171/task/32180/stat : 32180 (java) S 32169 32171 31827 0 -1 4202560 170825 0 0 0 393 29 0 0 16 0 22 0 597796242 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 5 0 0 0
[pid=32171/tid=32181] ppid=32169 vsize=15694272 CPUtime=4.11 cores=1,3,5,7
/proc/32171/task/32181/stat : 32181 (java) S 32169 32171 31827 0 -1 4202560 175329 0 0 0 383 28 0 0 15 0 22 0 597796242 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32182] ppid=32169 vsize=15694272 CPUtime=1.79 cores=1,3,5,7
/proc/32171/task/32182/stat : 32182 (java) S 32169 32171 31827 0 -1 4202560 6556 0 0 0 127 52 0 0 15 0 22 0 597796243 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 0 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32183] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32183/stat : 32183 (java) S 32169 32171 31827 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 597796243 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32184] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32184/stat : 32184 (java) S 32169 32171 31827 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 597796243 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32185] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32185/stat : 32185 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597796246 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379370417 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32186] ppid=32169 vsize=15694272 CPUtime=1.42 cores=1,3,5,7
/proc/32171/task/32186/stat : 32186 (java) S 32169 32171 31827 0 -1 4202560 6485 0 0 0 141 1 0 0 15 0 22 0 597796246 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32187] ppid=32169 vsize=15694272 CPUtime=1.34 cores=1,3,5,7
/proc/32171/task/32187/stat : 32187 (java) S 32169 32171 31827 0 -1 4202560 15222 0 0 0 132 2 0 0 15 0 22 0 597796246 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32188] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32188/stat : 32188 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597796246 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32189] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32189/stat : 32189 (java) S 32169 32171 31827 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 597796246 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32190] ppid=32169 vsize=15694272 CPUtime=1107.6 cores=1,3,5,7
/proc/32171/task/32190/stat : 32190 (java) R 32169 32171 31827 0 -1 4202560 313140 0 0 0 110722 38 0 0 25 0 22 0 597796277 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505876428 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32171/tid=32191] ppid=32169 vsize=15694272 CPUtime=1107.27 cores=1,3,5,7
/proc/32171/task/32191/stat : 32191 (java) R 32169 32171 31827 0 -1 4202560 311082 0 0 0 110690 37 0 0 25 0 22 0 597796277 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505853280 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32171/tid=32192] ppid=32169 vsize=15694272 CPUtime=1108.64 cores=1,3,5,7
/proc/32171/task/32192/stat : 32192 (java) R 32169 32171 31827 0 -1 4202560 311608 0 0 0 110825 39 0 0 25 0 22 0 597796278 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912506395110 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32171/tid=32193] ppid=32169 vsize=15694272 CPUtime=1108.46 cores=1,3,5,7
/proc/32171/task/32193/stat : 32193 (java) R 32169 32171 31827 0 -1 4202560 309608 0 0 0 110806 40 0 0 25 0 22 0 597796278 16070934528 217235 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4470.64
Current children cumulated vsize (KiB) 15694272

[startup+1182.3 s]
/proc/loadavg: 8.11 8.04 7.92 9/220 32224
/proc/meminfo: memFree=9515480/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=15694272 CPUtime=4709.89 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 2786076 0 1 0 470536 453 0 0 25 0 22 0 597796241 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 3923568 240397 2296 9 0 3914287 0
[pid=32171/tid=32172] ppid=32169 vsize=15694272 CPUtime=1.24 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) S 32169 32171 31827 0 -1 4202560 23781 0 1 0 122 2 0 0 21 0 22 0 597796242 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32174] ppid=32169 vsize=15694272 CPUtime=4.2 cores=1,3,5,7
/proc/32171/task/32174/stat : 32174 (java) S 32169 32171 31827 0 -1 4202560 160638 0 0 0 396 24 0 0 16 0 22 0 597796242 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32175] ppid=32169 vsize=15694272 CPUtime=4.35 cores=1,3,5,7
/proc/32171/task/32175/stat : 32175 (java) S 32169 32171 31827 0 -1 4202560 183306 0 0 0 405 30 0 0 15 0 22 0 597796242 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32176] ppid=32169 vsize=15694272 CPUtime=4.17 cores=1,3,5,7
/proc/32171/task/32176/stat : 32176 (java) S 32169 32171 31827 0 -1 4202560 171592 0 0 0 393 24 0 0 16 0 22 0 597796242 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 5 0 0 0
[pid=32171/tid=32177] ppid=32169 vsize=15694272 CPUtime=4.38 cores=1,3,5,7
/proc/32171/task/32177/stat : 32177 (java) S 32169 32171 31827 0 -1 4202560 178504 0 0 0 409 29 0 0 15 0 22 0 597796242 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32178] ppid=32169 vsize=15694272 CPUtime=4.36 cores=1,3,5,7
/proc/32171/task/32178/stat : 32178 (java) S 32169 32171 31827 0 -1 4202560 178395 0 0 0 408 28 0 0 16 0 22 0 597796242 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 5 0 0 0
[pid=32171/tid=32179] ppid=32169 vsize=15694272 CPUtime=4.25 cores=1,3,5,7
/proc/32171/task/32179/stat : 32179 (java) S 32169 32171 31827 0 -1 4202560 168754 0 0 0 399 26 0 0 15 0 22 0 597796242 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32180] ppid=32169 vsize=15694272 CPUtime=4.47 cores=1,3,5,7
/proc/32171/task/32180/stat : 32180 (java) S 32169 32171 31827 0 -1 4202560 180857 0 0 0 417 30 0 0 15 0 22 0 597796242 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32181] ppid=32169 vsize=15694272 CPUtime=4.34 cores=1,3,5,7
/proc/32171/task/32181/stat : 32181 (java) S 32169 32171 31827 0 -1 4202560 186288 0 0 0 405 29 0 0 16 0 22 0 597796242 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32182] ppid=32169 vsize=15694272 CPUtime=1.85 cores=1,3,5,7
/proc/32171/task/32182/stat : 32182 (java) S 32169 32171 31827 0 -1 4202560 7020 0 0 0 131 54 0 0 15 0 22 0 597796243 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 0 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32183] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32183/stat : 32183 (java) S 32169 32171 31827 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 597796243 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32184] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32184/stat : 32184 (java) S 32169 32171 31827 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 597796243 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32185] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32185/stat : 32185 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597796246 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379370417 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32186] ppid=32169 vsize=15694272 CPUtime=1.42 cores=1,3,5,7
/proc/32171/task/32186/stat : 32186 (java) S 32169 32171 31827 0 -1 4202560 6485 0 0 0 141 1 0 0 15 0 22 0 597796246 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32187] ppid=32169 vsize=15694272 CPUtime=1.34 cores=1,3,5,7
/proc/32171/task/32187/stat : 32187 (java) S 32169 32171 31827 0 -1 4202560 15222 0 0 0 132 2 0 0 15 0 22 0 597796246 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32188] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32188/stat : 32188 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597796246 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32189] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32189/stat : 32189 (java) S 32169 32171 31827 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 597796246 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32190] ppid=32169 vsize=15694272 CPUtime=1167.02 cores=1,3,5,7
/proc/32171/task/32190/stat : 32190 (java) R 32169 32171 31827 0 -1 4202560 334767 0 0 0 116662 40 0 0 25 0 22 0 597796277 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505601241 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32171/tid=32191] ppid=32169 vsize=15694272 CPUtime=1166.7 cores=1,3,5,7
/proc/32171/task/32191/stat : 32191 (java) R 32169 32171 31827 0 -1 4202560 331285 0 0 0 116630 40 0 0 25 0 22 0 597796277 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505845173 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32171/tid=32192] ppid=32169 vsize=15694272 CPUtime=1168.04 cores=1,3,5,7
/proc/32171/task/32192/stat : 32192 (java) R 32169 32171 31827 0 -1 4202560 330247 0 0 0 116762 42 0 0 25 0 22 0 597796278 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912506135486 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32171/tid=32193] ppid=32169 vsize=15694272 CPUtime=1167.59 cores=1,3,5,7
/proc/32171/task/32193/stat : 32193 (java) R 32169 32171 31827 0 -1 4202560 327481 0 0 0 116716 43 0 0 25 0 22 0 597796278 16070934528 240397 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912506135299 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4709.89
Current children cumulated vsize (KiB) 15694272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 8.08 8.04 7.92 9/220 32225
/proc/meminfo: memFree=9348212/32950928 swapFree=67111364/67111528
[pid=32171] ppid=32169 vsize=15694272 CPUtime=4800.36 cores=1,3,5,7
/proc/32171/stat : 32171 (java) S 32169 32171 31827 0 -1 4202496 2819149 0 1 0 479576 460 0 0 25 0 22 0 597796241 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/32171/statm: 3923568 219379 2296 9 0 3914287 0
[pid=32171/tid=32172] ppid=32169 vsize=15694272 CPUtime=1.24 cores=1,3,5,7
/proc/32171/task/32172/stat : 32172 (java) S 32169 32171 31827 0 -1 4202560 23781 0 1 0 122 2 0 0 21 0 22 0 597796242 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32174] ppid=32169 vsize=15694272 CPUtime=4.31 cores=1,3,5,7
/proc/32171/task/32174/stat : 32174 (java) S 32169 32171 31827 0 -1 4202560 162690 0 0 0 406 25 0 0 16 0 22 0 597796242 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32175] ppid=32169 vsize=15694272 CPUtime=4.45 cores=1,3,5,7
/proc/32171/task/32175/stat : 32175 (java) S 32169 32171 31827 0 -1 4202560 184214 0 0 0 414 31 0 0 15 0 22 0 597796242 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32176] ppid=32169 vsize=15694272 CPUtime=4.25 cores=1,3,5,7
/proc/32171/task/32176/stat : 32176 (java) S 32169 32171 31827 0 -1 4202560 172474 0 0 0 400 25 0 0 16 0 22 0 597796242 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32177] ppid=32169 vsize=15694272 CPUtime=4.47 cores=1,3,5,7
/proc/32171/task/32177/stat : 32177 (java) S 32169 32171 31827 0 -1 4202560 179750 0 0 0 418 29 0 0 15 0 22 0 597796242 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32178] ppid=32169 vsize=15694272 CPUtime=4.44 cores=1,3,5,7
/proc/32171/task/32178/stat : 32178 (java) S 32169 32171 31827 0 -1 4202560 181082 0 0 0 416 28 0 0 15 0 22 0 597796242 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32179] ppid=32169 vsize=15694272 CPUtime=4.35 cores=1,3,5,7
/proc/32171/task/32179/stat : 32179 (java) S 32169 32171 31827 0 -1 4202560 171052 0 0 0 409 26 0 0 16 0 22 0 597796242 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32180] ppid=32169 vsize=15694272 CPUtime=4.58 cores=1,3,5,7
/proc/32171/task/32180/stat : 32180 (java) S 32169 32171 31827 0 -1 4202560 183352 0 0 0 427 31 0 0 15 0 22 0 597796242 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32181] ppid=32169 vsize=15694272 CPUtime=4.41 cores=1,3,5,7
/proc/32171/task/32181/stat : 32181 (java) S 32169 32171 31827 0 -1 4202560 187175 0 0 0 411 30 0 0 16 0 22 0 597796242 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 5 0 0 0
[pid=32171/tid=32182] ppid=32169 vsize=15694272 CPUtime=1.89 cores=1,3,5,7
/proc/32171/task/32182/stat : 32182 (java) S 32169 32171 31827 0 -1 4202560 7128 0 0 0 134 55 0 0 15 0 22 0 597796243 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 0 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32183] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32183/stat : 32183 (java) S 32169 32171 31827 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 597796243 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32184] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32184/stat : 32184 (java) S 32169 32171 31827 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 597796243 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32185] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32185/stat : 32185 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597796246 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379370417 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32186] ppid=32169 vsize=15694272 CPUtime=1.42 cores=1,3,5,7
/proc/32171/task/32186/stat : 32186 (java) S 32169 32171 31827 0 -1 4202560 6485 0 0 0 141 1 0 0 15 0 22 0 597796246 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32187] ppid=32169 vsize=15694272 CPUtime=1.34 cores=1,3,5,7
/proc/32171/task/32187/stat : 32187 (java) S 32169 32171 31827 0 -1 4202560 15222 0 0 0 132 2 0 0 15 0 22 0 597796246 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 1 0 0 0
[pid=32171/tid=32188] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32188/stat : 32188 (java) S 32169 32171 31827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597796246 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379362713 0 4 0 16800975 18446604471161035520 0 0 -1 3 0 0 0
[pid=32171/tid=32189] ppid=32169 vsize=15694272 CPUtime=0 cores=1,3,5,7
/proc/32171/task/32189/stat : 32189 (java) S 32169 32171 31827 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 597796246 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 251379363328 0 4 0 16800975 18446604471161035520 0 0 -1 7 0 0 0
[pid=32171/tid=32190] ppid=32169 vsize=15694272 CPUtime=1189.49 cores=1,3,5,7
/proc/32171/task/32190/stat : 32190 (java) R 32169 32171 31827 0 -1 4202560 339143 0 0 0 118908 41 0 0 25 0 22 0 597796277 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912506100194 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32171/tid=32191] ppid=32169 vsize=15694272 CPUtime=1189.16 cores=1,3,5,7
/proc/32171/task/32191/stat : 32191 (java) R 32169 32171 31827 0 -1 4202560 337910 0 0 0 118875 41 0 0 25 0 22 0 597796277 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505631291 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32171/tid=32192] ppid=32169 vsize=15694272 CPUtime=1190.41 cores=1,3,5,7
/proc/32171/task/32192/stat : 32192 (java) R 32169 32171 31827 0 -1 4202560 333828 0 0 0 118998 43 0 0 25 0 22 0 597796278 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505812536 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32171/tid=32193] ppid=32169 vsize=15694272 CPUtime=1190.01 cores=1,3,5,7
/proc/32171/task/32193/stat : 32193 (java) R 32169 32171 31827 0 -1 4202560 332407 0 0 0 118958 43 0 0 25 0 22 0 597796278 16070934528 219379 33554432000 1073741824 1073778376 140736505587936 18446744073709551615 46912505704751 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15694272

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1205.06
CPU time (s): 4800.43
CPU user time (s): 4795.79
CPU system time (s): 4.64029
CPU usage (%): 398.358
Max. virtual memory (cumulated for all children) (KiB): 15694272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.79
system time used= 4.64029
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2819174
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= 86153
involuntary context switches= 78945

runsolver used 2.06469 second user time and 4.5743 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 13:14:16
IDJOB=3312261
IDBENCH=70775
IDSOLVER=1698
FILE ID=node113/3312261-1304075656
RUNJOBID= node113-1304073101-31846
PBS_JOBID= 13170493
Free space on /tmp= 71156 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312261-1304075656/watcher-3312261-1304075656 -o /tmp/evaluation-result-3312261-1304075656/solver-3312261-1304075656 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312261-1304075656.cnf -hbr 2

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=92155577

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18543360 kB
Buffers:       1746164 kB
Cached:       10892300 kB
SwapCached:        164 kB
Active:        7632448 kB
Inactive:      6182616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18543360 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5724 kB
Writeback:           0 kB
AnonPages:     1176404 kB
Mapped:          23452 kB
Slab:           527104 kB
PageTables:       7024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1988584 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= 71156 MiB
End job on node113 at 2011-04-29 13:34:23