Trace number 3312419

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.84 1206.51

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S493397373-056-UNKNOWN.cnf
MD5SUM53ba9a0375ae9f5fbde617f9de32bf14
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.2716
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	54:15 INFO : Reading from input HOME/instance-3312419-1304114055.cnf
0.83/0.61	Executor set job limit to 1000000
0.83/0.61	Executor set job limit to 1000000
0.83/0.61	Executor set job limit to 1000000
0.83/0.61	Executor set job limit to 1000000
0.83/0.61	Starting Executor!
0.83/0.61	Starting Executor!
0.83/0.61	Starting Executor!
0.83/0.61	Starting Executor!
3.26/1.71	54:16 INFO : 19936 variables remaining out of 20000
3.26/1.71	54:16 INFO : 334476 literals remaining out of 336000

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

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

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


[startup+0 s]
/proc/loadavg: 3.63 3.84 4.25 2/194 17276
/proc/meminfo: memFree=23075496/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/17276/stat : 17276 (java) S 17274 17276 16386 0 -1 4202496 1424 0 0 0 0 0 0 0 21 0 2 0 523005914 27824128 894 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458747877 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 6793 894 684 9 0 381 0
[pid=17276/tid=17277] ppid=17274 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17277/stat : 17277 (java) R 17274 17276 16386 0 -1 4202560 71 0 0 0 0 0 0 0 22 0 2 0 523005914 29065216 898 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244442021511 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.063972 s]
/proc/loadavg: 3.63 3.84 4.25 2/194 17276
/proc/meminfo: memFree=23075496/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/17276/stat : 17276 (java) S 17274 17276 16386 0 -1 4202496 4324 0 1 0 4 1 0 0 21 0 18 0 523005914 15984414720 3763 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 3902445 3764 1778 9 0 3893164 0
[pid=17276/tid=17277] ppid=17274 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/17276/task/17277/stat : 17277 (java) R 17274 17276 16386 0 -1 4202560 2907 0 1 0 4 0 0 0 25 0 18 0 523005914 15984414720 3764 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 47274386523672 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100975 s]
/proc/loadavg: 3.63 3.84 4.25 2/194 17276
/proc/meminfo: memFree=23075496/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=15676788 CPUtime=0.1 cores=0,2,4,6
/proc/17276/stat : 17276 (java) S 17274 17276 16386 0 -1 4202496 5596 0 1 0 9 1 0 0 21 0 18 0 523005914 16053030912 5017 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 3919197 5018 2117 9 0 3909916 0
[pid=17276/tid=17277] ppid=17274 vsize=15676788 CPUtime=0.09 cores=0,2,4,6
/proc/17276/task/17277/stat : 17277 (java) R 17274 17276 16386 0 -1 4202560 3468 0 1 0 8 1 0 0 18 0 18 0 523005914 16053030912 5018 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458771915 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676788

[startup+0.300927 s]
/proc/loadavg: 3.63 3.84 4.25 2/194 17276
/proc/meminfo: memFree=23075496/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=15683500 CPUtime=0.52 cores=0,2,4,6
/proc/17276/stat : 17276 (java) S 17274 17276 16386 0 -1 4202496 15893 0 1 0 50 2 0 0 21 0 18 0 523005914 16059904000 14096 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 3920875 14102 2206 9 0 3911594 0
[pid=17276/tid=17277] ppid=17274 vsize=15683500 CPUtime=0.28 cores=0,2,4,6
/proc/17276/task/17277/stat : 17277 (java) R 17274 17276 16386 0 -1 4202560 10657 0 1 0 26 2 0 0 18 0 18 0 523005914 16059904000 14105 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505588642 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15683500

[startup+0.700853 s]
/proc/loadavg: 3.63 3.84 4.25 2/194 17276
/proc/meminfo: memFree=23075496/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=15687612 CPUtime=1.04 cores=0,2,4,6
/proc/17276/stat : 17276 (java) S 17274 17276 16386 0 -1 4202496 43443 0 1 0 98 6 0 0 21 0 22 0 523005914 16064114688 41416 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 3921903 41416 2239 9 0 3912622 0
[pid=17276/tid=17277] ppid=17274 vsize=15687612 CPUtime=0.68 cores=0,2,4,6
/proc/17276/task/17277/stat : 17277 (java) R 17274 17276 16386 0 -1 4202560 35631 0 1 0 63 5 0 0 19 0 22 0 523005914 16064114688 41416 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505673267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 15687612

