Trace number 3312350

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.45 1203.52

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S715182559-083-UNKNOWN.cnf
MD5SUM1ae73e64babd5796adef68295bcaa14f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark89.3534
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.09/0.13	12:35 INFO : Reading from input HOME/instance-3312350-1304111555.cnf
0.60/0.47	Executor set job limit to 1000000
0.60/0.47	Executor set job limit to 1000000
0.60/0.47	Executor set job limit to 1000000
0.60/0.47	Executor set job limit to 1000000
0.60/0.48	Starting Executor!
0.60/0.48	Starting Executor!
0.60/0.48	Starting Executor!
0.60/0.48	Starting Executor!
2.00/1.11	12:36 INFO : 1500 variables remaining out of 1500
2.00/1.11	12:36 INFO : 180000 literals remaining out of 180000

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

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

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


[startup+0 s]
/proc/loadavg: 4.20 6.54 7.43 2/177 5348
/proc/meminfo: memFree=31068500/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 1413 0 0 0 0 0 0 0 20 0 2 0 255346791 26714112 885 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 6522 885 678 9 0 381 0
[pid=5347/tid=5350] ppid=5345 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) S 5345 5347 4889 0 -1 4202560 66 0 0 0 0 0 0 0 21 0 2 0 255346792 27824128 894 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268655738503 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.097155 s]
/proc/loadavg: 4.20 6.54 7.43 2/177 5348
/proc/meminfo: memFree=31068500/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=15675632 CPUtime=0.09 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 5402 0 1 0 8 1 0 0 20 0 18 0 255346791 16051847168 4818 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 3918908 4818 2116 9 0 3909627 0
[pid=5347/tid=5350] ppid=5345 vsize=15675632 CPUtime=0.06 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) R 5345 5347 4889 0 -1 4202560 3254 0 1 0 6 0 0 0 18 0 18 0 255346792 16051847168 4819 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 47196471572499 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15675632

[startup+0.101177 s]
/proc/loadavg: 4.20 6.54 7.43 2/177 5348
/proc/meminfo: memFree=31068500/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=15675632 CPUtime=0.09 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 5467 0 1 0 8 1 0 0 20 0 18 0 255346791 16051847168 4883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 3918908 4883 2116 9 0 3909627 0
[pid=5347/tid=5350] ppid=5345 vsize=15675632 CPUtime=0.07 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) R 5345 5347 4889 0 -1 4202560 3319 0 1 0 7 0 0 0 18 0 18 0 255346792 16051847168 4884 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 47196469170181 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15675632

[startup+0.301101 s]
/proc/loadavg: 4.20 6.54 7.43 2/177 5348
/proc/meminfo: memFree=31068500/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=15678948 CPUtime=0.5 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 14344 0 1 0 47 3 0 0 20 0 18 0 255346791 16055242752 12815 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 3919737 12821 2207 9 0 3910456 0
[pid=5347/tid=5350] ppid=5345 vsize=15678948 CPUtime=0.27 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) R 5345 5347 4889 0 -1 4202560 9248 0 1 0 25 2 0 0 18 0 18 0 255346792 16055242752 12825 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 47196473670483 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15678948

[startup+0.701064 s]
/proc/loadavg: 4.20 6.54 7.43 2/177 5348
/proc/meminfo: memFree=31068500/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=15683836 CPUtime=1.12 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 45731 0 1 0 105 7 0 0 20 0 22 0 255346791 16060248064 42572 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 3920959 42572 2248 9 0 3911678 0
[pid=5347/tid=5350] ppid=5345 vsize=15683836 CPUtime=0.67 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) R 5345 5347 4889 0 -1 4202560 35613 0 1 0 62 5 0 0 20 0 22 0 255346792 16060248064 42572 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 47196469191527 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 15683836

