Trace number 3311443

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.16 1207.33

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1980280938-088.UNKNOWN.cnf
MD5SUM4fa782cc700b96dfddf41b0ed3b14006
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.10/0.11	49:13 INFO : Reading from input HOME/instance-3311443-1307656152.cnf
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.97/0.56	49:13 INFO : 80 variables remaining out of 80
0.97/0.56	49:13 INFO : 56960 literals remaining out of 56960

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: 977)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.07 8.15 8.10 2/198 30538
/proc/meminfo: memFree=32101412/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/30538/stat : 30538 (java) R 30536 30538 29691 0 -1 4202496 1411 0 0 0 0 0 0 0 25 0 2 0 877213119 26714112 884 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271550594033 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 6522 885 678 9 0 381 0
[pid=30538/tid=30539] ppid=30536 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) S 30536 30538 29691 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 877213120 26714112 885 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271545613959 0 2147483391 4096 0 18446744071699469502 0 0 -1 2 0 0 0

[startup+0.021585 s]
/proc/loadavg: 8.07 8.15 8.10 2/198 30538
/proc/meminfo: memFree=32101412/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=15602060 CPUtime=0.01 cores=0,2,4,6
/proc/30538/stat : 30538 (java) S 30536 30538 29691 0 -1 4202496 3326 0 1 0 1 0 0 0 25 0 11 0 877213119 15976509440 2769 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 3900515 2770 1606 9 0 3891263 0
[pid=30538/tid=30539] ppid=30536 vsize=15602060 CPUtime=0.01 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) R 30536 30538 29691 0 -1 4202560 1961 0 1 0 1 0 0 0 25 0 11 0 877213120 15976509440 2770 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 47136784999171 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.100574 s]
/proc/loadavg: 8.07 8.15 8.10 2/198 30538
/proc/meminfo: memFree=32101412/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=15677040 CPUtime=0.1 cores=0,2,4,6
/proc/30538/stat : 30538 (java) S 30536 30538 29691 0 -1 4202496 5627 0 1 0 9 1 0 0 25 0 18 0 877213119 16053288960 5068 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 3919260 5068 2117 9 0 3909979 0
[pid=30538/tid=30539] ppid=30536 vsize=15677040 CPUtime=0.08 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) R 30536 30538 29691 0 -1 4202560 3507 0 1 0 8 0 0 0 18 0 18 0 877213120 16053288960 5068 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562366331 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) 15677040

[startup+0.300542 s]
/proc/loadavg: 8.07 8.15 8.10 2/198 30538
/proc/meminfo: memFree=32101412/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=15683232 CPUtime=0.52 cores=0,2,4,6
/proc/30538/stat : 30538 (java) S 30536 30538 29691 0 -1 4202496 15501 0 1 0 50 2 0 0 25 0 18 0 877213119 16059629568 13701 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 3920808 13707 2208 9 0 3911527 0
[pid=30538/tid=30539] ppid=30536 vsize=15683232 CPUtime=0.29 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) R 30536 30538 29691 0 -1 4202560 10348 0 1 0 27 2 0 0 18 0 18 0 877213120 16059629568 13711 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505638183 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15683232

[startup+0.700396 s]
/proc/loadavg: 8.07 8.15 8.10 2/198 30538
/proc/meminfo: memFree=32101412/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=15700244 CPUtime=1.52 cores=0,2,4,6
/proc/30538/stat : 30538 (java) S 30536 30538 29691 0 -1 4202496 32393 0 1 0 148 4 0 0 25 0 22 0 877213119 16077049856 27255 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 3925061 27255 2259 9 0 3915780 0
[pid=30538/tid=30539] ppid=30536 vsize=15700244 CPUtime=0.55 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) S 30536 30538 29691 0 -1 4202560 15035 0 1 0 53 2 0 0 20 0 22 0 877213120 16077049856 27255 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 15700244

