Trace number 3313162

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.37 1206.94

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-1.used-as.sat04-891.cnf
MD5SUM5877850d9f604b6973676132cbba5c90
Bench CategoryCRAFTED (crafted 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 variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

Solver Data

0.11/0.11	04:04 INFO : Reading from input HOME/instance-3313162-1304186644.cnf
0.82/0.64	Executor set job limit to 1000000
0.82/0.64	Executor set job limit to 1000000
0.82/0.64	Executor set job limit to 1000000
0.82/0.64	Executor set job limit to 1000000
0.82/0.64	Starting Executor!
0.82/0.64	Starting Executor!
0.82/0.64	Starting Executor!
0.82/0.64	Starting Executor!
2.50/1.59	04:06 INFO : 1534 variables remaining out of 1534
2.50/1.59	04:06 INFO : 762237 literals remaining out of 398301

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

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: 8.11 8.05 7.66 3/198 28724
/proc/meminfo: memFree=30087240/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=26140 CPUtime=0 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 1395 0 0 0 0 0 0 0 25 0 2 0 530264203 26767360 875 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 6522 874 668 9 0 381 0
[pid=28724/tid=28725] ppid=28722 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) S 28722 28724 28518 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 530264204 26714112 885 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248084774535 0 2147483391 4096 0 18446744071699199166 0 0 -1 2 0 0 0

[startup+0.100522 s]
/proc/loadavg: 8.11 8.05 7.66 3/198 28724
/proc/meminfo: memFree=30087240/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=15676448 CPUtime=0.11 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 5531 0 1 0 10 1 0 0 25 0 18 0 530264203 16052682752 4972 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 3919112 4974 2116 9 0 3909831 0
[pid=28724/tid=28725] ppid=28722 vsize=15676448 CPUtime=0.08 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) R 28722 28724 28518 0 -1 4202560 3423 0 1 0 8 0 0 0 18 0 18 0 530264204 16052682752 4974 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 47317107691000 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676448

[startup+0.200441 s]
/proc/loadavg: 8.11 8.05 7.66 3/198 28724
/proc/meminfo: memFree=30087240/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=15676904 CPUtime=0.27 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 7084 0 1 0 26 1 0 0 25 0 18 0 530264203 16053149696 6484 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 3919226 6485 2183 9 0 3909945 0
[pid=28724/tid=28725] ppid=28722 vsize=15676904 CPUtime=0.19 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) R 28722 28724 28518 0 -1 4202560 4512 0 1 0 18 1 0 0 18 0 18 0 530264204 16053149696 6485 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912505512111 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 15676904

[startup+0.300515 s]
/proc/loadavg: 8.11 8.05 7.66 3/198 28724
/proc/meminfo: memFree=30087240/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=15681628 CPUtime=0.52 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 15313 0 1 0 50 2 0 0 25 0 18 0 530264203 16057987072 13546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 3920407 13553 2207 9 0 3911126 0
[pid=28724/tid=28725] ppid=28722 vsize=15681628 CPUtime=0.28 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) R 28722 28724 28518 0 -1 4202560 10209 0 1 0 27 1 0 0 18 0 18 0 530264204 16057987072 13556 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912505639729 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681628

[startup+0.700353 s]
/proc/loadavg: 8.11 8.05 7.66 3/198 28724
/proc/meminfo: memFree=30087240/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=15685740 CPUtime=0.98 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 42167 0 1 0 93 5 0 0 25 0 22 0 530264203 16062197760 40175 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 3921435 40175 2234 9 0 3912154 0
[pid=28724/tid=28725] ppid=28722 vsize=15685740 CPUtime=0.68 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) R 28722 28724 28518 0 -1 4202560 35610 0 1 0 64 4 0 0 20 0 22 0 530264204 16062197760 40175 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912505628937 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 15685740

