Trace number 3312515

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.42 1203.58

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S313445894-099-UNKNOWN.cnf
MD5SUM47e52af6d58221f8bfb6fc06198e4e15
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.0009
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
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 525000
Number of clauses of size over 50

Solver Data

0.10/0.11	17:20 INFO : Reading from input HOME/instance-3312515-1304119040.cnf
0.62/0.42	Executor set job limit to 1000000
0.62/0.42	Executor set job limit to 1000000
0.62/0.42	Executor set job limit to 1000000
0.62/0.42	Executor set job limit to 1000000
0.62/0.42	Starting Executor!
0.62/0.42	Starting Executor!
0.62/0.42	Starting Executor!
0.62/0.42	Starting Executor!
1.86/0.98	17:21 INFO : 1250 variables remaining out of 1250
1.86/0.98	17:21 INFO : 150000 literals remaining out of 150000

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

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

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


[startup+0 s]
/proc/loadavg: 8.17 8.09 6.77 4/202 25692
/proc/meminfo: memFree=25563220/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 1410 0 0 0 0 0 0 0 25 0 2 0 523502159 26714112 881 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 6522 883 677 9 0 381 0
[pid=25692/tid=25693] ppid=25690 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) S 25690 25692 24984 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 523502159 26714112 885 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232330968711 0 2147483391 4096 0 18446744071699453118 0 0 -1 1 0 0 0

[startup+0.105281 s]
/proc/loadavg: 8.17 8.09 6.77 4/202 25692
/proc/meminfo: memFree=25563220/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=15676820 CPUtime=0.1 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 5700 0 1 0 10 0 0 0 25 0 18 0 523502159 16053063680 5130 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 3919205 5131 2119 9 0 3909924 0
[pid=25692/tid=25693] ppid=25690 vsize=15676820 CPUtime=0.09 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) R 25690 25692 24984 0 -1 4202560 3579 0 1 0 9 0 0 0 18 0 18 0 523502159 16053063680 5131 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 47942566808403 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676820

[startup+0.20023 s]
/proc/loadavg: 8.17 8.09 6.77 4/202 25692
/proc/meminfo: memFree=25563220/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=15677564 CPUtime=0.28 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 7058 0 1 0 27 1 0 0 25 0 18 0 523502159 16053825536 6430 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 3919391 6431 2183 9 0 3910110 0
[pid=25692/tid=25693] ppid=25690 vsize=15677564 CPUtime=0.18 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) R 25690 25692 24984 0 -1 4202560 4571 0 1 0 18 0 0 0 18 0 18 0 523502159 16053825536 6431 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 47942566808403 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15677564

[startup+0.300262 s]
/proc/loadavg: 8.17 8.09 6.77 4/202 25692
/proc/meminfo: memFree=25563220/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=15682288 CPUtime=0.52 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 16352 0 1 0 50 2 0 0 25 0 18 0 523502159 16058662912 14556 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 3920572 14561 2206 9 0 3911291 0
[pid=25692/tid=25693] ppid=25690 vsize=15682288 CPUtime=0.28 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) R 25690 25692 24984 0 -1 4202560 11231 0 1 0 27 1 0 0 18 0 18 0 523502159 16058662912 14564 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505640979 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15682288

[startup+0.701143 s]
/proc/loadavg: 8.17 8.09 6.77 4/202 25692
/proc/meminfo: memFree=25563220/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=15702964 CPUtime=1.26 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 44443 0 1 0 121 5 0 0 25 0 22 0 523502159 16079835136 40841 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 3925741 40841 2237 9 0 3916460 0
[pid=25692/tid=25693] ppid=25690 vsize=15702964 CPUtime=0.68 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) R 25690 25692 24984 0 -1 4202560 32249 0 1 0 64 4 0 0 20 0 22 0 523502159 16079835136 40841 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 47942562329495 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 15702964