[startup+1.51075 s]
/proc/loadavg: 4.20 6.54 7.43 9/220 5391
/proc/meminfo: memFree=30737988/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=15698364 CPUtime=3.48 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 60009 0 1 0 340 8 0 0 20 0 22 0 255346791 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 3924591 49039 2274 9 0 3915310 0
[pid=5347/tid=5350] ppid=5345 vsize=15698364 CPUtime=1.08 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) S 5345 5347 4889 0 -1 4202560 35673 0 1 0 103 5 0 0 21 0 22 0 255346792 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5353] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5353/stat : 5353 (java) S 5345 5347 4889 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 255346793 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5356] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5356/stat : 5356 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255346793 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5358] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5358/stat : 5358 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255346793 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5360] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5360/stat : 5360 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255346793 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5362] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5362/stat : 5362 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255346793 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5364] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5364/stat : 5364 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255346793 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5366] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5366/stat : 5366 (java) S 5345 5347 4889 0 -1 4202560 326 0 0 0 0 0 0 0 16 0 22 0 255346793 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5367] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5367/stat : 5367 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255346793 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5369] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5369/stat : 5369 (java) S 5345 5347 4889 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 255346794 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 0 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5372] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5372/stat : 5372 (java) S 5345 5347 4889 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 255346794 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5373] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5373/stat : 5373 (java) S 5345 5347 4889 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 255346794 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5374] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5374/stat : 5374 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 255346797 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672485809 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5375] ppid=5345 vsize=15698364 CPUtime=0.79 cores=1,3,5,7
/proc/5347/task/5375/stat : 5375 (java) S 5345 5347 4889 0 -1 4202560 5795 0 0 0 78 1 0 0 15 0 22 0 255346797 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5378] ppid=5345 vsize=15698364 CPUtime=1.02 cores=1,3,5,7
/proc/5347/task/5378/stat : 5378 (java) R 5345 5347 4889 0 -1 4202560 16679 0 0 0 101 1 0 0 16 0 22 0 255346797 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5347/tid=5379] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5379/stat : 5379 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255346797 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5382] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5382/stat : 5382 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255346797 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5388] ppid=5345 vsize=15698364 CPUtime=0.3 cores=1,3,5,7
/proc/5347/task/5388/stat : 5388 (java) R 5345 5347 4889 0 -1 4202560 28 0 0 0 30 0 0 0 15 0 22 0 255346839 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505890392 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5347/tid=5389] ppid=5345 vsize=15698364 CPUtime=0.06 cores=1,3,5,7
/proc/5347/task/5389/stat : 5389 (java) R 5345 5347 4889 0 -1 4202560 15 0 0 0 6 0 0 0 15 0 22 0 255346839 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505845747 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5347/tid=5390] ppid=5345 vsize=15698364 CPUtime=0.11 cores=1,3,5,7
/proc/5347/task/5390/stat : 5390 (java) R 5345 5347 4889 0 -1 4202560 9 0 0 0 11 0 0 0 16 0 22 0 255346839 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505791639 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5347/tid=5391] ppid=5345 vsize=15698364 CPUtime=0.07 cores=1,3,5,7
/proc/5347/task/5391/stat : 5391 (java) S 5345 5347 4889 0 -1 4202560 10 0 0 0 7 0 0 0 15 0 22 0 255346839 16075124736 49039 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 15698364

