Trace number 3311841

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.1 1207.34

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.11/0.12	36:58 INFO : Reading from input HOME/instance-3311841-1304087818.cnf
0.83/0.62	Executor set job limit to 1000000
0.83/0.62	Executor set job limit to 1000000
0.83/0.62	Executor set job limit to 1000000
0.83/0.62	Executor set job limit to 1000000
0.83/0.62	Starting Executor!
0.83/0.62	Starting Executor!
0.83/0.62	Starting Executor!
0.83/0.62	Starting Executor!
2.81/1.66	37:00 INFO : 1375 variables remaining out of 1375
2.81/1.66	37:00 INFO : 641954 literals remaining out of 336482

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-3311841-1304087818/watcher-3311841-1304087818 -o /tmp/evaluation-result-3311841-1304087818/solver-3311841-1304087818 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311841-1304087818.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: 7.52 7.85 6.62 4/196 24690
/proc/meminfo: memFree=30729100/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 1423 0 0 0 0 0 0 0 25 0 2 0 520381448 27824128 894 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 7089 894 684 9 0 381 0
[pid=24690/tid=24691] ppid=24688 vsize=30572 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) R 24688 24690 24497 0 -1 4202560 78 0 0 0 0 0 0 0 25 0 2 0 520381448 31305728 905 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274659885066 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0339819 s]
/proc/loadavg: 7.52 7.85 6.62 4/196 24690
/proc/meminfo: memFree=30729100/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=15669784 CPUtime=0.02 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 3662 0 1 0 2 0 0 0 25 0 13 0 520381448 16045858816 3102 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 3917446 3103 1675 9 0 3908194 0
[pid=24690/tid=24691] ppid=24688 vsize=15669784 CPUtime=0.02 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) R 24688 24690 24497 0 -1 4202560 2272 0 1 0 2 0 0 0 25 0 13 0 520381448 16045858816 3103 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274664804197 0 4 0 16784584 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15669784

[startup+0.105998 s]
/proc/loadavg: 7.52 7.85 6.62 4/196 24690
/proc/meminfo: memFree=30729100/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=15676024 CPUtime=0.11 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 5636 0 1 0 10 1 0 0 25 0 18 0 520381448 16052248576 5069 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 3919006 5070 2118 9 0 3909725 0
[pid=24690/tid=24691] ppid=24688 vsize=15676024 CPUtime=0.09 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) R 24688 24690 24497 0 -1 4202560 3495 0 1 0 8 1 0 0 18 0 18 0 520381448 16052248576 5071 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 47377235913790 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676024

[startup+0.304979 s]
/proc/loadavg: 7.52 7.85 6.62 4/196 24690
/proc/meminfo: memFree=30729100/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=15681016 CPUtime=0.52 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 14799 0 1 0 50 2 0 0 25 0 18 0 520381448 16057360384 13079 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 3920254 13086 2207 9 0 3910973 0
[pid=24690/tid=24691] ppid=24688 vsize=15681016 CPUtime=0.29 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) R 24688 24690 24497 0 -1 4202560 9678 0 1 0 27 2 0 0 18 0 18 0 520381448 16057360384 13087 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912505639345 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681016

[startup+0.700875 s]
/proc/loadavg: 7.52 7.85 6.62 4/196 24690
/proc/meminfo: memFree=30729100/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=15685128 CPUtime=0.99 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 43148 0 1 0 93 6 0 0 25 0 22 0 520381448 16061571072 41221 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 3921282 41221 2234 9 0 3912001 0
[pid=24690/tid=24691] ppid=24688 vsize=15685128 CPUtime=0.67 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) R 24688 24690 24497 0 -1 4202560 35598 0 1 0 62 5 0 0 20 0 22 0 520381448 16061571072 41221 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912505121170 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 15685128

