Trace number 3312332

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4801.07 1247.57

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1233052734-067-UNKNOWN.cnf
MD5SUMeea50e836fd8ac6474349634450aaaf7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.8316
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	01:45 INFO : Reading from input HOME/instance-3312332-1304110905.cnf
0.83/0.68	Executor set job limit to 1000000
0.83/0.68	Executor set job limit to 1000000
0.83/0.68	Executor set job limit to 1000000
0.83/0.68	Executor set job limit to 1000000
0.83/0.68	Starting Executor!
0.83/0.68	Starting Executor!
0.83/0.68	Starting Executor!
0.83/0.68	Starting Executor!
3.85/2.02	01:47 INFO : 24915 variables remaining out of 25000
3.85/2.02	01:47 INFO : 417888 literals remaining out of 420000

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

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

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


[startup+0 s]
/proc/loadavg: 6.34 7.68 7.86 4/194 28380
/proc/meminfo: memFree=22899588/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28380 28325 0 -1 4202496 1423 0 0 0 0 0 0 0 22 0 2 0 522691448 27824128 894 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624913381 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 6793 894 684 9 0 381 0
[pid=28380/tid=28381] ppid=28378 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) R 28378 28380 28325 0 -1 4202560 71 0 0 0 0 0 0 0 23 0 2 0 522691448 29065216 898 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270608187015 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.106146 s]
/proc/loadavg: 6.34 7.68 7.86 4/194 28380
/proc/meminfo: memFree=22899588/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=15676992 CPUtime=0.1 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28380 28325 0 -1 4202496 5662 0 1 0 10 0 0 0 22 0 18 0 522691448 16053239808 5072 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 3919248 5075 2118 9 0 3909967 0
[pid=28380/tid=28381] ppid=28378 vsize=15676992 CPUtime=0.08 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) R 28378 28380 28325 0 -1 4202560 3494 0 1 0 8 0 0 0 25 0 18 0 522691448 16053239808 5075 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 47539436566040 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676992

[startup+0.201082 s]
/proc/loadavg: 6.34 7.68 7.86 4/194 28380
/proc/meminfo: memFree=22899588/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=15678028 CPUtime=0.28 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28380 28325 0 -1 4202496 7173 0 1 0 28 0 0 0 22 0 18 0 522691448 16054300672 6528 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 3919507 6529 2188 9 0 3910226 0
[pid=28380/tid=28381] ppid=28378 vsize=15678028 CPUtime=0.18 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) R 28378 28380 28325 0 -1 4202560 4518 0 1 0 18 0 0 0 25 0 18 0 522691448 16054300672 6529 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15678028

[startup+0.301105 s]
/proc/loadavg: 6.34 7.68 7.86 4/194 28380
/proc/meminfo: memFree=22899588/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=15680564 CPUtime=0.51 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28380 28325 0 -1 4202496 15825 0 1 0 49 2 0 0 22 0 18 0 522691448 16056897536 14269 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 3920141 14275 2207 9 0 3910860 0
[pid=28380/tid=28381] ppid=28378 vsize=15680564 CPUtime=0.28 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) R 28378 28380 28325 0 -1 4202560 10695 0 1 0 26 2 0 0 25 0 18 0 522691448 16056897536 14278 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505641521 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680564

[startup+0.700993 s]
/proc/loadavg: 6.34 7.68 7.86 4/194 28380
/proc/meminfo: memFree=22899588/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=15684676 CPUtime=0.94 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28380 28325 0 -1 4202496 41941 0 1 0 88 6 0 0 22 0 22 0 522691448 16061108224 40383 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 3921169 40383 2226 9 0 3911888 0
[pid=28380/tid=28381] ppid=28378 vsize=15684676 CPUtime=0.67 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) R 28378 28380 28325 0 -1 4202560 35582 0 1 0 62 5 0 0 25 0 22 0 522691448 16061108224 40383 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505164205 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15684676

