Trace number 3311128

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.26 1205.05

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S832901479-042-UNKNOWN.cnf
MD5SUMa5a87dc48ba0573fb8f2b8721bafcab2
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 variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.10/0.12	02:13 INFO : Reading from input HOME/instance-3311128-1304110932.cnf
0.71/0.56	Executor set job limit to 1000000
0.71/0.57	Executor set job limit to 1000000
0.71/0.57	Executor set job limit to 1000000
0.71/0.57	Executor set job limit to 1000000
0.71/0.57	Starting Executor!
0.71/0.57	Starting Executor!
0.71/0.57	Starting Executor!
0.71/0.57	Starting Executor!
2.04/1.18	02:14 INFO : 400 variables remaining out of 400
2.04/1.18	02:14 INFO : 272000 literals remaining out of 272000

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-3311128-1304110932/watcher-3311128-1304110932 -o /tmp/evaluation-result-3311128-1304110932/solver-3311128-1304110932 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311128-1304110932.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: 4.80 7.08 7.67 3/189 21361
/proc/meminfo: memFree=17896176/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 1430 0 0 0 0 0 0 0 23 0 2 0 522695868 29065216 898 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 7096 898 686 9 0 381 0
[pid=21361/tid=21362] ppid=21359 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) R 21359 21361 20915 0 -1 4202560 101 0 0 0 0 0 0 0 25 0 2 0 522695869 31313920 927 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216629547300 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0363199 s]
/proc/loadavg: 4.80 7.08 7.67 3/189 21361
/proc/meminfo: memFree=17896176/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 3726 0 1 0 2 0 0 0 23 0 13 0 522695868 15978749952 3164 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 3901062 3164 1680 9 0 3891810 0
[pid=21361/tid=21362] ppid=21359 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) R 21359 21361 20915 0 -1 4202560 2335 0 1 0 2 0 0 0 25 0 13 0 522695869 15978749952 3165 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 47449502320659 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100319 s]
/proc/loadavg: 4.80 7.08 7.67 3/189 21361
/proc/meminfo: memFree=17896176/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=15676188 CPUtime=0.1 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 5573 0 1 0 9 1 0 0 23 0 18 0 522695868 16052416512 4979 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 3919047 4980 2117 9 0 3909766 0
[pid=21361/tid=21362] ppid=21359 vsize=15676188 CPUtime=0.07 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) R 21359 21361 20915 0 -1 4202560 3412 0 1 0 7 0 0 0 25 0 18 0 522695869 16052416512 4981 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 47449502983674 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) 15676188

[startup+0.300288 s]
/proc/loadavg: 4.80 7.08 7.67 3/189 21361
/proc/meminfo: memFree=17896176/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=15679612 CPUtime=0.51 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 13747 0 1 0 48 3 0 0 23 0 18 0 522695868 16055922688 12213 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 3919903 12217 2206 9 0 3910622 0
[pid=21361/tid=21362] ppid=21359 vsize=15679612 CPUtime=0.28 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) R 21359 21361 20915 0 -1 4202560 8601 0 1 0 26 2 0 0 25 0 18 0 522695869 16055922688 12218 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679612

[startup+0.701213 s]
/proc/loadavg: 4.80 7.08 7.67 3/189 21361
/proc/meminfo: memFree=17896176/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=15687180 CPUtime=1.02 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 42924 0 1 0 95 7 0 0 23 0 22 0 522695868 16063672320 40534 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 3921795 40534 2248 9 0 3912514 0
[pid=21361/tid=21362] ppid=21359 vsize=15687180 CPUtime=0.67 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) R 21359 21361 20915 0 -1 4202560 35586 0 1 0 62 5 0 0 25 0 22 0 522695869 16063672320 40534 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 47449504080779 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 15687180