[startup+3.10161 s]
/proc/loadavg: 4.20 6.54 7.43 13/220 5391
/proc/meminfo: memFree=30531776/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=15698364 CPUtime=9.78 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 128313 0 1 0 959 19 0 0 20 0 22 0 255346791 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 3924591 117073 2274 9 0 3915310 0
[pid=5347/tid=5350] ppid=5345 vsize=15698364 CPUtime=1.08 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) S 5345 5347 4889 0 -1 4202560 35673 0 1 0 103 5 0 0 21 0 22 0 255346792 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5353] ppid=5345 vsize=15698364 CPUtime=0.01 cores=1,3,5,7
/proc/5347/task/5353/stat : 5353 (java) S 5345 5347 4889 0 -1 4202560 4686 0 0 0 1 0 0 0 15 0 22 0 255346793 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5356] ppid=5345 vsize=15698364 CPUtime=0.03 cores=1,3,5,7
/proc/5347/task/5356/stat : 5356 (java) S 5345 5347 4889 0 -1 4202560 8423 0 0 0 2 1 0 0 16 0 22 0 255346793 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5358] ppid=5345 vsize=15698364 CPUtime=0.02 cores=1,3,5,7
/proc/5347/task/5358/stat : 5358 (java) S 5345 5347 4889 0 -1 4202560 9977 0 0 0 1 1 0 0 16 0 22 0 255346793 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5360] ppid=5345 vsize=15698364 CPUtime=0.03 cores=1,3,5,7
/proc/5347/task/5360/stat : 5360 (java) S 5345 5347 4889 0 -1 4202560 8296 0 0 0 2 1 0 0 16 0 22 0 255346793 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5362] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5362/stat : 5362 (java) S 5345 5347 4889 0 -1 4202560 2986 0 0 0 0 0 0 0 15 0 22 0 255346793 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5364] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5364/stat : 5364 (java) S 5345 5347 4889 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 22 0 255346793 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5366] ppid=5345 vsize=15698364 CPUtime=0.01 cores=1,3,5,7
/proc/5347/task/5366/stat : 5366 (java) S 5345 5347 4889 0 -1 4202560 5671 0 0 0 1 0 0 0 15 0 22 0 255346793 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5367] ppid=5345 vsize=15698364 CPUtime=0.01 cores=1,3,5,7
/proc/5347/task/5367/stat : 5367 (java) S 5345 5347 4889 0 -1 4202560 5114 0 0 0 1 0 0 0 16 0 22 0 255346793 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5369] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5369/stat : 5369 (java) S 5345 5347 4889 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 22 0 255346794 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 0 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5372] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5372/stat : 5372 (java) S 5345 5347 4889 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 255346794 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5373] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5373/stat : 5373 (java) S 5345 5347 4889 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 255346794 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5374] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5374/stat : 5374 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 255346797 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672485809 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5375] ppid=5345 vsize=15698364 CPUtime=0.8 cores=1,3,5,7
/proc/5347/task/5375/stat : 5375 (java) S 5345 5347 4889 0 -1 4202560 5798 0 0 0 79 1 0 0 15 0 22 0 255346797 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5378] ppid=5345 vsize=15698364 CPUtime=1.07 cores=1,3,5,7
/proc/5347/task/5378/stat : 5378 (java) S 5345 5347 4889 0 -1 4202560 16683 0 0 0 106 1 0 0 15 0 22 0 255346797 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5379] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5379/stat : 5379 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255346797 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5382] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5382/stat : 5382 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255346797 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5388] ppid=5345 vsize=15698364 CPUtime=1.79 cores=1,3,5,7
/proc/5347/task/5388/stat : 5388 (java) R 5345 5347 4889 0 -1 4202560 5467 0 0 0 179 0 0 0 17 0 22 0 255346839 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5347/tid=5389] ppid=5345 vsize=15698364 CPUtime=1.57 cores=1,3,5,7
/proc/5347/task/5389/stat : 5389 (java) R 5345 5347 4889 0 -1 4202560 5559 0 0 0 157 0 0 0 17 0 22 0 255346839 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505845928 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5347/tid=5390] ppid=5345 vsize=15698364 CPUtime=1.65 cores=1,3,5,7
/proc/5347/task/5390/stat : 5390 (java) R 5345 5347 4889 0 -1 4202560 6287 0 0 0 164 1 0 0 17 0 22 0 255346839 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505954001 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5347/tid=5391] ppid=5345 vsize=15698364 CPUtime=1.56 cores=1,3,5,7
/proc/5347/task/5391/stat : 5391 (java) R 5345 5347 4889 0 -1 4202560 5832 0 0 0 156 0 0 0 17 0 22 0 255346839 16075124736 117073 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505949881 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 15698364

