Trace number 3312302

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.41 1207.43

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.11/0.11	42:46 INFO : Reading from input HOME/instance-3312302-1304185365.cnf
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.53/0.37	42:46 INFO : Found 592 xor gates
0.80/0.47	42:46 INFO : 888 variables remaining out of 1116
0.80/0.47	42:46 INFO : 15968 literals remaining out of 10436
6.62/1.91	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:1).
6.62/1.91	log4j:WARN Please initialize the log4j system properly.
6.62/1.91	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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

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: 7.11 7.83 7.85 9/198 28852
/proc/meminfo: memFree=21811000/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 1424 0 0 0 0 0 0 0 25 0 2 0 510952160 27824128 894 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 6793 894 684 9 0 381 0
[pid=28852/tid=28853] ppid=28850 vsize=28436 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) R 28850 28852 27899 0 -1 4202560 77 0 0 0 0 0 0 0 25 0 2 0 510952161 29118464 904 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264721481447 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0245381 s]
/proc/loadavg: 7.11 7.83 7.85 9/198 28852
/proc/meminfo: memFree=21811000/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 3447 0 1 0 1 0 0 0 25 0 13 0 510952160 15978614784 2887 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 3901029 2887 1636 9 0 3891777 0
[pid=28852/tid=28853] ppid=28850 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) S 28850 28852 27899 0 -1 4202560 2056 0 1 0 1 0 0 0 25 0 13 0 510952161 15978614784 2887 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264726425158 0 4 0 16784584 4272690915543351296 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.100513 s]
/proc/loadavg: 7.11 7.83 7.85 9/198 28852
/proc/meminfo: memFree=21811000/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=15741940 CPUtime=0.11 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 5659 0 1 0 10 1 0 0 25 0 18 0 510952160 16119746560 5064 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 3935485 5064 2117 9 0 3926204 0
[pid=28852/tid=28853] ppid=28850 vsize=15741940 CPUtime=0.08 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) R 28850 28852 27899 0 -1 4202560 3508 0 1 0 8 0 0 0 25 0 18 0 510952161 16119746560 5064 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 47882987672287 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15741940

[startup+0.300441 s]
/proc/loadavg: 7.11 7.83 7.85 9/198 28852
/proc/meminfo: memFree=21811000/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=15751520 CPUtime=0.53 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 12887 0 1 0 51 2 0 0 25 0 22 0 510952160 16129556480 11065 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 3937880 11065 2213 9 0 3928599 0
[pid=28852/tid=28853] ppid=28850 vsize=15751520 CPUtime=0.28 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) R 28850 28852 27899 0 -1 4202560 7643 0 1 0 27 1 0 0 18 0 22 0 510952161 16129556480 11065 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505187559 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15751520

[startup+0.700367 s]
/proc/loadavg: 7.11 7.83 7.85 9/198 28852
/proc/meminfo: memFree=21811000/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=15766104 CPUtime=1.84 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 28748 0 1 0 179 5 0 0 25 0 22 0 510952160 16144490496 23464 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 3941526 23464 2255 9 0 3932245 0
[pid=28852/tid=28853] ppid=28850 vsize=15766104 CPUtime=0.46 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) S 28850 28852 27899 0 -1 4202560 8311 0 1 0 44 2 0 0 18 0 22 0 510952161 16144490496 23464 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 15766104