[startup+1.50103 s]
/proc/loadavg: 4.80 7.08 7.67 9/220 21392
/proc/meminfo: memFree=17552332/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=15707336 CPUtime=3.01 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 58626 0 1 0 292 9 0 0 23 0 22 0 522695868 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 3926834 48200 2272 9 0 3917553 0
[pid=21361/tid=21362] ppid=21359 vsize=15707336 CPUtime=1.16 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) S 21359 21361 20915 0 -1 4202560 35642 0 1 0 110 6 0 0 25 0 22 0 522695869 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21364] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21364/stat : 21364 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522695869 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21365] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21365/stat : 21365 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522695869 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21366] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21366/stat : 21366 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522695869 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21367] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21367/stat : 21367 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522695869 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21368] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21368/stat : 21368 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522695869 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21369] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21369/stat : 21369 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522695869 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21370] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21370/stat : 21370 (java) S 21359 21361 20915 0 -1 4202560 335 0 0 0 0 0 0 0 21 0 22 0 522695869 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21371] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21371/stat : 21371 (java) S 21359 21361 20915 0 -1 4202560 63 0 0 0 0 0 0 0 21 0 22 0 522695869 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21377] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21377/stat : 21377 (java) S 21359 21361 20915 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 522695870 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 0 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21378] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21378/stat : 21378 (java) S 21359 21361 20915 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 522695870 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21379] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21379/stat : 21379 (java) S 21359 21361 20915 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 522695870 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21380] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21380/stat : 21380 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522695873 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646338993 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21381] ppid=21359 vsize=15707336 CPUtime=0.61 cores=0,2,4,6
/proc/21361/task/21381/stat : 21381 (java) S 21359 21361 20915 0 -1 4202560 7258 0 0 0 61 0 0 0 16 0 22 0 522695873 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21382] ppid=21359 vsize=15707336 CPUtime=0.85 cores=0,2,4,6
/proc/21361/task/21382/stat : 21382 (java) S 21359 21361 20915 0 -1 4202560 13867 0 0 0 84 1 0 0 16 0 22 0 522695873 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21383] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21383/stat : 21383 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522695873 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21384] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21384/stat : 21384 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522695873 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21389] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21389/stat : 21389 (java) S 21359 21361 20915 0 -1 4202560 14 0 0 0 0 0 0 0 17 0 22 0 522695925 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21390] ppid=21359 vsize=15707336 CPUtime=0.09 cores=0,2,4,6
/proc/21361/task/21390/stat : 21390 (java) R 21359 21361 20915 0 -1 4202560 12 0 0 0 9 0 0 0 17 0 22 0 522695925 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505783888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21361/tid=21391] ppid=21359 vsize=15707336 CPUtime=0.16 cores=0,2,4,6
/proc/21361/task/21391/stat : 21391 (java) S 21359 21361 20915 0 -1 4202560 22 0 0 0 16 0 0 0 19 0 22 0 522695925 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21392] ppid=21359 vsize=15707336 CPUtime=0.09 cores=0,2,4,6
/proc/21361/task/21392/stat : 21392 (java) S 21359 21361 20915 0 -1 4202560 9 0 0 0 9 0 0 0 17 0 22 0 522695925 16084312064 48200 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 15707336

