Trace number 3312758

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.43 1207.53

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1409021001-079.UNKNOWN.cnf
MD5SUMcfd96c3ec450000d8fe8684f0b30ec79
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.134
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	09:39 INFO : Reading from input HOME/instance-3312758-1304132979.cnf
0.27/0.23	Executor set job limit to 1000000
0.27/0.23	Executor set job limit to 1000000
0.27/0.23	Executor set job limit to 1000000
0.27/0.23	Executor set job limit to 1000000
0.27/0.23	Starting Executor!
0.27/0.23	Starting Executor!
0.27/0.23	Starting Executor!
0.27/0.23	Starting Executor!
0.49/0.32	09:40 INFO : 399 variables remaining out of 400
0.49/0.32	09:40 INFO : 6788 literals remaining out of 6816

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

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

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


[startup+0 s]
/proc/loadavg: 6.25 5.76 6.90 6/198 23886
/proc/meminfo: memFree=27466584/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=26140 CPUtime=0 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 1394 0 0 0 0 0 0 0 25 0 2 0 524897599 26767360 872 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 6535 877 671 9 0 381 0
[pid=23886/tid=23887] ppid=23884 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) R 23884 23886 20956 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 524897599 26714112 885 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208075308679 0 2147483391 4096 0 0 0 0 -1 2 0 0 0

[startup+0.062508 s]
/proc/loadavg: 6.25 5.76 6.90 6/198 23886
/proc/meminfo: memFree=27466584/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=15675040 CPUtime=0.04 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 4326 0 1 0 4 0 0 0 25 0 18 0 524897599 16051240960 3764 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 3918760 3765 1778 9 0 3909479 0
[pid=23886/tid=23887] ppid=23884 vsize=15675040 CPUtime=0.04 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) R 23884 23886 20956 0 -1 4202560 2909 0 1 0 4 0 0 0 25 0 18 0 524897599 16051240960 3765 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15675040

[startup+0.100498 s]
/proc/loadavg: 6.25 5.76 6.90 6/198 23886
/proc/meminfo: memFree=27466584/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=15676144 CPUtime=0.1 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 5640 0 1 0 9 1 0 0 25 0 18 0 524897599 16052371456 5046 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 3919036 5047 2117 9 0 3909755 0
[pid=23886/tid=23887] ppid=23884 vsize=15676144 CPUtime=0.09 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) R 23884 23886 20956 0 -1 4202560 3480 0 1 0 8 1 0 0 25 0 18 0 524897599 16052371456 5047 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 47465491407619 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) 15676144

[startup+0.300461 s]
/proc/loadavg: 6.25 5.76 6.90 6/198 23886
/proc/meminfo: memFree=27466584/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=15684780 CPUtime=0.49 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 11595 0 1 0 47 2 0 0 25 0 22 0 524897599 16061214720 10027 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 3921195 10027 2207 9 0 3911914 0
[pid=23886/tid=23887] ppid=23884 vsize=15684780 CPUtime=0.28 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) R 23884 23886 20956 0 -1 4202560 5711 0 1 0 27 1 0 0 25 0 22 0 524897599 16061214720 10027 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505215681 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 15684780

[startup+1.03542 s]
/proc/loadavg: 6.25 5.76 6.90 6/198 23886
/proc/meminfo: memFree=27466584/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=15704424 CPUtime=3.46 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 56357 0 1 0 338 8 0 0 25 0 22 0 524897599 16081330176 47744 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 3926106 47744 2262 9 0 3916825 0
[pid=23886/tid=23887] ppid=23884 vsize=15704424 CPUtime=0.31 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) S 23884 23886 20956 0 -1 4202560 5866 0 1 0 30 1 0 0 25 0 22 0 524897599 16081330176 47744 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 15704424

