Trace number 3313040

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.36 1206.84

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes1.cnf
MD5SUMd6097a9814089eeede1d027388c17a02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3218
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.10/0.11	51:48 INFO : Reading from input HOME/instance-3313040-1304088708.cnf
0.72/0.52	Executor set job limit to 1000000
0.72/0.52	Executor set job limit to 1000000
0.72/0.52	Executor set job limit to 1000000
0.72/0.52	Executor set job limit to 1000000
0.72/0.52	Starting Executor!
0.72/0.53	Starting Executor!
0.72/0.53	Starting Executor!
0.72/0.53	Starting Executor!
2.27/1.33	51:49 INFO : 1150 variables remaining out of 1150
2.27/1.33	51:49 INFO : 481878 literals remaining out of 253992

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

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

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


[startup+0 s]
/proc/loadavg: 7.59 8.01 8.00 2/194 729
/proc/meminfo: memFree=25554252/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=3528 CPUtime=0 cores=1,3,5,7
/proc/729/stat : 729 (java) R 727 729 530 0 -1 4194304 539 0 0 0 0 0 0 0 25 0 1 0 501286233 3612672 44 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228090530726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/729/statm: 882 46 36 9 0 27 0
[pid=729/tid=730] ppid=727 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) R 727 729 530 0 -1 4202560 99 0 0 0 0 0 0 0 25 0 2 0 501286233 31313920 925 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228090488576 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0687889 s]
/proc/loadavg: 7.59 8.01 8.00 2/194 729
/proc/meminfo: memFree=25554252/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/729/stat : 729 (java) S 727 729 530 0 -1 4202496 4409 0 1 0 5 0 0 0 25 0 18 0 501286233 15984414720 3848 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/729/statm: 3902445 3849 1779 9 0 3893164 0
[pid=729/tid=730] ppid=727 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) R 727 729 530 0 -1 4202560 2991 0 1 0 5 0 0 0 25 0 18 0 501286233 15984414720 3849 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 47572748224106 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100779 s]
/proc/loadavg: 7.59 8.01 8.00 2/194 729
/proc/meminfo: memFree=25554252/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=15676852 CPUtime=0.1 cores=1,3,5,7
/proc/729/stat : 729 (java) S 727 729 530 0 -1 4202496 5590 0 1 0 9 1 0 0 25 0 18 0 501286233 16053096448 5013 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/729/statm: 3919213 5013 2117 9 0 3909932 0
[pid=729/tid=730] ppid=727 vsize=15676852 CPUtime=0.08 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) R 727 729 530 0 -1 4202560 3449 0 1 0 7 1 0 0 18 0 18 0 501286233 16053096448 5014 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 47572750427642 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676852

[startup+0.300743 s]
/proc/loadavg: 7.59 8.01 8.00 2/194 729
/proc/meminfo: memFree=25554252/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=15680372 CPUtime=0.51 cores=1,3,5,7
/proc/729/stat : 729 (java) S 727 729 530 0 -1 4202496 14464 0 1 0 49 2 0 0 25 0 18 0 501286233 16056700928 12929 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/729/statm: 3920093 12937 2207 9 0 3910812 0
[pid=729/tid=730] ppid=727 vsize=15680372 CPUtime=0.28 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) R 727 729 530 0 -1 4202560 9400 0 1 0 27 1 0 0 18 0 18 0 501286233 16056700928 12940 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505639857 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680372

[startup+0.700633 s]
/proc/loadavg: 7.59 8.01 8.00 2/194 729
/proc/meminfo: memFree=25554252/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=15690940 CPUtime=1.07 cores=1,3,5,7
/proc/729/stat : 729 (java) S 727 729 530 0 -1 4202496 44021 0 1 0 101 6 0 0 25 0 22 0 501286233 16067522560 41203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/729/statm: 3922735 41203 2249 9 0 3913454 0
[pid=729/tid=730] ppid=727 vsize=15690940 CPUtime=0.68 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) R 727 729 530 0 -1 4202560 35627 0 1 0 63 5 0 0 20 0 22 0 501286233 16067522560 41203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505201594 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 15690940