[startup+1.50073 s]
/proc/loadavg: 7.52 7.85 6.62 5/218 24712
/proc/meminfo: memFree=30546772/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=15685128 CPUtime=2.62 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 52084 0 1 0 252 10 0 0 25 0 22 0 520381448 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 3921282 46477 2262 9 0 3912001 0
[pid=24690/tid=24691] ppid=24688 vsize=15685128 CPUtime=1.47 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) R 24688 24690 24497 0 -1 4202560 35614 0 1 0 142 5 0 0 21 0 22 0 520381448 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912505228572 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24690/tid=24693] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24693/stat : 24693 (java) S 24688 24690 24497 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520381449 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24694] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24694/stat : 24694 (java) S 24688 24690 24497 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520381449 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24695] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24695/stat : 24695 (java) S 24688 24690 24497 0 -1 4202560 316 0 0 0 0 0 0 0 19 0 22 0 520381449 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24696] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24696/stat : 24696 (java) S 24688 24690 24497 0 -1 4202560 27 0 0 0 0 0 0 0 19 0 22 0 520381449 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24697] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24697/stat : 24697 (java) S 24688 24690 24497 0 -1 4202560 811 0 0 0 0 0 0 0 19 0 22 0 520381449 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24698] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24698/stat : 24698 (java) S 24688 24690 24497 0 -1 4202560 321 0 0 0 0 0 0 0 19 0 22 0 520381449 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24699] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24699/stat : 24699 (java) S 24688 24690 24497 0 -1 4202560 643 0 0 0 0 0 0 0 18 0 22 0 520381449 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24700] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24700/stat : 24700 (java) S 24688 24690 24497 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 520381449 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24701] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24701/stat : 24701 (java) S 24688 24690 24497 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 520381450 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 0 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24702] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24702/stat : 24702 (java) S 24688 24690 24497 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 520381450 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24703] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24703/stat : 24703 (java) S 24688 24690 24497 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 520381450 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24704] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24704/stat : 24704 (java) S 24688 24690 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520381452 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676631985 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24705] ppid=24688 vsize=15685128 CPUtime=0.49 cores=0,2,4,6
/proc/24690/task/24705/stat : 24705 (java) S 24688 24690 24497 0 -1 4202560 3510 0 0 0 48 1 0 0 15 0 22 0 520381452 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24706] ppid=24688 vsize=15685128 CPUtime=0.55 cores=0,2,4,6
/proc/24690/task/24706/stat : 24706 (java) R 24688 24690 24497 0 -1 4202560 9395 0 0 0 54 1 0 0 15 0 22 0 520381452 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 47377232606584 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24690/tid=24707] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24707/stat : 24707 (java) S 24688 24690 24497 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 520381452 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24708] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24708/stat : 24708 (java) S 24688 24690 24497 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520381452 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24709] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24709/stat : 24709 (java) S 24688 24690 24497 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 520381510 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24710] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24710/stat : 24710 (java) S 24688 24690 24497 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 520381510 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24711] ppid=24688 vsize=15685128 CPUtime=0.05 cores=0,2,4,6
/proc/24690/task/24711/stat : 24711 (java) R 24688 24690 24497 0 -1 4202560 7 0 0 0 5 0 0 0 15 0 22 0 520381510 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24690/tid=24712] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24712/stat : 24712 (java) S 24688 24690 24497 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 520381510 16061571072 46477 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 15685128