[startup+1.50168 s]
/proc/loadavg: 3.63 3.84 4.25 6/220 17302
/proc/meminfo: memFree=22726636/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=15687160 CPUtime=2.85 cores=0,2,4,6
/proc/17276/stat : 17276 (java) S 17274 17276 16386 0 -1 4202496 55444 0 1 0 278 7 0 0 21 0 22 0 523005914 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 3921790 48476 2265 9 0 3912509 0
[pid=17276/tid=17277] ppid=17274 vsize=15687160 CPUtime=1.48 cores=0,2,4,6
/proc/17276/task/17277/stat : 17277 (java) R 17274 17276 16386 0 -1 4202560 35674 0 1 0 143 5 0 0 18 0 22 0 523005914 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505216289 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17276/tid=17279] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17279/stat : 17279 (java) S 17274 17276 16386 0 -1 4202560 892 0 0 0 0 0 0 0 16 0 22 0 523005915 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17280] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17280/stat : 17280 (java) S 17274 17276 16386 0 -1 4202560 353 0 0 0 0 0 0 0 18 0 22 0 523005915 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17281] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17281/stat : 17281 (java) S 17274 17276 16386 0 -1 4202560 198 0 0 0 0 0 0 0 19 0 22 0 523005915 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17282] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17282/stat : 17282 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523005915 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17283] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17283/stat : 17283 (java) S 17274 17276 16386 0 -1 4202560 514 0 0 0 0 0 0 0 19 0 22 0 523005915 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17284] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17284/stat : 17284 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523005915 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17285] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17285/stat : 17285 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523005915 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17286] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17286/stat : 17286 (java) S 17274 17276 16386 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 22 0 523005915 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17287] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17287/stat : 17287 (java) S 17274 17276 16386 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 523005916 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 0 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17288] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17288/stat : 17288 (java) S 17274 17276 16386 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 523005916 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17289] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17289/stat : 17289 (java) S 17274 17276 16386 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 523005916 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17290] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17290/stat : 17290 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523005918 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458768817 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17291] ppid=17274 vsize=15687160 CPUtime=0.48 cores=0,2,4,6
/proc/17276/task/17291/stat : 17291 (java) S 17274 17276 16386 0 -1 4202560 3928 0 0 0 48 0 0 0 15 0 22 0 523005918 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 2 0 0 0
[pid=17276/tid=17292] ppid=17274 vsize=15687160 CPUtime=0.86 cores=0,2,4,6
/proc/17276/task/17292/stat : 17292 (java) R 17274 17276 16386 0 -1 4202560 12366 0 0 0 85 1 0 0 24 0 22 0 523005918 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 47274384283654 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17276/tid=17293] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17293/stat : 17293 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523005918 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17294] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17294/stat : 17294 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523005918 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17299] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17299/stat : 17299 (java) S 17274 17276 16386 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 523005975 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17300] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17300/stat : 17300 (java) S 17274 17276 16386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523005975 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17301] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17301/stat : 17301 (java) S 17274 17276 16386 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523005975 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17302] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17302/stat : 17302 (java) S 17274 17276 16386 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 523005975 16063651840 48476 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 15687160