[startup+1.50023 s]
/proc/loadavg: 6.25 5.76 6.90 9/220 23908
/proc/meminfo: memFree=27288292/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=15701616 CPUtime=5.07 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 58982 0 1 0 499 8 0 0 25 0 22 0 524897599 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 3925404 49629 2269 9 0 3916123 0
[pid=23886/tid=23887] ppid=23884 vsize=15701616 CPUtime=0.31 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) S 23884 23886 20956 0 -1 4202560 5866 0 1 0 30 1 0 0 25 0 22 0 524897599 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23889] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23889/stat : 23889 (java) S 23884 23886 20956 0 -1 4202560 578 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23890] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23890/stat : 23890 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23891] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23891/stat : 23891 (java) S 23884 23886 20956 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23892] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23892/stat : 23892 (java) S 23884 23886 20956 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23893] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23893/stat : 23893 (java) S 23884 23886 20956 0 -1 4202560 467 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23894] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23894/stat : 23894 (java) S 23884 23886 20956 0 -1 4202560 357 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23895] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23895/stat : 23895 (java) S 23884 23886 20956 0 -1 4202560 234 0 0 0 0 0 0 0 16 0 22 0 524897600 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23896] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23896/stat : 23896 (java) S 23884 23886 20956 0 -1 4202560 256 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23897] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23897/stat : 23897 (java) S 23884 23886 20956 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 524897601 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048896 0 0 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23898] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23898/stat : 23898 (java) S 23884 23886 20956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524897601 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23899] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23899/stat : 23899 (java) S 23884 23886 20956 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524897601 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23900] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23900/stat : 23900 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524897603 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092055985 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23901] ppid=23884 vsize=15701616 CPUtime=0.97 cores=0,2,4,6
/proc/23886/task/23901/stat : 23901 (java) S 23884 23886 20956 0 -1 4202560 5336 0 0 0 97 0 0 0 16 0 22 0 524897603 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23902] ppid=23884 vsize=15701616 CPUtime=0.98 cores=0,2,4,6
/proc/23886/task/23902/stat : 23902 (java) S 23884 23886 20956 0 -1 4202560 14376 0 0 0 96 2 0 0 25 0 22 0 524897603 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23903] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23903/stat : 23903 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524897603 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23904] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23904/stat : 23904 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524897603 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048896 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23905] ppid=23884 vsize=15701616 CPUtime=1.15 cores=0,2,4,6
/proc/23886/task/23905/stat : 23905 (java) R 23884 23886 20956 0 -1 4202560 15123 0 0 0 114 1 0 0 18 0 22 0 524897622 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505651527 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23886/tid=23906] ppid=23884 vsize=15701616 CPUtime=0.3 cores=0,2,4,6
/proc/23886/task/23906/stat : 23906 (java) R 23884 23886 20956 0 -1 4202560 28 0 0 0 30 0 0 0 22 0 22 0 524897622 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505694662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23886/tid=23907] ppid=23884 vsize=15701616 CPUtime=0.57 cores=0,2,4,6
/proc/23886/task/23907/stat : 23907 (java) R 23884 23886 20956 0 -1 4202560 4981 0 0 0 57 0 0 0 25 0 22 0 524897622 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505670843 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23886/tid=23908] ppid=23884 vsize=15701616 CPUtime=0.71 cores=0,2,4,6
/proc/23886/task/23908/stat : 23908 (java) R 23884 23886 20956 0 -1 4202560 9708 0 0 0 70 1 0 0 25 0 22 0 524897622 16078454784 49629 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505908072 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 15701616

