Trace number 3313308

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) 4478.91 1300.81

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark365.63
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.10/0.11	46:44 INFO : Reading from input HOME/instance-3313308-1304077603.cnf
4.93/4.69	Executor set job limit to 1000000
4.93/4.69	Executor set job limit to 1000000
4.93/4.69	Executor set job limit to 1000000
4.93/4.69	Executor set job limit to 1000000
4.93/4.69	Starting Executor!
4.93/4.69	Starting Executor!
4.93/4.69	Starting Executor!
4.93/4.69	Starting Executor!
78.41/75.61	48:00 INFO : 190467 variables remaining out of 259616
78.41/75.61	48:00 INFO : 23109483 literals remaining out of 4685371

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

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

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


[startup+0 s]
/proc/loadavg: 4.47 7.01 7.65 2/194 28757
/proc/meminfo: memFree=26138264/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/28757/stat : 28757 (java) S 28755 28757 27945 0 -1 4202496 1413 0 0 0 0 0 0 0 22 0 2 0 519358379 26714112 885 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256151525 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 6793 885 678 9 0 381 0
[pid=28757/tid=28758] ppid=28755 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28758/stat : 28758 (java) R 28755 28757 27945 0 -1 4202560 66 0 0 0 0 0 0 0 24 0 2 0 519358379 27824128 894 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228239425159 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0658949 s]
/proc/loadavg: 4.47 7.01 7.65 2/194 28757
/proc/meminfo: memFree=26138264/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/28757/stat : 28757 (java) S 28755 28757 27945 0 -1 4202496 4366 0 1 0 5 0 0 0 22 0 18 0 519358379 15984414720 3806 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 3902445 3807 1778 9 0 3893164 0
[pid=28757/tid=28758] ppid=28755 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/28757/task/28758/stat : 28758 (java) R 28755 28757 27945 0 -1 4202560 2950 0 1 0 5 0 0 0 22 0 18 0 519358379 15984414720 3807 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 47573712025619 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100876 s]
/proc/loadavg: 4.47 7.01 7.65 2/194 28757
/proc/meminfo: memFree=26138264/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=15676688 CPUtime=0.1 cores=1,3,5,7
/proc/28757/stat : 28757 (java) S 28755 28757 27945 0 -1 4202496 5591 0 1 0 9 1 0 0 22 0 18 0 519358379 16052928512 5014 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 3919172 5014 2116 9 0 3909891 0
[pid=28757/tid=28758] ppid=28755 vsize=15676688 CPUtime=0.08 cores=1,3,5,7
/proc/28757/task/28758/stat : 28758 (java) R 28755 28757 27945 0 -1 4202560 3479 0 1 0 7 1 0 0 18 0 18 0 519358379 16052928512 5014 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256175563 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676688

[startup+0.300846 s]
/proc/loadavg: 4.47 7.01 7.65 2/194 28757
/proc/meminfo: memFree=26138264/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=15682192 CPUtime=0.51 cores=1,3,5,7
/proc/28757/stat : 28757 (java) S 28755 28757 27945 0 -1 4202496 15772 0 1 0 48 3 0 0 22 0 18 0 519358379 16058564608 13959 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 3920548 13964 2206 9 0 3911267 0
[pid=28757/tid=28758] ppid=28755 vsize=15682192 CPUtime=0.28 cores=1,3,5,7
/proc/28757/task/28758/stat : 28758 (java) R 28755 28757 27945 0 -1 4202560 10654 0 1 0 26 2 0 0 18 0 18 0 519358379 16058564608 13965 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256175563 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15682192

[startup+0.700795 s]
/proc/loadavg: 4.47 7.01 7.65 2/194 28757
/proc/meminfo: memFree=26138264/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=15682192 CPUtime=0.92 cores=1,3,5,7
/proc/28757/stat : 28757 (java) S 28755 28757 27945 0 -1 4202496 42303 0 1 0 86 6 0 0 22 0 18 0 519358379 16058564608 40487 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 3920548 40487 2222 9 0 3911267 0
[pid=28757/tid=28758] ppid=28755 vsize=15682192 CPUtime=0.68 cores=1,3,5,7
/proc/28757/task/28758/stat : 28758 (java) R 28755 28757 27945 0 -1 4202560 35556 0 1 0 62 6 0 0 18 0 18 0 519358379 16058564608 40487 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912505533116 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15682192

