Trace number 3311567

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.34 1207.63

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1982873755-080.SATISFIABLE.cnf
MD5SUM063ddd149f36deba1032de0c40881dff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.095984
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.10/0.12	50:02 INFO : Reading from input HOME/instance-3311567-1304135402.cnf
0.51/0.32	Executor set job limit to 1000000
0.51/0.32	Executor set job limit to 1000000
0.51/0.32	Executor set job limit to 1000000
0.51/0.32	Executor set job limit to 1000000
0.51/0.32	Starting Executor!
0.51/0.32	Starting Executor!
0.51/0.32	Starting Executor!
0.51/0.32	Starting Executor!
1.01/0.51	50:02 INFO : 60 variables remaining out of 60
1.01/0.51	50:02 INFO : 42720 literals remaining out of 42720

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-3311567-1304135402/watcher-3311567-1304135402 -o /tmp/evaluation-result-3311567-1304135402/solver-3311567-1304135402 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311567-1304135402.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: 3.52 4.18 5.54 2/176 24133
/proc/meminfo: memFree=27768108/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 1384 0 0 0 0 0 0 0 25 0 2 0 525139850 24580096 863 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 6001 863 660 9 0 381 0
[pid=24133/tid=24136] ppid=24131 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) R 24131 24133 20956 0 -1 4202560 51 0 0 0 0 0 0 0 25 0 2 0 525139850 26714112 880 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208079814512 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.067914 s]
/proc/loadavg: 3.52 4.18 5.54 2/176 24133
/proc/meminfo: memFree=27768108/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=15609780 CPUtime=0.06 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 4348 0 1 0 5 1 0 0 25 0 18 0 525139850 15984414720 3787 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 3902445 3787 1778 9 0 3893164 0
[pid=24133/tid=24136] ppid=24131 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) R 24131 24133 20956 0 -1 4202560 2930 0 1 0 5 0 0 0 18 0 18 0 525139850 15984414720 3787 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15609780

[startup+0.100886 s]
/proc/loadavg: 3.52 4.18 5.54 2/176 24133
/proc/meminfo: memFree=27768108/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=15741980 CPUtime=0.1 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 5607 0 1 0 9 1 0 0 25 0 18 0 525139850 16119787520 5004 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 3935495 5004 2117 9 0 3926214 0
[pid=24133/tid=24136] ppid=24131 vsize=15741980 CPUtime=0.08 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) S 24131 24133 20956 0 -1 4202560 3427 0 1 0 7 1 0 0 18 0 18 0 525139850 16119787520 5004 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208080228197 0 2147483391 0 16800975 18446744071699207358 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741980

[startup+0.300788 s]
/proc/loadavg: 3.52 4.18 5.54 2/176 24133
/proc/meminfo: memFree=27768108/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=15747772 CPUtime=0.51 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 14848 0 1 0 49 2 0 0 25 0 18 0 525139850 16125718528 13057 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 3936943 13064 2208 9 0 3927662 0
[pid=24133/tid=24136] ppid=24131 vsize=15747772 CPUtime=0.28 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) R 24131 24133 20956 0 -1 4202560 9667 0 1 0 26 2 0 0 18 0 18 0 525139850 16125718528 13068 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505638048 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15747772

[startup+0.700712 s]
/proc/loadavg: 3.52 4.18 5.54 2/176 24133
/proc/meminfo: memFree=27768108/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=15762480 CPUtime=1.57 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 28489 0 1 0 153 4 0 0 25 0 22 0 525139850 16140779520 23706 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 3940620 23706 2259 9 0 3931339 0
[pid=24133/tid=24136] ppid=24131 vsize=15762480 CPUtime=0.49 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) S 24131 24133 20956 0 -1 4202560 12468 0 1 0 47 2 0 0 20 0 22 0 525139850 16140779520 23706 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 15762480