[startup+3.10093 s]
/proc/loadavg: 6.25 5.76 6.90 9/220 23908
/proc/meminfo: memFree=26915536/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=15701616 CPUtime=11.42 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 155837 0 1 0 1123 19 0 0 25 0 22 0 524897599 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 3925404 144828 2275 9 0 3916123 0
[pid=23886/tid=23887] ppid=23884 vsize=15701616 CPUtime=0.31 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) S 23884 23886 20956 0 -1 4202560 5866 0 1 0 30 1 0 0 25 0 22 0 524897599 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23889] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23889/stat : 23889 (java) S 23884 23886 20956 0 -1 4202560 1250 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23890] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23890/stat : 23890 (java) S 23884 23886 20956 0 -1 4202560 426 0 0 0 0 0 0 0 16 0 22 0 524897600 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23891] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23891/stat : 23891 (java) S 23884 23886 20956 0 -1 4202560 362 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23892] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23892/stat : 23892 (java) S 23884 23886 20956 0 -1 4202560 1185 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23893] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23893/stat : 23893 (java) S 23884 23886 20956 0 -1 4202560 1356 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23894] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23894/stat : 23894 (java) S 23884 23886 20956 0 -1 4202560 738 0 0 0 0 0 0 0 16 0 22 0 524897600 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23895] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23895/stat : 23895 (java) S 23884 23886 20956 0 -1 4202560 979 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23896] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23896/stat : 23896 (java) S 23884 23886 20956 0 -1 4202560 423 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23897] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23897/stat : 23897 (java) S 23884 23886 20956 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 22 0 524897601 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048896 0 0 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23898] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23898/stat : 23898 (java) S 23884 23886 20956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524897601 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23899] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23899/stat : 23899 (java) S 23884 23886 20956 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524897601 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23900] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23900/stat : 23900 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524897603 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092055985 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23901] ppid=23884 vsize=15701616 CPUtime=1.08 cores=0,2,4,6
/proc/23886/task/23901/stat : 23901 (java) S 23884 23886 20956 0 -1 4202560 5862 0 0 0 108 0 0 0 16 0 22 0 524897603 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23902] ppid=23884 vsize=15701616 CPUtime=1.04 cores=0,2,4,6
/proc/23886/task/23902/stat : 23902 (java) S 23884 23886 20956 0 -1 4202560 14403 0 0 0 102 2 0 0 16 0 22 0 524897603 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23903] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23903/stat : 23903 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524897603 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23904] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23904/stat : 23904 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524897603 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048896 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23905] ppid=23884 vsize=15701616 CPUtime=2.63 cores=0,2,4,6
/proc/23886/task/23905/stat : 23905 (java) R 23884 23886 20956 0 -1 4202560 37864 0 0 0 260 3 0 0 20 0 22 0 524897622 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23886/tid=23906] ppid=23884 vsize=15701616 CPUtime=1.88 cores=0,2,4,6
/proc/23886/task/23906/stat : 23906 (java) R 23884 23886 20956 0 -1 4202560 23426 0 0 0 186 2 0 0 25 0 22 0 524897622 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505670364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23886/tid=23907] ppid=23884 vsize=15701616 CPUtime=2.15 cores=0,2,4,6
/proc/23886/task/23907/stat : 23907 (java) R 23884 23886 20956 0 -1 4202560 27710 0 0 0 212 3 0 0 25 0 22 0 524897622 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505939381 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23886/tid=23908] ppid=23884 vsize=15701616 CPUtime=2.23 cores=0,2,4,6
/proc/23886/task/23908/stat : 23908 (java) R 23884 23886 20956 0 -1 4202560 32418 0 0 0 219 4 0 0 25 0 22 0 524897622 16078454784 144828 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505938873 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 15701616

[startup+6.30132 s]
/proc/loadavg: 6.39 5.79 6.91 9/220 23908
/proc/meminfo: memFree=26847296/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=15701616 CPUtime=24.19 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 156704 0 1 0 2399 20 0 0 25 0 22 0 524897599 16078454784 140572 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 3925404 140572 2282 9 0 3916123 0
[pid=23886/tid=23887] ppid=23884 vsize=15701616 CPUtime=0.31 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) S 23884 23886 20956 0 -1 4202560 5866 0 1 0 30 1 0 0 25 0 22 0 524897599 16078454784 140572 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23889] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23889/stat : 23889 (java) S 23884 23886 20956 0 -1 4202560 1359 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 140572 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23890] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23890/stat : 23890 (java) S 23884 23886 20956 0 -1 4202560 529 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 140572 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23891] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23891/stat : 23891 (java) S 23884 23886 20956 0 -1 4202560 466 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 140572 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23892] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23892/stat : 23892 (java) S 23884 23886 20956 0 -1 4202560 1287 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 140572 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23893] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23893/stat : 23893 (java) S 23884 23886 20956 0 -1 4202560 1537 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 140572 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23894] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23894/stat : 23894 (java) S 23884 23886 20956 0 -1 4202560 915 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 140572 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23895] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23895/stat : 23895 (java) S 23884 23886 20956 0 -1 4202560 1010 0 0 0 0 0 0 0 15 0 22 0 524897600 16078454784 140572 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23896] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23896/stat : 23896 (java) S 23884 23886 20956 0 -1 4202560 444 0 0 0 0 0 0 0 16 0 22 0 524897600 16078454784 140572 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0

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