[startup+1.50121 s]
/proc/loadavg: 7.78 7.98 7.64 8/221 28747
/proc/meminfo: memFree=29852884/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=15704252 CPUtime=2.5 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 52902 0 1 0 244 6 0 0 25 0 22 0 530264203 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 3926063 45496 2263 9 0 3916782 0
[pid=28724/tid=28725] ppid=28722 vsize=15704252 CPUtime=1.48 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) R 28722 28724 28518 0 -1 4202560 35653 0 1 0 144 4 0 0 21 0 22 0 530264204 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912505706790 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28724/tid=28727] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28727/stat : 28727 (java) S 28722 28724 28518 0 -1 4202560 67 0 0 0 0 0 0 0 20 0 22 0 530264204 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28728] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28728/stat : 28728 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 530264204 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28729] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28729/stat : 28729 (java) S 28722 28724 28518 0 -1 4202560 644 0 0 0 0 0 0 0 20 0 22 0 530264204 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28730] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28730/stat : 28730 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 530264204 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28731] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28731/stat : 28731 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 530264204 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28732] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28732/stat : 28732 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 530264204 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28733] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28733/stat : 28733 (java) S 28722 28724 28518 0 -1 4202560 355 0 0 0 0 0 0 0 20 0 22 0 530264204 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28734] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28734/stat : 28734 (java) S 28722 28724 28518 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 22 0 530264204 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28735] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28735/stat : 28735 (java) S 28722 28724 28518 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530264205 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 0 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28736] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28736/stat : 28736 (java) S 28722 28724 28518 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530264206 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28737] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28737/stat : 28737 (java) S 28722 28724 28518 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 530264206 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28738] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28738/stat : 28738 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530264208 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101521841 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28739] ppid=28722 vsize=15704252 CPUtime=0.56 cores=0,2,4,6
/proc/28724/task/28739/stat : 28739 (java) R 28722 28724 28518 0 -1 4202560 9579 0 0 0 55 1 0 0 19 0 22 0 530264208 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 47317102793792 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28724/tid=28740] ppid=28722 vsize=15704252 CPUtime=0.43 cores=0,2,4,6
/proc/28724/task/28740/stat : 28740 (java) S 28722 28724 28518 0 -1 4202560 5118 0 0 0 43 0 0 0 17 0 22 0 530264208 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28741] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28741/stat : 28741 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530264208 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28742] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28742/stat : 28742 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530264208 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28744] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28744/stat : 28744 (java) S 28722 28724 28518 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 530264268 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28745] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28745/stat : 28745 (java) S 28722 28724 28518 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530264268 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28746] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28746/stat : 28746 (java) S 28722 28724 28518 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530264268 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28747] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28747/stat : 28747 (java) S 28722 28724 28518 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 530264268 16081154048 45496 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 15704252