[startup+3.10132 s]
/proc/loadavg: 4.06 3.93 4.27 7/220 17302
/proc/meminfo: memFree=22617516/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=15687160 CPUtime=7.68 cores=0,2,4,6
/proc/17276/stat : 17276 (java) S 17274 17276 16386 0 -1 4202496 88724 0 1 0 755 13 0 0 21 0 22 0 523005914 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 3921790 81618 2274 9 0 3912509 0
[pid=17276/tid=17277] ppid=17274 vsize=15687160 CPUtime=1.69 cores=0,2,4,6
/proc/17276/task/17277/stat : 17277 (java) S 17274 17276 16386 0 -1 4202560 35697 0 1 0 164 5 0 0 18 0 22 0 523005914 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17279] ppid=17274 vsize=15687160 CPUtime=0.01 cores=0,2,4,6
/proc/17276/task/17279/stat : 17279 (java) S 17274 17276 16386 0 -1 4202560 2373 0 0 0 1 0 0 0 15 0 22 0 523005915 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17280] ppid=17274 vsize=15687160 CPUtime=0.04 cores=0,2,4,6
/proc/17276/task/17280/stat : 17280 (java) S 17274 17276 16386 0 -1 4202560 7412 0 0 0 3 1 0 0 15 0 22 0 523005915 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17281] ppid=17274 vsize=15687160 CPUtime=0.01 cores=0,2,4,6
/proc/17276/task/17281/stat : 17281 (java) S 17274 17276 16386 0 -1 4202560 1969 0 0 0 1 0 0 0 15 0 22 0 523005915 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17282] ppid=17274 vsize=15687160 CPUtime=0.03 cores=0,2,4,6
/proc/17276/task/17282/stat : 17282 (java) S 17274 17276 16386 0 -1 4202560 6668 0 0 0 3 0 0 0 15 0 22 0 523005915 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 2 0 0 0
[pid=17276/tid=17283] ppid=17274 vsize=15687160 CPUtime=0.01 cores=0,2,4,6
/proc/17276/task/17283/stat : 17283 (java) S 17274 17276 16386 0 -1 4202560 3799 0 0 0 1 0 0 0 15 0 22 0 523005915 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17284] ppid=17274 vsize=15687160 CPUtime=0.03 cores=0,2,4,6
/proc/17276/task/17284/stat : 17284 (java) S 17274 17276 16386 0 -1 4202560 4711 0 0 0 3 0 0 0 16 0 22 0 523005915 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17285] ppid=17274 vsize=15687160 CPUtime=0.02 cores=0,2,4,6
/proc/17276/task/17285/stat : 17285 (java) S 17274 17276 16386 0 -1 4202560 3917 0 0 0 2 0 0 0 16 0 22 0 523005915 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17286] ppid=17274 vsize=15687160 CPUtime=0.01 cores=0,2,4,6
/proc/17276/task/17286/stat : 17286 (java) S 17274 17276 16386 0 -1 4202560 4159 0 0 0 1 0 0 0 15 0 22 0 523005915 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17287] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17287/stat : 17287 (java) S 17274 17276 16386 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 22 0 523005916 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 0 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17288] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17288/stat : 17288 (java) S 17274 17276 16386 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 523005916 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17289] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17289/stat : 17289 (java) S 17274 17276 16386 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 523005916 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17290] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17290/stat : 17290 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523005918 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458768817 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17291] ppid=17274 vsize=15687160 CPUtime=0.75 cores=0,2,4,6
/proc/17276/task/17291/stat : 17291 (java) S 17274 17276 16386 0 -1 4202560 3966 0 0 0 75 0 0 0 15 0 22 0 523005918 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17292] ppid=17274 vsize=15687160 CPUtime=1.2 cores=0,2,4,6
/proc/17276/task/17292/stat : 17292 (java) S 17274 17276 16386 0 -1 4202560 12424 0 0 0 119 1 0 0 24 0 22 0 523005918 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17293] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17293/stat : 17293 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523005918 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17294] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17294/stat : 17294 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523005918 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17299] ppid=17274 vsize=15687160 CPUtime=1.01 cores=0,2,4,6
/proc/17276/task/17299/stat : 17299 (java) R 17274 17276 16386 0 -1 4202560 25 0 0 0 101 0 0 0 16 0 22 0 523005975 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912506341063 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17276/tid=17300] ppid=17274 vsize=15687160 CPUtime=0.86 cores=0,2,4,6
/proc/17276/task/17300/stat : 17300 (java) R 17274 17276 16386 0 -1 4202560 9 0 0 0 86 0 0 0 16 0 22 0 523005975 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912506208376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17276/tid=17301] ppid=17274 vsize=15687160 CPUtime=0.91 cores=0,2,4,6
/proc/17276/task/17301/stat : 17301 (java) R 17274 17276 16386 0 -1 4202560 11 0 0 0 91 0 0 0 16 0 22 0 523005975 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912506288616 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17276/tid=17302] ppid=17274 vsize=15687160 CPUtime=0.96 cores=0,2,4,6
/proc/17276/task/17302/stat : 17302 (java) R 17274 17276 16386 0 -1 4202560 15 0 0 0 96 0 0 0 16 0 22 0 523005975 16063651840 81618 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 47274387280945 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 15687160