[startup+1.50156 s]
/proc/loadavg: 3.52 4.18 5.54 15/220 24177
/proc/meminfo: memFree=27464512/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=15765728 CPUtime=4.48 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 55768 0 1 0 441 7 0 0 25 0 22 0 525139850 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 3941432 50980 2279 9 0 3932151 0
[pid=24133/tid=24136] ppid=24131 vsize=15765728 CPUtime=0.49 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) S 24131 24133 20956 0 -1 4202560 12468 0 1 0 47 2 0 0 20 0 22 0 525139850 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24138] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24138/stat : 24138 (java) S 24131 24133 20956 0 -1 4202560 755 0 0 0 0 0 0 0 16 0 22 0 525139851 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24141] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24141/stat : 24141 (java) S 24131 24133 20956 0 -1 4202560 1066 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24142] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24142/stat : 24142 (java) S 24131 24133 20956 0 -1 4202560 53 0 0 0 0 0 0 0 16 0 22 0 525139851 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24144] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24144/stat : 24144 (java) S 24131 24133 20956 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 525139851 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24146] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24146/stat : 24146 (java) S 24131 24133 20956 0 -1 4202560 510 0 0 0 0 0 0 0 16 0 22 0 525139851 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24148] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24148/stat : 24148 (java) S 24131 24133 20956 0 -1 4202560 490 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24151] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24151/stat : 24151 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24153] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24153/stat : 24153 (java) S 24131 24133 20956 0 -1 4202560 795 0 0 0 0 0 0 0 16 0 22 0 525139851 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24154] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24154/stat : 24154 (java) S 24131 24133 20956 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 525139852 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048896 0 0 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24156] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24156/stat : 24156 (java) S 24131 24133 20956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525139852 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24158] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24158/stat : 24158 (java) S 24131 24133 20956 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525139852 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24162] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24162/stat : 24162 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 525139855 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092055985 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24163] ppid=24131 vsize=15765728 CPUtime=0.71 cores=1,3,5,7
/proc/24133/task/24163/stat : 24163 (java) R 24131 24133 20956 0 -1 4202560 6087 0 0 0 71 0 0 0 18 0 22 0 525139855 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24133/tid=24166] ppid=24131 vsize=15765728 CPUtime=0.78 cores=1,3,5,7
/proc/24133/task/24166/stat : 24166 (java) S 24131 24133 20956 0 -1 4202560 8832 0 0 0 78 0 0 0 18 0 22 0 525139855 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24167] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24167/stat : 24167 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 525139855 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24169] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24169/stat : 24169 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525139855 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048896 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24174] ppid=24131 vsize=15765728 CPUtime=0.73 cores=1,3,5,7
/proc/24133/task/24174/stat : 24174 (java) R 24131 24133 20956 0 -1 4202560 4602 0 0 0 73 0 0 0 16 0 22 0 525139882 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505990512 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24133/tid=24175] ppid=24131 vsize=15765728 CPUtime=0.5 cores=1,3,5,7
/proc/24133/task/24175/stat : 24175 (java) R 24131 24133 20956 0 -1 4202560 3965 0 0 0 50 0 0 0 16 0 22 0 525139882 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505742194 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24133/tid=24176] ppid=24131 vsize=15765728 CPUtime=0.44 cores=1,3,5,7
/proc/24133/task/24176/stat : 24176 (java) R 24131 24133 20956 0 -1 4202560 5858 0 0 0 44 0 0 0 16 0 22 0 525139882 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912506025647 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24133/tid=24177] ppid=24131 vsize=15765728 CPUtime=0.74 cores=1,3,5,7
/proc/24133/task/24177/stat : 24177 (java) R 24131 24133 20956 0 -1 4202560 8883 0 0 0 73 1 0 0 17 0 22 0 525139882 16144105472 50980 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505809788 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 15765728

