Trace number 3312073

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 1329.47 1300.38

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-zfcp-2.8-u2-noholes.cnf
MD5SUMc4aa2ddc60eee766fbdf95a32eed5b43
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.6073
Satisfiable
(Un)Satisfiability was proved
Number of variables10950109
Number of clauses32697150
Sum of the clauses size76320846
Maximum clause length65
Minimum clause length1
Number of clauses of size 12415
Number of clauses of size 221783823
Number of clauses of size 310907882
Number of clauses of size 41592
Number of clauses of size 5131
Number of clauses of size over 51307

Solver Data

0.10/0.11	41:43 INFO : Reading from input HOME/instance-3312073-1304077280.cnf
110.93/108.89	Executor set job limit to 1000000
110.93/108.89	Executor set job limit to 1000000
110.93/108.89	Executor set job limit to 1000000
110.93/108.89	Executor set job limit to 1000000
110.93/108.89	Starting Executor!
110.93/108.89	Starting Executor!
110.93/108.89	Starting Executor!
110.93/108.89	Starting Executor!
219.09/190.31	44:53 INFO : Found 7666 xor gates

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

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

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


[startup+0 s]
/proc/loadavg: 3.67 6.06 7.29 4/198 16019
/proc/meminfo: memFree=12000592/32951124 swapFree=67111528/67111528
[pid=16019] ppid=16017 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (java) S 16017 16019 15629 0 -1 4202496 1425 0 0 0 0 0 0 0 24 0 2 0 500145866 27824128 894 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738207717 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 6793 894 684 9 0 381 0
[pid=16019/tid=16020] ppid=16017 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16020/stat : 16020 (java) R 16017 16019 15629 0 -1 4202560 78 0 0 0 0 0 0 0 25 0 2 0 500145867 31313920 905 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264721481831 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0823021 s]
/proc/loadavg: 3.67 6.06 7.29 4/198 16019
/proc/meminfo: memFree=12000592/32951124 swapFree=67111528/67111528
[pid=16019] ppid=16017 vsize=15676052 CPUtime=0.08 cores=0,2,4,6
/proc/16019/stat : 16019 (java) S 16017 16019 15629 0 -1 4202496 5369 0 1 0 7 1 0 0 24 0 18 0 500145866 16052277248 4785 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 3919013 4787 2116 9 0 3909732 0
[pid=16019/tid=16020] ppid=16017 vsize=15676052 CPUtime=0.06 cores=0,2,4,6
/proc/16019/task/16020/stat : 16020 (java) R 16017 16019 15629 0 -1 4202560 3212 0 1 0 6 0 0 0 25 0 18 0 500145867 16052277248 4787 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738231755 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676052

[startup+0.100334 s]
/proc/loadavg: 3.67 6.06 7.29 4/198 16019
/proc/meminfo: memFree=12000592/32951124 swapFree=67111528/67111528
[pid=16019] ppid=16017 vsize=15676052 CPUtime=0.1 cores=0,2,4,6
/proc/16019/stat : 16019 (java) S 16017 16019 15629 0 -1 4202496 5644 0 1 0 9 1 0 0 24 0 18 0 500145866 16052277248 5060 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 3919013 5061 2118 9 0 3909732 0
[pid=16019/tid=16020] ppid=16017 vsize=15676052 CPUtime=0.08 cores=0,2,4,6
/proc/16019/task/16020/stat : 16020 (java) R 16017 16019 15629 0 -1 4202560 3486 0 1 0 7 1 0 0 25 0 18 0 500145867 16052277248 5061 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 47478333009827 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676052

[startup+0.306281 s]
/proc/loadavg: 3.67 6.06 7.29 4/198 16019
/proc/meminfo: memFree=12000592/32951124 swapFree=67111528/67111528
[pid=16019] ppid=16017 vsize=15680732 CPUtime=0.51 cores=0,2,4,6
/proc/16019/stat : 16019 (java) S 16017 16019 15629 0 -1 4202496 24383 0 1 0 48 3 0 0 24 0 18 0 500145866 16057069568 22728 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 3920183 22731 2206 9 0 3910902 0
[pid=16019/tid=16020] ppid=16017 vsize=15680732 CPUtime=0.28 cores=0,2,4,6
/proc/16019/task/16020/stat : 16020 (java) R 16017 16019 15629 0 -1 4202560 19344 0 1 0 26 2 0 0 25 0 18 0 500145867 16057069568 22732 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 46912505511663 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680732