[startup+1.50125 s]
/proc/loadavg: 8.07 8.15 8.10 16/224 30564
/proc/meminfo: memFree=31744720/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=15704748 CPUtime=4.65 cores=0,2,4,6
/proc/30538/stat : 30538 (java) S 30536 30538 29691 0 -1 4202496 62107 0 1 0 457 8 0 0 25 0 22 0 877213119 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 3926187 53901 2286 9 0 3916906 0
[pid=30538/tid=30539] ppid=30536 vsize=15704748 CPUtime=0.55 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) S 30536 30538 29691 0 -1 4202560 15035 0 1 0 53 2 0 0 20 0 22 0 877213120 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30541] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30541/stat : 30541 (java) S 30536 30538 29691 0 -1 4202560 1069 0 0 0 0 0 0 0 16 0 22 0 877213120 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30542] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30542/stat : 30542 (java) S 30536 30538 29691 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 877213120 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30543] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30543/stat : 30543 (java) S 30536 30538 29691 0 -1 4202560 1035 0 0 0 0 0 0 0 16 0 22 0 877213120 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30544] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30544/stat : 30544 (java) S 30536 30538 29691 0 -1 4202560 981 0 0 0 0 0 0 0 16 0 22 0 877213120 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30545] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30545/stat : 30545 (java) S 30536 30538 29691 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 877213120 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30546] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30546/stat : 30546 (java) S 30536 30538 29691 0 -1 4202560 540 0 0 0 0 0 0 0 15 0 22 0 877213120 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30547] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30547/stat : 30547 (java) S 30536 30538 29691 0 -1 4202560 884 0 0 0 0 0 0 0 15 0 22 0 877213120 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30548] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30548/stat : 30548 (java) S 30536 30538 29691 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 22 0 877213120 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30549] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30549/stat : 30549 (java) S 30536 30538 29691 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 877213121 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562354176 0 0 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30550] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30550/stat : 30550 (java) S 30536 30538 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 877213122 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30551] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30551/stat : 30551 (java) S 30536 30538 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213122 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30552] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30552/stat : 30552 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 877213124 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562361265 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30553] ppid=30536 vsize=15704748 CPUtime=0.69 cores=0,2,4,6
/proc/30538/task/30553/stat : 30553 (java) R 30536 30538 29691 0 -1 4202560 13166 0 0 0 68 1 0 0 25 0 22 0 877213124 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 47136785847729 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30538/tid=30554] ppid=30536 vsize=15704748 CPUtime=1.06 cores=0,2,4,6
/proc/30538/task/30554/stat : 30554 (java) S 30536 30538 29691 0 -1 4202560 6579 0 0 0 106 0 0 0 16 0 22 0 877213124 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30555] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30555/stat : 30555 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 877213124 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30556] ppid=30536 vsize=15704748 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30556/stat : 30556 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 877213124 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562354176 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30561] ppid=30536 vsize=15704748 CPUtime=0.51 cores=0,2,4,6
/proc/30538/task/30561/stat : 30561 (java) R 30536 30538 29691 0 -1 4202560 7387 0 0 0 50 1 0 0 17 0 22 0 877213153 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505930768 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30538/tid=30562] ppid=30536 vsize=15704748 CPUtime=0.51 cores=0,2,4,6
/proc/30538/task/30562/stat : 30562 (java) R 30536 30538 29691 0 -1 4202560 3693 0 0 0 51 0 0 0 16 0 22 0 877213153 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505740739 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30538/tid=30563] ppid=30536 vsize=15704748 CPUtime=0.67 cores=0,2,4,6
/proc/30538/task/30563/stat : 30563 (java) R 30536 30538 29691 0 -1 4202560 6587 0 0 0 67 0 0 0 16 0 22 0 877213153 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505868940 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30538/tid=30564] ppid=30536 vsize=15704748 CPUtime=0.58 cores=0,2,4,6
/proc/30538/task/30564/stat : 30564 (java) R 30536 30538 29691 0 -1 4202560 3024 0 0 0 58 0 0 0 16 0 22 0 877213153 16081661952 53901 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505717919 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 15704748

