Trace number 3312931

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.45 1208.36

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
Bench CategoryCRAFTED (crafted 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 variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.10/0.11	47:58 INFO : Reading from input HOME/instance-3312931-1304189278.cnf
1.75/1.59	Executor set job limit to 1000000
1.75/1.59	Executor set job limit to 1000000
1.75/1.59	Executor set job limit to 1000000
1.75/1.60	Executor set job limit to 1000000
1.75/1.60	Starting Executor!
1.86/1.60	Starting Executor!
1.86/1.60	Starting Executor!
1.86/1.60	Starting Executor!
4.13/3.17	48:01 INFO : 2444 variables remaining out of 2444
4.13/3.17	48:01 INFO : 2993602 literals remaining out of 1498048

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-3312931-1304189278/watcher-3312931-1304189278 -o /tmp/evaluation-result-3312931-1304189278/solver-3312931-1304189278 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312931-1304189278.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: 3.75 4.57 6.14 2/194 2393
/proc/meminfo: memFree=30790384/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/2393/stat : 2393 (java) R 2391 2393 1912 0 -1 4202496 949 0 0 0 0 0 0 0 21 0 1 0 530525784 23580672 434 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228117751552 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2393/statm: 5757 445 343 9 0 124 0
[pid=2393/tid=2395] ppid=2391 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) S 2391 2393 1912 0 -1 4202560 66 0 0 0 0 0 0 0 23 0 2 0 530525785 27824128 894 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228117790343 0 2147483391 4096 0 18446744071699207358 0 0 -1 5 0 0 0

[startup+0.0442031 s]
/proc/loadavg: 3.75 4.57 6.14 2/194 2393
/proc/meminfo: memFree=30790384/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/2393/stat : 2393 (java) S 2391 2393 1912 0 -1 4202496 3873 0 1 0 3 0 0 0 21 0 13 0 530525784 15978749952 3311 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134516709 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/2393/statm: 3901062 3312 1684 9 0 3891810 0
[pid=2393/tid=2395] ppid=2391 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) R 2391 2393 1912 0 -1 4202560 2482 0 1 0 3 0 0 0 18 0 13 0 530525785 15978749952 3312 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 47274766721795 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.101249 s]
/proc/loadavg: 3.75 4.57 6.14 2/194 2393
/proc/meminfo: memFree=30790384/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=15677028 CPUtime=0.1 cores=1,3,5,7
/proc/2393/stat : 2393 (java) S 2391 2393 1912 0 -1 4202496 5594 0 1 0 9 1 0 0 21 0 18 0 530525784 16053276672 5032 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2393/statm: 3919257 5033 2117 9 0 3909976 0
[pid=2393/tid=2395] ppid=2391 vsize=15677028 CPUtime=0.07 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) R 2391 2393 1912 0 -1 4202560 3476 0 1 0 7 0 0 0 22 0 18 0 530525785 16053276672 5034 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 47274767580099 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677028

[startup+0.300173 s]
/proc/loadavg: 3.75 4.57 6.14 2/194 2393
/proc/meminfo: memFree=30790384/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=15682296 CPUtime=0.52 cores=1,3,5,7
/proc/2393/stat : 2393 (java) S 2391 2393 1912 0 -1 4202496 15686 0 1 0 49 3 0 0 21 0 18 0 530525784 16058671104 13886 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2393/statm: 3920574 13893 2212 9 0 3911293 0
[pid=2393/tid=2395] ppid=2391 vsize=15682296 CPUtime=0.27 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) R 2391 2393 1912 0 -1 4202560 10535 0 1 0 26 1 0 0 22 0 18 0 530525785 16058671104 13896 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912505645459 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15682296

[startup+0.701118 s]
/proc/loadavg: 3.75 4.57 6.14 2/194 2393
/proc/meminfo: memFree=30790384/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=15682296 CPUtime=0.93 cores=1,3,5,7
/proc/2393/stat : 2393 (java) S 2391 2393 1912 0 -1 4202496 41823 0 1 0 87 6 0 0 21 0 18 0 530525784 16058671104 40021 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2393/statm: 3920574 40021 2228 9 0 3911293 0
[pid=2393/tid=2395] ppid=2391 vsize=15682296 CPUtime=0.67 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) R 2391 2393 1912 0 -1 4202560 35543 0 1 0 63 4 0 0 24 0 18 0 530525785 16058671104 40021 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912505523198 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15682296