[startup+1.50136 s]
/proc/loadavg: 6.34 7.68 7.86 9/220 28406
/proc/meminfo: memFree=22542136/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=15719096 CPUtime=2.58 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28380 28325 0 -1 4202496 56106 0 1 0 250 8 0 0 22 0 22 0 522691448 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 3929774 49132 2259 9 0 3920493 0
[pid=28380/tid=28381] ppid=28378 vsize=15719096 CPUtime=1.47 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) R 28378 28380 28325 0 -1 4202560 35599 0 1 0 142 5 0 0 18 0 22 0 522691448 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505663449 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28380/tid=28383] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) S 28378 28380 28325 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 522691449 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28384] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) S 28378 28380 28325 0 -1 4202560 33 0 0 0 0 0 0 0 19 0 22 0 522691449 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28385] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522691449 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28386] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522691449 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28387] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28378 28380 28325 0 -1 4202560 37 0 0 0 0 0 0 0 19 0 22 0 522691449 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28388] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522691449 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28389] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28378 28380 28325 0 -1 4202560 54 0 0 0 0 0 0 0 19 0 22 0 522691449 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28390] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28378 28380 28325 0 -1 4202560 1019 0 0 0 0 0 0 0 19 0 22 0 522691449 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28391] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28378 28380 28325 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522691450 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 0 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28392] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28378 28380 28325 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 522691450 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28393] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28378 28380 28325 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 522691450 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28394] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 522691452 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624934321 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28395] ppid=28378 vsize=15719096 CPUtime=0.87 cores=1,3,5,7
/proc/28380/task/28395/stat : 28395 (java) R 28378 28380 28325 0 -1 4202560 16415 0 0 0 85 2 0 0 19 0 22 0 522691452 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 47539432847852 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28380/tid=28396] ppid=28378 vsize=15719096 CPUtime=0.21 cores=1,3,5,7
/proc/28380/task/28396/stat : 28396 (java) S 28378 28380 28325 0 -1 4202560 1495 0 0 0 21 0 0 0 15 0 22 0 522691452 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28397] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522691452 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28398] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522691452 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28403] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) S 28378 28380 28325 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 522691516 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28404] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28404/stat : 28404 (java) S 28378 28380 28325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522691516 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28405] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28405/stat : 28405 (java) S 28378 28380 28325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522691516 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28406] ppid=28378 vsize=15719096 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28406/stat : 28406 (java) S 28378 28380 28325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 522691516 16096354304 49132 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 15719096

