Trace number 3311592

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.29 1206.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S157016908-041.UNKNOWN.cnf
MD5SUM84ed72ef969365b45feb251988bfac3d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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	13:32 INFO : Reading from input HOME/instance-3311592-1304176412.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.25	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.27	Starting Executor!
0.52/0.40	13:32 INFO : 696 variables remaining out of 700
0.52/0.40	13:32 INFO : 11820 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-3311592-1304176412/watcher-3311592-1304176412 -o /tmp/evaluation-result-3311592-1304176412/solver-3311592-1304176412 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311592-1304176412.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 2.56 6.36 7.42 4/194 27407
/proc/meminfo: memFree=30487136/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 1425 0 0 0 0 0 0 0 24 0 2 0 529243552 27824128 895 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 6793 895 684 9 0 381 0
[pid=27407/tid=27408] ppid=27405 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) R 27405 27407 27352 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 529243553 29065216 899 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212431093383 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.026813 s]
/proc/loadavg: 2.56 6.36 7.42 4/194 27407
/proc/meminfo: memFree=30487136/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 3509 0 1 0 1 0 0 0 24 0 13 0 529243552 15978614784 2948 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 3901029 2949 1653 9 0 3891777 0
[pid=27407/tid=27408] ppid=27405 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) R 27405 27407 27352 0 -1 4202560 2118 0 1 0 1 0 0 0 25 0 13 0 529243553 15978614784 2949 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 47110441264664 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.100795 s]
/proc/loadavg: 2.56 6.36 7.42 4/194 27407
/proc/meminfo: memFree=30487136/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=15676704 CPUtime=0.1 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 5603 0 1 0 9 1 0 0 24 0 18 0 529243552 16052944896 5015 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 3919176 5016 2116 9 0 3909895 0
[pid=27407/tid=27408] ppid=27405 vsize=15676704 CPUtime=0.09 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) R 27405 27407 27352 0 -1 4202560 3454 0 1 0 8 1 0 0 18 0 18 0 529243553 16052944896 5016 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 47110441264664 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676704

[startup+0.300758 s]
/proc/loadavg: 2.56 6.36 7.42 4/194 27407
/proc/meminfo: memFree=30487136/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=15748600 CPUtime=0.52 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 11598 0 1 0 50 2 0 0 24 0 22 0 529243552 16126566400 10069 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 3937150 10069 2213 9 0 3927869 0
[pid=27407/tid=27408] ppid=27405 vsize=15748600 CPUtime=0.28 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) R 27405 27407 27352 0 -1 4202560 6592 0 1 0 27 1 0 0 20 0 22 0 529243553 16126566400 10069 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505121146 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15748600

[startup+1.01659 s]
/proc/loadavg: 2.56 6.36 7.42 4/194 27407
/proc/meminfo: memFree=30487136/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=15751188 CPUtime=3.16 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 48632 0 1 0 309 7 0 0 24 0 22 0 529243552 16129216512 44593 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 3937797 44593 2258 9 0 3928516 0
[pid=27407/tid=27408] ppid=27405 vsize=15751188 CPUtime=0.38 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 27352 0 -1 4202560 6955 0 1 0 37 1 0 0 20 0 22 0 529243553 16129216512 44593 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 15751188

