Trace number 3312620

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.39 1207.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S874954918-011.SATISFIABLE.cnf
MD5SUMae4fafbcf9d01d37f14a04dc4a1c7430
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	04:41 INFO : Reading from input HOME/instance-3312620-1304125481.cnf
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.47/0.35	04:41 INFO : 550 variables remaining out of 550
0.47/0.35	04:41 INFO : 9368 literals remaining out of 9372

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-3312620-1304125481/watcher-3312620-1304125481 -o /tmp/evaluation-result-3312620-1304125481/solver-3312620-1304125481 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312620-1304125481.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: 7.83 8.02 7.85 4/198 22834
/proc/meminfo: memFree=17833912/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 1430 0 0 0 0 0 0 0 18 0 2 0 524150687 29065216 898 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 7096 898 686 9 0 381 0
[pid=22834/tid=22835] ppid=22832 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) R 22832 22834 22629 0 -1 4202560 99 0 0 0 0 0 0 0 19 0 2 0 524150687 31313920 925 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216629552896 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.023922 s]
/proc/loadavg: 7.83 8.02 7.85 4/198 22834
/proc/meminfo: memFree=17833912/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=15669656 CPUtime=0.01 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 3430 0 1 0 1 0 0 0 18 0 13 0 524150687 16045727744 2870 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 3917414 2870 1631 9 0 3908162 0
[pid=22834/tid=22835] ppid=22832 vsize=15669656 CPUtime=0.01 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) R 22832 22834 22629 0 -1 4202560 2043 0 1 0 1 0 0 0 23 0 13 0 524150687 16045727744 2870 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216634571761 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15669656

[startup+0.10431 s]
/proc/loadavg: 7.83 8.02 7.85 4/198 22834
/proc/meminfo: memFree=17833912/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=15676380 CPUtime=0.1 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 5649 0 1 0 9 1 0 0 18 0 18 0 524150687 16052613120 5087 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 3919095 5087 2118 9 0 3909814 0
[pid=22834/tid=22835] ppid=22832 vsize=15676380 CPUtime=0.09 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) R 22832 22834 22629 0 -1 4202560 3502 0 1 0 8 1 0 0 18 0 18 0 524150687 16052613120 5088 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 47267085144835 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676380

[startup+0.30023 s]
/proc/loadavg: 7.83 8.02 7.85 4/198 22834
/proc/meminfo: memFree=17833912/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=15681544 CPUtime=0.47 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 9298 0 1 0 45 2 0 0 18 0 22 0 524150687 16057901056 8397 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 3920426 8400 2221 9 0 3911145 0
[pid=22834/tid=22835] ppid=22832 vsize=15682352 CPUtime=0.28 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) R 22832 22834 22629 0 -1 4202560 6042 0 1 0 27 1 0 0 19 0 22 0 524150687 16058728448 8413 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505228269 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 15681544

[startup+0.842251 s]
/proc/loadavg: 7.83 8.02 7.85 4/198 22834
/proc/meminfo: memFree=17833912/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=15689756 CPUtime=2.36 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 43727 0 1 0 230 6 0 0 18 0 22 0 524150687 16066310144 40009 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 3922439 40009 2262 9 0 3913158 0
[pid=22834/tid=22835] ppid=22832 vsize=15689756 CPUtime=0.34 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) S 22832 22834 22629 0 -1 4202560 6344 0 1 0 33 1 0 0 20 0 22 0 524150687 16066310144 40009 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 15689756

