Trace number 3312463

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? (TO) 4800.86 1205.95

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S840292785-048-UNKNOWN.cnf
MD5SUMfa8f767b93a18fbf678b4d0ea0994bed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.11761
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	29:33 INFO : Reading from input HOME/instance-3312463-1304116173.cnf
0.83/0.60	Executor set job limit to 1000000
0.83/0.60	Executor set job limit to 1000000
0.83/0.60	Executor set job limit to 1000000
0.83/0.60	Executor set job limit to 1000000
0.83/0.61	Starting Executor!
0.83/0.61	Starting Executor!
0.83/0.61	Starting Executor!
0.83/0.61	Starting Executor!
3.33/1.71	29:35 INFO : 19927 variables remaining out of 20000
3.33/1.71	29:35 INFO : 334008 literals remaining out of 336000

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-3312463-1304116173/watcher-3312463-1304116173 -o /tmp/evaluation-result-3312463-1304116173/solver-3312463-1304116173 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312463-1304116173.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: 7.91 8.03 7.39 6/198 7329
/proc/meminfo: memFree=28882144/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/7329/stat : 7329 (java) S 7327 7329 6855 0 -1 4202496 1416 0 0 0 0 0 0 0 25 0 2 0 601847992 27824128 887 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917196773 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 6793 892 682 9 0 381 0
[pid=7329/tid=7330] ppid=7327 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7330/stat : 7330 (java) R 7327 7329 6855 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 601847993 29065216 894 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260900470887 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0820731 s]
/proc/loadavg: 7.91 8.03 7.39 6/198 7329
/proc/meminfo: memFree=28882144/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=15741600 CPUtime=0.09 cores=1,3,5,7
/proc/7329/stat : 7329 (java) S 7327 7329 6855 0 -1 4202496 5402 0 1 0 8 1 0 0 25 0 18 0 601847992 16119398400 4799 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 3935400 4802 2116 9 0 3926119 0
[pid=7329/tid=7330] ppid=7327 vsize=15741600 CPUtime=0.06 cores=1,3,5,7
/proc/7329/task/7330/stat : 7330 (java) R 7327 7329 6855 0 -1 4202560 3238 0 1 0 6 0 0 0 25 0 18 0 601847993 16119398400 4802 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 47813322268677 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15741600

[startup+0.101067 s]
/proc/loadavg: 7.91 8.03 7.39 6/198 7329
/proc/meminfo: memFree=28882144/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=15741600 CPUtime=0.11 cores=1,3,5,7
/proc/7329/stat : 7329 (java) S 7327 7329 6855 0 -1 4202496 5692 0 1 0 10 1 0 0 25 0 18 0 601847992 16119398400 5089 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 3935400 5090 2118 9 0 3926119 0
[pid=7329/tid=7330] ppid=7327 vsize=15741600 CPUtime=0.08 cores=1,3,5,7
/proc/7329/task/7330/stat : 7330 (java) R 7327 7329 6855 0 -1 4202560 3526 0 1 0 8 0 0 0 25 0 18 0 601847993 16119398400 5090 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 47813322273539 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15741600

[startup+0.301035 s]
/proc/loadavg: 7.91 8.03 7.39 6/198 7329
/proc/meminfo: memFree=28882144/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=15744724 CPUtime=0.52 cores=1,3,5,7
/proc/7329/stat : 7329 (java) S 7327 7329 6855 0 -1 4202496 16639 0 1 0 50 2 0 0 25 0 18 0 601847992 16122597376 15051 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 3936181 15057 2207 9 0 3926900 0
[pid=7329/tid=7330] ppid=7327 vsize=15744724 CPUtime=0.28 cores=1,3,5,7
/proc/7329/task/7330/stat : 7330 (java) R 7327 7329 6855 0 -1 4202560 11484 0 1 0 27 1 0 0 25 0 18 0 601847993 16122597376 15060 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505640160 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15744724

[startup+0.700964 s]
/proc/loadavg: 7.91 8.03 7.39 6/198 7329
/proc/meminfo: memFree=28882144/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=15748836 CPUtime=1.04 cores=1,3,5,7
/proc/7329/stat : 7329 (java) S 7327 7329 6855 0 -1 4202496 42946 0 1 0 98 6 0 0 25 0 22 0 601847992 16126808064 41356 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 3937209 41356 2240 9 0 3927928 0
[pid=7329/tid=7330] ppid=7327 vsize=15748836 CPUtime=0.68 cores=1,3,5,7
/proc/7329/task/7330/stat : 7330 (java) R 7327 7329 6855 0 -1 4202560 35662 0 1 0 63 5 0 0 25 0 22 0 601847993 16126808064 41356 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505661117 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 15748836