[startup+0.700197 s]
/proc/loadavg: 3.67 6.06 7.29 4/198 16019
/proc/meminfo: memFree=12000592/32951124 swapFree=67111528/67111528
[pid=16019] ppid=16017 vsize=15680584 CPUtime=0.98 cores=0,2,4,6
/proc/16019/stat : 16019 (java) S 16017 16019 15629 0 -1 4202496 51955 0 1 0 91 7 0 0 24 0 18 0 500145866 16056918016 50261 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 3920146 50261 2223 9 0 3910865 0
[pid=16019/tid=16020] ppid=16017 vsize=15680584 CPUtime=0.66 cores=0,2,4,6
/proc/16019/task/16020/stat : 16020 (java) R 16017 16019 15629 0 -1 4202560 35516 0 1 0 62 4 0 0 25 0 18 0 500145867 16056918016 50261 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 46912505539451 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 15680584

[startup+1.50108 s]
/proc/loadavg: 3.77 6.04 7.27 6/216 16037
/proc/meminfo: memFree=11679784/32951124 swapFree=67111528/67111528
[pid=16019] ppid=16017 vsize=15680584 CPUtime=1.79 cores=0,2,4,6
/proc/16019/stat : 16019 (java) S 16017 16019 15629 0 -1 4202496 86731 0 1 0 168 11 0 0 24 0 18 0 500145866 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 3920146 85035 2223 9 0 3910865 0
[pid=16019/tid=16020] ppid=16017 vsize=15680584 CPUtime=1.45 cores=0,2,4,6
/proc/16019/task/16020/stat : 16020 (java) R 16017 16019 15629 0 -1 4202560 67467 0 1 0 137 8 0 0 25 0 18 0 500145867 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 46912505637224 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16019/tid=16022] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16022/stat : 16022 (java) S 16017 16019 15629 0 -1 4202560 649 0 0 0 0 0 0 0 15 0 18 0 500145867 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16023] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16023/stat : 16023 (java) S 16017 16019 15629 0 -1 4202560 1972 0 0 0 0 0 0 0 16 0 18 0 500145867 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16024] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16024/stat : 16024 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500145867 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16025] ppid=16017 vsize=15680584 CPUtime=0.01 cores=0,2,4,6
/proc/16019/task/16025/stat : 16025 (java) S 16017 16019 15629 0 -1 4202560 28 0 0 0 1 0 0 0 15 0 18 0 500145867 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 6 0 0 0
[pid=16019/tid=16026] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16026/stat : 16026 (java) S 16017 16019 15629 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 18 0 500145867 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 6 0 0 0
[pid=16019/tid=16027] ppid=16017 vsize=15680584 CPUtime=0.01 cores=0,2,4,6
/proc/16019/task/16027/stat : 16027 (java) S 16017 16019 15629 0 -1 4202560 549 0 0 0 1 0 0 0 16 0 18 0 500145867 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16028] ppid=16017 vsize=15680584 CPUtime=0.02 cores=0,2,4,6
/proc/16019/task/16028/stat : 16028 (java) S 16017 16019 15629 0 -1 4202560 10739 0 0 0 1 1 0 0 16 0 18 0 500145867 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16029] ppid=16017 vsize=15680584 CPUtime=0.01 cores=0,2,4,6
/proc/16019/task/16029/stat : 16029 (java) S 16017 16019 15629 0 -1 4202560 63 0 0 0 1 0 0 0 15 0 18 0 500145867 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 6 0 0 0
[pid=16019/tid=16030] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16030/stat : 16030 (java) S 16017 16019 15629 0 -1 4202560 197 0 0 0 0 0 0 0 16 0 18 0 500145868 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 0 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16031] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16031/stat : 16031 (java) S 16017 16019 15629 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 18 0 500145868 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16032] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16032/stat : 16032 (java) S 16017 16019 15629 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 500145868 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16033] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16033/stat : 16033 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500145871 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738228657 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16034] ppid=16017 vsize=15680584 CPUtime=0.11 cores=0,2,4,6
/proc/16019/task/16034/stat : 16034 (java) S 16017 16019 15629 0 -1 4202560 1085 0 0 0 11 0 0 0 16 0 18 0 500145871 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16035] ppid=16017 vsize=15680584 CPUtime=0.11 cores=0,2,4,6
/proc/16019/task/16035/stat : 16035 (java) S 16017 16019 15629 0 -1 4202560 2569 0 0 0 11 0 0 0 15 0 18 0 500145871 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16036] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16036/stat : 16036 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500145871 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16037] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16037/stat : 16037 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500145871 16056918016 85035 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 15680584

