Trace number 3311364

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.44 1207.43

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S207562876-057.UNKNOWN.cnf
MD5SUM04148c6828d9f9ccd74e3efaedcb8c52
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.10/0.12	27:14 INFO : Reading from input HOME/instance-3311364-1304123234.cnf
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.80/0.44	27:14 INFO : 150 variables remaining out of 150
0.80/0.44	27:14 INFO : 19170 literals remaining out of 19170

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-3311364-1304123234/watcher-3311364-1304123234 -o /tmp/evaluation-result-3311364-1304123234/solver-3311364-1304123234 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311364-1304123234.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: 6.72 7.36 7.15 6/202 13225
/proc/meminfo: memFree=29872508/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 1412 0 0 0 0 0 0 0 25 0 2 0 523921559 26714112 884 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 6522 884 678 9 0 381 0
[pid=13225/tid=13226] ppid=13223 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) R 13223 13225 13116 0 -1 4202560 60 0 0 0 0 0 0 0 25 0 2 0 523921559 27824128 887 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246511864608 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.085258 s]
/proc/loadavg: 6.72 7.36 7.15 6/202 13225
/proc/meminfo: memFree=29872508/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=15741960 CPUtime=0.09 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 5366 0 1 0 8 1 0 0 25 0 18 0 523921559 16119767040 4806 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 3935490 4806 2115 9 0 3926209 0
[pid=13225/tid=13226] ppid=13223 vsize=15741960 CPUtime=0.07 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) R 13223 13225 13116 0 -1 4202560 3256 0 1 0 6 1 0 0 18 0 18 0 523921559 16119767040 4807 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 47981272271668 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15741960

[startup+0.100305 s]
/proc/loadavg: 6.72 7.36 7.15 6/202 13225
/proc/meminfo: memFree=29872508/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=15741960 CPUtime=0.1 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 5572 0 1 0 9 1 0 0 25 0 18 0 523921559 16119767040 5012 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 3935490 5013 2116 9 0 3926209 0
[pid=13225/tid=13226] ppid=13223 vsize=15741960 CPUtime=0.08 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) R 13223 13225 13116 0 -1 4202560 3463 0 1 0 7 1 0 0 18 0 18 0 523921559 16119767040 5014 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 47981271030680 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741960

[startup+0.311291 s]
/proc/loadavg: 6.72 7.36 7.15 6/202 13225
/proc/meminfo: memFree=29872508/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=15748844 CPUtime=0.57 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 12979 0 1 0 54 3 0 0 25 0 22 0 523921559 16126816256 11463 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 3937211 11463 2219 9 0 3927930 0
[pid=13225/tid=13226] ppid=13223 vsize=15748844 CPUtime=0.29 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) R 13223 13225 13116 0 -1 4202560 7784 0 1 0 27 2 0 0 20 0 22 0 523921559 16126816256 11463 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 47981268633224 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 15748844

[startup+0.774697 s]
/proc/loadavg: 6.72 7.36 7.15 6/202 13225
/proc/meminfo: memFree=29872508/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=15766496 CPUtime=3.33 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 51798 0 1 0 326 7 0 0 25 0 22 0 523921559 16144891904 45877 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 3941624 45879 2267 9 0 3932343 0
[pid=13225/tid=13226] ppid=13223 vsize=15766496 CPUtime=0.43 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) S 13223 13225 13116 0 -1 4202560 8179 0 1 0 41 2 0 0 18 0 22 0 523921559 16144891904 45879 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 15766496