[startup+1.5075 s]
/proc/loadavg: 2.56 6.36 7.42 13/220 27433
/proc/meminfo: memFree=30068740/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=15751188 CPUtime=5.12 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 53399 0 1 0 504 8 0 0 24 0 22 0 529243552 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 3937797 49355 2272 9 0 3928516 0
[pid=27407/tid=27408] ppid=27405 vsize=15751188 CPUtime=0.38 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 27352 0 -1 4202560 6955 0 1 0 37 1 0 0 20 0 22 0 529243553 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529243553 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529243553 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529243553 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529243553 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529243553 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) R 27405 27407 27352 0 -1 4202560 591 0 0 0 0 0 0 0 18 0 22 0 529243553 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 27352 0 -1 4202560 1181 0 0 0 0 0 0 0 18 0 22 0 529243553 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 27352 0 -1 4202560 680 0 0 0 0 0 0 0 18 0 22 0 529243553 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 27352 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 529243554 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447833600 0 0 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 27352 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243554 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 27352 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529243554 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529243557 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447840689 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=15751188 CPUtime=0.41 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) R 27405 27407 27352 0 -1 4202560 8382 0 0 0 40 1 0 0 25 0 22 0 529243557 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 47110439052641 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=15751188 CPUtime=0.88 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) R 27405 27407 27352 0 -1 4202560 6138 0 0 0 88 0 0 0 17 0 22 0 529243557 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 47110439025160 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529243557 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=15751188 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529243557 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447833600 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27430] ppid=27405 vsize=15751188 CPUtime=1.08 cores=1,3,5,7
/proc/27407/task/27430/stat : 27430 (java) R 27405 27407 27352 0 -1 4202560 8096 0 0 0 107 1 0 0 19 0 22 0 529243578 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505121134 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27407/tid=27431] ppid=27405 vsize=15751188 CPUtime=0.76 cores=1,3,5,7
/proc/27407/task/27431/stat : 27431 (java) R 27405 27407 27352 0 -1 4202560 5620 0 0 0 76 0 0 0 17 0 22 0 529243578 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505831054 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27407/tid=27432] ppid=27405 vsize=15751188 CPUtime=0.9 cores=1,3,5,7
/proc/27407/task/27432/stat : 27432 (java) R 27405 27407 27352 0 -1 4202560 6878 0 0 0 89 1 0 0 19 0 22 0 529243578 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505654848 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27407/tid=27433] ppid=27405 vsize=15751188 CPUtime=0.62 cores=1,3,5,7
/proc/27407/task/27433/stat : 27433 (java) R 27405 27407 27352 0 -1 4202560 7475 0 0 0 62 0 0 0 19 0 22 0 529243578 16129216512 49355 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 47110438220695 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 15751188

[startup+3.10119 s]
/proc/loadavg: 2.56 6.36 7.42 9/220 27434
/proc/meminfo: memFree=29603628/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=15748600 CPUtime=11.46 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 130372 0 1 0 1128 18 0 0 24 0 22 0 529243552 16126566400 117505 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 3937150 117509 2283 9 0 3927869 0
[pid=27407/tid=27408] ppid=27405 vsize=15748600 CPUtime=0.38 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 27352 0 -1 4202560 6955 0 1 0 37 1 0 0 20 0 22 0 529243553 16126566400 117511 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 27352 0 -1 4202560 1692 0 0 0 0 0 0 0 16 0 22 0 529243553 16126566400 117513 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 27352 0 -1 4202560 1200 0 0 0 0 0 0 0 16 0 22 0 529243553 16126566400 117514 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 27352 0 -1 4202560 922 0 0 0 0 0 0 0 15 0 22 0 529243553 16126566400 117517 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 27352 0 -1 4202560 4050 0 0 0 0 0 0 0 16 0 22 0 529243553 16126566400 117519 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 27352 0 -1 4202560 387 0 0 0 0 0 0 0 15 0 22 0 529243553 16126566400 117520 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 27352 0 -1 4202560 2035 0 0 0 0 0 0 0 16 0 22 0 529243553 16126566400 117521 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 27352 0 -1 4202560 2265 0 0 0 0 0 0 0 15 0 22 0 529243553 16126566400 117522 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=15748600 CPUtime=0.01 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 27352 0 -1 4202560 4359 0 0 0 1 0 0 0 16 0 22 0 529243553 16126566400 117523 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 27352 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 22 0 529243554 16126566400 117523 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447833600 0 0 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 27352 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243554 16126566400 117531 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 27352 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529243554 16126566400 117540 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529243557 16126566400 117550 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447840689 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=15748600 CPUtime=1.09 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) S 27405 27407 27352 0 -1 4202560 16585 0 0 0 108 1 0 0 20 0 22 0 529243557 16126566400 117558 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=15748600 CPUtime=1 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) S 27405 27407 27352 0 -1 4202560 6171 0 0 0 100 0 0 0 15 0 22 0 529243557 16126566400 117566 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529243557 16126566400 117582 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529243557 16126566400 117603 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447833600 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27430] ppid=27405 vsize=15748600 CPUtime=2.31 cores=1,3,5,7
/proc/27407/task/27430/stat : 27430 (java) R 27405 27407 27352 0 -1 4202560 20429 0 0 0 229 2 0 0 18 0 22 0 529243578 16126566400 117611 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505728431 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27407/tid=27431] ppid=27405 vsize=15748600 CPUtime=2.33 cores=1,3,5,7
/proc/27407/task/27431/stat : 27431 (java) R 27405 27407 27352 0 -1 4202560 21527 0 0 0 231 2 0 0 18 0 22 0 529243578 16126566400 117621 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505727171 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27407/tid=27432] ppid=27405 vsize=15748600 CPUtime=2.12 cores=1,3,5,7
/proc/27407/task/27432/stat : 27432 (java) R 27405 27407 27352 0 -1 4202560 17424 0 0 0 210 2 0 0 20 0 22 0 529243578 16126566400 117629 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505837891 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27407/tid=27433] ppid=27405 vsize=15748600 CPUtime=2.07 cores=1,3,5,7
/proc/27407/task/27433/stat : 27433 (java) R 27405 27407 27352 0 -1 4202560 22905 0 0 0 205 2 0 0 22 0 22 0 529243578 16126566400 117637 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 47110442699603 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 15748600