[startup+3.10071 s]
/proc/loadavg: 4.80 7.08 7.67 12/220 21392
/proc/meminfo: memFree=17414444/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=15707336 CPUtime=9.12 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 91067 0 1 0 896 16 0 0 23 0 22 0 522695868 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 3926834 80400 2274 9 0 3917553 0
[pid=21361/tid=21362] ppid=21359 vsize=15707336 CPUtime=1.16 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) S 21359 21361 20915 0 -1 4202560 35642 0 1 0 110 6 0 0 25 0 22 0 522695869 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21364] ppid=21359 vsize=15707336 CPUtime=0.02 cores=0,2,4,6
/proc/21361/task/21364/stat : 21364 (java) S 21359 21361 20915 0 -1 4202560 5846 0 0 0 1 1 0 0 16 0 22 0 522695869 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21365] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21365/stat : 21365 (java) S 21359 21361 20915 0 -1 4202560 2429 0 0 0 0 0 0 0 15 0 22 0 522695869 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21366] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21366/stat : 21366 (java) S 21359 21361 20915 0 -1 4202560 2639 0 0 0 0 0 0 0 16 0 22 0 522695869 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21367] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21367/stat : 21367 (java) S 21359 21361 20915 0 -1 4202560 2552 0 0 0 0 0 0 0 15 0 22 0 522695869 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21368] ppid=21359 vsize=15707336 CPUtime=0.01 cores=0,2,4,6
/proc/21361/task/21368/stat : 21368 (java) S 21359 21361 20915 0 -1 4202560 4774 0 0 0 1 0 0 0 16 0 22 0 522695869 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21369] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21369/stat : 21369 (java) S 21359 21361 20915 0 -1 4202560 3912 0 0 0 0 0 0 0 15 0 22 0 522695869 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21370] ppid=21359 vsize=15707336 CPUtime=0.02 cores=0,2,4,6
/proc/21361/task/21370/stat : 21370 (java) S 21359 21361 20915 0 -1 4202560 5588 0 0 0 1 1 0 0 16 0 22 0 522695869 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21371] ppid=21359 vsize=15707336 CPUtime=0.01 cores=0,2,4,6
/proc/21361/task/21371/stat : 21371 (java) S 21359 21361 20915 0 -1 4202560 4941 0 0 0 1 0 0 0 16 0 22 0 522695869 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21377] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21377/stat : 21377 (java) S 21359 21361 20915 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 22 0 522695870 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 0 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21378] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21378/stat : 21378 (java) S 21359 21361 20915 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522695870 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21379] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21379/stat : 21379 (java) S 21359 21361 20915 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522695870 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21380] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21380/stat : 21380 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522695873 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646338993 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21381] ppid=21359 vsize=15707336 CPUtime=0.72 cores=0,2,4,6
/proc/21361/task/21381/stat : 21381 (java) S 21359 21361 20915 0 -1 4202560 7283 0 0 0 72 0 0 0 16 0 22 0 522695873 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21382] ppid=21359 vsize=15707336 CPUtime=0.94 cores=0,2,4,6
/proc/21361/task/21382/stat : 21382 (java) S 21359 21361 20915 0 -1 4202560 13894 0 0 0 93 1 0 0 15 0 22 0 522695873 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21383] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21383/stat : 21383 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522695873 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21384] ppid=21359 vsize=15707336 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21384/stat : 21384 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522695873 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21389] ppid=21359 vsize=15707336 CPUtime=1.43 cores=0,2,4,6
/proc/21361/task/21389/stat : 21389 (java) R 21359 21361 20915 0 -1 4202560 16 0 0 0 143 0 0 0 17 0 22 0 522695925 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505910996 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21361/tid=21390] ppid=21359 vsize=15707336 CPUtime=1.65 cores=0,2,4,6
/proc/21361/task/21390/stat : 21390 (java) R 21359 21361 20915 0 -1 4202560 13 0 0 0 165 0 0 0 19 0 22 0 522695925 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505839210 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21361/tid=21391] ppid=21359 vsize=15707336 CPUtime=1.6 cores=0,2,4,6
/proc/21361/task/21391/stat : 21391 (java) R 21359 21361 20915 0 -1 4202560 23 0 0 0 160 0 0 0 19 0 22 0 522695925 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505783893 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21361/tid=21392] ppid=21359 vsize=15707336 CPUtime=1.4 cores=0,2,4,6
/proc/21361/task/21392/stat : 21392 (java) R 21359 21361 20915 0 -1 4202560 11 0 0 0 140 0 0 0 17 0 22 0 522695925 16084312064 80400 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505783864 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.12
Current children cumulated vsize (KiB) 15707336