[startup+1.50065 s]
/proc/loadavg: 4.47 7.01 7.65 3/212 28775
/proc/meminfo: memFree=25766616/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=15682192 CPUtime=1.74 cores=1,3,5,7
/proc/28757/stat : 28757 (java) S 28755 28757 27945 0 -1 4202496 48252 0 1 0 166 8 0 0 22 0 18 0 519358379 16058564608 46419 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 3920548 46424 2222 9 0 3911267 0
[pid=28757/tid=28758] ppid=28755 vsize=15682192 CPUtime=1.46 cores=1,3,5,7
/proc/28757/task/28758/stat : 28758 (java) R 28755 28757 27945 0 -1 4202560 38241 0 1 0 140 6 0 0 19 0 18 0 519358379 16058564608 46427 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912505641363 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28757/tid=28760] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28760/stat : 28760 (java) S 28755 28757 27945 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 46431 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28761] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28761/stat : 28761 (java) S 28755 28757 27945 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 18 0 519358380 16058564608 46435 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28762] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28762/stat : 28762 (java) S 28755 28757 27945 0 -1 4202560 933 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 46439 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28763] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28763/stat : 28763 (java) S 28755 28757 27945 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 46442 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 3 0 0 0
[pid=28757/tid=28764] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28764/stat : 28764 (java) S 28755 28757 27945 0 -1 4202560 918 0 0 0 0 0 0 0 16 0 18 0 519358380 16058564608 46445 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28765] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28765/stat : 28765 (java) S 28755 28757 27945 0 -1 4202560 879 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 46449 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28766] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28766/stat : 28766 (java) S 28755 28757 27945 0 -1 4202560 265 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 46453 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28767] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28767/stat : 28767 (java) S 28755 28757 27945 0 -1 4202560 1703 0 0 0 0 0 0 0 16 0 18 0 519358380 16058564608 46457 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28768] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28768/stat : 28768 (java) S 28755 28757 27945 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 18 0 519358381 16058564608 46461 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 0 0 16800975 18446604462556075328 0 0 -1 3 0 0 0
[pid=28757/tid=28769] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28769/stat : 28769 (java) S 28755 28757 27945 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519358381 16058564608 46464 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28770] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28770/stat : 28770 (java) S 28755 28757 27945 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519358381 16058564608 46468 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28771] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28771/stat : 28771 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 519358383 16058564608 46472 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256172465 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28772] ppid=28755 vsize=15682192 CPUtime=0.12 cores=1,3,5,7
/proc/28757/task/28772/stat : 28772 (java) S 28755 28757 27945 0 -1 4202560 2347 0 0 0 12 0 0 0 15 0 18 0 519358383 16058564608 46475 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28773] ppid=28755 vsize=15682192 CPUtime=0.09 cores=1,3,5,7
/proc/28757/task/28773/stat : 28773 (java) S 28755 28757 27945 0 -1 4202560 1385 0 0 0 9 0 0 0 19 0 18 0 519358383 16058564608 46476 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28774] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28774/stat : 28774 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 519358383 16058564608 46480 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28775] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28775/stat : 28775 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519358383 16058564608 46483 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15682192

