Trace number 3311767

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.35 1210.71

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x33.cnf
MD5SUMf7c29bbc3bef00d1e7cc799553ba4813
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 variables2772
Number of clauses448371
Sum of the clauses size1785168
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24158
Number of clauses of size 30
Number of clauses of size 4444213
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.12	05:59 INFO : Reading from input HOME/instance-3311767-1304183159.cnf
2.60/2.32	Executor set job limit to 1000000
2.60/2.32	Executor set job limit to 1000000
2.60/2.32	Executor set job limit to 1000000
2.60/2.32	Executor set job limit to 1000000
2.60/2.32	Starting Executor!
2.60/2.32	Starting Executor!
2.60/2.32	Starting Executor!
2.60/2.32	Starting Executor!
5.97/6.24	06:06 INFO : 2772 variables remaining out of 2772
5.97/6.24	06:06 INFO : 2246013 literals remaining out of 2233539

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-3311767-1304183159/watcher-3311767-1304183159 -o /tmp/evaluation-result-3311767-1304183159/solver-3311767-1304183159 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311767-1304183159.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.44 8.21 8.11 5/196 20785
/proc/meminfo: memFree=30084728/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/20785/stat : 20785 (java) S 20783 20785 20448 0 -1 4202496 1409 0 0 0 0 0 0 0 25 0 2 0 529914580 26714112 881 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982352869 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 6522 881 675 9 0 381 0
[pid=20785/tid=20786] ppid=20783 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20786/stat : 20786 (java) S 20783 20785 20448 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 529914581 26714112 885 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242965626503 0 2147483391 4096 0 18446744071699109054 0 0 -1 4 0 0 0

[startup+0.0533469 s]
/proc/loadavg: 8.44 8.21 8.11 5/196 20785
/proc/meminfo: memFree=30084728/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=15609648 CPUtime=0.04 cores=0,2,4,6
/proc/20785/stat : 20785 (java) S 20783 20785 20448 0 -1 4202496 4136 0 1 0 4 0 0 0 25 0 18 0 529914580 15984279552 3576 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 3902412 3576 1755 9 0 3893131 0
[pid=20785/tid=20786] ppid=20783 vsize=15609648 CPUtime=0.04 cores=0,2,4,6
/proc/20785/task/20786/stat : 20786 (java) R 20783 20785 20448 0 -1 4202560 2720 0 1 0 4 0 0 0 25 0 18 0 529914581 15984279552 3577 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 47470351500035 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609648

[startup+0.100342 s]
/proc/loadavg: 8.44 8.21 8.11 5/196 20785
/proc/meminfo: memFree=30084728/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=15741640 CPUtime=0.09 cores=0,2,4,6
/proc/20785/stat : 20785 (java) S 20783 20785 20448 0 -1 4202496 5578 0 1 0 8 1 0 0 25 0 18 0 529914580 16119439360 4977 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 3935410 4978 2117 9 0 3926129 0
[pid=20785/tid=20786] ppid=20783 vsize=15741640 CPUtime=0.08 cores=0,2,4,6
/proc/20785/task/20786/stat : 20786 (java) R 20783 20785 20448 0 -1 4202560 3412 0 1 0 7 1 0 0 18 0 18 0 529914581 16119439360 4978 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 47470351527843 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15741640

[startup+0.300307 s]
/proc/loadavg: 8.44 8.21 8.11 5/196 20785
/proc/meminfo: memFree=30084728/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=15744936 CPUtime=0.52 cores=0,2,4,6
/proc/20785/stat : 20785 (java) S 20783 20785 20448 0 -1 4202496 15251 0 1 0 49 3 0 0 25 0 18 0 529914580 16122814464 13684 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 3936234 13691 2213 9 0 3926953 0
[pid=20785/tid=20786] ppid=20783 vsize=15744936 CPUtime=0.27 cores=0,2,4,6
/proc/20785/task/20786/stat : 20786 (java) R 20783 20785 20448 0 -1 4202560 10122 0 1 0 26 1 0 0 18 0 18 0 529914581 16122814464 13694 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912505643594 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15744936

