Trace number 3312558

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.16 1206.83

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S900569154-026.SATISFIABLE.cnf
MD5SUM90af97b0aabddb9e07bb7ada8a5dcbc1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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	49:50 INFO : Reading from input HOME/instance-3312558-1304120990.cnf
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.52/0.39	49:51 INFO : 698 variables remaining out of 700
0.52/0.39	49:51 INFO : 11876 literals remaining out of 11928

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-3312558-1304120990/watcher-3312558-1304120990 -o /tmp/evaluation-result-3312558-1304120990/solver-3312558-1304120990 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312558-1304120990.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: 6.55 6.99 6.78 5/198 9424
/proc/meminfo: memFree=19616096/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 1425 0 0 0 0 0 0 0 25 0 2 0 523698785 27824128 895 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 6793 895 684 9 0 381 0
[pid=9424/tid=9425] ppid=9422 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) R 9422 9424 8531 0 -1 4202560 78 0 0 0 0 0 0 0 25 0 2 0 523698785 31313920 906 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237273956362 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.063717 s]
/proc/loadavg: 6.55 6.99 6.78 5/198 9424
/proc/meminfo: memFree=19616096/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=15610668 CPUtime=0.05 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 4312 0 1 0 5 0 0 0 25 0 18 0 523698785 15985324032 3751 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 3902667 3753 1778 9 0 3893386 0
[pid=9424/tid=9425] ppid=9422 vsize=15610668 CPUtime=0.04 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) R 9422 9424 8531 0 -1 4202560 2895 0 1 0 4 0 0 0 25 0 18 0 523698785 15985324032 3753 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 47419485551443 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15610668

[startup+0.10071 s]
/proc/loadavg: 6.55 6.99 6.78 5/198 9424
/proc/meminfo: memFree=19616096/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=15677228 CPUtime=0.1 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 5627 0 1 0 9 1 0 0 25 0 18 0 523698785 16053481472 5031 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 3919307 5031 2118 9 0 3910026 0
[pid=9424/tid=9425] ppid=9422 vsize=15677228 CPUtime=0.08 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) R 9422 9424 8531 0 -1 4202560 3463 0 1 0 8 0 0 0 25 0 18 0 523698785 16053481472 5031 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290706379 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677228

[startup+0.30068 s]
/proc/loadavg: 6.55 6.99 6.78 5/198 9424
/proc/meminfo: memFree=19616096/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=15683388 CPUtime=0.52 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 11497 0 1 0 50 2 0 0 25 0 22 0 523698785 16059789312 10029 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 3920847 10029 2213 9 0 3911566 0
[pid=9424/tid=9425] ppid=9422 vsize=15683388 CPUtime=0.28 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) R 9422 9424 8531 0 -1 4202560 6559 0 1 0 27 1 0 0 25 0 22 0 523698785 16059789312 10029 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505228565 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15683388

[startup+0.700606 s]
/proc/loadavg: 6.55 6.99 6.78 5/198 9424
/proc/meminfo: memFree=19616096/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=15700520 CPUtime=1.9 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 30538 0 1 0 186 4 0 0 25 0 22 0 523698785 16077332480 24609 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 3925130 24609 2253 9 0 3915849 0
[pid=9424/tid=9425] ppid=9422 vsize=15700520 CPUtime=0.38 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) S 9422 9424 8531 0 -1 4202560 6942 0 1 0 37 1 0 0 25 0 22 0 523698785 16077332480 24610 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 15700520

