Trace number 3311344

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1565617179-002.UNKNOWN.cnf
MD5SUMc557851ca2e09c43aa7c0a50184336eb
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.12	06:48 INFO : Reading from input HOME/instance-3311344-1304122008.cnf
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.27	Starting Executor!
0.27/0.27	Starting Executor!
0.78/0.41	06:49 INFO : 698 variables remaining out of 700
0.78/0.41	06:49 INFO : 11864 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-3311344-1304122008/watcher-3311344-1304122008 -o /tmp/evaluation-result-3311344-1304122008/solver-3311344-1304122008 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311344-1304122008.cnf -hbr 2 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.62 7.97 7.97 5/198 27790
/proc/meminfo: memFree=24148624/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 1425 0 0 0 0 0 0 0 25 0 2 0 602431471 27824128 894 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 6793 894 684 9 0 381 0
[pid=27790/tid=27791] ppid=27788 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) S 27788 27790 27450 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 602431472 27824128 894 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216730254983 0 2147483391 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0749491 s]
/proc/loadavg: 7.62 7.97 7.97 5/198 27790
/proc/meminfo: memFree=24148624/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=15609780 CPUtime=0.06 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 4403 0 1 0 5 1 0 0 25 0 18 0 602431471 15984414720 3841 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 3902445 3841 1779 9 0 3893164 0
[pid=27790/tid=27791] ppid=27788 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) R 27788 27790 27450 0 -1 4202560 2984 0 1 0 5 0 0 0 25 0 18 0 602431472 15984414720 3841 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216747007967 0 2147483391 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15609780

[startup+0.104329 s]
/proc/loadavg: 7.62 7.97 7.97 5/198 27790
/proc/meminfo: memFree=24148624/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=15676636 CPUtime=0.1 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 5520 0 1 0 9 1 0 0 25 0 18 0 602431471 16052875264 4943 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 3919159 4943 2117 9 0 3909878 0
[pid=27790/tid=27791] ppid=27788 vsize=15676636 CPUtime=0.08 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) R 27788 27790 27450 0 -1 4202560 3392 0 1 0 7 1 0 0 18 0 18 0 602431472 16052875264 4943 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216735174501 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676636

[startup+0.305281 s]
/proc/loadavg: 7.62 7.97 7.97 5/198 27790
/proc/meminfo: memFree=24148624/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=15685932 CPUtime=0.51 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 11424 0 1 0 49 2 0 0 25 0 22 0 602431471 16062394368 9916 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 3921483 9916 2213 9 0 3912202 0
[pid=27790/tid=27791] ppid=27788 vsize=15685932 CPUtime=0.28 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) R 27788 27790 27450 0 -1 4202560 6588 0 1 0 27 1 0 0 18 0 22 0 602431472 16062394368 9916 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505121180 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15685932

[startup+1.01019 s]
/proc/loadavg: 7.62 7.97 7.97 5/198 27790
/proc/meminfo: memFree=24148624/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=15705368 CPUtime=3.05 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 52035 0 1 0 298 7 0 0 25 0 22 0 602431471 16082296832 45691 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 3926342 45691 2262 9 0 3917061 0
[pid=27790/tid=27791] ppid=27788 vsize=15705368 CPUtime=0.38 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) S 27788 27790 27450 0 -1 4202560 6967 0 1 0 37 1 0 0 18 0 22 0 602431472 16082296832 45691 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 15705368