[startup+3.10076 s]
/proc/loadavg: 3.77 6.04 7.27 5/216 16037
/proc/meminfo: memFree=11421824/32951124 swapFree=67111528/67111528
[pid=16019] ppid=16017 vsize=15680584 CPUtime=3.47 cores=0,2,4,6
/proc/16019/stat : 16019 (java) S 16017 16019 15629 0 -1 4202496 154960 0 1 0 328 19 0 0 24 0 18 0 500145866 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 3920146 153202 2241 9 0 3910865 0
[pid=16019/tid=16020] ppid=16017 vsize=15680584 CPUtime=3.04 cores=0,2,4,6
/proc/16019/task/16020/stat : 16020 (java) R 16017 16019 15629 0 -1 4202560 130083 0 1 0 289 15 0 0 25 0 18 0 500145867 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 46912505634107 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16019/tid=16022] ppid=16017 vsize=15680584 CPUtime=0.01 cores=0,2,4,6
/proc/16019/task/16022/stat : 16022 (java) S 16017 16019 15629 0 -1 4202560 664 0 0 0 1 0 0 0 15 0 18 0 500145867 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16023] ppid=16017 vsize=15680584 CPUtime=0.01 cores=0,2,4,6
/proc/16019/task/16023/stat : 16023 (java) S 16017 16019 15629 0 -1 4202560 4598 0 0 0 1 0 0 0 16 0 18 0 500145867 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16024] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16024/stat : 16024 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500145867 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16025] ppid=16017 vsize=15680584 CPUtime=0.01 cores=0,2,4,6
/proc/16019/task/16025/stat : 16025 (java) S 16017 16019 15629 0 -1 4202560 2593 0 0 0 1 0 0 0 16 0 18 0 500145867 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 6 0 0 0
[pid=16019/tid=16026] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16026/stat : 16026 (java) S 16017 16019 15629 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 18 0 500145867 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 6 0 0 0
[pid=16019/tid=16027] ppid=16017 vsize=15680584 CPUtime=0.01 cores=0,2,4,6
/proc/16019/task/16027/stat : 16027 (java) S 16017 16019 15629 0 -1 4202560 569 0 0 0 1 0 0 0 15 0 18 0 500145867 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16028] ppid=16017 vsize=15680584 CPUtime=0.02 cores=0,2,4,6
/proc/16019/task/16028/stat : 16028 (java) S 16017 16019 15629 0 -1 4202560 10739 0 0 0 1 1 0 0 15 0 18 0 500145867 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16029] ppid=16017 vsize=15680584 CPUtime=0.01 cores=0,2,4,6
/proc/16019/task/16029/stat : 16029 (java) S 16017 16019 15629 0 -1 4202560 96 0 0 0 1 0 0 0 16 0 18 0 500145867 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16030] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16030/stat : 16030 (java) S 16017 16019 15629 0 -1 4202560 440 0 0 0 0 0 0 0 16 0 18 0 500145868 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 0 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16031] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16031/stat : 16031 (java) S 16017 16019 15629 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 18 0 500145868 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16032] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16032/stat : 16032 (java) S 16017 16019 15629 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 500145868 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16033] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16033/stat : 16033 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500145871 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738228657 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16034] ppid=16017 vsize=15680584 CPUtime=0.13 cores=0,2,4,6
/proc/16019/task/16034/stat : 16034 (java) S 16017 16019 15629 0 -1 4202560 1177 0 0 0 13 0 0 0 15 0 18 0 500145871 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16035] ppid=16017 vsize=15680584 CPUtime=0.13 cores=0,2,4,6
/proc/16019/task/16035/stat : 16035 (java) S 16017 16019 15629 0 -1 4202560 2588 0 0 0 13 0 0 0 15 0 18 0 500145871 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16036] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16036/stat : 16036 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500145871 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16037] ppid=16017 vsize=15680584 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16037/stat : 16037 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500145871 16056918016 153202 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 15680584