[startup+3.10093 s]
/proc/loadavg: 7.78 7.98 7.64 9/220 28747
/proc/meminfo: memFree=29642584/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=15704252 CPUtime=6.69 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 80419 0 1 0 658 11 0 0 25 0 22 0 530264203 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 3926063 72686 2273 9 0 3916782 0
[pid=28724/tid=28725] ppid=28722 vsize=15704252 CPUtime=1.58 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) S 28722 28724 28518 0 -1 4202560 35672 0 1 0 154 4 0 0 21 0 22 0 530264204 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28727] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28727/stat : 28727 (java) S 28722 28724 28518 0 -1 4202560 840 0 0 0 0 0 0 0 15 0 22 0 530264204 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28728] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28728/stat : 28728 (java) S 28722 28724 28518 0 -1 4202560 1912 0 0 0 0 0 0 0 15 0 22 0 530264204 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28729] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28729/stat : 28729 (java) S 28722 28724 28518 0 -1 4202560 1316 0 0 0 0 0 0 0 15 0 22 0 530264204 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28730] ppid=28722 vsize=15704252 CPUtime=0.01 cores=0,2,4,6
/proc/28724/task/28730/stat : 28730 (java) S 28722 28724 28518 0 -1 4202560 3902 0 0 0 1 0 0 0 16 0 22 0 530264204 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28731] ppid=28722 vsize=15704252 CPUtime=0.01 cores=0,2,4,6
/proc/28724/task/28731/stat : 28731 (java) S 28722 28724 28518 0 -1 4202560 1464 0 0 0 1 0 0 0 15 0 22 0 530264204 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28732] ppid=28722 vsize=15704252 CPUtime=0.01 cores=0,2,4,6
/proc/28724/task/28732/stat : 28732 (java) S 28722 28724 28518 0 -1 4202560 6218 0 0 0 1 0 0 0 16 0 22 0 530264204 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28733] ppid=28722 vsize=15704252 CPUtime=0.02 cores=0,2,4,6
/proc/28724/task/28733/stat : 28733 (java) S 28722 28724 28518 0 -1 4202560 5537 0 0 0 1 1 0 0 15 0 22 0 530264204 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28734] ppid=28722 vsize=15704252 CPUtime=0.03 cores=0,2,4,6
/proc/28724/task/28734/stat : 28734 (java) S 28722 28724 28518 0 -1 4202560 7210 0 0 0 2 1 0 0 15 0 22 0 530264204 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28735] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28735/stat : 28735 (java) S 28722 28724 28518 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 22 0 530264205 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 0 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28736] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28736/stat : 28736 (java) S 28722 28724 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530264206 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28737] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28737/stat : 28737 (java) S 28722 28724 28518 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530264206 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28738] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28738/stat : 28738 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530264208 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101521841 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28739] ppid=28722 vsize=15704252 CPUtime=0.83 cores=0,2,4,6
/proc/28724/task/28739/stat : 28739 (java) S 28722 28724 28518 0 -1 4202560 9613 0 0 0 82 1 0 0 15 0 22 0 530264208 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28740] ppid=28722 vsize=15704252 CPUtime=0.67 cores=0,2,4,6
/proc/28724/task/28740/stat : 28740 (java) S 28722 28724 28518 0 -1 4202560 5170 0 0 0 67 0 0 0 15 0 22 0 530264208 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28741] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28741/stat : 28741 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530264208 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28742] ppid=28722 vsize=15704252 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28742/stat : 28742 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530264208 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28744] ppid=28722 vsize=15704252 CPUtime=1.16 cores=0,2,4,6
/proc/28724/task/28744/stat : 28744 (java) R 28722 28724 28518 0 -1 4202560 39 0 0 0 116 0 0 0 16 0 22 0 530264268 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506112142 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28724/tid=28745] ppid=28722 vsize=15704252 CPUtime=0.64 cores=0,2,4,6
/proc/28724/task/28745/stat : 28745 (java) R 28722 28724 28518 0 -1 4202560 9 0 0 0 64 0 0 0 16 0 22 0 530264268 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506018552 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28724/tid=28746] ppid=28722 vsize=15704252 CPUtime=0.83 cores=0,2,4,6
/proc/28724/task/28746/stat : 28746 (java) R 28722 28724 28518 0 -1 4202560 9 0 0 0 83 0 0 0 16 0 22 0 530264268 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506111916 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28724/tid=28747] ppid=28722 vsize=15704252 CPUtime=0.78 cores=0,2,4,6
/proc/28724/task/28747/stat : 28747 (java) R 28722 28724 28518 0 -1 4202560 15 0 0 0 78 0 0 0 16 0 22 0 530264268 16081154048 72686 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506018581 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 15704252

