Trace number 3311975

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.42 1206.97

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes3.cnf
MD5SUMcef3d3066fec910e94448f2404c09548
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.10/0.11	37:34 INFO : Reading from input HOME/instance-3311975-1304091453.cnf
1.14/0.97	Executor set job limit to 1000000
1.14/0.97	Executor set job limit to 1000000
1.14/0.97	Executor set job limit to 1000000
1.14/0.97	Executor set job limit to 1000000
1.14/0.97	Starting Executor!
1.14/0.97	Starting Executor!
1.14/0.97	Starting Executor!
1.14/0.98	Starting Executor!
2.47/2.19	37:36 INFO : 2400 variables remaining out of 2400
2.47/2.19	37:36 INFO : 1600611 literals remaining out of 801543

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

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

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


[startup+0 s]
/proc/loadavg: 8.13 8.10 8.01 4/196 25107
/proc/meminfo: memFree=30731488/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 1415 0 0 0 0 0 0 0 25 0 2 0 520744980 26714112 885 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 6522 885 678 9 0 381 0
[pid=25107/tid=25108] ppid=25105 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) R 25105 25107 24497 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 520744980 26714112 885 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274659884679 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.050283 s]
/proc/loadavg: 8.13 8.10 8.01 4/196 25107
/proc/meminfo: memFree=30731488/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=15609648 CPUtime=0.03 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 4068 0 1 0 3 0 0 0 25 0 18 0 520744980 15984279552 3506 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 3902412 3506 1754 9 0 3893131 0
[pid=25107/tid=25108] ppid=25105 vsize=15609648 CPUtime=0.03 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) R 25105 25107 24497 0 -1 4202560 2651 0 1 0 3 0 0 0 25 0 18 0 520744980 15984279552 3507 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274664469189 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15609648

[startup+0.101229 s]
/proc/loadavg: 8.13 8.10 8.01 4/196 25107
/proc/meminfo: memFree=30731488/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=15676768 CPUtime=0.1 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 5616 0 1 0 9 1 0 0 25 0 18 0 520744980 16053010432 5013 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 3919192 5015 2117 9 0 3909911 0
[pid=25107/tid=25108] ppid=25105 vsize=15676768 CPUtime=0.09 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) R 25105 25107 24497 0 -1 4202560 3447 0 1 0 8 1 0 0 25 0 18 0 520744980 16053010432 5015 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46963498993146 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676768

[startup+0.300223 s]
/proc/loadavg: 8.13 8.10 8.01 4/196 25107
/proc/meminfo: memFree=30731488/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=15682912 CPUtime=0.52 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 13982 0 1 0 50 2 0 0 25 0 18 0 520744980 16059301888 12593 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 3920728 12597 2208 9 0 3911447 0
[pid=25107/tid=25108] ppid=25105 vsize=15682912 CPUtime=0.27 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) R 25105 25107 24497 0 -1 4202560 9051 0 1 0 26 1 0 0 18 0 18 0 520744980 16059301888 12599 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15682912

[startup+0.701109 s]
/proc/loadavg: 8.13 8.10 8.01 4/196 25107
/proc/meminfo: memFree=30731488/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=15682912 CPUtime=0.93 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 41586 0 1 0 87 6 0 0 25 0 18 0 520744980 16059301888 40195 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 3920728 40195 2224 9 0 3911447 0
[pid=25107/tid=25108] ppid=25105 vsize=15682912 CPUtime=0.67 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) R 25105 25107 24497 0 -1 4202560 35525 0 1 0 63 4 0 0 18 0 18 0 520744980 16059301888 40195 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912505637235 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15682912