[startup+6.30116 s]
/proc/loadavg: 3.87 6.02 7.26 8/216 16037
/proc/meminfo: memFree=10858872/32951124 swapFree=67111528/67111528
[pid=16019] ppid=16017 vsize=15677404 CPUtime=6.74 cores=0,2,4,6
/proc/16019/stat : 16019 (java) S 16017 16019 15629 0 -1 4202496 295066 0 1 0 638 36 0 0 24 0 18 0 500145866 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 3919351 292655 2241 9 0 3910070 0
[pid=16019/tid=16020] ppid=16017 vsize=15677404 CPUtime=6.22 cores=0,2,4,6
/proc/16019/task/16020/stat : 16020 (java) R 16017 16019 15629 0 -1 4202560 254255 0 1 0 591 31 0 0 25 0 18 0 500145867 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 46912505634107 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16019/tid=16022] ppid=16017 vsize=15677404 CPUtime=0.01 cores=0,2,4,6
/proc/16019/task/16022/stat : 16022 (java) S 16017 16019 15629 0 -1 4202560 664 0 0 0 1 0 0 0 16 0 18 0 500145867 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16023] ppid=16017 vsize=15677404 CPUtime=0.03 cores=0,2,4,6
/proc/16019/task/16023/stat : 16023 (java) S 16017 16019 15629 0 -1 4202560 19961 0 0 0 2 1 0 0 16 0 18 0 500145867 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16024] ppid=16017 vsize=15677404 CPUtime=0.02 cores=0,2,4,6
/proc/16019/task/16024/stat : 16024 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 2 0 0 0 16 0 18 0 500145867 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16025] ppid=16017 vsize=15677404 CPUtime=0.02 cores=0,2,4,6
/proc/16019/task/16025/stat : 16025 (java) S 16017 16019 15629 0 -1 4202560 2593 0 0 0 2 0 0 0 15 0 18 0 500145867 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 6 0 0 0
[pid=16019/tid=16026] ppid=16017 vsize=15677404 CPUtime=0.01 cores=0,2,4,6
/proc/16019/task/16026/stat : 16026 (java) S 16017 16019 15629 0 -1 4202560 44 0 0 0 1 0 0 0 16 0 18 0 500145867 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 6 0 0 0
[pid=16019/tid=16027] ppid=16017 vsize=15677404 CPUtime=0.03 cores=0,2,4,6
/proc/16019/task/16027/stat : 16027 (java) S 16017 16019 15629 0 -1 4202560 598 0 0 0 3 0 0 0 16 0 18 0 500145867 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16028] ppid=16017 vsize=15677404 CPUtime=0.03 cores=0,2,4,6
/proc/16019/task/16028/stat : 16028 (java) S 16017 16019 15629 0 -1 4202560 10739 0 0 0 2 1 0 0 16 0 18 0 500145867 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16029] ppid=16017 vsize=15677404 CPUtime=0.02 cores=0,2,4,6
/proc/16019/task/16029/stat : 16029 (java) S 16017 16019 15629 0 -1 4202560 119 0 0 0 2 0 0 0 16 0 18 0 500145867 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16030] ppid=16017 vsize=15677404 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16030/stat : 16030 (java) S 16017 16019 15629 0 -1 4202560 941 0 0 0 0 0 0 0 16 0 18 0 500145868 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 0 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16031] ppid=16017 vsize=15677404 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16031/stat : 16031 (java) S 16017 16019 15629 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 18 0 500145868 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16032] ppid=16017 vsize=15677404 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16032/stat : 16032 (java) S 16017 16019 15629 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 500145868 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16033] ppid=16017 vsize=15677404 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16033/stat : 16033 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500145871 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738228657 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16034] ppid=16017 vsize=15677404 CPUtime=0.13 cores=0,2,4,6
/proc/16019/task/16034/stat : 16034 (java) S 16017 16019 15629 0 -1 4202560 1177 0 0 0 13 0 0 0 15 0 18 0 500145871 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16035] ppid=16017 vsize=15677404 CPUtime=0.13 cores=0,2,4,6
/proc/16019/task/16035/stat : 16035 (java) S 16017 16019 15629 0 -1 4202560 2588 0 0 0 13 0 0 0 15 0 18 0 500145871 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16036] ppid=16017 vsize=15677404 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16036/stat : 16036 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500145871 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16037] ppid=16017 vsize=15677404 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16037/stat : 16037 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500145871 16053661696 292655 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0

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