[startup+1.501 s]
/proc/loadavg: 7.30 7.47 7.18 11/224 13247
/proc/meminfo: memFree=29677232/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=15766496 CPUtime=4.96 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 56888 0 1 0 488 8 0 0 25 0 22 0 523921559 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 3941624 50567 2285 9 0 3932343 0
[pid=13225/tid=13226] ppid=13223 vsize=15766496 CPUtime=0.43 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) S 13223 13225 13116 0 -1 4202560 8179 0 1 0 41 2 0 0 18 0 22 0 523921559 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13228] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13228/stat : 13228 (java) S 13223 13225 13116 0 -1 4202560 848 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13229] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13229/stat : 13229 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13230] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13230/stat : 13230 (java) S 13223 13225 13116 0 -1 4202560 578 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13231] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13231/stat : 13231 (java) S 13223 13225 13116 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13232] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13232/stat : 13232 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 523921560 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13233] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13233/stat : 13233 (java) S 13223 13225 13116 0 -1 4202560 516 0 0 0 0 0 0 0 16 0 22 0 523921560 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13234] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13234/stat : 13234 (java) S 13223 13225 13116 0 -1 4202560 582 0 0 0 0 0 0 0 16 0 22 0 523921560 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13235] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13235/stat : 13235 (java) S 13223 13225 13116 0 -1 4202560 677 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13236] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13236/stat : 13236 (java) S 13223 13225 13116 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 523921561 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650752 0 0 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13237] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13237/stat : 13237 (java) S 13223 13225 13116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523921561 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13238] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13238/stat : 13238 (java) S 13223 13225 13116 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523921561 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13239] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13239/stat : 13239 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523921563 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528657841 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13240] ppid=13223 vsize=15766496 CPUtime=0.51 cores=0,2,4,6
/proc/13225/task/13240/stat : 13240 (java) S 13223 13225 13116 0 -1 4202560 6852 0 0 0 50 1 0 0 24 0 22 0 523921563 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13241] ppid=13223 vsize=15766496 CPUtime=1.08 cores=0,2,4,6
/proc/13225/task/13241/stat : 13241 (java) S 13223 13225 13116 0 -1 4202560 9509 0 0 0 108 0 0 0 17 0 22 0 523921563 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13242] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13242/stat : 13242 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523921563 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13243] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13243/stat : 13243 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523921563 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650752 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13244] ppid=13223 vsize=15766496 CPUtime=0.84 cores=0,2,4,6
/proc/13225/task/13244/stat : 13244 (java) R 13223 13225 13116 0 -1 4202560 9042 0 0 0 83 1 0 0 17 0 22 0 523921587 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 18446744073699065964 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13225/tid=13245] ppid=13223 vsize=15766496 CPUtime=0.83 cores=0,2,4,6
/proc/13225/task/13245/stat : 13245 (java) R 13223 13225 13116 0 -1 4202560 8834 0 0 0 83 0 0 0 16 0 22 0 523921587 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505524151 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13225/tid=13246] ppid=13223 vsize=15766496 CPUtime=0.36 cores=0,2,4,6
/proc/13225/task/13246/stat : 13246 (java) R 13223 13225 13116 0 -1 4202560 786 0 0 0 36 0 0 0 18 0 22 0 523921587 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912506011111 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13225/tid=13247] ppid=13223 vsize=15766496 CPUtime=0.83 cores=0,2,4,6
/proc/13225/task/13247/stat : 13247 (java) R 13223 13225 13116 0 -1 4202560 8824 0 0 0 83 0 0 0 19 0 22 0 523921587 16144891904 50567 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505862528 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 15766496