[startup+3.12957 s]
/proc/loadavg: 6.34 7.68 7.86 9/220 28406
/proc/meminfo: memFree=22433896/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=15716128 CPUtime=7.38 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28380 28325 0 -1 4202496 104400 0 1 0 723 15 0 0 22 0 22 0 522691448 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 3929032 91490 2275 9 0 3919751 0
[pid=28380/tid=28381] ppid=28378 vsize=15716128 CPUtime=1.99 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) S 28378 28380 28325 0 -1 4202560 35650 0 1 0 194 5 0 0 18 0 22 0 522691448 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28383] ppid=28378 vsize=15716128 CPUtime=0.02 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) S 28378 28380 28325 0 -1 4202560 1680 0 0 0 2 0 0 0 15 0 22 0 522691449 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28384] ppid=28378 vsize=15716128 CPUtime=0.05 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) S 28378 28380 28325 0 -1 4202560 5850 0 0 0 5 0 0 0 16 0 22 0 522691449 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28385] ppid=28378 vsize=15716128 CPUtime=0.03 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) S 28378 28380 28325 0 -1 4202560 6767 0 0 0 3 0 0 0 15 0 22 0 522691449 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28386] ppid=28378 vsize=15716128 CPUtime=0.03 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28378 28380 28325 0 -1 4202560 4292 0 0 0 3 0 0 0 16 0 22 0 522691449 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28387] ppid=28378 vsize=15716128 CPUtime=0.08 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28378 28380 28325 0 -1 4202560 11595 0 0 0 7 1 0 0 16 0 22 0 522691449 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28388] ppid=28378 vsize=15716128 CPUtime=0.01 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28378 28380 28325 0 -1 4202560 1056 0 0 0 1 0 0 0 15 0 22 0 522691449 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28389] ppid=28378 vsize=15716128 CPUtime=0.03 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28378 28380 28325 0 -1 4202560 5042 0 0 0 3 0 0 0 15 0 22 0 522691449 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28390] ppid=28378 vsize=15716128 CPUtime=0.04 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28378 28380 28325 0 -1 4202560 7216 0 0 0 3 1 0 0 16 0 22 0 522691449 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28391] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28378 28380 28325 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 22 0 522691450 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 0 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28392] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28378 28380 28325 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522691450 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28393] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28378 28380 28325 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522691450 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28394] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 522691452 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624934321 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28395] ppid=28378 vsize=15716128 CPUtime=1.44 cores=1,3,5,7
/proc/28380/task/28395/stat : 28395 (java) S 28378 28380 28325 0 -1 4202560 18774 0 0 0 142 2 0 0 15 0 22 0 522691452 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28396] ppid=28378 vsize=15716128 CPUtime=0.77 cores=1,3,5,7
/proc/28380/task/28396/stat : 28396 (java) S 28378 28380 28325 0 -1 4202560 4896 0 0 0 77 0 0 0 15 0 22 0 522691452 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28397] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522691452 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28398] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) R 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522691452 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28380/tid=28403] ppid=28378 vsize=15716128 CPUtime=0.83 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) R 28378 28380 28325 0 -1 4202560 31 0 0 0 83 0 0 0 16 0 22 0 522691516 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912506106419 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28380/tid=28404] ppid=28378 vsize=15716128 CPUtime=0.5 cores=1,3,5,7
/proc/28380/task/28404/stat : 28404 (java) R 28378 28380 28325 0 -1 4202560 9 0 0 0 50 0 0 0 15 0 22 0 522691516 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 47539437320220 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28380/tid=28405] ppid=28378 vsize=15716128 CPUtime=0.63 cores=1,3,5,7
/proc/28380/task/28405/stat : 28405 (java) R 28378 28380 28325 0 -1 4202560 7 0 0 0 63 0 0 0 15 0 22 0 522691516 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505523491 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28380/tid=28406] ppid=28378 vsize=15716128 CPUtime=0.78 cores=1,3,5,7
/proc/28380/task/28406/stat : 28406 (java) R 28378 28380 28325 0 -1 4202560 11 0 0 0 78 0 0 0 15 0 22 0 522691516 16093315072 91490 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912506206874 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 15716128

[startup+6.30101 s]
/proc/loadavg: 6.47 7.69 7.87 10/220 28406
/proc/meminfo: memFree=21095836/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=15716128 CPUtime=20.03 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28380 28325 0 -1 4202496 255915 0 1 0 1963 40 0 0 22 0 22 0 522691448 16093315072 242810 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 3929032 242810 2275 9 0 3919751 0
[pid=28380/tid=28381] ppid=28378 vsize=15716128 CPUtime=1.99 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) S 28378 28380 28325 0 -1 4202560 35650 0 1 0 194 5 0 0 18 0 22 0 522691448 16093315072 242810 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28383] ppid=28378 vsize=15716128 CPUtime=0.11 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) S 28378 28380 28325 0 -1 4202560 18616 0 0 0 9 2 0 0 15 0 22 0 522691449 16093315072 242810 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28384] ppid=28378 vsize=15716128 CPUtime=0.11 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) S 28378 28380 28325 0 -1 4202560 12316 0 0 0 9 2 0 0 15 0 22 0 522691449 16093315072 242810 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28385] ppid=28378 vsize=15716128 CPUtime=0.1 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) S 28378 28380 28325 0 -1 4202560 20834 0 0 0 7 3 0 0 16 0 22 0 522691449 16093315072 242810 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28386] ppid=28378 vsize=15716128 CPUtime=0.1 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28378 28380 28325 0 -1 4202560 14907 0 0 0 8 2 0 0 15 0 22 0 522691449 16093315072 242810 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28387] ppid=28378 vsize=15716128 CPUtime=0.19 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28378 28380 28325 0 -1 4202560 31860 0 0 0 14 5 0 0 15 0 22 0 522691449 16093315072 242810 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28388] ppid=28378 vsize=15716128 CPUtime=0.04 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28378 28380 28325 0 -1 4202560 4532 0 0 0 4 0 0 0 15 0 22 0 522691449 16093315072 242810 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28389] ppid=28378 vsize=15716128 CPUtime=0.1 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28378 28380 28325 0 -1 4202560 17256 0 0 0 8 2 0 0 15 0 22 0 522691449 16093315072 242810 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28390] ppid=28378 vsize=15716128 CPUtime=0.21 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28378 28380 28325 0 -1 4202560 37200 0 0 0 15 6 0 0 15 0 22 0 522691449 16093315072 242810 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0

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