/proc/16019/task/16024/stat : 16024 (java) S 16017 16019 15629 0 -1 4202560 95143 0 0 0 347 35 0 0 15 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16025] ppid=16017 vsize=15774248 CPUtime=4.31 cores=0,2,4,6
/proc/16019/task/16025/stat : 16025 (java) S 16017 16019 15629 0 -1 4202560 66233 0 0 0 409 22 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16026] ppid=16017 vsize=15774248 CPUtime=3.99 cores=0,2,4,6
/proc/16019/task/16026/stat : 16026 (java) S 16017 16019 15629 0 -1 4202560 263685 0 0 0 359 40 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16027] ppid=16017 vsize=15774248 CPUtime=4.25 cores=0,2,4,6
/proc/16019/task/16027/stat : 16027 (java) S 16017 16019 15629 0 -1 4202560 149480 0 0 0 401 24 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16028] ppid=16017 vsize=15774248 CPUtime=5.1 cores=0,2,4,6
/proc/16019/task/16028/stat : 16028 (java) S 16017 16019 15629 0 -1 4202560 111325 0 0 0 472 38 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16029] ppid=16017 vsize=15774248 CPUtime=4.86 cores=0,2,4,6
/proc/16019/task/16029/stat : 16029 (java) S 16017 16019 15629 0 -1 4202560 176118 0 0 0 450 36 0 0 15 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16030] ppid=16017 vsize=15774248 CPUtime=21.92 cores=0,2,4,6
/proc/16019/task/16030/stat : 16030 (java) S 16017 16019 15629 0 -1 4202560 4643 0 0 0 2189 3 0 0 15 0 22 0 500145868 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 0 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16031] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16031/stat : 16031 (java) S 16017 16019 15629 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 500145868 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16032] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16032/stat : 16032 (java) S 16017 16019 15629 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 500145868 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16033] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16033/stat : 16033 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738228657 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16034] ppid=16017 vsize=15774248 CPUtime=1.21 cores=0,2,4,6
/proc/16019/task/16034/stat : 16034 (java) S 16017 16019 15629 0 -1 4202560 13545 0 0 0 121 0 0 0 15 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16035] ppid=16017 vsize=15774248 CPUtime=1.01 cores=0,2,4,6
/proc/16019/task/16035/stat : 16035 (java) S 16017 16019 15629 0 -1 4202560 2751 0 0 0 101 0 0 0 15 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16036] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16036/stat : 16036 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16037] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16037/stat : 16037 (java) S 16017 16019 15629 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16041] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16041/stat : 16041 (java) S 16017 16019 15629 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16042] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16042/stat : 16042 (java) S 16017 16019 15629 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16043] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16043/stat : 16043 (java) S 16017 16019 15629 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16044] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16044/stat : 16044 (java) S 16017 16019 15629 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1211.39
Current children cumulated vsize (KiB) 15774248