[startup+1.50082 s]
/proc/loadavg: 7.91 8.03 7.39 7/220 7351
/proc/meminfo: memFree=28700308/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=15754852 CPUtime=2.92 cores=1,3,5,7
/proc/7329/stat : 7329 (java) S 7327 7329 6855 0 -1 4202496 58537 0 1 0 284 8 0 0 25 0 22 0 601847992 16132968448 49128 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 3938713 49128 2261 9 0 3929432 0
[pid=7329/tid=7330] ppid=7327 vsize=15754852 CPUtime=1.48 cores=1,3,5,7
/proc/7329/task/7330/stat : 7330 (java) R 7327 7329 6855 0 -1 4202560 35699 0 1 0 143 5 0 0 25 0 22 0 601847993 16132968448 49128 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505873517 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7329/tid=7332] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7332/stat : 7332 (java) S 7327 7329 6855 0 -1 4202560 63 0 0 0 0 0 0 0 19 0 22 0 601847993 16132968448 49128 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7333] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7333/stat : 7333 (java) S 7327 7329 6855 0 -1 4202560 198 0 0 0 0 0 0 0 19 0 22 0 601847993 16132968448 49128 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7334] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7334/stat : 7334 (java) S 7327 7329 6855 0 -1 4202560 127 0 0 0 0 0 0 0 19 0 22 0 601847993 16132968448 49128 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7335] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7335/stat : 7335 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 601847993 16132968448 49128 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7336] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7336/stat : 7336 (java) S 7327 7329 6855 0 -1 4202560 744 0 0 0 0 0 0 0 19 0 22 0 601847993 16132968448 49140 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7337] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7337/stat : 7337 (java) S 7327 7329 6855 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 601847993 16132968448 49140 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7338] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7338/stat : 7338 (java) S 7327 7329 6855 0 -1 4202560 345 0 0 0 0 0 0 0 19 0 22 0 601847993 16132968448 49140 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7339] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7339/stat : 7339 (java) S 7327 7329 6855 0 -1 4202560 493 0 0 0 0 0 0 0 19 0 22 0 601847993 16132968448 49140 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7340] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7340/stat : 7340 (java) S 7327 7329 6855 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 601847994 16132968448 49140 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 0 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7341] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7341/stat : 7341 (java) S 7327 7329 6855 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 601847995 16132968448 49140 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7342] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7342/stat : 7342 (java) S 7327 7329 6855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 601847995 16132968448 49140 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7343] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7343/stat : 7343 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601847997 16132968448 49140 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917217713 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7344] ppid=7327 vsize=15754852 CPUtime=0.93 cores=1,3,5,7
/proc/7329/task/7344/stat : 7344 (java) R 7327 7329 6855 0 -1 4202560 16690 0 0 0 92 1 0 0 18 0 22 0 601847997 16132968448 49140 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 47813321475827 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7329/tid=7345] ppid=7327 vsize=15754852 CPUtime=0.47 cores=1,3,5,7
/proc/7329/task/7345/stat : 7345 (java) R 7327 7329 6855 0 -1 4202560 2744 0 0 0 47 0 0 0 17 0 22 0 601847997 16132968448 49140 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 47813323121104 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7329/tid=7346] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7346/stat : 7346 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601847997 16132968448 49143 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7347] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7347/stat : 7347 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601847997 16132968448 49152 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7348] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7348/stat : 7348 (java) S 7327 7329 6855 0 -1 4202560 20 0 0 0 0 0 0 0 17 0 22 0 601848053 16132968448 49152 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7349] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7349/stat : 7349 (java) S 7327 7329 6855 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 601848053 16132968448 49152 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7350] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7350/stat : 7350 (java) S 7327 7329 6855 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 601848053 16132968448 49152 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7351] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7351/stat : 7351 (java) S 7327 7329 6855 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 601848053 16132968448 49152 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 15754852