[startup+3.10137 s]
/proc/loadavg: 4.47 7.01 7.65 3/212 28775
/proc/meminfo: memFree=25347804/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=15682192 CPUtime=3.4 cores=1,3,5,7
/proc/28757/stat : 28757 (java) S 28755 28757 27945 0 -1 4202496 140066 0 1 0 321 19 0 0 22 0 18 0 519358379 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 3920548 138206 2240 9 0 3911267 0
[pid=28757/tid=28758] ppid=28755 vsize=15682192 CPUtime=3.06 cores=1,3,5,7
/proc/28757/task/28758/stat : 28758 (java) R 28755 28757 27945 0 -1 4202560 126958 0 1 0 289 17 0 0 24 0 18 0 519358379 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912505639511 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28757/tid=28760] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28760/stat : 28760 (java) S 28755 28757 27945 0 -1 4202560 2839 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28761] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28761/stat : 28761 (java) S 28755 28757 27945 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28762] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28762/stat : 28762 (java) S 28755 28757 27945 0 -1 4202560 934 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28763] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28763/stat : 28763 (java) S 28755 28757 27945 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 3 0 0 0
[pid=28757/tid=28764] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28764/stat : 28764 (java) S 28755 28757 27945 0 -1 4202560 919 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28765] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28765/stat : 28765 (java) S 28755 28757 27945 0 -1 4202560 944 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28766] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28766/stat : 28766 (java) S 28755 28757 27945 0 -1 4202560 265 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28767] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28767/stat : 28767 (java) S 28755 28757 27945 0 -1 4202560 1703 0 0 0 0 0 0 0 15 0 18 0 519358380 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28768] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28768/stat : 28768 (java) S 28755 28757 27945 0 -1 4202560 196 0 0 0 0 0 0 0 16 0 18 0 519358381 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 0 0 16800975 18446604462556075328 0 0 -1 3 0 0 0
[pid=28757/tid=28769] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28769/stat : 28769 (java) S 28755 28757 27945 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519358381 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28770] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28770/stat : 28770 (java) S 28755 28757 27945 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519358381 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28771] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28771/stat : 28771 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 519358383 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256172465 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28772] ppid=28755 vsize=15682192 CPUtime=0.15 cores=1,3,5,7
/proc/28757/task/28772/stat : 28772 (java) S 28755 28757 27945 0 -1 4202560 2387 0 0 0 15 0 0 0 15 0 18 0 519358383 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28773] ppid=28755 vsize=15682192 CPUtime=0.11 cores=1,3,5,7
/proc/28757/task/28773/stat : 28773 (java) S 28755 28757 27945 0 -1 4202560 1420 0 0 0 11 0 0 0 15 0 18 0 519358383 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28774] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28774/stat : 28774 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 519358383 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28775] ppid=28755 vsize=15682192 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28775/stat : 28775 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519358383 16058564608 138206 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 15682192