[startup+3.10071 s]
/proc/loadavg: 7.30 7.47 7.18 10/224 13247
/proc/meminfo: memFree=29538600/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=15766496 CPUtime=11.32 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 147857 0 1 0 1115 17 0 0 25 0 22 0 523921559 16144891904 141522 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 3941624 141525 2285 9 0 3932343 0
[pid=13225/tid=13226] ppid=13223 vsize=15766496 CPUtime=0.43 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) S 13223 13225 13116 0 -1 4202560 8179 0 1 0 41 2 0 0 18 0 22 0 523921559 16144891904 141527 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13228] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13228/stat : 13228 (java) S 13223 13225 13116 0 -1 4202560 1563 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 141530 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13229] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13229/stat : 13229 (java) S 13223 13225 13116 0 -1 4202560 552 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 141532 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13230] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13230/stat : 13230 (java) S 13223 13225 13116 0 -1 4202560 1195 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 141536 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13231] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13231/stat : 13231 (java) S 13223 13225 13116 0 -1 4202560 1603 0 0 0 0 0 0 0 16 0 22 0 523921560 16144891904 141538 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13232] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13232/stat : 13232 (java) S 13223 13225 13116 0 -1 4202560 783 0 0 0 0 0 0 0 16 0 22 0 523921560 16144891904 141541 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13233] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13233/stat : 13233 (java) S 13223 13225 13116 0 -1 4202560 1002 0 0 0 0 0 0 0 16 0 22 0 523921560 16144891904 141542 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13234] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13234/stat : 13234 (java) S 13223 13225 13116 0 -1 4202560 659 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 141545 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13235] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13235/stat : 13235 (java) S 13223 13225 13116 0 -1 4202560 2007 0 0 0 0 0 0 0 16 0 22 0 523921560 16144891904 141547 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13236] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13236/stat : 13236 (java) S 13223 13225 13116 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 22 0 523921561 16144891904 141548 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650752 0 0 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13237] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13237/stat : 13237 (java) S 13223 13225 13116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523921561 16144891904 141549 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13238] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13238/stat : 13238 (java) S 13223 13225 13116 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523921561 16144891904 141551 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13239] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13239/stat : 13239 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523921563 16144891904 141553 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528657841 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13240] ppid=13223 vsize=15766496 CPUtime=0.54 cores=0,2,4,6
/proc/13225/task/13240/stat : 13240 (java) S 13223 13225 13116 0 -1 4202560 6857 0 0 0 53 1 0 0 15 0 22 0 523921563 16144891904 141555 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13241] ppid=13223 vsize=15766496 CPUtime=1.17 cores=0,2,4,6
/proc/13225/task/13241/stat : 13241 (java) S 13223 13225 13116 0 -1 4202560 9524 0 0 0 117 0 0 0 15 0 22 0 523921563 16144891904 141557 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13242] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13242/stat : 13242 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523921563 16144891904 141559 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13243] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13243/stat : 13243 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523921563 16144891904 141560 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650752 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13244] ppid=13223 vsize=15766496 CPUtime=2.42 cores=0,2,4,6
/proc/13225/task/13244/stat : 13244 (java) R 13223 13225 13116 0 -1 4202560 29628 0 0 0 239 3 0 0 18 0 22 0 523921587 16144891904 141561 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912506101411 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13225/tid=13245] ppid=13223 vsize=15766496 CPUtime=2.41 cores=0,2,4,6
/proc/13225/task/13245/stat : 13245 (java) R 13223 13225 13116 0 -1 4202560 30203 0 0 0 239 2 0 0 18 0 22 0 523921587 16144891904 141561 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505862549 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13225/tid=13246] ppid=13223 vsize=15766496 CPUtime=1.94 cores=0,2,4,6
/proc/13225/task/13246/stat : 13246 (java) R 13223 13225 13116 0 -1 4202560 22076 0 0 0 192 2 0 0 20 0 22 0 523921587 16144891904 141561 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505764246 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13225/tid=13247] ppid=13223 vsize=15766496 CPUtime=2.3 cores=0,2,4,6
/proc/13225/task/13247/stat : 13247 (java) R 13223 13225 13116 0 -1 4202560 30493 0 0 0 227 3 0 0 22 0 22 0 523921587 16144891904 141561 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505821953 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 15766496