[startup+1.5015 s]
/proc/loadavg: 7.59 8.01 8.00 5/220 756
/proc/meminfo: memFree=25287268/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=15697656 CPUtime=2.7 cores=1,3,5,7
/proc/729/stat : 729 (java) S 727 729 530 0 -1 4202496 49372 0 1 0 263 7 0 0 25 0 22 0 501286233 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/729/statm: 3924414 43715 2274 9 0 3915133 0
[pid=729/tid=730] ppid=727 vsize=15697656 CPUtime=1.31 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) S 727 729 530 0 -1 4202560 35682 0 1 0 126 5 0 0 21 0 22 0 501286233 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=732] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/732/stat : 732 (java) S 727 729 530 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 501286234 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=733] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/733/stat : 733 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 501286234 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=734] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/734/stat : 734 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 501286234 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=735] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/735/stat : 735 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 501286234 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=736] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/736/stat : 736 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 501286234 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=737] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/737/stat : 737 (java) S 727 729 530 0 -1 4202560 38 0 0 0 0 0 0 0 21 0 22 0 501286234 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=738] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/738/stat : 738 (java) S 727 729 530 0 -1 4202560 324 0 0 0 0 0 0 0 18 0 22 0 501286234 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=739] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/739/stat : 739 (java) S 727 729 530 0 -1 4202560 39 0 0 0 0 0 0 0 21 0 22 0 501286234 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=740] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/740/stat : 740 (java) S 727 729 530 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 501286235 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 0 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=741] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/741/stat : 741 (java) S 727 729 530 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 501286235 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=742] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/742/stat : 742 (java) S 727 729 530 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 501286235 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=743] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/743/stat : 743 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501286237 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107274673 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=744] ppid=727 vsize=15697656 CPUtime=0.56 cores=1,3,5,7
/proc/729/task/744/stat : 744 (java) R 727 729 530 0 -1 4202560 5170 0 0 0 56 0 0 0 19 0 22 0 501286237 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 47572751381751 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=729/tid=745] ppid=727 vsize=15697656 CPUtime=0.56 cores=1,3,5,7
/proc/729/task/745/stat : 745 (java) S 727 729 530 0 -1 4202560 6663 0 0 0 56 0 0 0 16 0 22 0 501286237 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=746] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/746/stat : 746 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501286237 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=747] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/747/stat : 747 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 501286238 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=752] ppid=727 vsize=15697656 CPUtime=0.14 cores=1,3,5,7
/proc/729/task/752/stat : 752 (java) R 727 729 530 0 -1 4202560 26 0 0 0 14 0 0 0 16 0 22 0 501286286 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505984960 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=729/tid=753] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/753/stat : 753 (java) S 727 729 530 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 501286286 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=754] ppid=727 vsize=15697656 CPUtime=0.08 cores=1,3,5,7
/proc/729/task/754/stat : 754 (java) R 727 729 530 0 -1 4202560 9 0 0 0 8 0 0 0 15 0 22 0 501286286 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506088762 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=729/tid=756] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/756/stat : 756 (java) S 727 729 530 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 501286286 16074399744 43715 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 15697656