[startup+6.30105 s]
/proc/loadavg: 4.66 6.60 7.45 10/220 5391
/proc/meminfo: memFree=29313140/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=15698364 CPUtime=22.55 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 305429 0 1 0 2213 42 0 0 20 0 22 0 255346791 16075124736 293624 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 3924591 293624 2274 9 0 3915310 0
[pid=5347/tid=5350] ppid=5345 vsize=15698364 CPUtime=1.08 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) S 5345 5347 4889 0 -1 4202560 35673 0 1 0 103 5 0 0 21 0 22 0 255346792 16075124736 293624 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5353] ppid=5345 vsize=15698364 CPUtime=0.01 cores=1,3,5,7
/proc/5347/task/5353/stat : 5353 (java) S 5345 5347 4889 0 -1 4202560 4686 0 0 0 1 0 0 0 15 0 22 0 255346793 16075124736 293624 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5356] ppid=5345 vsize=15698364 CPUtime=0.06 cores=1,3,5,7
/proc/5347/task/5356/stat : 5356 (java) S 5345 5347 4889 0 -1 4202560 16703 0 0 0 4 2 0 0 16 0 22 0 255346793 16075124736 293624 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5358] ppid=5345 vsize=15698364 CPUtime=0.05 cores=1,3,5,7
/proc/5347/task/5358/stat : 5358 (java) S 5345 5347 4889 0 -1 4202560 17423 0 0 0 2 3 0 0 16 0 22 0 255346793 16075124736 293624 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5360] ppid=5345 vsize=15698364 CPUtime=0.03 cores=1,3,5,7
/proc/5347/task/5360/stat : 5360 (java) S 5345 5347 4889 0 -1 4202560 8296 0 0 0 2 1 0 0 15 0 22 0 255346793 16075124736 293624 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5362] ppid=5345 vsize=15698364 CPUtime=0.03 cores=1,3,5,7
/proc/5347/task/5362/stat : 5362 (java) S 5345 5347 4889 0 -1 4202560 8944 0 0 0 2 1 0 0 15 0 22 0 255346793 16075124736 293624 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5364] ppid=5345 vsize=15698364 CPUtime=0.05 cores=1,3,5,7
/proc/5347/task/5364/stat : 5364 (java) S 5345 5347 4889 0 -1 4202560 14283 0 0 0 3 2 0 0 16 0 22 0 255346793 16075124736 293624 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5366] ppid=5345 vsize=15698364 CPUtime=0.03 cores=1,3,5,7
/proc/5347/task/5366/stat : 5366 (java) S 5345 5347 4889 0 -1 4202560 11332 0 0 0 2 1 0 0 15 0 22 0 255346793 16075124736 293624 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5367] ppid=5345 vsize=15698364 CPUtime=0.07 cores=1,3,5,7
/proc/5347/task/5367/stat : 5367 (java) S 5345 5347 4889 0 -1 4202560 19389 0 0 0 4 3 0 0 16 0 22 0 255346793 16075124736 293624 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0

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