[startup+3.10153 s]
/proc/loadavg: 7.91 8.03 7.39 7/220 7351
/proc/meminfo: memFree=28432360/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=15754852 CPUtime=7.8 cores=1,3,5,7
/proc/7329/stat : 7329 (java) S 7327 7329 6855 0 -1 4202496 101237 0 1 0 766 14 0 0 25 0 22 0 601847992 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 3938713 91503 2275 9 0 3929432 0
[pid=7329/tid=7330] ppid=7327 vsize=15754852 CPUtime=1.7 cores=1,3,5,7
/proc/7329/task/7330/stat : 7330 (java) S 7327 7329 6855 0 -1 4202560 35734 0 1 0 165 5 0 0 25 0 22 0 601847993 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7332] ppid=7327 vsize=15754852 CPUtime=0.04 cores=1,3,5,7
/proc/7329/task/7332/stat : 7332 (java) S 7327 7329 6855 0 -1 4202560 4833 0 0 0 4 0 0 0 15 0 22 0 601847993 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7333] ppid=7327 vsize=15754852 CPUtime=0.03 cores=1,3,5,7
/proc/7329/task/7333/stat : 7333 (java) S 7327 7329 6855 0 -1 4202560 5453 0 0 0 2 1 0 0 16 0 22 0 601847993 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7334] ppid=7327 vsize=15754852 CPUtime=0.03 cores=1,3,5,7
/proc/7329/task/7334/stat : 7334 (java) S 7327 7329 6855 0 -1 4202560 4776 0 0 0 3 0 0 0 15 0 22 0 601847993 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7335] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7335/stat : 7335 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601847993 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7336] ppid=7327 vsize=15754852 CPUtime=0.07 cores=1,3,5,7
/proc/7329/task/7336/stat : 7336 (java) S 7327 7329 6855 0 -1 4202560 10785 0 0 0 6 1 0 0 16 0 22 0 601847993 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7337] ppid=7327 vsize=15754852 CPUtime=0.03 cores=1,3,5,7
/proc/7329/task/7337/stat : 7337 (java) S 7327 7329 6855 0 -1 4202560 6188 0 0 0 3 0 0 0 16 0 22 0 601847993 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7338] ppid=7327 vsize=15754852 CPUtime=0.02 cores=1,3,5,7
/proc/7329/task/7338/stat : 7338 (java) S 7327 7329 6855 0 -1 4202560 5065 0 0 0 2 0 0 0 16 0 22 0 601847993 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7339] ppid=7327 vsize=15754852 CPUtime=0.04 cores=1,3,5,7
/proc/7329/task/7339/stat : 7339 (java) S 7327 7329 6855 0 -1 4202560 6917 0 0 0 4 0 0 0 15 0 22 0 601847993 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7340] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7340/stat : 7340 (java) S 7327 7329 6855 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 22 0 601847994 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 0 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7341] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7341/stat : 7341 (java) S 7327 7329 6855 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 601847995 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7342] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7342/stat : 7342 (java) S 7327 7329 6855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 601847995 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7343] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7343/stat : 7343 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601847997 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917217713 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7344] ppid=7327 vsize=15754852 CPUtime=1.27 cores=1,3,5,7
/proc/7329/task/7344/stat : 7344 (java) S 7327 7329 6855 0 -1 4202560 17065 0 0 0 126 1 0 0 15 0 22 0 601847997 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7345] ppid=7327 vsize=15754852 CPUtime=0.73 cores=1,3,5,7
/proc/7329/task/7345/stat : 7345 (java) S 7327 7329 6855 0 -1 4202560 2836 0 0 0 73 0 0 0 15 0 22 0 601847997 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7346] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7346/stat : 7346 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601847997 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7347] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7347/stat : 7347 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601847997 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7348] ppid=7327 vsize=15754852 CPUtime=1.21 cores=1,3,5,7
/proc/7329/task/7348/stat : 7348 (java) R 7327 7329 6855 0 -1 4202560 32 0 0 0 121 0 0 0 16 0 22 0 601848053 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912506160602 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7329/tid=7349] ppid=7327 vsize=15754852 CPUtime=0.79 cores=1,3,5,7
/proc/7329/task/7349/stat : 7349 (java) R 7327 7329 6855 0 -1 4202560 8 0 0 0 79 0 0 0 16 0 22 0 601848053 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 47813326090366 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7329/tid=7350] ppid=7327 vsize=15754852 CPUtime=0.8 cores=1,3,5,7
/proc/7329/task/7350/stat : 7350 (java) R 7327 7329 6855 0 -1 4202560 11 0 0 0 80 0 0 0 16 0 22 0 601848053 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912506106739 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7329/tid=7351] ppid=7327 vsize=15754852 CPUtime=0.9 cores=1,3,5,7
/proc/7329/task/7351/stat : 7351 (java) R 7327 7329 6855 0 -1 4202560 10 0 0 0 90 0 0 0 16 0 22 0 601848053 16132968448 91503 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912506291033 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 15754852