[startup+3.10126 s]
/proc/loadavg: 3.52 4.18 5.54 11/220 24177
/proc/meminfo: memFree=27243048/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=15765728 CPUtime=10.85 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 88221 0 1 0 1074 11 0 0 25 0 22 0 525139850 16144105472 83086 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 3941432 83086 2286 9 0 3932151 0
[pid=24133/tid=24136] ppid=24131 vsize=15765728 CPUtime=0.49 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) S 24131 24133 20956 0 -1 4202560 12468 0 1 0 47 2 0 0 20 0 22 0 525139850 16144105472 83086 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24138] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24138/stat : 24138 (java) S 24131 24133 20956 0 -1 4202560 832 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83086 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24141] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24141/stat : 24141 (java) S 24131 24133 20956 0 -1 4202560 2067 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83086 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24142] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24142/stat : 24142 (java) S 24131 24133 20956 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83086 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24144] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24144/stat : 24144 (java) S 24131 24133 20956 0 -1 4202560 716 0 0 0 0 0 0 0 16 0 22 0 525139851 16144105472 83086 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24146] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24146/stat : 24146 (java) S 24131 24133 20956 0 -1 4202560 1074 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83086 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24148] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24148/stat : 24148 (java) S 24131 24133 20956 0 -1 4202560 994 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83086 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24151] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24151/stat : 24151 (java) S 24131 24133 20956 0 -1 4202560 1155 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24153] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24153/stat : 24153 (java) S 24131 24133 20956 0 -1 4202560 797 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24154] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24154/stat : 24154 (java) S 24131 24133 20956 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 22 0 525139852 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048896 0 0 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24156] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24156/stat : 24156 (java) S 24131 24133 20956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525139852 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24158] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24158/stat : 24158 (java) S 24131 24133 20956 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525139852 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24162] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24162/stat : 24162 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 525139855 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092055985 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24163] ppid=24131 vsize=15765728 CPUtime=0.79 cores=1,3,5,7
/proc/24133/task/24163/stat : 24163 (java) R 24131 24133 20956 0 -1 4202560 6108 0 0 0 79 0 0 0 16 0 22 0 525139855 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208079928980 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24133/tid=24166] ppid=24131 vsize=15765728 CPUtime=0.88 cores=1,3,5,7
/proc/24133/task/24166/stat : 24166 (java) R 24131 24133 20956 0 -1 4202560 8844 0 0 0 88 0 0 0 16 0 22 0 525139855 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 47009532102181 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24133/tid=24167] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24167/stat : 24167 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 525139855 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24169] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24169/stat : 24169 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525139855 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048896 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24174] ppid=24131 vsize=15765728 CPUtime=2.29 cores=1,3,5,7
/proc/24133/task/24174/stat : 24174 (java) R 24131 24133 20956 0 -1 4202560 11734 0 0 0 229 0 0 0 18 0 22 0 525139882 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 47009532377154 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24133/tid=24175] ppid=24131 vsize=15765728 CPUtime=1.99 cores=1,3,5,7
/proc/24133/task/24175/stat : 24175 (java) R 24131 24133 20956 0 -1 4202560 10861 0 0 0 198 1 0 0 17 0 22 0 525139882 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505731368 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24133/tid=24176] ppid=24131 vsize=15765728 CPUtime=2.02 cores=1,3,5,7
/proc/24133/task/24176/stat : 24176 (java) R 24131 24133 20956 0 -1 4202560 13144 0 0 0 201 1 0 0 17 0 22 0 525139882 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505849672 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24133/tid=24177] ppid=24131 vsize=15765728 CPUtime=2.27 cores=1,3,5,7
/proc/24133/task/24177/stat : 24177 (java) R 24131 24133 20956 0 -1 4202560 15642 0 0 0 225 2 0 0 19 0 22 0 525139882 16144105472 83087 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505809173 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.85
Current children cumulated vsize (KiB) 15765728