[startup+6.30114 s]
/proc/loadavg: 5.21 7.12 7.68 10/220 21392
/proc/meminfo: memFree=16327420/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=15700992 CPUtime=21.89 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 212040 0 1 0 2153 36 0 0 23 0 22 0 522695868 16077815808 199716 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 3925248 199716 2274 9 0 3915967 0
[pid=21361/tid=21362] ppid=21359 vsize=15700992 CPUtime=1.16 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) S 21359 21361 20915 0 -1 4202560 35642 0 1 0 110 6 0 0 25 0 22 0 522695869 16077815808 199716 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21364] ppid=21359 vsize=15700992 CPUtime=0.05 cores=0,2,4,6
/proc/21361/task/21364/stat : 21364 (java) S 21359 21361 20915 0 -1 4202560 13481 0 0 0 2 3 0 0 16 0 22 0 522695869 16077815808 199716 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21365] ppid=21359 vsize=15700992 CPUtime=0.05 cores=0,2,4,6
/proc/21361/task/21365/stat : 21365 (java) S 21359 21361 20915 0 -1 4202560 13945 0 0 0 3 2 0 0 16 0 22 0 522695869 16077815808 199716 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21366] ppid=21359 vsize=15700992 CPUtime=0.05 cores=0,2,4,6
/proc/21361/task/21366/stat : 21366 (java) S 21359 21361 20915 0 -1 4202560 15088 0 0 0 2 3 0 0 16 0 22 0 522695869 16077815808 199716 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21367] ppid=21359 vsize=15700992 CPUtime=0.06 cores=0,2,4,6
/proc/21361/task/21367/stat : 21367 (java) S 21359 21361 20915 0 -1 4202560 15429 0 0 0 3 3 0 0 16 0 22 0 522695869 16077815808 199716 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21368] ppid=21359 vsize=15700992 CPUtime=0.05 cores=0,2,4,6
/proc/21361/task/21368/stat : 21368 (java) S 21359 21361 20915 0 -1 4202560 14015 0 0 0 3 2 0 0 15 0 22 0 522695869 16077815808 199716 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21369] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21369/stat : 21369 (java) S 21359 21361 20915 0 -1 4202560 3912 0 0 0 0 0 0 0 15 0 22 0 522695869 16077815808 199716 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21370] ppid=21359 vsize=15700992 CPUtime=0.05 cores=0,2,4,6
/proc/21361/task/21370/stat : 21370 (java) S 21359 21361 20915 0 -1 4202560 15166 0 0 0 2 3 0 0 15 0 22 0 522695869 16077815808 199716 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21371] ppid=21359 vsize=15700992 CPUtime=0.03 cores=0,2,4,6
/proc/21361/task/21371/stat : 21371 (java) S 21359 21361 20915 0 -1 4202560 9850 0 0 0 2 1 0 0 15 0 22 0 522695869 16077815808 199716 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0

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

[pid=21361/tid=21390] ppid=21359 vsize=15700992 CPUtime=1052.14 cores=0,2,4,6
/proc/21361/task/21390/stat : 21390 (java) R 21359 21361 20915 0 -1 4202560 218746 0 0 0 105182 32 0 0 25 0 22 0 522695925 16077815808 196123 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 18446744073699065989 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21361/tid=21391] ppid=21359 vsize=15700992 CPUtime=1051.12 cores=0,2,4,6
/proc/21361/task/21391/stat : 21391 (java) R 21359 21361 20915 0 -1 4202560 211717 0 0 0 105084 28 0 0 25 0 22 0 522695925 16077815808 196123 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505799734 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21361/tid=21392] ppid=21359 vsize=15700992 CPUtime=1051.75 cores=0,2,4,6
/proc/21361/task/21392/stat : 21392 (java) R 21359 21361 20915 0 -1 4202560 214704 0 0 0 105150 25 0 0 25 0 22 0 522695925 16077815808 196123 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505740099 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4231.6
Current children cumulated vsize (KiB) 15700992