[startup+0.700238 s]
/proc/loadavg: 8.44 8.21 8.11 5/196 20785
/proc/meminfo: memFree=30084728/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=15744936 CPUtime=0.92 cores=0,2,4,6
/proc/20785/stat : 20785 (java) S 20783 20785 20448 0 -1 4202496 41797 0 1 0 86 6 0 0 25 0 18 0 529914580 16122814464 40227 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 3936234 40227 2229 9 0 3926953 0
[pid=20785/tid=20786] ppid=20783 vsize=15744936 CPUtime=0.67 cores=0,2,4,6
/proc/20785/task/20786/stat : 20786 (java) R 20783 20785 20448 0 -1 4202560 35535 0 1 0 63 4 0 0 18 0 18 0 529914581 16122814464 40227 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912505646573 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15744936

[startup+1.5011 s]
/proc/loadavg: 8.16 8.16 8.09 6/214 20803
/proc/meminfo: memFree=29436632/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=15744936 CPUtime=1.74 cores=0,2,4,6
/proc/20785/stat : 20785 (java) S 20783 20785 20448 0 -1 4202496 55619 0 1 0 166 8 0 0 25 0 18 0 529914580 16122814464 54032 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 3936234 54038 2229 9 0 3926953 0
[pid=20785/tid=20786] ppid=20783 vsize=15744936 CPUtime=1.46 cores=0,2,4,6
/proc/20785/task/20786/stat : 20786 (java) R 20783 20785 20448 0 -1 4202560 46351 0 1 0 140 6 0 0 19 0 18 0 529914581 16122814464 54041 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912505645715 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20785/tid=20788] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20788/stat : 20788 (java) S 20783 20785 20448 0 -1 4202560 600 0 0 0 0 0 0 0 15 0 18 0 529914581 16122814464 54044 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20789] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20789/stat : 20789 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 529914581 16122814464 54047 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20790] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20790/stat : 20790 (java) S 20783 20785 20448 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 18 0 529914581 16122814464 54051 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20791] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20791/stat : 20791 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 529914581 16122814464 54055 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20792] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20792/stat : 20792 (java) S 20783 20785 20448 0 -1 4202560 605 0 0 0 0 0 0 0 15 0 18 0 529914581 16122814464 54059 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20793] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20793/stat : 20793 (java) S 20783 20785 20448 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 18 0 529914581 16122814464 54063 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20794] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20794/stat : 20794 (java) S 20783 20785 20448 0 -1 4202560 2358 0 0 0 0 0 0 0 16 0 18 0 529914581 16122814464 54067 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20795] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20795/stat : 20795 (java) S 20783 20785 20448 0 -1 4202560 392 0 0 0 0 0 0 0 16 0 18 0 529914581 16122814464 54071 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20796] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20796/stat : 20796 (java) S 20783 20785 20448 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 18 0 529914582 16122814464 54075 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 0 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20797] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20797/stat : 20797 (java) S 20783 20785 20448 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 529914583 16122814464 54079 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20798] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20798/stat : 20798 (java) S 20783 20785 20448 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 529914583 16122814464 54081 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20799] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20799/stat : 20799 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 529914585 16122814464 54085 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982373809 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20800] ppid=20783 vsize=15744936 CPUtime=0.12 cores=0,2,4,6
/proc/20785/task/20800/stat : 20800 (java) S 20783 20785 20448 0 -1 4202560 2387 0 0 0 12 0 0 0 15 0 18 0 529914585 16122814464 54089 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20801] ppid=20783 vsize=15744936 CPUtime=0.09 cores=0,2,4,6
/proc/20785/task/20801/stat : 20801 (java) S 20783 20785 20448 0 -1 4202560 1359 0 0 0 9 0 0 0 17 0 18 0 529914585 16122814464 54093 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20802] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20802/stat : 20802 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 529914585 16122814464 54097 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20803] ppid=20783 vsize=15744936 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20803/stat : 20803 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 529914585 16122814464 54101 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15744936