[startup+6.30094 s]
/proc/loadavg: 7.91 8.03 7.40 9/220 7351
/proc/meminfo: memFree=27431948/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=15754852 CPUtime=20.56 cores=1,3,5,7
/proc/7329/stat : 7329 (java) S 7327 7329 6855 0 -1 4202496 255800 0 1 0 2020 36 0 0 25 0 22 0 601847992 16132968448 245785 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 3938713 245785 2275 9 0 3929432 0
[pid=7329/tid=7330] ppid=7327 vsize=15754852 CPUtime=1.7 cores=1,3,5,7
/proc/7329/task/7330/stat : 7330 (java) S 7327 7329 6855 0 -1 4202560 35734 0 1 0 165 5 0 0 25 0 22 0 601847993 16132968448 245785 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7332] ppid=7327 vsize=15754852 CPUtime=0.12 cores=1,3,5,7
/proc/7329/task/7332/stat : 7332 (java) S 7327 7329 6855 0 -1 4202560 28371 0 0 0 9 3 0 0 16 0 22 0 601847993 16132968448 245785 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7333] ppid=7327 vsize=15754852 CPUtime=0.08 cores=1,3,5,7
/proc/7329/task/7333/stat : 7333 (java) S 7327 7329 6855 0 -1 4202560 19046 0 0 0 5 3 0 0 16 0 22 0 601847993 16132968448 245785 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7334] ppid=7327 vsize=15754852 CPUtime=0.09 cores=1,3,5,7
/proc/7329/task/7334/stat : 7334 (java) S 7327 7329 6855 0 -1 4202560 15113 0 0 0 7 2 0 0 15 0 22 0 601847993 16132968448 245785 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7335] ppid=7327 vsize=15754852 CPUtime=0.07 cores=1,3,5,7
/proc/7329/task/7335/stat : 7335 (java) S 7327 7329 6855 0 -1 4202560 12287 0 0 0 6 1 0 0 16 0 22 0 601847993 16132968448 245785 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7336] ppid=7327 vsize=15754852 CPUtime=0.1 cores=1,3,5,7
/proc/7329/task/7336/stat : 7336 (java) S 7327 7329 6855 0 -1 4202560 18413 0 0 0 8 2 0 0 15 0 22 0 601847993 16132968448 245785 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7337] ppid=7327 vsize=15754852 CPUtime=0.06 cores=1,3,5,7
/proc/7329/task/7337/stat : 7337 (java) S 7327 7329 6855 0 -1 4202560 10165 0 0 0 6 0 0 0 15 0 22 0 601847993 16132968448 245785 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7338] ppid=7327 vsize=15754852 CPUtime=0.06 cores=1,3,5,7
/proc/7329/task/7338/stat : 7338 (java) S 7327 7329 6855 0 -1 4202560 11262 0 0 0 5 1 0 0 15 0 22 0 601847993 16132968448 245785 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7339] ppid=7327 vsize=15754852 CPUtime=0.14 cores=1,3,5,7
/proc/7329/task/7339/stat : 7339 (java) S 7327 7329 6855 0 -1 4202560 30371 0 0 0 10 4 0 0 16 0 22 0 601847993 16132968448 245785 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0

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