[startup+6.30065 s]
/proc/loadavg: 3.96 4.26 5.56 9/220 24177
/proc/meminfo: memFree=26868628/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=15765728 CPUtime=23.62 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 90991 0 1 0 2350 12 0 0 25 0 22 0 525139850 16144105472 83328 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 3941432 83328 2289 9 0 3932151 0
[pid=24133/tid=24136] ppid=24131 vsize=15765728 CPUtime=0.49 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) S 24131 24133 20956 0 -1 4202560 12468 0 1 0 47 2 0 0 20 0 22 0 525139850 16144105472 83328 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24138] ppid=24131 vsize=15765728 CPUtime=0.01 cores=1,3,5,7
/proc/24133/task/24138/stat : 24138 (java) S 24131 24133 20956 0 -1 4202560 1405 0 0 0 1 0 0 0 15 0 22 0 525139851 16144105472 83328 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24141] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24141/stat : 24141 (java) S 24131 24133 20956 0 -1 4202560 2331 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83328 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24142] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24142/stat : 24142 (java) S 24131 24133 20956 0 -1 4202560 615 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83328 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24144] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24144/stat : 24144 (java) S 24131 24133 20956 0 -1 4202560 896 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83328 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24146] ppid=24131 vsize=15765728 CPUtime=0.01 cores=1,3,5,7
/proc/24133/task/24146/stat : 24146 (java) S 24131 24133 20956 0 -1 4202560 1425 0 0 0 1 0 0 0 15 0 22 0 525139851 16144105472 83328 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24148] ppid=24131 vsize=15765728 CPUtime=0.01 cores=1,3,5,7
/proc/24133/task/24148/stat : 24148 (java) S 24131 24133 20956 0 -1 4202560 1120 0 0 0 1 0 0 0 15 0 22 0 525139851 16144105472 83328 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24151] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24151/stat : 24151 (java) S 24131 24133 20956 0 -1 4202560 1374 0 0 0 0 0 0 0 16 0 22 0 525139851 16144105472 83328 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24153] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24153/stat : 24153 (java) S 24131 24133 20956 0 -1 4202560 1398 0 0 0 0 0 0 0 15 0 22 0 525139851 16144105472 83328 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0

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

[pid=24133/tid=24175] ppid=24131 vsize=15765728 CPUtime=1048.87 cores=1,3,5,7
/proc/24133/task/24175/stat : 24175 (java) R 24131 24133 20956 0 -1 4202560 140899 0 0 0 104858 29 0 0 18 0 22 0 525139882 16144105472 84183 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912506040043 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24133/tid=24176] ppid=24131 vsize=15765728 CPUtime=1048.44 cores=1,3,5,7
/proc/24133/task/24176/stat : 24176 (java) R 24131 24133 20956 0 -1 4202560 141905 0 0 0 104816 28 0 0 25 0 22 0 525139882 16144105472 84183 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505731373 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24133/tid=24177] ppid=24131 vsize=15765728 CPUtime=1048.26 cores=1,3,5,7
/proc/24133/task/24177/stat : 24177 (java) R 24131 24133 20956 0 -1 4202560 145725 0 0 0 104796 30 0 0 25 0 22 0 525139882 16144105472 84183 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4222.68
Current children cumulated vsize (KiB) 15765728