[startup+4.58182 s]
/proc/loadavg: 8.16 8.16 8.09 6/214 20803
/proc/meminfo: memFree=29220384/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=15774152 CPUtime=5.97 cores=0,2,4,6
/proc/20785/stat : 20785 (java) S 20783 20785 20448 0 -1 4202496 133455 0 1 0 579 18 0 0 25 0 22 0 529914580 16152731648 126557 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 3943538 126558 2267 9 0 3934257 0
[pid=20785/tid=20786] ppid=20783 vsize=15774152 CPUtime=4.69 cores=0,2,4,6
/proc/20785/task/20786/stat : 20786 (java) R 20783 20785 20448 0 -1 4202560 109360 0 1 0 455 14 0 0 25 0 22 0 529914581 16152731648 126559 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912506071102 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20785/tid=20788] ppid=20783 vsize=15774152 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20788/stat : 20788 (java) S 20783 20785 20448 0 -1 4202560 600 0 0 0 0 0 0 0 15 0 22 0 529914581 16152731648 126562 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20789] ppid=20783 vsize=15774152 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20789/stat : 20789 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529914581 16152731648 126563 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20790] ppid=20783 vsize=15774152 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20790/stat : 20790 (java) S 20783 20785 20448 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 22 0 529914581 16152731648 126567 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20791] ppid=20783 vsize=15774152 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20791/stat : 20791 (java) S 20783 20785 20448 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 529914581 16152731648 126568 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20792] ppid=20783 vsize=15774152 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20792/stat : 20792 (java) S 20783 20785 20448 0 -1 4202560 605 0 0 0 0 0 0 0 16 0 22 0 529914581 16152731648 126571 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20793] ppid=20783 vsize=15774152 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20793/stat : 20793 (java) S 20783 20785 20448 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 22 0 529914581 16152731648 126572 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20794] ppid=20783 vsize=15774152 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20794/stat : 20794 (java) S 20783 20785 20448 0 -1 4202560 4921 0 0 0 0 0 0 0 16 0 22 0 529914581 16152731648 126578 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20795] ppid=20783 vsize=15774152 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20795/stat : 20795 (java) S 20783 20785 20448 0 -1 4202560 393 0 0 0 0 0 0 0 15 0 22 0 529914581 16152731648 126581 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20796] ppid=20783 vsize=15774152 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20796/stat : 20796 (java) S 20783 20785 20448 0 -1 4202560 200 0 0 0 0 0 0 0 16 0 22 0 529914582 16152731648 126582 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 0 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20797] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20797/stat : 20797 (java) S 20783 20785 20448 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529914583 16137740288 122967 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20798] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20798/stat : 20798 (java) S 20783 20785 20448 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529914583 16137740288 122968 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20799] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20799/stat : 20799 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529914585 16137740288 122968 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982373809 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20800] ppid=20783 vsize=15759512 CPUtime=0.56 cores=0,2,4,6
/proc/20785/task/20800/stat : 20800 (java) S 20783 20785 20448 0 -1 4202560 4625 0 0 0 56 0 0 0 15 0 22 0 529914585 16137740288 122969 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20801] ppid=20783 vsize=15759512 CPUtime=0.69 cores=0,2,4,6
/proc/20785/task/20801/stat : 20801 (java) S 20783 20785 20448 0 -1 4202560 11041 0 0 0 67 2 0 0 15 0 22 0 529914585 16137740288 122973 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 0 0 0 0
[pid=20785/tid=20802] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20802/stat : 20802 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529914585 16137740288 122985 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20803] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20803/stat : 20803 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529914585 16137740288 122989 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 4 0 16800975 18446604441249949888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 15774152