/proc/meminfo: memFree=28021356/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=15698364 CPUtime=4477.08 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 2532609 0 1 0 447321 387 0 0 20 0 22 0 255346791 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 3924591 547551 2298 9 0 3915310 0
[pid=5347/tid=5350] ppid=5345 vsize=15698364 CPUtime=1.08 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) S 5345 5347 4889 0 -1 4202560 35673 0 1 0 103 5 0 0 21 0 22 0 255346792 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5353] ppid=5345 vsize=15698364 CPUtime=2.45 cores=1,3,5,7
/proc/5347/task/5353/stat : 5353 (java) S 5345 5347 4889 0 -1 4202560 161685 0 0 0 219 26 0 0 16 0 22 0 255346793 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5356] ppid=5345 vsize=15698364 CPUtime=2.81 cores=1,3,5,7
/proc/5347/task/5356/stat : 5356 (java) S 5345 5347 4889 0 -1 4202560 203754 0 0 0 248 33 0 0 16 0 22 0 255346793 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5358] ppid=5345 vsize=15698364 CPUtime=2.5 cores=1,3,5,7
/proc/5347/task/5358/stat : 5358 (java) S 5345 5347 4889 0 -1 4202560 160242 0 0 0 224 26 0 0 16 0 22 0 255346793 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5360] ppid=5345 vsize=15698364 CPUtime=2.56 cores=1,3,5,7
/proc/5347/task/5360/stat : 5360 (java) S 5345 5347 4889 0 -1 4202560 160339 0 0 0 232 24 0 0 16 0 22 0 255346793 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5362] ppid=5345 vsize=15698364 CPUtime=2.28 cores=1,3,5,7
/proc/5347/task/5362/stat : 5362 (java) S 5345 5347 4889 0 -1 4202560 130510 0 0 0 208 20 0 0 15 0 22 0 255346793 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5364] ppid=5345 vsize=15698364 CPUtime=2.53 cores=1,3,5,7
/proc/5347/task/5364/stat : 5364 (java) S 5345 5347 4889 0 -1 4202560 187118 0 0 0 225 28 0 0 15 0 22 0 255346793 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5366] ppid=5345 vsize=15698364 CPUtime=2.5 cores=1,3,5,7
/proc/5347/task/5366/stat : 5366 (java) S 5345 5347 4889 0 -1 4202560 145661 0 0 0 228 22 0 0 15 0 22 0 255346793 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5367] ppid=5345 vsize=15698364 CPUtime=2.54 cores=1,3,5,7
/proc/5347/task/5367/stat : 5367 (java) S 5345 5347 4889 0 -1 4202560 183328 0 0 0 225 29 0 0 15 0 22 0 255346793 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5369] ppid=5345 vsize=15698364 CPUtime=0.65 cores=1,3,5,7
/proc/5347/task/5369/stat : 5369 (java) S 5345 5347 4889 0 -1 4202560 22896 0 0 0 31 34 0 0 15 0 22 0 255346794 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 0 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5372] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5372/stat : 5372 (java) S 5345 5347 4889 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 255346794 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5373] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5373/stat : 5373 (java) S 5345 5347 4889 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 255346794 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5374] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5374/stat : 5374 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 255346797 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672485809 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5375] ppid=5345 vsize=15698364 CPUtime=1.01 cores=1,3,5,7
/proc/5347/task/5375/stat : 5375 (java) S 5345 5347 4889 0 -1 4202560 5834 0 0 0 100 1 0 0 15 0 22 0 255346797 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5378] ppid=5345 vsize=15698364 CPUtime=1.39 cores=1,3,5,7
/proc/5347/task/5378/stat : 5378 (java) S 5345 5347 4889 0 -1 4202560 16737 0 0 0 138 1 0 0 15 0 22 0 255346797 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5379] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5379/stat : 5379 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255346797 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5382] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5382/stat : 5382 (java) S 5345 5347 4889 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 255346797 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5388] ppid=5345 vsize=15698364 CPUtime=1113.09 cores=1,3,5,7
/proc/5347/task/5388/stat : 5388 (java) R 5345 5347 4889 0 -1 4202560 293369 0 0 0 111276 33 0 0 25 0 22 0 255346839 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505846033 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5347/tid=5389] ppid=5345 vsize=15698364 CPUtime=1112.87 cores=1,3,5,7
/proc/5347/task/5389/stat : 5389 (java) R 5345 5347 4889 0 -1 4202560 272833 0 0 0 111255 32 0 0 25 0 22 0 255346839 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505827662 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5347/tid=5390] ppid=5345 vsize=15698364 CPUtime=1114.59 cores=1,3,5,7
/proc/5347/task/5390/stat : 5390 (java) R 5345 5347 4889 0 -1 4202560 282618 0 0 0 111427 32 0 0 25 0 22 0 255346839 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505828363 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5347/tid=5391] ppid=5345 vsize=15698364 CPUtime=1112.03 cores=1,3,5,7
/proc/5347/task/5391/stat : 5391 (java) R 5345 5347 4889 0 -1 4202560 268560 0 0 0 111172 31 0 0 25 0 22 0 255346839 16075124736 547551 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505827693 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.08
Current children cumulated vsize (KiB) 15698364

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 7.92 10/220 5422
/proc/meminfo: memFree=27575404/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=15698364 CPUtime=4716.03 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 2662242 0 1 0 471198 405 0 0 20 0 22 0 255346791 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 3924591 644399 2298 9 0 3915310 0
[pid=5347/tid=5350] ppid=5345 vsize=15698364 CPUtime=1.08 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) S 5345 5347 4889 0 -1 4202560 35673 0 1 0 103 5 0 0 21 0 22 0 255346792 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5353] ppid=5345 vsize=15698364 CPUtime=2.58 cores=1,3,5,7
/proc/5347/task/5353/stat : 5353 (java) S 5345 5347 4889 0 -1 4202560 178192 0 0 0 229 29 0 0 15 0 22 0 255346793 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5356] ppid=5345 vsize=15698364 CPUtime=2.91 cores=1,3,5,7
/proc/5347/task/5356/stat : 5356 (java) S 5345 5347 4889 0 -1 4202560 215311 0 0 0 256 35 0 0 15 0 22 0 255346793 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5358] ppid=5345 vsize=15698364 CPUtime=2.6 cores=1,3,5,7
/proc/5347/task/5358/stat : 5358 (java) S 5345 5347 4889 0 -1 4202560 176218 0 0 0 231 29 0 0 15 0 22 0 255346793 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5360] ppid=5345 vsize=15698364 CPUtime=2.66 cores=1,3,5,7
/proc/5347/task/5360/stat : 5360 (java) S 5345 5347 4889 0 -1 4202560 168478 0 0 0 240 26 0 0 16 0 22 0 255346793 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5362] ppid=5345 vsize=15698364 CPUtime=2.37 cores=1,3,5,7
/proc/5347/task/5362/stat : 5362 (java) S 5345 5347 4889 0 -1 4202560 140945 0 0 0 216 21 0 0 15 0 22 0 255346793 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5364] ppid=5345 vsize=15698364 CPUtime=2.63 cores=1,3,5,7
/proc/5347/task/5364/stat : 5364 (java) S 5345 5347 4889 0 -1 4202560 199460 0 0 0 233 30 0 0 16 0 22 0 255346793 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5366] ppid=5345 vsize=15698364 CPUtime=2.6 cores=1,3,5,7
/proc/5347/task/5366/stat : 5366 (java) S 5345 5347 4889 0 -1 4202560 153828 0 0 0 237 23 0 0 16 0 22 0 255346793 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5367] ppid=5345 vsize=15698364 CPUtime=2.68 cores=1,3,5,7
/proc/5347/task/5367/stat : 5367 (java) S 5345 5347 4889 0 -1 4202560 199069 0 0 0 237 31 0 0 15 0 22 0 255346793 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5369] ppid=5345 vsize=15698364 CPUtime=0.87 cores=1,3,5,7
/proc/5347/task/5369/stat : 5369 (java) S 5345 5347 4889 0 -1 4202560 23201 0 0 0 52 35 0 0 15 0 22 0 255346794 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 0 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5372] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5372/stat : 5372 (java) S 5345 5347 4889 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 255346794 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5373] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5373/stat : 5373 (java) S 5345 5347 4889 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 255346794 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5374] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5374/stat : 5374 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 255346797 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672485809 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5375] ppid=5345 vsize=15698364 CPUtime=1.01 cores=1,3,5,7
/proc/5347/task/5375/stat : 5375 (java) S 5345 5347 4889 0 -1 4202560 5834 0 0 0 100 1 0 0 15 0 22 0 255346797 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5378] ppid=5345 vsize=15698364 CPUtime=1.39 cores=1,3,5,7
/proc/5347/task/5378/stat : 5378 (java) S 5345 5347 4889 0 -1 4202560 16737 0 0 0 138 1 0 0 15 0 22 0 255346797 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5379] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5379/stat : 5379 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255346797 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5382] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5382/stat : 5382 (java) S 5345 5347 4889 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 255346797 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5388] ppid=5345 vsize=15698364 CPUtime=1172.55 cores=1,3,5,7
/proc/5347/task/5388/stat : 5388 (java) R 5345 5347 4889 0 -1 4202560 302425 0 0 0 117221 34 0 0 25 0 22 0 255346839 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505827679 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5347/tid=5389] ppid=5345 vsize=15698364 CPUtime=1172.43 cores=1,3,5,7
/proc/5347/task/5389/stat : 5389 (java) R 5345 5347 4889 0 -1 4202560 281836 0 0 0 117210 33 0 0 25 0 22 0 255346839 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505828363 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5347/tid=5390] ppid=5345 vsize=15698364 CPUtime=1174.15 cores=1,3,5,7
/proc/5347/task/5390/stat : 5390 (java) R 5345 5347 4889 0 -1 4202560 288752 0 0 0 117383 32 0 0 25 0 22 0 255346839 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5347/tid=5391] ppid=5345 vsize=15698364 CPUtime=1171.37 cores=1,3,5,7
/proc/5347/task/5391/stat : 5391 (java) R 5345 5347 4889 0 -1 4202560 274827 0 0 0 117105 32 0 0 25 0 22 0 255346839 16075124736 644399 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4716.03
Current children cumulated vsize (KiB) 15698364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.12 8.10 7.92 10/220 5423
/proc/meminfo: memFree=27754812/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=15698364 CPUtime=4800.31 cores=1,3,5,7
/proc/5347/stat : 5347 (java) S 5345 5347 4889 0 -1 4202496 2662974 0 1 0 479626 405 0 0 20 0 22 0 255346791 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 3924591 607883 2298 9 0 3915310 0
[pid=5347/tid=5350] ppid=5345 vsize=15698364 CPUtime=1.08 cores=1,3,5,7
/proc/5347/task/5350/stat : 5350 (java) S 5345 5347 4889 0 -1 4202560 35673 0 1 0 103 5 0 0 21 0 22 0 255346792 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5353] ppid=5345 vsize=15698364 CPUtime=2.63 cores=1,3,5,7
/proc/5347/task/5353/stat : 5353 (java) S 5345 5347 4889 0 -1 4202560 178193 0 0 0 234 29 0 0 15 0 22 0 255346793 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5356] ppid=5345 vsize=15698364 CPUtime=2.95 cores=1,3,5,7
/proc/5347/task/5356/stat : 5356 (java) S 5345 5347 4889 0 -1 4202560 215425 0 0 0 260 35 0 0 16 0 22 0 255346793 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5358] ppid=5345 vsize=15698364 CPUtime=2.64 cores=1,3,5,7
/proc/5347/task/5358/stat : 5358 (java) S 5345 5347 4889 0 -1 4202560 176530 0 0 0 235 29 0 0 15 0 22 0 255346793 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5360] ppid=5345 vsize=15698364 CPUtime=2.69 cores=1,3,5,7
/proc/5347/task/5360/stat : 5360 (java) S 5345 5347 4889 0 -1 4202560 168723 0 0 0 243 26 0 0 15 0 22 0 255346793 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5362] ppid=5345 vsize=15698364 CPUtime=2.4 cores=1,3,5,7
/proc/5347/task/5362/stat : 5362 (java) S 5345 5347 4889 0 -1 4202560 140946 0 0 0 219 21 0 0 16 0 22 0 255346793 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5364] ppid=5345 vsize=15698364 CPUtime=2.65 cores=1,3,5,7
/proc/5347/task/5364/stat : 5364 (java) S 5345 5347 4889 0 -1 4202560 199461 0 0 0 235 30 0 0 15 0 22 0 255346793 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5366] ppid=5345 vsize=15698364 CPUtime=2.64 cores=1,3,5,7
/proc/5347/task/5366/stat : 5366 (java) S 5345 5347 4889 0 -1 4202560 153873 0 0 0 241 23 0 0 16 0 22 0 255346793 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5367] ppid=5345 vsize=15698364 CPUtime=2.71 cores=1,3,5,7
/proc/5347/task/5367/stat : 5367 (java) S 5345 5347 4889 0 -1 4202560 199069 0 0 0 240 31 0 0 16 0 22 0 255346793 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5369] ppid=5345 vsize=15698364 CPUtime=0.87 cores=1,3,5,7
/proc/5347/task/5369/stat : 5369 (java) S 5345 5347 4889 0 -1 4202560 23202 0 0 0 52 35 0 0 15 0 22 0 255346794 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 0 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5372] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5372/stat : 5372 (java) S 5345 5347 4889 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 255346794 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5373] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5373/stat : 5373 (java) S 5345 5347 4889 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 255346794 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 1 0 0 0
[pid=5347/tid=5374] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5374/stat : 5374 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 255346797 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672485809 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5375] ppid=5345 vsize=15698364 CPUtime=1.01 cores=1,3,5,7
/proc/5347/task/5375/stat : 5375 (java) S 5345 5347 4889 0 -1 4202560 5834 0 0 0 100 1 0 0 15 0 22 0 255346797 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 7 0 0 0
[pid=5347/tid=5378] ppid=5345 vsize=15698364 CPUtime=1.39 cores=1,3,5,7
/proc/5347/task/5378/stat : 5378 (java) S 5345 5347 4889 0 -1 4202560 16737 0 0 0 138 1 0 0 15 0 22 0 255346797 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5379] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5379/stat : 5379 (java) S 5345 5347 4889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255346797 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478105 0 4 0 16800975 18446604471136500736 0 0 -1 5 0 0 0
[pid=5347/tid=5382] ppid=5345 vsize=15698364 CPUtime=0 cores=1,3,5,7
/proc/5347/task/5382/stat : 5382 (java) S 5345 5347 4889 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 255346797 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 268672478720 0 4 0 16800975 18446604471136500736 0 0 -1 3 0 0 0
[pid=5347/tid=5388] ppid=5345 vsize=15698364 CPUtime=1193.45 cores=1,3,5,7
/proc/5347/task/5388/stat : 5388 (java) R 5345 5347 4889 0 -1 4202560 302428 0 0 0 119311 34 0 0 25 0 22 0 255346839 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505583856 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5347/tid=5389] ppid=5345 vsize=15698364 CPUtime=1193.46 cores=1,3,5,7
/proc/5347/task/5389/stat : 5389 (java) R 5345 5347 4889 0 -1 4202560 281837 0 0 0 119313 33 0 0 25 0 22 0 255346839 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505791695 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5347/tid=5390] ppid=5345 vsize=15698364 CPUtime=1195.18 cores=1,3,5,7
/proc/5347/task/5390/stat : 5390 (java) R 5345 5347 4889 0 -1 4202560 288757 0 0 0 119486 32 0 0 25 0 22 0 255346839 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505828280 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5347/tid=5391] ppid=5345 vsize=15698364 CPUtime=1192.4 cores=1,3,5,7
/proc/5347/task/5391/stat : 5391 (java) R 5345 5347 4889 0 -1 4202560 274828 0 0 0 119208 32 0 0 25 0 22 0 255346839 16075124736 607883 33554432000 1073741824 1073778376 140736287544112 18446744073709551615 46912505583861 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 15698364

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

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