[startup+6.30484 s]
/proc/loadavg: 4.27 6.92 7.61 3/220 28783
/proc/meminfo: memFree=24853360/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=15704228 CPUtime=7.12 cores=1,3,5,7
/proc/28757/stat : 28757 (java) S 28755 28757 27945 0 -1 4202496 153246 0 1 0 691 21 0 0 22 0 22 0 519358379 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 3926057 145566 2265 9 0 3916776 0
[pid=28757/tid=28758] ppid=28755 vsize=15704228 CPUtime=6.24 cores=1,3,5,7
/proc/28757/task/28758/stat : 28758 (java) R 28755 28757 27945 0 -1 4202560 127074 0 1 0 607 17 0 0 20 0 22 0 519358379 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 47573709644695 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28757/tid=28760] ppid=28755 vsize=15704228 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28760/stat : 28760 (java) S 28755 28757 27945 0 -1 4202560 2839 0 0 0 0 0 0 0 15 0 22 0 519358380 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28761] ppid=28755 vsize=15704228 CPUtime=0.01 cores=1,3,5,7
/proc/28757/task/28761/stat : 28761 (java) S 28755 28757 27945 0 -1 4202560 5162 0 0 0 1 0 0 0 15 0 22 0 519358380 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28762] ppid=28755 vsize=15704228 CPUtime=0.01 cores=1,3,5,7
/proc/28757/task/28762/stat : 28762 (java) S 28755 28757 27945 0 -1 4202560 934 0 0 0 1 0 0 0 15 0 22 0 519358380 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28763] ppid=28755 vsize=15704228 CPUtime=0.01 cores=1,3,5,7
/proc/28757/task/28763/stat : 28763 (java) S 28755 28757 27945 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 22 0 519358380 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28764] ppid=28755 vsize=15704228 CPUtime=0.01 cores=1,3,5,7
/proc/28757/task/28764/stat : 28764 (java) S 28755 28757 27945 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 22 0 519358380 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 3 0 0 0
[pid=28757/tid=28765] ppid=28755 vsize=15704228 CPUtime=0.01 cores=1,3,5,7
/proc/28757/task/28765/stat : 28765 (java) S 28755 28757 27945 0 -1 4202560 944 0 0 0 1 0 0 0 15 0 22 0 519358380 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28766] ppid=28755 vsize=15704228 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28766/stat : 28766 (java) S 28755 28757 27945 0 -1 4202560 266 0 0 0 0 0 0 0 15 0 22 0 519358380 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28767] ppid=28755 vsize=15704228 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28767/stat : 28767 (java) S 28755 28757 27945 0 -1 4202560 1704 0 0 0 0 0 0 0 15 0 22 0 519358380 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28768] ppid=28755 vsize=15704228 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28768/stat : 28768 (java) S 28755 28757 27945 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 22 0 519358381 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 0 0 16800975 18446604462556075328 0 0 -1 3 0 0 0
[pid=28757/tid=28769] ppid=28755 vsize=15704228 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28769/stat : 28769 (java) S 28755 28757 27945 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519358381 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28770] ppid=28755 vsize=15704228 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28770/stat : 28770 (java) S 28755 28757 27945 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519358381 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28771] ppid=28755 vsize=15704228 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28771/stat : 28771 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519358383 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256172465 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28772] ppid=28755 vsize=15704228 CPUtime=0.27 cores=1,3,5,7
/proc/28757/task/28772/stat : 28772 (java) R 28755 28757 27945 0 -1 4202560 2669 0 0 0 27 0 0 0 15 0 22 0 519358383 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 47573712741890 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28757/tid=28773] ppid=28755 vsize=15704228 CPUtime=0.49 cores=1,3,5,7
/proc/28757/task/28773/stat : 28773 (java) S 28755 28757 27945 0 -1 4202560 8885 0 0 0 48 1 0 0 15 0 22 0 519358383 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28774] ppid=28755 vsize=15704228 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28774/stat : 28774 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519358383 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28775] ppid=28755 vsize=15704228 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28775/stat : 28775 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519358383 16081129472 145566 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0

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

[pid=28757/tid=28768] ppid=28755 vsize=15767884 CPUtime=38.23 cores=1,3,5,7
/proc/28757/task/28768/stat : 28768 (java) S 28755 28757 27945 0 -1 4202560 40278 0 0 0 3818 5 0 0 15 0 22 0 519358381 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 0 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28769] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28769/stat : 28769 (java) S 28755 28757 27945 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519358381 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28770] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28770/stat : 28770 (java) S 28755 28757 27945 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519358381 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28771] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28771/stat : 28771 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519358383 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256172465 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28772] ppid=28755 vsize=15767884 CPUtime=1.41 cores=1,3,5,7
/proc/28757/task/28772/stat : 28772 (java) S 28755 28757 27945 0 -1 4202560 6888 0 0 0 140 1 0 0 15 0 22 0 519358383 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28773] ppid=28755 vsize=15767884 CPUtime=1.19 cores=1,3,5,7
/proc/28757/task/28773/stat : 28773 (java) S 28755 28757 27945 0 -1 4202560 9005 0 0 0 118 1 0 0 16 0 22 0 519358383 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28774] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28774/stat : 28774 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519358383 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28775] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28775/stat : 28775 (java) S 28755 28757 27945 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 519358383 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28780] ppid=28755 vsize=15767884 CPUtime=1034.09 cores=1,3,5,7
/proc/28757/task/28780/stat : 28780 (java) R 28755 28757 27945 0 -1 4202560 18419 0 0 0 103408 1 0 0 25 0 22 0 519358848 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912506257355 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28757/tid=28781] ppid=28755 vsize=15767884 CPUtime=874.44 cores=1,3,5,7
/proc/28757/task/28781/stat : 28781 (java) R 28755 28757 27945 0 -1 4202560 44 0 0 0 87444 0 0 0 25 0 22 0 519358848 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912505897197 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28757/tid=28782] ppid=28755 vsize=15767884 CPUtime=955.73 cores=1,3,5,7
/proc/28757/task/28782/stat : 28782 (java) R 28755 28757 27945 0 -1 4202560 70 0 0 0 95573 0 0 0 25 0 22 0 519358848 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912506257335 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28757/tid=28783] ppid=28755 vsize=15767884 CPUtime=955.68 cores=1,3,5,7
/proc/28757/task/28783/stat : 28783 (java) R 28755 28757 27945 0 -1 4202560 18983 0 0 0 95566 2 0 0 25 0 22 0 519358848 16146313216 3855653 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912505897152 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4049.5
Current children cumulated vsize (KiB) 15767884