[startup+6.30072 s]
/proc/loadavg: 4.06 3.93 4.27 9/220 17302
/proc/meminfo: memFree=21048988/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=15687160 CPUtime=20.42 cores=0,2,4,6
/proc/17276/stat : 17276 (java) S 17274 17276 16386 0 -1 4202496 237664 0 1 0 2006 36 0 0 21 0 22 0 523005914 16063651840 228962 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 3921790 228962 2274 9 0 3912509 0
[pid=17276/tid=17277] ppid=17274 vsize=15687160 CPUtime=1.69 cores=0,2,4,6
/proc/17276/task/17277/stat : 17277 (java) S 17274 17276 16386 0 -1 4202560 35697 0 1 0 164 5 0 0 18 0 22 0 523005914 16063651840 228962 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17279] ppid=17274 vsize=15687160 CPUtime=0.12 cores=0,2,4,6
/proc/17276/task/17279/stat : 17279 (java) S 17274 17276 16386 0 -1 4202560 21430 0 0 0 9 3 0 0 16 0 22 0 523005915 16063651840 228962 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 2 0 0 0
[pid=17276/tid=17280] ppid=17274 vsize=15687160 CPUtime=0.07 cores=0,2,4,6
/proc/17276/task/17280/stat : 17280 (java) S 17274 17276 16386 0 -1 4202560 16979 0 0 0 4 3 0 0 16 0 22 0 523005915 16063651840 228962 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 2 0 0 0
[pid=17276/tid=17281] ppid=17274 vsize=15687160 CPUtime=0.06 cores=0,2,4,6
/proc/17276/task/17281/stat : 17281 (java) S 17274 17276 16386 0 -1 4202560 14395 0 0 0 4 2 0 0 15 0 22 0 523005915 16063651840 228962 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17282] ppid=17274 vsize=15687160 CPUtime=0.09 cores=0,2,4,6
/proc/17276/task/17282/stat : 17282 (java) S 17274 17276 16386 0 -1 4202560 19231 0 0 0 6 3 0 0 16 0 22 0 523005915 16063651840 228962 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17283] ppid=17274 vsize=15687160 CPUtime=0.07 cores=0,2,4,6
/proc/17276/task/17283/stat : 17283 (java) S 17274 17276 16386 0 -1 4202560 17104 0 0 0 5 2 0 0 15 0 22 0 523005915 16063651840 228962 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17284] ppid=17274 vsize=15687160 CPUtime=0.08 cores=0,2,4,6
/proc/17276/task/17284/stat : 17284 (java) S 17274 17276 16386 0 -1 4202560 18043 0 0 0 5 3 0 0 15 0 22 0 523005915 16063651840 228962 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17285] ppid=17274 vsize=15687160 CPUtime=0.07 cores=0,2,4,6
/proc/17276/task/17285/stat : 17285 (java) S 17274 17276 16386 0 -1 4202560 18045 0 0 0 5 2 0 0 16 0 22 0 523005915 16063651840 228962 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17286] ppid=17274 vsize=15687160 CPUtime=0.04 cores=0,2,4,6
/proc/17276/task/17286/stat : 17286 (java) S 17274 17276 16386 0 -1 4202560 10740 0 0 0 3 1 0 0 15 0 22 0 523005915 16063651840 228962 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 2 0 0 0

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

