Trace number 3311754

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.64 1206.11

General information on the benchmark

Namecrafted/manthey/sudoku-single-hard/
sudoku_81x81_unknown.cnf
MD5SUMcbd78921480e79d133eb06cb2172caa1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables18217
Number of clauses284829
Sum of the clauses size622430
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2275099
Number of clauses of size 3620
Number of clauses of size 4984
Number of clauses of size 51120
Number of clauses of size over 57006

Solver Data

0.11/0.11	24:55 INFO : Reading from input HOME/instance-3311754-1304184295.cnf
1.24/1.07	Executor set job limit to 1000000
1.24/1.07	Executor set job limit to 1000000
1.24/1.07	Executor set job limit to 1000000
1.24/1.07	Executor set job limit to 1000000
1.24/1.07	Starting Executor!
1.24/1.07	Starting Executor!
1.24/1.07	Starting Executor!
1.24/1.07	Starting Executor!
5.13/3.16	24:58 INFO : 17676 variables remaining out of 18217
5.13/3.16	24:58 INFO : 1530442 literals remaining out of 907259

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

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

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


[startup+0 s]
/proc/loadavg: 6.03 7.60 7.79 6/198 30025
/proc/meminfo: memFree=29943416/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/30025/stat : 30025 (java) S 30023 30025 29917 0 -1 4202496 1492 0 0 0 0 0 0 0 25 0 2 0 530029869 31260672 953 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 7634 954 734 9 0 385 0
[pid=30025/tid=30026] ppid=30023 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30026/stat : 30026 (java) R 30023 30025 29917 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 2 0 530029869 31272960 955 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253640859451 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.084534 s]
/proc/loadavg: 6.03 7.60 7.79 6/198 30025
/proc/meminfo: memFree=29943416/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=15676424 CPUtime=0.09 cores=1,3,5,7
/proc/30025/stat : 30025 (java) S 30023 30025 29917 0 -1 4202496 5409 0 1 0 8 1 0 0 25 0 18 0 530029869 16052658176 4808 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 3919106 4809 2115 9 0 3909825 0
[pid=30025/tid=30026] ppid=30023 vsize=15676424 CPUtime=0.06 cores=1,3,5,7
/proc/30025/task/30026/stat : 30026 (java) R 30023 30025 29917 0 -1 4202560 3235 0 1 0 6 0 0 0 18 0 18 0 530029869 16052658176 4809 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 47862703355923 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676424

[startup+0.100525 s]
/proc/loadavg: 6.03 7.60 7.79 6/198 30025
/proc/meminfo: memFree=29943416/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=15676424 CPUtime=0.11 cores=1,3,5,7
/proc/30025/stat : 30025 (java) S 30023 30025 29917 0 -1 4202496 5648 0 1 0 10 1 0 0 25 0 18 0 530029869 16052658176 5047 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 3919106 5048 2117 9 0 3909825 0
[pid=30025/tid=30026] ppid=30023 vsize=15676424 CPUtime=0.08 cores=1,3,5,7
/proc/30025/task/30026/stat : 30026 (java) R 30023 30025 29917 0 -1 4202560 3475 0 1 0 8 0 0 0 18 0 18 0 530029869 16052658176 5049 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 47862703355923 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676424

[startup+0.300493 s]
/proc/loadavg: 6.03 7.60 7.79 6/198 30025
/proc/meminfo: memFree=29943416/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=15681952 CPUtime=0.51 cores=1,3,5,7
/proc/30025/stat : 30025 (java) S 30023 30025 29917 0 -1 4202496 15777 0 1 0 49 2 0 0 25 0 18 0 530029869 16058318848 13927 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 3920488 13934 2206 9 0 3911207 0
[pid=30025/tid=30026] ppid=30023 vsize=15681952 CPUtime=0.29 cores=1,3,5,7
/proc/30025/task/30026/stat : 30026 (java) R 30023 30025 29917 0 -1 4202560 10599 0 1 0 27 2 0 0 18 0 18 0 530029869 16058318848 13937 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912505640168 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681952