[startup+1.50099 s]
/proc/loadavg: 7.83 8.02 7.85 11/220 22856
/proc/meminfo: memFree=17530312/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=15689756 CPUtime=4.97 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 65500 0 1 0 488 9 0 0 18 0 22 0 524150687 16066310144 61256 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 3922439 61262 2284 9 0 3913158 0
[pid=22834/tid=22835] ppid=22832 vsize=15689756 CPUtime=0.34 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) S 22832 22834 22629 0 -1 4202560 6344 0 1 0 33 1 0 0 20 0 22 0 524150687 16066310144 61264 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22837] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22837/stat : 22837 (java) S 22832 22834 22629 0 -1 4202560 613 0 0 0 0 0 0 0 16 0 22 0 524150688 16066310144 61266 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22838] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22838/stat : 22838 (java) S 22832 22834 22629 0 -1 4202560 695 0 0 0 0 0 0 0 16 0 22 0 524150688 16066310144 61277 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22839] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22839/stat : 22839 (java) S 22832 22834 22629 0 -1 4202560 1174 0 0 0 0 0 0 0 16 0 22 0 524150688 16066310144 61285 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22840] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22840/stat : 22840 (java) S 22832 22834 22629 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 61289 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22841] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (java) S 22832 22834 22629 0 -1 4202560 741 0 0 0 0 0 0 0 16 0 22 0 524150688 16066310144 61293 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22842] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22842/stat : 22842 (java) S 22832 22834 22629 0 -1 4202560 467 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 61297 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22843] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22843/stat : 22843 (java) S 22832 22834 22629 0 -1 4202560 1988 0 0 0 0 0 0 0 16 0 22 0 524150688 16066310144 61299 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (java) S 22832 22834 22629 0 -1 4202560 1081 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 61304 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22845] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22845/stat : 22845 (java) S 22832 22834 22629 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 524150689 16066310144 61311 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331904 0 0 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22846] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22846/stat : 22846 (java) S 22832 22834 22629 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524150689 16066310144 61312 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22847] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22847/stat : 22847 (java) S 22832 22834 22629 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524150689 16066310144 61314 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22848] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22848/stat : 22848 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524150691 16066310144 61317 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646338993 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22849] ppid=22832 vsize=15689756 CPUtime=0.53 cores=0,2,4,6
/proc/22834/task/22849/stat : 22849 (java) S 22832 22834 22629 0 -1 4202560 3797 0 0 0 53 0 0 0 15 0 22 0 524150691 16066310144 61322 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22850] ppid=22832 vsize=15689756 CPUtime=0.64 cores=0,2,4,6
/proc/22834/task/22850/stat : 22850 (java) S 22832 22834 22629 0 -1 4202560 4210 0 0 0 64 0 0 0 15 0 22 0 524150691 16066310144 61324 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22851] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22851/stat : 22851 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524150691 16066310144 61325 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22852] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22852/stat : 22852 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524150691 16066310144 61332 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331904 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22853] ppid=22832 vsize=15689756 CPUtime=0.89 cores=0,2,4,6
/proc/22834/task/22853/stat : 22853 (java) R 22832 22834 22629 0 -1 4202560 8210 0 0 0 89 0 0 0 19 0 22 0 524150712 16066310144 61332 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505869571 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22834/tid=22854] ppid=22832 vsize=15689756 CPUtime=0.78 cores=0,2,4,6
/proc/22834/task/22854/stat : 22854 (java) R 22832 22834 22629 0 -1 4202560 10155 0 0 0 77 1 0 0 18 0 22 0 524150712 16066310144 61333 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505780098 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22834/tid=22855] ppid=22832 vsize=15689756 CPUtime=0.8 cores=0,2,4,6
/proc/22834/task/22855/stat : 22855 (java) R 22832 22834 22629 0 -1 4202560 12195 0 0 0 80 0 0 0 18 0 22 0 524150712 16066310144 61333 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505843869 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22834/tid=22856] ppid=22832 vsize=15689756 CPUtime=0.87 cores=0,2,4,6
/proc/22834/task/22856/stat : 22856 (java) R 22832 22834 22629 0 -1 4202560 12429 0 0 0 86 1 0 0 18 0 22 0 524150712 16066310144 61333 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505662869 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 15689756