[startup+3.10119 s]
/proc/loadavg: 7.59 8.01 8.00 10/220 757
/proc/meminfo: memFree=25165748/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=15697656 CPUtime=8.74 cores=1,3,5,7
/proc/729/stat : 729 (java) S 727 729 530 0 -1 4202496 117657 0 1 0 856 18 0 0 25 0 22 0 501286233 16074399744 111853 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/729/statm: 3924414 111859 2284 9 0 3915133 0
[pid=729/tid=730] ppid=727 vsize=15697656 CPUtime=1.31 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) S 727 729 530 0 -1 4202560 35682 0 1 0 126 5 0 0 21 0 22 0 501286233 16074399744 111862 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=732] ppid=727 vsize=15697656 CPUtime=0.01 cores=1,3,5,7
/proc/729/task/732/stat : 732 (java) S 727 729 530 0 -1 4202560 3526 0 0 0 1 0 0 0 16 0 22 0 501286234 16074399744 111867 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=733] ppid=727 vsize=15697656 CPUtime=0.01 cores=1,3,5,7
/proc/729/task/733/stat : 733 (java) S 727 729 530 0 -1 4202560 5237 0 0 0 0 1 0 0 16 0 22 0 501286234 16074399744 111872 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=734] ppid=727 vsize=15697656 CPUtime=0.01 cores=1,3,5,7
/proc/729/task/734/stat : 734 (java) S 727 729 530 0 -1 4202560 4869 0 0 0 1 0 0 0 16 0 22 0 501286234 16074399744 111876 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=735] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/735/stat : 735 (java) S 727 729 530 0 -1 4202560 4711 0 0 0 0 0 0 0 15 0 22 0 501286234 16074399744 111881 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=736] ppid=727 vsize=15697656 CPUtime=0.01 cores=1,3,5,7
/proc/729/task/736/stat : 736 (java) S 727 729 530 0 -1 4202560 4131 0 0 0 1 0 0 0 16 0 22 0 501286234 16074399744 111884 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=737] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/737/stat : 737 (java) S 727 729 530 0 -1 4202560 3942 0 0 0 0 0 0 0 15 0 22 0 501286234 16074399744 111887 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=738] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/738/stat : 738 (java) S 727 729 530 0 -1 4202560 3324 0 0 0 0 0 0 0 15 0 22 0 501286234 16074399744 111890 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=739] ppid=727 vsize=15697656 CPUtime=0.01 cores=1,3,5,7
/proc/729/task/739/stat : 739 (java) S 727 729 530 0 -1 4202560 3841 0 0 0 1 0 0 0 16 0 22 0 501286234 16074399744 111895 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=740] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/740/stat : 740 (java) S 727 729 530 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 22 0 501286235 16074399744 111898 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 0 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=741] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/741/stat : 741 (java) S 727 729 530 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501286235 16074399744 111903 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=742] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/742/stat : 742 (java) S 727 729 530 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501286235 16074399744 111907 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=743] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/743/stat : 743 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501286237 16074399744 111911 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107274673 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=744] ppid=727 vsize=15697656 CPUtime=0.67 cores=1,3,5,7
/proc/729/task/744/stat : 744 (java) R 727 729 530 0 -1 4202560 5184 0 0 0 67 0 0 0 17 0 22 0 501286237 16074399744 111915 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107276981 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=729/tid=745] ppid=727 vsize=15697656 CPUtime=0.82 cores=1,3,5,7
/proc/729/task/745/stat : 745 (java) S 727 729 530 0 -1 4202560 6706 0 0 0 82 0 0 0 15 0 22 0 501286237 16074399744 111920 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=746] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/746/stat : 746 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501286237 16074399744 111923 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=747] ppid=727 vsize=15697656 CPUtime=0 cores=1,3,5,7
/proc/729/task/747/stat : 747 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 501286238 16074399744 111927 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=752] ppid=727 vsize=15697656 CPUtime=1.5 cores=1,3,5,7
/proc/729/task/752/stat : 752 (java) R 727 729 530 0 -1 4202560 8751 0 0 0 149 1 0 0 16 0 22 0 501286286 16074399744 111931 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506015388 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=729/tid=753] ppid=727 vsize=15697656 CPUtime=1.31 cores=1,3,5,7
/proc/729/task/753/stat : 753 (java) R 727 729 530 0 -1 4202560 8361 0 0 0 130 1 0 0 17 0 22 0 501286286 16074399744 111935 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506075030 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=729/tid=754] ppid=727 vsize=15697656 CPUtime=1.46 cores=1,3,5,7
/proc/729/task/754/stat : 754 (java) R 727 729 530 0 -1 4202560 8374 0 0 0 145 1 0 0 16 0 22 0 501286286 16074399744 111938 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506089566 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=729/tid=756] ppid=727 vsize=15697656 CPUtime=1.46 cores=1,3,5,7
/proc/729/task/756/stat : 756 (java) R 727 729 530 0 -1 4202560 9489 0 0 0 146 0 0 0 17 0 22 0 501286286 16074399744 111943 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506074972 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 15697656