[startup+1.501 s]
/proc/loadavg: 8.17 8.09 6.77 9/224 25714
/proc/meminfo: memFree=25331916/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=15707604 CPUtime=3.8 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 59427 0 1 0 373 7 0 0 25 0 22 0 523502159 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 3926901 52833 2273 9 0 3917620 0
[pid=25692/tid=25693] ppid=25690 vsize=15707604 CPUtime=0.97 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) S 25690 25692 24984 0 -1 4202560 33092 0 1 0 93 4 0 0 20 0 22 0 523502159 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25695] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25695/stat : 25695 (java) S 25690 25692 24984 0 -1 4202560 814 0 0 0 0 0 0 0 16 0 22 0 523502160 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25696] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25696/stat : 25696 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523502160 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25697] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25697/stat : 25697 (java) S 25690 25692 24984 0 -1 4202560 1317 0 0 0 0 0 0 0 16 0 22 0 523502160 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25698] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25698/stat : 25698 (java) S 25690 25692 24984 0 -1 4202560 882 0 0 0 0 0 0 0 16 0 22 0 523502160 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25699] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25699/stat : 25699 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523502160 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25700] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25700/stat : 25700 (java) S 25690 25692 24984 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 22 0 523502160 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25701] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25701/stat : 25701 (java) S 25690 25692 24984 0 -1 4202560 1599 0 0 0 0 0 0 0 16 0 22 0 523502160 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25702] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25702/stat : 25702 (java) S 25690 25692 24984 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 22 0 523502160 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25703] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25703/stat : 25703 (java) S 25690 25692 24984 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 523502161 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25704] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25704/stat : 25704 (java) S 25690 25692 24984 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523502161 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25705] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25705/stat : 25705 (java) S 25690 25692 24984 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523502161 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25706] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25706/stat : 25706 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523502163 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25707] ppid=25690 vsize=15707604 CPUtime=0.77 cores=1,3,5,7
/proc/25692/task/25707/stat : 25707 (java) R 25690 25692 24984 0 -1 4202560 11325 0 0 0 76 1 0 0 24 0 22 0 523502163 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347718325 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25692/tid=25708] ppid=25690 vsize=15707604 CPUtime=0.63 cores=1,3,5,7
/proc/25692/task/25708/stat : 25708 (java) S 25690 25692 24984 0 -1 4202560 5699 0 0 0 63 0 0 0 15 0 22 0 523502163 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25709] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25709/stat : 25709 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523502163 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25710] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25710/stat : 25710 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523502163 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25711] ppid=25690 vsize=15707604 CPUtime=0.43 cores=1,3,5,7
/proc/25692/task/25711/stat : 25711 (java) R 25690 25692 24984 0 -1 4202560 1238 0 0 0 43 0 0 0 16 0 22 0 523502202 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912506057536 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25692/tid=25712] ppid=25690 vsize=15707604 CPUtime=0.26 cores=1,3,5,7
/proc/25692/task/25712/stat : 25712 (java) R 25690 25692 24984 0 -1 4202560 504 0 0 0 26 0 0 0 16 0 22 0 523502202 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505731464 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25692/tid=25713] ppid=25690 vsize=15707604 CPUtime=0.28 cores=1,3,5,7
/proc/25692/task/25713/stat : 25713 (java) R 25690 25692 24984 0 -1 4202560 577 0 0 0 28 0 0 0 16 0 22 0 523502202 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505865656 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25692/tid=25714] ppid=25690 vsize=15707604 CPUtime=0.38 cores=1,3,5,7
/proc/25692/task/25714/stat : 25714 (java) R 25690 25692 24984 0 -1 4202560 346 0 0 0 38 0 0 0 16 0 22 0 523502202 16084586496 52833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 47942566808410 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 15707604

