Trace number 3312634

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.41 1207.33

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S2014736708-037.SATISFIABLE.cnf
MD5SUM8dc696d26aef2000e5a242477bc06639
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.107982
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.10/0.11	21:23 INFO : Reading from input HOME/instance-3312634-1304126483.cnf
0.53/0.34	Executor set job limit to 1000000
0.53/0.34	Executor set job limit to 1000000
0.53/0.34	Executor set job limit to 1000000
0.53/0.34	Executor set job limit to 1000000
0.53/0.34	Starting Executor!
0.53/0.34	Starting Executor!
0.53/0.34	Starting Executor!
0.53/0.34	Starting Executor!
0.95/0.58	21:23 INFO : 90 variables remaining out of 90
0.95/0.58	21:23 INFO : 64080 literals remaining out of 64080

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

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: 6.94 7.82 7.94 2/176 8753
/proc/meminfo: memFree=31231972/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 1369 0 0 0 0 0 0 0 18 0 2 0 524246787 24580096 850 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 6001 850 648 9 0 381 0
[pid=8753/tid=8756] ppid=8751 vsize=26140 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) R 8751 8753 7936 0 -1 4202560 39 0 0 0 0 0 0 0 19 0 2 0 524246788 26767360 875 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210199684764 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0924019 s]
/proc/loadavg: 6.94 7.82 7.94 2/176 8753
/proc/meminfo: memFree=31231972/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=15676952 CPUtime=0.1 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 5488 0 1 0 9 1 0 0 18 0 18 0 524246787 16053198848 4905 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 3919238 4905 2115 9 0 3909957 0
[pid=8753/tid=8756] ppid=8751 vsize=15676952 CPUtime=0.07 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) R 8751 8753 7936 0 -1 4202560 3334 0 1 0 7 0 0 0 18 0 18 0 524246788 16053198848 4906 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 47265135139667 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676952

[startup+0.100336 s]
/proc/loadavg: 6.94 7.82 7.94 2/176 8753
/proc/meminfo: memFree=31231972/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=15676952 CPUtime=0.1 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 5576 0 1 0 9 1 0 0 18 0 18 0 524246787 16053198848 4993 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 3919238 4993 2116 9 0 3909957 0
[pid=8753/tid=8756] ppid=8751 vsize=15676952 CPUtime=0.08 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) R 8751 8753 7936 0 -1 4202560 3421 0 1 0 8 0 0 0 18 0 18 0 524246788 16053198848 4993 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216474059 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676952

[startup+0.300294 s]
/proc/loadavg: 6.94 7.82 7.94 2/176 8753
/proc/meminfo: memFree=31231972/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=15682640 CPUtime=0.53 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 14591 0 1 0 50 3 0 0 18 0 18 0 524246787 16059023360 12862 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 3920660 12870 2207 9 0 3911379 0
[pid=8753/tid=8756] ppid=8751 vsize=15682640 CPUtime=0.28 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) R 8751 8753 7936 0 -1 4202560 9379 0 1 0 26 2 0 0 18 0 18 0 524246788 16059023360 12874 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505640339 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15682640

[startup+0.700233 s]
/proc/loadavg: 6.94 7.82 7.94 2/176 8753
/proc/meminfo: memFree=31231972/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=15699140 CPUtime=1.5 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 32550 0 1 0 145 5 0 0 18 0 22 0 524246787 16075919360 28074 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 3924785 28074 2259 9 0 3915504 0
[pid=8753/tid=8756] ppid=8751 vsize=15699140 CPUtime=0.56 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 7936 0 -1 4202560 16326 0 1 0 53 3 0 0 18 0 22 0 524246788 16075919360 28074 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 15699140