[startup+1.50122 s]
/proc/loadavg: 7.11 7.83 7.85 14/220 28874
/proc/meminfo: memFree=21622856/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=15763668 CPUtime=5.02 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 60355 0 1 0 493 9 0 0 25 0 22 0 510952160 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 3940917 53207 2275 9 0 3931636 0
[pid=28852/tid=28853] ppid=28850 vsize=15763668 CPUtime=0.46 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) S 28850 28852 27899 0 -1 4202560 8311 0 1 0 44 2 0 0 18 0 22 0 510952161 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28855] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28850 28852 27899 0 -1 4202560 301 0 0 0 0 0 0 0 16 0 22 0 510952161 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28856] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28857] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28850 28852 27899 0 -1 4202560 1261 0 0 0 0 0 0 0 16 0 22 0 510952161 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28858] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28850 28852 27899 0 -1 4202560 934 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28859] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28850 28852 27899 0 -1 4202560 882 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28860] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28850 28852 27899 0 -1 4202560 394 0 0 0 0 0 0 0 16 0 22 0 510952161 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28861] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28850 28852 27899 0 -1 4202560 2112 0 0 0 0 0 0 0 16 0 22 0 510952161 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28862] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28850 28852 27899 0 -1 4202560 883 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28863] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28850 28852 27899 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 510952162 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738221568 0 0 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28864] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28850 28852 27899 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510952163 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28865] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28850 28852 27899 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510952163 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28866] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510952165 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738228657 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28867] ppid=28850 vsize=15763668 CPUtime=0.67 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) R 28850 28852 27899 0 -1 4202560 5652 0 0 0 67 0 0 0 25 0 22 0 510952165 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28852/tid=28868] ppid=28850 vsize=15763668 CPUtime=1.19 cores=1,3,5,7
/proc/28852/task/28868/stat : 28868 (java) S 28850 28852 27899 0 -1 4202560 10646 0 0 0 118 1 0 0 19 0 22 0 510952165 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28869] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28869/stat : 28869 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510952165 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28870] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28870/stat : 28870 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510952165 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738221568 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28871] ppid=28850 vsize=15763668 CPUtime=0.9 cores=1,3,5,7
/proc/28852/task/28871/stat : 28871 (java) R 28850 28852 27899 0 -1 4202560 10379 0 0 0 89 1 0 0 25 0 22 0 510952188 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505735638 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28852/tid=28872] ppid=28850 vsize=15763668 CPUtime=0.58 cores=1,3,5,7
/proc/28852/task/28872/stat : 28872 (java) R 28850 28852 27899 0 -1 4202560 5909 0 0 0 58 0 0 0 24 0 22 0 510952188 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505778452 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28852/tid=28873] ppid=28850 vsize=15763668 CPUtime=0.52 cores=1,3,5,7
/proc/28852/task/28873/stat : 28873 (java) R 28850 28852 27899 0 -1 4202560 5680 0 0 0 52 0 0 0 25 0 22 0 510952188 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505523205 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28852/tid=28874] ppid=28850 vsize=15763668 CPUtime=0.59 cores=1,3,5,7
/proc/28852/task/28874/stat : 28874 (java) R 28850 28852 27899 0 -1 4202560 5551 0 0 0 59 0 0 0 22 0 22 0 510952188 16141996032 53207 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505761640 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 15763668