[startup+3.10072 s]
/proc/loadavg: 8.39 8.14 6.79 10/224 25714
/proc/meminfo: memFree=25031904/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=15707604 CPUtime=10.17 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 121305 0 1 0 999 18 0 0 25 0 22 0 523502159 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 3926901 114586 2273 9 0 3917620 0
[pid=25692/tid=25693] ppid=25690 vsize=15707604 CPUtime=0.97 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) S 25690 25692 24984 0 -1 4202560 33092 0 1 0 93 4 0 0 20 0 22 0 523502159 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25695] ppid=25690 vsize=15707604 CPUtime=0.02 cores=1,3,5,7
/proc/25692/task/25695/stat : 25695 (java) S 25690 25692 24984 0 -1 4202560 7102 0 0 0 1 1 0 0 15 0 22 0 523502160 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25696] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25696/stat : 25696 (java) S 25690 25692 24984 0 -1 4202560 4959 0 0 0 0 0 0 0 16 0 22 0 523502160 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25697] ppid=25690 vsize=15707604 CPUtime=0.01 cores=1,3,5,7
/proc/25692/task/25697/stat : 25697 (java) S 25690 25692 24984 0 -1 4202560 5521 0 0 0 1 0 0 0 16 0 22 0 523502160 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25698] ppid=25690 vsize=15707604 CPUtime=0.02 cores=1,3,5,7
/proc/25692/task/25698/stat : 25698 (java) S 25690 25692 24984 0 -1 4202560 6581 0 0 0 1 1 0 0 15 0 22 0 523502160 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25699] ppid=25690 vsize=15707604 CPUtime=0.02 cores=1,3,5,7
/proc/25692/task/25699/stat : 25699 (java) S 25690 25692 24984 0 -1 4202560 6136 0 0 0 1 1 0 0 16 0 22 0 523502160 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25700] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25700/stat : 25700 (java) S 25690 25692 24984 0 -1 4202560 3188 0 0 0 0 0 0 0 15 0 22 0 523502160 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25701] ppid=25690 vsize=15707604 CPUtime=0.02 cores=1,3,5,7
/proc/25692/task/25701/stat : 25701 (java) S 25690 25692 24984 0 -1 4202560 7827 0 0 0 1 1 0 0 16 0 22 0 523502160 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25702] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25702/stat : 25702 (java) S 25690 25692 24984 0 -1 4202560 3373 0 0 0 0 0 0 0 15 0 22 0 523502160 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25703] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25703/stat : 25703 (java) S 25690 25692 24984 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 22 0 523502161 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25704] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25704/stat : 25704 (java) S 25690 25692 24984 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523502161 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25705] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25705/stat : 25705 (java) S 25690 25692 24984 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523502161 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25706] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25706/stat : 25706 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523502163 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25707] ppid=25690 vsize=15707604 CPUtime=0.77 cores=1,3,5,7
/proc/25692/task/25707/stat : 25707 (java) R 25690 25692 24984 0 -1 4202560 11327 0 0 0 76 1 0 0 23 0 22 0 523502163 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25692/tid=25708] ppid=25690 vsize=15707604 CPUtime=0.68 cores=1,3,5,7
/proc/25692/task/25708/stat : 25708 (java) S 25690 25692 24984 0 -1 4202560 5708 0 0 0 68 0 0 0 15 0 22 0 523502163 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25709] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25709/stat : 25709 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523502163 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25710] ppid=25690 vsize=15707604 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25710/stat : 25710 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523502163 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25711] ppid=25690 vsize=15707604 CPUtime=1.98 cores=1,3,5,7
/proc/25692/task/25711/stat : 25711 (java) R 25690 25692 24984 0 -1 4202560 6971 0 0 0 198 0 0 0 17 0 22 0 523502202 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505888563 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25692/tid=25712] ppid=25690 vsize=15707604 CPUtime=1.78 cores=1,3,5,7
/proc/25692/task/25712/stat : 25712 (java) R 25690 25692 24984 0 -1 4202560 5563 0 0 0 178 0 0 0 17 0 22 0 523502202 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912506006288 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25692/tid=25713] ppid=25690 vsize=15707604 CPUtime=1.8 cores=1,3,5,7
/proc/25692/task/25713/stat : 25713 (java) R 25690 25692 24984 0 -1 4202560 5984 0 0 0 180 0 0 0 17 0 22 0 523502202 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 47942566131986 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25692/tid=25714] ppid=25690 vsize=15707604 CPUtime=1.93 cores=1,3,5,7
/proc/25692/task/25714/stat : 25714 (java) R 25690 25692 24984 0 -1 4202560 6342 0 0 0 192 1 0 0 17 0 22 0 523502202 16084586496 114586 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505888661 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 15707604