[startup+3.10096 s]
/proc/loadavg: 8.07 8.15 8.10 12/224 30564
/proc/meminfo: memFree=31597460/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=15702096 CPUtime=11.02 cores=0,2,4,6
/proc/30538/stat : 30538 (java) S 30536 30538 29691 0 -1 4202496 131843 0 1 0 1086 16 0 0 25 0 22 0 877213119 16078946304 122578 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 3925524 122579 2286 9 0 3916243 0
[pid=30538/tid=30539] ppid=30536 vsize=15702096 CPUtime=0.55 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) S 30536 30538 29691 0 -1 4202560 15035 0 1 0 53 2 0 0 20 0 22 0 877213120 16078946304 122580 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30541] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30541/stat : 30541 (java) S 30536 30538 29691 0 -1 4202560 3010 0 0 0 0 0 0 0 15 0 22 0 877213120 16078946304 122581 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30542] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30542/stat : 30542 (java) S 30536 30538 29691 0 -1 4202560 1966 0 0 0 0 0 0 0 16 0 22 0 877213120 16078946304 122584 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30543] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30543/stat : 30543 (java) S 30536 30538 29691 0 -1 4202560 2275 0 0 0 0 0 0 0 16 0 22 0 877213120 16078946304 122586 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30544] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30544/stat : 30544 (java) S 30536 30538 29691 0 -1 4202560 983 0 0 0 0 0 0 0 15 0 22 0 877213120 16078946304 122589 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30545] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30545/stat : 30545 (java) S 30536 30538 29691 0 -1 4202560 1807 0 0 0 0 0 0 0 15 0 22 0 877213120 16078946304 122593 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30546] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30546/stat : 30546 (java) S 30536 30538 29691 0 -1 4202560 878 0 0 0 0 0 0 0 15 0 22 0 877213120 16078946304 122598 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30547] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30547/stat : 30547 (java) S 30536 30538 29691 0 -1 4202560 2036 0 0 0 0 0 0 0 16 0 22 0 877213120 16078946304 122600 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30548] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30548/stat : 30548 (java) S 30536 30538 29691 0 -1 4202560 2368 0 0 0 0 0 0 0 16 0 22 0 877213120 16078946304 122606 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30549] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30549/stat : 30549 (java) S 30536 30538 29691 0 -1 4202560 192 0 0 0 0 0 0 0 16 0 22 0 877213121 16078946304 122607 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562354176 0 0 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30550] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30550/stat : 30550 (java) S 30536 30538 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 877213122 16078946304 122611 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30551] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30551/stat : 30551 (java) S 30536 30538 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213122 16078946304 122621 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30552] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30552/stat : 30552 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 877213124 16078946304 122623 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562361265 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30553] ppid=30536 vsize=15702096 CPUtime=0.76 cores=0,2,4,6
/proc/30538/task/30553/stat : 30553 (java) R 30536 30538 29691 0 -1 4202560 13209 0 0 0 75 1 0 0 23 0 22 0 877213124 16078946304 122624 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562363573 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30538/tid=30554] ppid=30536 vsize=15702096 CPUtime=1.21 cores=0,2,4,6
/proc/30538/task/30554/stat : 30554 (java) S 30536 30538 29691 0 -1 4202560 6584 0 0 0 121 0 0 0 15 0 22 0 877213124 16078946304 122626 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30555] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30555/stat : 30555 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 877213124 16078946304 122630 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30556] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30556/stat : 30556 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 877213124 16078946304 122633 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562354176 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30561] ppid=30536 vsize=15702096 CPUtime=2 cores=0,2,4,6
/proc/30538/task/30561/stat : 30561 (java) R 30536 30538 29691 0 -1 4202560 21965 0 0 0 198 2 0 0 19 0 22 0 877213153 16078946304 122633 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505976260 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30538/tid=30562] ppid=30536 vsize=15702096 CPUtime=2.08 cores=0,2,4,6
/proc/30538/task/30562/stat : 30562 (java) R 30536 30538 29691 0 -1 4202560 18546 0 0 0 207 1 0 0 17 0 22 0 877213153 16078946304 122633 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505812747 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30538/tid=30563] ppid=30536 vsize=15702096 CPUtime=2.12 cores=0,2,4,6
/proc/30538/task/30563/stat : 30563 (java) R 30536 30538 29691 0 -1 4202560 21220 0 0 0 210 2 0 0 18 0 22 0 877213153 16078946304 122633 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505992632 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30538/tid=30564] ppid=30536 vsize=15702096 CPUtime=2.16 cores=0,2,4,6
/proc/30538/task/30564/stat : 30564 (java) R 30536 30538 29691 0 -1 4202560 18439 0 0 0 215 1 0 0 18 0 22 0 877213153 16078946304 122633 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505873971 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 15702096