[startup+1.50096 s]
/proc/loadavg: 3.75 4.57 6.14 4/216 2416
/proc/meminfo: memFree=30485480/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=15682296 CPUtime=1.75 cores=1,3,5,7
/proc/2393/stat : 2393 (java) S 2391 2393 1912 0 -1 4202496 75781 0 1 0 164 11 0 0 21 0 18 0 530525784 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2393/statm: 3920574 73976 2228 9 0 3911293 0
[pid=2393/tid=2395] ppid=2391 vsize=15682296 CPUtime=1.47 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) R 2391 2393 1912 0 -1 4202560 66301 0 1 0 138 9 0 0 25 0 18 0 530525785 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912505523184 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1912 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 18 0 530525785 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1912 0 -1 4202560 339 0 0 0 0 0 0 0 15 0 18 0 530525785 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1912 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 18 0 530525785 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1912 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 18 0 530525785 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1912 0 -1 4202560 273 0 0 0 0 0 0 0 16 0 18 0 530525785 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530525785 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1912 0 -1 4202560 2014 0 0 0 0 0 0 0 16 0 18 0 530525785 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1912 0 -1 4202560 1359 0 0 0 0 0 0 0 16 0 18 0 530525785 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1912 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 530525786 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 0 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1912 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530525787 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1912 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530525787 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 530525789 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134537649 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=15682296 CPUtime=0.11 cores=1,3,5,7
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1912 0 -1 4202560 1173 0 0 0 11 0 0 0 20 0 18 0 530525789 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=15682296 CPUtime=0.11 cores=1,3,5,7
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1912 0 -1 4202560 2593 0 0 0 11 0 0 0 15 0 18 0 530525789 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 530525789 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2412] ppid=2391 vsize=15682296 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2412/stat : 2412 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530525789 16058671104 73976 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15682296

[startup+3.10166 s]
/proc/loadavg: 3.75 4.57 6.14 4/220 2420
/proc/meminfo: memFree=30298580/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=15691064 CPUtime=4.13 cores=1,3,5,7
/proc/2393/stat : 2393 (java) S 2391 2393 1912 0 -1 4202496 85193 0 1 0 401 12 0 0 21 0 22 0 530525784 16067649536 80936 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2393/statm: 3922766 80936 2262 9 0 3913485 0
[pid=2393/tid=2395] ppid=2391 vsize=15691064 CPUtime=3.06 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) R 2391 2393 1912 0 -1 4202560 66436 0 1 0 297 9 0 0 25 0 22 0 530525785 16067649536 80936 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 47274766721759 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1912 0 -1 4202560 75 0 0 0 0 0 0 0 16 0 22 0 530525785 16067649536 80936 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1912 0 -1 4202560 339 0 0 0 0 0 0 0 15 0 22 0 530525785 16067649536 80936 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1912 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 530525785 16067649536 80936 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1912 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 530525785 16067649536 80936 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1912 0 -1 4202560 286 0 0 0 0 0 0 0 16 0 22 0 530525785 16067649536 80936 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1912 0 -1 4202560 2611 0 0 0 0 0 0 0 16 0 22 0 530525785 16067649536 80936 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1912 0 -1 4202560 2014 0 0 0 0 0 0 0 15 0 22 0 530525785 16067649536 80936 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1912 0 -1 4202560 1365 0 0 0 0 0 0 0 16 0 22 0 530525785 16067649536 80936 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1912 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 22 0 530525786 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 0 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1912 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530525787 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1912 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 530525787 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530525789 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134537649 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=15691064 CPUtime=0.53 cores=1,3,5,7
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1912 0 -1 4202560 6312 0 0 0 52 1 0 0 15 0 22 0 530525789 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=15691064 CPUtime=0.47 cores=1,3,5,7
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1912 0 -1 4202560 4055 0 0 0 47 0 0 0 15 0 22 0 530525789 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530525789 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2412] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2412/stat : 2412 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530525789 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2417] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2417/stat : 2417 (java) S 2391 2393 1912 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 530525944 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2418] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2418/stat : 2418 (java) S 2391 2393 1912 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 530525944 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2419] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2419/stat : 2419 (java) S 2391 2393 1912 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530525945 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2420] ppid=2391 vsize=15691064 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2420/stat : 2420 (java) S 2391 2393 1912 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530525945 16067649536 80937 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 15691064