[startup+6.30137 s]
/proc/loadavg: 7.78 7.98 7.64 9/220 28747
/proc/meminfo: memFree=28392564/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=15700436 CPUtime=19.46 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 242921 0 1 0 1913 33 0 0 25 0 22 0 530264203 16077246464 234222 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 3925109 234222 2283 9 0 3915828 0
[pid=28724/tid=28725] ppid=28722 vsize=15700436 CPUtime=1.58 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) S 28722 28724 28518 0 -1 4202560 35672 0 1 0 154 4 0 0 21 0 22 0 530264204 16077246464 234222 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28727] ppid=28722 vsize=15700436 CPUtime=0.03 cores=0,2,4,6
/proc/28724/task/28727/stat : 28727 (java) S 28722 28724 28518 0 -1 4202560 8372 0 0 0 2 1 0 0 15 0 22 0 530264204 16077246464 234222 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28728] ppid=28722 vsize=15700436 CPUtime=0.04 cores=0,2,4,6
/proc/28724/task/28728/stat : 28728 (java) S 28722 28724 28518 0 -1 4202560 11727 0 0 0 2 2 0 0 15 0 22 0 530264204 16077246464 234222 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28729] ppid=28722 vsize=15700436 CPUtime=0.02 cores=0,2,4,6
/proc/28724/task/28729/stat : 28729 (java) S 28722 28724 28518 0 -1 4202560 7399 0 0 0 1 1 0 0 16 0 22 0 530264204 16077246464 234222 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28730] ppid=28722 vsize=15700436 CPUtime=0.05 cores=0,2,4,6
/proc/28724/task/28730/stat : 28730 (java) S 28722 28724 28518 0 -1 4202560 12190 0 0 0 3 2 0 0 16 0 22 0 530264204 16077246464 234222 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28731] ppid=28722 vsize=15700436 CPUtime=0.02 cores=0,2,4,6
/proc/28724/task/28731/stat : 28731 (java) S 28722 28724 28518 0 -1 4202560 6153 0 0 0 2 0 0 0 16 0 22 0 530264204 16077246464 234222 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28732] ppid=28722 vsize=15700436 CPUtime=0.06 cores=0,2,4,6
/proc/28724/task/28732/stat : 28732 (java) S 28722 28724 28518 0 -1 4202560 18070 0 0 0 4 2 0 0 15 0 22 0 530264204 16077246464 234222 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28733] ppid=28722 vsize=15700436 CPUtime=0.02 cores=0,2,4,6
/proc/28724/task/28733/stat : 28733 (java) S 28722 28724 28518 0 -1 4202560 8179 0 0 0 1 1 0 0 16 0 22 0 530264204 16077246464 234222 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28734] ppid=28722 vsize=15700436 CPUtime=0.05 cores=0,2,4,6
/proc/28724/task/28734/stat : 28734 (java) S 28722 28724 28518 0 -1 4202560 12567 0 0 0 3 2 0 0 15 0 22 0 530264204 16077246464 234222 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0

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

[pid=28724/tid=28745] ppid=28722 vsize=15700436 CPUtime=1046.77 cores=0,2,4,6
/proc/28724/task/28745/stat : 28745 (java) R 28722 28724 28518 0 -1 4202560 407947 0 0 0 104625 52 0 0 25 0 22 0 530264268 16077246464 162658 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506018543 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28724/tid=28746] ppid=28722 vsize=15700436 CPUtime=1047.46 cores=0,2,4,6
/proc/28724/task/28746/stat : 28746 (java) R 28722 28724 28518 0 -1 4202560 401034 0 0 0 104695 51 0 0 25 0 22 0 530264268 16077246464 162658 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506018703 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28724/tid=28747] ppid=28722 vsize=15700436 CPUtime=1047.91 cores=0,2,4,6
/proc/28724/task/28747/stat : 28747 (java) R 28722 28724 28518 0 -1 4202560 405451 0 0 0 104737 54 0 0 25 0 22 0 530264268 16077246464 162658 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912505573715 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4224.56
Current children cumulated vsize (KiB) 15700436