[pid=23886/tid=23906] ppid=23884 vsize=15701616 CPUtime=1048.63 cores=0,2,4,6
/proc/23886/task/23906/stat : 23906 (java) R 23884 23886 20956 0 -1 4202560 263166 0 0 0 104824 39 0 0 25 0 22 0 524897622 16078454784 94711 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 47465495226626 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23886/tid=23907] ppid=23884 vsize=15701616 CPUtime=1048.48 cores=0,2,4,6
/proc/23886/task/23907/stat : 23907 (java) R 23884 23886 20956 0 -1 4202560 272476 0 0 0 104806 42 0 0 25 0 22 0 524897622 16078454784 94711 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505992339 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23886/tid=23908] ppid=23884 vsize=15701616 CPUtime=1048.22 cores=0,2,4,6
/proc/23886/task/23908/stat : 23908 (java) R 23884 23886 20956 0 -1 4202560 269111 0 0 0 104781 41 0 0 25 0 22 0 524897622 16078454784 94711 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505789694 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4223.21
Current children cumulated vsize (KiB) 15701616

[startup+1122.3 s]
/proc/loadavg: 8.18 8.04 7.71 9/220 23987
/proc/meminfo: memFree=27031312/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=15701616 CPUtime=4461.7 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 1983517 0 1 0 445756 414 0 0 25 0 22 0 524897599 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 3925404 105303 2296 9 0 3916123 0
[pid=23886/tid=23887] ppid=23884 vsize=15701616 CPUtime=0.31 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) S 23884 23886 20956 0 -1 4202560 5866 0 1 0 30 1 0 0 25 0 22 0 524897599 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23889] ppid=23884 vsize=15701616 CPUtime=3.11 cores=0,2,4,6
/proc/23886/task/23889/stat : 23889 (java) S 23884 23886 20956 0 -1 4202560 99333 0 0 0 294 17 0 0 15 0 22 0 524897600 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23890] ppid=23884 vsize=15701616 CPUtime=3.26 cores=0,2,4,6
/proc/23886/task/23890/stat : 23890 (java) S 23884 23886 20956 0 -1 4202560 104032 0 0 0 306 20 0 0 15 0 22 0 524897600 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23891] ppid=23884 vsize=15701616 CPUtime=3.17 cores=0,2,4,6
/proc/23886/task/23891/stat : 23891 (java) S 23884 23886 20956 0 -1 4202560 99178 0 0 0 300 17 0 0 15 0 22 0 524897600 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23892] ppid=23884 vsize=15701616 CPUtime=3.14 cores=0,2,4,6
/proc/23886/task/23892/stat : 23892 (java) S 23884 23886 20956 0 -1 4202560 98021 0 0 0 294 20 0 0 15 0 22 0 524897600 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23893] ppid=23884 vsize=15701616 CPUtime=3.11 cores=0,2,4,6
/proc/23886/task/23893/stat : 23893 (java) S 23884 23886 20956 0 -1 4202560 92558 0 0 0 291 20 0 0 16 0 22 0 524897600 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23894] ppid=23884 vsize=15701616 CPUtime=3.12 cores=0,2,4,6
/proc/23886/task/23894/stat : 23894 (java) S 23884 23886 20956 0 -1 4202560 94111 0 0 0 294 18 0 0 15 0 22 0 524897600 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23895] ppid=23884 vsize=15701616 CPUtime=3.18 cores=0,2,4,6
/proc/23886/task/23895/stat : 23895 (java) S 23884 23886 20956 0 -1 4202560 104710 0 0 0 298 20 0 0 15 0 22 0 524897600 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23896] ppid=23884 vsize=15701616 CPUtime=3.18 cores=0,2,4,6
/proc/23886/task/23896/stat : 23896 (java) S 23884 23886 20956 0 -1 4202560 99268 0 0 0 299 19 0 0 15 0 22 0 524897600 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23897] ppid=23884 vsize=15701616 CPUtime=2.27 cores=0,2,4,6
/proc/23886/task/23897/stat : 23897 (java) S 23884 23886 20956 0 -1 4202560 5266 0 0 0 150 77 0 0 15 0 22 0 524897601 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048896 0 0 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23898] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23898/stat : 23898 (java) S 23884 23886 20956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524897601 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23899] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23899/stat : 23899 (java) S 23884 23886 20956 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524897601 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23900] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23900/stat : 23900 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524897603 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092055985 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23901] ppid=23884 vsize=15701616 CPUtime=1.17 cores=0,2,4,6
/proc/23886/task/23901/stat : 23901 (java) S 23884 23886 20956 0 -1 4202560 5888 0 0 0 117 0 0 0 15 0 22 0 524897603 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23902] ppid=23884 vsize=15701616 CPUtime=1.16 cores=0,2,4,6
/proc/23886/task/23902/stat : 23902 (java) S 23884 23886 20956 0 -1 4202560 14430 0 0 0 114 2 0 0 15 0 22 0 524897603 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23903] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23903/stat : 23903 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524897603 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23904] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23904/stat : 23904 (java) S 23884 23886 20956 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 524897603 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048896 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23905] ppid=23884 vsize=15701616 CPUtime=1108.2 cores=0,2,4,6
/proc/23886/task/23905/stat : 23905 (java) R 23884 23886 20956 0 -1 4202560 295049 0 0 0 110776 44 0 0 25 0 22 0 524897622 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505694995 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23886/tid=23906] ppid=23884 vsize=15701616 CPUtime=1107.92 cores=0,2,4,6
/proc/23886/task/23906/stat : 23906 (java) R 23884 23886 20956 0 -1 4202560 282483 0 0 0 110749 43 0 0 25 0 22 0 524897622 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23886/tid=23907] ppid=23884 vsize=15701616 CPUtime=1107.72 cores=0,2,4,6
/proc/23886/task/23907/stat : 23907 (java) R 23884 23886 20956 0 -1 4202560 292808 0 0 0 110727 45 0 0 25 0 22 0 524897622 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505789977 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23886/tid=23908] ppid=23884 vsize=15701616 CPUtime=1107.53 cores=0,2,4,6
/proc/23886/task/23908/stat : 23908 (java) R 23884 23886 20956 0 -1 4202560 289070 0 0 0 110709 44 0 0 25 0 22 0 524897622 16078454784 105303 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505847582 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4461.7
Current children cumulated vsize (KiB) 15701616