[startup+3.10092 s]
/proc/loadavg: 7.26 7.85 7.85 9/220 28874
/proc/meminfo: memFree=21427308/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=15763668 CPUtime=11.41 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 157254 0 1 0 1119 22 0 0 25 0 22 0 510952160 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 3940917 150022 2285 9 0 3931636 0
[pid=28852/tid=28853] ppid=28850 vsize=15763668 CPUtime=0.46 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) S 28850 28852 27899 0 -1 4202560 8311 0 1 0 44 2 0 0 18 0 22 0 510952161 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28855] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28850 28852 27899 0 -1 4202560 506 0 0 0 0 0 0 0 16 0 22 0 510952161 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28856] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28850 28852 27899 0 -1 4202560 3769 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28857] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28850 28852 27899 0 -1 4202560 2581 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28858] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28850 28852 27899 0 -1 4202560 2081 0 0 0 0 0 0 0 16 0 22 0 510952161 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28859] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28850 28852 27899 0 -1 4202560 3898 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28860] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28850 28852 27899 0 -1 4202560 2811 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28861] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28850 28852 27899 0 -1 4202560 2914 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28862] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28850 28852 27899 0 -1 4202560 1977 0 0 0 0 0 0 0 16 0 22 0 510952161 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28863] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28850 28852 27899 0 -1 4202560 448 0 0 0 0 0 0 0 15 0 22 0 510952162 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738221568 0 0 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28864] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28850 28852 27899 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510952163 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28865] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28850 28852 27899 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510952163 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28866] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510952165 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738228657 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28867] ppid=28850 vsize=15763668 CPUtime=0.77 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28850 28852 27899 0 -1 4202560 5667 0 0 0 77 0 0 0 15 0 22 0 510952165 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28868] ppid=28850 vsize=15763668 CPUtime=1.35 cores=1,3,5,7
/proc/28852/task/28868/stat : 28868 (java) S 28850 28852 27899 0 -1 4202560 10664 0 0 0 134 1 0 0 15 0 22 0 510952165 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28869] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28869/stat : 28869 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510952165 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28870] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28870/stat : 28870 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510952165 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738221568 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28871] ppid=28850 vsize=15763668 CPUtime=2.48 cores=1,3,5,7
/proc/28852/task/28871/stat : 28871 (java) R 28850 28852 27899 0 -1 4202560 31681 0 0 0 245 3 0 0 25 0 22 0 510952188 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28852/tid=28872] ppid=28850 vsize=15763668 CPUtime=2.05 cores=1,3,5,7
/proc/28852/task/28872/stat : 28872 (java) R 28850 28852 27899 0 -1 4202560 25806 0 0 0 203 2 0 0 25 0 22 0 510952188 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505656697 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28852/tid=28873] ppid=28850 vsize=15763668 CPUtime=2.11 cores=1,3,5,7
/proc/28852/task/28873/stat : 28873 (java) R 28850 28852 27899 0 -1 4202560 27449 0 0 0 208 3 0 0 25 0 22 0 510952188 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505770314 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28852/tid=28874] ppid=28850 vsize=15763668 CPUtime=2.02 cores=1,3,5,7
/proc/28852/task/28874/stat : 28874 (java) R 28850 28852 27899 0 -1 4202560 25306 0 0 0 200 2 0 0 25 0 22 0 510952188 16141996032 150022 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912506225770 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 15763668

[startup+6.30131 s]
/proc/loadavg: 7.26 7.85 7.85 9/220 28874
/proc/meminfo: memFree=20692556/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=15763668 CPUtime=24.17 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 281201 0 1 0 2382 35 0 0 25 0 22 0 510952160 16141996032 270132 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 3940917 270132 2285 9 0 3931636 0
[pid=28852/tid=28853] ppid=28850 vsize=15763668 CPUtime=0.46 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) S 28850 28852 27899 0 -1 4202560 8311 0 1 0 44 2 0 0 18 0 22 0 510952161 16141996032 270132 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28855] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28850 28852 27899 0 -1 4202560 823 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 270132 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28856] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28850 28852 27899 0 -1 4202560 4213 0 0 0 0 0 0 0 16 0 22 0 510952161 16141996032 270132 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28857] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28850 28852 27899 0 -1 4202560 2658 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 270132 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28858] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28850 28852 27899 0 -1 4202560 2311 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 270132 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28859] ppid=28850 vsize=15763668 CPUtime=0.01 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28850 28852 27899 0 -1 4202560 4086 0 0 0 1 0 0 0 15 0 22 0 510952161 16141996032 270132 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28860] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28850 28852 27899 0 -1 4202560 3022 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 270132 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28861] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28850 28852 27899 0 -1 4202560 2929 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 270132 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28862] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28850 28852 27899 0 -1 4202560 1980 0 0 0 0 0 0 0 15 0 22 0 510952161 16141996032 270132 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0

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