[pid=17276/tid=17287] ppid=17274 vsize=15687160 CPUtime=4 cores=0,2,4,6
/proc/17276/task/17287/stat : 17287 (java) S 17274 17276 16386 0 -1 4202560 538121 0 0 0 333 67 0 0 15 0 22 0 523005916 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 0 0 16800975 18446604453855406976 0 0 -1 2 0 0 0
[pid=17276/tid=17288] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17288/stat : 17288 (java) S 17274 17276 16386 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 523005916 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17289] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17289/stat : 17289 (java) S 17274 17276 16386 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 523005916 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17290] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17290/stat : 17290 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523005918 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458768817 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17291] ppid=17274 vsize=15687160 CPUtime=1.12 cores=0,2,4,6
/proc/17276/task/17291/stat : 17291 (java) S 17274 17276 16386 0 -1 4202560 4010 0 0 0 112 0 0 0 15 0 22 0 523005918 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17292] ppid=17274 vsize=15687160 CPUtime=1.33 cores=0,2,4,6
/proc/17276/task/17292/stat : 17292 (java) S 17274 17276 16386 0 -1 4202560 12428 0 0 0 132 1 0 0 16 0 22 0 523005918 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17293] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17293/stat : 17293 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523005918 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17294] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17294/stat : 17294 (java) S 17274 17276 16386 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523005918 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17299] ppid=17274 vsize=15687160 CPUtime=1104.81 cores=0,2,4,6
/proc/17276/task/17299/stat : 17299 (java) R 17274 17276 16386 0 -1 4202560 98792 0 0 0 110470 11 0 0 25 0 22 0 523005975 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505941350 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17276/tid=17300] ppid=17274 vsize=15687160 CPUtime=1106.84 cores=0,2,4,6
/proc/17276/task/17300/stat : 17300 (java) R 17274 17276 16386 0 -1 4202560 85875 0 0 0 110673 11 0 0 25 0 22 0 523005975 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505781524 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17276/tid=17301] ppid=17274 vsize=15687160 CPUtime=1103.98 cores=0,2,4,6
/proc/17276/task/17301/stat : 17301 (java) R 17274 17276 16386 0 -1 4202560 89359 0 0 0 110387 11 0 0 25 0 22 0 523005975 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912506353514 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17276/tid=17302] ppid=17274 vsize=15687160 CPUtime=1106.87 cores=0,2,4,6
/proc/17276/task/17302/stat : 17302 (java) R 17274 17276 16386 0 -1 4202560 96988 0 0 0 110676 11 0 0 25 0 22 0 523005975 16063651840 3338883 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505752424 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4465.97
Current children cumulated vsize (KiB) 15687160