[startup+1.50098 s]
/proc/loadavg: 8.13 8.10 8.01 10/218 25129
/proc/meminfo: memFree=30518352/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=15688048 CPUtime=2.12 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 50179 0 1 0 205 7 0 0 25 0 22 0 520744980 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 3922012 45945 2256 9 0 3912731 0
[pid=25107/tid=25108] ppid=25105 vsize=15688048 CPUtime=1.46 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) R 25105 25107 24497 0 -1 4202560 35627 0 1 0 142 4 0 0 20 0 22 0 520744980 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46963496193888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 24497 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 520744981 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 24497 0 -1 4202560 27 0 0 0 0 0 0 0 17 0 22 0 520744981 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 520744981 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 520744981 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 24497 0 -1 4202560 593 0 0 0 0 0 0 0 17 0 22 0 520744981 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 24497 0 -1 4202560 23 0 0 0 0 0 0 0 17 0 22 0 520744981 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 24497 0 -1 4202560 609 0 0 0 0 0 0 0 17 0 22 0 520744981 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 24497 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 22 0 520744981 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 24497 0 -1 4202560 71 0 0 0 0 0 0 0 17 0 22 0 520744982 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 0 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 24497 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 520744982 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 24497 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 520744982 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520744984 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676631985 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=15688048 CPUtime=0.39 cores=0,2,4,6
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 24497 0 -1 4202560 8258 0 0 0 38 1 0 0 15 0 22 0 520744984 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=15688048 CPUtime=0.21 cores=0,2,4,6
/proc/25107/task/25123/stat : 25123 (java) R 25105 25107 24497 0 -1 4202560 2710 0 0 0 21 0 0 0 15 0 22 0 520744984 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46963496518935 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520744984 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520744984 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25126/stat : 25126 (java) R 25105 25107 24497 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 520745078 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25107/tid=25127] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25127/stat : 25127 (java) S 25105 25107 24497 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 520745078 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25128] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25128/stat : 25128 (java) S 25105 25107 24497 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 520745078 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25129] ppid=25105 vsize=15688048 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25129/stat : 25129 (java) S 25105 25107 24497 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 520745078 16064561152 45945 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 15688048

[startup+4.33844 s]
/proc/loadavg: 8.13 8.10 8.01 10/218 25129
/proc/meminfo: memFree=30518352/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=15691508 CPUtime=8.94 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 134208 0 1 0 875 19 0 0 25 0 22 0 520744980 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 3922877 128555 2274 9 0 3913596 0
[pid=25107/tid=25108] ppid=25105 vsize=15691508 CPUtime=2.14 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) S 25105 25107 24497 0 -1 4202560 35679 0 1 0 210 4 0 0 22 0 22 0 520744980 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 24497 0 -1 4202560 5534 0 0 0 0 0 0 0 15 0 22 0 520744981 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=15691508 CPUtime=0.02 cores=0,2,4,6
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 24497 0 -1 4202560 2992 0 0 0 2 0 0 0 15 0 22 0 520744981 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 24497 0 -1 4202560 1570 0 0 0 0 0 0 0 15 0 22 0 520744981 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=15691508 CPUtime=0.02 cores=0,2,4,6
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 24497 0 -1 4202560 4678 0 0 0 2 0 0 0 16 0 22 0 520744981 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=15691508 CPUtime=0.01 cores=0,2,4,6
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 24497 0 -1 4202560 6986 0 0 0 1 0 0 0 15 0 22 0 520744981 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=15691508 CPUtime=0.06 cores=0,2,4,6
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 24497 0 -1 4202560 24130 0 0 0 3 3 0 0 16 0 22 0 520744981 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=15691508 CPUtime=0.02 cores=0,2,4,6
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 24497 0 -1 4202560 5459 0 0 0 2 0 0 0 15 0 22 0 520744981 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=15691508 CPUtime=0.03 cores=0,2,4,6
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 24497 0 -1 4202560 13377 0 0 0 2 1 0 0 15 0 22 0 520744981 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 24497 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 22 0 520744982 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 0 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 24497 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520744982 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 24497 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520744982 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520744984 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676631985 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=15691508 CPUtime=0.86 cores=0,2,4,6
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 24497 0 -1 4202560 8363 0 0 0 85 1 0 0 15 0 22 0 520744984 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=15691508 CPUtime=0.58 cores=0,2,4,6
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 24497 0 -1 4202560 4085 0 0 0 58 0 0 0 15 0 22 0 520744984 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520744984 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520744984 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=15691508 CPUtime=1.24 cores=0,2,4,6
/proc/25107/task/25126/stat : 25126 (java) R 25105 25107 24497 0 -1 4202560 6368 0 0 0 124 0 0 0 16 0 22 0 520745078 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506126983 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25107/tid=25127] ppid=25105 vsize=15691508 CPUtime=0.91 cores=0,2,4,6
/proc/25107/task/25127/stat : 25127 (java) R 25105 25107 24497 0 -1 4202560 2705 0 0 0 91 0 0 0 16 0 22 0 520745078 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506143742 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=25107/tid=25128] ppid=25105 vsize=15691508 CPUtime=1.71 cores=0,2,4,6
/proc/25107/task/25128/stat : 25128 (java) R 25105 25107 24497 0 -1 4202560 4665 0 0 0 170 1 0 0 16 0 22 0 520745078 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506015924 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25107/tid=25129] ppid=25105 vsize=15691508 CPUtime=1.17 cores=0,2,4,6
/proc/25107/task/25129/stat : 25129 (java) R 25105 25107 24497 0 -1 4202560 5979 0 0 0 117 0 0 0 16 0 22 0 520745078 16068104192 128555 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506015629 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 15691508