[startup+1.50704 s]
/proc/loadavg: 7.62 7.97 7.97 11/220 27812
/proc/meminfo: memFree=23949380/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=15705368 CPUtime=5.02 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 58938 0 1 0 494 8 0 0 25 0 22 0 602431471 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 3926342 52587 2272 9 0 3917061 0
[pid=27790/tid=27791] ppid=27788 vsize=15705368 CPUtime=0.38 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) S 27788 27790 27450 0 -1 4202560 6967 0 1 0 37 1 0 0 18 0 22 0 602431472 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27793] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27788 27790 27450 0 -1 4202560 835 0 0 0 0 0 0 0 16 0 22 0 602431472 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27794] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27795] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27788 27790 27450 0 -1 4202560 82 0 0 0 0 0 0 0 16 0 22 0 602431472 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27796] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27788 27790 27450 0 -1 4202560 441 0 0 0 0 0 0 0 16 0 22 0 602431472 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27797] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27788 27790 27450 0 -1 4202560 1487 0 0 0 0 0 0 0 16 0 22 0 602431472 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27798] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27788 27790 27450 0 -1 4202560 1395 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27799] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27788 27790 27450 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27800] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27788 27790 27450 0 -1 4202560 572 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27801] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27788 27790 27450 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 602431473 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746995200 0 0 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27802] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) R 27788 27790 27450 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 602431474 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27790/tid=27803] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) S 27788 27790 27450 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 602431474 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27804] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602431476 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216747002289 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27805] ppid=27788 vsize=15705368 CPUtime=0.62 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27788 27790 27450 0 -1 4202560 7041 0 0 0 62 0 0 0 17 0 22 0 602431476 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27806] ppid=27788 vsize=15705368 CPUtime=0.94 cores=0,2,4,6
/proc/27790/task/27806/stat : 27806 (java) S 27788 27790 27450 0 -1 4202560 9356 0 0 0 93 1 0 0 16 0 22 0 602431476 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27807] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27807/stat : 27807 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602431476 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27808] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27808/stat : 27808 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 602431476 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746995200 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27809] ppid=27788 vsize=15705368 CPUtime=0.8 cores=0,2,4,6
/proc/27790/task/27809/stat : 27809 (java) R 27788 27790 27450 0 -1 4202560 8859 0 0 0 80 0 0 0 16 0 22 0 602431498 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505729605 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27790/tid=27810] ppid=27788 vsize=15705368 CPUtime=0.39 cores=0,2,4,6
/proc/27790/task/27810/stat : 27810 (java) R 27788 27790 27450 0 -1 4202560 1841 0 0 0 39 0 0 0 18 0 22 0 602431498 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505746045 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27790/tid=27811] ppid=27788 vsize=15705368 CPUtime=1.05 cores=0,2,4,6
/proc/27790/task/27811/stat : 27811 (java) R 27788 27790 27450 0 -1 4202560 9751 0 0 0 105 0 0 0 17 0 22 0 602431498 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505855239 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27790/tid=27812] ppid=27788 vsize=15705368 CPUtime=0.74 cores=0,2,4,6
/proc/27790/task/27812/stat : 27812 (java) R 27788 27790 27450 0 -1 4202560 8084 0 0 0 73 1 0 0 16 0 22 0 602431498 16082296832 52587 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505855392 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 15705368