[startup+6.39201 s]
/proc/loadavg: 8.16 8.16 8.09 6/214 20803
/proc/meminfo: memFree=29220384/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=15759512 CPUtime=7.93 cores=0,2,4,6
/proc/20785/stat : 20785 (java) S 20783 20785 20448 0 -1 4202496 138282 0 1 0 774 19 0 0 25 0 22 0 529914580 16137740288 127762 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 3939878 127762 2286 9 0 3930597 0
[pid=20785/tid=20786] ppid=20783 vsize=15759512 CPUtime=6.19 cores=0,2,4,6
/proc/20785/task/20786/stat : 20786 (java) S 20783 20785 20448 0 -1 4202560 114013 0 1 0 605 14 0 0 25 0 22 0 529914581 16137740288 127762 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20788] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20788/stat : 20788 (java) S 20783 20785 20448 0 -1 4202560 600 0 0 0 0 0 0 0 15 0 22 0 529914581 16137740288 127762 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20789] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20789/stat : 20789 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529914581 16137740288 127762 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20790] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20790/stat : 20790 (java) S 20783 20785 20448 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 22 0 529914581 16137740288 127762 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20791] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20791/stat : 20791 (java) S 20783 20785 20448 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 529914581 16137740288 127762 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20792] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20792/stat : 20792 (java) S 20783 20785 20448 0 -1 4202560 605 0 0 0 0 0 0 0 16 0 22 0 529914581 16137740288 127763 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20793] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20793/stat : 20793 (java) S 20783 20785 20448 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 22 0 529914581 16137740288 132528 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20794] ppid=20783 vsize=15759512 CPUtime=0.02 cores=0,2,4,6
/proc/20785/task/20794/stat : 20794 (java) S 20783 20785 20448 0 -1 4202560 9642 0 0 0 1 1 0 0 15 0 22 0 529914581 16137740288 142245 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20795] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20795/stat : 20795 (java) S 20783 20785 20448 0 -1 4202560 393 0 0 0 0 0 0 0 15 0 22 0 529914581 16137740288 142245 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20796] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20796/stat : 20796 (java) S 20783 20785 20448 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 22 0 529914582 16137740288 142245 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 0 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20797] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20797/stat : 20797 (java) S 20783 20785 20448 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529914583 16137740288 142245 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20798] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20798/stat : 20798 (java) S 20783 20785 20448 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529914583 16137740288 142245 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20799] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20799/stat : 20799 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529914585 16137740288 142245 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982373809 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20800] ppid=20783 vsize=15759512 CPUtime=0.74 cores=0,2,4,6
/proc/20785/task/20800/stat : 20800 (java) R 20783 20785 20448 0 -1 4202560 4647 0 0 0 74 0 0 0 15 0 22 0 529914585 16137740288 142245 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20785/tid=20801] ppid=20783 vsize=15759512 CPUtime=0.76 cores=0,2,4,6
/proc/20785/task/20801/stat : 20801 (java) R 20783 20785 20448 0 -1 4202560 11061 0 0 0 74 2 0 0 15 0 22 0 529914585 16137740288 142245 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 47470355020495 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20785/tid=20802] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20802/stat : 20802 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529914585 16137740288 142245 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20803] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20803/stat : 20803 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529914585 16137740288 142245 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 4 0 16800975 18446604441249949888 0 0 -1 0 0 0 0

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