[startup+0.700435 s]
/proc/loadavg: 6.03 7.60 7.79 6/198 30025
/proc/meminfo: memFree=29943416/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=15681952 CPUtime=0.92 cores=1,3,5,7
/proc/30025/stat : 30025 (java) S 30023 30025 29917 0 -1 4202496 41843 0 1 0 87 5 0 0 25 0 18 0 530029869 16058318848 39990 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 3920488 39990 2222 9 0 3911207 0
[pid=30025/tid=30026] ppid=30023 vsize=15681952 CPUtime=0.68 cores=1,3,5,7
/proc/30025/task/30026/stat : 30026 (java) R 30023 30025 29917 0 -1 4202560 35502 0 1 0 63 5 0 0 18 0 18 0 530029869 16058318848 39990 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912505640487 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681952

[startup+1.50127 s]
/proc/loadavg: 6.03 7.60 7.79 6/216 30043
/proc/meminfo: memFree=29415724/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=15711976 CPUtime=2.14 cores=1,3,5,7
/proc/30025/stat : 30025 (java) S 30023 30025 29917 0 -1 4202496 52878 0 1 0 207 7 0 0 25 0 22 0 530029869 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 3927994 48055 2258 9 0 3918713 0
[pid=30025/tid=30026] ppid=30023 vsize=15711976 CPUtime=1.47 cores=1,3,5,7
/proc/30025/task/30026/stat : 30026 (java) R 30023 30025 29917 0 -1 4202560 35607 0 1 0 142 5 0 0 18 0 22 0 530029869 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 47862705117136 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30025/tid=30028] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30028/stat : 30028 (java) S 30023 30025 29917 0 -1 4202560 629 0 0 0 0 0 0 0 15 0 22 0 530029870 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30029] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30029/stat : 30029 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530029870 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30030] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30030/stat : 30030 (java) S 30023 30025 29917 0 -1 4202560 595 0 0 0 0 0 0 0 16 0 22 0 530029870 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30031] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30031/stat : 30031 (java) S 30023 30025 29917 0 -1 4202560 693 0 0 0 0 0 0 0 15 0 22 0 530029870 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30032] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30032/stat : 30032 (java) S 30023 30025 29917 0 -1 4202560 404 0 0 0 0 0 0 0 15 0 22 0 530029870 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30033] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30033/stat : 30033 (java) S 30023 30025 29917 0 -1 4202560 373 0 0 0 0 0 0 0 15 0 22 0 530029870 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30034] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30034/stat : 30034 (java) S 30023 30025 29917 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 530029870 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30035] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30035/stat : 30035 (java) S 30023 30025 29917 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 530029870 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30036] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30036/stat : 30036 (java) S 30023 30025 29917 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 530029871 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 0 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30037] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30037/stat : 30037 (java) S 30023 30025 29917 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530029871 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30038] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30038/stat : 30038 (java) S 30023 30025 29917 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 530029871 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30039] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30039/stat : 30039 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530029873 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652683185 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30040] ppid=30023 vsize=15711976 CPUtime=0.44 cores=1,3,5,7
/proc/30025/task/30040/stat : 30040 (java) R 30023 30025 29917 0 -1 4202560 11227 0 0 0 43 1 0 0 16 0 22 0 530029873 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 47862701807030 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30025/tid=30041] ppid=30023 vsize=15711976 CPUtime=0.18 cores=1,3,5,7
/proc/30025/task/30041/stat : 30041 (java) S 30023 30025 29917 0 -1 4202560 1793 0 0 0 18 0 0 0 15 0 22 0 530029873 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30042] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30042/stat : 30042 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530029873 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30043] ppid=30023 vsize=15711976 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30043/stat : 30043 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530029873 16089063424 48055 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 15711976