[startup+6.3011 s]
/proc/loadavg: 8.04 8.08 8.01 9/218 25129
/proc/meminfo: memFree=28866744/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=15691508 CPUtime=16.76 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 230878 0 1 0 1643 33 0 0 25 0 22 0 520744980 16068104192 224164 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 3922877 224164 2274 9 0 3913596 0
[pid=25107/tid=25108] ppid=25105 vsize=15691508 CPUtime=2.14 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) S 25105 25107 24497 0 -1 4202560 35679 0 1 0 210 4 0 0 22 0 22 0 520744980 16068104192 224164 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=15691508 CPUtime=0.03 cores=0,2,4,6
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 24497 0 -1 4202560 11475 0 0 0 1 2 0 0 16 0 22 0 520744981 16068104192 224164 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=15691508 CPUtime=0.07 cores=0,2,4,6
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 24497 0 -1 4202560 16140 0 0 0 5 2 0 0 16 0 22 0 520744981 16068104192 224164 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 24497 0 -1 4202560 1570 0 0 0 0 0 0 0 15 0 22 0 520744981 16068104192 224164 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=15691508 CPUtime=0.05 cores=0,2,4,6
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 24497 0 -1 4202560 13039 0 0 0 3 2 0 0 16 0 22 0 520744981 16068104192 224164 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=15691508 CPUtime=0.05 cores=0,2,4,6
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 24497 0 -1 4202560 14114 0 0 0 3 2 0 0 15 0 22 0 520744981 16068104192 224164 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=15691508 CPUtime=0.09 cores=0,2,4,6
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 24497 0 -1 4202560 32737 0 0 0 5 4 0 0 16 0 22 0 520744981 16068104192 224164 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=15691508 CPUtime=0.05 cores=0,2,4,6
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 24497 0 -1 4202560 13447 0 0 0 4 1 0 0 16 0 22 0 520744981 16068104192 224164 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=15691508 CPUtime=0.06 cores=0,2,4,6
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 24497 0 -1 4202560 19334 0 0 0 4 2 0 0 15 0 22 0 520744981 16068104192 224164 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0

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