/proc/20785/task/20790/stat : 20790 (java) S 20783 20785 20448 0 -1 4202560 242408 0 0 0 264 46 0 0 15 0 22 0 529914581 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20791] ppid=20783 vsize=15759512 CPUtime=2.69 cores=0,2,4,6
/proc/20785/task/20791/stat : 20791 (java) S 20783 20785 20448 0 -1 4202560 227473 0 0 0 227 42 0 0 16 0 22 0 529914581 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20792] ppid=20783 vsize=15759512 CPUtime=2.46 cores=0,2,4,6
/proc/20785/task/20792/stat : 20792 (java) S 20783 20785 20448 0 -1 4202560 167088 0 0 0 215 31 0 0 15 0 22 0 529914581 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20793] ppid=20783 vsize=15759512 CPUtime=3.04 cores=0,2,4,6
/proc/20785/task/20793/stat : 20793 (java) S 20783 20785 20448 0 -1 4202560 280495 0 0 0 252 52 0 0 15 0 22 0 529914581 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 0 0 0 0
[pid=20785/tid=20794] ppid=20783 vsize=15759512 CPUtime=3.45 cores=0,2,4,6
/proc/20785/task/20794/stat : 20794 (java) S 20783 20785 20448 0 -1 4202560 273804 0 0 0 295 50 0 0 15 0 22 0 529914581 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20795] ppid=20783 vsize=15759512 CPUtime=2.78 cores=0,2,4,6
/proc/20785/task/20795/stat : 20795 (java) S 20783 20785 20448 0 -1 4202560 157379 0 0 0 250 28 0 0 16 0 22 0 529914581 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20796] ppid=20783 vsize=15759512 CPUtime=2.45 cores=0,2,4,6
/proc/20785/task/20796/stat : 20796 (java) S 20783 20785 20448 0 -1 4202560 162444 0 0 0 222 23 0 0 15 0 22 0 529914582 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 0 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20797] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20797/stat : 20797 (java) S 20783 20785 20448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529914583 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20798] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20798/stat : 20798 (java) S 20783 20785 20448 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529914583 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20799] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20799/stat : 20799 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529914585 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982373809 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20800] ppid=20783 vsize=15759512 CPUtime=1.17 cores=0,2,4,6
/proc/20785/task/20800/stat : 20800 (java) S 20783 20785 20448 0 -1 4202560 7123 0 0 0 116 1 0 0 16 0 22 0 529914585 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20801] ppid=20783 vsize=15759512 CPUtime=1.24 cores=0,2,4,6
/proc/20785/task/20801/stat : 20801 (java) S 20783 20785 20448 0 -1 4202560 11118 0 0 0 122 2 0 0 15 0 22 0 529914585 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 0 0 0 0
[pid=20785/tid=20802] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20802/stat : 20802 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529914585 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20803] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20803/stat : 20803 (java) S 20783 20785 20448 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 529914585 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20804] ppid=20783 vsize=15759512 CPUtime=1103.43 cores=0,2,4,6
/proc/20785/task/20804/stat : 20804 (java) R 20783 20785 20448 0 -1 4202560 66159 0 0 0 110336 7 0 0 25 0 22 0 529914813 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912506211446 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20785/tid=20805] ppid=20783 vsize=15759512 CPUtime=1102.68 cores=0,2,4,6
/proc/20785/task/20805/stat : 20805 (java) R 20783 20785 20448 0 -1 4202560 23366 0 0 0 110265 3 0 0 25 0 22 0 529914813 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912506352120 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20785/tid=20806] ppid=20783 vsize=15759512 CPUtime=1104.2 cores=0,2,4,6
/proc/20785/task/20806/stat : 20806 (java) R 20783 20785 20448 0 -1 4202560 42479 0 0 0 110358 62 0 0 25 0 22 0 529914813 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912506163675 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20785/tid=20807] ppid=20783 vsize=15759512 CPUtime=1102.98 cores=0,2,4,6
/proc/20785/task/20807/stat : 20807 (java) R 20783 20785 20448 0 -1 4202560 45906 0 0 0 110293 5 0 0 25 0 22 0 529914813 16137740288 1872213 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912506070995 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4448.28
Current children cumulated vsize (KiB) 15759512