[startup+6.3016 s]
/proc/loadavg: 7.62 8.01 8.00 11/220 757
/proc/meminfo: memFree=23649844/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=15697656 CPUtime=21.5 cores=1,3,5,7
/proc/729/stat : 729 (java) S 727 729 530 0 -1 4202496 294787 0 1 0 2106 44 0 0 25 0 22 0 501286233 16074399744 288203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/729/statm: 3924414 288203 2284 9 0 3915133 0
[pid=729/tid=730] ppid=727 vsize=15697656 CPUtime=1.31 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) S 727 729 530 0 -1 4202560 35682 0 1 0 126 5 0 0 21 0 22 0 501286233 16074399744 288203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=732] ppid=727 vsize=15697656 CPUtime=0.02 cores=1,3,5,7
/proc/729/task/732/stat : 732 (java) S 727 729 530 0 -1 4202560 5569 0 0 0 2 0 0 0 16 0 22 0 501286234 16074399744 288203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=733] ppid=727 vsize=15697656 CPUtime=0.02 cores=1,3,5,7
/proc/729/task/733/stat : 733 (java) S 727 729 530 0 -1 4202560 6714 0 0 0 1 1 0 0 16 0 22 0 501286234 16074399744 288203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=734] ppid=727 vsize=15697656 CPUtime=0.02 cores=1,3,5,7
/proc/729/task/734/stat : 734 (java) S 727 729 530 0 -1 4202560 7080 0 0 0 2 0 0 0 15 0 22 0 501286234 16074399744 288203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=735] ppid=727 vsize=15697656 CPUtime=0.02 cores=1,3,5,7
/proc/729/task/735/stat : 735 (java) S 727 729 530 0 -1 4202560 6499 0 0 0 1 1 0 0 16 0 22 0 501286234 16074399744 288203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=736] ppid=727 vsize=15697656 CPUtime=0.01 cores=1,3,5,7
/proc/729/task/736/stat : 736 (java) S 727 729 530 0 -1 4202560 5780 0 0 0 1 0 0 0 15 0 22 0 501286234 16074399744 288203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=737] ppid=727 vsize=15697656 CPUtime=0.02 cores=1,3,5,7
/proc/729/task/737/stat : 737 (java) S 727 729 530 0 -1 4202560 7418 0 0 0 1 1 0 0 16 0 22 0 501286234 16074399744 288203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=738] ppid=727 vsize=15697656 CPUtime=0.01 cores=1,3,5,7
/proc/729/task/738/stat : 738 (java) S 727 729 530 0 -1 4202560 7143 0 0 0 1 0 0 0 15 0 22 0 501286234 16074399744 288203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=739] ppid=727 vsize=15697656 CPUtime=0.02 cores=1,3,5,7
/proc/729/task/739/stat : 739 (java) S 727 729 530 0 -1 4202560 7181 0 0 0 1 1 0 0 16 0 22 0 501286234 16074399744 288203 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0

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

[pid=729/tid=753] ppid=727 vsize=15693632 CPUtime=1047.55 cores=1,3,5,7
/proc/729/task/753/stat : 753 (java) R 727 729 530 0 -1 4202560 385918 0 0 0 104699 56 0 0 25 0 22 0 501286286 16070279168 144564 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506075403 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=729/tid=754] ppid=727 vsize=15693632 CPUtime=1047.01 cores=1,3,5,7
/proc/729/task/754/stat : 754 (java) R 727 729 530 0 -1 4202560 378289 0 0 0 104648 53 0 0 25 0 22 0 501286286 16070279168 144564 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506011707 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=729/tid=756] ppid=727 vsize=15693632 CPUtime=1048.79 cores=1,3,5,7
/proc/729/task/756/stat : 756 (java) R 727 729 530 0 -1 4202560 372590 0 0 0 104827 52 0 0 25 0 22 0 501286286 16070279168 144564 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506075408 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4225.08
Current children cumulated vsize (KiB) 15693632