[startup+6.30138 s]
/proc/loadavg: 8.38 8.22 8.12 9/224 30564
/proc/meminfo: memFree=31387752/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=15702096 CPUtime=23.78 cores=0,2,4,6
/proc/30538/stat : 30538 (java) S 30536 30538 29691 0 -1 4202496 160891 0 1 0 2359 19 0 0 25 0 22 0 877213119 16078946304 150612 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 3925524 150612 2289 9 0 3916243 0
[pid=30538/tid=30539] ppid=30536 vsize=15702096 CPUtime=0.55 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) S 30536 30538 29691 0 -1 4202560 15035 0 1 0 53 2 0 0 20 0 22 0 877213120 16078946304 150612 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30541] ppid=30536 vsize=15702096 CPUtime=0.01 cores=0,2,4,6
/proc/30538/task/30541/stat : 30541 (java) S 30536 30538 29691 0 -1 4202560 3190 0 0 0 1 0 0 0 15 0 22 0 877213120 16078946304 150612 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30542] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30542/stat : 30542 (java) S 30536 30538 29691 0 -1 4202560 2448 0 0 0 0 0 0 0 16 0 22 0 877213120 16078946304 150612 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30543] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30543/stat : 30543 (java) S 30536 30538 29691 0 -1 4202560 3590 0 0 0 0 0 0 0 15 0 22 0 877213120 16078946304 150612 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30544] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30544/stat : 30544 (java) S 30536 30538 29691 0 -1 4202560 1209 0 0 0 0 0 0 0 15 0 22 0 877213120 16078946304 150612 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30545] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30545/stat : 30545 (java) S 30536 30538 29691 0 -1 4202560 2957 0 0 0 0 0 0 0 15 0 22 0 877213120 16078946304 150612 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30546] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30546/stat : 30546 (java) S 30536 30538 29691 0 -1 4202560 878 0 0 0 0 0 0 0 15 0 22 0 877213120 16078946304 150612 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30547] ppid=30536 vsize=15702096 CPUtime=0.01 cores=0,2,4,6
/proc/30538/task/30547/stat : 30547 (java) S 30536 30538 29691 0 -1 4202560 2971 0 0 0 1 0 0 0 15 0 22 0 877213120 16078946304 150612 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30548] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30548/stat : 30548 (java) S 30536 30538 29691 0 -1 4202560 2499 0 0 0 0 0 0 0 15 0 22 0 877213120 16078946304 150612 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0

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

[pid=30538/tid=30562] ppid=30536 vsize=15702096 CPUtime=1047.84 cores=0,2,4,6
/proc/30538/task/30562/stat : 30562 (java) R 30536 30538 29691 0 -1 4202560 144375 0 0 0 104759 25 0 0 25 0 22 0 877213153 16078946304 84791 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505740756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30538/tid=30563] ppid=30536 vsize=15702096 CPUtime=1048.93 cores=0,2,4,6
/proc/30538/task/30563/stat : 30563 (java) R 30536 30538 29691 0 -1 4202560 149369 0 0 0 104861 32 0 0 25 0 22 0 877213153 16078946304 84791 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30538/tid=30564] ppid=30536 vsize=15702096 CPUtime=1049.31 cores=0,2,4,6
/proc/30538/task/30564/stat : 30564 (java) R 30536 30538 29691 0 -1 4202560 146730 0 0 0 104905 26 0 0 25 0 22 0 877213153 16078946304 84791 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505807392 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4223.53
Current children cumulated vsize (KiB) 15702096