[startup+1.50107 s]
/proc/loadavg: 6.94 7.82 7.94 12/220 8797
/proc/meminfo: memFree=30918220/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=15701512 CPUtime=4.54 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 61452 0 1 0 446 8 0 0 18 0 22 0 524246787 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 3925378 53356 2275 9 0 3916097 0
[pid=8753/tid=8756] ppid=8751 vsize=15701512 CPUtime=0.56 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 7936 0 -1 4202560 16326 0 1 0 53 3 0 0 18 0 22 0 524246788 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 7936 0 -1 4202560 680 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8760] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 7936 0 -1 4202560 1035 0 0 0 0 0 0 0 16 0 22 0 524246788 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8762] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8753 7936 0 -1 4202560 689 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8764] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8766] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8753 7936 0 -1 4202560 1559 0 0 0 0 0 0 0 16 0 22 0 524246788 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8768] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8751 8753 7936 0 -1 4202560 877 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8770] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8751 8753 7936 0 -1 4202560 959 0 0 0 0 0 0 0 16 0 22 0 524246788 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8772] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8774] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8774/stat : 8774 (java) S 8751 8753 7936 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 22 0 524246789 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 0 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8776] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8776/stat : 8776 (java) S 8751 8753 7936 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524246790 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8778] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8778/stat : 8778 (java) S 8751 8753 7936 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524246790 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8781] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8781/stat : 8781 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524246792 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216470961 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8783] ppid=8751 vsize=15701512 CPUtime=0.93 cores=0,2,4,6
/proc/8753/task/8783/stat : 8783 (java) R 8751 8753 7936 0 -1 4202560 6365 0 0 0 93 0 0 0 16 0 22 0 524246792 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 47265130250176 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8753/tid=8785] ppid=8751 vsize=15701512 CPUtime=0.74 cores=0,2,4,6
/proc/8753/task/8785/stat : 8785 (java) R 8751 8753 7936 0 -1 4202560 12402 0 0 0 73 1 0 0 17 0 22 0 524246792 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 47265130093025 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8753/tid=8787] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8787/stat : 8787 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524246792 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8789] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8789/stat : 8789 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524246792 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8794] ppid=8751 vsize=15701512 CPUtime=0.66 cores=0,2,4,6
/proc/8753/task/8794/stat : 8794 (java) R 8751 8753 7936 0 -1 4202560 5392 0 0 0 66 0 0 0 16 0 22 0 524246821 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505822443 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8753/tid=8795] ppid=8751 vsize=15701512 CPUtime=0.72 cores=0,2,4,6
/proc/8753/task/8795/stat : 8795 (java) R 8751 8753 7936 0 -1 4202560 6132 0 0 0 72 0 0 0 16 0 22 0 524246821 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505780106 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8753/tid=8796] ppid=8751 vsize=15701512 CPUtime=0.47 cores=0,2,4,6
/proc/8753/task/8796/stat : 8796 (java) R 8751 8753 7936 0 -1 4202560 2264 0 0 0 47 0 0 0 16 0 22 0 524246822 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 47265134463234 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8753/tid=8797] ppid=8751 vsize=15701512 CPUtime=0.36 cores=0,2,4,6
/proc/8753/task/8797/stat : 8797 (java) R 8751 8753 7936 0 -1 4202560 5311 0 0 0 36 0 0 0 16 0 22 0 524246822 16078348288 53356 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 15701512