[pid=7329/tid=7340] ppid=7327 vsize=15754852 CPUtime=3.19 cores=1,3,5,7
/proc/7329/task/7340/stat : 7340 (java) S 7327 7329 6855 0 -1 4202560 578987 0 0 0 263 56 0 0 15 0 22 0 601847994 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 0 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7341] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7341/stat : 7341 (java) S 7327 7329 6855 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 601847995 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7342] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7342/stat : 7342 (java) S 7327 7329 6855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 601847995 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7343] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7343/stat : 7343 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601847997 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917217713 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7344] ppid=7327 vsize=15754852 CPUtime=1.52 cores=1,3,5,7
/proc/7329/task/7344/stat : 7344 (java) S 7327 7329 6855 0 -1 4202560 17117 0 0 0 151 1 0 0 15 0 22 0 601847997 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7345] ppid=7327 vsize=15754852 CPUtime=0.98 cores=1,3,5,7
/proc/7329/task/7345/stat : 7345 (java) S 7327 7329 6855 0 -1 4202560 2864 0 0 0 97 1 0 0 16 0 22 0 601847997 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7346] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7346/stat : 7346 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601847997 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7347] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7347/stat : 7347 (java) S 7327 7329 6855 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 601847997 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7348] ppid=7327 vsize=15754852 CPUtime=1103.63 cores=1,3,5,7
/proc/7329/task/7348/stat : 7348 (java) R 7327 7329 6855 0 -1 4202560 87111 0 0 0 110352 11 0 0 25 0 22 0 601848053 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505821835 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7329/tid=7349] ppid=7327 vsize=15754852 CPUtime=1107.7 cores=1,3,5,7
/proc/7329/task/7349/stat : 7349 (java) R 7327 7329 6855 0 -1 4202560 91742 0 0 0 110760 10 0 0 25 0 22 0 601848053 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505750760 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7329/tid=7350] ppid=7327 vsize=15754852 CPUtime=1105.71 cores=1,3,5,7
/proc/7329/task/7350/stat : 7350 (java) R 7327 7329 6855 0 -1 4202560 95147 0 0 0 110562 9 0 0 25 0 22 0 601848053 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505793016 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7329/tid=7351] ppid=7327 vsize=15754852 CPUtime=1107.82 cores=1,3,5,7
/proc/7329/task/7351/stat : 7351 (java) R 7327 7329 6855 0 -1 4202560 104291 0 0 0 110770 12 0 0 25 0 22 0 601848053 16132968448 3245996 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505849051 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4468.11
Current children cumulated vsize (KiB) 15754852