[pid=28852/tid=28872] ppid=28850 vsize=15763668 CPUtime=1048.28 cores=1,3,5,7
/proc/28852/task/28872/stat : 28872 (java) R 28850 28852 27899 0 -1 4202560 276242 0 0 0 104783 45 0 0 25 0 22 0 510952188 16141996032 110351 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912506340470 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28852/tid=28873] ppid=28850 vsize=15763668 CPUtime=1048.51 cores=1,3,5,7
/proc/28852/task/28873/stat : 28873 (java) R 28850 28852 27899 0 -1 4202560 275616 0 0 0 104808 43 0 0 25 0 22 0 510952188 16141996032 110351 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 47882991490195 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28852/tid=28874] ppid=28850 vsize=15763668 CPUtime=1048.54 cores=1,3,5,7
/proc/28852/task/28874/stat : 28874 (java) R 28850 28852 27899 0 -1 4202560 270681 0 0 0 104811 43 0 0 24 0 22 0 510952188 16141996032 110351 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912506032845 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4223.59
Current children cumulated vsize (KiB) 15763668

[startup+1122.3 s]
/proc/loadavg: 8.02 8.02 7.95 9/220 28913
/proc/meminfo: memFree=21263472/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=15763668 CPUtime=4462.04 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 1932186 0 1 0 445768 436 0 0 25 0 22 0 510952160 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 3940917 103743 2297 9 0 3931636 0
[pid=28852/tid=28853] ppid=28850 vsize=15763668 CPUtime=0.46 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) S 28850 28852 27899 0 -1 4202560 8311 0 1 0 44 2 0 0 18 0 22 0 510952161 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28855] ppid=28850 vsize=15763668 CPUtime=3.15 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28850 28852 27899 0 -1 4202560 91244 0 0 0 295 20 0 0 16 0 22 0 510952161 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28856] ppid=28850 vsize=15763668 CPUtime=3.2 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28850 28852 27899 0 -1 4202560 98141 0 0 0 298 22 0 0 16 0 22 0 510952161 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28857] ppid=28850 vsize=15763668 CPUtime=3.19 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28850 28852 27899 0 -1 4202560 94456 0 0 0 299 20 0 0 16 0 22 0 510952161 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28858] ppid=28850 vsize=15763668 CPUtime=3.2 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28850 28852 27899 0 -1 4202560 95821 0 0 0 298 22 0 0 15 0 22 0 510952161 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28859] ppid=28850 vsize=15763668 CPUtime=3.17 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28850 28852 27899 0 -1 4202560 92593 0 0 0 295 22 0 0 16 0 22 0 510952161 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28860] ppid=28850 vsize=15763668 CPUtime=3.29 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28850 28852 27899 0 -1 4202560 93159 0 0 0 308 21 0 0 16 0 22 0 510952161 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28861] ppid=28850 vsize=15763668 CPUtime=3.26 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28850 28852 27899 0 -1 4202560 94287 0 0 0 306 20 0 0 15 0 22 0 510952161 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28862] ppid=28850 vsize=15763668 CPUtime=3.23 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28850 28852 27899 0 -1 4202560 94115 0 0 0 304 19 0 0 16 0 22 0 510952161 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28863] ppid=28850 vsize=15763668 CPUtime=2.28 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28850 28852 27899 0 -1 4202560 5322 0 0 0 152 76 0 0 15 0 22 0 510952162 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738221568 0 0 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28864] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28850 28852 27899 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510952163 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28865] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28850 28852 27899 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510952163 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28866] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510952165 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738228657 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28867] ppid=28850 vsize=15763668 CPUtime=0.82 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28850 28852 27899 0 -1 4202560 5672 0 0 0 82 0 0 0 15 0 22 0 510952165 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28868] ppid=28850 vsize=15763668 CPUtime=1.57 cores=1,3,5,7
/proc/28852/task/28868/stat : 28868 (java) S 28850 28852 27899 0 -1 4202560 10693 0 0 0 156 1 0 0 15 0 22 0 510952165 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28869] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28869/stat : 28869 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510952165 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28870] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28870/stat : 28870 (java) S 28850 28852 27899 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 510952165 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738221568 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28871] ppid=28850 vsize=15763668 CPUtime=1108.02 cores=1,3,5,7
/proc/28852/task/28871/stat : 28871 (java) R 28850 28852 27899 0 -1 4202560 293001 0 0 0 110756 46 0 0 25 0 22 0 510952188 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505656326 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28852/tid=28872] ppid=28850 vsize=15763668 CPUtime=1107.59 cores=1,3,5,7
/proc/28852/task/28872/stat : 28872 (java) R 28850 28852 27899 0 -1 4202560 286572 0 0 0 110711 48 0 0 25 0 22 0 510952188 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912506317737 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28852/tid=28873] ppid=28850 vsize=15763668 CPUtime=1107.66 cores=1,3,5,7
/proc/28852/task/28873/stat : 28873 (java) R 28850 28852 27899 0 -1 4202560 286156 0 0 0 110722 44 0 0 25 0 22 0 510952188 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505770482 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28852/tid=28874] ppid=28850 vsize=15763668 CPUtime=1107.8 cores=1,3,5,7
/proc/28852/task/28874/stat : 28874 (java) R 28850 28852 27899 0 -1 4202560 281201 0 0 0 110735 45 0 0 25 0 22 0 510952188 16141996032 103743 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505791827 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4462.04
Current children cumulated vsize (KiB) 15763668