[startup+3.1008 s]
/proc/loadavg: 6.94 7.82 7.94 11/220 8797
/proc/meminfo: memFree=30582428/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=15701512 CPUtime=10.91 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 148711 0 1 0 1070 21 0 0 18 0 22 0 524246787 16078348288 140605 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 3925378 140609 2285 9 0 3916097 0
[pid=8753/tid=8756] ppid=8751 vsize=15701512 CPUtime=0.56 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 7936 0 -1 4202560 16326 0 1 0 53 3 0 0 18 0 22 0 524246788 16078348288 140612 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 7936 0 -1 4202560 1288 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 140616 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8760] ppid=8751 vsize=15701512 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 7936 0 -1 4202560 1774 0 0 0 1 0 0 0 15 0 22 0 524246788 16078348288 140620 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8762] ppid=8751 vsize=15701512 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8753 7936 0 -1 4202560 2491 0 0 0 1 0 0 0 15 0 22 0 524246788 16078348288 140623 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8764] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8753 7936 0 -1 4202560 2758 0 0 0 0 0 0 0 16 0 22 0 524246788 16078348288 140627 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8766] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8753 7936 0 -1 4202560 3098 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 140630 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8768] ppid=8751 vsize=15701512 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8751 8753 7936 0 -1 4202560 2047 0 0 0 1 0 0 0 15 0 22 0 524246788 16078348288 140634 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8770] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8751 8753 7936 0 -1 4202560 2892 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 140638 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8772] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8751 8753 7936 0 -1 4202560 2673 0 0 0 0 0 0 0 16 0 22 0 524246788 16078348288 140642 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8774] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8774/stat : 8774 (java) S 8751 8753 7936 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 22 0 524246789 16078348288 140645 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 0 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8776] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8776/stat : 8776 (java) S 8751 8753 7936 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524246790 16078348288 140648 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8778] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8778/stat : 8778 (java) S 8751 8753 7936 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524246790 16078348288 140656 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8781] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8781/stat : 8781 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524246792 16078348288 140667 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216470961 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8783] ppid=8751 vsize=15701512 CPUtime=1.12 cores=0,2,4,6
/proc/8753/task/8783/stat : 8783 (java) S 8751 8753 7936 0 -1 4202560 6520 0 0 0 112 0 0 0 15 0 22 0 524246792 16078348288 140672 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8785] ppid=8751 vsize=15701512 CPUtime=0.81 cores=0,2,4,6
/proc/8753/task/8785/stat : 8785 (java) S 8751 8753 7936 0 -1 4202560 12413 0 0 0 80 1 0 0 16 0 22 0 524246792 16078348288 140678 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8787] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8787/stat : 8787 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524246792 16078348288 140683 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8789] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8789/stat : 8789 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524246792 16078348288 140687 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8794] ppid=8751 vsize=15701512 CPUtime=2.22 cores=0,2,4,6
/proc/8753/task/8794/stat : 8794 (java) R 8751 8753 7936 0 -1 4202560 23939 0 0 0 220 2 0 0 18 0 22 0 524246821 16078348288 140692 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505779586 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8753/tid=8795] ppid=8751 vsize=15701512 CPUtime=2.18 cores=0,2,4,6
/proc/8753/task/8795/stat : 8795 (java) R 8751 8753 7936 0 -1 4202560 24364 0 0 0 215 3 0 0 17 0 22 0 524246821 16078348288 140696 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505821755 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8753/tid=8796] ppid=8751 vsize=15701512 CPUtime=1.96 cores=0,2,4,6
/proc/8753/task/8796/stat : 8796 (java) R 8751 8753 7936 0 -1 4202560 19914 0 0 0 194 2 0 0 17 0 22 0 524246822 16078348288 140702 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505821311 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8753/tid=8797] ppid=8751 vsize=15701512 CPUtime=1.88 cores=0,2,4,6
/proc/8753/task/8797/stat : 8797 (java) R 8751 8753 7936 0 -1 4202560 24724 0 0 0 185 3 0 0 17 0 22 0 524246822 16078348288 140706 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505779586 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.91
Current children cumulated vsize (KiB) 15701512

[startup+6.30127 s]
/proc/loadavg: 7.03 7.83 7.94 9/220 8797
/proc/meminfo: memFree=29588152/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=15701512 CPUtime=23.69 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 282977 0 1 0 2331 38 0 0 18 0 22 0 524246787 16078348288 273806 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 3925378 273806 2288 9 0 3916097 0
[pid=8753/tid=8756] ppid=8751 vsize=15701512 CPUtime=0.56 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 7936 0 -1 4202560 16326 0 1 0 53 3 0 0 18 0 22 0 524246788 16078348288 273806 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 7936 0 -1 4202560 1388 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 273806 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8760] ppid=8751 vsize=15701512 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 7936 0 -1 4202560 2004 0 0 0 1 0 0 0 15 0 22 0 524246788 16078348288 273806 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8762] ppid=8751 vsize=15701512 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8753 7936 0 -1 4202560 3242 0 0 0 1 0 0 0 15 0 22 0 524246788 16078348288 273806 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8764] ppid=8751 vsize=15701512 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8753 7936 0 -1 4202560 3666 0 0 0 1 0 0 0 15 0 22 0 524246788 16078348288 273806 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8766] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8753 7936 0 -1 4202560 3098 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 273806 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8768] ppid=8751 vsize=15701512 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8751 8753 7936 0 -1 4202560 2255 0 0 0 1 0 0 0 15 0 22 0 524246788 16078348288 273806 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8770] ppid=8751 vsize=15701512 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8751 8753 7936 0 -1 4202560 4050 0 0 0 0 1 0 0 15 0 22 0 524246788 16078348288 273806 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8772] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8751 8753 7936 0 -1 4202560 3865 0 0 0 0 0 0 0 15 0 22 0 524246788 16078348288 273806 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0

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