[startup+1182.3 s]
/proc/loadavg: 8.09 8.06 7.04 9/220 17346
/proc/meminfo: memFree=1512748/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=15687160 CPUtime=4705.63 cores=0,2,4,6
/proc/17276/stat : 17276 (java) S 17274 17276 16386 0 -1 4202496 3686944 0 1 0 469948 615 0 0 21 0 22 0 523005914 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 3921790 3440190 2292 9 0 3912509 0
[pid=17276/tid=17277] ppid=17274 vsize=15687160 CPUtime=1.69 cores=0,2,4,6
/proc/17276/task/17277/stat : 17277 (java) S 17274 17276 16386 0 -1 4202560 35697 0 1 0 164 5 0 0 18 0 22 0 523005914 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17279] ppid=17274 vsize=15687160 CPUtime=3.88 cores=0,2,4,6
/proc/17276/task/17279/stat : 17279 (java) S 17274 17276 16386 0 -1 4202560 270380 0 0 0 338 50 0 0 15 0 22 0 523005915 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17280] ppid=17274 vsize=15687160 CPUtime=3.96 cores=0,2,4,6
/proc/17276/task/17280/stat : 17280 (java) S 17274 17276 16386 0 -1 4202560 279464 0 0 0 343 53 0 0 16 0 22 0 523005915 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17281] ppid=17274 vsize=15687160 CPUtime=4.81 cores=0,2,4,6
/proc/17276/task/17281/stat : 17281 (java) S 17274 17276 16386 0 -1 4202560 374387 0 0 0 414 67 0 0 16 0 22 0 523005915 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17282] ppid=17274 vsize=15687160 CPUtime=4.94 cores=0,2,4,6
/proc/17276/task/17282/stat : 17282 (java) S 17274 17276 16386 0 -1 4202560 364249 0 0 0 430 64 0 0 16 0 22 0 523005915 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 2 0 0 0
[pid=17276/tid=17283] ppid=17274 vsize=15687160 CPUtime=4.99 cores=0,2,4,6
/proc/17276/task/17283/stat : 17283 (java) S 17274 17276 16386 0 -1 4202560 372673 0 0 0 432 67 0 0 16 0 22 0 523005915 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17284] ppid=17274 vsize=15687160 CPUtime=4.9 cores=0,2,4,6
/proc/17276/task/17284/stat : 17284 (java) S 17274 17276 16386 0 -1 4202560 387437 0 0 0 418 72 0 0 16 0 22 0 523005915 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17285] ppid=17274 vsize=15687160 CPUtime=4.4 cores=0,2,4,6
/proc/17276/task/17285/stat : 17285 (java) S 17274 17276 16386 0 -1 4202560 316916 0 0 0 384 56 0 0 16 0 22 0 523005915 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17286] ppid=17274 vsize=15687160 CPUtime=4.64 cores=0,2,4,6
/proc/17276/task/17286/stat : 17286 (java) S 17274 17276 16386 0 -1 4202560 358658 0 0 0 404 60 0 0 16 0 22 0 523005915 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17287] ppid=17274 vsize=15687160 CPUtime=4 cores=0,2,4,6
/proc/17276/task/17287/stat : 17287 (java) S 17274 17276 16386 0 -1 4202560 538173 0 0 0 333 67 0 0 15 0 22 0 523005916 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 0 0 16800975 18446604453855406976 0 0 -1 2 0 0 0
[pid=17276/tid=17288] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17288/stat : 17288 (java) S 17274 17276 16386 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 523005916 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17289] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17289/stat : 17289 (java) S 17274 17276 16386 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 523005916 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17290] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17290/stat : 17290 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523005918 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458768817 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17291] ppid=17274 vsize=15687160 CPUtime=1.12 cores=0,2,4,6
/proc/17276/task/17291/stat : 17291 (java) S 17274 17276 16386 0 -1 4202560 4012 0 0 0 112 0 0 0 15 0 22 0 523005918 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17292] ppid=17274 vsize=15687160 CPUtime=1.33 cores=0,2,4,6
/proc/17276/task/17292/stat : 17292 (java) S 17274 17276 16386 0 -1 4202560 12428 0 0 0 132 1 0 0 16 0 22 0 523005918 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17293] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17293/stat : 17293 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523005918 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17294] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17294/stat : 17294 (java) S 17274 17276 16386 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523005918 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17299] ppid=17274 vsize=15687160 CPUtime=1164.47 cores=0,2,4,6
/proc/17276/task/17299/stat : 17299 (java) R 17274 17276 16386 0 -1 4202560 98793 0 0 0 116436 11 0 0 25 0 22 0 523005975 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505919355 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17276/tid=17300] ppid=17274 vsize=15687160 CPUtime=1166.49 cores=0,2,4,6
/proc/17276/task/17300/stat : 17300 (java) R 17274 17276 16386 0 -1 4202560 85875 0 0 0 116638 11 0 0 25 0 22 0 523005975 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912506287753 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17276/tid=17301] ppid=17274 vsize=15687160 CPUtime=1163.64 cores=0,2,4,6
/proc/17276/task/17301/stat : 17301 (java) R 17274 17276 16386 0 -1 4202560 89360 0 0 0 116353 11 0 0 25 0 22 0 523005975 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505752405 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17276/tid=17302] ppid=17274 vsize=15687160 CPUtime=1166.21 cores=0,2,4,6
/proc/17276/task/17302/stat : 17302 (java) R 17274 17276 16386 0 -1 4202560 96989 0 0 0 116610 11 0 0 25 0 22 0 523005975 16063651840 3440190 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505919378 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4705.63
Current children cumulated vsize (KiB) 15687160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206 s]
/proc/loadavg: 8.20 8.08 7.08 5/194 17366
/proc/meminfo: memFree=9352676/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=15687160 CPUtime=4800.31 cores=0,2,4,6
/proc/17276/stat : 17276 (java) S 17274 17276 16386 0 -1 4202496 3686988 0 1 0 479416 615 0 0 21 0 22 0 523005914 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 3921790 3428352 2292 9 0 3912509 0
[pid=17276/tid=17277] ppid=17274 vsize=15687160 CPUtime=1.69 cores=0,2,4,6
/proc/17276/task/17277/stat : 17277 (java) S 17274 17276 16386 0 -1 4202560 35697 0 1 0 164 5 0 0 18 0 22 0 523005914 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17279] ppid=17274 vsize=15687160 CPUtime=3.96 cores=0,2,4,6
/proc/17276/task/17279/stat : 17279 (java) S 17274 17276 16386 0 -1 4202560 270380 0 0 0 346 50 0 0 16 0 22 0 523005915 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17280] ppid=17274 vsize=15687160 CPUtime=4.02 cores=0,2,4,6
/proc/17276/task/17280/stat : 17280 (java) S 17274 17276 16386 0 -1 4202560 279464 0 0 0 349 53 0 0 16 0 22 0 523005915 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17281] ppid=17274 vsize=15687160 CPUtime=4.97 cores=0,2,4,6
/proc/17276/task/17281/stat : 17281 (java) S 17274 17276 16386 0 -1 4202560 374387 0 0 0 430 67 0 0 16 0 22 0 523005915 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17282] ppid=17274 vsize=15687160 CPUtime=5.11 cores=0,2,4,6
/proc/17276/task/17282/stat : 17282 (java) S 17274 17276 16386 0 -1 4202560 364249 0 0 0 447 64 0 0 16 0 22 0 523005915 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17283] ppid=17274 vsize=15687160 CPUtime=5 cores=0,2,4,6
/proc/17276/task/17283/stat : 17283 (java) S 17274 17276 16386 0 -1 4202560 372673 0 0 0 433 67 0 0 15 0 22 0 523005915 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17284] ppid=17274 vsize=15687160 CPUtime=5 cores=0,2,4,6
/proc/17276/task/17284/stat : 17284 (java) S 17274 17276 16386 0 -1 4202560 387474 0 0 0 428 72 0 0 16 0 22 0 523005915 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17285] ppid=17274 vsize=15687160 CPUtime=4.51 cores=0,2,4,6
/proc/17276/task/17285/stat : 17285 (java) S 17274 17276 16386 0 -1 4202560 316916 0 0 0 395 56 0 0 16 0 22 0 523005915 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17286] ppid=17274 vsize=15687160 CPUtime=4.67 cores=0,2,4,6
/proc/17276/task/17286/stat : 17286 (java) S 17274 17276 16386 0 -1 4202560 358659 0 0 0 407 60 0 0 15 0 22 0 523005915 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17287] ppid=17274 vsize=15687160 CPUtime=4 cores=0,2,4,6
/proc/17276/task/17287/stat : 17287 (java) S 17274 17276 16386 0 -1 4202560 538175 0 0 0 333 67 0 0 15 0 22 0 523005916 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 0 0 16800975 18446604453855406976 0 0 -1 2 0 0 0
[pid=17276/tid=17288] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17288/stat : 17288 (java) S 17274 17276 16386 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 523005916 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17289] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17289/stat : 17289 (java) S 17274 17276 16386 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 523005916 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17290] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17290/stat : 17290 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523005918 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458768817 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17291] ppid=17274 vsize=15687160 CPUtime=1.12 cores=0,2,4,6
/proc/17276/task/17291/stat : 17291 (java) S 17274 17276 16386 0 -1 4202560 4012 0 0 0 112 0 0 0 15 0 22 0 523005918 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 0 0 0 0
[pid=17276/tid=17292] ppid=17274 vsize=15687160 CPUtime=1.33 cores=0,2,4,6
/proc/17276/task/17292/stat : 17292 (java) S 17274 17276 16386 0 -1 4202560 12428 0 0 0 132 1 0 0 16 0 22 0 523005918 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17293] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17293/stat : 17293 (java) S 17274 17276 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523005918 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761113 0 4 0 16800975 18446604453855406976 0 0 -1 4 0 0 0
[pid=17276/tid=17294] ppid=17274 vsize=15687160 CPUtime=0 cores=0,2,4,6
/proc/17276/task/17294/stat : 17294 (java) S 17274 17276 16386 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 523005918 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 244458761728 0 4 0 16800975 18446604453855406976 0 0 -1 6 0 0 0
[pid=17276/tid=17299] ppid=17274 vsize=15687160 CPUtime=1187.99 cores=0,2,4,6
/proc/17276/task/17299/stat : 17299 (java) R 17274 17276 16386 0 -1 4202560 98794 0 0 0 118788 11 0 0 25 0 22 0 523005975 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505919321 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17276/tid=17300] ppid=17274 vsize=15687160 CPUtime=1190.02 cores=0,2,4,6
/proc/17276/task/17300/stat : 17300 (java) R 17274 17276 16386 0 -1 4202560 85875 0 0 0 118991 11 0 0 25 0 22 0 523005975 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505919304 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17276/tid=17301] ppid=17274 vsize=15687160 CPUtime=1187.16 cores=0,2,4,6
/proc/17276/task/17301/stat : 17301 (java) R 17274 17276 16386 0 -1 4202560 89361 0 0 0 118705 11 0 0 25 0 22 0 523005975 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505603830 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17276/tid=17302] ppid=17274 vsize=15687160 CPUtime=1189.59 cores=0,2,4,6
/proc/17276/task/17302/stat : 17302 (java) R 17274 17276 16386 0 -1 4202560 96989 0 0 0 118948 11 0 0 25 0 22 0 523005975 16063651840 3428352 33554432000 1073741824 1073778376 140737309253456 18446744073709551615 46912505585927 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 15687160

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

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