[startup+1122.3 s]
/proc/loadavg: 8.22 8.18 8.06 9/220 795
/proc/meminfo: memFree=24333292/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=15693632 CPUtime=4463.9 cores=1,3,5,7
/proc/729/stat : 729 (java) S 727 729 530 0 -1 4202496 3015021 0 1 0 445817 573 0 0 25 0 22 0 501286233 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/729/statm: 3923408 153658 2298 9 0 3914127 0
[pid=729/tid=730] ppid=727 vsize=15693632 CPUtime=1.31 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) S 727 729 530 0 -1 4202560 35682 0 1 0 126 5 0 0 21 0 22 0 501286233 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=732] ppid=727 vsize=15693632 CPUtime=3.64 cores=1,3,5,7
/proc/729/task/732/stat : 732 (java) S 727 729 530 0 -1 4202560 168786 0 0 0 332 32 0 0 15 0 22 0 501286234 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=733] ppid=727 vsize=15693632 CPUtime=3.58 cores=1,3,5,7
/proc/729/task/733/stat : 733 (java) S 727 729 530 0 -1 4202560 173017 0 0 0 325 33 0 0 16 0 22 0 501286234 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=734] ppid=727 vsize=15693632 CPUtime=3.7 cores=1,3,5,7
/proc/729/task/734/stat : 734 (java) S 727 729 530 0 -1 4202560 166224 0 0 0 339 31 0 0 15 0 22 0 501286234 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=735] ppid=727 vsize=15693632 CPUtime=3.74 cores=1,3,5,7
/proc/729/task/735/stat : 735 (java) S 727 729 530 0 -1 4202560 166479 0 0 0 340 34 0 0 16 0 22 0 501286234 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=736] ppid=727 vsize=15693632 CPUtime=3.71 cores=1,3,5,7
/proc/729/task/736/stat : 736 (java) S 727 729 530 0 -1 4202560 168504 0 0 0 339 32 0 0 16 0 22 0 501286234 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=737] ppid=727 vsize=15693632 CPUtime=3.61 cores=1,3,5,7
/proc/729/task/737/stat : 737 (java) S 727 729 530 0 -1 4202560 170348 0 0 0 327 34 0 0 15 0 22 0 501286234 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=738] ppid=727 vsize=15693632 CPUtime=3.8 cores=1,3,5,7
/proc/729/task/738/stat : 738 (java) S 727 729 530 0 -1 4202560 181944 0 0 0 346 34 0 0 15 0 22 0 501286234 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=739] ppid=727 vsize=15693632 CPUtime=3.55 cores=1,3,5,7
/proc/729/task/739/stat : 739 (java) S 727 729 530 0 -1 4202560 158456 0 0 0 324 31 0 0 15 0 22 0 501286234 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=740] ppid=727 vsize=15693632 CPUtime=2.09 cores=1,3,5,7
/proc/729/task/740/stat : 740 (java) S 727 729 530 0 -1 4202560 7934 0 0 0 134 75 0 0 15 0 22 0 501286235 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 0 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=741] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/741/stat : 741 (java) S 727 729 530 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501286235 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=742] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/742/stat : 742 (java) S 727 729 530 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501286235 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=743] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/743/stat : 743 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501286237 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107274673 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=744] ppid=727 vsize=15693632 CPUtime=0.83 cores=1,3,5,7
/proc/729/task/744/stat : 744 (java) S 727 729 530 0 -1 4202560 5877 0 0 0 83 0 0 0 15 0 22 0 501286237 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=745] ppid=727 vsize=15693632 CPUtime=1.08 cores=1,3,5,7
/proc/729/task/745/stat : 745 (java) S 727 729 530 0 -1 4202560 6750 0 0 0 108 0 0 0 15 0 22 0 501286237 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=746] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/746/stat : 746 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501286237 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=747] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/747/stat : 747 (java) S 727 729 530 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 501286238 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=752] ppid=727 vsize=15693632 CPUtime=1108.03 cores=1,3,5,7
/proc/729/task/752/stat : 752 (java) R 727 729 530 0 -1 4202560 408801 0 0 0 110747 56 0 0 25 0 22 0 501286286 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505985227 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=729/tid=753] ppid=727 vsize=15693632 CPUtime=1106.78 cores=1,3,5,7
/proc/729/task/753/stat : 753 (java) R 727 729 530 0 -1 4202560 405452 0 0 0 110619 59 0 0 25 0 22 0 501286286 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505945386 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=729/tid=754] ppid=727 vsize=15693632 CPUtime=1106.31 cores=1,3,5,7
/proc/729/task/754/stat : 754 (java) R 727 729 530 0 -1 4202560 397298 0 0 0 110575 56 0 0 25 0 22 0 501286286 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505931250 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=729/tid=756] ppid=727 vsize=15693632 CPUtime=1108 cores=1,3,5,7
/proc/729/task/756/stat : 756 (java) R 727 729 530 0 -1 4202560 392022 0 0 0 110745 55 0 0 25 0 22 0 501286286 16070279168 153658 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 47572750532128 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4463.9
Current children cumulated vsize (KiB) 15693632