[startup+1182.3 s]
/proc/loadavg: 8.15 8.06 7.73 9/220 23989
/proc/meminfo: memFree=27061792/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=15701616 CPUtime=4700.21 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 2077477 0 1 0 469584 437 0 0 25 0 22 0 524897599 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 3925404 94642 2296 9 0 3916123 0
[pid=23886/tid=23887] ppid=23884 vsize=15701616 CPUtime=0.31 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) S 23884 23886 20956 0 -1 4202560 5866 0 1 0 30 1 0 0 25 0 22 0 524897599 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23889] ppid=23884 vsize=15701616 CPUtime=3.28 cores=0,2,4,6
/proc/23886/task/23889/stat : 23889 (java) S 23884 23886 20956 0 -1 4202560 102728 0 0 0 310 18 0 0 15 0 22 0 524897600 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23890] ppid=23884 vsize=15701616 CPUtime=3.41 cores=0,2,4,6
/proc/23886/task/23890/stat : 23890 (java) S 23884 23886 20956 0 -1 4202560 108189 0 0 0 320 21 0 0 15 0 22 0 524897600 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23891] ppid=23884 vsize=15701616 CPUtime=3.33 cores=0,2,4,6
/proc/23886/task/23891/stat : 23891 (java) S 23884 23886 20956 0 -1 4202560 102320 0 0 0 315 18 0 0 15 0 22 0 524897600 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23892] ppid=23884 vsize=15701616 CPUtime=3.3 cores=0,2,4,6
/proc/23886/task/23892/stat : 23892 (java) S 23884 23886 20956 0 -1 4202560 101110 0 0 0 309 21 0 0 15 0 22 0 524897600 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23893] ppid=23884 vsize=15701616 CPUtime=3.27 cores=0,2,4,6
/proc/23886/task/23893/stat : 23893 (java) S 23884 23886 20956 0 -1 4202560 96164 0 0 0 306 21 0 0 15 0 22 0 524897600 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23894] ppid=23884 vsize=15701616 CPUtime=3.29 cores=0,2,4,6
/proc/23886/task/23894/stat : 23894 (java) S 23884 23886 20956 0 -1 4202560 97539 0 0 0 310 19 0 0 15 0 22 0 524897600 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23895] ppid=23884 vsize=15701616 CPUtime=3.34 cores=0,2,4,6
/proc/23886/task/23895/stat : 23895 (java) S 23884 23886 20956 0 -1 4202560 108326 0 0 0 314 20 0 0 15 0 22 0 524897600 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23896] ppid=23884 vsize=15701616 CPUtime=3.35 cores=0,2,4,6
/proc/23886/task/23896/stat : 23896 (java) S 23884 23886 20956 0 -1 4202560 103419 0 0 0 316 19 0 0 15 0 22 0 524897600 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23897] ppid=23884 vsize=15701616 CPUtime=2.41 cores=0,2,4,6
/proc/23886/task/23897/stat : 23897 (java) S 23884 23886 20956 0 -1 4202560 5487 0 0 0 159 82 0 0 15 0 22 0 524897601 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048896 0 0 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23898] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23898/stat : 23898 (java) S 23884 23886 20956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524897601 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23899] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23899/stat : 23899 (java) S 23884 23886 20956 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524897601 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23900] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23900/stat : 23900 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524897603 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092055985 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23901] ppid=23884 vsize=15701616 CPUtime=1.17 cores=0,2,4,6
/proc/23886/task/23901/stat : 23901 (java) S 23884 23886 20956 0 -1 4202560 5888 0 0 0 117 0 0 0 15 0 22 0 524897603 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23902] ppid=23884 vsize=15701616 CPUtime=1.16 cores=0,2,4,6
/proc/23886/task/23902/stat : 23902 (java) S 23884 23886 20956 0 -1 4202560 14430 0 0 0 114 2 0 0 15 0 22 0 524897603 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23903] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23903/stat : 23903 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524897603 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23904] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23904/stat : 23904 (java) S 23884 23886 20956 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 524897603 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048896 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23905] ppid=23884 vsize=15701616 CPUtime=1167.37 cores=0,2,4,6
/proc/23886/task/23905/stat : 23905 (java) R 23884 23886 20956 0 -1 4202560 311418 0 0 0 116691 46 0 0 25 0 22 0 524897622 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505689913 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23886/tid=23906] ppid=23884 vsize=15701616 CPUtime=1167.23 cores=0,2,4,6
/proc/23886/task/23906/stat : 23906 (java) R 23884 23886 20956 0 -1 4202560 298739 0 0 0 116678 45 0 0 25 0 22 0 524897622 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505679201 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23886/tid=23907] ppid=23884 vsize=15701616 CPUtime=1167.06 cores=0,2,4,6
/proc/23886/task/23907/stat : 23907 (java) R 23884 23886 20956 0 -1 4202560 308809 0 0 0 116659 47 0 0 25 0 22 0 524897622 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505847726 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23886/tid=23908] ppid=23884 vsize=15701616 CPUtime=1166.78 cores=0,2,4,6
/proc/23886/task/23908/stat : 23908 (java) R 23884 23886 20956 0 -1 4202560 305597 0 0 0 116630 48 0 0 25 0 22 0 524897622 16078454784 94642 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505523303 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4700.21
Current children cumulated vsize (KiB) 15701616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.5 s]
/proc/loadavg: 8.10 8.06 7.74 9/220 23989
/proc/meminfo: memFree=27119796/32950928 swapFree=67111356/67111528
[pid=23886] ppid=23884 vsize=15701616 CPUtime=4800.37 cores=0,2,4,6
/proc/23886/stat : 23886 (java) S 23884 23886 20956 0 -1 4202496 2120347 0 1 0 479590 447 0 0 25 0 22 0 524897599 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23886/statm: 3925404 96158 2296 9 0 3916123 0
[pid=23886/tid=23887] ppid=23884 vsize=15701616 CPUtime=0.31 cores=0,2,4,6
/proc/23886/task/23887/stat : 23887 (java) S 23884 23886 20956 0 -1 4202560 5866 0 1 0 30 1 0 0 25 0 22 0 524897599 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23889] ppid=23884 vsize=15701616 CPUtime=3.35 cores=0,2,4,6
/proc/23886/task/23889/stat : 23889 (java) S 23884 23886 20956 0 -1 4202560 104217 0 0 0 317 18 0 0 16 0 22 0 524897600 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23890] ppid=23884 vsize=15701616 CPUtime=3.49 cores=0,2,4,6
/proc/23886/task/23890/stat : 23890 (java) S 23884 23886 20956 0 -1 4202560 110206 0 0 0 327 22 0 0 15 0 22 0 524897600 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23891] ppid=23884 vsize=15701616 CPUtime=3.4 cores=0,2,4,6
/proc/23886/task/23891/stat : 23891 (java) S 23884 23886 20956 0 -1 4202560 104163 0 0 0 321 19 0 0 15 0 22 0 524897600 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23892] ppid=23884 vsize=15701616 CPUtime=3.38 cores=0,2,4,6
/proc/23886/task/23892/stat : 23892 (java) S 23884 23886 20956 0 -1 4202560 102953 0 0 0 316 22 0 0 16 0 22 0 524897600 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23893] ppid=23884 vsize=15701616 CPUtime=3.34 cores=0,2,4,6
/proc/23886/task/23893/stat : 23893 (java) S 23884 23886 20956 0 -1 4202560 98058 0 0 0 313 21 0 0 15 0 22 0 524897600 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23894] ppid=23884 vsize=15701616 CPUtime=3.36 cores=0,2,4,6
/proc/23886/task/23894/stat : 23894 (java) S 23884 23886 20956 0 -1 4202560 99986 0 0 0 317 19 0 0 15 0 22 0 524897600 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23895] ppid=23884 vsize=15701616 CPUtime=3.43 cores=0,2,4,6
/proc/23886/task/23895/stat : 23895 (java) S 23884 23886 20956 0 -1 4202560 110620 0 0 0 322 21 0 0 15 0 22 0 524897600 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23896] ppid=23884 vsize=15701616 CPUtime=3.41 cores=0,2,4,6
/proc/23886/task/23896/stat : 23896 (java) S 23884 23886 20956 0 -1 4202560 105574 0 0 0 321 20 0 0 16 0 22 0 524897600 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23897] ppid=23884 vsize=15701616 CPUtime=2.48 cores=0,2,4,6
/proc/23886/task/23897/stat : 23897 (java) S 23884 23886 20956 0 -1 4202560 5645 0 0 0 164 84 0 0 15 0 22 0 524897601 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048896 0 0 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23898] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23898/stat : 23898 (java) S 23884 23886 20956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524897601 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23899] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23899/stat : 23899 (java) S 23884 23886 20956 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524897601 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 0 0 0 0
[pid=23886/tid=23900] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23900/stat : 23900 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524897603 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092055985 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23901] ppid=23884 vsize=15701616 CPUtime=1.17 cores=0,2,4,6
/proc/23886/task/23901/stat : 23901 (java) S 23884 23886 20956 0 -1 4202560 5888 0 0 0 117 0 0 0 15 0 22 0 524897603 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 2 0 0 0
[pid=23886/tid=23902] ppid=23884 vsize=15701616 CPUtime=1.16 cores=0,2,4,6
/proc/23886/task/23902/stat : 23902 (java) S 23884 23886 20956 0 -1 4202560 14430 0 0 0 114 2 0 0 15 0 22 0 524897603 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 4 0 0 0
[pid=23886/tid=23903] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23903/stat : 23903 (java) S 23884 23886 20956 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524897603 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048281 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23904] ppid=23884 vsize=15701616 CPUtime=0 cores=0,2,4,6
/proc/23886/task/23904/stat : 23904 (java) S 23884 23886 20956 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 524897603 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 208092048896 0 4 0 16800975 18446604450404682688 0 0 -1 6 0 0 0
[pid=23886/tid=23905] ppid=23884 vsize=15701616 CPUtime=1192.24 cores=0,2,4,6
/proc/23886/task/23905/stat : 23905 (java) R 23884 23886 20956 0 -1 4202560 317722 0 0 0 119177 47 0 0 25 0 22 0 524897622 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 47465495226066 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23886/tid=23906] ppid=23884 vsize=15701616 CPUtime=1192.11 cores=0,2,4,6
/proc/23886/task/23906/stat : 23906 (java) R 23884 23886 20956 0 -1 4202560 305275 0 0 0 119165 46 0 0 25 0 22 0 524897622 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505705174 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23886/tid=23907] ppid=23884 vsize=15701616 CPUtime=1191.9 cores=0,2,4,6
/proc/23886/task/23907/stat : 23907 (java) R 23884 23886 20956 0 -1 4202560 315608 0 0 0 119142 48 0 0 25 0 22 0 524897622 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 46912505640760 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23886/tid=23908] ppid=23884 vsize=15701616 CPUtime=1191.69 cores=0,2,4,6
/proc/23886/task/23908/stat : 23908 (java) R 23884 23886 20956 0 -1 4202560 312687 0 0 0 119120 49 0 0 25 0 22 0 524897622 16078454784 96158 33554432000 1073741824 1073778376 140734583151392 18446744073709551615 47465495225718 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 15701616

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

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