[startup+3.10076 s]
/proc/loadavg: 7.62 7.97 7.97 10/220 27812
/proc/meminfo: memFree=23787064/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=15705368 CPUtime=11.38 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 156369 0 1 0 1117 21 0 0 25 0 22 0 602431471 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 3926342 149954 2284 9 0 3917061 0
[pid=27790/tid=27791] ppid=27788 vsize=15705368 CPUtime=0.38 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) S 27788 27790 27450 0 -1 4202560 6967 0 1 0 37 1 0 0 18 0 22 0 602431472 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27793] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27788 27790 27450 0 -1 4202560 2573 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27794] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27788 27790 27450 0 -1 4202560 1545 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27795] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27788 27790 27450 0 -1 4202560 2510 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27796] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27788 27790 27450 0 -1 4202560 1053 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27797] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27788 27790 27450 0 -1 4202560 3205 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27798] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27788 27790 27450 0 -1 4202560 3920 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27799] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27788 27790 27450 0 -1 4202560 2317 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27800] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27788 27790 27450 0 -1 4202560 572 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27801] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27788 27790 27450 0 -1 4202560 445 0 0 0 0 0 0 0 15 0 22 0 602431473 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746995200 0 0 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27802] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) S 27788 27790 27450 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 602431474 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27803] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) S 27788 27790 27450 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 602431474 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27804] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602431476 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216747002289 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27805] ppid=27788 vsize=15705368 CPUtime=0.65 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) R 27788 27790 27450 0 -1 4202560 7075 0 0 0 65 0 0 0 16 0 22 0 602431476 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216747004597 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27790/tid=27806] ppid=27788 vsize=15705368 CPUtime=0.96 cores=0,2,4,6
/proc/27790/task/27806/stat : 27806 (java) R 27788 27790 27450 0 -1 4202560 9359 0 0 0 95 1 0 0 15 0 22 0 602431476 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216747004597 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27790/tid=27807] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27807/stat : 27807 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602431476 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27808] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27808/stat : 27808 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 602431476 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746995200 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27809] ppid=27788 vsize=15705368 CPUtime=2.37 cores=0,2,4,6
/proc/27790/task/27809/stat : 27809 (java) R 27788 27790 27450 0 -1 4202560 30000 0 0 0 235 2 0 0 18 0 22 0 602431498 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505767117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27790/tid=27810] ppid=27788 vsize=15705368 CPUtime=1.93 cores=0,2,4,6
/proc/27790/task/27810/stat : 27810 (java) R 27788 27790 27450 0 -1 4202560 23768 0 0 0 191 2 0 0 20 0 22 0 602431498 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505855225 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27790/tid=27811] ppid=27788 vsize=15705368 CPUtime=2.61 cores=0,2,4,6
/proc/27790/task/27811/stat : 27811 (java) R 27788 27790 27450 0 -1 4202560 30262 0 0 0 258 3 0 0 19 0 22 0 602431498 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505745725 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27790/tid=27812] ppid=27788 vsize=15705368 CPUtime=2.31 cores=0,2,4,6
/proc/27790/task/27812/stat : 27812 (java) R 27788 27790 27450 0 -1 4202560 29411 0 0 0 227 4 0 0 18 0 22 0 602431498 16082296832 149954 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505834759 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 15705368

[startup+6.30121 s]
/proc/loadavg: 7.65 7.97 7.97 10/220 27812
/proc/meminfo: memFree=23063952/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=15705368 CPUtime=24.16 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 282843 0 1 0 2379 37 0 0 25 0 22 0 602431471 16082296832 275334 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 3926342 275334 2284 9 0 3917061 0
[pid=27790/tid=27791] ppid=27788 vsize=15705368 CPUtime=0.38 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) S 27788 27790 27450 0 -1 4202560 6967 0 1 0 37 1 0 0 18 0 22 0 602431472 16082296832 275334 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27793] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27788 27790 27450 0 -1 4202560 3081 0 0 0 0 0 0 0 16 0 22 0 602431472 16082296832 275334 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27794] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27788 27790 27450 0 -1 4202560 1789 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 275334 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27795] ppid=27788 vsize=15705368 CPUtime=0.01 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27788 27790 27450 0 -1 4202560 2760 0 0 0 1 0 0 0 16 0 22 0 602431472 16082296832 275334 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27796] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27788 27790 27450 0 -1 4202560 1053 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 275334 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27797] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27788 27790 27450 0 -1 4202560 3751 0 0 0 0 0 0 0 16 0 22 0 602431472 16082296832 275334 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27798] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27788 27790 27450 0 -1 4202560 4341 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 275334 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27799] ppid=27788 vsize=15705368 CPUtime=0.01 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27788 27790 27450 0 -1 4202560 2863 0 0 0 1 0 0 0 15 0 22 0 602431472 16082296832 275334 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27800] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27788 27790 27450 0 -1 4202560 802 0 0 0 0 0 0 0 15 0 22 0 602431472 16082296832 275334 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0

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