[startup+3.10098 s]
/proc/loadavg: 6.03 7.60 7.79 7/220 30047
/proc/meminfo: memFree=29370060/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=15715444 CPUtime=5.13 cores=1,3,5,7
/proc/30025/stat : 30025 (java) S 30023 30025 29917 0 -1 4202496 62934 0 1 0 505 8 0 0 25 0 22 0 530029869 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 3928861 49389 2267 9 0 3919580 0
[pid=30025/tid=30026] ppid=30023 vsize=15715444 CPUtime=3.07 cores=1,3,5,7
/proc/30025/task/30026/stat : 30026 (java) R 30023 30025 29917 0 -1 4202560 35656 0 1 0 302 5 0 0 21 0 22 0 530029869 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 47862700974995 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30025/tid=30028] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30028/stat : 30028 (java) S 30023 30025 29917 0 -1 4202560 629 0 0 0 0 0 0 0 15 0 22 0 530029870 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30029] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30029/stat : 30029 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530029870 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30030] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30030/stat : 30030 (java) S 30023 30025 29917 0 -1 4202560 595 0 0 0 0 0 0 0 16 0 22 0 530029870 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30031] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30031/stat : 30031 (java) S 30023 30025 29917 0 -1 4202560 693 0 0 0 0 0 0 0 15 0 22 0 530029870 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30032] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30032/stat : 30032 (java) S 30023 30025 29917 0 -1 4202560 404 0 0 0 0 0 0 0 15 0 22 0 530029870 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30033] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30033/stat : 30033 (java) S 30023 30025 29917 0 -1 4202560 373 0 0 0 0 0 0 0 15 0 22 0 530029870 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30034] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30034/stat : 30034 (java) S 30023 30025 29917 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 530029870 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30035] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30035/stat : 30035 (java) S 30023 30025 29917 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 530029870 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30036] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30036/stat : 30036 (java) S 30023 30025 29917 0 -1 4202560 58 0 0 0 0 0 0 0 16 0 22 0 530029871 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 0 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30037] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30037/stat : 30037 (java) S 30023 30025 29917 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530029871 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30038] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30038/stat : 30038 (java) S 30023 30025 29917 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 530029871 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30039] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30039/stat : 30039 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530029873 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652683185 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30040] ppid=30023 vsize=15715444 CPUtime=1.29 cores=1,3,5,7
/proc/30025/task/30040/stat : 30040 (java) R 30023 30025 29917 0 -1 4202560 15814 0 0 0 128 1 0 0 15 0 22 0 530029873 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 47862701783333 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30025/tid=30041] ppid=30023 vsize=15715444 CPUtime=0.71 cores=1,3,5,7
/proc/30025/task/30041/stat : 30041 (java) R 30023 30025 29917 0 -1 4202560 7212 0 0 0 71 0 0 0 15 0 22 0 530029873 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 47862701537080 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30025/tid=30042] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30042/stat : 30042 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530029873 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30043] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30043/stat : 30043 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530029873 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30044] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30044/stat : 30044 (java) S 30023 30025 29917 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 530029976 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30045] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30045/stat : 30045 (java) S 30023 30025 29917 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530029976 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30046] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30046/stat : 30046 (java) S 30023 30025 29917 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530029976 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30047] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30047/stat : 30047 (java) S 30023 30025 29917 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 530029976 16092614656 49389 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 15715444