[startup+1.50147 s]
/proc/loadavg: 6.55 6.99 6.78 12/220 9446
/proc/meminfo: memFree=19467556/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=15700648 CPUtime=5.08 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 61524 0 1 0 501 7 0 0 25 0 22 0 523698785 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 3925162 54743 2273 9 0 3915881 0
[pid=9424/tid=9425] ppid=9422 vsize=15700648 CPUtime=0.38 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) S 9422 9424 8531 0 -1 4202560 6942 0 1 0 37 1 0 0 25 0 22 0 523698785 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9427] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9427/stat : 9427 (java) S 9422 9424 8531 0 -1 4202560 311 0 0 0 0 0 0 0 16 0 22 0 523698786 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9428] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9428/stat : 9428 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9429] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9429/stat : 9429 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9430] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9430/stat : 9430 (java) S 9422 9424 8531 0 -1 4202560 1011 0 0 0 0 0 0 0 16 0 22 0 523698786 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9431] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9431/stat : 9431 (java) S 9422 9424 8531 0 -1 4202560 2092 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9432] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9432/stat : 9432 (java) S 9422 9424 8531 0 -1 4202560 1217 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9433] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9433/stat : 9433 (java) S 9422 9424 8531 0 -1 4202560 635 0 0 0 0 0 0 0 16 0 22 0 523698786 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9434] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9434/stat : 9434 (java) S 9422 9424 8531 0 -1 4202560 1327 0 0 0 0 0 0 0 16 0 22 0 523698786 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9435] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9435/stat : 9435 (java) S 9422 9424 8531 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 523698787 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290696192 0 0 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9436] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9436/stat : 9436 (java) S 9422 9424 8531 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523698787 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9437] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9437/stat : 9437 (java) S 9422 9424 8531 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523698787 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9438] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9438/stat : 9438 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523698790 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290703281 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9439] ppid=9422 vsize=15700648 CPUtime=0.87 cores=1,3,5,7
/proc/9424/task/9439/stat : 9439 (java) S 9422 9424 8531 0 -1 4202560 4581 0 0 0 87 0 0 0 24 0 22 0 523698790 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9440] ppid=9422 vsize=15700648 CPUtime=0.79 cores=1,3,5,7
/proc/9424/task/9440/stat : 9440 (java) S 9422 9424 8531 0 -1 4202560 13200 0 0 0 78 1 0 0 25 0 22 0 523698790 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9441] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9441/stat : 9441 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523698790 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9442] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9442/stat : 9442 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523698790 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290696192 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9443] ppid=9422 vsize=15700648 CPUtime=1.03 cores=1,3,5,7
/proc/9424/task/9443/stat : 9443 (java) R 9422 9424 8531 0 -1 4202560 10187 0 0 0 103 0 0 0 25 0 22 0 523698811 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505768630 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9424/tid=9444] ppid=9422 vsize=15700648 CPUtime=0.62 cores=1,3,5,7
/proc/9424/task/9444/stat : 9444 (java) R 9422 9424 8531 0 -1 4202560 5858 0 0 0 62 0 0 0 25 0 22 0 523698811 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505900458 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9424/tid=9445] ppid=9422 vsize=15700648 CPUtime=0.69 cores=1,3,5,7
/proc/9424/task/9445/stat : 9445 (java) R 9422 9424 8531 0 -1 4202560 6213 0 0 0 69 0 0 0 25 0 22 0 523698811 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505835181 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9424/tid=9446] ppid=9422 vsize=15700648 CPUtime=0.6 cores=1,3,5,7
/proc/9424/task/9446/stat : 9446 (java) R 9422 9424 8531 0 -1 4202560 6488 0 0 0 60 0 0 0 25 0 22 0 523698811 16077463552 54743 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912506176367 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 15700648