[startup+1203.51 s]
/proc/loadavg: 8.12 8.10 7.92 10/220 5423
/proc/meminfo: memFree=27754812/32951124 swapFree=67111524/67111528
[pid=5347] ppid=5345 vsize=0 CPUtime=4800.43 cores=1,3,5,7
/proc/5347/stat : 5347 (java) Z 5345 5347 4889 0 -1 4203548 2663000 0 1 0 479629 414 0 0 17 0 2 0 255346791 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5347/statm: 0 0 0 0 0 0 0
[pid=5347/tid=5389] ppid=5345 vsize=0 CPUtime=1193.56 cores=1,3,5,7
/proc/5347/task/5389/stat : 5389 (java) R 5345 5347 4889 0 -1 4203588 281837 0 0 0 119314 42 0 0 25 0 2 0 255346839 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1203.52
CPU time (s): 4800.45
CPU user time (s): 4796.3
CPU system time (s): 4.15537
CPU usage (%): 398.868
Max. virtual memory (cumulated for all children) (KiB): 15700540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.3
system time used= 4.15537
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2663000
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= 44448
involuntary context switches= 69066

runsolver used 2.07368 second user time and 4.54331 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 23:12:35
IDJOB=3312350
IDBENCH=82535
IDSOLVER=1699
FILE ID=node107/3312350-1304111555
RUNJOBID= node107-1304111555-5329
PBS_JOBID= 13170667
Free space on /tmp= 71800 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S715182559-083-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312350-1304111555/watcher-3312350-1304111555 -o /tmp/evaluation-result-3312350-1304111555/solver-3312350-1304111555 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312350-1304111555.cnf

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

MD5SUM BENCH= 1ae73e64babd5796adef68295bcaa14f
RANDOM SEED=861108787

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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	: 5359.47
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.829
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.75
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31069028 kB
Buffers:        344140 kB
Cached:        1125820 kB
SwapCached:          4 kB
Active:          89392 kB
Inactive:      1444568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31069028 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4376 kB
Writeback:           0 kB
AnonPages:       62928 kB
Mapped:          14876 kB
Slab:           284444 kB
PageTables:       4708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190956 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= 71796 MiB
End job on node107 at 2011-04-29 23:32:41