[startup+6.30137 s]
/proc/loadavg: 5.70 7.50 7.76 9/220 30096
/proc/meminfo: memFree=29386276/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=15715444 CPUtime=14.44 cores=1,3,5,7
/proc/30025/stat : 30025 (java) S 30023 30025 29917 0 -1 4202496 173540 0 1 0 1419 25 0 0 25 0 22 0 530029869 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 3928861 156898 2275 9 0 3919580 0
[pid=30025/tid=30026] ppid=30023 vsize=15715444 CPUtime=3.14 cores=1,3,5,7
/proc/30025/task/30026/stat : 30026 (java) S 30023 30025 29917 0 -1 4202560 35667 0 1 0 309 5 0 0 21 0 22 0 530029869 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30028] ppid=30023 vsize=15715444 CPUtime=0.08 cores=1,3,5,7
/proc/30025/task/30028/stat : 30028 (java) S 30023 30025 29917 0 -1 4202560 15614 0 0 0 6 2 0 0 16 0 22 0 530029870 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30029] ppid=30023 vsize=15715444 CPUtime=0.04 cores=1,3,5,7
/proc/30025/task/30029/stat : 30029 (java) S 30023 30025 29917 0 -1 4202560 8426 0 0 0 3 1 0 0 15 0 22 0 530029870 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30030] ppid=30023 vsize=15715444 CPUtime=0.08 cores=1,3,5,7
/proc/30025/task/30030/stat : 30030 (java) S 30023 30025 29917 0 -1 4202560 17201 0 0 0 6 2 0 0 15 0 22 0 530029870 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30031] ppid=30023 vsize=15715444 CPUtime=0.02 cores=1,3,5,7
/proc/30025/task/30031/stat : 30031 (java) S 30023 30025 29917 0 -1 4202560 4764 0 0 0 2 0 0 0 15 0 22 0 530029870 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30032] ppid=30023 vsize=15715444 CPUtime=0.02 cores=1,3,5,7
/proc/30025/task/30032/stat : 30032 (java) S 30023 30025 29917 0 -1 4202560 3444 0 0 0 2 0 0 0 15 0 22 0 530029870 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30033] ppid=30023 vsize=15715444 CPUtime=0.07 cores=1,3,5,7
/proc/30025/task/30033/stat : 30033 (java) S 30023 30025 29917 0 -1 4202560 12034 0 0 0 6 1 0 0 15 0 22 0 530029870 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30034] ppid=30023 vsize=15715444 CPUtime=0.07 cores=1,3,5,7
/proc/30025/task/30034/stat : 30034 (java) S 30023 30025 29917 0 -1 4202560 14359 0 0 0 6 1 0 0 15 0 22 0 530029870 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30035] ppid=30023 vsize=15715444 CPUtime=0.08 cores=1,3,5,7
/proc/30025/task/30035/stat : 30035 (java) S 30023 30025 29917 0 -1 4202560 13771 0 0 0 6 2 0 0 15 0 22 0 530029870 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30036] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30036/stat : 30036 (java) S 30023 30025 29917 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 22 0 530029871 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 0 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30037] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30037/stat : 30037 (java) S 30023 30025 29917 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530029871 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30038] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30038/stat : 30038 (java) S 30023 30025 29917 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530029871 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30039] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30039/stat : 30039 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530029873 16092614656 156898 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652683185 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0

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

/proc/30025/task/30030/stat : 30030 (java) S 30023 30025 29917 0 -1 4202560 269462 0 0 0 395 43 0 0 16 0 22 0 530029870 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30031] ppid=30023 vsize=15715444 CPUtime=4.68 cores=1,3,5,7
/proc/30025/task/30031/stat : 30031 (java) S 30023 30025 29917 0 -1 4202560 266201 0 0 0 427 41 0 0 16 0 22 0 530029870 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30032] ppid=30023 vsize=15715444 CPUtime=4.04 cores=1,3,5,7
/proc/30025/task/30032/stat : 30032 (java) S 30023 30025 29917 0 -1 4202560 247044 0 0 0 366 38 0 0 15 0 22 0 530029870 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30033] ppid=30023 vsize=15715444 CPUtime=4.39 cores=1,3,5,7
/proc/30025/task/30033/stat : 30033 (java) S 30023 30025 29917 0 -1 4202560 236277 0 0 0 401 38 0 0 15 0 22 0 530029870 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30034] ppid=30023 vsize=15715444 CPUtime=3.96 cores=1,3,5,7
/proc/30025/task/30034/stat : 30034 (java) S 30023 30025 29917 0 -1 4202560 233964 0 0 0 357 39 0 0 16 0 22 0 530029870 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30035] ppid=30023 vsize=15715444 CPUtime=4.95 cores=1,3,5,7
/proc/30025/task/30035/stat : 30035 (java) S 30023 30025 29917 0 -1 4202560 286933 0 0 0 449 46 0 0 16 0 22 0 530029870 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30036] ppid=30023 vsize=15715444 CPUtime=1.74 cores=1,3,5,7
/proc/30025/task/30036/stat : 30036 (java) S 30023 30025 29917 0 -1 4202560 206918 0 0 0 146 28 0 0 15 0 22 0 530029871 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 0 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30037] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30037/stat : 30037 (java) S 30023 30025 29917 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530029871 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30038] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30038/stat : 30038 (java) S 30023 30025 29917 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530029871 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30039] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30039/stat : 30039 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530029873 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652683185 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30040] ppid=30023 vsize=15715444 CPUtime=1.79 cores=1,3,5,7
/proc/30025/task/30040/stat : 30040 (java) S 30023 30025 29917 0 -1 4202560 15865 0 0 0 178 1 0 0 15 0 22 0 530029873 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30041] ppid=30023 vsize=15715444 CPUtime=1.05 cores=1,3,5,7
/proc/30025/task/30041/stat : 30041 (java) S 30023 30025 29917 0 -1 4202560 9424 0 0 0 104 1 0 0 16 0 22 0 530029873 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30042] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30042/stat : 30042 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530029873 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30043] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30043/stat : 30043 (java) S 30023 30025 29917 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 530029873 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30044] ppid=30023 vsize=15715444 CPUtime=1106.5 cores=1,3,5,7
/proc/30025/task/30044/stat : 30044 (java) R 30023 30025 29917 0 -1 4202560 61489 0 0 0 110643 7 0 0 25 0 22 0 530029976 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506074497 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30025/tid=30045] ppid=30023 vsize=15715444 CPUtime=1106.52 cores=1,3,5,7
/proc/30025/task/30045/stat : 30045 (java) R 30023 30025 29917 0 -1 4202560 66398 0 0 0 110646 6 0 0 25 0 22 0 530029976 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506309235 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30025/tid=30046] ppid=30023 vsize=15715444 CPUtime=1102.73 cores=1,3,5,7
/proc/30025/task/30046/stat : 30046 (java) R 30023 30025 29917 0 -1 4202560 74392 0 0 0 110263 10 0 0 25 0 22 0 530029976 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912505619545 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30025/tid=30047] ppid=30023 vsize=15715444 CPUtime=1107.49 cores=1,3,5,7
/proc/30025/task/30047/stat : 30047 (java) R 30023 30025 29917 0 -1 4202560 66851 0 0 0 110741 8 0 0 25 0 22 0 530029976 16092614656 2112635 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506074606 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4466.82
Current children cumulated vsize (KiB) 15715444