Child status: 143
Real time (s): 1207.53
CPU time (s): 4800.43
CPU user time (s): 4795.94
CPU system time (s): 4.49132
CPU usage (%): 397.54
Max. virtual memory (cumulated for all children) (KiB): 15704424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.94
system time used= 4.49132
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2120374
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= 275760
involuntary context switches= 146988

runsolver used 2.01869 second user time and 4.6123 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 05:09:39
IDJOB=3312758
IDBENCH=82943
IDSOLVER=1699
FILE ID=node127/3312758-1304132979
RUNJOBID= node127-1304132936-23795
PBS_JOBID= 13170783
Free space on /tmp= 72736 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1409021001-079.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312758-1304132979/watcher-3312758-1304132979 -o /tmp/evaluation-result-3312758-1304132979/solver-3312758-1304132979 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312758-1304132979.cnf

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

MD5SUM BENCH= cfd96c3ec450000d8fe8684f0b30ec79
RANDOM SEED=909887853

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27466864 kB
Buffers:       1298332 kB
Cached:        3356340 kB
SwapCached:          8 kB
Active:         533664 kB
Inactive:      4486324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27466864 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1636 kB
Writeback:           0 kB
AnonPages:      365292 kB
Mapped:          23420 kB
Slab:           399020 kB
PageTables:       6100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   857668 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= 72732 MiB
End job on node127 at 2011-04-30 05:29:49