[startup+1122.3 s]
/proc/loadavg: 8.16 8.16 8.10 9/224 30666
/proc/meminfo: memFree=31498152/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=15702096 CPUtime=4462.12 cores=0,2,4,6
/proc/30538/stat : 30538 (java) S 30536 30538 29691 0 -1 4202496 1223104 0 1 0 445903 309 0 0 25 0 22 0 877213119 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 3925524 77366 2299 9 0 3916243 0
[pid=30538/tid=30539] ppid=30536 vsize=15702096 CPUtime=0.55 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) S 30536 30538 29691 0 -1 4202560 15035 0 1 0 53 2 0 0 20 0 22 0 877213120 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30541] ppid=30536 vsize=15702096 CPUtime=3.12 cores=0,2,4,6
/proc/30538/task/30541/stat : 30541 (java) S 30536 30538 29691 0 -1 4202560 69861 0 0 0 296 16 0 0 16 0 22 0 877213120 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30542] ppid=30536 vsize=15702096 CPUtime=3.11 cores=0,2,4,6
/proc/30538/task/30542/stat : 30542 (java) S 30536 30538 29691 0 -1 4202560 66665 0 0 0 297 14 0 0 16 0 22 0 877213120 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30543] ppid=30536 vsize=15702096 CPUtime=3.08 cores=0,2,4,6
/proc/30538/task/30543/stat : 30543 (java) S 30536 30538 29691 0 -1 4202560 67168 0 0 0 292 16 0 0 16 0 22 0 877213120 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30544] ppid=30536 vsize=15702096 CPUtime=3.07 cores=0,2,4,6
/proc/30538/task/30544/stat : 30544 (java) S 30536 30538 29691 0 -1 4202560 71169 0 0 0 292 15 0 0 16 0 22 0 877213120 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30545] ppid=30536 vsize=15702096 CPUtime=3.17 cores=0,2,4,6
/proc/30538/task/30545/stat : 30545 (java) S 30536 30538 29691 0 -1 4202560 72721 0 0 0 301 16 0 0 15 0 22 0 877213120 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30546] ppid=30536 vsize=15702096 CPUtime=3.14 cores=0,2,4,6
/proc/30538/task/30546/stat : 30546 (java) S 30536 30538 29691 0 -1 4202560 68453 0 0 0 297 17 0 0 15 0 22 0 877213120 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30547] ppid=30536 vsize=15702096 CPUtime=3.1 cores=0,2,4,6
/proc/30538/task/30547/stat : 30547 (java) S 30536 30538 29691 0 -1 4202560 70583 0 0 0 295 15 0 0 15 0 22 0 877213120 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30548] ppid=30536 vsize=15702096 CPUtime=3.18 cores=0,2,4,6
/proc/30538/task/30548/stat : 30548 (java) S 30536 30538 29691 0 -1 4202560 71664 0 0 0 302 16 0 0 15 0 22 0 877213120 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30549] ppid=30536 vsize=15702096 CPUtime=1.95 cores=0,2,4,6
/proc/30538/task/30549/stat : 30549 (java) S 30536 30538 29691 0 -1 4202560 3121 0 0 0 142 53 0 0 15 0 22 0 877213121 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562354176 0 0 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30550] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30550/stat : 30550 (java) S 30536 30538 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 877213122 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30551] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30551/stat : 30551 (java) S 30536 30538 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213122 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30552] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30552/stat : 30552 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 877213124 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562361265 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30553] ppid=30536 vsize=15702096 CPUtime=0.81 cores=0,2,4,6
/proc/30538/task/30553/stat : 30553 (java) S 30536 30538 29691 0 -1 4202560 13224 0 0 0 80 1 0 0 15 0 22 0 877213124 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30554] ppid=30536 vsize=15702096 CPUtime=1.38 cores=0,2,4,6
/proc/30538/task/30554/stat : 30554 (java) S 30536 30538 29691 0 -1 4202560 6610 0 0 0 138 0 0 0 15 0 22 0 877213124 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30555] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30555/stat : 30555 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 877213124 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30556] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30556/stat : 30556 (java) S 30536 30538 29691 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 877213124 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562354176 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30561] ppid=30536 vsize=15702096 CPUtime=1108.35 cores=0,2,4,6
/proc/30538/task/30561/stat : 30561 (java) R 30536 30538 29691 0 -1 4202560 158560 0 0 0 110808 27 0 0 25 0 22 0 877213153 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 47136788816592 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30538/tid=30562] ppid=30536 vsize=15702096 CPUtime=1107.11 cores=0,2,4,6
/proc/30538/task/30562/stat : 30562 (java) R 30536 30538 29691 0 -1 4202560 152970 0 0 0 110683 28 0 0 25 0 22 0 877213153 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505813952 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30538/tid=30563] ppid=30536 vsize=15702096 CPUtime=1108.28 cores=0,2,4,6
/proc/30538/task/30563/stat : 30563 (java) R 30536 30538 29691 0 -1 4202560 158309 0 0 0 110794 34 0 0 25 0 22 0 877213153 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505813141 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30538/tid=30564] ppid=30536 vsize=15702096 CPUtime=1108.53 cores=0,2,4,6
/proc/30538/task/30564/stat : 30564 (java) R 30536 30538 29691 0 -1 4202560 155551 0 0 0 110824 29 0 0 25 0 22 0 877213153 16078946304 77366 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505864040 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4462.12
Current children cumulated vsize (KiB) 15702096