[pid=25107/tid=25127] ppid=25105 vsize=15691508 CPUtime=1106.67 cores=0,2,4,6
/proc/25107/task/25127/stat : 25127 (java) R 25105 25107 24497 0 -1 4202560 384849 0 0 0 110613 54 0 0 25 0 22 0 520745078 16068104192 234895 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506124522 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25107/tid=25128] ppid=25105 vsize=15691508 CPUtime=1108.21 cores=0,2,4,6
/proc/25107/task/25128/stat : 25128 (java) R 25105 25107 24497 0 -1 4202560 390445 0 0 0 110762 59 0 0 25 0 22 0 520745078 16068104192 234895 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506067190 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25107/tid=25129] ppid=25105 vsize=15691508 CPUtime=1107.8 cores=0,2,4,6
/proc/25107/task/25129/stat : 25129 (java) R 25105 25107 24497 0 -1 4202560 385891 0 0 0 110716 64 0 0 25 0 22 0 520745078 16068104192 234895 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506124525 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4463.38
Current children cumulated vsize (KiB) 15691508

[startup+1182.3 s]
/proc/loadavg: 8.16 8.10 8.02 10/218 25160
/proc/meminfo: memFree=29336460/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=15691508 CPUtime=4702.3 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 2683434 0 1 0 469709 521 0 0 25 0 22 0 520744980 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 3922877 219034 2298 9 0 3913596 0
[pid=25107/tid=25108] ppid=25105 vsize=15691508 CPUtime=2.14 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) S 25105 25107 24497 0 -1 4202560 35679 0 1 0 210 4 0 0 22 0 22 0 520744980 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=15691508 CPUtime=3.52 cores=0,2,4,6
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 24497 0 -1 4202560 126320 0 0 0 330 22 0 0 16 0 22 0 520744981 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=15691508 CPUtime=3.54 cores=0,2,4,6
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 24497 0 -1 4202560 117669 0 0 0 332 22 0 0 16 0 22 0 520744981 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=15691508 CPUtime=3.58 cores=0,2,4,6
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 24497 0 -1 4202560 107651 0 0 0 335 23 0 0 16 0 22 0 520744981 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=15691508 CPUtime=3.65 cores=0,2,4,6
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 24497 0 -1 4202560 126385 0 0 0 342 23 0 0 15 0 22 0 520744981 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=15691508 CPUtime=3.72 cores=0,2,4,6
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 24497 0 -1 4202560 127735 0 0 0 347 25 0 0 16 0 22 0 520744981 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=15691508 CPUtime=3.63 cores=0,2,4,6
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 24497 0 -1 4202560 145661 0 0 0 335 28 0 0 15 0 22 0 520744981 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=15691508 CPUtime=3.63 cores=0,2,4,6
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 24497 0 -1 4202560 136645 0 0 0 337 26 0 0 15 0 22 0 520744981 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=15691508 CPUtime=3.59 cores=0,2,4,6
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 24497 0 -1 4202560 127783 0 0 0 335 24 0 0 15 0 22 0 520744981 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=15691508 CPUtime=1.55 cores=0,2,4,6
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 24497 0 -1 4202560 6731 0 0 0 94 61 0 0 16 0 22 0 520744982 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 0 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 24497 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520744982 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 24497 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520744982 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520744984 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676631985 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=15691508 CPUtime=1.16 cores=0,2,4,6
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 24497 0 -1 4202560 8398 0 0 0 115 1 0 0 15 0 22 0 520744984 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=15691508 CPUtime=0.77 cores=0,2,4,6
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 24497 0 -1 4202560 4322 0 0 0 77 0 0 0 15 0 22 0 520744984 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520744984 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=15691508 CPUtime=0.01 cores=0,2,4,6
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 24497 0 -1 4202560 68 0 0 0 0 1 0 0 15 0 22 0 520744984 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=15691508 CPUtime=1167.01 cores=0,2,4,6
/proc/25107/task/25126/stat : 25126 (java) R 25105 25107 24497 0 -1 4202560 410438 0 0 0 116635 66 0 0 25 0 22 0 520745078 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506126704 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25107/tid=25127] ppid=25105 vsize=15691508 CPUtime=1165.9 cores=0,2,4,6
/proc/25107/task/25127/stat : 25127 (java) R 25105 25107 24497 0 -1 4202560 398952 0 0 0 116535 55 0 0 25 0 22 0 520745078 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506126785 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25107/tid=25128] ppid=25105 vsize=15691508 CPUtime=1167.54 cores=0,2,4,6
/proc/25107/task/25128/stat : 25128 (java) R 25105 25107 24497 0 -1 4202560 402026 0 0 0 116691 63 0 0 25 0 22 0 520745078 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506015621 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=25107/tid=25129] ppid=25105 vsize=15691508 CPUtime=1167.17 cores=0,2,4,6
/proc/25107/task/25129/stat : 25129 (java) R 25105 25107 24497 0 -1 4202560 399585 0 0 0 116651 66 0 0 25 0 22 0 520745078 16068104192 219034 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506124777 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4702.3
Current children cumulated vsize (KiB) 15691508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.91 s]
/proc/loadavg: 7.79 8.03 8.00 5/195 25164
/proc/meminfo: memFree=29921028/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=15691508 CPUtime=4800.34 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 2756509 0 1 0 479500 534 0 0 25 0 22 0 520744980 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 3922877 243881 2298 9 0 3913596 0
[pid=25107/tid=25108] ppid=25105 vsize=15691508 CPUtime=2.14 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) S 25105 25107 24497 0 -1 4202560 35679 0 1 0 210 4 0 0 22 0 22 0 520744980 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=15691508 CPUtime=3.6 cores=0,2,4,6
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 24497 0 -1 4202560 128576 0 0 0 338 22 0 0 15 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=15691508 CPUtime=3.64 cores=0,2,4,6
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 24497 0 -1 4202560 121343 0 0 0 341 23 0 0 15 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=15691508 CPUtime=3.67 cores=0,2,4,6
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 24497 0 -1 4202560 111618 0 0 0 344 23 0 0 16 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=15691508 CPUtime=3.75 cores=0,2,4,6
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 24497 0 -1 4202560 131180 0 0 0 352 23 0 0 16 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=15691508 CPUtime=3.82 cores=0,2,4,6
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 24497 0 -1 4202560 132855 0 0 0 356 26 0 0 15 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=15691508 CPUtime=3.71 cores=0,2,4,6
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 24497 0 -1 4202560 150804 0 0 0 342 29 0 0 16 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=15691508 CPUtime=3.72 cores=0,2,4,6
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 24497 0 -1 4202560 138989 0 0 0 346 26 0 0 15 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=15691508 CPUtime=3.69 cores=0,2,4,6
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 24497 0 -1 4202560 131349 0 0 0 344 25 0 0 16 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=15691508 CPUtime=1.57 cores=0,2,4,6
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 24497 0 -1 4202560 6951 0 0 0 94 63 0 0 15 0 22 0 520744982 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 0 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 24497 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520744982 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 24497 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520744982 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520744984 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676631985 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=15691508 CPUtime=1.16 cores=0,2,4,6
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 24497 0 -1 4202560 8398 0 0 0 115 1 0 0 15 0 22 0 520744984 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=15691508 CPUtime=0.77 cores=0,2,4,6
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 24497 0 -1 4202560 4322 0 0 0 77 0 0 0 15 0 22 0 520744984 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520744984 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=15691508 CPUtime=0.01 cores=0,2,4,6
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 24497 0 -1 4202560 70 0 0 0 0 1 0 0 15 0 22 0 520744984 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=15691508 CPUtime=1191.36 cores=0,2,4,6
/proc/25107/task/25126/stat : 25126 (java) R 25105 25107 24497 0 -1 4202560 422371 0 0 0 119069 67 0 0 25 0 22 0 520745078 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506207472 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25107/tid=25127] ppid=25105 vsize=15691508 CPUtime=1190.26 cores=0,2,4,6
/proc/25107/task/25127/stat : 25127 (java) R 25105 25107 24497 0 -1 4202560 409007 0 0 0 118969 57 0 0 25 0 22 0 520745078 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506126961 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25107/tid=25128] ppid=25105 vsize=15691508 CPUtime=1191.76 cores=0,2,4,6
/proc/25107/task/25128/stat : 25128 (java) R 25105 25107 24497 0 -1 4202560 412013 0 0 0 119111 65 0 0 25 0 22 0 520745078 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506015621 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=25107/tid=25129] ppid=25105 vsize=15691508 CPUtime=1191.51 cores=0,2,4,6
/proc/25107/task/25129/stat : 25129 (java) R 25105 25107 24497 0 -1 4202560 409598 0 0 0 119083 68 0 0 25 0 22 0 520745078 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506228488 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 15691508

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

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