[startup+1206.2 s]
/proc/loadavg: 8.20 8.08 7.08 5/194 17366
/proc/meminfo: memFree=9352676/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=0 CPUtime=4800.52 cores=0,2,4,6
/proc/17276/stat : 17276 (java) Z 17274 17276 16386 0 -1 4203548 3687014 0 1 0 479418 634 0 0 17 0 2 0 523005914 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 0 0 0 0 0 0 0
[pid=17276/tid=17300] ppid=17274 vsize=0 CPUtime=1190.22 cores=0,2,4,6
/proc/17276/task/17300/stat : 17300 (java) R 17274 17276 16386 0 -1 4203588 85875 0 0 0 118992 30 0 0 25 0 2 0 523005975 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.52
Current children cumulated vsize (KiB) 0

[startup+1206.4 s]
/proc/loadavg: 8.20 8.08 7.08 5/194 17366
/proc/meminfo: memFree=9352676/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=0 CPUtime=4800.72 cores=0,2,4,6
/proc/17276/stat : 17276 (java) Z 17274 17276 16386 0 -1 4203548 3687014 0 1 0 479418 654 0 0 17 0 2 0 523005914 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 0 0 0 0 0 0 0
[pid=17276/tid=17300] ppid=17274 vsize=0 CPUtime=1190.42 cores=0,2,4,6
/proc/17276/task/17300/stat : 17300 (java) R 17274 17276 16386 0 -1 4203588 85875 0 0 0 118992 50 0 0 25 0 2 0 523005975 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.72
Current children cumulated vsize (KiB) 0