[startup+6.30105 s]
/proc/loadavg: 3.85 4.58 6.13 9/220 2420
/proc/meminfo: memFree=29581940/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=15685888 CPUtime=13.43 cores=1,3,5,7
/proc/2393/stat : 2393 (java) S 2391 2393 1912 0 -1 4202496 188067 0 1 0 1315 28 0 0 21 0 22 0 530525784 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2393/statm: 3921472 179928 2272 9 0 3912191 0
[pid=2393/tid=2395] ppid=2391 vsize=15685888 CPUtime=3.14 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) S 2391 2393 1912 0 -1 4202560 66454 0 1 0 305 9 0 0 25 0 22 0 530525785 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1912 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 530525785 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=15685888 CPUtime=0.03 cores=1,3,5,7
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1912 0 -1 4202560 12963 0 0 0 2 1 0 0 15 0 22 0 530525785 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1912 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 22 0 530525785 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=15685888 CPUtime=0.02 cores=1,3,5,7
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1912 0 -1 4202560 7984 0 0 0 1 1 0 0 15 0 22 0 530525785 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=15685888 CPUtime=0.02 cores=1,3,5,7
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1912 0 -1 4202560 5458 0 0 0 1 1 0 0 15 0 22 0 530525785 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=15685888 CPUtime=0.01 cores=1,3,5,7
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1912 0 -1 4202560 7304 0 0 0 0 1 0 0 15 0 22 0 530525785 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=15685888 CPUtime=0.02 cores=1,3,5,7
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1912 0 -1 4202560 7441 0 0 0 1 1 0 0 15 0 22 0 530525785 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=15685888 CPUtime=0.02 cores=1,3,5,7
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1912 0 -1 4202560 6716 0 0 0 1 1 0 0 15 0 22 0 530525785 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1912 0 -1 4202560 499 0 0 0 0 0 0 0 15 0 22 0 530525786 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 0 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1912 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530525787 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1912 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 530525787 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530525789 16062349312 179928 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134537649 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0

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

[pid=2393/tid=2418] ppid=2391 vsize=15685888 CPUtime=1105.19 cores=1,3,5,7
/proc/2393/task/2418/stat : 2418 (java) R 2391 2393 1912 0 -1 4202560 435637 0 0 0 110462 57 0 0 25 0 22 0 530525944 16062349312 288261 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506034737 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2393/tid=2419] ppid=2391 vsize=15685888 CPUtime=1105.39 cores=1,3,5,7
/proc/2393/task/2419/stat : 2419 (java) R 2391 2393 1912 0 -1 4202560 403907 0 0 0 110491 48 0 0 25 0 22 0 530525945 16062349312 288261 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506027743 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2393/tid=2420] ppid=2391 vsize=15685888 CPUtime=1104.7 cores=1,3,5,7
/proc/2393/task/2420/stat : 2420 (java) R 2391 2393 1912 0 -1 4202560 392226 0 0 0 110421 49 0 0 25 0 22 0 530525945 16062349312 288261 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506027633 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4457.61
Current children cumulated vsize (KiB) 15685888