[startup+3.10118 s]
/proc/loadavg: 6.55 6.99 6.78 9/220 9446
/proc/meminfo: memFree=19290500/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=15700648 CPUtime=11.44 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 158213 0 1 0 1124 20 0 0 25 0 22 0 523698785 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 3925162 151359 2284 9 0 3915881 0
[pid=9424/tid=9425] ppid=9422 vsize=15700648 CPUtime=0.38 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) S 9422 9424 8531 0 -1 4202560 6942 0 1 0 37 1 0 0 25 0 22 0 523698785 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9427] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9427/stat : 9427 (java) S 9422 9424 8531 0 -1 4202560 2091 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9428] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9428/stat : 9428 (java) S 9422 9424 8531 0 -1 4202560 641 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9429] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9429/stat : 9429 (java) S 9422 9424 8531 0 -1 4202560 2040 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9430] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9430/stat : 9430 (java) S 9422 9424 8531 0 -1 4202560 3698 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9431] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9431/stat : 9431 (java) S 9422 9424 8531 0 -1 4202560 3602 0 0 0 0 0 0 0 16 0 22 0 523698786 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9432] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9432/stat : 9432 (java) S 9422 9424 8531 0 -1 4202560 2832 0 0 0 0 0 0 0 16 0 22 0 523698786 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9433] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9433/stat : 9433 (java) S 9422 9424 8531 0 -1 4202560 1329 0 0 0 0 0 0 0 16 0 22 0 523698786 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9434] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9434/stat : 9434 (java) S 9422 9424 8531 0 -1 4202560 3091 0 0 0 0 0 0 0 16 0 22 0 523698786 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9435] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9435/stat : 9435 (java) S 9422 9424 8531 0 -1 4202560 445 0 0 0 0 0 0 0 15 0 22 0 523698787 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290696192 0 0 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9436] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9436/stat : 9436 (java) S 9422 9424 8531 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523698787 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9437] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9437/stat : 9437 (java) S 9422 9424 8531 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523698787 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9438] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9438/stat : 9438 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523698790 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290703281 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9439] ppid=9422 vsize=15700648 CPUtime=0.92 cores=1,3,5,7
/proc/9424/task/9439/stat : 9439 (java) S 9422 9424 8531 0 -1 4202560 4595 0 0 0 92 0 0 0 15 0 22 0 523698790 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9440] ppid=9422 vsize=15700648 CPUtime=0.81 cores=1,3,5,7
/proc/9424/task/9440/stat : 9440 (java) S 9422 9424 8531 0 -1 4202560 13213 0 0 0 80 1 0 0 16 0 22 0 523698790 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9441] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9441/stat : 9441 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523698790 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9442] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9442/stat : 9442 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523698790 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290696192 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9443] ppid=9422 vsize=15700648 CPUtime=2.58 cores=1,3,5,7
/proc/9424/task/9443/stat : 9443 (java) R 9422 9424 8531 0 -1 4202560 30164 0 0 0 256 2 0 0 25 0 22 0 523698811 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505906613 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9424/tid=9444] ppid=9422 vsize=15700648 CPUtime=2.17 cores=1,3,5,7
/proc/9424/task/9444/stat : 9444 (java) R 9422 9424 8531 0 -1 4202560 27881 0 0 0 214 3 0 0 25 0 22 0 523698811 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 47419484874947 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9424/tid=9445] ppid=9422 vsize=15700648 CPUtime=2.27 cores=1,3,5,7
/proc/9424/task/9445/stat : 9445 (java) R 9422 9424 8531 0 -1 4202560 26604 0 0 0 225 2 0 0 25 0 22 0 523698811 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505959223 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9424/tid=9446] ppid=9422 vsize=15700648 CPUtime=2.18 cores=1,3,5,7
/proc/9424/task/9446/stat : 9446 (java) R 9422 9424 8531 0 -1 4202560 27659 0 0 0 214 4 0 0 25 0 22 0 523698811 16077463552 151359 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505769179 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (KiB) 15700648