[startup+6.30158 s]
/proc/loadavg: 3.00 6.39 7.42 9/220 27434
/proc/meminfo: memFree=28352232/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=15748600 CPUtime=24.22 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 290459 0 1 0 2386 36 0 0 24 0 22 0 529243552 16126566400 274006 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 3937150 274006 2283 9 0 3927869 0
[pid=27407/tid=27408] ppid=27405 vsize=15748600 CPUtime=0.38 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 27352 0 -1 4202560 6955 0 1 0 37 1 0 0 20 0 22 0 529243553 16126566400 274006 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 27352 0 -1 4202560 3309 0 0 0 0 0 0 0 16 0 22 0 529243553 16126566400 274006 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 27352 0 -1 4202560 3100 0 0 0 0 0 0 0 16 0 22 0 529243553 16126566400 274006 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 27352 0 -1 4202560 1639 0 0 0 0 0 0 0 15 0 22 0 529243553 16126566400 274006 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=15748600 CPUtime=0.01 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 27352 0 -1 4202560 4613 0 0 0 1 0 0 0 16 0 22 0 529243553 16126566400 274006 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 27352 0 -1 4202560 850 0 0 0 0 0 0 0 15 0 22 0 529243553 16126566400 274006 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 27352 0 -1 4202560 3097 0 0 0 0 0 0 0 15 0 22 0 529243553 16126566400 274006 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 27352 0 -1 4202560 2505 0 0 0 0 0 0 0 15 0 22 0 529243553 16126566400 274006 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=15748600 CPUtime=0.01 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 27352 0 -1 4202560 5140 0 0 0 1 0 0 0 16 0 22 0 529243553 16126566400 274006 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0

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

[pid=27407/tid=27431] ppid=27405 vsize=15748600 CPUtime=1107.43 cores=1,3,5,7
/proc/27407/task/27431/stat : 27431 (java) R 27405 27407 27352 0 -1 4202560 415062 0 0 0 110686 57 0 0 25 0 22 0 529243578 16126566400 112987 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505949715 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27407/tid=27432] ppid=27405 vsize=15748600 CPUtime=1108.31 cores=1,3,5,7
/proc/27407/task/27432/stat : 27432 (java) R 27405 27407 27352 0 -1 4202560 405285 0 0 0 110774 57 0 0 25 0 22 0 529243578 16126566400 112987 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505969749 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27407/tid=27433] ppid=27405 vsize=15748600 CPUtime=1108.01 cores=1,3,5,7
/proc/27407/task/27433/stat : 27433 (java) R 27405 27407 27352 0 -1 4202560 417657 0 0 0 110744 57 0 0 25 0 22 0 529243578 16126566400 112987 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505718361 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4464.54
Current children cumulated vsize (KiB) 15748600