[startup+1182.3 s]
/proc/loadavg: 8.05 8.03 7.95 9/220 28914
/proc/meminfo: memFree=21181816/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=15763668 CPUtime=4700.57 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 2047575 0 1 0 469597 460 0 0 25 0 22 0 510952160 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 3940917 125382 2297 9 0 3931636 0
[pid=28852/tid=28853] ppid=28850 vsize=15763668 CPUtime=0.46 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) S 28850 28852 27899 0 -1 4202560 8311 0 1 0 44 2 0 0 18 0 22 0 510952161 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28855] ppid=28850 vsize=15763668 CPUtime=3.34 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28850 28852 27899 0 -1 4202560 95881 0 0 0 312 22 0 0 15 0 22 0 510952161 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28856] ppid=28850 vsize=15763668 CPUtime=3.36 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28850 28852 27899 0 -1 4202560 104445 0 0 0 313 23 0 0 16 0 22 0 510952161 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28857] ppid=28850 vsize=15763668 CPUtime=3.37 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28850 28852 27899 0 -1 4202560 99585 0 0 0 316 21 0 0 15 0 22 0 510952161 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28858] ppid=28850 vsize=15763668 CPUtime=3.36 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28850 28852 27899 0 -1 4202560 100081 0 0 0 313 23 0 0 16 0 22 0 510952161 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28859] ppid=28850 vsize=15763668 CPUtime=3.32 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28850 28852 27899 0 -1 4202560 96530 0 0 0 310 22 0 0 15 0 22 0 510952161 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28860] ppid=28850 vsize=15763668 CPUtime=3.46 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28850 28852 27899 0 -1 4202560 98037 0 0 0 325 21 0 0 16 0 22 0 510952161 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28861] ppid=28850 vsize=15763668 CPUtime=3.43 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28850 28852 27899 0 -1 4202560 97825 0 0 0 322 21 0 0 15 0 22 0 510952161 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28862] ppid=28850 vsize=15763668 CPUtime=3.4 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28850 28852 27899 0 -1 4202560 98757 0 0 0 320 20 0 0 15 0 22 0 510952161 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28863] ppid=28850 vsize=15763668 CPUtime=2.43 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28850 28852 27899 0 -1 4202560 5645 0 0 0 162 81 0 0 15 0 22 0 510952162 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738221568 0 0 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28864] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28850 28852 27899 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510952163 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28865] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28850 28852 27899 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510952163 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28866] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510952165 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738228657 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28867] ppid=28850 vsize=15763668 CPUtime=0.82 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28850 28852 27899 0 -1 4202560 5672 0 0 0 82 0 0 0 15 0 22 0 510952165 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28868] ppid=28850 vsize=15763668 CPUtime=1.58 cores=1,3,5,7
/proc/28852/task/28868/stat : 28868 (java) S 28850 28852 27899 0 -1 4202560 10694 0 0 0 157 1 0 0 15 0 22 0 510952165 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28869] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28869/stat : 28869 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510952165 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28870] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28870/stat : 28870 (java) S 28850 28852 27899 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 510952165 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738221568 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28871] ppid=28850 vsize=15763668 CPUtime=1167.2 cores=1,3,5,7
/proc/28852/task/28871/stat : 28871 (java) R 28850 28852 27899 0 -1 4202560 312248 0 0 0 116672 48 0 0 25 0 22 0 510952188 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912506339791 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28852/tid=28872] ppid=28850 vsize=15763668 CPUtime=1166.92 cores=1,3,5,7
/proc/28852/task/28872/stat : 28872 (java) R 28850 28852 27899 0 -1 4202560 306445 0 0 0 116642 50 0 0 25 0 22 0 510952188 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505523219 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28852/tid=28873] ppid=28850 vsize=15763668 CPUtime=1166.92 cores=1,3,5,7
/proc/28852/task/28873/stat : 28873 (java) R 28850 28852 27899 0 -1 4202560 305699 0 0 0 116644 48 0 0 25 0 22 0 510952188 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 47882991490172 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28852/tid=28874] ppid=28850 vsize=15763668 CPUtime=1167.05 cores=1,3,5,7
/proc/28852/task/28874/stat : 28874 (java) R 28850 28852 27899 0 -1 4202560 300276 0 0 0 116657 48 0 0 25 0 22 0 510952188 16141996032 125382 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505707601 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4700.57
Current children cumulated vsize (KiB) 15763668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 7.79 7.98 7.94 5/197 28918
/proc/meminfo: memFree=21574060/32951124 swapFree=67111524/67111528
[pid=28852] ppid=28850 vsize=15763668 CPUtime=4800.36 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28850 28852 27899 0 -1 4202496 2065765 0 1 0 479569 467 0 0 25 0 22 0 510952160 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28852/statm: 3940917 101669 2297 9 0 3931636 0
[pid=28852/tid=28853] ppid=28850 vsize=15763668 CPUtime=0.46 cores=1,3,5,7
/proc/28852/task/28853/stat : 28853 (java) S 28850 28852 27899 0 -1 4202560 8311 0 1 0 44 2 0 0 18 0 22 0 510952161 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28855] ppid=28850 vsize=15763668 CPUtime=3.42 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28850 28852 27899 0 -1 4202560 96441 0 0 0 320 22 0 0 15 0 22 0 510952161 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28856] ppid=28850 vsize=15763668 CPUtime=3.43 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28850 28852 27899 0 -1 4202560 104984 0 0 0 320 23 0 0 15 0 22 0 510952161 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28857] ppid=28850 vsize=15763668 CPUtime=3.42 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28850 28852 27899 0 -1 4202560 100197 0 0 0 321 21 0 0 15 0 22 0 510952161 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28858] ppid=28850 vsize=15763668 CPUtime=3.44 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28850 28852 27899 0 -1 4202560 100818 0 0 0 321 23 0 0 15 0 22 0 510952161 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28859] ppid=28850 vsize=15763668 CPUtime=3.4 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28850 28852 27899 0 -1 4202560 97156 0 0 0 317 23 0 0 15 0 22 0 510952161 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28860] ppid=28850 vsize=15763668 CPUtime=3.55 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28850 28852 27899 0 -1 4202560 98855 0 0 0 333 22 0 0 16 0 22 0 510952161 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28861] ppid=28850 vsize=15763668 CPUtime=3.52 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28850 28852 27899 0 -1 4202560 98551 0 0 0 330 22 0 0 15 0 22 0 510952161 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28862] ppid=28850 vsize=15763668 CPUtime=3.48 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28850 28852 27899 0 -1 4202560 99211 0 0 0 327 21 0 0 15 0 22 0 510952161 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28863] ppid=28850 vsize=15763668 CPUtime=2.49 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28850 28852 27899 0 -1 4202560 5696 0 0 0 167 82 0 0 15 0 22 0 510952162 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738221568 0 0 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28864] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28850 28852 27899 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510952163 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28865] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28850 28852 27899 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510952163 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28866] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510952165 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738228657 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28867] ppid=28850 vsize=15763668 CPUtime=0.82 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28850 28852 27899 0 -1 4202560 5672 0 0 0 82 0 0 0 15 0 22 0 510952165 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 7 0 0 0
[pid=28852/tid=28868] ppid=28850 vsize=15763668 CPUtime=1.58 cores=1,3,5,7
/proc/28852/task/28868/stat : 28868 (java) S 28850 28852 27899 0 -1 4202560 10694 0 0 0 157 1 0 0 15 0 22 0 510952165 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 1 0 0 0
[pid=28852/tid=28869] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28869/stat : 28869 (java) S 28850 28852 27899 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510952165 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738220953 0 4 0 16800975 18446604471130898496 0 0 -1 5 0 0 0
[pid=28852/tid=28870] ppid=28850 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28870/stat : 28870 (java) S 28850 28852 27899 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 510952165 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 264738221568 0 4 0 16800975 18446604471130898496 0 0 -1 3 0 0 0
[pid=28852/tid=28871] ppid=28850 vsize=15763668 CPUtime=1192.02 cores=1,3,5,7
/proc/28852/task/28871/stat : 28871 (java) R 28850 28852 27899 0 -1 4202560 315623 0 0 0 119153 49 0 0 25 0 22 0 510952188 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505778297 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28852/tid=28872] ppid=28850 vsize=15763668 CPUtime=1191.71 cores=1,3,5,7
/proc/28852/task/28872/stat : 28872 (java) R 28850 28852 27899 0 -1 4202560 309623 0 0 0 119120 51 0 0 25 0 22 0 510952188 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912506081048 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28852/tid=28873] ppid=28850 vsize=15763668 CPUtime=1191.62 cores=1,3,5,7
/proc/28852/task/28873/stat : 28873 (java) R 28850 28852 27899 0 -1 4202560 308969 0 0 0 119114 48 0 0 25 0 22 0 510952188 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505791774 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28852/tid=28874] ppid=28850 vsize=15763668 CPUtime=1191.85 cores=1,3,5,7
/proc/28852/task/28874/stat : 28874 (java) R 28850 28852 27899 0 -1 4202560 303518 0 0 0 119136 49 0 0 25 0 22 0 510952188 16141996032 101669 33554432000 1073741824 1073778376 140735920722704 18446744073709551615 46912505778317 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15763668

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

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

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.41
CPU user time (s): 4795.72
CPU system time (s): 4.69529
CPU usage (%): 397.571
Max. virtual memory (cumulated for all children) (KiB): 15766104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.72
system time used= 4.69529
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2065791
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= 262313
involuntary context switches= 149565

runsolver used 2.00069 second user time and 4.6303 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-30 19:42:46
IDJOB=3312302
IDBENCH=83430
IDSOLVER=1698
FILE ID=node141/3312302-1304185365
RUNJOBID= node141-1304185364-28763
PBS_JOBID= 13172451
Free space on /tmp= 72596 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312302-1304185365/watcher-3312302-1304185365 -o /tmp/evaluation-result-3312302-1304185365/solver-3312302-1304185365 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312302-1304185365.cnf -hbr 2

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1412149211

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:      21811528 kB
Buffers:       1412240 kB
Cached:        8920604 kB
SwapCached:          4 kB
Active:        2831172 kB
Inactive:      7733840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21811528 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3668 kB
Writeback:           0 kB
AnonPages:      231452 kB
Mapped:          22632 kB
Slab:           511500 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   819332 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= 72596 MiB
End job on node141 at 2011-04-30 20:02:55