[startup+1182.3 s]
/proc/loadavg: 8.15 8.03 7.52 9/220 2464
/proc/meminfo: memFree=28284032/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=15685888 CPUtime=4696.73 cores=1,3,5,7
/proc/2393/stat : 2393 (java) S 2391 2393 1912 0 -1 4202496 3308870 0 1 0 469100 573 0 0 21 0 22 0 530525784 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2393/statm: 3921472 274070 2296 9 0 3912191 0
[pid=2393/tid=2395] ppid=2391 vsize=15685888 CPUtime=3.14 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) S 2391 2393 1912 0 -1 4202560 66454 0 1 0 305 9 0 0 25 0 22 0 530525785 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=15685888 CPUtime=3.94 cores=1,3,5,7
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1912 0 -1 4202560 179569 0 0 0 362 32 0 0 15 0 22 0 530525785 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=15685888 CPUtime=3.97 cores=1,3,5,7
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1912 0 -1 4202560 196491 0 0 0 360 37 0 0 15 0 22 0 530525785 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=15685888 CPUtime=3.83 cores=1,3,5,7
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1912 0 -1 4202560 175162 0 0 0 352 31 0 0 16 0 22 0 530525785 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=15685888 CPUtime=3.84 cores=1,3,5,7
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1912 0 -1 4202560 180106 0 0 0 350 34 0 0 15 0 22 0 530525785 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=15685888 CPUtime=3.88 cores=1,3,5,7
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1912 0 -1 4202560 171970 0 0 0 358 30 0 0 15 0 22 0 530525785 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=15685888 CPUtime=3.99 cores=1,3,5,7
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1912 0 -1 4202560 197460 0 0 0 362 37 0 0 15 0 22 0 530525785 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=15685888 CPUtime=3.87 cores=1,3,5,7
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1912 0 -1 4202560 189626 0 0 0 352 35 0 0 15 0 22 0 530525785 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=15685888 CPUtime=4.05 cores=1,3,5,7
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1912 0 -1 4202560 194648 0 0 0 368 37 0 0 15 0 22 0 530525785 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=15685888 CPUtime=2.65 cores=1,3,5,7
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1912 0 -1 4202560 8586 0 0 0 202 63 0 0 15 0 22 0 530525786 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 0 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1912 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530525787 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530525787 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530525789 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134537649 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=15685888 CPUtime=1.08 cores=1,3,5,7
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1912 0 -1 4202560 6406 0 0 0 107 1 0 0 16 0 22 0 530525789 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=15685888 CPUtime=0.92 cores=1,3,5,7
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1912 0 -1 4202560 4106 0 0 0 92 0 0 0 16 0 22 0 530525789 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530525789 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2412] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2412/stat : 2412 (java) S 2391 2393 1912 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 530525789 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2417] ppid=2391 vsize=15685888 CPUtime=1164.15 cores=1,3,5,7
/proc/2393/task/2417/stat : 2417 (java) R 2391 2393 1912 0 -1 4202560 458001 0 0 0 116357 58 0 0 25 0 22 0 530525944 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506067981 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2393/tid=2418] ppid=2391 vsize=15685888 CPUtime=1164.57 cores=1,3,5,7
/proc/2393/task/2418/stat : 2418 (java) R 2391 2393 1912 0 -1 4202560 451029 0 0 0 116398 59 0 0 25 0 22 0 530525944 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506067522 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2393/tid=2419] ppid=2391 vsize=15685888 CPUtime=1164.83 cores=1,3,5,7
/proc/2393/task/2419/stat : 2419 (java) R 2391 2393 1912 0 -1 4202560 419948 0 0 0 116433 50 0 0 25 0 22 0 530525945 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912505936726 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2393/tid=2420] ppid=2391 vsize=15685888 CPUtime=1163.85 cores=1,3,5,7
/proc/2393/task/2420/stat : 2420 (java) R 2391 2393 1912 0 -1 4202560 407855 0 0 0 116333 52 0 0 25 0 22 0 530525945 16062349312 274070 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506027484 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4696.73
Current children cumulated vsize (KiB) 15685888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.3 s]
/proc/loadavg: 7.77 7.96 7.52 5/197 2467
/proc/meminfo: memFree=29574676/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=15685888 CPUtime=4800.36 cores=1,3,5,7
/proc/2393/stat : 2393 (java) S 2391 2393 1912 0 -1 4202496 3400410 0 1 0 479449 587 0 0 21 0 22 0 530525784 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2393/statm: 3921472 306992 2296 9 0 3912191 0
[pid=2393/tid=2395] ppid=2391 vsize=15685888 CPUtime=3.14 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) S 2391 2393 1912 0 -1 4202560 66454 0 1 0 305 9 0 0 25 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=15685888 CPUtime=4.03 cores=1,3,5,7
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1912 0 -1 4202560 182366 0 0 0 371 32 0 0 16 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=15685888 CPUtime=4.05 cores=1,3,5,7
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1912 0 -1 4202560 201582 0 0 0 367 38 0 0 15 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=15685888 CPUtime=3.92 cores=1,3,5,7
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1912 0 -1 4202560 180286 0 0 0 360 32 0 0 15 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=15685888 CPUtime=3.93 cores=1,3,5,7
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1912 0 -1 4202560 182163 0 0 0 359 34 0 0 15 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=15685888 CPUtime=3.95 cores=1,3,5,7
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1912 0 -1 4202560 175529 0 0 0 365 30 0 0 15 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=15685888 CPUtime=4.08 cores=1,3,5,7
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1912 0 -1 4202560 201330 0 0 0 370 38 0 0 15 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=15685888 CPUtime=3.95 cores=1,3,5,7
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1912 0 -1 4202560 191555 0 0 0 360 35 0 0 16 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=15685888 CPUtime=4.12 cores=1,3,5,7
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1912 0 -1 4202560 197276 0 0 0 374 38 0 0 16 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=15685888 CPUtime=2.7 cores=1,3,5,7
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1912 0 -1 4202560 8813 0 0 0 206 64 0 0 15 0 22 0 530525786 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 0 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1912 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530525787 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530525787 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530525789 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134537649 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=15685888 CPUtime=1.08 cores=1,3,5,7
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1912 0 -1 4202560 6406 0 0 0 107 1 0 0 16 0 22 0 530525789 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=15685888 CPUtime=0.92 cores=1,3,5,7
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1912 0 -1 4202560 4106 0 0 0 92 0 0 0 16 0 22 0 530525789 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530525789 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2412] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2412/stat : 2412 (java) S 2391 2393 1912 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 530525789 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2417] ppid=2391 vsize=15685888 CPUtime=1189.92 cores=1,3,5,7
/proc/2393/task/2417/stat : 2417 (java) R 2391 2393 1912 0 -1 4202560 474423 0 0 0 118932 60 0 0 25 0 22 0 530525944 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506248012 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2393/tid=2418] ppid=2391 vsize=15685888 CPUtime=1190.24 cores=1,3,5,7
/proc/2393/task/2418/stat : 2418 (java) R 2391 2393 1912 0 -1 4202560 466681 0 0 0 118964 60 0 0 25 0 22 0 530525944 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506132185 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2393/tid=2419] ppid=2391 vsize=15685888 CPUtime=1190.59 cores=1,3,5,7
/proc/2393/task/2419/stat : 2419 (java) R 2391 2393 1912 0 -1 4202560 435930 0 0 0 119007 52 0 0 25 0 22 0 530525945 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506027456 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2393/tid=2420] ppid=2391 vsize=15685888 CPUtime=1189.57 cores=1,3,5,7
/proc/2393/task/2420/stat : 2420 (java) R 2391 2393 1912 0 -1 4202560 424055 0 0 0 118902 55 0 0 25 0 22 0 530525945 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506205857 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15685888

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

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