[startup+1182.3 s]
/proc/loadavg: 8.22 8.14 7.92 9/220 27465
/proc/meminfo: memFree=29734364/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=15748600 CPUtime=4703.2 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 3112475 0 1 0 469766 554 0 0 24 0 22 0 529243552 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 3937150 106394 2297 9 0 3927869 0
[pid=27407/tid=27408] ppid=27405 vsize=15748600 CPUtime=0.38 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 27352 0 -1 4202560 6955 0 1 0 37 1 0 0 20 0 22 0 529243553 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=15748600 CPUtime=3.51 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 27352 0 -1 4202560 161911 0 0 0 324 27 0 0 15 0 22 0 529243553 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=15748600 CPUtime=3.58 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 27352 0 -1 4202560 164051 0 0 0 326 32 0 0 16 0 22 0 529243553 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=15748600 CPUtime=3.71 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 27352 0 -1 4202560 172321 0 0 0 343 28 0 0 15 0 22 0 529243553 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=15748600 CPUtime=3.64 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 27352 0 -1 4202560 167593 0 0 0 333 31 0 0 15 0 22 0 529243553 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=15748600 CPUtime=3.61 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 27352 0 -1 4202560 161027 0 0 0 336 25 0 0 15 0 22 0 529243553 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=15748600 CPUtime=3.59 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 27352 0 -1 4202560 161181 0 0 0 334 25 0 0 15 0 22 0 529243553 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=15748600 CPUtime=3.56 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 27352 0 -1 4202560 170060 0 0 0 328 28 0 0 15 0 22 0 529243553 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=15748600 CPUtime=3.62 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 27352 0 -1 4202560 176120 0 0 0 334 28 0 0 15 0 22 0 529243553 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=15748600 CPUtime=2.11 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 27352 0 -1 4202560 7766 0 0 0 130 81 0 0 15 0 22 0 529243554 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447833600 0 0 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 27352 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243554 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 27352 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529243554 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529243557 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447840689 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=15748600 CPUtime=1.2 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) S 27405 27407 27352 0 -1 4202560 16598 0 0 0 119 1 0 0 16 0 22 0 529243557 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=15748600 CPUtime=1.24 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) S 27405 27407 27352 0 -1 4202560 6455 0 0 0 123 1 0 0 15 0 22 0 529243557 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529243557 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 27352 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 529243557 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447833600 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27430] ppid=27405 vsize=15748600 CPUtime=1167.75 cores=1,3,5,7
/proc/27407/task/27430/stat : 27430 (java) R 27405 27407 27352 0 -1 4202560 431817 0 0 0 116718 57 0 0 25 0 22 0 529243578 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505745897 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27407/tid=27431] ppid=27405 vsize=15748600 CPUtime=1166.57 cores=1,3,5,7
/proc/27407/task/27431/stat : 27431 (java) R 27405 27407 27352 0 -1 4202560 437303 0 0 0 116597 60 0 0 25 0 22 0 529243578 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505700629 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27407/tid=27432] ppid=27405 vsize=15748600 CPUtime=1167.62 cores=1,3,5,7
/proc/27407/task/27432/stat : 27432 (java) R 27405 27407 27352 0 -1 4202560 428044 0 0 0 116702 60 0 0 25 0 22 0 529243578 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505745063 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27407/tid=27433] ppid=27405 vsize=15748600 CPUtime=1167.35 cores=1,3,5,7
/proc/27407/task/27433/stat : 27433 (java) R 27405 27407 27352 0 -1 4202560 441826 0 0 0 116675 60 0 0 25 0 22 0 529243578 16126566400 106394 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4703.2
Current children cumulated vsize (KiB) 15748600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.7 s]
/proc/loadavg: 8.14 8.13 7.92 9/220 27466
/proc/meminfo: memFree=29806764/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=15748600 CPUtime=4800.24 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 3155202 0 1 0 479461 563 0 0 24 0 22 0 529243552 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 3937150 91002 2297 9 0 3927869 0
[pid=27407/tid=27408] ppid=27405 vsize=15748600 CPUtime=0.38 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 27352 0 -1 4202560 6955 0 1 0 37 1 0 0 20 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=15748600 CPUtime=3.58 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 27352 0 -1 4202560 165134 0 0 0 330 28 0 0 16 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=15748600 CPUtime=3.66 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 27352 0 -1 4202560 166806 0 0 0 333 33 0 0 16 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=15748600 CPUtime=3.77 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 27352 0 -1 4202560 175798 0 0 0 349 28 0 0 15 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=15748600 CPUtime=3.71 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 27352 0 -1 4202560 170465 0 0 0 339 32 0 0 15 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=15748600 CPUtime=3.69 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 27352 0 -1 4202560 166057 0 0 0 343 26 0 0 16 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=15748600 CPUtime=3.66 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 27352 0 -1 4202560 164195 0 0 0 341 25 0 0 15 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=15748600 CPUtime=3.64 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 27352 0 -1 4202560 172695 0 0 0 335 29 0 0 15 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=15748600 CPUtime=3.69 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 27352 0 -1 4202560 179188 0 0 0 341 28 0 0 16 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=15748600 CPUtime=2.16 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 27352 0 -1 4202560 7972 0 0 0 133 83 0 0 15 0 22 0 529243554 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447833600 0 0 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 27352 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243554 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 27352 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529243554 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529243557 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447840689 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=15748600 CPUtime=1.2 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) S 27405 27407 27352 0 -1 4202560 16598 0 0 0 119 1 0 0 16 0 22 0 529243557 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=15748600 CPUtime=1.24 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) S 27405 27407 27352 0 -1 4202560 6455 0 0 0 123 1 0 0 15 0 22 0 529243557 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529243557 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 27352 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 529243557 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447833600 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27430] ppid=27405 vsize=15748600 CPUtime=1191.88 cores=1,3,5,7
/proc/27407/task/27430/stat : 27430 (java) R 27405 27407 27352 0 -1 4202560 435678 0 0 0 119130 58 0 0 25 0 22 0 529243578 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27407/tid=27431] ppid=27405 vsize=15748600 CPUtime=1190.57 cores=1,3,5,7
/proc/27407/task/27431/stat : 27431 (java) R 27405 27407 27352 0 -1 4202560 441454 0 0 0 118996 61 0 0 25 0 22 0 529243578 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505896528 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27407/tid=27432] ppid=27405 vsize=15748600 CPUtime=1191.75 cores=1,3,5,7
/proc/27407/task/27432/stat : 27432 (java) R 27405 27407 27352 0 -1 4202560 432134 0 0 0 119115 60 0 0 25 0 22 0 529243578 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505745367 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27407/tid=27433] ppid=27405 vsize=15748600 CPUtime=1191.49 cores=1,3,5,7
/proc/27407/task/27433/stat : 27433 (java) R 27405 27407 27352 0 -1 4202560 446169 0 0 0 119088 61 0 0 25 0 22 0 529243578 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505973449 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 15748600

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

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