[startup+1182.3 s]
/proc/loadavg: 8.26 8.15 7.90 9/220 7385
/proc/meminfo: memFree=15916388/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=15754852 CPUtime=4707.76 cores=1,3,5,7
/proc/7329/stat : 7329 (java) S 7327 7329 6855 0 -1 4202496 3729853 0 1 0 470207 569 0 0 25 0 22 0 601847992 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 3938713 3342790 2293 9 0 3929432 0
[pid=7329/tid=7330] ppid=7327 vsize=15754852 CPUtime=1.7 cores=1,3,5,7
/proc/7329/task/7330/stat : 7330 (java) S 7327 7329 6855 0 -1 4202560 35734 0 1 0 165 5 0 0 25 0 22 0 601847993 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7332] ppid=7327 vsize=15754852 CPUtime=5.3 cores=1,3,5,7
/proc/7329/task/7332/stat : 7332 (java) S 7327 7329 6855 0 -1 4202560 319087 0 0 0 478 52 0 0 16 0 22 0 601847993 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7333] ppid=7327 vsize=15754852 CPUtime=3.97 cores=1,3,5,7
/proc/7329/task/7333/stat : 7333 (java) S 7327 7329 6855 0 -1 4202560 237622 0 0 0 357 40 0 0 16 0 22 0 601847993 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7334] ppid=7327 vsize=15754852 CPUtime=4.78 cores=1,3,5,7
/proc/7329/task/7334/stat : 7334 (java) S 7327 7329 6855 0 -1 4202560 352944 0 0 0 420 58 0 0 16 0 22 0 601847993 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7335] ppid=7327 vsize=15754852 CPUtime=4.52 cores=1,3,5,7
/proc/7329/task/7335/stat : 7335 (java) S 7327 7329 6855 0 -1 4202560 324855 0 0 0 396 56 0 0 15 0 22 0 601847993 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7336] ppid=7327 vsize=15754852 CPUtime=4.79 cores=1,3,5,7
/proc/7329/task/7336/stat : 7336 (java) S 7327 7329 6855 0 -1 4202560 360159 0 0 0 420 59 0 0 16 0 22 0 601847993 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7337] ppid=7327 vsize=15754852 CPUtime=4.55 cores=1,3,5,7
/proc/7329/task/7337/stat : 7337 (java) S 7327 7329 6855 0 -1 4202560 325781 0 0 0 399 56 0 0 15 0 22 0 601847993 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7338] ppid=7327 vsize=15754852 CPUtime=5.27 cores=1,3,5,7
/proc/7329/task/7338/stat : 7338 (java) S 7327 7329 6855 0 -1 4202560 422077 0 0 0 457 70 0 0 16 0 22 0 601847993 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7339] ppid=7327 vsize=15754852 CPUtime=4.22 cores=1,3,5,7
/proc/7329/task/7339/stat : 7339 (java) S 7327 7329 6855 0 -1 4202560 372581 0 0 0 360 62 0 0 16 0 22 0 601847993 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7340] ppid=7327 vsize=15754852 CPUtime=3.19 cores=1,3,5,7
/proc/7329/task/7340/stat : 7340 (java) S 7327 7329 6855 0 -1 4202560 579279 0 0 0 263 56 0 0 15 0 22 0 601847994 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 0 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7341] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7341/stat : 7341 (java) S 7327 7329 6855 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 601847995 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7342] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7342/stat : 7342 (java) S 7327 7329 6855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 601847995 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7343] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7343/stat : 7343 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601847997 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917217713 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7344] ppid=7327 vsize=15754852 CPUtime=1.53 cores=1,3,5,7
/proc/7329/task/7344/stat : 7344 (java) S 7327 7329 6855 0 -1 4202560 17119 0 0 0 152 1 0 0 15 0 22 0 601847997 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7345] ppid=7327 vsize=15754852 CPUtime=0.98 cores=1,3,5,7
/proc/7329/task/7345/stat : 7345 (java) S 7327 7329 6855 0 -1 4202560 2864 0 0 0 97 1 0 0 16 0 22 0 601847997 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7346] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7346/stat : 7346 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601847997 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7347] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7347/stat : 7347 (java) S 7327 7329 6855 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 601847997 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7348] ppid=7327 vsize=15754852 CPUtime=1163.18 cores=1,3,5,7
/proc/7329/task/7348/stat : 7348 (java) R 7327 7329 6855 0 -1 4202560 87111 0 0 0 116307 11 0 0 25 0 22 0 601848053 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505848981 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7329/tid=7349] ppid=7327 vsize=15754852 CPUtime=1167.27 cores=1,3,5,7
/proc/7329/task/7349/stat : 7349 (java) R 7327 7329 6855 0 -1 4202560 91742 0 0 0 116717 10 0 0 25 0 22 0 601848053 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505750755 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7329/tid=7350] ppid=7327 vsize=15754852 CPUtime=1164.96 cores=1,3,5,7
/proc/7329/task/7350/stat : 7350 (java) R 7327 7329 6855 0 -1 4202560 95147 0 0 0 116486 10 0 0 25 0 22 0 601848053 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912506363790 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7329/tid=7351] ppid=7327 vsize=15754852 CPUtime=1167.39 cores=1,3,5,7
/proc/7329/task/7351/stat : 7351 (java) R 7327 7329 6855 0 -1 4202560 104295 0 0 0 116727 12 0 0 25 0 22 0 601848053 16132968448 3342790 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505655193 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4707.76
Current children cumulated vsize (KiB) 15754852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.4 s]
/proc/loadavg: 7.56 8.01 7.86 5/193 7406
/proc/meminfo: memFree=16851564/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=15754852 CPUtime=4800.05 cores=1,3,5,7
/proc/7329/stat : 7329 (java) S 7327 7329 6855 0 -1 4202496 3729891 0 1 0 479436 569 0 0 25 0 22 0 601847992 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 3938713 3342817 2293 9 0 3929432 0
[pid=7329/tid=7330] ppid=7327 vsize=15754852 CPUtime=1.7 cores=1,3,5,7
/proc/7329/task/7330/stat : 7330 (java) S 7327 7329 6855 0 -1 4202560 35734 0 1 0 165 5 0 0 25 0 22 0 601847993 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7332] ppid=7327 vsize=15754852 CPUtime=5.3 cores=1,3,5,7
/proc/7329/task/7332/stat : 7332 (java) S 7327 7329 6855 0 -1 4202560 319087 0 0 0 478 52 0 0 16 0 22 0 601847993 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7333] ppid=7327 vsize=15754852 CPUtime=4.07 cores=1,3,5,7
/proc/7329/task/7333/stat : 7333 (java) S 7327 7329 6855 0 -1 4202560 237622 0 0 0 367 40 0 0 16 0 22 0 601847993 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7334] ppid=7327 vsize=15754852 CPUtime=4.88 cores=1,3,5,7
/proc/7329/task/7334/stat : 7334 (java) S 7327 7329 6855 0 -1 4202560 352977 0 0 0 430 58 0 0 16 0 22 0 601847993 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7335] ppid=7327 vsize=15754852 CPUtime=4.61 cores=1,3,5,7
/proc/7329/task/7335/stat : 7335 (java) S 7327 7329 6855 0 -1 4202560 324856 0 0 0 405 56 0 0 16 0 22 0 601847993 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7336] ppid=7327 vsize=15754852 CPUtime=4.79 cores=1,3,5,7
/proc/7329/task/7336/stat : 7336 (java) S 7327 7329 6855 0 -1 4202560 360159 0 0 0 420 59 0 0 16 0 22 0 601847993 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7337] ppid=7327 vsize=15754852 CPUtime=4.55 cores=1,3,5,7
/proc/7329/task/7337/stat : 7337 (java) S 7327 7329 6855 0 -1 4202560 325781 0 0 0 399 56 0 0 16 0 22 0 601847993 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7338] ppid=7327 vsize=15754852 CPUtime=5.28 cores=1,3,5,7
/proc/7329/task/7338/stat : 7338 (java) S 7327 7329 6855 0 -1 4202560 422077 0 0 0 458 70 0 0 16 0 22 0 601847993 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7339] ppid=7327 vsize=15754852 CPUtime=4.31 cores=1,3,5,7
/proc/7329/task/7339/stat : 7339 (java) S 7327 7329 6855 0 -1 4202560 372582 0 0 0 369 62 0 0 16 0 22 0 601847993 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7340] ppid=7327 vsize=15754852 CPUtime=3.19 cores=1,3,5,7
/proc/7329/task/7340/stat : 7340 (java) S 7327 7329 6855 0 -1 4202560 579279 0 0 0 263 56 0 0 15 0 22 0 601847994 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 0 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7341] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7341/stat : 7341 (java) S 7327 7329 6855 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 601847995 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7342] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7342/stat : 7342 (java) S 7327 7329 6855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 601847995 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7343] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7343/stat : 7343 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601847997 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917217713 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7344] ppid=7327 vsize=15754852 CPUtime=1.53 cores=1,3,5,7
/proc/7329/task/7344/stat : 7344 (java) S 7327 7329 6855 0 -1 4202560 17119 0 0 0 152 1 0 0 15 0 22 0 601847997 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 5 0 0 0
[pid=7329/tid=7345] ppid=7327 vsize=15754852 CPUtime=0.98 cores=1,3,5,7
/proc/7329/task/7345/stat : 7345 (java) S 7327 7329 6855 0 -1 4202560 2864 0 0 0 97 1 0 0 16 0 22 0 601847997 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 3 0 0 0
[pid=7329/tid=7346] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7346/stat : 7346 (java) S 7327 7329 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601847997 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210009 0 4 0 16800975 18446604471108815616 0 0 -1 1 0 0 0
[pid=7329/tid=7347] ppid=7327 vsize=15754852 CPUtime=0 cores=1,3,5,7
/proc/7329/task/7347/stat : 7347 (java) S 7327 7329 6855 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 601847997 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 260917210624 0 4 0 16800975 18446604471108815616 0 0 -1 7 0 0 0
[pid=7329/tid=7348] ppid=7327 vsize=15754852 CPUtime=1186.19 cores=1,3,5,7
/proc/7329/task/7348/stat : 7348 (java) R 7327 7329 6855 0 -1 4202560 87111 0 0 0 118608 11 0 0 25 0 22 0 601848053 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912506210514 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7329/tid=7349] ppid=7327 vsize=15754852 CPUtime=1190.28 cores=1,3,5,7
/proc/7329/task/7349/stat : 7349 (java) R 7327 7329 6855 0 -1 4202560 91742 0 0 0 119018 10 0 0 25 0 22 0 601848053 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505821190 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7329/tid=7350] ppid=7327 vsize=15754852 CPUtime=1187.84 cores=1,3,5,7
/proc/7329/task/7350/stat : 7350 (java) R 7327 7329 6855 0 -1 4202560 95148 0 0 0 118774 10 0 0 25 0 22 0 601848053 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912506272153 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7329/tid=7351] ppid=7327 vsize=15754852 CPUtime=1190.4 cores=1,3,5,7
/proc/7329/task/7351/stat : 7351 (java) R 7327 7329 6855 0 -1 4202560 104295 0 0 0 119028 12 0 0 25 0 22 0 601848053 16132968448 3342817 33554432000 1073741824 1073778376 140736821226928 18446744073709551615 46912505821174 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 15754852

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

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