[startup+1182.3 s]
/proc/loadavg: 8.18 8.16 8.09 9/218 20891
/proc/meminfo: memFree=11496640/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=15759512 CPUtime=4687.82 cores=0,2,4,6
/proc/20785/stat : 20785 (java) S 20783 20785 20448 0 -1 4202496 2466609 0 1 0 468285 497 0 0 25 0 22 0 529914580 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 3939878 1951039 2295 9 0 3930597 0
[pid=20785/tid=20786] ppid=20783 vsize=15759512 CPUtime=6.19 cores=0,2,4,6
/proc/20785/task/20786/stat : 20786 (java) S 20783 20785 20448 0 -1 4202560 114013 0 1 0 605 14 0 0 25 0 22 0 529914581 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20788] ppid=20783 vsize=15759512 CPUtime=2.96 cores=0,2,4,6
/proc/20785/task/20788/stat : 20788 (java) S 20783 20785 20448 0 -1 4202560 201354 0 0 0 259 37 0 0 15 0 22 0 529914581 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20789] ppid=20783 vsize=15759512 CPUtime=3.61 cores=0,2,4,6
/proc/20785/task/20789/stat : 20789 (java) S 20783 20785 20448 0 -1 4202560 331683 0 0 0 302 59 0 0 16 0 22 0 529914581 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20790] ppid=20783 vsize=15759512 CPUtime=3.24 cores=0,2,4,6
/proc/20785/task/20790/stat : 20790 (java) S 20783 20785 20448 0 -1 4202560 250388 0 0 0 277 47 0 0 16 0 22 0 529914581 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20791] ppid=20783 vsize=15759512 CPUtime=2.8 cores=0,2,4,6
/proc/20785/task/20791/stat : 20791 (java) S 20783 20785 20448 0 -1 4202560 229856 0 0 0 237 43 0 0 16 0 22 0 529914581 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20792] ppid=20783 vsize=15759512 CPUtime=2.65 cores=0,2,4,6
/proc/20785/task/20792/stat : 20792 (java) S 20783 20785 20448 0 -1 4202560 197574 0 0 0 229 36 0 0 15 0 22 0 529914581 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20793] ppid=20783 vsize=15759512 CPUtime=3.28 cores=0,2,4,6
/proc/20785/task/20793/stat : 20793 (java) S 20783 20785 20448 0 -1 4202560 300849 0 0 0 272 56 0 0 16 0 22 0 529914581 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20794] ppid=20783 vsize=15759512 CPUtime=3.67 cores=0,2,4,6
/proc/20785/task/20794/stat : 20794 (java) S 20783 20785 20448 0 -1 4202560 298865 0 0 0 312 55 0 0 15 0 22 0 529914581 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20795] ppid=20783 vsize=15759512 CPUtime=2.91 cores=0,2,4,6
/proc/20785/task/20795/stat : 20795 (java) S 20783 20785 20448 0 -1 4202560 164785 0 0 0 262 29 0 0 16 0 22 0 529914581 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20796] ppid=20783 vsize=15759512 CPUtime=2.47 cores=0,2,4,6
/proc/20785/task/20796/stat : 20796 (java) S 20783 20785 20448 0 -1 4202560 162638 0 0 0 223 24 0 0 15 0 22 0 529914582 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 0 0 16800975 18446604441249949888 0 0 -1 0 0 0 0
[pid=20785/tid=20797] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20797/stat : 20797 (java) S 20783 20785 20448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529914583 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20798] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20798/stat : 20798 (java) S 20783 20785 20448 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529914583 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20799] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20799/stat : 20799 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529914585 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982373809 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20800] ppid=20783 vsize=15759512 CPUtime=1.17 cores=0,2,4,6
/proc/20785/task/20800/stat : 20800 (java) S 20783 20785 20448 0 -1 4202560 7123 0 0 0 116 1 0 0 16 0 22 0 529914585 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20801] ppid=20783 vsize=15759512 CPUtime=1.24 cores=0,2,4,6
/proc/20785/task/20801/stat : 20801 (java) S 20783 20785 20448 0 -1 4202560 11118 0 0 0 122 2 0 0 15 0 22 0 529914585 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 0 0 0 0
[pid=20785/tid=20802] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20802/stat : 20802 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529914585 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20803] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20803/stat : 20803 (java) S 20783 20785 20448 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 529914585 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20804] ppid=20783 vsize=15759512 CPUtime=1162.82 cores=0,2,4,6
/proc/20785/task/20804/stat : 20804 (java) R 20783 20785 20448 0 -1 4202560 66161 0 0 0 116275 7 0 0 25 0 22 0 529914813 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912506071097 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20785/tid=20805] ppid=20783 vsize=15759512 CPUtime=1162.24 cores=0,2,4,6
/proc/20785/task/20805/stat : 20805 (java) R 20783 20785 20448 0 -1 4202560 31174 0 0 0 116219 5 0 0 25 0 22 0 529914813 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912506070977 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20785/tid=20806] ppid=20783 vsize=15759512 CPUtime=1163.77 cores=0,2,4,6
/proc/20785/task/20806/stat : 20806 (java) R 20783 20785 20448 0 -1 4202560 46108 0 0 0 116311 66 0 0 25 0 22 0 529914813 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 47470355318435 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20785/tid=20807] ppid=20783 vsize=15759512 CPUtime=1162.61 cores=0,2,4,6
/proc/20785/task/20807/stat : 20807 (java) R 20783 20785 20448 0 -1 4202560 51467 0 0 0 116255 6 0 0 25 0 22 0 529914813 16137740288 1951039 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4687.82
Current children cumulated vsize (KiB) 15759512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.4 s]
/proc/loadavg: 8.18 8.16 8.09 9/218 20891
/proc/meminfo: memFree=11717964/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=15759512 CPUtime=4800.02 cores=0,2,4,6
/proc/20785/stat : 20785 (java) S 20783 20785 20448 0 -1 4202496 2487037 0 1 0 479498 504 0 0 25 0 22 0 529914580 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 3939878 1890695 2295 9 0 3930597 0
[pid=20785/tid=20786] ppid=20783 vsize=15759512 CPUtime=6.19 cores=0,2,4,6
/proc/20785/task/20786/stat : 20786 (java) S 20783 20785 20448 0 -1 4202560 114013 0 1 0 605 14 0 0 25 0 22 0 529914581 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20788] ppid=20783 vsize=15759512 CPUtime=3.05 cores=0,2,4,6
/proc/20785/task/20788/stat : 20788 (java) S 20783 20785 20448 0 -1 4202560 206573 0 0 0 267 38 0 0 15 0 22 0 529914581 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20789] ppid=20783 vsize=15759512 CPUtime=3.65 cores=0,2,4,6
/proc/20785/task/20789/stat : 20789 (java) S 20783 20785 20448 0 -1 4202560 331786 0 0 0 306 59 0 0 16 0 22 0 529914581 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20790] ppid=20783 vsize=15759512 CPUtime=3.28 cores=0,2,4,6
/proc/20785/task/20790/stat : 20790 (java) S 20783 20785 20448 0 -1 4202560 250485 0 0 0 281 47 0 0 16 0 22 0 529914581 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20791] ppid=20783 vsize=15759512 CPUtime=2.9 cores=0,2,4,6
/proc/20785/task/20791/stat : 20791 (java) S 20783 20785 20448 0 -1 4202560 235696 0 0 0 246 44 0 0 15 0 22 0 529914581 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20792] ppid=20783 vsize=15759512 CPUtime=2.73 cores=0,2,4,6
/proc/20785/task/20792/stat : 20792 (java) S 20783 20785 20448 0 -1 4202560 197619 0 0 0 237 36 0 0 16 0 22 0 529914581 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20793] ppid=20783 vsize=15759512 CPUtime=3.38 cores=0,2,4,6
/proc/20785/task/20793/stat : 20793 (java) S 20783 20785 20448 0 -1 4202560 303925 0 0 0 281 57 0 0 15 0 22 0 529914581 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20794] ppid=20783 vsize=15759512 CPUtime=3.79 cores=0,2,4,6
/proc/20785/task/20794/stat : 20794 (java) S 20783 20785 20448 0 -1 4202560 304895 0 0 0 323 56 0 0 15 0 22 0 529914581 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20795] ppid=20783 vsize=15759512 CPUtime=3.02 cores=0,2,4,6
/proc/20785/task/20795/stat : 20795 (java) S 20783 20785 20448 0 -1 4202560 164790 0 0 0 273 29 0 0 16 0 22 0 529914581 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 6 0 0 0
[pid=20785/tid=20796] ppid=20783 vsize=15759512 CPUtime=2.48 cores=0,2,4,6
/proc/20785/task/20796/stat : 20796 (java) S 20783 20785 20448 0 -1 4202560 162640 0 0 0 223 25 0 0 15 0 22 0 529914582 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 0 0 16800975 18446604441249949888 0 0 -1 0 0 0 0
[pid=20785/tid=20797] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20797/stat : 20797 (java) S 20783 20785 20448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529914583 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20798] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20798/stat : 20798 (java) S 20783 20785 20448 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529914583 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20799] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20799/stat : 20799 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529914585 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982373809 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20800] ppid=20783 vsize=15759512 CPUtime=1.17 cores=0,2,4,6
/proc/20785/task/20800/stat : 20800 (java) S 20783 20785 20448 0 -1 4202560 7123 0 0 0 116 1 0 0 16 0 22 0 529914585 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20801] ppid=20783 vsize=15759512 CPUtime=1.27 cores=0,2,4,6
/proc/20785/task/20801/stat : 20801 (java) S 20783 20785 20448 0 -1 4202560 11123 0 0 0 125 2 0 0 15 0 22 0 529914585 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 0 0 0 0
[pid=20785/tid=20802] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20802/stat : 20802 (java) S 20783 20785 20448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529914585 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366105 0 4 0 16800975 18446604441249949888 0 0 -1 4 0 0 0
[pid=20785/tid=20803] ppid=20783 vsize=15759512 CPUtime=0 cores=0,2,4,6
/proc/20785/task/20803/stat : 20803 (java) S 20783 20785 20448 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 529914585 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 242982366720 0 4 0 16800975 18446604441249949888 0 0 -1 2 0 0 0
[pid=20785/tid=20804] ppid=20783 vsize=15759512 CPUtime=1190.59 cores=0,2,4,6
/proc/20785/task/20804/stat : 20804 (java) R 20783 20785 20448 0 -1 4202560 66162 0 0 0 119052 7 0 0 25 0 22 0 529914813 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912506151416 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20785/tid=20805] ppid=20783 vsize=15759512 CPUtime=1190.14 cores=0,2,4,6
/proc/20785/task/20805/stat : 20805 (java) R 20783 20785 20448 0 -1 4202560 31175 0 0 0 119009 5 0 0 25 0 22 0 529914813 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912506151681 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20785/tid=20806] ppid=20783 vsize=15759512 CPUtime=1191.67 cores=0,2,4,6
/proc/20785/task/20806/stat : 20806 (java) R 20783 20785 20448 0 -1 4202560 46108 0 0 0 119099 68 0 0 25 0 22 0 529914813 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 47470355314863 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20785/tid=20807] ppid=20783 vsize=15759512 CPUtime=1190.54 cores=0,2,4,6
/proc/20785/task/20807/stat : 20807 (java) R 20783 20785 20448 0 -1 4202560 51469 0 0 0 119048 6 0 0 25 0 22 0 529914813 16137740288 1890695 33554432000 1073741824 1073778376 140734336318976 18446744073709551615 46912506357152 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 15759512

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

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