[startup+1182.3 s]
/proc/loadavg: 8.08 8.14 8.06 9/220 797
/proc/meminfo: memFree=24303484/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=15693632 CPUtime=4702.79 cores=1,3,5,7
/proc/729/stat : 729 (java) S 727 729 530 0 -1 4202496 3158676 0 1 0 469679 600 0 0 25 0 22 0 501286233 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/729/statm: 3923408 154760 2298 9 0 3914127 0
[pid=729/tid=730] ppid=727 vsize=15693632 CPUtime=1.31 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) S 727 729 530 0 -1 4202560 35682 0 1 0 126 5 0 0 21 0 22 0 501286233 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=732] ppid=727 vsize=15693632 CPUtime=3.82 cores=1,3,5,7
/proc/729/task/732/stat : 732 (java) S 727 729 530 0 -1 4202560 174283 0 0 0 349 33 0 0 15 0 22 0 501286234 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=733] ppid=727 vsize=15693632 CPUtime=3.79 cores=1,3,5,7
/proc/729/task/733/stat : 733 (java) S 727 729 530 0 -1 4202560 179790 0 0 0 345 34 0 0 15 0 22 0 501286234 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=734] ppid=727 vsize=15693632 CPUtime=3.89 cores=1,3,5,7
/proc/729/task/734/stat : 734 (java) S 727 729 530 0 -1 4202560 172941 0 0 0 358 31 0 0 16 0 22 0 501286234 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=735] ppid=727 vsize=15693632 CPUtime=3.92 cores=1,3,5,7
/proc/729/task/735/stat : 735 (java) S 727 729 530 0 -1 4202560 171420 0 0 0 357 35 0 0 15 0 22 0 501286234 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=736] ppid=727 vsize=15693632 CPUtime=3.89 cores=1,3,5,7
/proc/729/task/736/stat : 736 (java) S 727 729 530 0 -1 4202560 173816 0 0 0 356 33 0 0 16 0 22 0 501286234 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=737] ppid=727 vsize=15693632 CPUtime=3.81 cores=1,3,5,7
/proc/729/task/737/stat : 737 (java) S 727 729 530 0 -1 4202560 176484 0 0 0 346 35 0 0 15 0 22 0 501286234 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=738] ppid=727 vsize=15693632 CPUtime=3.99 cores=1,3,5,7
/proc/729/task/738/stat : 738 (java) S 727 729 530 0 -1 4202560 189019 0 0 0 364 35 0 0 16 0 22 0 501286234 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=739] ppid=727 vsize=15693632 CPUtime=3.74 cores=1,3,5,7
/proc/729/task/739/stat : 739 (java) S 727 729 530 0 -1 4202560 165093 0 0 0 342 32 0 0 16 0 22 0 501286234 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=740] ppid=727 vsize=15693632 CPUtime=2.2 cores=1,3,5,7
/proc/729/task/740/stat : 740 (java) S 727 729 530 0 -1 4202560 8352 0 0 0 140 80 0 0 15 0 22 0 501286235 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 0 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=741] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/741/stat : 741 (java) S 727 729 530 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501286235 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=742] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/742/stat : 742 (java) S 727 729 530 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501286235 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=743] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/743/stat : 743 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501286237 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107274673 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=744] ppid=727 vsize=15693632 CPUtime=0.83 cores=1,3,5,7
/proc/729/task/744/stat : 744 (java) S 727 729 530 0 -1 4202560 5877 0 0 0 83 0 0 0 15 0 22 0 501286237 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=745] ppid=727 vsize=15693632 CPUtime=1.08 cores=1,3,5,7
/proc/729/task/745/stat : 745 (java) S 727 729 530 0 -1 4202560 6750 0 0 0 108 0 0 0 15 0 22 0 501286237 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=746] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/746/stat : 746 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501286237 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=747] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/747/stat : 747 (java) S 727 729 530 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 501286238 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=752] ppid=727 vsize=15693632 CPUtime=1167.41 cores=1,3,5,7
/proc/729/task/752/stat : 752 (java) R 727 729 530 0 -1 4202560 432343 0 0 0 116682 59 0 0 25 0 22 0 501286286 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506030518 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=729/tid=753] ppid=727 vsize=15693632 CPUtime=1165.95 cores=1,3,5,7
/proc/729/task/753/stat : 753 (java) R 727 729 530 0 -1 4202560 429388 0 0 0 116534 61 0 0 25 0 22 0 501286286 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505984924 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=729/tid=754] ppid=727 vsize=15693632 CPUtime=1165.62 cores=1,3,5,7
/proc/729/task/754/stat : 754 (java) R 727 729 530 0 -1 4202560 420753 0 0 0 116503 59 0 0 25 0 22 0 501286286 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505606745 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=729/tid=756] ppid=727 vsize=15693632 CPUtime=1167.36 cores=1,3,5,7
/proc/729/task/756/stat : 756 (java) R 727 729 530 0 -1 4202560 415235 0 0 0 116678 58 0 0 25 0 22 0 501286286 16070279168 154760 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505984960 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4702.79
Current children cumulated vsize (KiB) 15693632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.8 s]
/proc/loadavg: 8.12 8.15 8.06 5/197 801
/proc/meminfo: memFree=24977348/32951124 swapFree=67111524/67111528
[pid=729] ppid=727 vsize=15693632 CPUtime=4800.29 cores=1,3,5,7
/proc/729/stat : 729 (java) S 727 729 530 0 -1 4202496 3233508 0 1 0 479414 615 0 0 25 0 22 0 501286233 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/729/statm: 3923408 163298 2298 9 0 3914127 0
[pid=729/tid=730] ppid=727 vsize=15693632 CPUtime=1.31 cores=1,3,5,7
/proc/729/task/730/stat : 730 (java) S 727 729 530 0 -1 4202560 35682 0 1 0 126 5 0 0 21 0 22 0 501286233 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=732] ppid=727 vsize=15693632 CPUtime=3.9 cores=1,3,5,7
/proc/729/task/732/stat : 732 (java) S 727 729 530 0 -1 4202560 180327 0 0 0 356 34 0 0 15 0 22 0 501286234 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=733] ppid=727 vsize=15693632 CPUtime=3.86 cores=1,3,5,7
/proc/729/task/733/stat : 733 (java) S 727 729 530 0 -1 4202560 184762 0 0 0 351 35 0 0 15 0 22 0 501286234 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=734] ppid=727 vsize=15693632 CPUtime=3.99 cores=1,3,5,7
/proc/729/task/734/stat : 734 (java) S 727 729 530 0 -1 4202560 178582 0 0 0 366 33 0 0 15 0 22 0 501286234 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 7 0 0 0
[pid=729/tid=735] ppid=727 vsize=15693632 CPUtime=3.98 cores=1,3,5,7
/proc/729/task/735/stat : 735 (java) S 727 729 530 0 -1 4202560 176460 0 0 0 363 35 0 0 15 0 22 0 501286234 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=736] ppid=727 vsize=15693632 CPUtime=3.98 cores=1,3,5,7
/proc/729/task/736/stat : 736 (java) S 727 729 530 0 -1 4202560 179417 0 0 0 364 34 0 0 15 0 22 0 501286234 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=737] ppid=727 vsize=15693632 CPUtime=3.89 cores=1,3,5,7
/proc/729/task/737/stat : 737 (java) S 727 729 530 0 -1 4202560 182696 0 0 0 353 36 0 0 15 0 22 0 501286234 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=738] ppid=727 vsize=15693632 CPUtime=4.06 cores=1,3,5,7
/proc/729/task/738/stat : 738 (java) S 727 729 530 0 -1 4202560 192602 0 0 0 371 35 0 0 15 0 22 0 501286234 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=739] ppid=727 vsize=15693632 CPUtime=3.83 cores=1,3,5,7
/proc/729/task/739/stat : 739 (java) S 727 729 530 0 -1 4202560 169962 0 0 0 350 33 0 0 15 0 22 0 501286234 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=740] ppid=727 vsize=15693632 CPUtime=2.24 cores=1,3,5,7
/proc/729/task/740/stat : 740 (java) S 727 729 530 0 -1 4202560 8514 0 0 0 142 82 0 0 15 0 22 0 501286235 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 0 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=741] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/741/stat : 741 (java) S 727 729 530 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501286235 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=742] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/742/stat : 742 (java) S 727 729 530 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501286235 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=743] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/743/stat : 743 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501286237 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107274673 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=744] ppid=727 vsize=15693632 CPUtime=0.83 cores=1,3,5,7
/proc/729/task/744/stat : 744 (java) S 727 729 530 0 -1 4202560 5877 0 0 0 83 0 0 0 15 0 22 0 501286237 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 5 0 0 0
[pid=729/tid=745] ppid=727 vsize=15693632 CPUtime=1.08 cores=1,3,5,7
/proc/729/task/745/stat : 745 (java) S 727 729 530 0 -1 4202560 6750 0 0 0 108 0 0 0 15 0 22 0 501286237 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=746] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/746/stat : 746 (java) S 727 729 530 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501286237 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107266969 0 4 0 16800975 18446604471136252096 0 0 -1 1 0 0 0
[pid=729/tid=747] ppid=727 vsize=15693632 CPUtime=0 cores=1,3,5,7
/proc/729/task/747/stat : 747 (java) S 727 729 530 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 501286238 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 228107267584 0 4 0 16800975 18446604471136252096 0 0 -1 3 0 0 0
[pid=729/tid=752] ppid=727 vsize=15693632 CPUtime=1191.65 cores=1,3,5,7
/proc/729/task/752/stat : 752 (java) R 727 729 530 0 -1 4202560 440951 0 0 0 119104 61 0 0 25 0 22 0 501286286 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506015057 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=729/tid=753] ppid=727 vsize=15693632 CPUtime=1190.12 cores=1,3,5,7
/proc/729/task/753/stat : 753 (java) R 727 729 530 0 -1 4202560 437324 0 0 0 118950 62 0 0 25 0 22 0 501286286 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505984974 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=729/tid=754] ppid=727 vsize=15693632 CPUtime=1189.86 cores=1,3,5,7
/proc/729/task/754/stat : 754 (java) R 727 729 530 0 -1 4202560 427813 0 0 0 118925 61 0 0 25 0 22 0 501286286 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912505984888 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=729/tid=756] ppid=727 vsize=15693632 CPUtime=1191.53 cores=1,3,5,7
/proc/729/task/756/stat : 756 (java) R 727 729 530 0 -1 4202560 424338 0 0 0 119094 59 0 0 25 0 22 0 501286286 16070279168 163298 33554432000 1073741824 1073778376 140736322037584 18446744073709551615 46912506089451 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 15693632

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

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

Child status: 143
Real time (s): 1206.84
CPU time (s): 4800.36
CPU user time (s): 4794.18
CPU system time (s): 6.18606
CPU usage (%): 397.762
Max. virtual memory (cumulated for all children) (KiB): 15699304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.18
system time used= 6.18606
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3233534
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= 155557
involuntary context switches= 107619

runsolver used 1.9777 second user time and 4.66729 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 16:51:48
IDJOB=3313040
IDBENCH=71433
IDSOLVER=1699
FILE ID=node142/3313040-1304088708
RUNJOBID= node142-1304087498-549
PBS_JOBID= 13170558
Free space on /tmp= 71308 MiB

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

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

MD5SUM BENCH= d6097a9814089eeede1d027388c17a02
RANDOM SEED=1269674325

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25555764 kB
Buffers:       1676448 kB
Cached:        5040120 kB
SwapCached:          4 kB
Active:         944252 kB
Inactive:      5909464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25555764 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6664 kB
Writeback:           0 kB
AnonPages:      136860 kB
Mapped:          22436 kB
Slab:           477792 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   783840 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71308 MiB
End job on node142 at 2011-04-29 17:11:56