[startup+6.30115 s]
/proc/loadavg: 8.39 8.14 6.79 9/224 25714
/proc/meminfo: memFree=23630712/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=15700152 CPUtime=22.94 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 304874 0 1 0 2252 42 0 0 25 0 22 0 523502159 16076955648 296047 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 3925038 296050 2276 9 0 3915757 0
[pid=25692/tid=25693] ppid=25690 vsize=15700152 CPUtime=0.97 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) S 25690 25692 24984 0 -1 4202560 33092 0 1 0 93 4 0 0 20 0 22 0 523502159 16076955648 296055 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25695] ppid=25690 vsize=15700152 CPUtime=0.04 cores=1,3,5,7
/proc/25692/task/25695/stat : 25695 (java) S 25690 25692 24984 0 -1 4202560 14721 0 0 0 2 2 0 0 16 0 22 0 523502160 16076955648 296057 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25696] ppid=25690 vsize=15700152 CPUtime=0.04 cores=1,3,5,7
/proc/25692/task/25696/stat : 25696 (java) S 25690 25692 24984 0 -1 4202560 12457 0 0 0 2 2 0 0 16 0 22 0 523502160 16076955648 296058 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25697] ppid=25690 vsize=15700152 CPUtime=0.03 cores=1,3,5,7
/proc/25692/task/25697/stat : 25697 (java) S 25690 25692 24984 0 -1 4202560 11863 0 0 0 2 1 0 0 15 0 22 0 523502160 16076955648 296059 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25698] ppid=25690 vsize=15700152 CPUtime=0.07 cores=1,3,5,7
/proc/25692/task/25698/stat : 25698 (java) S 25690 25692 24984 0 -1 4202560 19463 0 0 0 4 3 0 0 16 0 22 0 523502160 16076955648 296061 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25699] ppid=25690 vsize=15700152 CPUtime=0.02 cores=1,3,5,7
/proc/25692/task/25699/stat : 25699 (java) S 25690 25692 24984 0 -1 4202560 6136 0 0 0 1 1 0 0 15 0 22 0 523502160 16076955648 296062 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25700] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25700/stat : 25700 (java) S 25690 25692 24984 0 -1 4202560 3188 0 0 0 0 0 0 0 15 0 22 0 523502160 16076955648 296064 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25701] ppid=25690 vsize=15700152 CPUtime=0.08 cores=1,3,5,7
/proc/25692/task/25701/stat : 25701 (java) S 25690 25692 24984 0 -1 4202560 21749 0 0 0 4 4 0 0 16 0 22 0 523502160 16076955648 296066 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25702] ppid=25690 vsize=15700152 CPUtime=0.03 cores=1,3,5,7
/proc/25692/task/25702/stat : 25702 (java) S 25690 25692 24984 0 -1 4202560 9403 0 0 0 2 1 0 0 15 0 22 0 523502160 16076955648 296067 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0

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

[pid=25692/tid=25712] ppid=25690 vsize=15700152 CPUtime=1053.38 cores=1,3,5,7
/proc/25692/task/25712/stat : 25712 (java) R 25690 25692 24984 0 -1 4202560 300991 0 0 0 105304 34 0 0 25 0 22 0 523502202 16076955648 342773 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505637420 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25692/tid=25713] ppid=25690 vsize=15700152 CPUtime=1054.66 cores=1,3,5,7
/proc/25692/task/25713/stat : 25713 (java) R 25690 25692 24984 0 -1 4202560 313866 0 0 0 105432 34 0 0 25 0 22 0 523502202 16076955648 342773 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505637401 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25692/tid=25714] ppid=25690 vsize=15700152 CPUtime=1054.82 cores=1,3,5,7
/proc/25692/task/25714/stat : 25714 (java) R 25690 25692 24984 0 -1 4202560 313455 0 0 0 105447 35 0 0 25 0 22 0 523502202 16076955648 342773 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505817654 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.03
Current children cumulated vsize (KiB) 15700152