[startup+6.30161 s]
/proc/loadavg: 6.66 7.00 6.79 9/220 9446
/proc/meminfo: memFree=18534844/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=15700648 CPUtime=24.22 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 284262 0 1 0 2386 36 0 0 25 0 22 0 523698785 16077463552 276444 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 3925162 276444 2284 9 0 3915881 0
[pid=9424/tid=9425] ppid=9422 vsize=15700648 CPUtime=0.38 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) S 9422 9424 8531 0 -1 4202560 6942 0 1 0 37 1 0 0 25 0 22 0 523698785 16077463552 276444 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9427] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9427/stat : 9427 (java) S 9422 9424 8531 0 -1 4202560 2830 0 0 0 0 0 0 0 16 0 22 0 523698786 16077463552 276444 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9428] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9428/stat : 9428 (java) S 9422 9424 8531 0 -1 4202560 1191 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 276444 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9429] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9429/stat : 9429 (java) S 9422 9424 8531 0 -1 4202560 2363 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 276444 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9430] ppid=9422 vsize=15700648 CPUtime=0.01 cores=1,3,5,7
/proc/9424/task/9430/stat : 9430 (java) S 9422 9424 8531 0 -1 4202560 3977 0 0 0 1 0 0 0 15 0 22 0 523698786 16077463552 276444 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9431] ppid=9422 vsize=15700648 CPUtime=0.01 cores=1,3,5,7
/proc/9424/task/9431/stat : 9431 (java) S 9422 9424 8531 0 -1 4202560 3807 0 0 0 1 0 0 0 15 0 22 0 523698786 16077463552 276444 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9432] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9432/stat : 9432 (java) S 9422 9424 8531 0 -1 4202560 2832 0 0 0 0 0 0 0 15 0 22 0 523698786 16077463552 276444 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9433] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9433/stat : 9433 (java) S 9422 9424 8531 0 -1 4202560 1702 0 0 0 0 0 0 0 16 0 22 0 523698786 16077463552 276444 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9434] ppid=9422 vsize=15700648 CPUtime=0.01 cores=1,3,5,7
/proc/9424/task/9434/stat : 9434 (java) S 9422 9424 8531 0 -1 4202560 3498 0 0 0 1 0 0 0 16 0 22 0 523698786 16077463552 276444 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0

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

[pid=9424/tid=9444] ppid=9422 vsize=15700648 CPUtime=1048.31 cores=1,3,5,7
/proc/9424/task/9444/stat : 9444 (java) R 9422 9424 8531 0 -1 4202560 429626 0 0 0 104769 62 0 0 25 0 22 0 523698811 16077463552 110860 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505833763 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9424/tid=9445] ppid=9422 vsize=15700648 CPUtime=1048.27 cores=1,3,5,7
/proc/9424/task/9445/stat : 9445 (java) R 9422 9424 8531 0 -1 4202560 424487 0 0 0 104768 59 0 0 25 0 22 0 523698811 16077463552 110860 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505906528 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9424/tid=9446] ppid=9422 vsize=15700648 CPUtime=1048.73 cores=1,3,5,7
/proc/9424/task/9446/stat : 9446 (java) R 9422 9424 8531 0 -1 4202560 427841 0 0 0 104812 61 0 0 25 0 22 0 523698811 16077463552 110860 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505957220 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4225.23
Current children cumulated vsize (KiB) 15700648