[startup+1242.3 s]
/proc/loadavg: 3.40 4.64 5.51 3/220 16134
/proc/meminfo: memFree=8622352/32951124 swapFree=67111524/67111528
[pid=16019] ppid=16017 vsize=15774248 CPUtime=1271.39 cores=0,2,4,6
/proc/16019/stat : 16019 (java) S 16017 16019 15629 0 -1 4202496 2447233 0 1 0 126664 475 0 0 24 0 22 0 500145866 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 3943562 2385877 2288 9 0 3934281 0
[pid=16019/tid=16020] ppid=16017 vsize=15774248 CPUtime=1210.86 cores=0,2,4,6
/proc/16019/task/16020/stat : 16020 (java) R 16017 16019 15629 0 -1 4202560 984885 0 1 0 120921 165 0 0 25 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 46912506373247 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16019/tid=16022] ppid=16017 vsize=15774248 CPUtime=6.39 cores=0,2,4,6
/proc/16019/task/16022/stat : 16022 (java) S 16017 16019 15629 0 -1 4202560 344997 0 0 0 577 62 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16023] ppid=16017 vsize=15774248 CPUtime=3.53 cores=0,2,4,6
/proc/16019/task/16023/stat : 16023 (java) S 16017 16019 15629 0 -1 4202560 232902 0 0 0 311 42 0 0 15 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16024] ppid=16017 vsize=15774248 CPUtime=3.82 cores=0,2,4,6
/proc/16019/task/16024/stat : 16024 (java) S 16017 16019 15629 0 -1 4202560 95143 0 0 0 347 35 0 0 15 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16025] ppid=16017 vsize=15774248 CPUtime=4.31 cores=0,2,4,6
/proc/16019/task/16025/stat : 16025 (java) S 16017 16019 15629 0 -1 4202560 66233 0 0 0 409 22 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16026] ppid=16017 vsize=15774248 CPUtime=3.99 cores=0,2,4,6
/proc/16019/task/16026/stat : 16026 (java) S 16017 16019 15629 0 -1 4202560 263685 0 0 0 359 40 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16027] ppid=16017 vsize=15774248 CPUtime=4.25 cores=0,2,4,6
/proc/16019/task/16027/stat : 16027 (java) S 16017 16019 15629 0 -1 4202560 149480 0 0 0 401 24 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16028] ppid=16017 vsize=15774248 CPUtime=5.1 cores=0,2,4,6
/proc/16019/task/16028/stat : 16028 (java) S 16017 16019 15629 0 -1 4202560 111325 0 0 0 472 38 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16029] ppid=16017 vsize=15774248 CPUtime=4.86 cores=0,2,4,6
/proc/16019/task/16029/stat : 16029 (java) S 16017 16019 15629 0 -1 4202560 176118 0 0 0 450 36 0 0 15 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16030] ppid=16017 vsize=15774248 CPUtime=21.92 cores=0,2,4,6
/proc/16019/task/16030/stat : 16030 (java) S 16017 16019 15629 0 -1 4202560 4643 0 0 0 2189 3 0 0 15 0 22 0 500145868 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 0 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16031] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16031/stat : 16031 (java) S 16017 16019 15629 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 500145868 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16032] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16032/stat : 16032 (java) S 16017 16019 15629 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 500145868 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16033] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16033/stat : 16033 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738228657 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16034] ppid=16017 vsize=15774248 CPUtime=1.21 cores=0,2,4,6
/proc/16019/task/16034/stat : 16034 (java) S 16017 16019 15629 0 -1 4202560 13545 0 0 0 121 0 0 0 15 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16035] ppid=16017 vsize=15774248 CPUtime=1.01 cores=0,2,4,6
/proc/16019/task/16035/stat : 16035 (java) S 16017 16019 15629 0 -1 4202560 2751 0 0 0 101 0 0 0 15 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16036] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16036/stat : 16036 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16037] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16037/stat : 16037 (java) S 16017 16019 15629 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16041] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16041/stat : 16041 (java) S 16017 16019 15629 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16042] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16042/stat : 16042 (java) S 16017 16019 15629 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16043] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16043/stat : 16043 (java) S 16017 16019 15629 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16044] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16044/stat : 16044 (java) S 16017 16019 15629 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1271.39
Current children cumulated vsize (KiB) 15774248



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.66 4.19 5.30 4/220 16136
/proc/meminfo: memFree=7504612/32951124 swapFree=67111524/67111528
[pid=16019] ppid=16017 vsize=15774248 CPUtime=1329.09 cores=0,2,4,6
/proc/16019/stat : 16019 (java) S 16017 16019 15629 0 -1 4202496 2447237 0 1 0 132434 475 0 0 24 0 22 0 500145866 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 3943562 2385877 2288 9 0 3934281 0
[pid=16019/tid=16020] ppid=16017 vsize=15774248 CPUtime=1268.57 cores=0,2,4,6
/proc/16019/task/16020/stat : 16020 (java) R 16017 16019 15629 0 -1 4202560 984885 0 1 0 126691 166 0 0 25 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 46912506373196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16019/tid=16022] ppid=16017 vsize=15774248 CPUtime=6.39 cores=0,2,4,6
/proc/16019/task/16022/stat : 16022 (java) S 16017 16019 15629 0 -1 4202560 344997 0 0 0 577 62 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16023] ppid=16017 vsize=15774248 CPUtime=3.53 cores=0,2,4,6
/proc/16019/task/16023/stat : 16023 (java) S 16017 16019 15629 0 -1 4202560 232902 0 0 0 311 42 0 0 15 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16024] ppid=16017 vsize=15774248 CPUtime=3.82 cores=0,2,4,6
/proc/16019/task/16024/stat : 16024 (java) S 16017 16019 15629 0 -1 4202560 95143 0 0 0 347 35 0 0 15 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16025] ppid=16017 vsize=15774248 CPUtime=4.31 cores=0,2,4,6
/proc/16019/task/16025/stat : 16025 (java) S 16017 16019 15629 0 -1 4202560 66233 0 0 0 409 22 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16026] ppid=16017 vsize=15774248 CPUtime=3.99 cores=0,2,4,6
/proc/16019/task/16026/stat : 16026 (java) S 16017 16019 15629 0 -1 4202560 263685 0 0 0 359 40 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16027] ppid=16017 vsize=15774248 CPUtime=4.25 cores=0,2,4,6
/proc/16019/task/16027/stat : 16027 (java) S 16017 16019 15629 0 -1 4202560 149480 0 0 0 401 24 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16028] ppid=16017 vsize=15774248 CPUtime=5.1 cores=0,2,4,6
/proc/16019/task/16028/stat : 16028 (java) S 16017 16019 15629 0 -1 4202560 111325 0 0 0 472 38 0 0 16 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16029] ppid=16017 vsize=15774248 CPUtime=4.86 cores=0,2,4,6
/proc/16019/task/16029/stat : 16029 (java) S 16017 16019 15629 0 -1 4202560 176118 0 0 0 450 36 0 0 15 0 22 0 500145867 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16030] ppid=16017 vsize=15774248 CPUtime=21.92 cores=0,2,4,6
/proc/16019/task/16030/stat : 16030 (java) S 16017 16019 15629 0 -1 4202560 4643 0 0 0 2189 3 0 0 15 0 22 0 500145868 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 0 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16031] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16031/stat : 16031 (java) S 16017 16019 15629 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 500145868 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16032] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16032/stat : 16032 (java) S 16017 16019 15629 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 500145868 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16033] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16033/stat : 16033 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738228657 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16034] ppid=16017 vsize=15774248 CPUtime=1.21 cores=0,2,4,6
/proc/16019/task/16034/stat : 16034 (java) S 16017 16019 15629 0 -1 4202560 13545 0 0 0 121 0 0 0 15 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16035] ppid=16017 vsize=15774248 CPUtime=1.01 cores=0,2,4,6
/proc/16019/task/16035/stat : 16035 (java) S 16017 16019 15629 0 -1 4202560 2751 0 0 0 101 0 0 0 15 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16036] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16036/stat : 16036 (java) S 16017 16019 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738220953 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16037] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16037/stat : 16037 (java) S 16017 16019 15629 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 500145871 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 0 0 0 0
[pid=16019/tid=16041] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16041/stat : 16041 (java) S 16017 16019 15629 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16042] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16042/stat : 16042 (java) S 16017 16019 15629 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 2 0 0 0
[pid=16019/tid=16043] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16043/stat : 16043 (java) S 16017 16019 15629 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
[pid=16019/tid=16044] ppid=16017 vsize=15774248 CPUtime=0 cores=0,2,4,6
/proc/16019/task/16044/stat : 16044 (java) S 16017 16019 15629 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 500156756 16152829952 2385877 33554432000 1073741824 1073778376 140734712753408 18446744073709551615 264738221568 0 4 0 16800975 18446604453946259328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1329.09
Current children cumulated vsize (KiB) 15774248

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: 2.66 4.19 5.30 4/201 16139
/proc/meminfo: memFree=10414932/32951124 swapFree=67111524/67111528
[pid=16019] ppid=16017 vsize=0 CPUtime=1329.29 cores=0,2,4,6
/proc/16019/stat : 16019 (java) Z 16017 16019 15629 0 -1 4203548 2447265 0 1 0 132434 495 0 0 17 0 2 0 500145866 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 0 0 0 0 0 0 0
[pid=16019/tid=16138] ppid=16017 vsize=0 CPUtime=0.19 cores=0,2,4,6
/proc/16019/task/16138/stat : 16138 (java) R 16017 16019 15629 0 -1 4203588 10 0 0 0 0 19 0 0 20 0 2 0 500275867 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1329.29
Current children cumulated vsize (KiB) 0