[startup+1205.6 s]
/proc/loadavg: 7.56 8.01 7.86 5/193 7406
/proc/meminfo: memFree=16851564/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=0 CPUtime=4800.51 cores=1,3,5,7
/proc/7329/stat : 7329 (java) Z 7327 7329 6855 0 -1 4203548 3743515 0 1 0 479470 581 0 0 17 0 2 0 601847992 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 0 0 0 0 0 0 0
[pid=7329/tid=7348] ppid=7327 vsize=0 CPUtime=1186.3 cores=1,3,5,7
/proc/7329/task/7348/stat : 7348 (java) R 7327 7329 6855 0 -1 4203588 87111 0 0 0 118608 22 0 0 25 0 2 0 601848053 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) 4800.51
Current children cumulated vsize (KiB) 0

[startup+1205.81 s]
/proc/loadavg: 7.56 8.01 7.86 2/174 7409
/proc/meminfo: memFree=23164200/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=0 CPUtime=4800.72 cores=1,3,5,7
/proc/7329/stat : 7329 (java) Z 7327 7329 6855 0 -1 4203548 3743515 0 1 0 479470 602 0 0 17 0 2 0 601847992 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 0 0 0 0 0 0 0
[pid=7329/tid=7348] ppid=7327 vsize=0 CPUtime=1186.5 cores=1,3,5,7
/proc/7329/task/7348/stat : 7348 (java) R 7327 7329 6855 0 -1 4203588 87111 0 0 0 118608 42 0 0 25 0 2 0 601848053 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) 4800.72
Current children cumulated vsize (KiB) 0