[startup+1122.3 s]
/proc/loadavg: 7.99 8.01 7.65 9/220 9488
/proc/meminfo: memFree=19129136/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=15700648 CPUtime=4463.91 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 3107984 0 1 0 445820 571 0 0 25 0 22 0 523698785 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 3925162 125463 2298 9 0 3915881 0
[pid=9424/tid=9425] ppid=9422 vsize=15700648 CPUtime=0.38 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) S 9422 9424 8531 0 -1 4202560 6942 0 1 0 37 1 0 0 25 0 22 0 523698785 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9427] ppid=9422 vsize=15700648 CPUtime=3.29 cores=1,3,5,7
/proc/9424/task/9427/stat : 9427 (java) S 9422 9424 8531 0 -1 4202560 156848 0 0 0 302 27 0 0 15 0 22 0 523698786 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9428] ppid=9422 vsize=15700648 CPUtime=3.38 cores=1,3,5,7
/proc/9424/task/9428/stat : 9428 (java) S 9422 9424 8531 0 -1 4202560 149265 0 0 0 311 27 0 0 15 0 22 0 523698786 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9429] ppid=9422 vsize=15700648 CPUtime=3.52 cores=1,3,5,7
/proc/9424/task/9429/stat : 9429 (java) S 9422 9424 8531 0 -1 4202560 153797 0 0 0 325 27 0 0 16 0 22 0 523698786 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9430] ppid=9422 vsize=15700648 CPUtime=3.45 cores=1,3,5,7
/proc/9424/task/9430/stat : 9430 (java) S 9422 9424 8531 0 -1 4202560 166017 0 0 0 317 28 0 0 15 0 22 0 523698786 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9431] ppid=9422 vsize=15700648 CPUtime=3.5 cores=1,3,5,7
/proc/9424/task/9431/stat : 9431 (java) S 9422 9424 8531 0 -1 4202560 162842 0 0 0 321 29 0 0 15 0 22 0 523698786 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9432] ppid=9422 vsize=15700648 CPUtime=3.37 cores=1,3,5,7
/proc/9424/task/9432/stat : 9432 (java) S 9422 9424 8531 0 -1 4202560 156102 0 0 0 310 27 0 0 15 0 22 0 523698786 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9433] ppid=9422 vsize=15700648 CPUtime=3.43 cores=1,3,5,7
/proc/9424/task/9433/stat : 9433 (java) S 9422 9424 8531 0 -1 4202560 160792 0 0 0 316 27 0 0 15 0 22 0 523698786 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9434] ppid=9422 vsize=15700648 CPUtime=3.51 cores=1,3,5,7
/proc/9424/task/9434/stat : 9434 (java) S 9422 9424 8531 0 -1 4202560 164864 0 0 0 323 28 0 0 16 0 22 0 523698786 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9435] ppid=9422 vsize=15700648 CPUtime=2.06 cores=1,3,5,7
/proc/9424/task/9435/stat : 9435 (java) S 9422 9424 8531 0 -1 4202560 7797 0 0 0 121 85 0 0 16 0 22 0 523698787 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290696192 0 0 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9436] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9436/stat : 9436 (java) S 9422 9424 8531 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523698787 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9437] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9437/stat : 9437 (java) S 9422 9424 8531 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523698787 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9438] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9438/stat : 9438 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523698790 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290703281 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9439] ppid=9422 vsize=15700648 CPUtime=1.13 cores=1,3,5,7
/proc/9424/task/9439/stat : 9439 (java) S 9422 9424 8531 0 -1 4202560 4617 0 0 0 112 1 0 0 16 0 22 0 523698790 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9440] ppid=9422 vsize=15700648 CPUtime=0.94 cores=1,3,5,7
/proc/9424/task/9440/stat : 9440 (java) S 9422 9424 8531 0 -1 4202560 13245 0 0 0 93 1 0 0 15 0 22 0 523698790 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9441] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9441/stat : 9441 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523698790 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9442] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9442/stat : 9442 (java) S 9422 9424 8531 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 523698790 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290696192 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9443] ppid=9422 vsize=15700648 CPUtime=1108.58 cores=1,3,5,7
/proc/9424/task/9443/stat : 9443 (java) R 9422 9424 8531 0 -1 4202560 456225 0 0 0 110796 62 0 0 25 0 22 0 523698811 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505710045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9424/tid=9444] ppid=9422 vsize=15700648 CPUtime=1107.55 cores=1,3,5,7
/proc/9424/task/9444/stat : 9444 (java) R 9422 9424 8531 0 -1 4202560 452527 0 0 0 110690 65 0 0 25 0 22 0 523698811 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 47419484874850 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9424/tid=9445] ppid=9422 vsize=15700648 CPUtime=1107.64 cores=1,3,5,7
/proc/9424/task/9445/stat : 9445 (java) R 9422 9424 8531 0 -1 4202560 445413 0 0 0 110702 62 0 0 25 0 22 0 523698811 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 18446744073699065932 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9424/tid=9446] ppid=9422 vsize=15700648 CPUtime=1108 cores=1,3,5,7
/proc/9424/task/9446/stat : 9446 (java) R 9422 9424 8531 0 -1 4202560 449244 0 0 0 110735 65 0 0 25 0 22 0 523698811 16077463552 125463 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505834091 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4463.91
Current children cumulated vsize (KiB) 15700648