[startup+3.17437 s]
/proc/loadavg: 7.52 7.85 6.62 13/218 24712
/proc/meminfo: memFree=30399832/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=15685128 CPUtime=7.29 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 104906 0 1 0 679 50 0 0 25 0 22 0 520381448 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 3921282 98728 2273 9 0 3912001 0
[pid=24690/tid=24691] ppid=24688 vsize=15685128 CPUtime=1.64 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) S 24688 24690 24497 0 -1 4202560 35655 0 1 0 159 5 0 0 21 0 22 0 520381448 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24693] ppid=24688 vsize=15685128 CPUtime=0.01 cores=0,2,4,6
/proc/24690/task/24693/stat : 24693 (java) S 24688 24690 24497 0 -1 4202560 1 0 0 0 1 0 0 0 16 0 22 0 520381449 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24694] ppid=24688 vsize=15685128 CPUtime=0.05 cores=0,2,4,6
/proc/24690/task/24694/stat : 24694 (java) S 24688 24690 24497 0 -1 4202560 1 0 0 0 1 4 0 0 16 0 22 0 520381449 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24695] ppid=24688 vsize=15685128 CPUtime=0.07 cores=0,2,4,6
/proc/24690/task/24695/stat : 24695 (java) S 24688 24690 24497 0 -1 4202560 9216 0 0 0 5 2 0 0 16 0 22 0 520381449 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24696] ppid=24688 vsize=15685128 CPUtime=0.05 cores=0,2,4,6
/proc/24690/task/24696/stat : 24696 (java) S 24688 24690 24497 0 -1 4202560 3373 0 0 0 3 2 0 0 15 0 22 0 520381449 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24697] ppid=24688 vsize=15685128 CPUtime=0.03 cores=0,2,4,6
/proc/24690/task/24697/stat : 24697 (java) S 24688 24690 24497 0 -1 4202560 4827 0 0 0 3 0 0 0 15 0 22 0 520381449 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24698] ppid=24688 vsize=15685128 CPUtime=0.05 cores=0,2,4,6
/proc/24690/task/24698/stat : 24698 (java) R 24688 24690 24497 0 -1 4202560 5965 0 0 0 3 2 0 0 16 0 22 0 520381449 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24690/tid=24699] ppid=24688 vsize=15685128 CPUtime=0.03 cores=0,2,4,6
/proc/24690/task/24699/stat : 24699 (java) S 24688 24690 24497 0 -1 4202560 3078 0 0 0 2 1 0 0 16 0 22 0 520381449 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24700] ppid=24688 vsize=15685128 CPUtime=0.02 cores=0,2,4,6
/proc/24690/task/24700/stat : 24700 (java) S 24688 24690 24497 0 -1 4202560 3393 0 0 0 2 0 0 0 16 0 22 0 520381449 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24701] ppid=24688 vsize=15685128 CPUtime=0.01 cores=0,2,4,6
/proc/24690/task/24701/stat : 24701 (java) S 24688 24690 24497 0 -1 4202560 233 0 0 0 0 1 0 0 16 0 22 0 520381450 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 0 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24702] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24702/stat : 24702 (java) S 24688 24690 24497 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 520381450 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24703] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24703/stat : 24703 (java) S 24688 24690 24497 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 520381450 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24704] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24704/stat : 24704 (java) S 24688 24690 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520381452 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676631985 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24705] ppid=24688 vsize=15685128 CPUtime=0.95 cores=0,2,4,6
/proc/24690/task/24705/stat : 24705 (java) R 24688 24690 24497 0 -1 4202560 3532 0 0 0 81 14 0 0 15 0 22 0 520381452 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24690/tid=24706] ppid=24688 vsize=15685128 CPUtime=0.98 cores=0,2,4,6
/proc/24690/task/24706/stat : 24706 (java) S 24688 24690 24497 0 -1 4202560 9491 0 0 0 96 2 0 0 15 0 22 0 520381452 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24707] ppid=24688 vsize=15685128 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24707/stat : 24707 (java) S 24688 24690 24497 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 520381452 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24708] ppid=24688 vsize=15685128 CPUtime=0.01 cores=0,2,4,6
/proc/24690/task/24708/stat : 24708 (java) R 24688 24690 24497 0 -1 4202560 1 0 0 0 0 1 0 0 15 0 22 0 520381452 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24690/tid=24709] ppid=24688 vsize=15685128 CPUtime=0.65 cores=0,2,4,6
/proc/24690/task/24709/stat : 24709 (java) R 24688 24690 24497 0 -1 4202560 9210 0 0 0 64 1 0 0 16 0 22 0 520381510 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506016816 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24690/tid=24710] ppid=24688 vsize=15685128 CPUtime=1 cores=0,2,4,6
/proc/24690/task/24710/stat : 24710 (java) R 24688 24690 24497 0 -1 4202560 7026 0 0 0 99 1 0 0 15 0 22 0 520381510 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506044604 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24690/tid=24711] ppid=24688 vsize=15685128 CPUtime=0.77 cores=0,2,4,6
/proc/24690/task/24711/stat : 24711 (java) R 24688 24690 24497 0 -1 4202560 3666 0 0 0 73 4 0 0 15 0 22 0 520381510 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506093557 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24690/tid=24712] ppid=24688 vsize=15685128 CPUtime=0.79 cores=0,2,4,6
/proc/24690/task/24712/stat : 24712 (java) R 24688 24690 24497 0 -1 4202560 4853 0 0 0 79 0 0 0 15 0 22 0 520381510 16061571072 98728 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506016718 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 15685128