[startup+1122.3 s]
/proc/loadavg: 8.41 8.24 7.77 10/224 25744
/proc/meminfo: memFree=23091448/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=15700152 CPUtime=4476.34 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 2259611 0 1 0 447285 349 0 0 25 0 22 0 523502159 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 3925038 352833 2297 9 0 3915757 0
[pid=25692/tid=25693] ppid=25690 vsize=15700152 CPUtime=0.97 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) S 25690 25692 24984 0 -1 4202560 33092 0 1 0 93 4 0 0 20 0 22 0 523502159 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25695] ppid=25690 vsize=15700152 CPUtime=2.1 cores=1,3,5,7
/proc/25692/task/25695/stat : 25695 (java) S 25690 25692 24984 0 -1 4202560 107266 0 0 0 191 19 0 0 16 0 22 0 523502160 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25696] ppid=25690 vsize=15700152 CPUtime=2.26 cores=1,3,5,7
/proc/25692/task/25696/stat : 25696 (java) S 25690 25692 24984 0 -1 4202560 130759 0 0 0 204 22 0 0 15 0 22 0 523502160 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25697] ppid=25690 vsize=15700152 CPUtime=2.29 cores=1,3,5,7
/proc/25692/task/25697/stat : 25697 (java) S 25690 25692 24984 0 -1 4202560 125162 0 0 0 208 21 0 0 15 0 22 0 523502160 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25698] ppid=25690 vsize=15700152 CPUtime=2.36 cores=1,3,5,7
/proc/25692/task/25698/stat : 25698 (java) S 25690 25692 24984 0 -1 4202560 142273 0 0 0 212 24 0 0 15 0 22 0 523502160 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25699] ppid=25690 vsize=15700152 CPUtime=2.14 cores=1,3,5,7
/proc/25692/task/25699/stat : 25699 (java) S 25690 25692 24984 0 -1 4202560 84251 0 0 0 201 13 0 0 15 0 22 0 523502160 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25700] ppid=25690 vsize=15700152 CPUtime=2.19 cores=1,3,5,7
/proc/25692/task/25700/stat : 25700 (java) S 25690 25692 24984 0 -1 4202560 111001 0 0 0 199 20 0 0 15 0 22 0 523502160 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25701] ppid=25690 vsize=15700152 CPUtime=2.21 cores=1,3,5,7
/proc/25692/task/25701/stat : 25701 (java) S 25690 25692 24984 0 -1 4202560 119000 0 0 0 201 20 0 0 15 0 22 0 523502160 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25702] ppid=25690 vsize=15700152 CPUtime=2.18 cores=1,3,5,7
/proc/25692/task/25702/stat : 25702 (java) S 25690 25692 24984 0 -1 4202560 106717 0 0 0 202 16 0 0 15 0 22 0 523502160 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25703] ppid=25690 vsize=15700152 CPUtime=0.86 cores=1,3,5,7
/proc/25692/task/25703/stat : 25703 (java) S 25690 25692 24984 0 -1 4202560 5606 0 0 0 50 36 0 0 15 0 22 0 523502161 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25704] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25704/stat : 25704 (java) S 25690 25692 24984 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523502161 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25705] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25705/stat : 25705 (java) S 25690 25692 24984 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523502161 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25706] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25706/stat : 25706 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523502163 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25707] ppid=25690 vsize=15700152 CPUtime=0.97 cores=1,3,5,7
/proc/25692/task/25707/stat : 25707 (java) S 25690 25692 24984 0 -1 4202560 11359 0 0 0 96 1 0 0 15 0 22 0 523502163 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25708] ppid=25690 vsize=15700152 CPUtime=0.98 cores=1,3,5,7
/proc/25692/task/25708/stat : 25708 (java) S 25690 25692 24984 0 -1 4202560 5752 0 0 0 98 0 0 0 15 0 22 0 523502163 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25709] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25709/stat : 25709 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523502163 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25710] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25710/stat : 25710 (java) S 25690 25692 24984 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523502163 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25711] ppid=25690 vsize=15700152 CPUtime=1113.51 cores=1,3,5,7
/proc/25692/task/25711/stat : 25711 (java) R 25690 25692 24984 0 -1 4202560 320294 0 0 0 111313 38 0 0 25 0 22 0 523502202 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505817678 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25692/tid=25712] ppid=25690 vsize=15700152 CPUtime=1112.67 cores=1,3,5,7
/proc/25692/task/25712/stat : 25712 (java) R 25690 25692 24984 0 -1 4202560 309080 0 0 0 111232 35 0 0 25 0 22 0 523502202 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912506058072 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25692/tid=25713] ppid=25690 vsize=15700152 CPUtime=1114.19 cores=1,3,5,7
/proc/25692/task/25713/stat : 25713 (java) R 25690 25692 24984 0 -1 4202560 324889 0 0 0 111384 35 0 0 25 0 22 0 523502202 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505744175 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25692/tid=25714] ppid=25690 vsize=15700152 CPUtime=1114.29 cores=1,3,5,7
/proc/25692/task/25714/stat : 25714 (java) R 25690 25692 24984 0 -1 4202560 321658 0 0 0 111392 37 0 0 25 0 22 0 523502202 16076955648 352833 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.34
Current children cumulated vsize (KiB) 15700152