[startup+1122.3 s]
/proc/loadavg: 8.06 8.07 7.95 10/220 21425
/proc/meminfo: memFree=16821208/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=15700992 CPUtime=4470.69 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 1598916 0 1 0 446771 298 0 0 23 0 22 0 522695868 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 3925248 195668 2299 9 0 3915967 0
[pid=21361/tid=21362] ppid=21359 vsize=15700992 CPUtime=1.16 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) S 21359 21361 20915 0 -1 4202560 35642 0 1 0 110 6 0 0 25 0 22 0 522695869 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21364] ppid=21359 vsize=15700992 CPUtime=2.61 cores=0,2,4,6
/proc/21361/task/21364/stat : 21364 (java) S 21359 21361 20915 0 -1 4202560 66219 0 0 0 248 13 0 0 16 0 22 0 522695869 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21365] ppid=21359 vsize=15700992 CPUtime=2.7 cores=0,2,4,6
/proc/21361/task/21365/stat : 21365 (java) S 21359 21361 20915 0 -1 4202560 72461 0 0 0 256 14 0 0 16 0 22 0 522695869 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21366] ppid=21359 vsize=15700992 CPUtime=2.67 cores=0,2,4,6
/proc/21361/task/21366/stat : 21366 (java) S 21359 21361 20915 0 -1 4202560 79149 0 0 0 252 15 0 0 15 0 22 0 522695869 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21367] ppid=21359 vsize=15700992 CPUtime=2.77 cores=0,2,4,6
/proc/21361/task/21367/stat : 21367 (java) S 21359 21361 20915 0 -1 4202560 99225 0 0 0 257 20 0 0 16 0 22 0 522695869 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21368] ppid=21359 vsize=15700992 CPUtime=2.64 cores=0,2,4,6
/proc/21361/task/21368/stat : 21368 (java) S 21359 21361 20915 0 -1 4202560 72215 0 0 0 250 14 0 0 15 0 22 0 522695869 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21369] ppid=21359 vsize=15700992 CPUtime=2.62 cores=0,2,4,6
/proc/21361/task/21369/stat : 21369 (java) S 21359 21361 20915 0 -1 4202560 67644 0 0 0 249 13 0 0 15 0 22 0 522695869 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21370] ppid=21359 vsize=15700992 CPUtime=2.73 cores=0,2,4,6
/proc/21361/task/21370/stat : 21370 (java) S 21359 21361 20915 0 -1 4202560 86412 0 0 0 256 17 0 0 15 0 22 0 522695869 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21371] ppid=21359 vsize=15700992 CPUtime=2.76 cores=0,2,4,6
/proc/21361/task/21371/stat : 21371 (java) S 21359 21361 20915 0 -1 4202560 89642 0 0 0 257 19 0 0 16 0 22 0 522695869 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21377] ppid=21359 vsize=15700992 CPUtime=1.01 cores=0,2,4,6
/proc/21361/task/21377/stat : 21377 (java) S 21359 21361 20915 0 -1 4202560 8568 0 0 0 63 38 0 0 15 0 22 0 522695870 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 0 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21378] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21378/stat : 21378 (java) S 21359 21361 20915 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522695870 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21379] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21379/stat : 21379 (java) S 21359 21361 20915 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522695870 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21380] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21380/stat : 21380 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522695873 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646338993 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21381] ppid=21359 vsize=15700992 CPUtime=0.99 cores=0,2,4,6
/proc/21361/task/21381/stat : 21381 (java) S 21359 21361 20915 0 -1 4202560 7329 0 0 0 99 0 0 0 15 0 22 0 522695873 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21382] ppid=21359 vsize=15700992 CPUtime=1.31 cores=0,2,4,6
/proc/21361/task/21382/stat : 21382 (java) S 21359 21361 20915 0 -1 4202560 13965 0 0 0 130 1 0 0 15 0 22 0 522695873 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21383] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21383/stat : 21383 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522695873 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21384] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21384/stat : 21384 (java) S 21359 21361 20915 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 522695873 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21389] ppid=21359 vsize=15700992 CPUtime=1111.51 cores=0,2,4,6
/proc/21361/task/21389/stat : 21389 (java) R 21359 21361 20915 0 -1 4202560 223218 0 0 0 111121 30 0 0 25 0 22 0 522695925 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 47449503738687 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21361/tid=21390] ppid=21359 vsize=15700992 CPUtime=1111.29 cores=0,2,4,6
/proc/21361/task/21390/stat : 21390 (java) R 21359 21361 20915 0 -1 4202560 228448 0 0 0 111096 33 0 0 25 0 22 0 522695925 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505824878 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21361/tid=21391] ppid=21359 vsize=15700992 CPUtime=1110.56 cores=0,2,4,6
/proc/21361/task/21391/stat : 21391 (java) R 21359 21361 20915 0 -1 4202560 222620 0 0 0 111026 30 0 0 25 0 22 0 522695925 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505799838 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21361/tid=21392] ppid=21359 vsize=15700992 CPUtime=1111.21 cores=0,2,4,6
/proc/21361/task/21392/stat : 21392 (java) R 21359 21361 20915 0 -1 4202560 224708 0 0 0 111093 28 0 0 25 0 22 0 522695925 16077815808 195668 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505739736 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4470.69
Current children cumulated vsize (KiB) 15700992