[pid=8753/tid=8795] ppid=8751 vsize=15701512 CPUtime=1108.08 cores=0,2,4,6
/proc/8753/task/8795/stat : 8795 (java) R 8751 8753 7936 0 -1 4202560 194555 0 0 0 110771 37 0 0 25 0 22 0 524246821 16078348288 80346 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505822503 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8753/tid=8796] ppid=8751 vsize=15701512 CPUtime=1107.95 cores=0,2,4,6
/proc/8753/task/8796/stat : 8796 (java) R 8751 8753 7936 0 -1 4202560 192700 0 0 0 110763 32 0 0 25 0 22 0 524246822 16078348288 80346 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505874029 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8753/tid=8797] ppid=8751 vsize=15701512 CPUtime=1108.47 cores=0,2,4,6
/proc/8753/task/8797/stat : 8797 (java) R 8751 8753 7936 0 -1 4202560 198642 0 0 0 110811 36 0 0 25 0 22 0 524246822 16078348288 80346 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505744748 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4462.35
Current children cumulated vsize (KiB) 15701512

[startup+1182.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/220 8828
/proc/meminfo: memFree=30541452/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=15701512 CPUtime=4700.9 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 1383344 0 1 0 469738 352 0 0 18 0 22 0 524246787 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 3925378 77404 2299 9 0 3916097 0
[pid=8753/tid=8756] ppid=8751 vsize=15701512 CPUtime=0.56 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 7936 0 -1 4202560 16326 0 1 0 53 3 0 0 18 0 22 0 524246788 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=15701512 CPUtime=3.24 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 7936 0 -1 4202560 62565 0 0 0 307 17 0 0 15 0 22 0 524246788 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8760] ppid=8751 vsize=15701512 CPUtime=3.18 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 7936 0 -1 4202560 64248 0 0 0 301 17 0 0 15 0 22 0 524246788 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8762] ppid=8751 vsize=15701512 CPUtime=3.18 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8753 7936 0 -1 4202560 69080 0 0 0 302 16 0 0 16 0 22 0 524246788 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8764] ppid=8751 vsize=15701512 CPUtime=3.22 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8753 7936 0 -1 4202560 69032 0 0 0 308 14 0 0 15 0 22 0 524246788 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8766] ppid=8751 vsize=15701512 CPUtime=3.19 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8753 7936 0 -1 4202560 64582 0 0 0 304 15 0 0 15 0 22 0 524246788 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8768] ppid=8751 vsize=15701512 CPUtime=3.22 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8751 8753 7936 0 -1 4202560 66872 0 0 0 307 15 0 0 15 0 22 0 524246788 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8770] ppid=8751 vsize=15701512 CPUtime=3.34 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8751 8753 7936 0 -1 4202560 66540 0 0 0 318 16 0 0 15 0 22 0 524246788 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8772] ppid=8751 vsize=15701512 CPUtime=3.29 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8751 8753 7936 0 -1 4202560 68990 0 0 0 313 16 0 0 16 0 22 0 524246788 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8774] ppid=8751 vsize=15701512 CPUtime=2.17 cores=0,2,4,6
/proc/8753/task/8774/stat : 8774 (java) S 8751 8753 7936 0 -1 4202560 3468 0 0 0 150 67 0 0 15 0 22 0 524246789 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 0 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8776] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8776/stat : 8776 (java) S 8751 8753 7936 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524246790 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8778] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8778/stat : 8778 (java) S 8751 8753 7936 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524246790 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8781] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8781/stat : 8781 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524246792 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216470961 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8783] ppid=8751 vsize=15701512 CPUtime=1.2 cores=0,2,4,6
/proc/8753/task/8783/stat : 8783 (java) S 8751 8753 7936 0 -1 4202560 6531 0 0 0 120 0 0 0 15 0 22 0 524246792 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8785] ppid=8751 vsize=15701512 CPUtime=0.97 cores=0,2,4,6
/proc/8753/task/8785/stat : 8785 (java) S 8751 8753 7936 0 -1 4202560 12438 0 0 0 96 1 0 0 15 0 22 0 524246792 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8787] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8787/stat : 8787 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524246792 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8789] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8789/stat : 8789 (java) S 8751 8753 7936 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524246792 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8794] ppid=8751 vsize=15701512 CPUtime=1167.56 cores=0,2,4,6
/proc/8753/task/8794/stat : 8794 (java) R 8751 8753 7936 0 -1 4202560 202245 0 0 0 116720 36 0 0 25 0 22 0 524246821 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 47265134462903 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8753/tid=8795] ppid=8751 vsize=15701512 CPUtime=1167.32 cores=0,2,4,6
/proc/8753/task/8795/stat : 8795 (java) R 8751 8753 7936 0 -1 4202560 202049 0 0 0 116693 39 0 0 25 0 22 0 524246821 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505815414 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8753/tid=8796] ppid=8751 vsize=15701512 CPUtime=1167.28 cores=0,2,4,6
/proc/8753/task/8796/stat : 8796 (java) R 8751 8753 7936 0 -1 4202560 200338 0 0 0 116694 34 0 0 25 0 22 0 524246822 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505937938 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8753/tid=8797] ppid=8751 vsize=15701512 CPUtime=1167.82 cores=0,2,4,6
/proc/8753/task/8797/stat : 8797 (java) R 8751 8753 7936 0 -1 4202560 206590 0 0 0 116744 38 0 0 25 0 22 0 524246822 16078348288 77404 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505744794 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4700.9
Current children cumulated vsize (KiB) 15701512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.00 8.02 8.00 10/220 8829
/proc/meminfo: memFree=30517504/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=15701512 CPUtime=4800.36 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 1417658 0 1 0 479677 359 0 0 18 0 22 0 524246787 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 3925378 86817 2299 9 0 3916097 0
[pid=8753/tid=8756] ppid=8751 vsize=15701512 CPUtime=0.56 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 7936 0 -1 4202560 16326 0 1 0 53 3 0 0 18 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=15701512 CPUtime=3.3 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 7936 0 -1 4202560 63763 0 0 0 313 17 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8760] ppid=8751 vsize=15701512 CPUtime=3.25 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 7936 0 -1 4202560 65724 0 0 0 308 17 0 0 16 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8762] ppid=8751 vsize=15701512 CPUtime=3.26 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8753 7936 0 -1 4202560 70488 0 0 0 309 17 0 0 16 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8764] ppid=8751 vsize=15701512 CPUtime=3.29 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8753 7936 0 -1 4202560 70851 0 0 0 315 14 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8766] ppid=8751 vsize=15701512 CPUtime=3.26 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8753 7936 0 -1 4202560 65773 0 0 0 311 15 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8768] ppid=8751 vsize=15701512 CPUtime=3.28 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8751 8753 7936 0 -1 4202560 68505 0 0 0 313 15 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8770] ppid=8751 vsize=15701512 CPUtime=3.41 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8751 8753 7936 0 -1 4202560 67564 0 0 0 325 16 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8772] ppid=8751 vsize=15701512 CPUtime=3.35 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8751 8753 7936 0 -1 4202560 70371 0 0 0 319 16 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8774] ppid=8751 vsize=15701512 CPUtime=2.21 cores=0,2,4,6
/proc/8753/task/8774/stat : 8774 (java) S 8751 8753 7936 0 -1 4202560 3568 0 0 0 152 69 0 0 15 0 22 0 524246789 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 0 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8776] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8776/stat : 8776 (java) S 8751 8753 7936 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524246790 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8778] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8778/stat : 8778 (java) S 8751 8753 7936 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524246790 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8781] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8781/stat : 8781 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524246792 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216470961 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8783] ppid=8751 vsize=15701512 CPUtime=1.2 cores=0,2,4,6
/proc/8753/task/8783/stat : 8783 (java) S 8751 8753 7936 0 -1 4202560 6531 0 0 0 120 0 0 0 15 0 22 0 524246792 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8785] ppid=8751 vsize=15701512 CPUtime=0.97 cores=0,2,4,6
/proc/8753/task/8785/stat : 8785 (java) S 8751 8753 7936 0 -1 4202560 12438 0 0 0 96 1 0 0 15 0 22 0 524246792 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8787] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8787/stat : 8787 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524246792 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8789] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8789/stat : 8789 (java) S 8751 8753 7936 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524246792 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8794] ppid=8751 vsize=15701512 CPUtime=1192.28 cores=0,2,4,6
/proc/8753/task/8794/stat : 8794 (java) R 8751 8753 7936 0 -1 4202560 208281 0 0 0 119191 37 0 0 25 0 22 0 524246821 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505821013 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8753/tid=8795] ppid=8751 vsize=15701512 CPUtime=1191.99 cores=0,2,4,6
/proc/8753/task/8795/stat : 8795 (java) R 8751 8753 7936 0 -1 4202560 207889 0 0 0 119159 40 0 0 25 0 22 0 524246821 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912506030353 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8753/tid=8796] ppid=8751 vsize=15701512 CPUtime=1192 cores=0,2,4,6
/proc/8753/task/8796/stat : 8796 (java) R 8751 8753 7936 0 -1 4202560 205820 0 0 0 119166 34 0 0 25 0 22 0 524246822 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505721664 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8753/tid=8797] ppid=8751 vsize=15701512 CPUtime=1192.56 cores=0,2,4,6
/proc/8753/task/8797/stat : 8797 (java) R 8751 8753 7936 0 -1 4202560 212316 0 0 0 119218 38 0 0 25 0 22 0 524246822 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505961703 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15701512

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

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