[startup+1206.7 s]
/proc/loadavg: 8.14 8.13 7.92 9/220 27466
/proc/meminfo: memFree=29806764/32951124 swapFree=67111416/67111528
[pid=27407] ppid=27405 vsize=15748600 CPUtime=4800.24 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 27352 0 -1 4202496 3155202 0 1 0 479461 563 0 0 24 0 22 0 529243552 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 3937150 91002 2297 9 0 3927869 0
[pid=27407/tid=27408] ppid=27405 vsize=15748600 CPUtime=0.38 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 27352 0 -1 4202560 6955 0 1 0 37 1 0 0 20 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=15748600 CPUtime=3.58 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 27352 0 -1 4202560 165134 0 0 0 330 28 0 0 16 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=15748600 CPUtime=3.66 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 27352 0 -1 4202560 166806 0 0 0 333 33 0 0 16 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=15748600 CPUtime=3.77 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 27352 0 -1 4202560 175798 0 0 0 349 28 0 0 15 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=15748600 CPUtime=3.71 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 27352 0 -1 4202560 170465 0 0 0 339 32 0 0 15 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=15748600 CPUtime=3.69 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 27352 0 -1 4202560 166057 0 0 0 343 26 0 0 16 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=15748600 CPUtime=3.66 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 27352 0 -1 4202560 164195 0 0 0 341 25 0 0 15 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=15748600 CPUtime=3.64 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 27352 0 -1 4202560 172695 0 0 0 335 29 0 0 15 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=15748600 CPUtime=3.69 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 27352 0 -1 4202560 179188 0 0 0 341 28 0 0 16 0 22 0 529243553 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 5 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=15748600 CPUtime=2.16 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 27352 0 -1 4202560 7972 0 0 0 133 83 0 0 15 0 22 0 529243554 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447833600 0 0 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 27352 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529243554 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 27352 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529243554 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 7 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529243557 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447840689 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=15748600 CPUtime=1.2 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) S 27405 27407 27352 0 -1 4202560 16598 0 0 0 119 1 0 0 16 0 22 0 529243557 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=15748600 CPUtime=1.24 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) S 27405 27407 27352 0 -1 4202560 6455 0 0 0 123 1 0 0 15 0 22 0 529243557 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 27352 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529243557 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447832985 0 4 0 16800975 18446604471162065984 0 0 -1 3 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=15748600 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 27352 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 529243557 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 212447833600 0 4 0 16800975 18446604471162065984 0 0 -1 1 0 0 0
[pid=27407/tid=27430] ppid=27405 vsize=15748600 CPUtime=1191.88 cores=1,3,5,7
/proc/27407/task/27430/stat : 27430 (java) R 27405 27407 27352 0 -1 4202560 435678 0 0 0 119130 58 0 0 25 0 22 0 529243578 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27407/tid=27431] ppid=27405 vsize=15748600 CPUtime=1190.57 cores=1,3,5,7
/proc/27407/task/27431/stat : 27431 (java) R 27405 27407 27352 0 -1 4202560 441454 0 0 0 118996 61 0 0 25 0 22 0 529243578 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505896528 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27407/tid=27432] ppid=27405 vsize=15748600 CPUtime=1191.75 cores=1,3,5,7
/proc/27407/task/27432/stat : 27432 (java) R 27405 27407 27352 0 -1 4202560 432134 0 0 0 119115 60 0 0 25 0 22 0 529243578 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505745367 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27407/tid=27433] ppid=27405 vsize=15748600 CPUtime=1191.49 cores=1,3,5,7
/proc/27407/task/27433/stat : 27433 (java) R 27405 27407 27352 0 -1 4202560 446169 0 0 0 119088 61 0 0 25 0 22 0 529243578 16126566400 91002 33554432000 1073741824 1073778376 140734574607824 18446744073709551615 46912505973449 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 15748600