[startup+3.10071 s]
/proc/loadavg: 7.83 8.02 7.85 10/220 22856
/proc/meminfo: memFree=17153972/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=15689756 CPUtime=11.35 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 148011 0 1 0 1118 17 0 0 18 0 22 0 524150687 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 3922439 142732 2284 9 0 3913158 0
[pid=22834/tid=22835] ppid=22832 vsize=15689756 CPUtime=0.34 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) S 22832 22834 22629 0 -1 4202560 6344 0 1 0 33 1 0 0 20 0 22 0 524150687 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22837] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22837/stat : 22837 (java) S 22832 22834 22629 0 -1 4202560 2796 0 0 0 0 0 0 0 16 0 22 0 524150688 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22838] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22838/stat : 22838 (java) S 22832 22834 22629 0 -1 4202560 1314 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22839] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22839/stat : 22839 (java) S 22832 22834 22629 0 -1 4202560 1575 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22840] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22840/stat : 22840 (java) S 22832 22834 22629 0 -1 4202560 656 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22841] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (java) S 22832 22834 22629 0 -1 4202560 1288 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22842] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22842/stat : 22842 (java) S 22832 22834 22629 0 -1 4202560 1970 0 0 0 0 0 0 0 16 0 22 0 524150688 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22843] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22843/stat : 22843 (java) S 22832 22834 22629 0 -1 4202560 2746 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (java) S 22832 22834 22629 0 -1 4202560 1988 0 0 0 0 0 0 0 16 0 22 0 524150688 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22845] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22845/stat : 22845 (java) S 22832 22834 22629 0 -1 4202560 444 0 0 0 0 0 0 0 15 0 22 0 524150689 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331904 0 0 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22846] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22846/stat : 22846 (java) S 22832 22834 22629 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524150689 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22847] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22847/stat : 22847 (java) S 22832 22834 22629 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524150689 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22848] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22848/stat : 22848 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524150691 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646338993 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22849] ppid=22832 vsize=15689756 CPUtime=0.57 cores=0,2,4,6
/proc/22834/task/22849/stat : 22849 (java) S 22832 22834 22629 0 -1 4202560 3804 0 0 0 57 0 0 0 15 0 22 0 524150691 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22850] ppid=22832 vsize=15689756 CPUtime=0.78 cores=0,2,4,6
/proc/22834/task/22850/stat : 22850 (java) S 22832 22834 22629 0 -1 4202560 5222 0 0 0 78 0 0 0 15 0 22 0 524150691 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22851] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22851/stat : 22851 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524150691 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22852] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22852/stat : 22852 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524150691 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331904 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22853] ppid=22832 vsize=15689756 CPUtime=2.43 cores=0,2,4,6
/proc/22834/task/22853/stat : 22853 (java) R 22832 22834 22629 0 -1 4202560 25061 0 0 0 242 1 0 0 22 0 22 0 524150712 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505666406 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22834/tid=22854] ppid=22832 vsize=15689756 CPUtime=2.22 cores=0,2,4,6
/proc/22834/task/22854/stat : 22854 (java) R 22832 22834 22629 0 -1 4202560 28780 0 0 0 220 2 0 0 21 0 22 0 524150712 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 47267088963323 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22834/tid=22855] ppid=22832 vsize=15689756 CPUtime=2.39 cores=0,2,4,6
/proc/22834/task/22855/stat : 22855 (java) R 22832 22834 22629 0 -1 4202560 31957 0 0 0 236 3 0 0 20 0 22 0 524150712 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505868340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22834/tid=22856] ppid=22832 vsize=15689756 CPUtime=2.46 cores=0,2,4,6
/proc/22834/task/22856/stat : 22856 (java) R 22832 22834 22629 0 -1 4202560 30678 0 0 0 243 3 0 0 21 0 22 0 524150712 16066310144 142732 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505867965 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 15689756