[startup+1122.3 s]
/proc/loadavg: 8.08 8.00 7.31 9/220 24219
/proc/meminfo: memFree=27193464/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=15765728 CPUtime=4461.19 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 1162962 0 1 0 445789 330 0 0 25 0 22 0 525139850 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 3941432 73158 2299 9 0 3932151 0
[pid=24133/tid=24136] ppid=24131 vsize=15765728 CPUtime=0.49 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) S 24131 24133 20956 0 -1 4202560 12468 0 1 0 47 2 0 0 20 0 22 0 525139850 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24138] ppid=24131 vsize=15765728 CPUtime=3.16 cores=1,3,5,7
/proc/24133/task/24138/stat : 24138 (java) S 24131 24133 20956 0 -1 4202560 64495 0 0 0 300 16 0 0 15 0 22 0 525139851 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24141] ppid=24131 vsize=15765728 CPUtime=3.11 cores=1,3,5,7
/proc/24133/task/24141/stat : 24141 (java) S 24131 24133 20956 0 -1 4202560 67297 0 0 0 293 18 0 0 15 0 22 0 525139851 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24142] ppid=24131 vsize=15765728 CPUtime=3.24 cores=1,3,5,7
/proc/24133/task/24142/stat : 24142 (java) S 24131 24133 20956 0 -1 4202560 63392 0 0 0 308 16 0 0 16 0 22 0 525139851 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24144] ppid=24131 vsize=15765728 CPUtime=3.17 cores=1,3,5,7
/proc/24133/task/24144/stat : 24144 (java) S 24131 24133 20956 0 -1 4202560 66118 0 0 0 302 15 0 0 15 0 22 0 525139851 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24146] ppid=24131 vsize=15765728 CPUtime=3.15 cores=1,3,5,7
/proc/24133/task/24146/stat : 24146 (java) S 24131 24133 20956 0 -1 4202560 67185 0 0 0 299 16 0 0 16 0 22 0 525139851 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24148] ppid=24131 vsize=15765728 CPUtime=3.21 cores=1,3,5,7
/proc/24133/task/24148/stat : 24148 (java) S 24131 24133 20956 0 -1 4202560 67807 0 0 0 303 18 0 0 16 0 22 0 525139851 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24151] ppid=24131 vsize=15765728 CPUtime=3.2 cores=1,3,5,7
/proc/24133/task/24151/stat : 24151 (java) S 24131 24133 20956 0 -1 4202560 67054 0 0 0 302 18 0 0 15 0 22 0 525139851 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24153] ppid=24131 vsize=15765728 CPUtime=3.18 cores=1,3,5,7
/proc/24133/task/24153/stat : 24153 (java) S 24131 24133 20956 0 -1 4202560 66514 0 0 0 301 17 0 0 16 0 22 0 525139851 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24154] ppid=24131 vsize=15765728 CPUtime=2.03 cores=1,3,5,7
/proc/24133/task/24154/stat : 24154 (java) S 24131 24133 20956 0 -1 4202560 3047 0 0 0 143 60 0 0 15 0 22 0 525139852 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048896 0 0 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24156] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24156/stat : 24156 (java) S 24131 24133 20956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525139852 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24158] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24158/stat : 24158 (java) S 24131 24133 20956 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525139852 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24162] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24162/stat : 24162 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 525139855 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092055985 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24163] ppid=24131 vsize=15765728 CPUtime=0.93 cores=1,3,5,7
/proc/24133/task/24163/stat : 24163 (java) S 24131 24133 20956 0 -1 4202560 6136 0 0 0 93 0 0 0 15 0 22 0 525139855 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24166] ppid=24131 vsize=15765728 CPUtime=0.93 cores=1,3,5,7
/proc/24133/task/24166/stat : 24166 (java) S 24131 24133 20956 0 -1 4202560 8855 0 0 0 93 0 0 0 15 0 22 0 525139855 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24167] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24167/stat : 24167 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 525139855 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24169] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24169/stat : 24169 (java) S 24131 24133 20956 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 525139855 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048896 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24174] ppid=24131 vsize=15765728 CPUtime=1107.74 cores=1,3,5,7
/proc/24133/task/24174/stat : 24174 (java) R 24131 24133 20956 0 -1 4202560 149667 0 0 0 110742 32 0 0 25 0 22 0 525139882 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505993162 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24133/tid=24175] ppid=24131 vsize=15765728 CPUtime=1108.17 cores=1,3,5,7
/proc/24133/task/24175/stat : 24175 (java) R 24131 24133 20956 0 -1 4202560 148760 0 0 0 110786 31 0 0 25 0 22 0 525139882 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912506040116 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24133/tid=24176] ppid=24131 vsize=15765728 CPUtime=1107.8 cores=1,3,5,7
/proc/24133/task/24176/stat : 24176 (java) R 24131 24133 20956 0 -1 4202560 149512 0 0 0 110749 31 0 0 25 0 22 0 525139882 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505809433 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24133/tid=24177] ppid=24131 vsize=15765728 CPUtime=1107.51 cores=1,3,5,7
/proc/24133/task/24177/stat : 24177 (java) R 24131 24133 20956 0 -1 4202560 153208 0 0 0 110720 31 0 0 25 0 22 0 525139882 16144105472 73158 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505731338 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4461.19
Current children cumulated vsize (KiB) 15765728