[startup+1182.3 s]
/proc/loadavg: 8.34 8.26 7.81 10/224 25746
/proc/meminfo: memFree=23294296/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=15700152 CPUtime=4715.69 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 2351106 0 1 0 471202 367 0 0 25 0 22 0 523502159 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 3925038 305975 2297 9 0 3915757 0
[pid=25692/tid=25693] ppid=25690 vsize=15700152 CPUtime=0.97 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) S 25690 25692 24984 0 -1 4202560 33092 0 1 0 93 4 0 0 20 0 22 0 523502159 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25695] ppid=25690 vsize=15700152 CPUtime=2.31 cores=1,3,5,7
/proc/25692/task/25695/stat : 25695 (java) S 25690 25692 24984 0 -1 4202560 111963 0 0 0 210 21 0 0 16 0 22 0 523502160 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25696] ppid=25690 vsize=15700152 CPUtime=2.46 cores=1,3,5,7
/proc/25692/task/25696/stat : 25696 (java) S 25690 25692 24984 0 -1 4202560 136834 0 0 0 223 23 0 0 16 0 22 0 523502160 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25697] ppid=25690 vsize=15700152 CPUtime=2.48 cores=1,3,5,7
/proc/25692/task/25697/stat : 25697 (java) S 25690 25692 24984 0 -1 4202560 130943 0 0 0 226 22 0 0 15 0 22 0 523502160 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25698] ppid=25690 vsize=15700152 CPUtime=2.54 cores=1,3,5,7
/proc/25692/task/25698/stat : 25698 (java) S 25690 25692 24984 0 -1 4202560 148013 0 0 0 229 25 0 0 15 0 22 0 523502160 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25699] ppid=25690 vsize=15700152 CPUtime=2.29 cores=1,3,5,7
/proc/25692/task/25699/stat : 25699 (java) S 25690 25692 24984 0 -1 4202560 88243 0 0 0 215 14 0 0 15 0 22 0 523502160 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25700] ppid=25690 vsize=15700152 CPUtime=2.38 cores=1,3,5,7
/proc/25692/task/25700/stat : 25700 (java) S 25690 25692 24984 0 -1 4202560 118271 0 0 0 217 21 0 0 15 0 22 0 523502160 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25701] ppid=25690 vsize=15700152 CPUtime=2.42 cores=1,3,5,7
/proc/25692/task/25701/stat : 25701 (java) S 25690 25692 24984 0 -1 4202560 130613 0 0 0 221 21 0 0 16 0 22 0 523502160 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25702] ppid=25690 vsize=15700152 CPUtime=2.38 cores=1,3,5,7
/proc/25692/task/25702/stat : 25702 (java) S 25690 25692 24984 0 -1 4202560 110124 0 0 0 221 17 0 0 16 0 22 0 523502160 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25703] ppid=25690 vsize=15700152 CPUtime=0.91 cores=1,3,5,7
/proc/25692/task/25703/stat : 25703 (java) S 25690 25692 24984 0 -1 4202560 5897 0 0 0 52 39 0 0 15 0 22 0 523502161 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25704] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25704/stat : 25704 (java) S 25690 25692 24984 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523502161 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25705] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25705/stat : 25705 (java) S 25690 25692 24984 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523502161 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25706] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25706/stat : 25706 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523502163 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25707] ppid=25690 vsize=15700152 CPUtime=0.97 cores=1,3,5,7
/proc/25692/task/25707/stat : 25707 (java) S 25690 25692 24984 0 -1 4202560 11359 0 0 0 96 1 0 0 15 0 22 0 523502163 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25708] ppid=25690 vsize=15700152 CPUtime=0.98 cores=1,3,5,7
/proc/25692/task/25708/stat : 25708 (java) S 25690 25692 24984 0 -1 4202560 5752 0 0 0 98 0 0 0 15 0 22 0 523502163 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25709] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25709/stat : 25709 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523502163 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25710] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25710/stat : 25710 (java) S 25690 25692 24984 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 523502163 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25711] ppid=25690 vsize=15700152 CPUtime=1173.04 cores=1,3,5,7
/proc/25692/task/25711/stat : 25711 (java) R 25690 25692 24984 0 -1 4202560 330474 0 0 0 117265 39 0 0 25 0 22 0 523502202 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 47942566131913 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25692/tid=25712] ppid=25690 vsize=15700152 CPUtime=1172.17 cores=1,3,5,7
/proc/25692/task/25712/stat : 25712 (java) R 25690 25692 24984 0 -1 4202560 319279 0 0 0 117181 36 0 0 25 0 22 0 523502202 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505817645 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25692/tid=25713] ppid=25690 vsize=15700152 CPUtime=1173.6 cores=1,3,5,7
/proc/25692/task/25713/stat : 25713 (java) R 25690 25692 24984 0 -1 4202560 335590 0 0 0 117323 37 0 0 25 0 22 0 523502202 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505888568 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25692/tid=25714] ppid=25690 vsize=15700152 CPUtime=1173.62 cores=1,3,5,7
/proc/25692/task/25714/stat : 25714 (java) R 25690 25692 24984 0 -1 4202560 333205 0 0 0 117324 38 0 0 25 0 22 0 523502202 16076955648 305975 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505817583 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.69
Current children cumulated vsize (KiB) 15700152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.51 s]
/proc/loadavg: 8.35 8.27 7.82 5/201 25749
/proc/meminfo: memFree=24293420/32951124 swapFree=67111412/67111528
[pid=25692] ppid=25690 vsize=15700152 CPUtime=4800.33 cores=1,3,5,7
/proc/25692/stat : 25692 (java) S 25690 25692 24984 0 -1 4202496 2427676 0 1 0 479656 377 0 0 25 0 22 0 523502159 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25692/statm: 3925038 355258 2297 9 0 3915757 0
[pid=25692/tid=25693] ppid=25690 vsize=15700152 CPUtime=0.97 cores=1,3,5,7
/proc/25692/task/25693/stat : 25693 (java) S 25690 25692 24984 0 -1 4202560 33092 0 1 0 93 4 0 0 20 0 22 0 523502159 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25695] ppid=25690 vsize=15700152 CPUtime=2.36 cores=1,3,5,7
/proc/25692/task/25695/stat : 25695 (java) S 25690 25692 24984 0 -1 4202560 116511 0 0 0 215 21 0 0 15 0 22 0 523502160 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25696] ppid=25690 vsize=15700152 CPUtime=2.52 cores=1,3,5,7
/proc/25692/task/25696/stat : 25696 (java) S 25690 25692 24984 0 -1 4202560 140507 0 0 0 229 23 0 0 15 0 22 0 523502160 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25697] ppid=25690 vsize=15700152 CPUtime=2.56 cores=1,3,5,7
/proc/25692/task/25697/stat : 25697 (java) S 25690 25692 24984 0 -1 4202560 134107 0 0 0 233 23 0 0 15 0 22 0 523502160 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25698] ppid=25690 vsize=15700152 CPUtime=2.6 cores=1,3,5,7
/proc/25692/task/25698/stat : 25698 (java) S 25690 25692 24984 0 -1 4202560 151612 0 0 0 235 25 0 0 15 0 22 0 523502160 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25699] ppid=25690 vsize=15700152 CPUtime=2.37 cores=1,3,5,7
/proc/25692/task/25699/stat : 25699 (java) S 25690 25692 24984 0 -1 4202560 94939 0 0 0 222 15 0 0 15 0 22 0 523502160 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25700] ppid=25690 vsize=15700152 CPUtime=2.44 cores=1,3,5,7
/proc/25692/task/25700/stat : 25700 (java) S 25690 25692 24984 0 -1 4202560 121611 0 0 0 223 21 0 0 15 0 22 0 523502160 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25701] ppid=25690 vsize=15700152 CPUtime=2.46 cores=1,3,5,7
/proc/25692/task/25701/stat : 25701 (java) S 25690 25692 24984 0 -1 4202560 132931 0 0 0 225 21 0 0 15 0 22 0 523502160 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 7 0 0 0
[pid=25692/tid=25702] ppid=25690 vsize=15700152 CPUtime=2.47 cores=1,3,5,7
/proc/25692/task/25702/stat : 25702 (java) S 25690 25692 24984 0 -1 4202560 114999 0 0 0 230 17 0 0 16 0 22 0 523502160 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25703] ppid=25690 vsize=15700152 CPUtime=0.91 cores=1,3,5,7
/proc/25692/task/25703/stat : 25703 (java) S 25690 25692 24984 0 -1 4202560 6064 0 0 0 52 39 0 0 15 0 22 0 523502161 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25704] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25704/stat : 25704 (java) S 25690 25692 24984 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523502161 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25705] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25705/stat : 25705 (java) S 25690 25692 24984 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523502161 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=25692/tid=25706] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25706/stat : 25706 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523502163 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25707] ppid=25690 vsize=15700152 CPUtime=0.97 cores=1,3,5,7
/proc/25692/task/25707/stat : 25707 (java) S 25690 25692 24984 0 -1 4202560 11359 0 0 0 96 1 0 0 15 0 22 0 523502163 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25708] ppid=25690 vsize=15700152 CPUtime=0.98 cores=1,3,5,7
/proc/25692/task/25708/stat : 25708 (java) S 25690 25692 24984 0 -1 4202560 5752 0 0 0 98 0 0 0 15 0 22 0 523502163 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25709] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25709/stat : 25709 (java) S 25690 25692 24984 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523502163 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=25692/tid=25710] ppid=25690 vsize=15700152 CPUtime=0 cores=1,3,5,7
/proc/25692/task/25710/stat : 25710 (java) S 25690 25692 24984 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 523502163 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 5 0 0 0
[pid=25692/tid=25711] ppid=25690 vsize=15700152 CPUtime=1194.09 cores=1,3,5,7
/proc/25692/task/25711/stat : 25711 (java) R 25690 25692 24984 0 -1 4202560 343326 0 0 0 119369 40 0 0 25 0 22 0 523502202 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505756622 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25692/tid=25712] ppid=25690 vsize=15700152 CPUtime=1193.11 cores=1,3,5,7
/proc/25692/task/25712/stat : 25712 (java) R 25690 25692 24984 0 -1 4202560 327859 0 0 0 119273 38 0 0 25 0 22 0 523502202 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505888687 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25692/tid=25713] ppid=25690 vsize=15700152 CPUtime=1194.65 cores=1,3,5,7
/proc/25692/task/25713/stat : 25713 (java) R 25690 25692 24984 0 -1 4202560 344951 0 0 0 119427 38 0 0 25 0 22 0 523502202 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505601200 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25692/tid=25714] ppid=25690 vsize=15700152 CPUtime=1194.68 cores=1,3,5,7
/proc/25692/task/25714/stat : 25714 (java) R 25690 25692 24984 0 -1 4202560 346600 0 0 0 119428 40 0 0 25 0 22 0 523502202 16076955648 355258 33554432000 1073741824 1073778376 140733633995152 18446744073709551615 46912505817640 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 15700152

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

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