[startup+6.30114 s]
/proc/loadavg: 7.84 8.02 7.85 9/220 22856
/proc/meminfo: memFree=16291832/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=15689756 CPUtime=24.12 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 272754 0 1 0 2381 31 0 0 18 0 22 0 524150687 16066310144 265891 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 3922439 265891 2284 9 0 3913158 0
[pid=22834/tid=22835] ppid=22832 vsize=15689756 CPUtime=0.34 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) S 22832 22834 22629 0 -1 4202560 6344 0 1 0 33 1 0 0 20 0 22 0 524150687 16066310144 265891 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22837] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22837/stat : 22837 (java) S 22832 22834 22629 0 -1 4202560 2817 0 0 0 0 0 0 0 16 0 22 0 524150688 16066310144 265891 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22838] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22838/stat : 22838 (java) S 22832 22834 22629 0 -1 4202560 1469 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 265891 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22839] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22839/stat : 22839 (java) S 22832 22834 22629 0 -1 4202560 1575 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 265891 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22840] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22840/stat : 22840 (java) S 22832 22834 22629 0 -1 4202560 1121 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 265891 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22841] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (java) S 22832 22834 22629 0 -1 4202560 1565 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 265891 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22842] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22842/stat : 22842 (java) S 22832 22834 22629 0 -1 4202560 2265 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 265891 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22843] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22843/stat : 22843 (java) S 22832 22834 22629 0 -1 4202560 2962 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 265891 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (java) S 22832 22834 22629 0 -1 4202560 2209 0 0 0 0 0 0 0 15 0 22 0 524150688 16066310144 265891 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0

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

[pid=22834/tid=22854] ppid=22832 vsize=15689756 CPUtime=1108.58 cores=0,2,4,6
/proc/22834/task/22854/stat : 22854 (java) R 22832 22834 22629 0 -1 4202560 389015 0 0 0 110804 54 0 0 25 0 22 0 524150712 16066310144 100699 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505868134 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22834/tid=22855] ppid=22832 vsize=15689756 CPUtime=1108.25 cores=0,2,4,6
/proc/22834/task/22855/stat : 22855 (java) R 22832 22834 22629 0 -1 4202560 396016 0 0 0 110767 58 0 0 25 0 22 0 524150712 16066310144 100699 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505665830 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22834/tid=22856] ppid=22832 vsize=15689756 CPUtime=1107.52 cores=0,2,4,6
/proc/22834/task/22856/stat : 22856 (java) R 22832 22834 22629 0 -1 4202560 387207 0 0 0 110698 54 0 0 18 0 22 0 524150712 16066310144 100699 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505955370 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4463.42
Current children cumulated vsize (KiB) 15689756