/proc/28380/task/28385/stat : 28385 (java) S 28378 28380 28325 0 -1 4202560 294836 0 0 0 205 47 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28386] ppid=28378 vsize=15716128 CPUtime=2.49 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28378 28380 28325 0 -1 4202560 318839 0 0 0 195 54 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28387] ppid=28378 vsize=15716128 CPUtime=2.74 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28378 28380 28325 0 -1 4202560 360265 0 0 0 216 58 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28388] ppid=28378 vsize=15716128 CPUtime=2.75 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28378 28380 28325 0 -1 4202560 399707 0 0 0 207 68 0 0 15 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28389] ppid=28378 vsize=15716128 CPUtime=2.8 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28378 28380 28325 0 -1 4202560 348803 0 0 0 221 59 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28390] ppid=28378 vsize=15716128 CPUtime=3 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28378 28380 28325 0 -1 4202560 358492 0 0 0 236 64 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28391] ppid=28378 vsize=15716128 CPUtime=58.03 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28378 28380 28325 0 -1 4202560 560055 0 0 0 5745 58 0 0 15 0 22 0 522691450 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 0 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28392] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28378 28380 28325 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522691450 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28393] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28378 28380 28325 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522691450 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28394] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 522691452 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624934321 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28395] ppid=28378 vsize=15716128 CPUtime=1.48 cores=1,3,5,7
/proc/28380/task/28395/stat : 28395 (java) S 28378 28380 28325 0 -1 4202560 18779 0 0 0 146 2 0 0 15 0 22 0 522691452 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28396] ppid=28378 vsize=15716128 CPUtime=1.19 cores=1,3,5,7
/proc/28380/task/28396/stat : 28396 (java) S 28378 28380 28325 0 -1 4202560 5021 0 0 0 119 0 0 0 15 0 22 0 522691452 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28397] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522691452 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28398] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28378 28380 28325 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 522691452 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28403] ppid=28378 vsize=15716128 CPUtime=1173.54 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) R 28378 28380 28325 0 -1 4202560 102092 0 0 0 117340 14 0 0 25 0 22 0 522691516 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505584635 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28380/tid=28404] ppid=28378 vsize=15716128 CPUtime=1175.47 cores=1,3,5,7
/proc/28380/task/28404/stat : 28404 (java) R 28378 28380 28325 0 -1 4202560 94399 0 0 0 117535 12 0 0 25 0 22 0 522691516 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505584588 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28380/tid=28405] ppid=28378 vsize=15716128 CPUtime=1174.57 cores=1,3,5,7
/proc/28380/task/28405/stat : 28405 (java) R 28378 28380 28325 0 -1 4202560 86960 0 0 0 117448 9 0 0 25 0 22 0 522691516 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505812584 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28380/tid=28406] ppid=28378 vsize=15716128 CPUtime=1173.4 cores=1,3,5,7
/proc/28380/task/28406/stat : 28406 (java) R 28378 28380 28325 0 -1 4202560 104601 0 0 0 117328 12 0 0 17 0 22 0 522691516 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505812584 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4782.59
Current children cumulated vsize (KiB) 15716128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1246.71 s]
/proc/loadavg: 7.81 7.87 7.88 9/220 28493
/proc/meminfo: memFree=3885340/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=15716128 CPUtime=4800.18 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28380 28325 0 -1 4202496 3903559 0 1 0 479412 606 0 0 22 0 22 0 522691448 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 3929032 3865295 2293 9 0 3919751 0
[pid=28380/tid=28381] ppid=28378 vsize=15716128 CPUtime=1.99 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) S 28378 28380 28325 0 -1 4202560 35650 0 1 0 194 5 0 0 18 0 22 0 522691448 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28383] ppid=28378 vsize=15716128 CPUtime=3.25 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) S 28378 28380 28325 0 -1 4202560 374068 0 0 0 260 65 0 0 15 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28384] ppid=28378 vsize=15716128 CPUtime=3.22 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) S 28378 28380 28325 0 -1 4202560 439535 0 0 0 251 71 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28385] ppid=28378 vsize=15716128 CPUtime=2.52 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) S 28378 28380 28325 0 -1 4202560 294836 0 0 0 205 47 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28386] ppid=28378 vsize=15716128 CPUtime=2.49 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28378 28380 28325 0 -1 4202560 318839 0 0 0 195 54 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28387] ppid=28378 vsize=15716128 CPUtime=2.74 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28378 28380 28325 0 -1 4202560 360265 0 0 0 216 58 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28388] ppid=28378 vsize=15716128 CPUtime=2.75 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28378 28380 28325 0 -1 4202560 399707 0 0 0 207 68 0 0 15 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28389] ppid=28378 vsize=15716128 CPUtime=2.8 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28378 28380 28325 0 -1 4202560 348803 0 0 0 221 59 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28390] ppid=28378 vsize=15716128 CPUtime=3 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28378 28380 28325 0 -1 4202560 358492 0 0 0 236 64 0 0 16 0 22 0 522691449 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28391] ppid=28378 vsize=15716128 CPUtime=58.03 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28378 28380 28325 0 -1 4202560 560055 0 0 0 5745 58 0 0 15 0 22 0 522691450 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 0 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28392] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28378 28380 28325 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522691450 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28393] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28378 28380 28325 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 522691450 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28394] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 522691452 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624934321 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28395] ppid=28378 vsize=15716128 CPUtime=1.48 cores=1,3,5,7
/proc/28380/task/28395/stat : 28395 (java) S 28378 28380 28325 0 -1 4202560 18779 0 0 0 146 2 0 0 15 0 22 0 522691452 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28396] ppid=28378 vsize=15716128 CPUtime=1.19 cores=1,3,5,7
/proc/28380/task/28396/stat : 28396 (java) S 28378 28380 28325 0 -1 4202560 5021 0 0 0 119 0 0 0 15 0 22 0 522691452 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28397] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522691452 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28398] ppid=28378 vsize=15716128 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28378 28380 28325 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 522691452 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28403] ppid=28378 vsize=15716128 CPUtime=1177.94 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) R 28378 28380 28325 0 -1 4202560 102092 0 0 0 117780 14 0 0 25 0 22 0 522691516 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505784007 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28380/tid=28404] ppid=28378 vsize=15716128 CPUtime=1179.88 cores=1,3,5,7
/proc/28380/task/28404/stat : 28404 (java) R 28378 28380 28325 0 -1 4202560 94399 0 0 0 117976 12 0 0 25 0 22 0 522691516 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505584599 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28380/tid=28405] ppid=28378 vsize=15716128 CPUtime=1178.98 cores=1,3,5,7
/proc/28380/task/28405/stat : 28405 (java) R 28378 28380 28325 0 -1 4202560 86960 0 0 0 117889 9 0 0 25 0 22 0 522691516 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505812527 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28380/tid=28406] ppid=28378 vsize=15716128 CPUtime=1177.77 cores=1,3,5,7
/proc/28380/task/28406/stat : 28406 (java) R 28378 28380 28325 0 -1 4202560 104601 0 0 0 117765 12 0 0 25 0 22 0 522691516 16093315072 3865295 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 46912505584693 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 15716128

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

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