[startup+6.30113 s]
/proc/loadavg: 7.30 7.47 7.18 9/224 13247
/proc/meminfo: memFree=29307212/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=15766496 CPUtime=24.09 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 153643 0 1 0 2391 18 0 0 25 0 22 0 523921559 16144891904 140984 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 3941624 140984 2285 9 0 3932343 0
[pid=13225/tid=13226] ppid=13223 vsize=15766496 CPUtime=0.43 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) S 13223 13225 13116 0 -1 4202560 8179 0 1 0 41 2 0 0 18 0 22 0 523921559 16144891904 140984 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13228] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13228/stat : 13228 (java) S 13223 13225 13116 0 -1 4202560 1640 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 140984 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13229] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13229/stat : 13229 (java) S 13223 13225 13116 0 -1 4202560 961 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 140984 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13230] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13230/stat : 13230 (java) S 13223 13225 13116 0 -1 4202560 1579 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 140984 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13231] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13231/stat : 13231 (java) S 13223 13225 13116 0 -1 4202560 2019 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 140984 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13232] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13232/stat : 13232 (java) S 13223 13225 13116 0 -1 4202560 849 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 140984 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13233] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13233/stat : 13233 (java) S 13223 13225 13116 0 -1 4202560 1100 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 140984 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13234] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13234/stat : 13234 (java) S 13223 13225 13116 0 -1 4202560 1046 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 140984 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13235] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13235/stat : 13235 (java) S 13223 13225 13116 0 -1 4202560 2641 0 0 0 0 0 0 0 15 0 22 0 523921560 16144891904 140984 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0

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

[pid=13225/tid=13245] ppid=13223 vsize=15766496 CPUtime=1108.27 cores=0,2,4,6
/proc/13225/task/13245/stat : 13245 (java) R 13223 13225 13116 0 -1 4202560 185823 0 0 0 110792 35 0 0 25 0 22 0 523921587 16144891904 70925 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 47981271593115 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13225/tid=13246] ppid=13223 vsize=15766496 CPUtime=1108.32 cores=0,2,4,6
/proc/13225/task/13246/stat : 13246 (java) R 13223 13225 13116 0 -1 4202560 176441 0 0 0 110804 28 0 0 25 0 22 0 523921587 16144891904 70925 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505738396 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13225/tid=13247] ppid=13223 vsize=15766496 CPUtime=1107.93 cores=0,2,4,6
/proc/13225/task/13247/stat : 13247 (java) R 13223 13225 13116 0 -1 4202560 188099 0 0 0 110759 34 0 0 25 0 22 0 523921587 16144891904 70925 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505798529 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4462.05
Current children cumulated vsize (KiB) 15766496