[startup+1182.3 s]
/proc/loadavg: 8.05 8.11 8.01 9/220 22887
/proc/meminfo: memFree=17203752/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=15689756 CPUtime=4702.05 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 2816823 0 1 0 469656 549 0 0 18 0 22 0 524150687 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 3922439 92265 2298 9 0 3913158 0
[pid=22834/tid=22835] ppid=22832 vsize=15689756 CPUtime=0.34 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) S 22832 22834 22629 0 -1 4202560 6344 0 1 0 33 1 0 0 20 0 22 0 524150687 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22837] ppid=22832 vsize=15689756 CPUtime=3.56 cores=0,2,4,6
/proc/22834/task/22837/stat : 22837 (java) S 22832 22834 22629 0 -1 4202560 148386 0 0 0 328 28 0 0 16 0 22 0 524150688 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22838] ppid=22832 vsize=15689756 CPUtime=3.57 cores=0,2,4,6
/proc/22834/task/22838/stat : 22838 (java) S 22832 22834 22629 0 -1 4202560 145003 0 0 0 330 27 0 0 15 0 22 0 524150688 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22839] ppid=22832 vsize=15689756 CPUtime=3.58 cores=0,2,4,6
/proc/22834/task/22839/stat : 22839 (java) S 22832 22834 22629 0 -1 4202560 150827 0 0 0 330 28 0 0 15 0 22 0 524150688 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22840] ppid=22832 vsize=15689756 CPUtime=3.59 cores=0,2,4,6
/proc/22834/task/22840/stat : 22840 (java) S 22832 22834 22629 0 -1 4202560 145927 0 0 0 334 25 0 0 15 0 22 0 524150688 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22841] ppid=22832 vsize=15689756 CPUtime=3.54 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (java) S 22832 22834 22629 0 -1 4202560 140699 0 0 0 326 28 0 0 16 0 22 0 524150688 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22842] ppid=22832 vsize=15689756 CPUtime=3.55 cores=0,2,4,6
/proc/22834/task/22842/stat : 22842 (java) S 22832 22834 22629 0 -1 4202560 143370 0 0 0 329 26 0 0 15 0 22 0 524150688 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22843] ppid=22832 vsize=15689756 CPUtime=3.55 cores=0,2,4,6
/proc/22834/task/22843/stat : 22843 (java) S 22832 22834 22629 0 -1 4202560 142850 0 0 0 330 25 0 0 15 0 22 0 524150688 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=15689756 CPUtime=3.49 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (java) S 22832 22834 22629 0 -1 4202560 143762 0 0 0 322 27 0 0 16 0 22 0 524150688 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22845] ppid=22832 vsize=15689756 CPUtime=2.3 cores=0,2,4,6
/proc/22834/task/22845/stat : 22845 (java) S 22832 22834 22629 0 -1 4202560 7349 0 0 0 139 91 0 0 15 0 22 0 524150689 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331904 0 0 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22846] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22846/stat : 22846 (java) S 22832 22834 22629 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524150689 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22847] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22847/stat : 22847 (java) S 22832 22834 22629 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524150689 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22848] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22848/stat : 22848 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524150691 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646338993 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22849] ppid=22832 vsize=15689756 CPUtime=0.67 cores=0,2,4,6
/proc/22834/task/22849/stat : 22849 (java) S 22832 22834 22629 0 -1 4202560 3820 0 0 0 67 0 0 0 15 0 22 0 524150691 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22850] ppid=22832 vsize=15689756 CPUtime=0.86 cores=0,2,4,6
/proc/22834/task/22850/stat : 22850 (java) S 22832 22834 22629 0 -1 4202560 5238 0 0 0 86 0 0 0 16 0 22 0 524150691 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22851] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22851/stat : 22851 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524150691 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22852] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22852/stat : 22852 (java) S 22832 22834 22629 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 524150691 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331904 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22853] ppid=22832 vsize=15689756 CPUtime=1167.19 cores=0,2,4,6
/proc/22834/task/22853/stat : 22853 (java) R 22832 22834 22629 0 -1 4202560 399354 0 0 0 116662 57 0 0 25 0 22 0 524150712 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912506003754 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22834/tid=22854] ppid=22832 vsize=15689756 CPUtime=1167.93 cores=0,2,4,6
/proc/22834/task/22854/stat : 22854 (java) R 22832 22834 22629 0 -1 4202560 408723 0 0 0 116736 57 0 0 25 0 22 0 524150712 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22834/tid=22855] ppid=22832 vsize=15689756 CPUtime=1167.41 cores=0,2,4,6
/proc/22834/task/22855/stat : 22855 (java) R 22832 22834 22629 0 -1 4202560 416092 0 0 0 116680 61 0 0 25 0 22 0 524150712 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912506285500 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22834/tid=22856] ppid=22832 vsize=15689756 CPUtime=1166.72 cores=0,2,4,6
/proc/22834/task/22856/stat : 22856 (java) R 22832 22834 22629 0 -1 4202560 407630 0 0 0 116614 58 0 0 25 0 22 0 524150712 16066310144 92265 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505868056 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4702.05
Current children cumulated vsize (KiB) 15689756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 8.11 8.12 8.01 5/197 22891
/proc/meminfo: memFree=17467040/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=15689756 CPUtime=4800.34 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 2888785 0 1 0 479474 560 0 0 18 0 22 0 524150687 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 3922439 108801 2298 9 0 3913158 0
[pid=22834/tid=22835] ppid=22832 vsize=15689756 CPUtime=0.34 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) S 22832 22834 22629 0 -1 4202560 6344 0 1 0 33 1 0 0 20 0 22 0 524150687 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22837] ppid=22832 vsize=15689756 CPUtime=3.64 cores=0,2,4,6
/proc/22834/task/22837/stat : 22837 (java) S 22832 22834 22629 0 -1 4202560 152603 0 0 0 335 29 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22838] ppid=22832 vsize=15689756 CPUtime=3.65 cores=0,2,4,6
/proc/22834/task/22838/stat : 22838 (java) S 22832 22834 22629 0 -1 4202560 148482 0 0 0 337 28 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22839] ppid=22832 vsize=15689756 CPUtime=3.66 cores=0,2,4,6
/proc/22834/task/22839/stat : 22839 (java) S 22832 22834 22629 0 -1 4202560 155222 0 0 0 337 29 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22840] ppid=22832 vsize=15689756 CPUtime=3.67 cores=0,2,4,6
/proc/22834/task/22840/stat : 22840 (java) S 22832 22834 22629 0 -1 4202560 150001 0 0 0 341 26 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22841] ppid=22832 vsize=15689756 CPUtime=3.6 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (java) S 22832 22834 22629 0 -1 4202560 145042 0 0 0 332 28 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22842] ppid=22832 vsize=15689756 CPUtime=3.63 cores=0,2,4,6
/proc/22834/task/22842/stat : 22842 (java) S 22832 22834 22629 0 -1 4202560 146589 0 0 0 336 27 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22843] ppid=22832 vsize=15689756 CPUtime=3.64 cores=0,2,4,6
/proc/22834/task/22843/stat : 22843 (java) S 22832 22834 22629 0 -1 4202560 146810 0 0 0 338 26 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=15689756 CPUtime=3.57 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (java) S 22832 22834 22629 0 -1 4202560 146917 0 0 0 330 27 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22845] ppid=22832 vsize=15689756 CPUtime=2.35 cores=0,2,4,6
/proc/22834/task/22845/stat : 22845 (java) S 22832 22834 22629 0 -1 4202560 7561 0 0 0 142 93 0 0 16 0 22 0 524150689 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331904 0 0 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22846] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22846/stat : 22846 (java) S 22832 22834 22629 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524150689 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22847] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22847/stat : 22847 (java) S 22832 22834 22629 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524150689 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22848] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22848/stat : 22848 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524150691 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646338993 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22849] ppid=22832 vsize=15689756 CPUtime=0.67 cores=0,2,4,6
/proc/22834/task/22849/stat : 22849 (java) S 22832 22834 22629 0 -1 4202560 3820 0 0 0 67 0 0 0 15 0 22 0 524150691 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22850] ppid=22832 vsize=15689756 CPUtime=0.86 cores=0,2,4,6
/proc/22834/task/22850/stat : 22850 (java) S 22832 22834 22629 0 -1 4202560 5238 0 0 0 86 0 0 0 16 0 22 0 524150691 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22851] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22851/stat : 22851 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524150691 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22852] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22852/stat : 22852 (java) S 22832 22834 22629 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 524150691 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331904 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22853] ppid=22832 vsize=15689756 CPUtime=1191.6 cores=0,2,4,6
/proc/22834/task/22853/stat : 22853 (java) R 22832 22834 22629 0 -1 4202560 409193 0 0 0 119103 57 0 0 25 0 22 0 524150712 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505788720 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22834/tid=22854] ppid=22832 vsize=15689756 CPUtime=1192.36 cores=0,2,4,6
/proc/22834/task/22854/stat : 22854 (java) R 22832 22834 22629 0 -1 4202560 418833 0 0 0 119178 58 0 0 25 0 22 0 524150712 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505662810 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22834/tid=22855] ppid=22832 vsize=15689756 CPUtime=1191.85 cores=0,2,4,6
/proc/22834/task/22855/stat : 22855 (java) R 22832 22834 22629 0 -1 4202560 426889 0 0 0 119123 62 0 0 25 0 22 0 524150712 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505867936 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22834/tid=22856] ppid=22832 vsize=15689756 CPUtime=1191.05 cores=0,2,4,6
/proc/22834/task/22856/stat : 22856 (java) R 22832 22834 22629 0 -1 4202560 417790 0 0 0 119047 58 0 0 25 0 22 0 524150712 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505666450 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 15689756

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

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