[startup+1247 s]
/proc/loadavg: 7.81 7.87 7.88 9/220 28493
/proc/meminfo: memFree=3885340/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=15717156 CPUtime=4800.49 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28380 28325 0 -1 4202496 3903576 0 1 0 479443 606 0 0 18 0 23 0 522691448 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 3929289 3865311 2293 9 0 3920008 0
[pid=28380/tid=28381] ppid=28378 vsize=15717156 CPUtime=1.99 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) S 28378 28380 28325 0 -1 4202560 35650 0 1 0 194 5 0 0 18 0 23 0 522691448 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28383] ppid=28378 vsize=15717156 CPUtime=3.25 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) S 28378 28380 28325 0 -1 4202560 374068 0 0 0 260 65 0 0 15 0 23 0 522691449 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28384] ppid=28378 vsize=15717156 CPUtime=3.22 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) S 28378 28380 28325 0 -1 4202560 439535 0 0 0 251 71 0 0 16 0 23 0 522691449 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28385] ppid=28378 vsize=15717156 CPUtime=2.52 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) S 28378 28380 28325 0 -1 4202560 294836 0 0 0 205 47 0 0 16 0 23 0 522691449 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28386] ppid=28378 vsize=15717156 CPUtime=2.49 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28378 28380 28325 0 -1 4202560 318839 0 0 0 195 54 0 0 16 0 23 0 522691449 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28387] ppid=28378 vsize=15717156 CPUtime=2.74 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28378 28380 28325 0 -1 4202560 360265 0 0 0 216 58 0 0 16 0 23 0 522691449 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28388] ppid=28378 vsize=15717156 CPUtime=2.75 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28378 28380 28325 0 -1 4202560 399707 0 0 0 207 68 0 0 15 0 23 0 522691449 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28389] ppid=28378 vsize=15717156 CPUtime=2.8 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28378 28380 28325 0 -1 4202560 348803 0 0 0 221 59 0 0 16 0 23 0 522691449 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28390] ppid=28378 vsize=15717156 CPUtime=3 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28378 28380 28325 0 -1 4202560 358492 0 0 0 236 64 0 0 16 0 23 0 522691449 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28391] ppid=28378 vsize=15717156 CPUtime=58.31 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) R 28378 28380 28325 0 -1 4202560 560055 0 0 0 5773 58 0 0 16 0 23 0 522691450 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 47539432806208 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=28380/tid=28392] ppid=28378 vsize=15717156 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28378 28380 28325 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 23 0 522691450 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28393] ppid=28378 vsize=15717156 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28378 28380 28325 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 23 0 522691450 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28394] ppid=28378 vsize=15717156 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28378 28380 28325 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 23 0 522691452 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624934321 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28395] ppid=28378 vsize=15717156 CPUtime=1.48 cores=1,3,5,7
/proc/28380/task/28395/stat : 28395 (java) S 28378 28380 28325 0 -1 4202560 18779 0 0 0 146 2 0 0 15 0 23 0 522691452 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28396] ppid=28378 vsize=15717156 CPUtime=1.19 cores=1,3,5,7
/proc/28380/task/28396/stat : 28396 (java) S 28378 28380 28325 0 -1 4202560 5021 0 0 0 119 0 0 0 15 0 23 0 522691452 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28397] ppid=28378 vsize=15717156 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28397/stat : 28397 (java) S 28378 28380 28325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 23 0 522691452 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
[pid=28380/tid=28398] ppid=28378 vsize=15717156 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28398/stat : 28398 (java) S 28378 28380 28325 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 23 0 522691452 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624927232 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28403] ppid=28378 vsize=15717156 CPUtime=1177.95 cores=1,3,5,7
/proc/28380/task/28403/stat : 28403 (java) S 28378 28380 28325 0 -1 4202560 102092 0 0 0 117781 14 0 0 25 0 23 0 522691516 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 5 0 0 0
[pid=28380/tid=28404] ppid=28378 vsize=15717156 CPUtime=1179.88 cores=1,3,5,7
/proc/28380/task/28404/stat : 28404 (java) S 28378 28380 28325 0 -1 4202560 94399 0 0 0 117976 12 0 0 25 0 23 0 522691516 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 3 0 0 0
[pid=28380/tid=28405] ppid=28378 vsize=15717156 CPUtime=1178.99 cores=1,3,5,7
/proc/28380/task/28405/stat : 28405 (java) S 28378 28380 28325 0 -1 4202560 86960 0 0 0 117890 9 0 0 25 0 23 0 522691516 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 1 0 0 0
[pid=28380/tid=28406] ppid=28378 vsize=15717156 CPUtime=1177.78 cores=1,3,5,7
/proc/28380/task/28406/stat : 28406 (java) S 28378 28380 28325 0 -1 4202560 104601 0 0 0 117766 12 0 0 25 0 23 0 522691516 16094367744 3865311 33554432000 1073741824 1073778376 140734537613760 18446744073709551615 270624926617 0 4 0 16800975 18446604467883053248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.49
Current children cumulated vsize (KiB) 15717156