[startup+1206.5 s]
/proc/loadavg: 8.20 8.08 7.08 5/194 17366
/proc/meminfo: memFree=9352676/32951124 swapFree=67111524/67111528
[pid=17276] ppid=17274 vsize=0 CPUtime=4800.82 cores=0,2,4,6
/proc/17276/stat : 17276 (java) Z 17274 17276 16386 0 -1 4203548 3687014 0 1 0 479418 664 0 0 17 0 2 0 523005914 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17276/statm: 0 0 0 0 0 0 0
[pid=17276/tid=17300] ppid=17274 vsize=0 CPUtime=1190.52 cores=0,2,4,6
/proc/17276/task/17300/stat : 17300 (java) R 17274 17276 16386 0 -1 4203588 85875 0 0 0 118992 60 0 0 25 0 2 0 523005975 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.82
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1206.51
CPU time (s): 4800.84
CPU user time (s): 4794.18
CPU system time (s): 6.65299
CPU usage (%): 397.91
Max. virtual memory (cumulated for all children) (KiB): 15692568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.18
system time used= 6.65299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3687014
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= 29015
involuntary context switches= 65652

runsolver used 2.07069 second user time and 4.56331 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 23:54:15
IDJOB=3312419
IDBENCH=82604
IDSOLVER=1699
FILE ID=node105/3312419-1304114055
RUNJOBID= node105-1304114054-17239
PBS_JOBID= 13170654
Free space on /tmp= 71936 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S493397373-056-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312419-1304114055/watcher-3312419-1304114055 -o /tmp/evaluation-result-3312419-1304114055/solver-3312419-1304114055 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312419-1304114055.cnf

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

MD5SUM BENCH= 53ba9a0375ae9f5fbde617f9de32bf14
RANDOM SEED=2135540062

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      23075792 kB
Buffers:       2158992 kB
Cached:        7098700 kB
SwapCached:          4 kB
Active:         578012 kB
Inactive:      8750412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23075792 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5516 kB
Writeback:           0 kB
AnonPages:       70556 kB
Mapped:          21088 kB
Slab:           483436 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   776224 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= 71936 MiB
End job on node105 at 2011-04-30 00:14:23