[startup+1182.3 s]
/proc/loadavg: 7.94 8.04 7.94 9/220 21427
/proc/meminfo: memFree=16752208/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=15700992 CPUtime=4709.72 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 1701598 0 1 0 470656 316 0 0 23 0 22 0 522695868 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 3925248 208597 2299 9 0 3915967 0
[pid=21361/tid=21362] ppid=21359 vsize=15700992 CPUtime=1.16 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) S 21359 21361 20915 0 -1 4202560 35642 0 1 0 110 6 0 0 25 0 22 0 522695869 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21364] ppid=21359 vsize=15700992 CPUtime=2.81 cores=0,2,4,6
/proc/21361/task/21364/stat : 21364 (java) S 21359 21361 20915 0 -1 4202560 71740 0 0 0 266 15 0 0 15 0 22 0 522695869 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21365] ppid=21359 vsize=15700992 CPUtime=2.89 cores=0,2,4,6
/proc/21361/task/21365/stat : 21365 (java) S 21359 21361 20915 0 -1 4202560 76497 0 0 0 275 14 0 0 16 0 22 0 522695869 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21366] ppid=21359 vsize=15700992 CPUtime=2.87 cores=0,2,4,6
/proc/21361/task/21366/stat : 21366 (java) S 21359 21361 20915 0 -1 4202560 84048 0 0 0 271 16 0 0 15 0 22 0 522695869 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21367] ppid=21359 vsize=15700992 CPUtime=2.95 cores=0,2,4,6
/proc/21361/task/21367/stat : 21367 (java) S 21359 21361 20915 0 -1 4202560 104959 0 0 0 274 21 0 0 16 0 22 0 522695869 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21368] ppid=21359 vsize=15700992 CPUtime=2.84 cores=0,2,4,6
/proc/21361/task/21368/stat : 21368 (java) S 21359 21361 20915 0 -1 4202560 76192 0 0 0 270 14 0 0 15 0 22 0 522695869 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21369] ppid=21359 vsize=15700992 CPUtime=2.83 cores=0,2,4,6
/proc/21361/task/21369/stat : 21369 (java) S 21359 21361 20915 0 -1 4202560 73063 0 0 0 269 14 0 0 15 0 22 0 522695869 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21370] ppid=21359 vsize=15700992 CPUtime=2.92 cores=0,2,4,6
/proc/21361/task/21370/stat : 21370 (java) S 21359 21361 20915 0 -1 4202560 93114 0 0 0 273 19 0 0 15 0 22 0 522695869 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21371] ppid=21359 vsize=15700992 CPUtime=2.96 cores=0,2,4,6
/proc/21361/task/21371/stat : 21371 (java) S 21359 21361 20915 0 -1 4202560 95230 0 0 0 277 19 0 0 15 0 22 0 522695869 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21377] ppid=21359 vsize=15700992 CPUtime=1.07 cores=0,2,4,6
/proc/21361/task/21377/stat : 21377 (java) S 21359 21361 20915 0 -1 4202560 8897 0 0 0 67 40 0 0 16 0 22 0 522695870 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 0 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21378] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21378/stat : 21378 (java) S 21359 21361 20915 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522695870 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21379] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21379/stat : 21379 (java) S 21359 21361 20915 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522695870 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21380] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21380/stat : 21380 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522695873 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646338993 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21381] ppid=21359 vsize=15700992 CPUtime=0.99 cores=0,2,4,6
/proc/21361/task/21381/stat : 21381 (java) S 21359 21361 20915 0 -1 4202560 7329 0 0 0 99 0 0 0 15 0 22 0 522695873 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21382] ppid=21359 vsize=15700992 CPUtime=1.31 cores=0,2,4,6
/proc/21361/task/21382/stat : 21382 (java) S 21359 21361 20915 0 -1 4202560 13965 0 0 0 130 1 0 0 15 0 22 0 522695873 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21383] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21383/stat : 21383 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522695873 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21384] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21384/stat : 21384 (java) S 21359 21361 20915 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 522695873 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21389] ppid=21359 vsize=15700992 CPUtime=1170.94 cores=0,2,4,6
/proc/21361/task/21389/stat : 21389 (java) R 21359 21361 20915 0 -1 4202560 237964 0 0 0 117062 32 0 0 25 0 22 0 522695925 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505833980 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21361/tid=21390] ppid=21359 vsize=15700992 CPUtime=1170.56 cores=0,2,4,6
/proc/21361/task/21390/stat : 21390 (java) R 21359 21361 20915 0 -1 4202560 243199 0 0 0 117022 34 0 0 25 0 22 0 522695925 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 47449503740935 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21361/tid=21391] ppid=21359 vsize=15700992 CPUtime=1169.94 cores=0,2,4,6
/proc/21361/task/21391/stat : 21391 (java) R 21359 21361 20915 0 -1 4202560 238002 0 0 0 116963 31 0 0 25 0 22 0 522695925 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21361/tid=21392] ppid=21359 vsize=15700992 CPUtime=1170.5 cores=0,2,4,6
/proc/21361/task/21392/stat : 21392 (java) R 21359 21361 20915 0 -1 4202560 240302 0 0 0 117020 30 0 0 25 0 22 0 522695925 16077815808 208597 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505834126 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4709.72
Current children cumulated vsize (KiB) 15700992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 7.96 8.03 7.94 9/220 21427
/proc/meminfo: memFree=16799692/32951124 swapFree=67111528/67111528
[pid=21361] ppid=21359 vsize=15700992 CPUtime=4800.19 cores=0,2,4,6
/proc/21361/stat : 21361 (java) S 21359 21361 20915 0 -1 4202496 1713493 0 1 0 479699 320 0 0 23 0 22 0 522695868 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 3925248 191174 2299 9 0 3915967 0
[pid=21361/tid=21362] ppid=21359 vsize=15700992 CPUtime=1.16 cores=0,2,4,6
/proc/21361/task/21362/stat : 21362 (java) S 21359 21361 20915 0 -1 4202560 35642 0 1 0 110 6 0 0 25 0 22 0 522695869 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21364] ppid=21359 vsize=15700992 CPUtime=2.87 cores=0,2,4,6
/proc/21361/task/21364/stat : 21364 (java) S 21359 21361 20915 0 -1 4202560 72609 0 0 0 272 15 0 0 15 0 22 0 522695869 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21365] ppid=21359 vsize=15700992 CPUtime=2.95 cores=0,2,4,6
/proc/21361/task/21365/stat : 21365 (java) S 21359 21361 20915 0 -1 4202560 77564 0 0 0 281 14 0 0 15 0 22 0 522695869 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21366] ppid=21359 vsize=15700992 CPUtime=2.96 cores=0,2,4,6
/proc/21361/task/21366/stat : 21366 (java) S 21359 21361 20915 0 -1 4202560 84889 0 0 0 280 16 0 0 16 0 22 0 522695869 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21367] ppid=21359 vsize=15700992 CPUtime=3.04 cores=0,2,4,6
/proc/21361/task/21367/stat : 21367 (java) S 21359 21361 20915 0 -1 4202560 106565 0 0 0 282 22 0 0 15 0 22 0 522695869 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21368] ppid=21359 vsize=15700992 CPUtime=2.93 cores=0,2,4,6
/proc/21361/task/21368/stat : 21368 (java) S 21359 21361 20915 0 -1 4202560 78076 0 0 0 278 15 0 0 16 0 22 0 522695869 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21369] ppid=21359 vsize=15700992 CPUtime=2.92 cores=0,2,4,6
/proc/21361/task/21369/stat : 21369 (java) S 21359 21361 20915 0 -1 4202560 74906 0 0 0 278 14 0 0 15 0 22 0 522695869 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21370] ppid=21359 vsize=15700992 CPUtime=2.98 cores=0,2,4,6
/proc/21361/task/21370/stat : 21370 (java) S 21359 21361 20915 0 -1 4202560 94588 0 0 0 279 19 0 0 16 0 22 0 522695869 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21371] ppid=21359 vsize=15700992 CPUtime=3.02 cores=0,2,4,6
/proc/21361/task/21371/stat : 21371 (java) S 21359 21361 20915 0 -1 4202560 96402 0 0 0 283 19 0 0 16 0 22 0 522695869 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21377] ppid=21359 vsize=15700992 CPUtime=1.09 cores=0,2,4,6
/proc/21361/task/21377/stat : 21377 (java) S 21359 21361 20915 0 -1 4202560 8974 0 0 0 68 41 0 0 15 0 22 0 522695870 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 0 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21378] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21378/stat : 21378 (java) S 21359 21361 20915 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522695870 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21379] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21379/stat : 21379 (java) S 21359 21361 20915 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522695870 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 6 0 0 0
[pid=21361/tid=21380] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21380/stat : 21380 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522695873 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646338993 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21381] ppid=21359 vsize=15700992 CPUtime=0.99 cores=0,2,4,6
/proc/21361/task/21381/stat : 21381 (java) S 21359 21361 20915 0 -1 4202560 7329 0 0 0 99 0 0 0 15 0 22 0 522695873 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 2 0 0 0
[pid=21361/tid=21382] ppid=21359 vsize=15700992 CPUtime=1.31 cores=0,2,4,6
/proc/21361/task/21382/stat : 21382 (java) S 21359 21361 20915 0 -1 4202560 13965 0 0 0 130 1 0 0 15 0 22 0 522695873 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21383] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21383/stat : 21383 (java) S 21359 21361 20915 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522695873 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331289 0 4 0 16800975 18446604453938678848 0 0 -1 4 0 0 0
[pid=21361/tid=21384] ppid=21359 vsize=15700992 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21384/stat : 21384 (java) S 21359 21361 20915 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 522695873 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 216646331904 0 4 0 16800975 18446604453938678848 0 0 -1 0 0 0 0
[pid=21361/tid=21389] ppid=21359 vsize=15700992 CPUtime=1193.43 cores=0,2,4,6
/proc/21361/task/21389/stat : 21389 (java) R 21359 21361 20915 0 -1 4202560 238292 0 0 0 119311 32 0 0 25 0 22 0 522695925 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505596464 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21361/tid=21390] ppid=21359 vsize=15700992 CPUtime=1193.04 cores=0,2,4,6
/proc/21361/task/21390/stat : 21390 (java) R 21359 21361 20915 0 -1 4202560 243521 0 0 0 119269 35 0 0 25 0 22 0 522695925 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505799603 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21361/tid=21391] ppid=21359 vsize=15700992 CPUtime=1192.43 cores=0,2,4,6
/proc/21361/task/21391/stat : 21391 (java) R 21359 21361 20915 0 -1 4202560 238298 0 0 0 119212 31 0 0 25 0 22 0 522695925 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505894495 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21361/tid=21392] ppid=21359 vsize=15700992 CPUtime=1192.88 cores=0,2,4,6
/proc/21361/task/21392/stat : 21392 (java) R 21359 21361 20915 0 -1 4202560 240416 0 0 0 119258 30 0 0 25 0 22 0 522695925 16077815808 191174 33554432000 1073741824 1073778376 140736993662656 18446744073709551615 46912505839220 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 15700992

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): 1205.05
CPU time (s): 4800.26
CPU user time (s): 4797.02
CPU system time (s): 3.24251
CPU usage (%): 398.345
Max. virtual memory (cumulated for all children) (KiB): 15710004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.02
system time used= 3.24251
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1713520
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= 102998
involuntary context switches= 78600

runsolver used 1.9527 second user time and 4.66129 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 23:02:13
IDJOB=3311128
IDBENCH=82513
IDSOLVER=1698
FILE ID=node103/3311128-1304110932
RUNJOBID= node103-1304110932-21329
PBS_JOBID= 13170666
Free space on /tmp= 71516 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S832901479-042-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311128-1304110932/watcher-3311128-1304110932 -o /tmp/evaluation-result-3311128-1304110932/solver-3311128-1304110932 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311128-1304110932.cnf -hbr 2

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

MD5SUM BENCH= a5a87dc48ba0573fb8f2b8721bafcab2
RANDOM SEED=283411367

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17896464 kB
Buffers:       2149368 kB
Cached:       12252216 kB
SwapCached:          0 kB
Active:        5599024 kB
Inactive:      8872416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17896464 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4752 kB
Writeback:           0 kB
AnonPages:       69004 kB
Mapped:          20688 kB
Slab:           519976 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   771072 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= 71512 MiB
End job on node103 at 2011-04-29 23:22:20