[startup+1182.3 s]
/proc/loadavg: 8.20 8.10 8.00 9/220 30127
/proc/meminfo: memFree=21422484/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=15715444 CPUtime=4706.42 cores=1,3,5,7
/proc/30025/stat : 30025 (java) S 30023 30025 29917 0 -1 4202496 2739867 0 1 0 470215 427 0 0 25 0 22 0 530029869 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 3928861 2081799 2293 9 0 3919580 0
[pid=30025/tid=30026] ppid=30023 vsize=15715444 CPUtime=3.14 cores=1,3,5,7
/proc/30025/task/30026/stat : 30026 (java) S 30023 30025 29917 0 -1 4202560 35667 0 1 0 309 5 0 0 21 0 22 0 530029869 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30028] ppid=30023 vsize=15715444 CPUtime=4.64 cores=1,3,5,7
/proc/30025/task/30028/stat : 30028 (java) S 30023 30025 29917 0 -1 4202560 302909 0 0 0 414 50 0 0 15 0 22 0 530029870 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30029] ppid=30023 vsize=15715444 CPUtime=5.1 cores=1,3,5,7
/proc/30025/task/30029/stat : 30029 (java) S 30023 30025 29917 0 -1 4202560 317668 0 0 0 461 49 0 0 16 0 22 0 530029870 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30030] ppid=30023 vsize=15715444 CPUtime=4.69 cores=1,3,5,7
/proc/30025/task/30030/stat : 30030 (java) S 30023 30025 29917 0 -1 4202560 272135 0 0 0 425 44 0 0 15 0 22 0 530029870 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30031] ppid=30023 vsize=15715444 CPUtime=4.88 cores=1,3,5,7
/proc/30025/task/30031/stat : 30031 (java) S 30023 30025 29917 0 -1 4202560 267389 0 0 0 447 41 0 0 15 0 22 0 530029870 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30032] ppid=30023 vsize=15715444 CPUtime=4.37 cores=1,3,5,7
/proc/30025/task/30032/stat : 30032 (java) S 30023 30025 29917 0 -1 4202560 258359 0 0 0 397 40 0 0 16 0 22 0 530029870 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30033] ppid=30023 vsize=15715444 CPUtime=4.71 cores=1,3,5,7
/proc/30025/task/30033/stat : 30033 (java) S 30023 30025 29917 0 -1 4202560 248438 0 0 0 431 40 0 0 16 0 22 0 530029870 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30034] ppid=30023 vsize=15715444 CPUtime=4.26 cores=1,3,5,7
/proc/30025/task/30034/stat : 30034 (java) S 30023 30025 29917 0 -1 4202560 245558 0 0 0 385 41 0 0 16 0 22 0 530029870 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30035] ppid=30023 vsize=15715444 CPUtime=5.07 cores=1,3,5,7
/proc/30025/task/30035/stat : 30035 (java) S 30023 30025 29917 0 -1 4202560 288785 0 0 0 461 46 0 0 15 0 22 0 530029870 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30036] ppid=30023 vsize=15715444 CPUtime=1.75 cores=1,3,5,7
/proc/30025/task/30036/stat : 30036 (java) S 30023 30025 29917 0 -1 4202560 207073 0 0 0 146 29 0 0 15 0 22 0 530029871 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 0 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30037] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30037/stat : 30037 (java) S 30023 30025 29917 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530029871 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30038] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30038/stat : 30038 (java) S 30023 30025 29917 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530029871 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30039] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30039/stat : 30039 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530029873 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652683185 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30040] ppid=30023 vsize=15715444 CPUtime=1.79 cores=1,3,5,7
/proc/30025/task/30040/stat : 30040 (java) S 30023 30025 29917 0 -1 4202560 15866 0 0 0 178 1 0 0 15 0 22 0 530029873 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30041] ppid=30023 vsize=15715444 CPUtime=1.05 cores=1,3,5,7
/proc/30025/task/30041/stat : 30041 (java) S 30023 30025 29917 0 -1 4202560 9424 0 0 0 104 1 0 0 16 0 22 0 530029873 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30042] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30042/stat : 30042 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530029873 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30043] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30043/stat : 30043 (java) S 30023 30025 29917 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 530029873 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30044] ppid=30023 vsize=15715444 CPUtime=1165.66 cores=1,3,5,7
/proc/30025/task/30044/stat : 30044 (java) R 30023 30025 29917 0 -1 4202560 61491 0 0 0 116558 8 0 0 25 0 22 0 530029976 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506309240 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30025/tid=30045] ppid=30023 vsize=15715444 CPUtime=1165.99 cores=1,3,5,7
/proc/30025/task/30045/stat : 30045 (java) R 30023 30025 29917 0 -1 4202560 66400 0 0 0 116593 6 0 0 25 0 22 0 530029976 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506461576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30025/tid=30046] ppid=30023 vsize=15715444 CPUtime=1162.2 cores=1,3,5,7
/proc/30025/task/30046/stat : 30046 (java) R 30023 30025 29917 0 -1 4202560 74395 0 0 0 116210 10 0 0 25 0 22 0 530029976 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506402262 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30025/tid=30047] ppid=30023 vsize=15715444 CPUtime=1166.97 cores=1,3,5,7
/proc/30025/task/30047/stat : 30047 (java) R 30023 30025 29917 0 -1 4202560 66854 0 0 0 116688 9 0 0 25 0 22 0 530029976 16092614656 2081799 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506201154 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4706.42
Current children cumulated vsize (KiB) 15715444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.8 s]
/proc/loadavg: 8.13 8.09 8.00 9/220 30128
/proc/meminfo: memFree=21001252/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=15715444 CPUtime=4800.31 cores=1,3,5,7
/proc/30025/stat : 30025 (java) S 30023 30025 29917 0 -1 4202496 2801342 0 1 0 479596 435 0 0 25 0 22 0 530029869 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 3928861 2143242 2293 9 0 3919580 0
[pid=30025/tid=30026] ppid=30023 vsize=15715444 CPUtime=3.14 cores=1,3,5,7
/proc/30025/task/30026/stat : 30026 (java) S 30023 30025 29917 0 -1 4202560 35667 0 1 0 309 5 0 0 21 0 22 0 530029869 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30028] ppid=30023 vsize=15715444 CPUtime=4.66 cores=1,3,5,7
/proc/30025/task/30028/stat : 30028 (java) S 30023 30025 29917 0 -1 4202560 305763 0 0 0 415 51 0 0 16 0 22 0 530029870 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30029] ppid=30023 vsize=15715444 CPUtime=5.27 cores=1,3,5,7
/proc/30025/task/30029/stat : 30029 (java) S 30023 30025 29917 0 -1 4202560 333942 0 0 0 476 51 0 0 16 0 22 0 530029870 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30030] ppid=30023 vsize=15715444 CPUtime=4.7 cores=1,3,5,7
/proc/30025/task/30030/stat : 30030 (java) S 30023 30025 29917 0 -1 4202560 272725 0 0 0 426 44 0 0 15 0 22 0 530029870 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30031] ppid=30023 vsize=15715444 CPUtime=5 cores=1,3,5,7
/proc/30025/task/30031/stat : 30031 (java) S 30023 30025 29917 0 -1 4202560 271487 0 0 0 458 42 0 0 16 0 22 0 530029870 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30032] ppid=30023 vsize=15715444 CPUtime=4.53 cores=1,3,5,7
/proc/30025/task/30032/stat : 30032 (java) S 30023 30025 29917 0 -1 4202560 271833 0 0 0 412 41 0 0 16 0 22 0 530029870 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30033] ppid=30023 vsize=15715444 CPUtime=4.76 cores=1,3,5,7
/proc/30025/task/30033/stat : 30033 (java) S 30023 30025 29917 0 -1 4202560 257778 0 0 0 435 41 0 0 15 0 22 0 530029870 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30034] ppid=30023 vsize=15715444 CPUtime=4.36 cores=1,3,5,7
/proc/30025/task/30034/stat : 30034 (java) S 30023 30025 29917 0 -1 4202560 252055 0 0 0 395 41 0 0 15 0 22 0 530029870 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30035] ppid=30023 vsize=15715444 CPUtime=5.12 cores=1,3,5,7
/proc/30025/task/30035/stat : 30035 (java) S 30023 30025 29917 0 -1 4202560 288872 0 0 0 466 46 0 0 16 0 22 0 530029870 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30036] ppid=30023 vsize=15715444 CPUtime=1.75 cores=1,3,5,7
/proc/30025/task/30036/stat : 30036 (java) S 30023 30025 29917 0 -1 4202560 207325 0 0 0 146 29 0 0 15 0 22 0 530029871 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 0 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30037] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30037/stat : 30037 (java) S 30023 30025 29917 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530029871 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30038] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30038/stat : 30038 (java) S 30023 30025 29917 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530029871 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30039] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30039/stat : 30039 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530029873 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652683185 0 4 0 16800975 18446604471129979712 0 0 -1 3 0 0 0
[pid=30025/tid=30040] ppid=30023 vsize=15715444 CPUtime=1.79 cores=1,3,5,7
/proc/30025/task/30040/stat : 30040 (java) S 30023 30025 29917 0 -1 4202560 15866 0 0 0 178 1 0 0 15 0 22 0 530029873 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 7 0 0 0
[pid=30025/tid=30041] ppid=30023 vsize=15715444 CPUtime=1.05 cores=1,3,5,7
/proc/30025/task/30041/stat : 30041 (java) S 30023 30025 29917 0 -1 4202560 9424 0 0 0 104 1 0 0 16 0 22 0 530029873 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 1 0 0 0
[pid=30025/tid=30042] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30042/stat : 30042 (java) S 30023 30025 29917 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530029873 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652675481 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30043] ppid=30023 vsize=15715444 CPUtime=0 cores=1,3,5,7
/proc/30025/task/30043/stat : 30043 (java) S 30023 30025 29917 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 530029873 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 253652676096 0 4 0 16800975 18446604471129979712 0 0 -1 5 0 0 0
[pid=30025/tid=30044] ppid=30023 vsize=15715444 CPUtime=1188.85 cores=1,3,5,7
/proc/30025/task/30044/stat : 30044 (java) R 30023 30025 29917 0 -1 4202560 61561 0 0 0 118877 8 0 0 25 0 22 0 530029976 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506312557 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30025/tid=30045] ppid=30023 vsize=15715444 CPUtime=1189.33 cores=1,3,5,7
/proc/30025/task/30045/stat : 30045 (java) R 30023 30025 29917 0 -1 4202560 66400 0 0 0 118927 6 0 0 25 0 22 0 530029976 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506074691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30025/tid=30046] ppid=30023 vsize=15715444 CPUtime=1185.53 cores=1,3,5,7
/proc/30025/task/30046/stat : 30046 (java) R 30023 30025 29917 0 -1 4202560 82332 0 0 0 118542 11 0 0 25 0 22 0 530029976 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506074574 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30025/tid=30047] ppid=30023 vsize=15715444 CPUtime=1190.31 cores=1,3,5,7
/proc/30025/task/30047/stat : 30047 (java) R 30023 30025 29917 0 -1 4202560 66854 0 0 0 119022 9 0 0 25 0 22 0 530029976 16092614656 2143242 33554432000 1073741824 1073778376 140734640628768 18446744073709551615 46912506074480 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 15715444

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

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