Child status: 143
Real time (s): 1206.73
CPU time (s): 4800.29
CPU user time (s): 4794.64
CPU system time (s): 5.64914
CPU usage (%): 397.793
Max. virtual memory (cumulated for all children) (KiB): 15751324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.64
system time used= 5.64914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3155228
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= 204501
involuntary context switches= 124348

runsolver used 2.04469 second user time and 4.6043 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 17:13:32
IDJOB=3311592
IDBENCH=82977
IDSOLVER=1698
FILE ID=node102/3311592-1304176412
RUNJOBID= node102-1304176412-27371
PBS_JOBID= 13172418
Free space on /tmp= 72468 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S157016908-041.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311592-1304176412/watcher-3311592-1304176412 -o /tmp/evaluation-result-3311592-1304176412/solver-3311592-1304176412 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311592-1304176412.cnf -hbr 2

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

MD5SUM BENCH= 84ed72ef969365b45feb251988bfac3d
RANDOM SEED=717360292

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30487532 kB
Buffers:        632584 kB
Cached:        1334336 kB
SwapCached:          0 kB
Active:         207588 kB
Inactive:      1837480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30487532 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            3708 kB
Writeback:           0 kB
AnonPages:       78736 kB
Mapped:          22480 kB
Slab:           352056 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   779788 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= 72468 MiB
End job on node102 at 2011-04-30 17:33:41