[startup+6.30084 s]
/proc/loadavg: 8.28 8.00 6.68 11/218 24712
/proc/meminfo: memFree=29340224/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=15685128 CPUtime=19.37 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 302332 0 1 0 1860 77 0 0 25 0 22 0 520381448 16061571072 295225 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 3921282 295225 2283 9 0 3912001 0
[pid=24690/tid=24691] ppid=24688 vsize=15685128 CPUtime=1.64 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) S 24688 24690 24497 0 -1 4202560 35655 0 1 0 159 5 0 0 21 0 22 0 520381448 16061571072 295225 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24693] ppid=24688 vsize=15685128 CPUtime=0.02 cores=0,2,4,6
/proc/24690/task/24693/stat : 24693 (java) S 24688 24690 24497 0 -1 4202560 3789 0 0 0 2 0 0 0 15 0 22 0 520381449 16061571072 295225 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24694] ppid=24688 vsize=15685128 CPUtime=0.07 cores=0,2,4,6
/proc/24690/task/24694/stat : 24694 (java) S 24688 24690 24497 0 -1 4202560 7149 0 0 0 2 5 0 0 16 0 22 0 520381449 16061571072 295225 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24695] ppid=24688 vsize=15685128 CPUtime=0.1 cores=0,2,4,6
/proc/24690/task/24695/stat : 24695 (java) S 24688 24690 24497 0 -1 4202560 15341 0 0 0 6 4 0 0 16 0 22 0 520381449 16061571072 295225 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24696] ppid=24688 vsize=15685128 CPUtime=0.07 cores=0,2,4,6
/proc/24690/task/24696/stat : 24696 (java) S 24688 24690 24497 0 -1 4202560 8320 0 0 0 4 3 0 0 16 0 22 0 520381449 16061571072 295225 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24697] ppid=24688 vsize=15685128 CPUtime=0.05 cores=0,2,4,6
/proc/24690/task/24697/stat : 24697 (java) S 24688 24690 24497 0 -1 4202560 8689 0 0 0 4 1 0 0 15 0 22 0 520381449 16061571072 295225 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24698] ppid=24688 vsize=15685128 CPUtime=0.05 cores=0,2,4,6
/proc/24690/task/24698/stat : 24698 (java) S 24688 24690 24497 0 -1 4202560 5965 0 0 0 3 2 0 0 15 0 22 0 520381449 16061571072 295225 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24699] ppid=24688 vsize=15685128 CPUtime=0.05 cores=0,2,4,6
/proc/24690/task/24699/stat : 24699 (java) S 24688 24690 24497 0 -1 4202560 7297 0 0 0 3 2 0 0 16 0 22 0 520381449 16061571072 295225 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24700] ppid=24688 vsize=15685128 CPUtime=0.04 cores=0,2,4,6
/proc/24690/task/24700/stat : 24700 (java) S 24688 24690 24497 0 -1 4202560 7498 0 0 0 3 1 0 0 15 0 22 0 520381449 16061571072 295225 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0

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

[pid=24690/tid=24710] ppid=24688 vsize=15689320 CPUtime=1106.95 cores=0,2,4,6
/proc/24690/task/24710/stat : 24710 (java) R 24688 24690 24497 0 -1 4202560 461744 0 0 0 110625 70 0 0 25 0 22 0 520381510 16065863680 150427 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912505977165 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24690/tid=24711] ppid=24688 vsize=15689320 CPUtime=1105.42 cores=0,2,4,6
/proc/24690/task/24711/stat : 24711 (java) R 24688 24690 24497 0 -1 4202560 447345 0 0 0 110466 76 0 0 25 0 22 0 520381510 16065863680 150427 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912505960364 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24690/tid=24712] ppid=24688 vsize=15689320 CPUtime=1106.3 cores=0,2,4,6
/proc/24690/task/24712/stat : 24712 (java) R 24688 24690 24497 0 -1 4202560 456645 0 0 0 110565 65 0 0 25 0 22 0 520381510 16065863680 150427 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506028907 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4461.67
Current children cumulated vsize (KiB) 15689320