[startup+1300.3 s]
/proc/loadavg: 2.66 4.19 5.30 4/201 16139
/proc/meminfo: memFree=10414932/32951124 swapFree=67111524/67111528
[pid=16019] ppid=16017 vsize=0 CPUtime=1329.38 cores=0,2,4,6
/proc/16019/stat : 16019 (java) Z 16017 16019 15629 0 -1 4203548 2447265 0 1 0 132434 504 0 0 17 0 2 0 500145866 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16019/statm: 0 0 0 0 0 0 0
[pid=16019/tid=16138] ppid=16017 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/16019/task/16138/stat : 16138 (java) R 16017 16019 15629 0 -1 4203588 10 0 0 0 0 28 0 0 20 0 2 0 500275867 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1329.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.38
CPU time (s): 1329.47
CPU user time (s): 1324.35
CPU system time (s): 5.12522
CPU usage (%): 102.237
Max. virtual memory (cumulated for all children) (KiB): 15779196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1324.35
system time used= 5.12522
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2447265
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= 187104
involuntary context switches= 87820

runsolver used 2.22866 second user time and 4.88226 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 13:41:43
IDJOB=3312073
IDBENCH=70953
IDSOLVER=1698
FILE ID=node141/3312073-1304077280
RUNJOBID= node141-1304077280-15977
PBS_JOBID= 13170495
Free space on /tmp= 70748 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-zfcp-2.8-u2-noholes.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312073-1304077280/watcher-3312073-1304077280 -o /tmp/evaluation-result-3312073-1304077280/solver-3312073-1304077280 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312073-1304077280.cnf -hbr 2

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

MD5SUM BENCH= c4aa2ddc60eee766fbdf95a32eed5b43
RANDOM SEED=952831303

node141.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.806
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12000864 kB
Buffers:       1626728 kB
Cached:       16233892 kB
SwapCached:          0 kB
Active:       11139280 kB
Inactive:      9221612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12000864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          695068 kB
Writeback:           0 kB
AnonPages:     2499764 kB
Mapped:          23432 kB
Slab:           521132 kB
PageTables:       9560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3555320 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= 70728 MiB
End job on node141 at 2011-04-29 14:03:25