[pid=27790/tid=27810] ppid=27788 vsize=15705368 CPUtime=1048.2 cores=0,2,4,6
/proc/27790/task/27810/stat : 27810 (java) R 27788 27790 27450 0 -1 4202560 384208 0 0 0 104768 52 0 0 25 0 22 0 602431498 16082296832 116891 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912506009764 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27790/tid=27811] ppid=27788 vsize=15705368 CPUtime=1049.45 cores=0,2,4,6
/proc/27790/task/27811/stat : 27811 (java) R 27788 27790 27450 0 -1 4202560 388696 0 0 0 104894 51 0 0 25 0 22 0 602431498 16082296832 116891 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912506055792 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27790/tid=27812] ppid=27788 vsize=15705368 CPUtime=1048.72 cores=0,2,4,6
/proc/27790/task/27812/stat : 27812 (java) R 27788 27790 27450 0 -1 4202560 383878 0 0 0 104819 53 0 0 25 0 22 0 602431498 16082296832 116891 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505825310 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4225.3
Current children cumulated vsize (KiB) 15705368

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 8.01 9/220 27842
/proc/meminfo: memFree=23709844/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=15705368 CPUtime=4464.03 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 2864881 0 1 0 445878 525 0 0 25 0 22 0 602431471 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 3926342 104515 2298 9 0 3917061 0
[pid=27790/tid=27791] ppid=27788 vsize=15705368 CPUtime=0.38 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) S 27788 27790 27450 0 -1 4202560 6967 0 1 0 37 1 0 0 18 0 22 0 602431472 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27793] ppid=27788 vsize=15705368 CPUtime=3.36 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27788 27790 27450 0 -1 4202560 153075 0 0 0 308 28 0 0 16 0 22 0 602431472 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27794] ppid=27788 vsize=15705368 CPUtime=3.44 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27788 27790 27450 0 -1 4202560 154822 0 0 0 318 26 0 0 15 0 22 0 602431472 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27795] ppid=27788 vsize=15705368 CPUtime=3.45 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27788 27790 27450 0 -1 4202560 154929 0 0 0 320 25 0 0 15 0 22 0 602431472 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27796] ppid=27788 vsize=15705368 CPUtime=3.36 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27788 27790 27450 0 -1 4202560 151890 0 0 0 308 28 0 0 15 0 22 0 602431472 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27797] ppid=27788 vsize=15705368 CPUtime=3.39 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27788 27790 27450 0 -1 4202560 147893 0 0 0 313 26 0 0 15 0 22 0 602431472 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27798] ppid=27788 vsize=15705368 CPUtime=3.49 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27788 27790 27450 0 -1 4202560 166086 0 0 0 320 29 0 0 15 0 22 0 602431472 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27799] ppid=27788 vsize=15705368 CPUtime=3.39 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27788 27790 27450 0 -1 4202560 155621 0 0 0 313 26 0 0 15 0 22 0 602431472 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27800] ppid=27788 vsize=15705368 CPUtime=3.4 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27788 27790 27450 0 -1 4202560 142162 0 0 0 316 24 0 0 15 0 22 0 602431472 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27801] ppid=27788 vsize=15705368 CPUtime=2.09 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27788 27790 27450 0 -1 4202560 7189 0 0 0 128 81 0 0 15 0 22 0 602431473 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746995200 0 0 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27802] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) S 27788 27790 27450 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 602431474 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27803] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) S 27788 27790 27450 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 602431474 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27804] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602431476 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216747002289 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27805] ppid=27788 vsize=15705368 CPUtime=0.78 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27788 27790 27450 0 -1 4202560 7094 0 0 0 78 0 0 0 16 0 22 0 602431476 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27806] ppid=27788 vsize=15705368 CPUtime=1.15 cores=0,2,4,6
/proc/27790/task/27806/stat : 27806 (java) S 27788 27790 27450 0 -1 4202560 9390 0 0 0 114 1 0 0 15 0 22 0 602431476 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27807] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27807/stat : 27807 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602431476 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27808] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27808/stat : 27808 (java) S 27788 27790 27450 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 602431476 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746995200 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27809] ppid=27788 vsize=15705368 CPUtime=1108 cores=0,2,4,6
/proc/27790/task/27809/stat : 27809 (java) R 27788 27790 27450 0 -1 4202560 404278 0 0 0 110744 56 0 0 25 0 22 0 602431498 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505855167 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27790/tid=27810] ppid=27788 vsize=15705368 CPUtime=1107.26 cores=0,2,4,6
/proc/27790/task/27810/stat : 27810 (java) R 27788 27790 27450 0 -1 4202560 398566 0 0 0 110671 55 0 0 25 0 22 0 602431498 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505855494 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27790/tid=27811] ppid=27788 vsize=15705368 CPUtime=1108.81 cores=0,2,4,6
/proc/27790/task/27811/stat : 27811 (java) R 27788 27790 27450 0 -1 4202560 403832 0 0 0 110828 53 0 0 25 0 22 0 602431498 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505855315 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27790/tid=27812] ppid=27788 vsize=15705368 CPUtime=1108.08 cores=0,2,4,6
/proc/27790/task/27812/stat : 27812 (java) R 27788 27790 27450 0 -1 4202560 399643 0 0 0 110753 55 0 0 25 0 22 0 602431498 16082296832 104515 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505855239 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4464.03
Current children cumulated vsize (KiB) 15705368