[startup+1208.3 s]
/proc/loadavg: 7.77 7.96 7.52 5/197 2467
/proc/meminfo: memFree=29574676/32951124 swapFree=67111444/67111528
[pid=2393] ppid=2391 vsize=15685888 CPUtime=4800.36 cores=1,3,5,7
/proc/2393/stat : 2393 (java) S 2391 2393 1912 0 -1 4202496 3400410 0 1 0 479449 587 0 0 21 0 22 0 530525784 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2393/statm: 3921472 306992 2296 9 0 3912191 0
[pid=2393/tid=2395] ppid=2391 vsize=15685888 CPUtime=3.14 cores=1,3,5,7
/proc/2393/task/2395/stat : 2395 (java) S 2391 2393 1912 0 -1 4202560 66454 0 1 0 305 9 0 0 25 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2397] ppid=2391 vsize=15685888 CPUtime=4.03 cores=1,3,5,7
/proc/2393/task/2397/stat : 2397 (java) S 2391 2393 1912 0 -1 4202560 182366 0 0 0 371 32 0 0 16 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2398] ppid=2391 vsize=15685888 CPUtime=4.05 cores=1,3,5,7
/proc/2393/task/2398/stat : 2398 (java) S 2391 2393 1912 0 -1 4202560 201582 0 0 0 367 38 0 0 15 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2399] ppid=2391 vsize=15685888 CPUtime=3.92 cores=1,3,5,7
/proc/2393/task/2399/stat : 2399 (java) S 2391 2393 1912 0 -1 4202560 180286 0 0 0 360 32 0 0 15 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2400] ppid=2391 vsize=15685888 CPUtime=3.93 cores=1,3,5,7
/proc/2393/task/2400/stat : 2400 (java) S 2391 2393 1912 0 -1 4202560 182163 0 0 0 359 34 0 0 15 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2401] ppid=2391 vsize=15685888 CPUtime=3.95 cores=1,3,5,7
/proc/2393/task/2401/stat : 2401 (java) S 2391 2393 1912 0 -1 4202560 175529 0 0 0 365 30 0 0 15 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2402] ppid=2391 vsize=15685888 CPUtime=4.08 cores=1,3,5,7
/proc/2393/task/2402/stat : 2402 (java) S 2391 2393 1912 0 -1 4202560 201330 0 0 0 370 38 0 0 15 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2403] ppid=2391 vsize=15685888 CPUtime=3.95 cores=1,3,5,7
/proc/2393/task/2403/stat : 2403 (java) S 2391 2393 1912 0 -1 4202560 191555 0 0 0 360 35 0 0 16 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2404] ppid=2391 vsize=15685888 CPUtime=4.12 cores=1,3,5,7
/proc/2393/task/2404/stat : 2404 (java) S 2391 2393 1912 0 -1 4202560 197276 0 0 0 374 38 0 0 16 0 22 0 530525785 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 1 0 0 0
[pid=2393/tid=2405] ppid=2391 vsize=15685888 CPUtime=2.7 cores=1,3,5,7
/proc/2393/task/2405/stat : 2405 (java) S 2391 2393 1912 0 -1 4202560 8813 0 0 0 206 64 0 0 15 0 22 0 530525786 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 0 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2406] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2406/stat : 2406 (java) S 2391 2393 1912 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530525787 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2407] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2407/stat : 2407 (java) S 2391 2393 1912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530525787 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2408] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2408/stat : 2408 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530525789 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134537649 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2409] ppid=2391 vsize=15685888 CPUtime=1.08 cores=1,3,5,7
/proc/2393/task/2409/stat : 2409 (java) S 2391 2393 1912 0 -1 4202560 6406 0 0 0 107 1 0 0 16 0 22 0 530525789 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2410] ppid=2391 vsize=15685888 CPUtime=0.92 cores=1,3,5,7
/proc/2393/task/2410/stat : 2410 (java) S 2391 2393 1912 0 -1 4202560 4106 0 0 0 92 0 0 0 16 0 22 0 530525789 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 5 0 0 0
[pid=2393/tid=2411] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2411/stat : 2411 (java) S 2391 2393 1912 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530525789 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134529945 0 4 0 16800975 18446604460320059840 0 0 -1 3 0 0 0
[pid=2393/tid=2412] ppid=2391 vsize=15685888 CPUtime=0 cores=1,3,5,7
/proc/2393/task/2412/stat : 2412 (java) S 2391 2393 1912 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 530525789 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 228134530560 0 4 0 16800975 18446604460320059840 0 0 -1 7 0 0 0
[pid=2393/tid=2417] ppid=2391 vsize=15685888 CPUtime=1189.92 cores=1,3,5,7
/proc/2393/task/2417/stat : 2417 (java) R 2391 2393 1912 0 -1 4202560 474423 0 0 0 118932 60 0 0 25 0 22 0 530525944 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506248012 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2393/tid=2418] ppid=2391 vsize=15685888 CPUtime=1190.24 cores=1,3,5,7
/proc/2393/task/2418/stat : 2418 (java) R 2391 2393 1912 0 -1 4202560 466681 0 0 0 118964 60 0 0 25 0 22 0 530525944 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506132185 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2393/tid=2419] ppid=2391 vsize=15685888 CPUtime=1190.59 cores=1,3,5,7
/proc/2393/task/2419/stat : 2419 (java) R 2391 2393 1912 0 -1 4202560 435930 0 0 0 119007 52 0 0 25 0 22 0 530525945 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506027456 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2393/tid=2420] ppid=2391 vsize=15685888 CPUtime=1189.57 cores=1,3,5,7
/proc/2393/task/2420/stat : 2420 (java) R 2391 2393 1912 0 -1 4202560 424055 0 0 0 118902 55 0 0 25 0 22 0 530525945 16062349312 306992 33554432000 1073741824 1073778376 140735258664416 18446744073709551615 46912506205857 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15685888

Child status: 143
Real time (s): 1208.36
CPU time (s): 4800.45
CPU user time (s): 4794.53
CPU system time (s): 5.9241
CPU usage (%): 397.268
Max. virtual memory (cumulated for all children) (KiB): 15691064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.53
system time used= 5.9241
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3400436
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= 97639
involuntary context switches= 85633

runsolver used 2.07868 second user time and 4.5683 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-30 20:47:58
IDJOB=3312931
IDBENCH=88226
IDSOLVER=1699
FILE ID=node138/3312931-1304189278
RUNJOBID= node138-1304189278-2357
PBS_JOBID= 13172485
Free space on /tmp= 72396 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312931-1304189278/watcher-3312931-1304189278 -o /tmp/evaluation-result-3312931-1304189278/solver-3312931-1304189278 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312931-1304189278.cnf

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=1615494067

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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:      30790780 kB
Buffers:        680784 kB
Cached:        1009312 kB
SwapCached:         84 kB
Active:         203812 kB
Inactive:      1561568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30790780 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:           12840 kB
Writeback:           0 kB
AnonPages:       74988 kB
Mapped:          22636 kB
Slab:           331716 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   782204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72400 MiB
End job on node138 at 2011-04-30 21:08:08