[startup+1122.3 s]
/proc/loadavg: 8.05 8.08 7.93 9/220 28776
/proc/meminfo: memFree=28962188/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=15700436 CPUtime=4463.45 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 3161798 0 1 0 445761 584 0 0 25 0 22 0 530264203 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 3925109 165098 2296 9 0 3915828 0
[pid=28724/tid=28725] ppid=28722 vsize=15700436 CPUtime=1.58 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) S 28722 28724 28518 0 -1 4202560 35672 0 1 0 154 4 0 0 21 0 22 0 530264204 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28727] ppid=28722 vsize=15700436 CPUtime=3.81 cores=0,2,4,6
/proc/28724/task/28727/stat : 28727 (java) S 28722 28724 28518 0 -1 4202560 168502 0 0 0 347 34 0 0 15 0 22 0 530264204 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28728] ppid=28722 vsize=15700436 CPUtime=3.86 cores=0,2,4,6
/proc/28724/task/28728/stat : 28728 (java) S 28722 28724 28518 0 -1 4202560 168861 0 0 0 354 32 0 0 16 0 22 0 530264204 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28729] ppid=28722 vsize=15700436 CPUtime=3.78 cores=0,2,4,6
/proc/28724/task/28729/stat : 28729 (java) S 28722 28724 28518 0 -1 4202560 178066 0 0 0 342 36 0 0 15 0 22 0 530264204 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28730] ppid=28722 vsize=15700436 CPUtime=3.78 cores=0,2,4,6
/proc/28724/task/28730/stat : 28730 (java) S 28722 28724 28518 0 -1 4202560 177309 0 0 0 341 37 0 0 15 0 22 0 530264204 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28731] ppid=28722 vsize=15700436 CPUtime=3.85 cores=0,2,4,6
/proc/28724/task/28731/stat : 28731 (java) S 28722 28724 28518 0 -1 4202560 175130 0 0 0 350 35 0 0 15 0 22 0 530264204 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28732] ppid=28722 vsize=15700436 CPUtime=3.88 cores=0,2,4,6
/proc/28724/task/28732/stat : 28732 (java) S 28722 28724 28518 0 -1 4202560 179651 0 0 0 354 34 0 0 16 0 22 0 530264204 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28733] ppid=28722 vsize=15700436 CPUtime=3.76 cores=0,2,4,6
/proc/28724/task/28733/stat : 28733 (java) S 28722 28724 28518 0 -1 4202560 170241 0 0 0 342 34 0 0 15 0 22 0 530264204 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28734] ppid=28722 vsize=15700436 CPUtime=3.8 cores=0,2,4,6
/proc/28724/task/28734/stat : 28734 (java) S 28722 28724 28518 0 -1 4202560 179321 0 0 0 347 33 0 0 16 0 22 0 530264204 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28735] ppid=28722 vsize=15700436 CPUtime=1.98 cores=0,2,4,6
/proc/28724/task/28735/stat : 28735 (java) S 28722 28724 28518 0 -1 4202560 8420 0 0 0 126 72 0 0 15 0 22 0 530264205 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 0 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28736] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28736/stat : 28736 (java) S 28722 28724 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530264206 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28737] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28737/stat : 28737 (java) S 28722 28724 28518 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530264206 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28738] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28738/stat : 28738 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530264208 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101521841 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28739] ppid=28722 vsize=15700436 CPUtime=1.16 cores=0,2,4,6
/proc/28724/task/28739/stat : 28739 (java) S 28722 28724 28518 0 -1 4202560 9644 0 0 0 115 1 0 0 15 0 22 0 530264208 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28740] ppid=28722 vsize=15700436 CPUtime=0.82 cores=0,2,4,6
/proc/28724/task/28740/stat : 28740 (java) S 28722 28724 28518 0 -1 4202560 5191 0 0 0 82 0 0 0 16 0 22 0 530264208 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28741] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28741/stat : 28741 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530264208 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28742] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28742/stat : 28742 (java) S 28722 28724 28518 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 530264208 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28744] ppid=28722 vsize=15700436 CPUtime=1107.18 cores=0,2,4,6
/proc/28724/task/28744/stat : 28744 (java) R 28722 28724 28518 0 -1 4202560 427510 0 0 0 110659 59 0 0 25 0 22 0 530264268 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506050326 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28724/tid=28745] ppid=28722 vsize=15700436 CPUtime=1106.13 cores=0,2,4,6
/proc/28724/task/28745/stat : 28745 (java) R 28722 28724 28518 0 -1 4202560 427726 0 0 0 110558 55 0 0 25 0 22 0 530264268 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912505972629 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28724/tid=28746] ppid=28722 vsize=15700436 CPUtime=1106.75 cores=0,2,4,6
/proc/28724/task/28746/stat : 28746 (java) R 28722 28724 28518 0 -1 4202560 422689 0 0 0 110622 53 0 0 25 0 22 0 530264268 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506050649 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28724/tid=28747] ppid=28722 vsize=15700436 CPUtime=1107.17 cores=0,2,4,6
/proc/28724/task/28747/stat : 28747 (java) R 28722 28724 28518 0 -1 4202560 426420 0 0 0 110660 57 0 0 25 0 22 0 530264268 16077246464 165098 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 47317107013916 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4463.45
Current children cumulated vsize (KiB) 15700436

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 7.94 9/220 28778
/proc/meminfo: memFree=28954832/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=15700436 CPUtime=4702.36 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 3328773 0 1 0 469621 615 0 0 25 0 22 0 530264203 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 3925109 183594 2296 9 0 3915828 0
[pid=28724/tid=28725] ppid=28722 vsize=15700436 CPUtime=1.58 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) S 28722 28724 28518 0 -1 4202560 35672 0 1 0 154 4 0 0 21 0 22 0 530264204 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28727] ppid=28722 vsize=15700436 CPUtime=4.02 cores=0,2,4,6
/proc/28724/task/28727/stat : 28727 (java) S 28722 28724 28518 0 -1 4202560 177543 0 0 0 366 36 0 0 15 0 22 0 530264204 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28728] ppid=28722 vsize=15700436 CPUtime=4.05 cores=0,2,4,6
/proc/28724/task/28728/stat : 28728 (java) S 28722 28724 28518 0 -1 4202560 178691 0 0 0 372 33 0 0 15 0 22 0 530264204 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28729] ppid=28722 vsize=15700436 CPUtime=3.96 cores=0,2,4,6
/proc/28724/task/28729/stat : 28729 (java) S 28722 28724 28518 0 -1 4202560 184443 0 0 0 359 37 0 0 15 0 22 0 530264204 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28730] ppid=28722 vsize=15700436 CPUtime=3.99 cores=0,2,4,6
/proc/28724/task/28730/stat : 28730 (java) S 28722 28724 28518 0 -1 4202560 187650 0 0 0 360 39 0 0 16 0 22 0 530264204 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28731] ppid=28722 vsize=15700436 CPUtime=4.06 cores=0,2,4,6
/proc/28724/task/28731/stat : 28731 (java) S 28722 28724 28518 0 -1 4202560 182497 0 0 0 370 36 0 0 15 0 22 0 530264204 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28732] ppid=28722 vsize=15700436 CPUtime=4.11 cores=0,2,4,6
/proc/28724/task/28732/stat : 28732 (java) S 28722 28724 28518 0 -1 4202560 191812 0 0 0 374 37 0 0 16 0 22 0 530264204 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28733] ppid=28722 vsize=15700436 CPUtime=3.97 cores=0,2,4,6
/proc/28724/task/28733/stat : 28733 (java) S 28722 28724 28518 0 -1 4202560 179972 0 0 0 361 36 0 0 16 0 22 0 530264204 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28734] ppid=28722 vsize=15700436 CPUtime=3.98 cores=0,2,4,6
/proc/28724/task/28734/stat : 28734 (java) S 28722 28724 28518 0 -1 4202560 189307 0 0 0 363 35 0 0 15 0 22 0 530264204 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28735] ppid=28722 vsize=15700436 CPUtime=2.09 cores=0,2,4,6
/proc/28724/task/28735/stat : 28735 (java) S 28722 28724 28518 0 -1 4202560 8871 0 0 0 133 76 0 0 15 0 22 0 530264205 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 0 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28736] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28736/stat : 28736 (java) S 28722 28724 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530264206 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28737] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28737/stat : 28737 (java) S 28722 28724 28518 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530264206 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28738] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28738/stat : 28738 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530264208 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101521841 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28739] ppid=28722 vsize=15700436 CPUtime=1.16 cores=0,2,4,6
/proc/28724/task/28739/stat : 28739 (java) S 28722 28724 28518 0 -1 4202560 9644 0 0 0 115 1 0 0 15 0 22 0 530264208 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28740] ppid=28722 vsize=15700436 CPUtime=0.82 cores=0,2,4,6
/proc/28724/task/28740/stat : 28740 (java) S 28722 28724 28518 0 -1 4202560 5191 0 0 0 82 0 0 0 16 0 22 0 530264208 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28741] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28741/stat : 28741 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530264208 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28742] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28742/stat : 28742 (java) S 28722 28724 28518 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 530264208 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28744] ppid=28722 vsize=15700436 CPUtime=1166.56 cores=0,2,4,6
/proc/28724/task/28744/stat : 28744 (java) R 28722 28724 28518 0 -1 4202560 451187 0 0 0 116593 63 0 0 25 0 22 0 530264268 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506050692 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28724/tid=28745] ppid=28722 vsize=15700436 CPUtime=1165.26 cores=0,2,4,6
/proc/28724/task/28745/stat : 28745 (java) R 28722 28724 28518 0 -1 4202560 451219 0 0 0 116468 58 0 0 25 0 22 0 530264268 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506112088 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28724/tid=28746] ppid=28722 vsize=15700436 CPUtime=1166.07 cores=0,2,4,6
/proc/28724/task/28746/stat : 28746 (java) R 28722 28724 28518 0 -1 4202560 444886 0 0 0 116551 56 0 0 25 0 22 0 530264268 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506112706 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28724/tid=28747] ppid=28722 vsize=15700436 CPUtime=1166.53 cores=0,2,4,6
/proc/28724/task/28747/stat : 28747 (java) R 28722 28724 28518 0 -1 4202560 448741 0 0 0 116593 60 0 0 25 0 22 0 530264268 16077246464 183594 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506050609 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4702.36
Current children cumulated vsize (KiB) 15700436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.9 s]
/proc/loadavg: 8.07 8.08 7.94 5/197 28782
/proc/meminfo: memFree=29616424/32950928 swapFree=67111428/67111528
[pid=28724] ppid=28722 vsize=15700436 CPUtime=4800.31 cores=0,2,4,6
/proc/28724/stat : 28724 (java) S 28722 28724 28518 0 -1 4202496 3382720 0 1 0 479404 627 0 0 25 0 22 0 530264203 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28724/statm: 3925109 160546 2296 9 0 3915828 0
[pid=28724/tid=28725] ppid=28722 vsize=15700436 CPUtime=1.58 cores=0,2,4,6
/proc/28724/task/28725/stat : 28725 (java) S 28722 28724 28518 0 -1 4202560 35672 0 1 0 154 4 0 0 21 0 22 0 530264204 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28727] ppid=28722 vsize=15700436 CPUtime=4.12 cores=0,2,4,6
/proc/28724/task/28727/stat : 28727 (java) S 28722 28724 28518 0 -1 4202560 183450 0 0 0 374 38 0 0 15 0 22 0 530264204 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28728] ppid=28722 vsize=15700436 CPUtime=4.13 cores=0,2,4,6
/proc/28724/task/28728/stat : 28728 (java) S 28722 28724 28518 0 -1 4202560 181910 0 0 0 379 34 0 0 16 0 22 0 530264204 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28729] ppid=28722 vsize=15700436 CPUtime=4.04 cores=0,2,4,6
/proc/28724/task/28729/stat : 28729 (java) S 28722 28724 28518 0 -1 4202560 187130 0 0 0 367 37 0 0 15 0 22 0 530264204 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28730] ppid=28722 vsize=15700436 CPUtime=4.07 cores=0,2,4,6
/proc/28724/task/28730/stat : 28730 (java) S 28722 28724 28518 0 -1 4202560 191248 0 0 0 368 39 0 0 15 0 22 0 530264204 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28731] ppid=28722 vsize=15700436 CPUtime=4.13 cores=0,2,4,6
/proc/28724/task/28731/stat : 28731 (java) S 28722 28724 28518 0 -1 4202560 184994 0 0 0 376 37 0 0 15 0 22 0 530264204 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28732] ppid=28722 vsize=15700436 CPUtime=4.22 cores=0,2,4,6
/proc/28724/task/28732/stat : 28732 (java) S 28722 28724 28518 0 -1 4202560 196481 0 0 0 384 38 0 0 15 0 22 0 530264204 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 6 0 0 0
[pid=28724/tid=28733] ppid=28722 vsize=15700436 CPUtime=4.05 cores=0,2,4,6
/proc/28724/task/28733/stat : 28733 (java) S 28722 28724 28518 0 -1 4202560 183857 0 0 0 368 37 0 0 15 0 22 0 530264204 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28734] ppid=28722 vsize=15700436 CPUtime=4.06 cores=0,2,4,6
/proc/28724/task/28734/stat : 28734 (java) S 28722 28724 28518 0 -1 4202560 192452 0 0 0 370 36 0 0 15 0 22 0 530264204 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28735] ppid=28722 vsize=15700436 CPUtime=2.13 cores=0,2,4,6
/proc/28724/task/28735/stat : 28735 (java) S 28722 28724 28518 0 -1 4202560 8976 0 0 0 136 77 0 0 16 0 22 0 530264205 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 0 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28736] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28736/stat : 28736 (java) S 28722 28724 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530264206 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28737] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28737/stat : 28737 (java) S 28722 28724 28518 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530264206 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28738] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28738/stat : 28738 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530264208 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101521841 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28739] ppid=28722 vsize=15700436 CPUtime=1.16 cores=0,2,4,6
/proc/28724/task/28739/stat : 28739 (java) S 28722 28724 28518 0 -1 4202560 9644 0 0 0 115 1 0 0 15 0 22 0 530264208 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 4 0 0 0
[pid=28724/tid=28740] ppid=28722 vsize=15700436 CPUtime=0.82 cores=0,2,4,6
/proc/28724/task/28740/stat : 28740 (java) S 28722 28724 28518 0 -1 4202560 5191 0 0 0 82 0 0 0 16 0 22 0 530264208 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28741] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28741/stat : 28741 (java) S 28722 28724 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530264208 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514137 0 4 0 16800975 18446604453871520704 0 0 -1 2 0 0 0
[pid=28724/tid=28742] ppid=28722 vsize=15700436 CPUtime=0 cores=0,2,4,6
/proc/28724/task/28742/stat : 28742 (java) S 28722 28724 28518 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530264208 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 248101514752 0 4 0 16800975 18446604453871520704 0 0 -1 0 0 0 0
[pid=28724/tid=28744] ppid=28722 vsize=15700436 CPUtime=1190.91 cores=0,2,4,6
/proc/28724/task/28744/stat : 28744 (java) R 28722 28724 28518 0 -1 4202560 456323 0 0 0 119027 64 0 0 25 0 22 0 530264268 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506018884 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28724/tid=28745] ppid=28722 vsize=15700436 CPUtime=1189.61 cores=0,2,4,6
/proc/28724/task/28745/stat : 28745 (java) R 28722 28724 28518 0 -1 4202560 457483 0 0 0 118901 60 0 0 25 0 22 0 530264268 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912505968904 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28724/tid=28746] ppid=28722 vsize=15700436 CPUtime=1190.3 cores=0,2,4,6
/proc/28724/task/28746/stat : 28746 (java) R 28722 28724 28518 0 -1 4202560 451749 0 0 0 118973 57 0 0 25 0 22 0 530264268 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506018636 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28724/tid=28747] ppid=28722 vsize=15700436 CPUtime=1190.85 cores=0,2,4,6
/proc/28724/task/28747/stat : 28747 (java) R 28722 28724 28518 0 -1 4202560 454711 0 0 0 119024 61 0 0 25 0 22 0 530264268 16077246464 160546 33554432000 1073741824 1073778376 140736489684048 18446744073709551615 46912506091451 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 15700436

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.94
CPU time (s): 4800.37
CPU user time (s): 4794.07
CPU system time (s): 6.30204
CPU usage (%): 397.73
Max. virtual memory (cumulated for all children) (KiB): 15704252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.07
system time used= 6.30204
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3382745
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= 135503
involuntary context switches= 95081

runsolver used 2.04469 second user time and 4.5923 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-30 20:04:04
IDJOB=3313162
IDBENCH=84568
IDSOLVER=1699
FILE ID=node123/3313162-1304186644
RUNJOBID= node123-1304185438-28536
PBS_JOBID= 13172480
Free space on /tmp= 73464 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-1.used-as.sat04-891.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313162-1304186644/watcher-3313162-1304186644 -o /tmp/evaluation-result-3313162-1304186644/solver-3313162-1304186644 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313162-1304186644.cnf

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

MD5SUM BENCH= 5877850d9f604b6973676132cbba5c90
RANDOM SEED=479192143

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:      30087520 kB
Buffers:        657244 kB
Cached:        1600296 kB
SwapCached:        100 kB
Active:         433184 kB
Inactive:      2059016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30087520 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            6576 kB
Writeback:           0 kB
AnonPages:      234396 kB
Mapped:          23012 kB
Slab:           308216 kB
PageTables:       4496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   810108 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= 73460 MiB
End job on node123 at 2011-04-30 20:24:13