[startup+1207 s]
/proc/loadavg: 8.11 8.12 8.01 5/197 22891
/proc/meminfo: memFree=17467040/32951124 swapFree=67111528/67111528
[pid=22834] ppid=22832 vsize=15689756 CPUtime=4800.34 cores=0,2,4,6
/proc/22834/stat : 22834 (java) S 22832 22834 22629 0 -1 4202496 2888785 0 1 0 479474 560 0 0 18 0 22 0 524150687 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22834/statm: 3922439 108801 2298 9 0 3913158 0
[pid=22834/tid=22835] ppid=22832 vsize=15689756 CPUtime=0.34 cores=0,2,4,6
/proc/22834/task/22835/stat : 22835 (java) S 22832 22834 22629 0 -1 4202560 6344 0 1 0 33 1 0 0 20 0 22 0 524150687 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22837] ppid=22832 vsize=15689756 CPUtime=3.64 cores=0,2,4,6
/proc/22834/task/22837/stat : 22837 (java) S 22832 22834 22629 0 -1 4202560 152603 0 0 0 335 29 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22838] ppid=22832 vsize=15689756 CPUtime=3.65 cores=0,2,4,6
/proc/22834/task/22838/stat : 22838 (java) S 22832 22834 22629 0 -1 4202560 148482 0 0 0 337 28 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22839] ppid=22832 vsize=15689756 CPUtime=3.66 cores=0,2,4,6
/proc/22834/task/22839/stat : 22839 (java) S 22832 22834 22629 0 -1 4202560 155222 0 0 0 337 29 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22840] ppid=22832 vsize=15689756 CPUtime=3.67 cores=0,2,4,6
/proc/22834/task/22840/stat : 22840 (java) S 22832 22834 22629 0 -1 4202560 150001 0 0 0 341 26 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22841] ppid=22832 vsize=15689756 CPUtime=3.6 cores=0,2,4,6
/proc/22834/task/22841/stat : 22841 (java) S 22832 22834 22629 0 -1 4202560 145042 0 0 0 332 28 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22842] ppid=22832 vsize=15689756 CPUtime=3.63 cores=0,2,4,6
/proc/22834/task/22842/stat : 22842 (java) S 22832 22834 22629 0 -1 4202560 146589 0 0 0 336 27 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22843] ppid=22832 vsize=15689756 CPUtime=3.64 cores=0,2,4,6
/proc/22834/task/22843/stat : 22843 (java) S 22832 22834 22629 0 -1 4202560 146810 0 0 0 338 26 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 0 0 0 0
[pid=22834/tid=22844] ppid=22832 vsize=15689756 CPUtime=3.57 cores=0,2,4,6
/proc/22834/task/22844/stat : 22844 (java) S 22832 22834 22629 0 -1 4202560 146917 0 0 0 330 27 0 0 15 0 22 0 524150688 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22845] ppid=22832 vsize=15689756 CPUtime=2.35 cores=0,2,4,6
/proc/22834/task/22845/stat : 22845 (java) S 22832 22834 22629 0 -1 4202560 7561 0 0 0 142 93 0 0 16 0 22 0 524150689 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331904 0 0 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22846] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22846/stat : 22846 (java) S 22832 22834 22629 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524150689 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22847] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22847/stat : 22847 (java) S 22832 22834 22629 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 524150689 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22848] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22848/stat : 22848 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524150691 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646338993 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22849] ppid=22832 vsize=15689756 CPUtime=0.67 cores=0,2,4,6
/proc/22834/task/22849/stat : 22849 (java) S 22832 22834 22629 0 -1 4202560 3820 0 0 0 67 0 0 0 15 0 22 0 524150691 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 4 0 0 0
[pid=22834/tid=22850] ppid=22832 vsize=15689756 CPUtime=0.86 cores=0,2,4,6
/proc/22834/task/22850/stat : 22850 (java) S 22832 22834 22629 0 -1 4202560 5238 0 0 0 86 0 0 0 16 0 22 0 524150691 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 2 0 0 0
[pid=22834/tid=22851] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22851/stat : 22851 (java) S 22832 22834 22629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524150691 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331289 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22852] ppid=22832 vsize=15689756 CPUtime=0 cores=0,2,4,6
/proc/22834/task/22852/stat : 22852 (java) S 22832 22834 22629 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 524150691 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 216646331904 0 4 0 16800975 18446604440279270336 0 0 -1 6 0 0 0
[pid=22834/tid=22853] ppid=22832 vsize=15689756 CPUtime=1191.6 cores=0,2,4,6
/proc/22834/task/22853/stat : 22853 (java) R 22832 22834 22629 0 -1 4202560 409193 0 0 0 119103 57 0 0 25 0 22 0 524150712 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505788720 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22834/tid=22854] ppid=22832 vsize=15689756 CPUtime=1192.36 cores=0,2,4,6
/proc/22834/task/22854/stat : 22854 (java) R 22832 22834 22629 0 -1 4202560 418833 0 0 0 119178 58 0 0 25 0 22 0 524150712 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505662810 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22834/tid=22855] ppid=22832 vsize=15689756 CPUtime=1191.85 cores=0,2,4,6
/proc/22834/task/22855/stat : 22855 (java) R 22832 22834 22629 0 -1 4202560 426889 0 0 0 119123 62 0 0 25 0 22 0 524150712 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505867936 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22834/tid=22856] ppid=22832 vsize=15689756 CPUtime=1191.05 cores=0,2,4,6
/proc/22834/task/22856/stat : 22856 (java) R 22832 22834 22629 0 -1 4202560 417790 0 0 0 119047 58 0 0 25 0 22 0 524150712 16066310144 108801 33554432000 1073741824 1073778376 140735772599776 18446744073709551615 46912505666450 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 15689756