[startup+1182.3 s]
/proc/loadavg: 8.08 8.01 7.35 9/220 24220
/proc/meminfo: memFree=27174992/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=15765728 CPUtime=4699.69 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 1226743 0 1 0 469619 350 0 0 25 0 22 0 525139850 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 3941432 76900 2299 9 0 3932151 0
[pid=24133/tid=24136] ppid=24131 vsize=15765728 CPUtime=0.49 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) S 24131 24133 20956 0 -1 4202560 12468 0 1 0 47 2 0 0 20 0 22 0 525139850 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24138] ppid=24131 vsize=15765728 CPUtime=3.3 cores=1,3,5,7
/proc/24133/task/24138/stat : 24138 (java) S 24131 24133 20956 0 -1 4202560 68448 0 0 0 313 17 0 0 16 0 22 0 525139851 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24141] ppid=24131 vsize=15765728 CPUtime=3.28 cores=1,3,5,7
/proc/24133/task/24141/stat : 24141 (java) S 24131 24133 20956 0 -1 4202560 70810 0 0 0 309 19 0 0 15 0 22 0 525139851 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24142] ppid=24131 vsize=15765728 CPUtime=3.4 cores=1,3,5,7
/proc/24133/task/24142/stat : 24142 (java) S 24131 24133 20956 0 -1 4202560 67093 0 0 0 323 17 0 0 15 0 22 0 525139851 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24144] ppid=24131 vsize=15765728 CPUtime=3.32 cores=1,3,5,7
/proc/24133/task/24144/stat : 24144 (java) S 24131 24133 20956 0 -1 4202560 69983 0 0 0 316 16 0 0 16 0 22 0 525139851 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24146] ppid=24131 vsize=15765728 CPUtime=3.31 cores=1,3,5,7
/proc/24133/task/24146/stat : 24146 (java) S 24131 24133 20956 0 -1 4202560 71616 0 0 0 314 17 0 0 15 0 22 0 525139851 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24148] ppid=24131 vsize=15765728 CPUtime=3.4 cores=1,3,5,7
/proc/24133/task/24148/stat : 24148 (java) S 24131 24133 20956 0 -1 4202560 72480 0 0 0 320 20 0 0 15 0 22 0 525139851 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24151] ppid=24131 vsize=15765728 CPUtime=3.34 cores=1,3,5,7
/proc/24133/task/24151/stat : 24151 (java) S 24131 24133 20956 0 -1 4202560 70476 0 0 0 315 19 0 0 15 0 22 0 525139851 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24153] ppid=24131 vsize=15765728 CPUtime=3.33 cores=1,3,5,7
/proc/24133/task/24153/stat : 24153 (java) S 24131 24133 20956 0 -1 4202560 70888 0 0 0 315 18 0 0 15 0 22 0 525139851 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24154] ppid=24131 vsize=15765728 CPUtime=2.15 cores=1,3,5,7
/proc/24133/task/24154/stat : 24154 (java) S 24131 24133 20956 0 -1 4202560 3223 0 0 0 151 64 0 0 15 0 22 0 525139852 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048896 0 0 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24156] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24156/stat : 24156 (java) S 24131 24133 20956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525139852 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24158] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24158/stat : 24158 (java) S 24131 24133 20956 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525139852 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24162] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24162/stat : 24162 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 525139855 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092055985 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24163] ppid=24131 vsize=15765728 CPUtime=0.93 cores=1,3,5,7
/proc/24133/task/24163/stat : 24163 (java) S 24131 24133 20956 0 -1 4202560 6136 0 0 0 93 0 0 0 15 0 22 0 525139855 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24166] ppid=24131 vsize=15765728 CPUtime=0.93 cores=1,3,5,7
/proc/24133/task/24166/stat : 24166 (java) S 24131 24133 20956 0 -1 4202560 8855 0 0 0 93 0 0 0 15 0 22 0 525139855 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24167] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24167/stat : 24167 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 525139855 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24169] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24169/stat : 24169 (java) S 24131 24133 20956 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 525139855 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048896 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24174] ppid=24131 vsize=15765728 CPUtime=1167.08 cores=1,3,5,7
/proc/24133/task/24174/stat : 24174 (java) R 24131 24133 20956 0 -1 4202560 157255 0 0 0 116674 34 0 0 25 0 22 0 525139882 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505992035 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24133/tid=24175] ppid=24131 vsize=15765728 CPUtime=1167.47 cores=1,3,5,7
/proc/24133/task/24175/stat : 24175 (java) R 24131 24133 20956 0 -1 4202560 156869 0 0 0 116715 32 0 0 25 0 22 0 525139882 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505864021 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24133/tid=24176] ppid=24131 vsize=15765728 CPUtime=1167.11 cores=1,3,5,7
/proc/24133/task/24176/stat : 24176 (java) R 24131 24133 20956 0 -1 4202560 157366 0 0 0 116678 33 0 0 25 0 22 0 525139882 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 47009532375483 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24133/tid=24177] ppid=24131 vsize=15765728 CPUtime=1166.68 cores=1,3,5,7
/proc/24133/task/24177/stat : 24177 (java) R 24131 24133 20956 0 -1 4202560 161329 0 0 0 116635 33 0 0 25 0 22 0 525139882 16144105472 76900 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 47009532376822 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4699.69
Current children cumulated vsize (KiB) 15765728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 8.11 8.03 7.37 5/197 24224
/proc/meminfo: memFree=27444120/32950928 swapFree=67111356/67111528
[pid=24133] ppid=24131 vsize=15765728 CPUtime=4800.29 cores=1,3,5,7
/proc/24133/stat : 24133 (java) S 24131 24133 20956 0 -1 4202496 1254572 0 1 0 479671 358 0 0 25 0 22 0 525139850 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24133/statm: 3941432 81474 2299 9 0 3932151 0
[pid=24133/tid=24136] ppid=24131 vsize=15765728 CPUtime=0.49 cores=1,3,5,7
/proc/24133/task/24136/stat : 24136 (java) S 24131 24133 20956 0 -1 4202560 12468 0 1 0 47 2 0 0 20 0 22 0 525139850 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24138] ppid=24131 vsize=15765728 CPUtime=3.38 cores=1,3,5,7
/proc/24133/task/24138/stat : 24138 (java) S 24131 24133 20956 0 -1 4202560 70037 0 0 0 320 18 0 0 15 0 22 0 525139851 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24141] ppid=24131 vsize=15765728 CPUtime=3.34 cores=1,3,5,7
/proc/24133/task/24141/stat : 24141 (java) S 24131 24133 20956 0 -1 4202560 72210 0 0 0 315 19 0 0 16 0 22 0 525139851 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24142] ppid=24131 vsize=15765728 CPUtime=3.47 cores=1,3,5,7
/proc/24133/task/24142/stat : 24142 (java) S 24131 24133 20956 0 -1 4202560 68763 0 0 0 329 18 0 0 16 0 22 0 525139851 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24144] ppid=24131 vsize=15765728 CPUtime=3.38 cores=1,3,5,7
/proc/24133/task/24144/stat : 24144 (java) S 24131 24133 20956 0 -1 4202560 71510 0 0 0 322 16 0 0 16 0 22 0 525139851 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 1 0 0 0
[pid=24133/tid=24146] ppid=24131 vsize=15765728 CPUtime=3.38 cores=1,3,5,7
/proc/24133/task/24146/stat : 24146 (java) S 24131 24133 20956 0 -1 4202560 73242 0 0 0 320 18 0 0 16 0 22 0 525139851 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24148] ppid=24131 vsize=15765728 CPUtime=3.46 cores=1,3,5,7
/proc/24133/task/24148/stat : 24148 (java) S 24131 24133 20956 0 -1 4202560 73892 0 0 0 326 20 0 0 16 0 22 0 525139851 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24151] ppid=24131 vsize=15765728 CPUtime=3.41 cores=1,3,5,7
/proc/24133/task/24151/stat : 24151 (java) S 24131 24133 20956 0 -1 4202560 71904 0 0 0 322 19 0 0 15 0 22 0 525139851 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24153] ppid=24131 vsize=15765728 CPUtime=3.4 cores=1,3,5,7
/proc/24133/task/24153/stat : 24153 (java) S 24131 24133 20956 0 -1 4202560 72358 0 0 0 321 19 0 0 15 0 22 0 525139851 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24154] ppid=24131 vsize=15765728 CPUtime=2.2 cores=1,3,5,7
/proc/24133/task/24154/stat : 24154 (java) S 24131 24133 20956 0 -1 4202560 3314 0 0 0 155 65 0 0 15 0 22 0 525139852 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048896 0 0 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24156] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24156/stat : 24156 (java) S 24131 24133 20956 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525139852 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24158] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24158/stat : 24158 (java) S 24131 24133 20956 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525139852 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24162] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24162/stat : 24162 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 525139855 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092055985 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24163] ppid=24131 vsize=15765728 CPUtime=0.93 cores=1,3,5,7
/proc/24133/task/24163/stat : 24163 (java) S 24131 24133 20956 0 -1 4202560 6136 0 0 0 93 0 0 0 15 0 22 0 525139855 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 3 0 0 0
[pid=24133/tid=24166] ppid=24131 vsize=15765728 CPUtime=0.93 cores=1,3,5,7
/proc/24133/task/24166/stat : 24166 (java) S 24131 24133 20956 0 -1 4202560 8855 0 0 0 93 0 0 0 15 0 22 0 525139855 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 7 0 0 0
[pid=24133/tid=24167] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24167/stat : 24167 (java) S 24131 24133 20956 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 525139855 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048281 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24169] ppid=24131 vsize=15765728 CPUtime=0 cores=1,3,5,7
/proc/24133/task/24169/stat : 24169 (java) S 24131 24133 20956 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 525139855 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 208092048896 0 4 0 16800975 18446604468548248896 0 0 -1 5 0 0 0
[pid=24133/tid=24174] ppid=24131 vsize=15765728 CPUtime=1192.1 cores=1,3,5,7
/proc/24133/task/24174/stat : 24174 (java) R 24131 24133 20956 0 -1 4202560 161095 0 0 0 119176 34 0 0 25 0 22 0 525139882 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505810707 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24133/tid=24175] ppid=24131 vsize=15765728 CPUtime=1192.41 cores=1,3,5,7
/proc/24133/task/24175/stat : 24175 (java) R 24131 24133 20956 0 -1 4202560 160736 0 0 0 119208 33 0 0 25 0 22 0 525139882 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505740633 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24133/tid=24176] ppid=24131 vsize=15765728 CPUtime=1192.1 cores=1,3,5,7
/proc/24133/task/24176/stat : 24176 (java) R 24131 24133 20956 0 -1 4202560 161498 0 0 0 119177 33 0 0 25 0 22 0 525139882 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505366060 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24133/tid=24177] ppid=24131 vsize=15765728 CPUtime=1191.73 cores=1,3,5,7
/proc/24133/task/24177/stat : 24177 (java) R 24131 24133 20956 0 -1 4202560 165104 0 0 0 119139 34 0 0 25 0 22 0 525139882 16144105472 81474 33554432000 1073741824 1073778376 140733379552544 18446744073709551615 46912505698916 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 15765728

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

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