[startup+1182.3 s]
/proc/loadavg: 6.48 7.63 7.55 5/193 9510
/proc/meminfo: memFree=19492812/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=15700648 CPUtime=4702.63 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 3272110 0 1 0 469660 603 0 0 25 0 22 0 523698785 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 3925162 130300 2298 9 0 3915881 0
[pid=9424/tid=9425] ppid=9422 vsize=15700648 CPUtime=0.38 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) S 9422 9424 8531 0 -1 4202560 6942 0 1 0 37 1 0 0 25 0 22 0 523698785 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9427] ppid=9422 vsize=15700648 CPUtime=3.48 cores=1,3,5,7
/proc/9424/task/9427/stat : 9427 (java) S 9422 9424 8531 0 -1 4202560 162872 0 0 0 320 28 0 0 15 0 22 0 523698786 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9428] ppid=9422 vsize=15700648 CPUtime=3.6 cores=1,3,5,7
/proc/9424/task/9428/stat : 9428 (java) S 9422 9424 8531 0 -1 4202560 156394 0 0 0 331 29 0 0 15 0 22 0 523698786 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9429] ppid=9422 vsize=15700648 CPUtime=3.68 cores=1,3,5,7
/proc/9424/task/9429/stat : 9429 (java) S 9422 9424 8531 0 -1 4202560 158363 0 0 0 340 28 0 0 15 0 22 0 523698786 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9430] ppid=9422 vsize=15700648 CPUtime=3.63 cores=1,3,5,7
/proc/9424/task/9430/stat : 9430 (java) S 9422 9424 8531 0 -1 4202560 171453 0 0 0 334 29 0 0 15 0 22 0 523698786 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9431] ppid=9422 vsize=15700648 CPUtime=3.69 cores=1,3,5,7
/proc/9424/task/9431/stat : 9431 (java) S 9422 9424 8531 0 -1 4202560 169220 0 0 0 338 31 0 0 16 0 22 0 523698786 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9432] ppid=9422 vsize=15700648 CPUtime=3.53 cores=1,3,5,7
/proc/9424/task/9432/stat : 9432 (java) S 9422 9424 8531 0 -1 4202560 162564 0 0 0 325 28 0 0 15 0 22 0 523698786 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9433] ppid=9422 vsize=15700648 CPUtime=3.62 cores=1,3,5,7
/proc/9424/task/9433/stat : 9433 (java) S 9422 9424 8531 0 -1 4202560 167958 0 0 0 333 29 0 0 15 0 22 0 523698786 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9434] ppid=9422 vsize=15700648 CPUtime=3.69 cores=1,3,5,7
/proc/9424/task/9434/stat : 9434 (java) S 9422 9424 8531 0 -1 4202560 170334 0 0 0 339 30 0 0 15 0 22 0 523698786 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9435] ppid=9422 vsize=15700648 CPUtime=2.19 cores=1,3,5,7
/proc/9424/task/9435/stat : 9435 (java) S 9422 9424 8531 0 -1 4202560 8254 0 0 0 129 90 0 0 15 0 22 0 523698787 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290696192 0 0 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9436] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9436/stat : 9436 (java) S 9422 9424 8531 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523698787 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9437] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9437/stat : 9437 (java) S 9422 9424 8531 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523698787 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9438] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9438/stat : 9438 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523698790 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290703281 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9439] ppid=9422 vsize=15700648 CPUtime=1.13 cores=1,3,5,7
/proc/9424/task/9439/stat : 9439 (java) S 9422 9424 8531 0 -1 4202560 4617 0 0 0 112 1 0 0 16 0 22 0 523698790 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9440] ppid=9422 vsize=15700648 CPUtime=0.94 cores=1,3,5,7
/proc/9424/task/9440/stat : 9440 (java) S 9422 9424 8531 0 -1 4202560 13245 0 0 0 93 1 0 0 15 0 22 0 523698790 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9441] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9441/stat : 9441 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523698790 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9442] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9442/stat : 9442 (java) S 9422 9424 8531 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 523698790 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290696192 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9443] ppid=9422 vsize=15700648 CPUtime=1167.94 cores=1,3,5,7
/proc/9424/task/9443/stat : 9443 (java) R 9422 9424 8531 0 -1 4202560 485818 0 0 0 116728 66 0 0 25 0 22 0 523698811 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505805678 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9424/tid=9444] ppid=9422 vsize=15700648 CPUtime=1166.79 cores=1,3,5,7
/proc/9424/task/9444/stat : 9444 (java) R 9422 9424 8531 0 -1 4202560 481057 0 0 0 116610 69 0 0 25 0 22 0 523698811 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505834096 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9424/tid=9445] ppid=9422 vsize=15700648 CPUtime=1166.81 cores=1,3,5,7
/proc/9424/task/9445/stat : 9445 (java) R 9422 9424 8531 0 -1 4202560 472740 0 0 0 116615 66 0 0 25 0 22 0 523698811 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505833722 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9424/tid=9446] ppid=9422 vsize=15700648 CPUtime=1167.37 cores=1,3,5,7
/proc/9424/task/9446/stat : 9446 (java) R 9422 9424 8531 0 -1 4202560 478829 0 0 0 116668 69 0 0 25 0 22 0 523698811 16077463552 130300 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505710076 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4702.63
Current children cumulated vsize (KiB) 15700648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.8 s]
/proc/loadavg: 5.70 7.36 7.46 5/193 9510
/proc/meminfo: memFree=19471336/32950904 swapFree=67082284/67111528
[pid=9424] ppid=9422 vsize=15700648 CPUtime=4800.11 cores=1,3,5,7
/proc/9424/stat : 9424 (java) S 9422 9424 8531 0 -1 4202496 3323767 0 1 0 479397 614 0 0 25 0 22 0 523698785 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9424/statm: 3925162 113314 2298 9 0 3915881 0
[pid=9424/tid=9425] ppid=9422 vsize=15700648 CPUtime=0.38 cores=1,3,5,7
/proc/9424/task/9425/stat : 9425 (java) S 9422 9424 8531 0 -1 4202560 6942 0 1 0 37 1 0 0 25 0 22 0 523698785 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9427] ppid=9422 vsize=15700648 CPUtime=3.56 cores=1,3,5,7
/proc/9424/task/9427/stat : 9427 (java) S 9422 9424 8531 0 -1 4202560 165961 0 0 0 327 29 0 0 15 0 22 0 523698786 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 3 0 0 0
[pid=9424/tid=9428] ppid=9422 vsize=15700648 CPUtime=3.67 cores=1,3,5,7
/proc/9424/task/9428/stat : 9428 (java) S 9422 9424 8531 0 -1 4202560 157871 0 0 0 338 29 0 0 15 0 22 0 523698786 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9429] ppid=9422 vsize=15700648 CPUtime=3.74 cores=1,3,5,7
/proc/9424/task/9429/stat : 9429 (java) S 9422 9424 8531 0 -1 4202560 160028 0 0 0 346 28 0 0 15 0 22 0 523698786 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9430] ppid=9422 vsize=15700648 CPUtime=3.7 cores=1,3,5,7
/proc/9424/task/9430/stat : 9430 (java) S 9422 9424 8531 0 -1 4202560 173757 0 0 0 340 30 0 0 16 0 22 0 523698786 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9431] ppid=9422 vsize=15700648 CPUtime=3.77 cores=1,3,5,7
/proc/9424/task/9431/stat : 9431 (java) S 9422 9424 8531 0 -1 4202560 170811 0 0 0 345 32 0 0 15 0 22 0 523698786 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9432] ppid=9422 vsize=15700648 CPUtime=3.61 cores=1,3,5,7
/proc/9424/task/9432/stat : 9432 (java) S 9422 9424 8531 0 -1 4202560 164619 0 0 0 332 29 0 0 15 0 22 0 523698786 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9433] ppid=9422 vsize=15700648 CPUtime=3.7 cores=1,3,5,7
/proc/9424/task/9433/stat : 9433 (java) S 9422 9424 8531 0 -1 4202560 170454 0 0 0 341 29 0 0 15 0 22 0 523698786 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9434] ppid=9422 vsize=15700648 CPUtime=3.75 cores=1,3,5,7
/proc/9424/task/9434/stat : 9434 (java) S 9422 9424 8531 0 -1 4202560 171597 0 0 0 345 30 0 0 15 0 22 0 523698786 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9435] ppid=9422 vsize=15700648 CPUtime=2.23 cores=1,3,5,7
/proc/9424/task/9435/stat : 9435 (java) S 9422 9424 8531 0 -1 4202560 8378 0 0 0 131 92 0 0 15 0 22 0 523698787 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290696192 0 0 0 16800975 18446604471149743040 0 0 -1 7 0 0 0
[pid=9424/tid=9436] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9436/stat : 9436 (java) S 9422 9424 8531 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 523698787 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9437] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9437/stat : 9437 (java) S 9422 9424 8531 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523698787 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9438] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9438/stat : 9438 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523698790 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290703281 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9439] ppid=9422 vsize=15700648 CPUtime=1.13 cores=1,3,5,7
/proc/9424/task/9439/stat : 9439 (java) S 9422 9424 8531 0 -1 4202560 4617 0 0 0 112 1 0 0 16 0 22 0 523698790 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9440] ppid=9422 vsize=15700648 CPUtime=0.94 cores=1,3,5,7
/proc/9424/task/9440/stat : 9440 (java) S 9422 9424 8531 0 -1 4202560 13245 0 0 0 93 1 0 0 15 0 22 0 523698790 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9441] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9441/stat : 9441 (java) S 9422 9424 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523698790 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290695577 0 4 0 16800975 18446604471149743040 0 0 -1 1 0 0 0
[pid=9424/tid=9442] ppid=9422 vsize=15700648 CPUtime=0 cores=1,3,5,7
/proc/9424/task/9442/stat : 9442 (java) S 9422 9424 8531 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523698790 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 237290696192 0 4 0 16800975 18446604471149743040 0 0 -1 5 0 0 0
[pid=9424/tid=9443] ppid=9422 vsize=15700648 CPUtime=1192.06 cores=1,3,5,7
/proc/9424/task/9443/stat : 9443 (java) R 9422 9424 8531 0 -1 4202560 495122 0 0 0 119139 67 0 0 25 0 22 0 523698811 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505710603 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9424/tid=9444] ppid=9422 vsize=15700648 CPUtime=1191.03 cores=1,3,5,7
/proc/9424/task/9444/stat : 9444 (java) R 9422 9424 8531 0 -1 4202560 489761 0 0 0 119033 70 0 0 25 0 22 0 523698811 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505833905 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9424/tid=9445] ppid=9422 vsize=15700648 CPUtime=1191.03 cores=1,3,5,7
/proc/9424/task/9445/stat : 9445 (java) R 9422 9424 8531 0 -1 4202560 481258 0 0 0 119037 66 0 0 25 0 22 0 523698811 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505675338 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9424/tid=9446] ppid=9422 vsize=15700648 CPUtime=1191.62 cores=1,3,5,7
/proc/9424/task/9446/stat : 9446 (java) R 9422 9424 8531 0 -1 4202560 487894 0 0 0 119091 71 0 0 19 0 22 0 523698811 16077463552 113314 33554432000 1073741824 1073778376 140734356643232 18446744073709551615 46912505833905 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 15700648

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): 1206.83
CPU time (s): 4800.16
CPU user time (s): 4793.99
CPU system time (s): 6.16706
CPU usage (%): 397.748
Max. virtual memory (cumulated for all children) (KiB): 15700648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.99
system time used= 6.16706
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3323793
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= 196582
involuntary context switches= 116498

runsolver used 2.07268 second user time and 4.55931 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-30 01:49:50
IDJOB=3312558
IDBENCH=82743
IDSOLVER=1699
FILE ID=node121/3312558-1304120990
RUNJOBID= node121-1304120939-9334
PBS_JOBID= 13170701
Free space on /tmp= 72652 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S900569154-026.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312558-1304120990/watcher-3312558-1304120990 -o /tmp/evaluation-result-3312558-1304120990/solver-3312558-1304120990 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312558-1304120990.cnf

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

MD5SUM BENCH= 90af97b0aabddb9e07bb7ada8a5dcbc1
RANDOM SEED=540907987

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:      19616120 kB
Buffers:       2184772 kB
Cached:       10286448 kB
SwapCached:       2776 kB
Active:        9437660 kB
Inactive:      3374308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19616120 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:      338764 kB
Mapped:          22616 kB
Slab:           456400 kB
PageTables:       5924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   841320 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= 72652 MiB
End job on node121 at 2011-04-30 02:09:59