Child status: 143
Real time (s): 1207.04
CPU time (s): 4800.39
CPU user time (s): 4794.77
CPU system time (s): 5.62115
CPU usage (%): 397.701
Max. virtual memory (cumulated for all children) (KiB): 15691984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.77
system time used= 5.62115
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2888810
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= 226367
involuntary context switches= 132963

runsolver used 1.9727 second user time and 4.65429 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-30 03:04:41
IDJOB=3312620
IDBENCH=82805
IDSOLVER=1699
FILE ID=node103/3312620-1304125481
RUNJOBID= node103-1304124271-22647
PBS_JOBID= 13170757
Free space on /tmp= 71516 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S874954918-011.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312620-1304125481/watcher-3312620-1304125481 -o /tmp/evaluation-result-3312620-1304125481/solver-3312620-1304125481 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312620-1304125481.cnf

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

MD5SUM BENCH= ae4fafbcf9d01d37f14a04dc4a1c7430
RANDOM SEED=1334859644

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:      17834936 kB
Buffers:       2149812 kB
Cached:       12252568 kB
SwapCached:          0 kB
Active:        5661136 kB
Inactive:      8870972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17834936 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3188 kB
Writeback:           0 kB
AnonPages:      128868 kB
Mapped:          22828 kB
Slab:           520400 kB
PageTables:       5444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   797208 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= 71516 MiB
End job on node103 at 2011-04-30 03:24:50