[startup+1207.3 s]
/proc/loadavg: 8.00 8.02 8.00 10/220 8829
/proc/meminfo: memFree=30517504/32951124 swapFree=67107188/67111528
[pid=8753] ppid=8751 vsize=15701512 CPUtime=4800.36 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8753 7936 0 -1 4202496 1417658 0 1 0 479677 359 0 0 18 0 22 0 524246787 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8753/statm: 3925378 86817 2299 9 0 3916097 0
[pid=8753/tid=8756] ppid=8751 vsize=15701512 CPUtime=0.56 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8753 7936 0 -1 4202560 16326 0 1 0 53 3 0 0 18 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8758] ppid=8751 vsize=15701512 CPUtime=3.3 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8753 7936 0 -1 4202560 63763 0 0 0 313 17 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8760] ppid=8751 vsize=15701512 CPUtime=3.25 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8753 7936 0 -1 4202560 65724 0 0 0 308 17 0 0 16 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8762] ppid=8751 vsize=15701512 CPUtime=3.26 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8753 7936 0 -1 4202560 70488 0 0 0 309 17 0 0 16 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8764] ppid=8751 vsize=15701512 CPUtime=3.29 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8753 7936 0 -1 4202560 70851 0 0 0 315 14 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8766] ppid=8751 vsize=15701512 CPUtime=3.26 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8753 7936 0 -1 4202560 65773 0 0 0 311 15 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 0 0 0 0
[pid=8753/tid=8768] ppid=8751 vsize=15701512 CPUtime=3.28 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8751 8753 7936 0 -1 4202560 68505 0 0 0 313 15 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8770] ppid=8751 vsize=15701512 CPUtime=3.41 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8751 8753 7936 0 -1 4202560 67564 0 0 0 325 16 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8772] ppid=8751 vsize=15701512 CPUtime=3.35 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8751 8753 7936 0 -1 4202560 70371 0 0 0 319 16 0 0 15 0 22 0 524246788 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8774] ppid=8751 vsize=15701512 CPUtime=2.21 cores=0,2,4,6
/proc/8753/task/8774/stat : 8774 (java) S 8751 8753 7936 0 -1 4202560 3568 0 0 0 152 69 0 0 15 0 22 0 524246789 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 0 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8776] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8776/stat : 8776 (java) S 8751 8753 7936 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524246790 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8778] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8778/stat : 8778 (java) S 8751 8753 7936 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524246790 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8781] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8781/stat : 8781 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524246792 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216470961 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8783] ppid=8751 vsize=15701512 CPUtime=1.2 cores=0,2,4,6
/proc/8753/task/8783/stat : 8783 (java) S 8751 8753 7936 0 -1 4202560 6531 0 0 0 120 0 0 0 15 0 22 0 524246792 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 2 0 0 0
[pid=8753/tid=8785] ppid=8751 vsize=15701512 CPUtime=0.97 cores=0,2,4,6
/proc/8753/task/8785/stat : 8785 (java) S 8751 8753 7936 0 -1 4202560 12438 0 0 0 96 1 0 0 15 0 22 0 524246792 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 6 0 0 0
[pid=8753/tid=8787] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8787/stat : 8787 (java) S 8751 8753 7936 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524246792 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463257 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8789] ppid=8751 vsize=15701512 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8789/stat : 8789 (java) S 8751 8753 7936 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524246792 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 210216463872 0 4 0 16800975 18446604442353991936 0 0 -1 4 0 0 0
[pid=8753/tid=8794] ppid=8751 vsize=15701512 CPUtime=1192.28 cores=0,2,4,6
/proc/8753/task/8794/stat : 8794 (java) R 8751 8753 7936 0 -1 4202560 208281 0 0 0 119191 37 0 0 25 0 22 0 524246821 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505821013 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8753/tid=8795] ppid=8751 vsize=15701512 CPUtime=1191.99 cores=0,2,4,6
/proc/8753/task/8795/stat : 8795 (java) R 8751 8753 7936 0 -1 4202560 207889 0 0 0 119159 40 0 0 25 0 22 0 524246821 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912506030353 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8753/tid=8796] ppid=8751 vsize=15701512 CPUtime=1192 cores=0,2,4,6
/proc/8753/task/8796/stat : 8796 (java) R 8751 8753 7936 0 -1 4202560 205820 0 0 0 119166 34 0 0 25 0 22 0 524246822 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505721664 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8753/tid=8797] ppid=8751 vsize=15701512 CPUtime=1192.56 cores=0,2,4,6
/proc/8753/task/8797/stat : 8797 (java) R 8751 8753 7936 0 -1 4202560 212316 0 0 0 119218 38 0 0 25 0 22 0 524246822 16078348288 86817 33554432000 1073741824 1073778376 140735939447184 18446744073709551615 46912505961703 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15701512

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.41
CPU user time (s): 4796.8
CPU system time (s): 3.60945
CPU usage (%): 397.605
Max. virtual memory (cumulated for all children) (KiB): 15704156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.8
system time used= 3.60945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1417684
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= 288939
involuntary context switches= 152231

runsolver used 1.86072 second user time and 4.76228 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-30 03:21:23
IDJOB=3312634
IDBENCH=82819
IDSOLVER=1699
FILE ID=node130/3312634-1304126483
RUNJOBID= node130-1304126483-8734
PBS_JOBID= 13170734
Free space on /tmp= 71992 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S2014736708-037.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312634-1304126483/watcher-3312634-1304126483 -o /tmp/evaluation-result-3312634-1304126483/solver-3312634-1304126483 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312634-1304126483.cnf

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

MD5SUM BENCH= 8dc696d26aef2000e5a242477bc06639
RANDOM SEED=1713410853

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31232244 kB
Buffers:        167772 kB
Cached:        1213736 kB
SwapCached:       1596 kB
Active:          82820 kB
Inactive:      1360624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31232244 kB
SwapTotal:    67111528 kB
SwapFree:     67107188 kB
Dirty:            3596 kB
Writeback:           0 kB
AnonPages:       60496 kB
Mapped:          14968 kB
Slab:           212768 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   199888 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= 71992 MiB
End job on node130 at 2011-04-30 03:41:32