[startup+1182.3 s]
/proc/loadavg: 8.12 8.08 7.67 9/218 24743
/proc/meminfo: memFree=29346472/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=15689320 CPUtime=4700.57 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 3474144 0 1 0 469341 716 0 0 25 0 22 0 520381448 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 3922330 195708 2297 9 0 3913049 0
[pid=24690/tid=24691] ppid=24688 vsize=15689320 CPUtime=1.64 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) S 24688 24690 24497 0 -1 4202560 35655 0 1 0 159 5 0 0 21 0 22 0 520381448 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24693] ppid=24688 vsize=15689320 CPUtime=3.88 cores=0,2,4,6
/proc/24690/task/24693/stat : 24693 (java) S 24688 24690 24497 0 -1 4202560 172736 0 0 0 357 31 0 0 15 0 22 0 520381449 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24694] ppid=24688 vsize=15689320 CPUtime=3.95 cores=0,2,4,6
/proc/24690/task/24694/stat : 24694 (java) S 24688 24690 24497 0 -1 4202560 181261 0 0 0 353 42 0 0 15 0 22 0 520381449 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24695] ppid=24688 vsize=15689320 CPUtime=4.07 cores=0,2,4,6
/proc/24690/task/24695/stat : 24695 (java) S 24688 24690 24497 0 -1 4202560 195277 0 0 0 368 39 0 0 16 0 22 0 520381449 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24696] ppid=24688 vsize=15689320 CPUtime=3.97 cores=0,2,4,6
/proc/24690/task/24696/stat : 24696 (java) S 24688 24690 24497 0 -1 4202560 183896 0 0 0 358 39 0 0 15 0 22 0 520381449 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24697] ppid=24688 vsize=15689320 CPUtime=3.95 cores=0,2,4,6
/proc/24690/task/24697/stat : 24697 (java) S 24688 24690 24497 0 -1 4202560 183085 0 0 0 361 34 0 0 15 0 22 0 520381449 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24698] ppid=24688 vsize=15689320 CPUtime=3.96 cores=0,2,4,6
/proc/24690/task/24698/stat : 24698 (java) S 24688 24690 24497 0 -1 4202560 183599 0 0 0 358 38 0 0 15 0 22 0 520381449 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24699] ppid=24688 vsize=15689320 CPUtime=3.91 cores=0,2,4,6
/proc/24690/task/24699/stat : 24699 (java) S 24688 24690 24497 0 -1 4202560 185087 0 0 0 355 36 0 0 16 0 22 0 520381449 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24700] ppid=24688 vsize=15689320 CPUtime=3.98 cores=0,2,4,6
/proc/24690/task/24700/stat : 24700 (java) S 24688 24690 24497 0 -1 4202560 195780 0 0 0 360 38 0 0 15 0 22 0 520381449 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24701] ppid=24688 vsize=15689320 CPUtime=2.35 cores=0,2,4,6
/proc/24690/task/24701/stat : 24701 (java) S 24688 24690 24497 0 -1 4202560 8851 0 0 0 148 87 0 0 15 0 22 0 520381450 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 0 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24702] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24702/stat : 24702 (java) S 24688 24690 24497 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 520381450 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24703] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24703/stat : 24703 (java) S 24688 24690 24497 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 520381450 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24704] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24704/stat : 24704 (java) S 24688 24690 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520381452 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676631985 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24705] ppid=24688 vsize=15689320 CPUtime=1.13 cores=0,2,4,6
/proc/24690/task/24705/stat : 24705 (java) S 24688 24690 24497 0 -1 4202560 3540 0 0 0 99 14 0 0 15 0 22 0 520381452 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24706] ppid=24688 vsize=15689320 CPUtime=1.38 cores=0,2,4,6
/proc/24690/task/24706/stat : 24706 (java) S 24688 24690 24497 0 -1 4202560 11700 0 0 0 136 2 0 0 15 0 22 0 520381452 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24707] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24707/stat : 24707 (java) S 24688 24690 24497 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 520381452 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24708] ppid=24688 vsize=15689320 CPUtime=0.04 cores=0,2,4,6
/proc/24690/task/24708/stat : 24708 (java) S 24688 24690 24497 0 -1 4202560 67 0 0 0 0 4 0 0 15 0 22 0 520381452 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24709] ppid=24688 vsize=15689320 CPUtime=1165.66 cores=0,2,4,6
/proc/24690/task/24709/stat : 24709 (java) R 24688 24690 24497 0 -1 4202560 489762 0 0 0 116490 76 0 0 25 0 22 0 520381510 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506062501 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24690/tid=24710] ppid=24688 vsize=15689320 CPUtime=1166.3 cores=0,2,4,6
/proc/24690/task/24710/stat : 24710 (java) R 24688 24690 24497 0 -1 4202560 487178 0 0 0 116556 74 0 0 25 0 22 0 520381510 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 47377232502954 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24690/tid=24711] ppid=24688 vsize=15689320 CPUtime=1164.65 cores=0,2,4,6
/proc/24690/task/24711/stat : 24711 (java) R 24688 24690 24497 0 -1 4202560 471434 0 0 0 116385 80 0 0 25 0 22 0 520381510 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506016627 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24690/tid=24712] ppid=24688 vsize=15689320 CPUtime=1165.59 cores=0,2,4,6
/proc/24690/task/24712/stat : 24712 (java) R 24688 24690 24497 0 -1 4202560 483851 0 0 0 116491 68 0 0 25 0 22 0 520381510 16065863680 195708 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912505599851 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4700.57
Current children cumulated vsize (KiB) 15689320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 7.82 8.02 7.66 5/195 24747
/proc/meminfo: memFree=30293752/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=15689320 CPUtime=4800.04 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 3507093 0 1 0 479278 726 0 0 25 0 22 0 520381448 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 3922330 151289 2297 9 0 3913049 0
[pid=24690/tid=24691] ppid=24688 vsize=15689320 CPUtime=1.64 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) S 24688 24690 24497 0 -1 4202560 35655 0 1 0 159 5 0 0 21 0 22 0 520381448 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24693] ppid=24688 vsize=15689320 CPUtime=3.96 cores=0,2,4,6
/proc/24690/task/24693/stat : 24693 (java) S 24688 24690 24497 0 -1 4202560 174158 0 0 0 365 31 0 0 15 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24694] ppid=24688 vsize=15689320 CPUtime=4.03 cores=0,2,4,6
/proc/24690/task/24694/stat : 24694 (java) S 24688 24690 24497 0 -1 4202560 182904 0 0 0 361 42 0 0 15 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24695] ppid=24688 vsize=15689320 CPUtime=4.16 cores=0,2,4,6
/proc/24690/task/24695/stat : 24695 (java) S 24688 24690 24497 0 -1 4202560 197054 0 0 0 376 40 0 0 15 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24696] ppid=24688 vsize=15689320 CPUtime=4.05 cores=0,2,4,6
/proc/24690/task/24696/stat : 24696 (java) S 24688 24690 24497 0 -1 4202560 184772 0 0 0 366 39 0 0 15 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24697] ppid=24688 vsize=15689320 CPUtime=4.02 cores=0,2,4,6
/proc/24690/task/24697/stat : 24697 (java) S 24688 24690 24497 0 -1 4202560 183864 0 0 0 367 35 0 0 16 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24698] ppid=24688 vsize=15689320 CPUtime=4.03 cores=0,2,4,6
/proc/24690/task/24698/stat : 24698 (java) S 24688 24690 24497 0 -1 4202560 185229 0 0 0 365 38 0 0 16 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24699] ppid=24688 vsize=15689320 CPUtime=4.01 cores=0,2,4,6
/proc/24690/task/24699/stat : 24699 (java) S 24688 24690 24497 0 -1 4202560 185178 0 0 0 365 36 0 0 16 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24700] ppid=24688 vsize=15689320 CPUtime=4.05 cores=0,2,4,6
/proc/24690/task/24700/stat : 24700 (java) S 24688 24690 24497 0 -1 4202560 197669 0 0 0 366 39 0 0 15 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24701] ppid=24688 vsize=15689320 CPUtime=2.41 cores=0,2,4,6
/proc/24690/task/24701/stat : 24701 (java) S 24688 24690 24497 0 -1 4202560 8939 0 0 0 151 90 0 0 15 0 22 0 520381450 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 0 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24702] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24702/stat : 24702 (java) S 24688 24690 24497 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 520381450 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24703] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24703/stat : 24703 (java) S 24688 24690 24497 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 520381450 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24704] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24704/stat : 24704 (java) S 24688 24690 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520381452 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676631985 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24705] ppid=24688 vsize=15689320 CPUtime=1.13 cores=0,2,4,6
/proc/24690/task/24705/stat : 24705 (java) S 24688 24690 24497 0 -1 4202560 3540 0 0 0 99 14 0 0 15 0 22 0 520381452 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24706] ppid=24688 vsize=15689320 CPUtime=1.38 cores=0,2,4,6
/proc/24690/task/24706/stat : 24706 (java) S 24688 24690 24497 0 -1 4202560 11700 0 0 0 136 2 0 0 15 0 22 0 520381452 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24707] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24707/stat : 24707 (java) S 24688 24690 24497 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 520381452 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24708] ppid=24688 vsize=15689320 CPUtime=0.04 cores=0,2,4,6
/proc/24690/task/24708/stat : 24708 (java) S 24688 24690 24497 0 -1 4202560 69 0 0 0 0 4 0 0 15 0 22 0 520381452 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24709] ppid=24688 vsize=15689320 CPUtime=1190.37 cores=0,2,4,6
/proc/24690/task/24709/stat : 24709 (java) R 24688 24690 24497 0 -1 4202560 496653 0 0 0 118960 77 0 0 25 0 22 0 520381510 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506093694 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24690/tid=24710] ppid=24688 vsize=15689320 CPUtime=1190.93 cores=0,2,4,6
/proc/24690/task/24710/stat : 24710 (java) R 24688 24690 24497 0 -1 4202560 493224 0 0 0 119017 76 0 0 25 0 22 0 520381510 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506016704 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24690/tid=24711] ppid=24688 vsize=15689320 CPUtime=1189.39 cores=0,2,4,6
/proc/24690/task/24711/stat : 24711 (java) R 24688 24690 24497 0 -1 4202560 476526 0 0 0 118858 81 0 0 25 0 22 0 520381510 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912505968026 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24690/tid=24712] ppid=24688 vsize=15689320 CPUtime=1190.25 cores=0,2,4,6
/proc/24690/task/24712/stat : 24712 (java) R 24688 24690 24497 0 -1 4202560 488574 0 0 0 118957 68 0 0 25 0 22 0 520381510 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506028024 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15689320

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

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