[startup+1182.3 s]
/proc/loadavg: 7.93 8.07 7.83 9/224 13329
/proc/meminfo: memFree=29428596/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=15766496 CPUtime=4700.62 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 1355832 0 1 0 469719 343 0 0 25 0 22 0 523921559 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 3941624 76733 2298 9 0 3932343 0
[pid=13225/tid=13226] ppid=13223 vsize=15766496 CPUtime=0.43 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) S 13223 13225 13116 0 -1 4202560 8179 0 1 0 41 2 0 0 18 0 22 0 523921559 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13228] ppid=13223 vsize=15766496 CPUtime=3.28 cores=0,2,4,6
/proc/13225/task/13228/stat : 13228 (java) S 13223 13225 13116 0 -1 4202560 69840 0 0 0 310 18 0 0 15 0 22 0 523921560 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13229] ppid=13223 vsize=15766496 CPUtime=3.14 cores=0,2,4,6
/proc/13225/task/13229/stat : 13229 (java) S 13223 13225 13116 0 -1 4202560 69591 0 0 0 298 16 0 0 15 0 22 0 523921560 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13230] ppid=13223 vsize=15766496 CPUtime=3.16 cores=0,2,4,6
/proc/13225/task/13230/stat : 13230 (java) S 13223 13225 13116 0 -1 4202560 67585 0 0 0 299 17 0 0 15 0 22 0 523921560 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13231] ppid=13223 vsize=15766496 CPUtime=3.16 cores=0,2,4,6
/proc/13225/task/13231/stat : 13231 (java) S 13223 13225 13116 0 -1 4202560 66852 0 0 0 300 16 0 0 16 0 22 0 523921560 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13232] ppid=13223 vsize=15766496 CPUtime=3.22 cores=0,2,4,6
/proc/13225/task/13232/stat : 13232 (java) S 13223 13225 13116 0 -1 4202560 70307 0 0 0 305 17 0 0 16 0 22 0 523921560 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13233] ppid=13223 vsize=15766496 CPUtime=3.2 cores=0,2,4,6
/proc/13225/task/13233/stat : 13233 (java) S 13223 13225 13116 0 -1 4202560 72246 0 0 0 304 16 0 0 15 0 22 0 523921560 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13234] ppid=13223 vsize=15766496 CPUtime=3.12 cores=0,2,4,6
/proc/13225/task/13234/stat : 13234 (java) S 13223 13225 13116 0 -1 4202560 67177 0 0 0 295 17 0 0 15 0 22 0 523921560 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13235] ppid=13223 vsize=15766496 CPUtime=3.18 cores=0,2,4,6
/proc/13225/task/13235/stat : 13235 (java) S 13223 13225 13116 0 -1 4202560 69730 0 0 0 302 16 0 0 15 0 22 0 523921560 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13236] ppid=13223 vsize=15766496 CPUtime=2.15 cores=0,2,4,6
/proc/13225/task/13236/stat : 13236 (java) S 13223 13225 13116 0 -1 4202560 3395 0 0 0 152 63 0 0 15 0 22 0 523921561 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650752 0 0 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13237] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13237/stat : 13237 (java) S 13223 13225 13116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523921561 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13238] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13238/stat : 13238 (java) S 13223 13225 13116 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523921561 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13239] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13239/stat : 13239 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523921563 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528657841 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13240] ppid=13223 vsize=15766496 CPUtime=0.68 cores=0,2,4,6
/proc/13225/task/13240/stat : 13240 (java) S 13223 13225 13116 0 -1 4202560 6880 0 0 0 67 1 0 0 15 0 22 0 523921563 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13241] ppid=13223 vsize=15766496 CPUtime=1.25 cores=0,2,4,6
/proc/13225/task/13241/stat : 13241 (java) S 13223 13225 13116 0 -1 4202560 9547 0 0 0 125 0 0 0 16 0 22 0 523921563 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13242] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13242/stat : 13242 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523921563 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13243] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13243/stat : 13243 (java) S 13223 13225 13116 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523921563 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650752 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13244] ppid=13223 vsize=15766496 CPUtime=1168.1 cores=0,2,4,6
/proc/13225/task/13244/stat : 13244 (java) R 13223 13225 13116 0 -1 4202560 194317 0 0 0 116775 35 0 0 25 0 22 0 523921587 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505835230 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13225/tid=13245] ppid=13223 vsize=15766496 CPUtime=1167.53 cores=0,2,4,6
/proc/13225/task/13245/stat : 13245 (java) R 13223 13225 13116 0 -1 4202560 195072 0 0 0 116716 37 0 0 25 0 22 0 523921587 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505778197 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13225/tid=13246] ppid=13223 vsize=15766496 CPUtime=1167.58 cores=0,2,4,6
/proc/13225/task/13246/stat : 13246 (java) R 13223 13225 13116 0 -1 4202560 185898 0 0 0 116728 30 0 0 25 0 22 0 523921587 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505524159 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13225/tid=13247] ppid=13223 vsize=15766496 CPUtime=1167.31 cores=0,2,4,6
/proc/13225/task/13247/stat : 13247 (java) R 13223 13225 13116 0 -1 4202560 197769 0 0 0 116695 36 0 0 25 0 22 0 523921587 16144891904 76733 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505686016 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4700.62
Current children cumulated vsize (KiB) 15766496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 7.95 8.06 7.84 9/224 13330
/proc/meminfo: memFree=29544864/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=15766496 CPUtime=4800.39 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 1383448 0 1 0 479687 352 0 0 25 0 22 0 523921559 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 3941624 71066 2298 9 0 3932343 0
[pid=13225/tid=13226] ppid=13223 vsize=15766496 CPUtime=0.43 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) S 13223 13225 13116 0 -1 4202560 8179 0 1 0 41 2 0 0 18 0 22 0 523921559 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13228] ppid=13223 vsize=15766496 CPUtime=3.35 cores=0,2,4,6
/proc/13225/task/13228/stat : 13228 (java) S 13223 13225 13116 0 -1 4202560 71452 0 0 0 317 18 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13229] ppid=13223 vsize=15766496 CPUtime=3.2 cores=0,2,4,6
/proc/13225/task/13229/stat : 13229 (java) S 13223 13225 13116 0 -1 4202560 70592 0 0 0 304 16 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13230] ppid=13223 vsize=15766496 CPUtime=3.23 cores=0,2,4,6
/proc/13225/task/13230/stat : 13230 (java) S 13223 13225 13116 0 -1 4202560 69230 0 0 0 305 18 0 0 16 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13231] ppid=13223 vsize=15766496 CPUtime=3.23 cores=0,2,4,6
/proc/13225/task/13231/stat : 13231 (java) S 13223 13225 13116 0 -1 4202560 68905 0 0 0 306 17 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13232] ppid=13223 vsize=15766496 CPUtime=3.29 cores=0,2,4,6
/proc/13225/task/13232/stat : 13232 (java) S 13223 13225 13116 0 -1 4202560 71625 0 0 0 311 18 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13233] ppid=13223 vsize=15766496 CPUtime=3.27 cores=0,2,4,6
/proc/13225/task/13233/stat : 13233 (java) S 13223 13225 13116 0 -1 4202560 73627 0 0 0 311 16 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13234] ppid=13223 vsize=15766496 CPUtime=3.19 cores=0,2,4,6
/proc/13225/task/13234/stat : 13234 (java) S 13223 13225 13116 0 -1 4202560 68138 0 0 0 301 18 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13235] ppid=13223 vsize=15766496 CPUtime=3.24 cores=0,2,4,6
/proc/13225/task/13235/stat : 13235 (java) S 13223 13225 13116 0 -1 4202560 70809 0 0 0 308 16 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13236] ppid=13223 vsize=15766496 CPUtime=2.21 cores=0,2,4,6
/proc/13225/task/13236/stat : 13236 (java) S 13223 13225 13116 0 -1 4202560 3450 0 0 0 157 64 0 0 15 0 22 0 523921561 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650752 0 0 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13237] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13237/stat : 13237 (java) S 13223 13225 13116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523921561 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13238] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13238/stat : 13238 (java) S 13223 13225 13116 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523921561 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13239] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13239/stat : 13239 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523921563 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528657841 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13240] ppid=13223 vsize=15766496 CPUtime=0.68 cores=0,2,4,6
/proc/13225/task/13240/stat : 13240 (java) S 13223 13225 13116 0 -1 4202560 6880 0 0 0 67 1 0 0 15 0 22 0 523921563 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13241] ppid=13223 vsize=15766496 CPUtime=1.25 cores=0,2,4,6
/proc/13225/task/13241/stat : 13241 (java) S 13223 13225 13116 0 -1 4202560 9547 0 0 0 125 0 0 0 16 0 22 0 523921563 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13242] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13242/stat : 13242 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523921563 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13243] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13243/stat : 13243 (java) S 13223 13225 13116 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523921563 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650752 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13244] ppid=13223 vsize=15766496 CPUtime=1192.93 cores=0,2,4,6
/proc/13225/task/13244/stat : 13244 (java) R 13223 13225 13116 0 -1 4202560 198281 0 0 0 119257 36 0 0 25 0 22 0 523921587 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505524136 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13225/tid=13245] ppid=13223 vsize=15766496 CPUtime=1192.22 cores=0,2,4,6
/proc/13225/task/13245/stat : 13245 (java) R 13223 13225 13116 0 -1 4202560 199416 0 0 0 119185 37 0 0 19 0 22 0 523921587 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912506018363 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13225/tid=13246] ppid=13223 vsize=15766496 CPUtime=1192.39 cores=0,2,4,6
/proc/13225/task/13246/stat : 13246 (java) R 13223 13225 13116 0 -1 4202560 190202 0 0 0 119208 31 0 0 25 0 22 0 523921587 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 18446744073699065932 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13225/tid=13247] ppid=13223 vsize=15766496 CPUtime=1192.14 cores=0,2,4,6
/proc/13225/task/13247/stat : 13247 (java) R 13223 13225 13116 0 -1 4202560 201668 0 0 0 119177 37 0 0 25 0 22 0 523921587 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505686016 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 15766496

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

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