Child status: 143
Real time (s): 1207.63
CPU time (s): 4800.34
CPU user time (s): 4796.74
CPU system time (s): 3.59645
CPU usage (%): 397.501
Max. virtual memory (cumulated for all children) (KiB): 15765728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.74
system time used= 3.59645
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1254598
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= 306398
involuntary context switches= 167117

runsolver used 2.10168 second user time and 4.53931 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 05:50:02
IDJOB=3311567
IDBENCH=82952
IDSOLVER=1698
FILE ID=node127/3311567-1304135402
RUNJOBID= node127-1304135402-24115
PBS_JOBID= 13170783
Free space on /tmp= 72736 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1982873755-080.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311567-1304135402/watcher-3311567-1304135402 -o /tmp/evaluation-result-3311567-1304135402/solver-3311567-1304135402 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311567-1304135402.cnf -hbr 2

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

MD5SUM BENCH= 063ddd149f36deba1032de0c40881dff
RANDOM SEED=400272098

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27768504 kB
Buffers:       1299576 kB
Cached:        3356348 kB
SwapCached:          8 kB
Active:         232844 kB
Inactive:      4486916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27768504 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3560 kB
Writeback:           0 kB
AnonPages:       63648 kB
Mapped:          14876 kB
Slab:           398976 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   206584 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= 72736 MiB
End job on node127 at 2011-04-30 06:10:11