[startup+1207.3 s]
/proc/loadavg: 7.82 8.02 7.66 5/195 24747
/proc/meminfo: memFree=30293752/32951132 swapFree=67111356/67111528
[pid=24690] ppid=24688 vsize=15689320 CPUtime=4800.04 cores=0,2,4,6
/proc/24690/stat : 24690 (java) S 24688 24690 24497 0 -1 4202496 3507093 0 1 0 479278 726 0 0 25 0 22 0 520381448 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24690/statm: 3922330 151289 2297 9 0 3913049 0
[pid=24690/tid=24691] ppid=24688 vsize=15689320 CPUtime=1.64 cores=0,2,4,6
/proc/24690/task/24691/stat : 24691 (java) S 24688 24690 24497 0 -1 4202560 35655 0 1 0 159 5 0 0 21 0 22 0 520381448 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24693] ppid=24688 vsize=15689320 CPUtime=3.96 cores=0,2,4,6
/proc/24690/task/24693/stat : 24693 (java) S 24688 24690 24497 0 -1 4202560 174158 0 0 0 365 31 0 0 15 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24694] ppid=24688 vsize=15689320 CPUtime=4.03 cores=0,2,4,6
/proc/24690/task/24694/stat : 24694 (java) S 24688 24690 24497 0 -1 4202560 182904 0 0 0 361 42 0 0 15 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24695] ppid=24688 vsize=15689320 CPUtime=4.16 cores=0,2,4,6
/proc/24690/task/24695/stat : 24695 (java) S 24688 24690 24497 0 -1 4202560 197054 0 0 0 376 40 0 0 15 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24696] ppid=24688 vsize=15689320 CPUtime=4.05 cores=0,2,4,6
/proc/24690/task/24696/stat : 24696 (java) S 24688 24690 24497 0 -1 4202560 184772 0 0 0 366 39 0 0 15 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24697] ppid=24688 vsize=15689320 CPUtime=4.02 cores=0,2,4,6
/proc/24690/task/24697/stat : 24697 (java) S 24688 24690 24497 0 -1 4202560 183864 0 0 0 367 35 0 0 16 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24698] ppid=24688 vsize=15689320 CPUtime=4.03 cores=0,2,4,6
/proc/24690/task/24698/stat : 24698 (java) S 24688 24690 24497 0 -1 4202560 185229 0 0 0 365 38 0 0 16 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24699] ppid=24688 vsize=15689320 CPUtime=4.01 cores=0,2,4,6
/proc/24690/task/24699/stat : 24699 (java) S 24688 24690 24497 0 -1 4202560 185178 0 0 0 365 36 0 0 16 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 0 0 0 0
[pid=24690/tid=24700] ppid=24688 vsize=15689320 CPUtime=4.05 cores=0,2,4,6
/proc/24690/task/24700/stat : 24700 (java) S 24688 24690 24497 0 -1 4202560 197669 0 0 0 366 39 0 0 15 0 22 0 520381449 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24701] ppid=24688 vsize=15689320 CPUtime=2.41 cores=0,2,4,6
/proc/24690/task/24701/stat : 24701 (java) S 24688 24690 24497 0 -1 4202560 8939 0 0 0 151 90 0 0 15 0 22 0 520381450 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 0 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24702] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24702/stat : 24702 (java) S 24688 24690 24497 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 520381450 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24703] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24703/stat : 24703 (java) S 24688 24690 24497 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 520381450 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24704] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24704/stat : 24704 (java) S 24688 24690 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520381452 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676631985 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24705] ppid=24688 vsize=15689320 CPUtime=1.13 cores=0,2,4,6
/proc/24690/task/24705/stat : 24705 (java) S 24688 24690 24497 0 -1 4202560 3540 0 0 0 99 14 0 0 15 0 22 0 520381452 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 2 0 0 0
[pid=24690/tid=24706] ppid=24688 vsize=15689320 CPUtime=1.38 cores=0,2,4,6
/proc/24690/task/24706/stat : 24706 (java) S 24688 24690 24497 0 -1 4202560 11700 0 0 0 136 2 0 0 15 0 22 0 520381452 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 4 0 0 0
[pid=24690/tid=24707] ppid=24688 vsize=15689320 CPUtime=0 cores=0,2,4,6
/proc/24690/task/24707/stat : 24707 (java) S 24688 24690 24497 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 520381452 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624281 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24708] ppid=24688 vsize=15689320 CPUtime=0.04 cores=0,2,4,6
/proc/24690/task/24708/stat : 24708 (java) S 24688 24690 24497 0 -1 4202560 69 0 0 0 0 4 0 0 15 0 22 0 520381452 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 274676624896 0 4 0 16800975 18446604440768080640 0 0 -1 6 0 0 0
[pid=24690/tid=24709] ppid=24688 vsize=15689320 CPUtime=1190.37 cores=0,2,4,6
/proc/24690/task/24709/stat : 24709 (java) R 24688 24690 24497 0 -1 4202560 496653 0 0 0 118960 77 0 0 25 0 22 0 520381510 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506093694 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24690/tid=24710] ppid=24688 vsize=15689320 CPUtime=1190.93 cores=0,2,4,6
/proc/24690/task/24710/stat : 24710 (java) R 24688 24690 24497 0 -1 4202560 493224 0 0 0 119017 76 0 0 25 0 22 0 520381510 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506016704 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24690/tid=24711] ppid=24688 vsize=15689320 CPUtime=1189.39 cores=0,2,4,6
/proc/24690/task/24711/stat : 24711 (java) R 24688 24690 24497 0 -1 4202560 476526 0 0 0 118858 81 0 0 25 0 22 0 520381510 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912505968026 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24690/tid=24712] ppid=24688 vsize=15689320 CPUtime=1190.25 cores=0,2,4,6
/proc/24690/task/24712/stat : 24712 (java) R 24688 24690 24497 0 -1 4202560 488574 0 0 0 118957 68 0 0 25 0 22 0 520381510 16065863680 151289 33554432000 1073741824 1073778376 140734476784912 18446744073709551615 46912506028024 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15689320

Child status: 143
Real time (s): 1207.34
CPU time (s): 4800.1
CPU user time (s): 4792.81
CPU system time (s): 7.29589
CPU usage (%): 397.576
Max. virtual memory (cumulated for all children) (KiB): 15693992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.81
system time used= 7.29589
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3507120
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= 133717
involuntary context switches= 90550

runsolver used 1.9897 second user time and 4.70328 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 16:36:58
IDJOB=3311841
IDBENCH=71397
IDSOLVER=1698
FILE ID=node131/3311841-1304087818
RUNJOBID= node131-1304086607-24515
PBS_JOBID= 13170548
Free space on /tmp= 71380 MiB

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

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=958825140

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:      30729248 kB
Buffers:        186196 kB
Cached:        1490952 kB
SwapCached:        168 kB
Active:         306504 kB
Inactive:      1607820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30729248 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            8304 kB
Writeback:          20 kB
AnonPages:      236976 kB
Mapped:          23732 kB
Slab:           243056 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   937060 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= 71376 MiB
End job on node131 at 2011-04-29 16:57:07