Child status: 143
Real time (s): 1203.58
CPU time (s): 4800.42
CPU user time (s): 4796.59
CPU system time (s): 3.83142
CPU usage (%): 398.845
Max. virtual memory (cumulated for all children) (KiB): 15710368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.59
system time used= 3.83142
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2427702
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= 53973
involuntary context switches= 72899

runsolver used 2.07069 second user time and 4.52631 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 01:17:20
IDJOB=3312515
IDBENCH=82700
IDSOLVER=1699
FILE ID=node132/3312515-1304119040
RUNJOBID= node132-1304117834-25506
PBS_JOBID= 13170698
Free space on /tmp= 71872 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S313445894-099-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312515-1304119040/watcher-3312515-1304119040 -o /tmp/evaluation-result-3312515-1304119040/solver-3312515-1304119040 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312515-1304119040.cnf

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

MD5SUM BENCH= 47e52af6d58221f8bfb6fc06198e4e15
RANDOM SEED=1398660696

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      25563872 kB
Buffers:        685500 kB
Cached:        6006408 kB
SwapCached:        112 kB
Active:        1635756 kB
Inactive:      5270456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25563872 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            4404 kB
Writeback:           0 kB
AnonPages:      213752 kB
Mapped:          22984 kB
Slab:           418168 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   807408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71872 MiB
End job on node132 at 2011-04-30 01:37:26