[startup+1206 s]
/proc/loadavg: 8.13 8.09 8.00 9/220 30128
/proc/meminfo: memFree=21001252/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=0 CPUtime=4800.52 cores=1,3,5,7
/proc/30025/stat : 30025 (java) Z 30023 30025 29917 0 -1 4203548 2801370 0 1 0 479599 453 0 0 17 0 2 0 530029869 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 0 0 0 0 0 0 0
[pid=30025/tid=30047] ppid=30023 vsize=0 CPUtime=1190.49 cores=1,3,5,7
/proc/30025/task/30047/stat : 30047 (java) R 30023 30025 29917 0 -1 4203588 66854 0 0 0 119022 27 0 0 25 0 2 0 530029976 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.52
Current children cumulated vsize (KiB) 0

[startup+1206.1 s]
/proc/loadavg: 8.13 8.09 8.00 9/220 30128
/proc/meminfo: memFree=21001252/32951124 swapFree=67111364/67111528
[pid=30025] ppid=30023 vsize=0 CPUtime=4800.62 cores=1,3,5,7
/proc/30025/stat : 30025 (java) Z 30023 30025 29917 0 -1 4203548 2801370 0 1 0 479599 463 0 0 17 0 2 0 530029869 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30025/statm: 0 0 0 0 0 0 0
[pid=30025/tid=30047] ppid=30023 vsize=0 CPUtime=1190.59 cores=1,3,5,7
/proc/30025/task/30047/stat : 30047 (java) R 30023 30025 29917 0 -1 4203588 66854 0 0 0 119022 37 0 0 25 0 2 0 530029976 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.62
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1206.11
CPU time (s): 4800.64
CPU user time (s): 4795.99
CPU system time (s): 4.64829
CPU usage (%): 398.026
Max. virtual memory (cumulated for all children) (KiB): 15717416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.99
system time used= 4.64829
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2801370
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= 30611
involuntary context switches= 54792

runsolver used 2.10468 second user time and 4.52231 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 19:24:55
IDJOB=3311754
IDBENCH=83244
IDSOLVER=1698
FILE ID=node106/3311754-1304184295
RUNJOBID= node106-1304184294-29936
PBS_JOBID= 13172468
Free space on /tmp= 72884 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/manthey/sudoku-single-hard/sudoku_81x81_unknown.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311754-1304184295/watcher-3311754-1304184295 -o /tmp/evaluation-result-3311754-1304184295/solver-3311754-1304184295 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311754-1304184295.cnf -hbr 2

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

MD5SUM BENCH= cbd78921480e79d133eb06cb2172caa1
RANDOM SEED=357138728

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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:     32951124 kB
MemFree:      29943696 kB
Buffers:        289028 kB
Cached:        2280264 kB
SwapCached:         88 kB
Active:        1064656 kB
Inactive:      1726788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29943696 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7924 kB
Writeback:           0 kB
AnonPages:      222072 kB
Mapped:          23280 kB
Slab:           149004 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   798216 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= 72876 MiB
End job on node106 at 2011-04-30 19:45:03