[startup+1242.3 s]
/proc/loadavg: 7.93 7.88 7.65 6/220 28828
/proc/meminfo: memFree=100536/32951124 swapFree=67111360/67111528
[pid=28757] ppid=28755 vsize=15767884 CPUtime=4269.31 cores=1,3,5,7
/proc/28757/stat : 28757 (java) S 28755 28757 27945 0 -1 4202496 3973047 0 1 0 425718 1213 0 0 22 0 22 0 519358379 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 3941971 3855654 2293 9 0 3932690 0
[pid=28757/tid=28758] ppid=28755 vsize=15767884 CPUtime=74.66 cores=1,3,5,7
/proc/28757/task/28758/stat : 28758 (java) S 28755 28757 27945 0 -1 4202560 127135 0 1 0 7449 17 0 0 25 0 22 0 519358379 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28760] ppid=28755 vsize=15767884 CPUtime=12.5 cores=1,3,5,7
/proc/28757/task/28760/stat : 28760 (java) S 28755 28757 27945 0 -1 4202560 404482 0 0 0 1125 125 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 34
[pid=28757/tid=28761] ppid=28755 vsize=15767884 CPUtime=13.24 cores=1,3,5,7
/proc/28757/task/28761/stat : 28761 (java) S 28755 28757 27945 0 -1 4202560 490929 0 0 0 1151 173 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28762] ppid=28755 vsize=15767884 CPUtime=15.04 cores=1,3,5,7
/proc/28757/task/28762/stat : 28762 (java) S 28755 28757 27945 0 -1 4202560 396322 0 0 0 1387 117 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 3 0 0 0
[pid=28757/tid=28763] ppid=28755 vsize=15767884 CPUtime=14.4 cores=1,3,5,7
/proc/28757/task/28763/stat : 28763 (java) S 28755 28757 27945 0 -1 4202560 513673 0 0 0 1297 143 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28764] ppid=28755 vsize=15767884 CPUtime=15.03 cores=1,3,5,7
/proc/28757/task/28764/stat : 28764 (java) S 28755 28757 27945 0 -1 4202560 446572 0 0 0 1379 124 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 3 0 0 0
[pid=28757/tid=28765] ppid=28755 vsize=15767884 CPUtime=15.12 cores=1,3,5,7
/proc/28757/task/28765/stat : 28765 (java) S 28755 28757 27945 0 -1 4202560 575156 0 0 0 1354 158 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28766] ppid=28755 vsize=15767884 CPUtime=14.82 cores=1,3,5,7
/proc/28757/task/28766/stat : 28766 (java) S 28755 28757 27945 0 -1 4202560 500734 0 0 0 1312 170 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28767] ppid=28755 vsize=15767884 CPUtime=13.75 cores=1,3,5,7
/proc/28757/task/28767/stat : 28767 (java) S 28755 28757 27945 0 -1 4202560 422890 0 0 0 1208 167 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 9
[pid=28757/tid=28768] ppid=28755 vsize=15767884 CPUtime=44.86 cores=1,3,5,7
/proc/28757/task/28768/stat : 28768 (java) S 28755 28757 27945 0 -1 4202560 40283 0 0 0 4481 5 0 0 15 0 22 0 519358381 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 0 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28769] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28769/stat : 28769 (java) S 28755 28757 27945 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519358381 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28770] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28770/stat : 28770 (java) S 28755 28757 27945 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519358381 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28771] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28771/stat : 28771 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519358383 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256172465 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28772] ppid=28755 vsize=15767884 CPUtime=1.41 cores=1,3,5,7
/proc/28757/task/28772/stat : 28772 (java) S 28755 28757 27945 0 -1 4202560 6888 0 0 0 140 1 0 0 15 0 22 0 519358383 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28773] ppid=28755 vsize=15767884 CPUtime=1.19 cores=1,3,5,7
/proc/28757/task/28773/stat : 28773 (java) S 28755 28757 27945 0 -1 4202560 9005 0 0 0 118 1 0 0 16 0 22 0 519358383 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28774] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28774/stat : 28774 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519358383 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28775] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28775/stat : 28775 (java) S 28755 28757 27945 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 519358383 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28780] ppid=28755 vsize=15767884 CPUtime=1087.47 cores=1,3,5,7
/proc/28757/task/28780/stat : 28780 (java) R 28755 28757 27945 0 -1 4202560 18420 0 0 0 108745 2 0 0 25 0 22 0 519358848 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912506257583 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28757/tid=28781] ppid=28755 vsize=15767884 CPUtime=927.51 cores=1,3,5,7
/proc/28757/task/28781/stat : 28781 (java) R 28755 28757 27945 0 -1 4202560 45 0 0 0 92751 0 0 0 25 0 22 0 519358848 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912506257301 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28757/tid=28782] ppid=28755 vsize=15767884 CPUtime=1009.1 cores=1,3,5,7
/proc/28757/task/28782/stat : 28782 (java) R 28755 28757 27945 0 -1 4202560 71 0 0 0 100910 0 0 0 25 0 22 0 519358848 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912506224376 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28757/tid=28783] ppid=28755 vsize=15767884 CPUtime=1009.04 cores=1,3,5,7
/proc/28757/task/28783/stat : 28783 (java) R 28755 28757 27945 0 -1 4202560 18986 0 0 0 100902 2 0 0 25 0 22 0 519358848 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912505897208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4269.31
Current children cumulated vsize (KiB) 15767884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.15 7.95 7.68 6/201 28833
/proc/meminfo: memFree=5230396/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=15767884 CPUtime=4478.08 cores=1,3,5,7
/proc/28757/stat : 28757 (java) S 28755 28757 27945 0 -1 4202496 3973062 0 1 0 446595 1213 0 0 22 0 22 0 519358379 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 3941971 3855654 2293 9 0 3932690 0
[pid=28757/tid=28758] ppid=28755 vsize=15767884 CPUtime=74.66 cores=1,3,5,7
/proc/28757/task/28758/stat : 28758 (java) S 28755 28757 27945 0 -1 4202560 127135 0 1 0 7449 17 0 0 25 0 22 0 519358379 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28760] ppid=28755 vsize=15767884 CPUtime=12.5 cores=1,3,5,7
/proc/28757/task/28760/stat : 28760 (java) S 28755 28757 27945 0 -1 4202560 404482 0 0 0 1125 125 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 34
[pid=28757/tid=28761] ppid=28755 vsize=15767884 CPUtime=13.24 cores=1,3,5,7
/proc/28757/task/28761/stat : 28761 (java) S 28755 28757 27945 0 -1 4202560 490929 0 0 0 1151 173 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28762] ppid=28755 vsize=15767884 CPUtime=15.04 cores=1,3,5,7
/proc/28757/task/28762/stat : 28762 (java) S 28755 28757 27945 0 -1 4202560 396322 0 0 0 1387 117 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 3 0 0 0
[pid=28757/tid=28763] ppid=28755 vsize=15767884 CPUtime=14.4 cores=1,3,5,7
/proc/28757/task/28763/stat : 28763 (java) S 28755 28757 27945 0 -1 4202560 513673 0 0 0 1297 143 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28764] ppid=28755 vsize=15767884 CPUtime=15.03 cores=1,3,5,7
/proc/28757/task/28764/stat : 28764 (java) S 28755 28757 27945 0 -1 4202560 446572 0 0 0 1379 124 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 3 0 0 0
[pid=28757/tid=28765] ppid=28755 vsize=15767884 CPUtime=15.12 cores=1,3,5,7
/proc/28757/task/28765/stat : 28765 (java) S 28755 28757 27945 0 -1 4202560 575156 0 0 0 1354 158 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28766] ppid=28755 vsize=15767884 CPUtime=14.82 cores=1,3,5,7
/proc/28757/task/28766/stat : 28766 (java) S 28755 28757 27945 0 -1 4202560 500734 0 0 0 1312 170 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28767] ppid=28755 vsize=15767884 CPUtime=13.75 cores=1,3,5,7
/proc/28757/task/28767/stat : 28767 (java) S 28755 28757 27945 0 -1 4202560 422890 0 0 0 1208 167 0 0 16 0 22 0 519358380 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 9
[pid=28757/tid=28768] ppid=28755 vsize=15767884 CPUtime=52.12 cores=1,3,5,7
/proc/28757/task/28768/stat : 28768 (java) S 28755 28757 27945 0 -1 4202560 40287 0 0 0 5207 5 0 0 15 0 22 0 519358381 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 0 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28769] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28769/stat : 28769 (java) S 28755 28757 27945 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519358381 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28770] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28770/stat : 28770 (java) S 28755 28757 27945 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519358381 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 7 0 0 0
[pid=28757/tid=28771] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28771/stat : 28771 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519358383 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256172465 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28772] ppid=28755 vsize=15767884 CPUtime=1.41 cores=1,3,5,7
/proc/28757/task/28772/stat : 28772 (java) S 28755 28757 27945 0 -1 4202560 6888 0 0 0 140 1 0 0 15 0 22 0 519358383 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 1 0 0 0
[pid=28757/tid=28773] ppid=28755 vsize=15767884 CPUtime=1.19 cores=1,3,5,7
/proc/28757/task/28773/stat : 28773 (java) S 28755 28757 27945 0 -1 4202560 9005 0 0 0 118 1 0 0 16 0 22 0 519358383 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28774] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28774/stat : 28774 (java) S 28755 28757 27945 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519358383 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256164761 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28775] ppid=28755 vsize=15767884 CPUtime=0 cores=1,3,5,7
/proc/28757/task/28775/stat : 28775 (java) S 28755 28757 27945 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 519358383 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 228256165376 0 4 0 16800975 18446604462556075328 0 0 -1 5 0 0 0
[pid=28757/tid=28780] ppid=28755 vsize=15767884 CPUtime=1137.92 cores=1,3,5,7
/proc/28757/task/28780/stat : 28780 (java) R 28755 28757 27945 0 -1 4202560 18421 0 0 0 113790 2 0 0 25 0 22 0 519358848 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912506416699 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28757/tid=28781] ppid=28755 vsize=15767884 CPUtime=977.68 cores=1,3,5,7
/proc/28757/task/28781/stat : 28781 (java) R 28755 28757 27945 0 -1 4202560 47 0 0 0 97768 0 0 0 25 0 22 0 519358848 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912505763728 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28757/tid=28782] ppid=28755 vsize=15767884 CPUtime=1059.55 cores=1,3,5,7
/proc/28757/task/28782/stat : 28782 (java) R 28755 28757 27945 0 -1 4202560 73 0 0 0 105955 0 0 0 25 0 22 0 519358848 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912506236767 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28757/tid=28783] ppid=28755 vsize=15767884 CPUtime=1059.5 cores=1,3,5,7
/proc/28757/task/28783/stat : 28783 (java) R 28755 28757 27945 0 -1 4202560 18988 0 0 0 105947 3 0 0 25 0 22 0 519358848 16146313216 3855654 33554432000 1073741824 1073778376 140737396484272 18446744073709551615 46912505601592 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4478.08
Current children cumulated vsize (KiB) 15767884

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

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