[startup+1182.3 s]
/proc/loadavg: 7.85 8.02 7.99 5/194 27863
/proc/meminfo: memFree=23955952/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=15705368 CPUtime=4702.63 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 3022554 0 1 0 469708 555 0 0 25 0 22 0 602431471 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 3926342 110330 2298 9 0 3917061 0
[pid=27790/tid=27791] ppid=27788 vsize=15705368 CPUtime=0.38 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) S 27788 27790 27450 0 -1 4202560 6967 0 1 0 37 1 0 0 18 0 22 0 602431472 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27793] ppid=27788 vsize=15705368 CPUtime=3.54 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27788 27790 27450 0 -1 4202560 163023 0 0 0 324 30 0 0 15 0 22 0 602431472 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27794] ppid=27788 vsize=15705368 CPUtime=3.62 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27788 27790 27450 0 -1 4202560 164002 0 0 0 334 28 0 0 16 0 22 0 602431472 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27795] ppid=27788 vsize=15705368 CPUtime=3.64 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27788 27790 27450 0 -1 4202560 165133 0 0 0 338 26 0 0 15 0 22 0 602431472 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27796] ppid=27788 vsize=15705368 CPUtime=3.53 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27788 27790 27450 0 -1 4202560 159129 0 0 0 323 30 0 0 15 0 22 0 602431472 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27797] ppid=27788 vsize=15705368 CPUtime=3.56 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27788 27790 27450 0 -1 4202560 155713 0 0 0 329 27 0 0 15 0 22 0 602431472 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27798] ppid=27788 vsize=15705368 CPUtime=3.67 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27788 27790 27450 0 -1 4202560 174026 0 0 0 336 31 0 0 16 0 22 0 602431472 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27799] ppid=27788 vsize=15705368 CPUtime=3.56 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27788 27790 27450 0 -1 4202560 164832 0 0 0 329 27 0 0 15 0 22 0 602431472 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27800] ppid=27788 vsize=15705368 CPUtime=3.61 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27788 27790 27450 0 -1 4202560 152575 0 0 0 335 26 0 0 15 0 22 0 602431472 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27801] ppid=27788 vsize=15705368 CPUtime=2.2 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27788 27790 27450 0 -1 4202560 7625 0 0 0 135 85 0 0 15 0 22 0 602431473 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746995200 0 0 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27802] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) S 27788 27790 27450 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 602431474 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27803] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) S 27788 27790 27450 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 602431474 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27804] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602431476 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216747002289 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27805] ppid=27788 vsize=15705368 CPUtime=0.78 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27788 27790 27450 0 -1 4202560 7094 0 0 0 78 0 0 0 16 0 22 0 602431476 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27806] ppid=27788 vsize=15705368 CPUtime=1.15 cores=0,2,4,6
/proc/27790/task/27806/stat : 27806 (java) S 27788 27790 27450 0 -1 4202560 9390 0 0 0 114 1 0 0 15 0 22 0 602431476 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27807] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27807/stat : 27807 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602431476 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27808] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27808/stat : 27808 (java) S 27788 27790 27450 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 602431476 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746995200 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27809] ppid=27788 vsize=15705368 CPUtime=1167.28 cores=0,2,4,6
/proc/27790/task/27809/stat : 27809 (java) R 27788 27790 27450 0 -1 4202560 425801 0 0 0 116668 60 0 0 25 0 22 0 602431498 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505745671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27790/tid=27810] ppid=27788 vsize=15705368 CPUtime=1166.53 cores=0,2,4,6
/proc/27790/task/27810/stat : 27810 (java) R 27788 27790 27450 0 -1 4202560 419202 0 0 0 116596 57 0 0 25 0 22 0 602431498 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505855435 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27790/tid=27811] ppid=27788 vsize=15705368 CPUtime=1168.16 cores=0,2,4,6
/proc/27790/task/27811/stat : 27811 (java) R 27788 27790 27450 0 -1 4202560 425667 0 0 0 116760 56 0 0 25 0 22 0 602431498 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505729532 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27790/tid=27812] ppid=27788 vsize=15705368 CPUtime=1167.22 cores=0,2,4,6
/proc/27790/task/27812/stat : 27812 (java) R 27788 27790 27450 0 -1 4202560 420928 0 0 0 116664 58 0 0 25 0 22 0 602431498 16082296832 110330 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505855430 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4702.63
Current children cumulated vsize (KiB) 15705368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.8 s]
/proc/loadavg: 6.53 7.69 7.89 5/193 27864
/proc/meminfo: memFree=23986632/32951124 swapFree=67102140/67111528
[pid=27790] ppid=27788 vsize=15705368 CPUtime=4800.17 cores=0,2,4,6
/proc/27790/stat : 27790 (java) S 27788 27790 27450 0 -1 4202496 3069530 0 1 0 479453 564 0 0 25 0 22 0 602431471 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27790/statm: 3926342 101668 2298 9 0 3917061 0
[pid=27790/tid=27791] ppid=27788 vsize=15705368 CPUtime=0.38 cores=0,2,4,6
/proc/27790/task/27791/stat : 27791 (java) S 27788 27790 27450 0 -1 4202560 6967 0 1 0 37 1 0 0 18 0 22 0 602431472 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27793] ppid=27788 vsize=15705368 CPUtime=3.63 cores=0,2,4,6
/proc/27790/task/27793/stat : 27793 (java) S 27788 27790 27450 0 -1 4202560 167644 0 0 0 332 31 0 0 15 0 22 0 602431472 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27794] ppid=27788 vsize=15705368 CPUtime=3.7 cores=0,2,4,6
/proc/27790/task/27794/stat : 27794 (java) S 27788 27790 27450 0 -1 4202560 167510 0 0 0 342 28 0 0 15 0 22 0 602431472 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27795] ppid=27788 vsize=15705368 CPUtime=3.72 cores=0,2,4,6
/proc/27790/task/27795/stat : 27795 (java) S 27788 27790 27450 0 -1 4202560 169113 0 0 0 345 27 0 0 16 0 22 0 602431472 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27796] ppid=27788 vsize=15705368 CPUtime=3.6 cores=0,2,4,6
/proc/27790/task/27796/stat : 27796 (java) S 27788 27790 27450 0 -1 4202560 162157 0 0 0 330 30 0 0 15 0 22 0 602431472 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27797] ppid=27788 vsize=15705368 CPUtime=3.65 cores=0,2,4,6
/proc/27790/task/27797/stat : 27797 (java) S 27788 27790 27450 0 -1 4202560 160068 0 0 0 337 28 0 0 16 0 22 0 602431472 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27798] ppid=27788 vsize=15705368 CPUtime=3.75 cores=0,2,4,6
/proc/27790/task/27798/stat : 27798 (java) S 27788 27790 27450 0 -1 4202560 177633 0 0 0 343 32 0 0 15 0 22 0 602431472 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27799] ppid=27788 vsize=15705368 CPUtime=3.63 cores=0,2,4,6
/proc/27790/task/27799/stat : 27799 (java) S 27788 27790 27450 0 -1 4202560 169435 0 0 0 335 28 0 0 15 0 22 0 602431472 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 0 0 0 0
[pid=27790/tid=27800] ppid=27788 vsize=15705368 CPUtime=3.7 cores=0,2,4,6
/proc/27790/task/27800/stat : 27800 (java) S 27788 27790 27450 0 -1 4202560 157193 0 0 0 343 27 0 0 15 0 22 0 602431472 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27801] ppid=27788 vsize=15705368 CPUtime=2.24 cores=0,2,4,6
/proc/27790/task/27801/stat : 27801 (java) S 27788 27790 27450 0 -1 4202560 7749 0 0 0 137 87 0 0 15 0 22 0 602431473 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746995200 0 0 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27802] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27802/stat : 27802 (java) S 27788 27790 27450 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 602431474 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27803] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27803/stat : 27803 (java) S 27788 27790 27450 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 602431474 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27804] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27804/stat : 27804 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602431476 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216747002289 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27805] ppid=27788 vsize=15705368 CPUtime=0.78 cores=0,2,4,6
/proc/27790/task/27805/stat : 27805 (java) S 27788 27790 27450 0 -1 4202560 7094 0 0 0 78 0 0 0 16 0 22 0 602431476 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 2 0 0 0
[pid=27790/tid=27806] ppid=27788 vsize=15705368 CPUtime=1.15 cores=0,2,4,6
/proc/27790/task/27806/stat : 27806 (java) S 27788 27790 27450 0 -1 4202560 9390 0 0 0 114 1 0 0 15 0 22 0 602431476 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 4 0 0 0
[pid=27790/tid=27807] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27807/stat : 27807 (java) S 27788 27790 27450 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602431476 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746994585 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27808] ppid=27788 vsize=15705368 CPUtime=0 cores=0,2,4,6
/proc/27790/task/27808/stat : 27808 (java) S 27788 27790 27450 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 602431476 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 216746995200 0 4 0 16800975 18446604453814578112 0 0 -1 6 0 0 0
[pid=27790/tid=27809] ppid=27788 vsize=15705368 CPUtime=1191.46 cores=0,2,4,6
/proc/27790/task/27809/stat : 27809 (java) R 27788 27790 27450 0 -1 4202560 429732 0 0 0 119085 61 0 0 25 0 22 0 602431498 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912506184715 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27790/tid=27810] ppid=27788 vsize=15705368 CPUtime=1190.76 cores=0,2,4,6
/proc/27790/task/27810/stat : 27810 (java) R 27788 27790 27450 0 -1 4202560 422789 0 0 0 119018 58 0 0 25 0 22 0 602431498 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912506009206 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27790/tid=27811] ppid=27788 vsize=15705368 CPUtime=1192.41 cores=0,2,4,6
/proc/27790/task/27811/stat : 27811 (java) R 27788 27790 27450 0 -1 4202560 429496 0 0 0 119184 57 0 0 25 0 22 0 602431498 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505745088 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27790/tid=27812] ppid=27788 vsize=15705368 CPUtime=1191.45 cores=0,2,4,6
/proc/27790/task/27812/stat : 27812 (java) R 27788 27790 27450 0 -1 4202560 424111 0 0 0 119086 59 0 0 25 0 22 0 602431498 16082296832 101668 33554432000 1073741824 1073778376 140737314676480 18446744073709551615 46912505855439 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 15705368

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.22
CPU user time (s): 4794.56
CPU system time (s): 5.66914
CPU usage (%): 397.753
Max. virtual memory (cumulated for all children) (KiB): 15705368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.56
system time used= 5.66914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3069557
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= 204894
involuntary context switches= 121969

runsolver used 1.93971 second user time and 4.68829 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-30 02:06:48
IDJOB=3311344
IDBENCH=82729
IDSOLVER=1698
FILE ID=node119/3311344-1304122008
RUNJOBID= node119-1304119560-27468
PBS_JOBID= 13170728
Free space on /tmp= 71816 MiB

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

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

MD5SUM BENCH= c557851ca2e09c43aa7c0a50184336eb
RANDOM SEED=1635764758

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24148656 kB
Buffers:       1914960 kB
Cached:        6028436 kB
SwapCached:       3688 kB
Active:         412200 kB
Inactive:      7827752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24148656 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            3528 kB
Writeback:           0 kB
AnonPages:      296684 kB
Mapped:          23304 kB
Slab:           498992 kB
PageTables:       5328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   797584 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= 71816 MiB
End job on node119 at 2011-04-30 02:26:57