[startup+1205.9 s]
/proc/loadavg: 7.56 8.01 7.86 2/174 7409
/proc/meminfo: memFree=23164200/32950928 swapFree=67054472/67111528
[pid=7329] ppid=7327 vsize=0 CPUtime=4800.81 cores=1,3,5,7
/proc/7329/stat : 7329 (java) Z 7327 7329 6855 0 -1 4203548 3743515 0 1 0 479470 611 0 0 17 0 2 0 601847992 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7329/statm: 0 0 0 0 0 0 0
[pid=7329/tid=7348] ppid=7327 vsize=0 CPUtime=1186.6 cores=1,3,5,7
/proc/7329/task/7348/stat : 7348 (java) R 7327 7329 6855 0 -1 4203588 87111 0 0 0 118608 52 0 0 25 0 2 0 601848053 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) 4800.81
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1205.95
CPU time (s): 4800.86
CPU user time (s): 4794.7
CPU system time (s): 6.16306
CPU usage (%): 398.099
Max. virtual memory (cumulated for all children) (KiB): 15754852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.7
system time used= 6.16306
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3743515
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= 28635
involuntary context switches= 62755

runsolver used 2.14667 second user time and 4.47032 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-30 00:29:33
IDJOB=3312463
IDBENCH=82648
IDSOLVER=1699
FILE ID=node116/3312463-1304116173
RUNJOBID= node116-1304112452-6874
PBS_JOBID= 13170693
Free space on /tmp= 72512 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S840292785-048-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312463-1304116173/watcher-3312463-1304116173 -o /tmp/evaluation-result-3312463-1304116173/solver-3312463-1304116173 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312463-1304116173.cnf

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

MD5SUM BENCH= fa8f767b93a18fbf678b4d0ea0994bed
RANDOM SEED=474319305

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28882424 kB
Buffers:        981584 kB
Cached:        1372388 kB
SwapCached:       9656 kB
Active:        1448204 kB
Inactive:      2279600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28882424 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:            5384 kB
Writeback:           0 kB
AnonPages:     1372180 kB
Mapped:          21556 kB
Slab:           275384 kB
PageTables:       7076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2472736 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= 72512 MiB
End job on node116 at 2011-04-30 00:49:41