[startup+1300.21 s]
/proc/loadavg: 8.15 7.95 7.68 3/182 28836
/proc/meminfo: memFree=9399384/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=0 CPUtime=4478.3 cores=1,3,5,7
/proc/28757/stat : 28757 (java) Z 28755 28757 27945 0 -1 4203548 3973088 0 1 0 446598 1232 0 0 17 0 2 0 519358379 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 0 0 0 0 0 0 0
[pid=28757/tid=28780] ppid=28755 vsize=0 CPUtime=1138.11 cores=1,3,5,7
/proc/28757/task/28780/stat : 28780 (java) R 28755 28757 27945 0 -1 4203588 18421 0 0 0 113790 21 0 0 25 0 2 0 519358848 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.3
Current children cumulated vsize (KiB) 0

[startup+1300.6 s]
/proc/loadavg: 8.15 7.95 7.68 3/182 28836
/proc/meminfo: memFree=9399384/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=0 CPUtime=4478.7 cores=1,3,5,7
/proc/28757/stat : 28757 (java) Z 28755 28757 27945 0 -1 4203548 3973088 0 1 0 446598 1272 0 0 17 0 2 0 519358379 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 0 0 0 0 0 0 0
[pid=28757/tid=28780] ppid=28755 vsize=0 CPUtime=1138.5 cores=1,3,5,7
/proc/28757/task/28780/stat : 28780 (java) R 28755 28757 27945 0 -1 4203588 18421 0 0 0 113790 60 0 0 25 0 2 0 519358848 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.7
Current children cumulated vsize (KiB) 0