[startup+1207.4 s]
/proc/loadavg: 7.95 8.06 7.84 9/224 13330
/proc/meminfo: memFree=29544864/32951124 swapFree=67102748/67111528
[pid=13225] ppid=13223 vsize=15766496 CPUtime=4800.39 cores=0,2,4,6
/proc/13225/stat : 13225 (java) S 13223 13225 13116 0 -1 4202496 1383448 0 1 0 479687 352 0 0 25 0 22 0 523921559 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13225/statm: 3941624 71066 2298 9 0 3932343 0
[pid=13225/tid=13226] ppid=13223 vsize=15766496 CPUtime=0.43 cores=0,2,4,6
/proc/13225/task/13226/stat : 13226 (java) S 13223 13225 13116 0 -1 4202560 8179 0 1 0 41 2 0 0 18 0 22 0 523921559 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13228] ppid=13223 vsize=15766496 CPUtime=3.35 cores=0,2,4,6
/proc/13225/task/13228/stat : 13228 (java) S 13223 13225 13116 0 -1 4202560 71452 0 0 0 317 18 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13229] ppid=13223 vsize=15766496 CPUtime=3.2 cores=0,2,4,6
/proc/13225/task/13229/stat : 13229 (java) S 13223 13225 13116 0 -1 4202560 70592 0 0 0 304 16 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13230] ppid=13223 vsize=15766496 CPUtime=3.23 cores=0,2,4,6
/proc/13225/task/13230/stat : 13230 (java) S 13223 13225 13116 0 -1 4202560 69230 0 0 0 305 18 0 0 16 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13231] ppid=13223 vsize=15766496 CPUtime=3.23 cores=0,2,4,6
/proc/13225/task/13231/stat : 13231 (java) S 13223 13225 13116 0 -1 4202560 68905 0 0 0 306 17 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13232] ppid=13223 vsize=15766496 CPUtime=3.29 cores=0,2,4,6
/proc/13225/task/13232/stat : 13232 (java) S 13223 13225 13116 0 -1 4202560 71625 0 0 0 311 18 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13233] ppid=13223 vsize=15766496 CPUtime=3.27 cores=0,2,4,6
/proc/13225/task/13233/stat : 13233 (java) S 13223 13225 13116 0 -1 4202560 73627 0 0 0 311 16 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13234] ppid=13223 vsize=15766496 CPUtime=3.19 cores=0,2,4,6
/proc/13225/task/13234/stat : 13234 (java) S 13223 13225 13116 0 -1 4202560 68138 0 0 0 301 18 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13235] ppid=13223 vsize=15766496 CPUtime=3.24 cores=0,2,4,6
/proc/13225/task/13235/stat : 13235 (java) S 13223 13225 13116 0 -1 4202560 70809 0 0 0 308 16 0 0 15 0 22 0 523921560 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13236] ppid=13223 vsize=15766496 CPUtime=2.21 cores=0,2,4,6
/proc/13225/task/13236/stat : 13236 (java) S 13223 13225 13116 0 -1 4202560 3450 0 0 0 157 64 0 0 15 0 22 0 523921561 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650752 0 0 0 16800975 18446604453856955264 0 0 -1 4 0 0 0
[pid=13225/tid=13237] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13237/stat : 13237 (java) S 13223 13225 13116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523921561 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13238] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13238/stat : 13238 (java) S 13223 13225 13116 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523921561 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13239] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13239/stat : 13239 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523921563 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528657841 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13240] ppid=13223 vsize=15766496 CPUtime=0.68 cores=0,2,4,6
/proc/13225/task/13240/stat : 13240 (java) S 13223 13225 13116 0 -1 4202560 6880 0 0 0 67 1 0 0 15 0 22 0 523921563 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13241] ppid=13223 vsize=15766496 CPUtime=1.25 cores=0,2,4,6
/proc/13225/task/13241/stat : 13241 (java) S 13223 13225 13116 0 -1 4202560 9547 0 0 0 125 0 0 0 16 0 22 0 523921563 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 0 0 0 0
[pid=13225/tid=13242] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13242/stat : 13242 (java) S 13223 13225 13116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523921563 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650137 0 4 0 16800975 18446604453856955264 0 0 -1 2 0 0 0
[pid=13225/tid=13243] ppid=13223 vsize=15766496 CPUtime=0 cores=0,2,4,6
/proc/13225/task/13243/stat : 13243 (java) S 13223 13225 13116 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523921563 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 246528650752 0 4 0 16800975 18446604453856955264 0 0 -1 6 0 0 0
[pid=13225/tid=13244] ppid=13223 vsize=15766496 CPUtime=1192.93 cores=0,2,4,6
/proc/13225/task/13244/stat : 13244 (java) R 13223 13225 13116 0 -1 4202560 198281 0 0 0 119257 36 0 0 25 0 22 0 523921587 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505524136 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13225/tid=13245] ppid=13223 vsize=15766496 CPUtime=1192.22 cores=0,2,4,6
/proc/13225/task/13245/stat : 13245 (java) R 13223 13225 13116 0 -1 4202560 199416 0 0 0 119185 37 0 0 19 0 22 0 523921587 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912506018363 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13225/tid=13246] ppid=13223 vsize=15766496 CPUtime=1192.39 cores=0,2,4,6
/proc/13225/task/13246/stat : 13246 (java) R 13223 13225 13116 0 -1 4202560 190202 0 0 0 119208 31 0 0 25 0 22 0 523921587 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 18446744073699065932 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13225/tid=13247] ppid=13223 vsize=15766496 CPUtime=1192.14 cores=0,2,4,6
/proc/13225/task/13247/stat : 13247 (java) R 13223 13225 13116 0 -1 4202560 201668 0 0 0 119177 37 0 0 25 0 22 0 523921587 16144891904 71066 33554432000 1073741824 1073778376 140735805800256 18446744073709551615 46912505686016 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 15766496

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.44
CPU user time (s): 4796.9
CPU system time (s): 3.53346
CPU usage (%): 397.575
Max. virtual memory (cumulated for all children) (KiB): 15766496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.9
system time used= 3.53346
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1383474
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= 321004
involuntary context switches= 212257

runsolver used 1.9427 second user time and 4.68729 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-30 02:27:14
IDJOB=3311364
IDBENCH=82749
IDSOLVER=1698
FILE ID=node134/3311364-1304123234
RUNJOBID= node134-1304123185-13134
PBS_JOBID= 13170752
Free space on /tmp= 71584 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S207562876-057.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311364-1304123234/watcher-3311364-1304123234 -o /tmp/evaluation-result-3311364-1304123234/solver-3311364-1304123234 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311364-1304123234.cnf -hbr 2

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

MD5SUM BENCH= 04148c6828d9f9ccd74e3efaedcb8c52
RANDOM SEED=1113127366

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29872036 kB
Buffers:       1003200 kB
Cached:        1367140 kB
SwapCached:       4440 kB
Active:         385868 kB
Inactive:      2294640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29872036 kB
SwapTotal:    67111528 kB
SwapFree:     67102748 kB
Dirty:            1696 kB
Writeback:           8 kB
AnonPages:      307328 kB
Mapped:          23224 kB
Slab:           334944 kB
PageTables:       5300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   814580 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71580 MiB
End job on node134 at 2011-04-30 02:47:23