[startup+1206.91 s]
/proc/loadavg: 7.79 8.03 8.00 5/195 25164
/proc/meminfo: memFree=29921028/32951132 swapFree=67111356/67111528
[pid=25107] ppid=25105 vsize=15691508 CPUtime=4800.34 cores=0,2,4,6
/proc/25107/stat : 25107 (java) S 25105 25107 24497 0 -1 4202496 2756509 0 1 0 479500 534 0 0 25 0 22 0 520744980 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 3922877 243881 2298 9 0 3913596 0
[pid=25107/tid=25108] ppid=25105 vsize=15691508 CPUtime=2.14 cores=0,2,4,6
/proc/25107/task/25108/stat : 25108 (java) S 25105 25107 24497 0 -1 4202560 35679 0 1 0 210 4 0 0 22 0 22 0 520744980 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25110] ppid=25105 vsize=15691508 CPUtime=3.6 cores=0,2,4,6
/proc/25107/task/25110/stat : 25110 (java) S 25105 25107 24497 0 -1 4202560 128576 0 0 0 338 22 0 0 15 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25111] ppid=25105 vsize=15691508 CPUtime=3.64 cores=0,2,4,6
/proc/25107/task/25111/stat : 25111 (java) S 25105 25107 24497 0 -1 4202560 121343 0 0 0 341 23 0 0 15 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25112] ppid=25105 vsize=15691508 CPUtime=3.67 cores=0,2,4,6
/proc/25107/task/25112/stat : 25112 (java) S 25105 25107 24497 0 -1 4202560 111618 0 0 0 344 23 0 0 16 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25113] ppid=25105 vsize=15691508 CPUtime=3.75 cores=0,2,4,6
/proc/25107/task/25113/stat : 25113 (java) S 25105 25107 24497 0 -1 4202560 131180 0 0 0 352 23 0 0 16 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25114] ppid=25105 vsize=15691508 CPUtime=3.82 cores=0,2,4,6
/proc/25107/task/25114/stat : 25114 (java) S 25105 25107 24497 0 -1 4202560 132855 0 0 0 356 26 0 0 15 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25115] ppid=25105 vsize=15691508 CPUtime=3.71 cores=0,2,4,6
/proc/25107/task/25115/stat : 25115 (java) S 25105 25107 24497 0 -1 4202560 150804 0 0 0 342 29 0 0 16 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25116] ppid=25105 vsize=15691508 CPUtime=3.72 cores=0,2,4,6
/proc/25107/task/25116/stat : 25116 (java) S 25105 25107 24497 0 -1 4202560 138989 0 0 0 346 26 0 0 15 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25117] ppid=25105 vsize=15691508 CPUtime=3.69 cores=0,2,4,6
/proc/25107/task/25117/stat : 25117 (java) S 25105 25107 24497 0 -1 4202560 131349 0 0 0 344 25 0 0 16 0 22 0 520744981 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25118] ppid=25105 vsize=15691508 CPUtime=1.57 cores=0,2,4,6
/proc/25107/task/25118/stat : 25118 (java) S 25105 25107 24497 0 -1 4202560 6951 0 0 0 94 63 0 0 15 0 22 0 520744982 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 0 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25119] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25119/stat : 25119 (java) S 25105 25107 24497 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520744982 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25120] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25120/stat : 25120 (java) S 25105 25107 24497 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520744982 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25121] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25121/stat : 25121 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520744984 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676631985 0 4 0 16800975 18446604453720903936 0 0 -1 2 0 0 0
[pid=25107/tid=25122] ppid=25105 vsize=15691508 CPUtime=1.16 cores=0,2,4,6
/proc/25107/task/25122/stat : 25122 (java) S 25105 25107 24497 0 -1 4202560 8398 0 0 0 115 1 0 0 15 0 22 0 520744984 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 0 0 0 0
[pid=25107/tid=25123] ppid=25105 vsize=15691508 CPUtime=0.77 cores=0,2,4,6
/proc/25107/task/25123/stat : 25123 (java) S 25105 25107 24497 0 -1 4202560 4322 0 0 0 77 0 0 0 15 0 22 0 520744984 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 6 0 0 0
[pid=25107/tid=25124] ppid=25105 vsize=15691508 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25124/stat : 25124 (java) S 25105 25107 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520744984 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624281 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25125] ppid=25105 vsize=15691508 CPUtime=0.01 cores=0,2,4,6
/proc/25107/task/25125/stat : 25125 (java) S 25105 25107 24497 0 -1 4202560 70 0 0 0 0 1 0 0 15 0 22 0 520744984 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 274676624896 0 4 0 16800975 18446604453720903936 0 0 -1 4 0 0 0
[pid=25107/tid=25126] ppid=25105 vsize=15691508 CPUtime=1191.36 cores=0,2,4,6
/proc/25107/task/25126/stat : 25126 (java) R 25105 25107 24497 0 -1 4202560 422371 0 0 0 119069 67 0 0 25 0 22 0 520745078 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506207472 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25107/tid=25127] ppid=25105 vsize=15691508 CPUtime=1190.26 cores=0,2,4,6
/proc/25107/task/25127/stat : 25127 (java) R 25105 25107 24497 0 -1 4202560 409007 0 0 0 118969 57 0 0 25 0 22 0 520745078 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506126961 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25107/tid=25128] ppid=25105 vsize=15691508 CPUtime=1191.76 cores=0,2,4,6
/proc/25107/task/25128/stat : 25128 (java) R 25105 25107 24497 0 -1 4202560 412013 0 0 0 119111 65 0 0 25 0 22 0 520745078 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506015621 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=25107/tid=25129] ppid=25105 vsize=15691508 CPUtime=1191.51 cores=0,2,4,6
/proc/25107/task/25129/stat : 25129 (java) R 25105 25107 24497 0 -1 4202560 409598 0 0 0 119083 68 0 0 25 0 22 0 520745078 16068104192 243881 33554432000 1073741824 1073778376 140736742624912 18446744073709551615 46912506228488 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 15691508

Child status: 143
Real time (s): 1206.97
CPU time (s): 4800.42
CPU user time (s): 4795.03
CPU system time (s): 5.39218
CPU usage (%): 397.726
Max. virtual memory (cumulated for all children) (KiB): 15693148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.03
system time used= 5.39218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2756535
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= 101952
involuntary context switches= 77278

runsolver used 2.16767 second user time and 5.08123 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 17:37:33
IDJOB=3311975
IDBENCH=71549
IDSOLVER=1698
FILE ID=node131/3311975-1304091453
RUNJOBID= node131-1304090243-24931
PBS_JOBID= 13170548
Free space on /tmp= 71380 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2400c266431gyes3.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311975-1304091453/watcher-3311975-1304091453 -o /tmp/evaluation-result-3311975-1304091453/solver-3311975-1304091453 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311975-1304091453.cnf -hbr 2

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
RANDOM SEED=1030028124

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30731768 kB
Buffers:        189344 kB
Cached:        1490888 kB
SwapCached:        168 kB
Active:         302888 kB
Inactive:      1609732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30731768 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            7584 kB
Writeback:           0 kB
AnonPages:      231800 kB
Mapped:          23244 kB
Slab:           243012 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   810296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-29 17:57:42