[startup+1300.8 s]
/proc/loadavg: 8.15 7.95 7.68 3/182 28836
/proc/meminfo: memFree=9399384/32951124 swapFree=67111364/67111528
[pid=28757] ppid=28755 vsize=0 CPUtime=4478.9 cores=1,3,5,7
/proc/28757/stat : 28757 (java) Z 28755 28757 27945 0 -1 4203548 3973088 0 1 0 446598 1292 0 0 17 0 2 0 519358379 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28757/statm: 0 0 0 0 0 0 0
[pid=28757/tid=28780] ppid=28755 vsize=0 CPUtime=1138.7 cores=1,3,5,7
/proc/28757/task/28780/stat : 28780 (java) R 28755 28757 27945 0 -1 4203588 18421 0 0 0 113790 80 0 0 25 0 2 0 519358848 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.9
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.81
CPU time (s): 4478.91
CPU user time (s): 4465.98
CPU system time (s): 12.932
CPU usage (%): 344.317
Max. virtual memory (cumulated for all children) (KiB): 15767884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4465.98
system time used= 12.932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3973088
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= 56084
involuntary context switches= 76858

runsolver used 2.16767 second user time and 4.96924 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 13:46:44
IDJOB=3313308
IDBENCH=71037
IDSOLVER=1699
FILE ID=node136/3313308-1304077603
RUNJOBID= node136-1304077603-28721
PBS_JOBID= 13170482
Free space on /tmp= 72292 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313308-1304077603/watcher-3313308-1304077603 -o /tmp/evaluation-result-3313308-1304077603/solver-3313308-1304077603 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313308-1304077603.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=419801567

node136.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.809
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.61
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.809
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.75
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.809
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.809
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.76
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.809
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.75
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26139652 kB
Buffers:       1068664 kB
Cached:        5080396 kB
SwapCached:        100 kB
Active:         799296 kB
Inactive:      5459524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26139652 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           47772 kB
Writeback:           0 kB
AnonPages:      109092 kB
Mapped:          22548 kB
Slab:           487908 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   783748 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= 72308 MiB
End job on node136 at 2011-04-29 14:08:26