[startup+1182.3 s]
/proc/loadavg: 8.24 8.17 8.11 9/224 30668
/proc/meminfo: memFree=31542356/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=15702096 CPUtime=4700.67 cores=0,2,4,6
/proc/30538/stat : 30538 (java) S 30536 30538 29691 0 -1 4202496 1281881 0 1 0 469742 325 0 0 25 0 22 0 877213119 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 3925524 71405 2299 9 0 3916243 0
[pid=30538/tid=30539] ppid=30536 vsize=15702096 CPUtime=0.55 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) S 30536 30538 29691 0 -1 4202560 15035 0 1 0 53 2 0 0 20 0 22 0 877213120 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30541] ppid=30536 vsize=15702096 CPUtime=3.27 cores=0,2,4,6
/proc/30538/task/30541/stat : 30541 (java) S 30536 30538 29691 0 -1 4202560 72524 0 0 0 311 16 0 0 15 0 22 0 877213120 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30542] ppid=30536 vsize=15702096 CPUtime=3.28 cores=0,2,4,6
/proc/30538/task/30542/stat : 30542 (java) S 30536 30538 29691 0 -1 4202560 68614 0 0 0 313 15 0 0 15 0 22 0 877213120 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30543] ppid=30536 vsize=15702096 CPUtime=3.23 cores=0,2,4,6
/proc/30538/task/30543/stat : 30543 (java) S 30536 30538 29691 0 -1 4202560 69084 0 0 0 307 16 0 0 16 0 22 0 877213120 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30544] ppid=30536 vsize=15702096 CPUtime=3.23 cores=0,2,4,6
/proc/30538/task/30544/stat : 30544 (java) S 30536 30538 29691 0 -1 4202560 73347 0 0 0 307 16 0 0 15 0 22 0 877213120 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30545] ppid=30536 vsize=15702096 CPUtime=3.34 cores=0,2,4,6
/proc/30538/task/30545/stat : 30545 (java) S 30536 30538 29691 0 -1 4202560 74945 0 0 0 317 17 0 0 15 0 22 0 877213120 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30546] ppid=30536 vsize=15702096 CPUtime=3.32 cores=0,2,4,6
/proc/30538/task/30546/stat : 30546 (java) S 30536 30538 29691 0 -1 4202560 71785 0 0 0 314 18 0 0 16 0 22 0 877213120 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30547] ppid=30536 vsize=15702096 CPUtime=3.26 cores=0,2,4,6
/proc/30538/task/30547/stat : 30547 (java) S 30536 30538 29691 0 -1 4202560 73021 0 0 0 309 17 0 0 16 0 22 0 877213120 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30548] ppid=30536 vsize=15702096 CPUtime=3.35 cores=0,2,4,6
/proc/30538/task/30548/stat : 30548 (java) S 30536 30538 29691 0 -1 4202560 73540 0 0 0 318 17 0 0 15 0 22 0 877213120 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30549] ppid=30536 vsize=15702096 CPUtime=2.07 cores=0,2,4,6
/proc/30538/task/30549/stat : 30549 (java) S 30536 30538 29691 0 -1 4202560 3303 0 0 0 150 57 0 0 16 0 22 0 877213121 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562354176 0 0 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30550] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30550/stat : 30550 (java) S 30536 30538 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 877213122 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30551] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30551/stat : 30551 (java) S 30536 30538 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213122 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30552] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30552/stat : 30552 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 877213124 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562361265 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30553] ppid=30536 vsize=15702096 CPUtime=0.81 cores=0,2,4,6
/proc/30538/task/30553/stat : 30553 (java) S 30536 30538 29691 0 -1 4202560 13224 0 0 0 80 1 0 0 15 0 22 0 877213124 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30554] ppid=30536 vsize=15702096 CPUtime=1.38 cores=0,2,4,6
/proc/30538/task/30554/stat : 30554 (java) S 30536 30538 29691 0 -1 4202560 6610 0 0 0 138 0 0 0 15 0 22 0 877213124 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30555] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30555/stat : 30555 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 877213124 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30556] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30556/stat : 30556 (java) S 30536 30538 29691 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 877213124 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562354176 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30561] ppid=30536 vsize=15702096 CPUtime=1167.57 cores=0,2,4,6
/proc/30538/task/30561/stat : 30561 (java) R 30536 30538 29691 0 -1 4202560 168643 0 0 0 116729 28 0 0 25 0 22 0 877213153 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505814513 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30538/tid=30562] ppid=30536 vsize=15702096 CPUtime=1166.45 cores=0,2,4,6
/proc/30538/task/30562/stat : 30562 (java) R 30536 30538 29691 0 -1 4202560 162716 0 0 0 116616 29 0 0 25 0 22 0 877213153 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505868651 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30538/tid=30563] ppid=30536 vsize=15702096 CPUtime=1167.62 cores=0,2,4,6
/proc/30538/task/30563/stat : 30563 (java) R 30536 30538 29691 0 -1 4202560 168267 0 0 0 116726 36 0 0 25 0 22 0 877213153 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 47136788816027 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30538/tid=30564] ppid=30536 vsize=15702096 CPUtime=1167.77 cores=0,2,4,6
/proc/30538/task/30564/stat : 30564 (java) R 30536 30538 29691 0 -1 4202560 165779 0 0 0 116746 31 0 0 25 0 22 0 877213153 16078946304 71405 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505904664 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4700.67
Current children cumulated vsize (KiB) 15702096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.20 8.17 8.11 9/224 30668
/proc/meminfo: memFree=31477972/32951124 swapFree=67054536/67111528
[pid=30538] ppid=30536 vsize=15702096 CPUtime=4800.1 cores=0,2,4,6
/proc/30538/stat : 30538 (java) S 30536 30538 29691 0 -1 4202496 1308552 0 1 0 479678 332 0 0 25 0 22 0 877213119 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30538/statm: 3925524 72569 2299 9 0 3916243 0
[pid=30538/tid=30539] ppid=30536 vsize=15702096 CPUtime=0.55 cores=0,2,4,6
/proc/30538/task/30539/stat : 30539 (java) S 30536 30538 29691 0 -1 4202560 15035 0 1 0 53 2 0 0 20 0 22 0 877213120 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30541] ppid=30536 vsize=15702096 CPUtime=3.34 cores=0,2,4,6
/proc/30538/task/30541/stat : 30541 (java) S 30536 30538 29691 0 -1 4202560 73578 0 0 0 317 17 0 0 15 0 22 0 877213120 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30542] ppid=30536 vsize=15702096 CPUtime=3.34 cores=0,2,4,6
/proc/30538/task/30542/stat : 30542 (java) S 30536 30538 29691 0 -1 4202560 69671 0 0 0 319 15 0 0 15 0 22 0 877213120 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30543] ppid=30536 vsize=15702096 CPUtime=3.29 cores=0,2,4,6
/proc/30538/task/30543/stat : 30543 (java) S 30536 30538 29691 0 -1 4202560 70075 0 0 0 313 16 0 0 15 0 22 0 877213120 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30544] ppid=30536 vsize=15702096 CPUtime=3.3 cores=0,2,4,6
/proc/30538/task/30544/stat : 30544 (java) S 30536 30538 29691 0 -1 4202560 74407 0 0 0 314 16 0 0 15 0 22 0 877213120 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30545] ppid=30536 vsize=15702096 CPUtime=3.4 cores=0,2,4,6
/proc/30538/task/30545/stat : 30545 (java) S 30536 30538 29691 0 -1 4202560 75613 0 0 0 323 17 0 0 15 0 22 0 877213120 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30546] ppid=30536 vsize=15702096 CPUtime=3.39 cores=0,2,4,6
/proc/30538/task/30546/stat : 30546 (java) S 30536 30538 29691 0 -1 4202560 73425 0 0 0 321 18 0 0 15 0 22 0 877213120 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30547] ppid=30536 vsize=15702096 CPUtime=3.32 cores=0,2,4,6
/proc/30538/task/30547/stat : 30547 (java) S 30536 30538 29691 0 -1 4202560 73934 0 0 0 315 17 0 0 15 0 22 0 877213120 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30548] ppid=30536 vsize=15702096 CPUtime=3.42 cores=0,2,4,6
/proc/30538/task/30548/stat : 30548 (java) S 30536 30538 29691 0 -1 4202560 74735 0 0 0 325 17 0 0 15 0 22 0 877213120 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30549] ppid=30536 vsize=15702096 CPUtime=2.13 cores=0,2,4,6
/proc/30538/task/30549/stat : 30549 (java) S 30536 30538 29691 0 -1 4202560 3385 0 0 0 154 59 0 0 15 0 22 0 877213121 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562354176 0 0 0 16800975 18446604440607447936 0 0 -1 4 0 0 0
[pid=30538/tid=30550] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30550/stat : 30550 (java) S 30536 30538 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 877213122 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30551] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30551/stat : 30551 (java) S 30536 30538 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 877213122 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30552] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30552/stat : 30552 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 877213124 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562361265 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30553] ppid=30536 vsize=15702096 CPUtime=0.81 cores=0,2,4,6
/proc/30538/task/30553/stat : 30553 (java) S 30536 30538 29691 0 -1 4202560 13224 0 0 0 80 1 0 0 15 0 22 0 877213124 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 6 0 0 0
[pid=30538/tid=30554] ppid=30536 vsize=15702096 CPUtime=1.38 cores=0,2,4,6
/proc/30538/task/30554/stat : 30554 (java) S 30536 30538 29691 0 -1 4202560 6610 0 0 0 138 0 0 0 15 0 22 0 877213124 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30555] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30555/stat : 30555 (java) S 30536 30538 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 877213124 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562353561 0 4 0 16800975 18446604440607447936 0 0 -1 2 0 0 0
[pid=30538/tid=30556] ppid=30536 vsize=15702096 CPUtime=0 cores=0,2,4,6
/proc/30538/task/30556/stat : 30556 (java) S 30536 30538 29691 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 877213124 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 271562354176 0 4 0 16800975 18446604440607447936 0 0 -1 0 0 0 0
[pid=30538/tid=30561] ppid=30536 vsize=15702096 CPUtime=1192.26 cores=0,2,4,6
/proc/30538/task/30561/stat : 30561 (java) R 30536 30538 29691 0 -1 4202560 173137 0 0 0 119197 29 0 0 25 0 22 0 877213153 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505813141 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30538/tid=30562] ppid=30536 vsize=15702096 CPUtime=1191.17 cores=0,2,4,6
/proc/30538/task/30562/stat : 30562 (java) R 30536 30538 29691 0 -1 4202560 167147 0 0 0 119087 30 0 0 25 0 22 0 877213153 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505923840 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30538/tid=30563] ppid=30536 vsize=15702096 CPUtime=1192.33 cores=0,2,4,6
/proc/30538/task/30563/stat : 30563 (java) R 30536 30538 29691 0 -1 4202560 172773 0 0 0 119196 37 0 0 25 0 22 0 877213153 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505867746 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30538/tid=30564] ppid=30536 vsize=15702096 CPUtime=1192.5 cores=0,2,4,6
/proc/30538/task/30564/stat : 30564 (java) R 30536 30538 29691 0 -1 4202560 170357 0 0 0 119218 32 0 0 25 0 22 0 877213153 16078946304 72569 33554432000 1073741824 1073778376 140737155755824 18446744073709551615 46912505740722 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 15702096

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): 1207.33
CPU time (s): 4800.16
CPU user time (s): 4796.82
CPU system time (s): 3.33949
CPU usage (%): 397.585
Max. virtual memory (cumulated for all children) (KiB): 15704748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.82
system time used= 3.33949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1308578
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= 294857
involuntary context switches= 211878

runsolver used 2.01469 second user time and 4.6183 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-09 23:49:12
IDJOB=3311443
IDBENCH=82828
IDSOLVER=1698
FILE ID=node133/3311443-1307656152
RUNJOBID= node133-1307654942-30337
PBS_JOBID= 13549417
Free space on /tmp= 74168 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1980280938-088.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311443-1307656152/watcher-3311443-1307656152 -o /tmp/evaluation-result-3311443-1307656152/solver-3311443-1307656152 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311443-1307656152.cnf -hbr 2

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

MD5SUM BENCH= 4fa782cc700b96dfddf41b0ed3b14006
RANDOM SEED=194094943

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.74
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.834
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:      32102328 kB
Buffers:        198060 kB
Cached:         419816 kB
SwapCached:      10420 kB
Active:         355032 kB
Inactive:       296812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32102328 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            3568 kB
Writeback:           0 kB
AnonPages:       31060 kB
Mapped:          20668 kB
Slab:           132460 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   781512 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= 74168 MiB
End job on node133 at 2011-06-10 00:09:22