[startup+1247.4 s]
/proc/loadavg: 7.81 7.87 7.88 9/220 28493
/proc/meminfo: memFree=3885340/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=0 CPUtime=4800.89 cores=1,3,5,7
/proc/28380/stat : 28380 (java) Z 28378 28380 28325 0 -1 4203548 3903587 0 1 0 479444 645 0 0 15 0 2 0 522691448 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 0 0 0 0 0 0 0
[pid=28380/tid=28406] ppid=28378 vsize=0 CPUtime=1178.16 cores=1,3,5,7
/proc/28380/task/28406/stat : 28406 (java) R 28378 28380 28325 0 -1 4203588 104601 0 0 0 117766 50 0 0 25 0 2 0 522691516 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.89
Current children cumulated vsize (KiB) 0

[startup+1247.5 s]
/proc/loadavg: 7.81 7.87 7.88 9/220 28493
/proc/meminfo: memFree=3885340/32951124 swapFree=67111524/67111528
[pid=28380] ppid=28378 vsize=0 CPUtime=4800.99 cores=1,3,5,7
/proc/28380/stat : 28380 (java) Z 28378 28380 28325 0 -1 4203548 3903587 0 1 0 479444 655 0 0 15 0 2 0 522691448 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28380/statm: 0 0 0 0 0 0 0
[pid=28380/tid=28406] ppid=28378 vsize=0 CPUtime=1178.26 cores=1,3,5,7
/proc/28380/task/28406/stat : 28406 (java) R 28378 28380 28325 0 -1 4203588 104601 0 0 0 117766 60 0 0 25 0 2 0 522691516 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.99
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1247.57
CPU time (s): 4801.07
CPU user time (s): 4794.45
CPU system time (s): 6.62199
CPU usage (%): 384.834
Max. virtual memory (cumulated for all children) (KiB): 15719124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.45
system time used= 6.62199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3903587
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= 28900
involuntary context switches= 60419

runsolver used 2.14567 second user time and 4.68929 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 23:01:45
IDJOB=3312332
IDBENCH=82517
IDSOLVER=1699
FILE ID=node108/3312332-1304110905
RUNJOBID= node108-1304110905-28344
PBS_JOBID= 13170680
Free space on /tmp= 72116 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S1233052734-067-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312332-1304110905/watcher-3312332-1304110905 -o /tmp/evaluation-result-3312332-1304110905/solver-3312332-1304110905 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312332-1304110905.cnf

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

MD5SUM BENCH= eea50e836fd8ac6474349634450aaaf7
RANDOM SEED=986384347

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.77
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.820
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.82
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.820
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.820
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.820
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:      22899860 kB
Buffers:       1984896 kB
Cached:        7418636 kB
SwapCached:          4 kB
Active:         372696 kB
Inactive:      9103064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22899860 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5984 kB
Writeback:           0 kB
AnonPages:       71752 kB
Mapped:          21416 kB
Slab:           509024 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   779280 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= 72116 MiB
End job on node108 at 2011-04-29 23:22:34