[startup+1210.52 s]
/proc/loadavg: 8.18 8.16 8.09 9/218 20891
/proc/meminfo: memFree=11717964/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=0 CPUtime=4800.15 cores=0,2,4,6
/proc/20785/stat : 20785 (java) Z 20783 20785 20448 0 -1 4203548 2487063 0 1 0 479501 514 0 0 17 0 2 0 529914580 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 0 0 0 0 0 0 0
[pid=20785/tid=20806] ppid=20783 vsize=0 CPUtime=1191.78 cores=0,2,4,6
/proc/20785/task/20806/stat : 20806 (java) R 20783 20785 20448 0 -1 4203588 46108 0 0 0 119100 78 0 0 25 0 2 0 529914813 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 0

[startup+1210.7 s]
/proc/loadavg: 8.18 8.16 8.09 9/218 20891
/proc/meminfo: memFree=11717964/32951132 swapFree=67111364/67111528
[pid=20785] ppid=20783 vsize=0 CPUtime=4800.33 cores=0,2,4,6
/proc/20785/stat : 20785 (java) Z 20783 20785 20448 0 -1 4203548 2487063 0 1 0 479501 532 0 0 17 0 2 0 529914580 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20785/statm: 0 0 0 0 0 0 0
[pid=20785/tid=20806] ppid=20783 vsize=0 CPUtime=1191.96 cores=0,2,4,6
/proc/20785/task/20806/stat : 20806 (java) R 20783 20785 20448 0 -1 4203588 46108 0 0 0 119100 96 0 0 25 0 2 0 529914813 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1210.71
CPU time (s): 4800.35
CPU user time (s): 4795.02
CPU system time (s): 5.33619
CPU usage (%): 396.49
Max. virtual memory (cumulated for all children) (KiB): 15774152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.02
system time used= 5.33619
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2487063
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= 29667
involuntary context switches= 51570

runsolver used 2.69959 second user time and 6.54101 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-30 19:05:59
IDJOB=3311767
IDBENCH=83165
IDSOLVER=1698
FILE ID=node128/3311767-1304183159
RUNJOBID= node128-1304180727-20466
PBS_JOBID= 13172455
Free space on /tmp= 67520 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x33.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311767-1304183159/watcher-3311767-1304183159 -o /tmp/evaluation-result-3311767-1304183159/solver-3311767-1304183159 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311767-1304183159.cnf -hbr 2

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

MD5SUM BENCH= f7c29bbc3bef00d1e7cc799553ba4813
RANDOM SEED=707636485

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30085008 kB
Buffers:        467684 kB
Cached:        1095664 kB
SwapCached:          0 kB
Active:        1012672 kB
Inactive:      1437152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30085008 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           15116 kB
Writeback:          12 kB
AnonPages:      885316 kB
Mapped:          23680 kB
Slab:           353440 kB
PageTables:       6196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1876992 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= 67500 MiB
End job on node128 at 2011-04-30 19:26:12