Trace number 3312563

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.27 1207.53

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S20037494-023.SATISFIABLE.cnf
MD5SUM8d71ad1b25bd6c4021d51959610734bb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

0.09/0.12	53:46 INFO : Reading from input HOME/instance-3312563-1304121225.cnf
0.26/0.27	Executor set job limit to 1000000
0.26/0.27	Executor set job limit to 1000000
0.26/0.27	Executor set job limit to 1000000
0.26/0.27	Executor set job limit to 1000000
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.77/0.40	53:46 INFO : 100 variables remaining out of 100
0.77/0.40	53:46 INFO : 12780 literals remaining out of 12780

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-3312563-1304121225/watcher-3312563-1304121225 -o /tmp/evaluation-result-3312563-1304121225/solver-3312563-1304121225 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312563-1304121225.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: 8.17 8.14 8.04 6/198 31947
/proc/meminfo: memFree=30252060/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 1369 0 0 0 0 0 0 0 25 0 2 0 523719237 24580096 849 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 6001 849 648 9 0 381 0
[pid=31947/tid=31948] ppid=31945 vsize=24008 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) R 31945 31947 31569 0 -1 4202560 15 0 0 0 0 0 0 0 25 0 2 0 523719237 24584192 852 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254500691712 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.046471 s]
/proc/loadavg: 8.17 8.14 8.04 6/198 31947
/proc/meminfo: memFree=30252060/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 3719 0 1 0 2 0 0 0 25 0 13 0 523719237 15978749952 3158 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 3901062 3159 1679 9 0 3891810 0
[pid=31947/tid=31948] ppid=31945 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) R 31945 31947 31569 0 -1 4202560 2330 0 1 0 2 0 0 0 25 0 13 0 523719237 15978749952 3159 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 47384551598099 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100447 s]
/proc/loadavg: 8.17 8.14 8.04 6/198 31947
/proc/meminfo: memFree=30252060/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=15742064 CPUtime=0.09 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 5509 0 1 0 9 0 0 0 25 0 18 0 523719237 16119873536 4915 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 3935516 4915 2115 9 0 3926235 0
[pid=31947/tid=31948] ppid=31945 vsize=15742064 CPUtime=0.07 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) R 31945 31947 31569 0 -1 4202560 3349 0 1 0 7 0 0 0 18 0 18 0 523719237 16119873536 4915 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 47384552399925 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15742064

[startup+0.300392 s]
/proc/loadavg: 8.17 8.14 8.04 6/198 31947
/proc/meminfo: memFree=30252060/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=15751904 CPUtime=0.5 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 11611 0 1 0 48 2 0 0 25 0 22 0 523719237 16129949696 10048 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 3937976 10048 2214 9 0 3928695 0
[pid=31947/tid=31948] ppid=31945 vsize=15751904 CPUtime=0.27 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) R 31945 31947 31569 0 -1 4202560 6658 0 1 0 26 1 0 0 19 0 22 0 523719237 16129949696 10049 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 47384549228451 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15751904

[startup+1.07624 s]
/proc/loadavg: 8.17 8.14 8.04 6/198 31947
/proc/meminfo: memFree=30252060/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=15769764 CPUtime=3.26 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 49894 0 1 0 319 7 0 0 25 0 22 0 523719237 16148238336 41348 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 3942441 41348 2263 9 0 3933160 0
[pid=31947/tid=31948] ppid=31945 vsize=15769764 CPUtime=0.37 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) S 31945 31947 31569 0 -1 4202560 6989 0 1 0 36 1 0 0 20 0 22 0 523719237 16148238336 41349 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 15769764

[startup+1.5011 s]
/proc/loadavg: 8.17 8.14 8.04 10/220 31969
/proc/meminfo: memFree=30075700/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=15769764 CPUtime=4.92 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 58408 0 1 0 484 8 0 0 25 0 22 0 523719237 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 3942441 49517 2279 9 0 3933160 0
[pid=31947/tid=31948] ppid=31945 vsize=15769764 CPUtime=0.37 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) S 31945 31947 31569 0 -1 4202560 6989 0 1 0 36 1 0 0 20 0 22 0 523719237 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31950] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31950/stat : 31950 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31951] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31951/stat : 31951 (java) R 31945 31947 31569 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 523719238 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31947/tid=31952] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31952/stat : 31952 (java) S 31945 31947 31569 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 5 0 0 0
[pid=31947/tid=31953] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31953/stat : 31953 (java) S 31945 31947 31569 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31954] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (java) S 31945 31947 31569 0 -1 4202560 354 0 0 0 0 0 0 0 16 0 22 0 523719238 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31955] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31955/stat : 31955 (java) S 31945 31947 31569 0 -1 4202560 297 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31956] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31956/stat : 31956 (java) S 31945 31947 31569 0 -1 4202560 489 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (java) S 31945 31947 31569 0 -1 4202560 83 0 0 0 0 0 0 0 16 0 22 0 523719238 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31958] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31958/stat : 31958 (java) S 31945 31947 31569 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 523719239 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512508416 0 0 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31959] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31959/stat : 31959 (java) S 31945 31947 31569 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523719240 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31960] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31960/stat : 31960 (java) S 31945 31947 31569 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523719240 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31961] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31961/stat : 31961 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523719242 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512515505 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31962] ppid=31945 vsize=15769764 CPUtime=0.86 cores=1,3,5,7
/proc/31947/task/31962/stat : 31962 (java) S 31945 31947 31569 0 -1 4202560 12239 0 0 0 85 1 0 0 15 0 22 0 523719242 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31963] ppid=31945 vsize=15769764 CPUtime=0.88 cores=1,3,5,7
/proc/31947/task/31963/stat : 31963 (java) S 31945 31947 31569 0 -1 4202560 7372 0 0 0 87 1 0 0 16 0 22 0 523719243 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31964] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31964/stat : 31964 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523719243 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31965] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31965/stat : 31965 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523719243 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512508416 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31966] ppid=31945 vsize=15769764 CPUtime=1.05 cores=1,3,5,7
/proc/31947/task/31966/stat : 31966 (java) R 31945 31947 31569 0 -1 4202560 13057 0 0 0 103 2 0 0 20 0 22 0 523719265 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505663921 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31947/tid=31967] ppid=31945 vsize=15769764 CPUtime=0.43 cores=1,3,5,7
/proc/31947/task/31967/stat : 31967 (java) R 31945 31947 31569 0 -1 4202560 2564 0 0 0 43 0 0 0 18 0 22 0 523719265 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 47384553019490 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31947/tid=31968] ppid=31945 vsize=15769764 CPUtime=0.38 cores=1,3,5,7
/proc/31947/task/31968/stat : 31968 (java) R 31945 31947 31569 0 -1 4202560 585 0 0 0 38 0 0 0 16 0 22 0 523719265 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505781850 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31947/tid=31969] ppid=31945 vsize=15769764 CPUtime=0.87 cores=1,3,5,7
/proc/31947/task/31969/stat : 31969 (java) R 31945 31947 31569 0 -1 4202560 12549 0 0 0 86 1 0 0 19 0 22 0 523719265 16148238336 49517 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505614857 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 15769764

[startup+3.10078 s]
/proc/loadavg: 8.16 8.13 8.04 9/220 31969
/proc/meminfo: memFree=30077416/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=15769764 CPUtime=11.29 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 61940 0 1 0 1120 9 0 0 25 0 22 0 523719237 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 3942441 49386 2286 9 0 3933160 0
[pid=31947/tid=31948] ppid=31945 vsize=15769764 CPUtime=0.37 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) S 31945 31947 31569 0 -1 4202560 6989 0 1 0 36 1 0 0 20 0 22 0 523719237 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31950] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31950/stat : 31950 (java) S 31945 31947 31569 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31951] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31951/stat : 31951 (java) S 31945 31947 31569 0 -1 4202560 311 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 5 0 0 0
[pid=31947/tid=31952] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31952/stat : 31952 (java) S 31945 31947 31569 0 -1 4202560 442 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31953] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31953/stat : 31953 (java) S 31945 31947 31569 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31954] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (java) S 31945 31947 31569 0 -1 4202560 441 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31955] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31955/stat : 31955 (java) S 31945 31947 31569 0 -1 4202560 695 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31956] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31956/stat : 31956 (java) S 31945 31947 31569 0 -1 4202560 1347 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (java) S 31945 31947 31569 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31958] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31958/stat : 31958 (java) S 31945 31947 31569 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 523719239 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512508416 0 0 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31959] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31959/stat : 31959 (java) S 31945 31947 31569 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523719240 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31960] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31960/stat : 31960 (java) S 31945 31947 31569 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523719240 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31961] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31961/stat : 31961 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523719242 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512515505 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31962] ppid=31945 vsize=15769764 CPUtime=0.96 cores=1,3,5,7
/proc/31947/task/31962/stat : 31962 (java) S 31945 31947 31569 0 -1 4202560 12253 0 0 0 95 1 0 0 15 0 22 0 523719242 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31963] ppid=31945 vsize=15769764 CPUtime=1.04 cores=1,3,5,7
/proc/31947/task/31963/stat : 31963 (java) S 31945 31947 31569 0 -1 4202560 8056 0 0 0 103 1 0 0 15 0 22 0 523719243 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31964] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31964/stat : 31964 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523719243 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31965] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31965/stat : 31965 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523719243 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512508416 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31966] ppid=31945 vsize=15769764 CPUtime=2.54 cores=1,3,5,7
/proc/31947/task/31966/stat : 31966 (java) R 31945 31947 31569 0 -1 4202560 13059 0 0 0 252 2 0 0 24 0 22 0 523719265 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 47384553017701 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31947/tid=31967] ppid=31945 vsize=15769764 CPUtime=1.95 cores=1,3,5,7
/proc/31947/task/31967/stat : 31967 (java) R 31945 31947 31569 0 -1 4202560 2667 0 0 0 195 0 0 0 21 0 22 0 523719265 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505736981 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31947/tid=31968] ppid=31945 vsize=15769764 CPUtime=1.97 cores=1,3,5,7
/proc/31947/task/31968/stat : 31968 (java) R 31945 31947 31569 0 -1 4202560 594 0 0 0 197 0 0 0 18 0 22 0 523719265 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505828748 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31947/tid=31969] ppid=31945 vsize=15769764 CPUtime=2.34 cores=1,3,5,7
/proc/31947/task/31969/stat : 31969 (java) R 31945 31947 31569 0 -1 4202560 12557 0 0 0 233 1 0 0 22 0 22 0 523719265 16148238336 49386 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505632935 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 15769764

[startup+6.30115 s]
/proc/loadavg: 8.16 8.13 8.04 9/220 31969
/proc/meminfo: memFree=30135820/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=15769764 CPUtime=24.01 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 62791 0 1 0 2391 10 0 0 25 0 22 0 523719237 16148238336 39448 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 3942441 39448 2289 9 0 3933160 0
[pid=31947/tid=31948] ppid=31945 vsize=15769764 CPUtime=0.37 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) S 31945 31947 31569 0 -1 4202560 6989 0 1 0 36 1 0 0 20 0 22 0 523719237 16148238336 39448 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31950] ppid=31945 vsize=15769764 CPUtime=0.01 cores=1,3,5,7
/proc/31947/task/31950/stat : 31950 (java) S 31945 31947 31569 0 -1 4202560 897 0 0 0 1 0 0 0 15 0 22 0 523719238 16148238336 39448 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31951] ppid=31945 vsize=15769764 CPUtime=0.01 cores=1,3,5,7
/proc/31947/task/31951/stat : 31951 (java) S 31945 31947 31569 0 -1 4202560 387 0 0 0 1 0 0 0 15 0 22 0 523719238 16148238336 39448 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 5 0 0 0
[pid=31947/tid=31952] ppid=31945 vsize=15769764 CPUtime=0.01 cores=1,3,5,7
/proc/31947/task/31952/stat : 31952 (java) S 31945 31947 31569 0 -1 4202560 529 0 0 0 1 0 0 0 15 0 22 0 523719238 16148238336 39448 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31953] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31953/stat : 31953 (java) S 31945 31947 31569 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 39448 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31954] ppid=31945 vsize=15769764 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (java) S 31945 31947 31569 0 -1 4202560 502 0 0 0 0 0 0 0 15 0 22 0 523719238 16148238336 39448 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31955] ppid=31945 vsize=15769764 CPUtime=0.01 cores=1,3,5,7
/proc/31947/task/31955/stat : 31955 (java) S 31945 31947 31569 0 -1 4202560 851 0 0 0 1 0 0 0 15 0 22 0 523719238 16148238336 39448 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31956] ppid=31945 vsize=15769764 CPUtime=0.01 cores=1,3,5,7
/proc/31947/task/31956/stat : 31956 (java) S 31945 31947 31569 0 -1 4202560 1437 0 0 0 1 0 0 0 15 0 22 0 523719238 16148238336 39448 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=15769764 CPUtime=0.01 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (java) S 31945 31947 31569 0 -1 4202560 232 0 0 0 1 0 0 0 16 0 22 0 523719238 16148238336 39448 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0

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

[pid=31947/tid=31967] ppid=31945 vsize=15763668 CPUtime=1048.38 cores=1,3,5,7
/proc/31947/task/31967/stat : 31967 (java) R 31945 31947 31569 0 -1 4202560 115984 0 0 0 104811 27 0 0 19 0 22 0 523719265 16141996032 72675 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505883325 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31947/tid=31968] ppid=31945 vsize=15763668 CPUtime=1048.7 cores=1,3,5,7
/proc/31947/task/31968/stat : 31968 (java) R 31945 31947 31569 0 -1 4202560 113223 0 0 0 104842 28 0 0 25 0 22 0 523719265 16141996032 72675 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505737875 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31947/tid=31969] ppid=31945 vsize=15763668 CPUtime=1048.46 cores=1,3,5,7
/proc/31947/task/31969/stat : 31969 (java) R 31945 31947 31569 0 -1 4202560 125501 0 0 0 104816 30 0 0 25 0 22 0 523719265 16141996032 72675 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912506073330 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4223.06
Current children cumulated vsize (KiB) 15763668

[startup+1122.31 s]
/proc/loadavg: 8.13 8.08 8.04 9/220 32011
/proc/meminfo: memFree=30312208/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=15763668 CPUtime=4461.59 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 1003739 0 1 0 445845 314 0 0 25 0 22 0 523719237 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 3940917 73203 2299 9 0 3931636 0
[pid=31947/tid=31948] ppid=31945 vsize=15763668 CPUtime=0.37 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) S 31945 31947 31569 0 -1 4202560 6989 0 1 0 36 1 0 0 20 0 22 0 523719237 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31950] ppid=31945 vsize=15763668 CPUtime=3.06 cores=1,3,5,7
/proc/31947/task/31950/stat : 31950 (java) S 31945 31947 31569 0 -1 4202560 59835 0 0 0 290 16 0 0 15 0 22 0 523719238 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31951] ppid=31945 vsize=15763668 CPUtime=3.05 cores=1,3,5,7
/proc/31947/task/31951/stat : 31951 (java) S 31945 31947 31569 0 -1 4202560 56815 0 0 0 289 16 0 0 16 0 22 0 523719238 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31952] ppid=31945 vsize=15763668 CPUtime=3.1 cores=1,3,5,7
/proc/31947/task/31952/stat : 31952 (java) S 31945 31947 31569 0 -1 4202560 56092 0 0 0 294 16 0 0 16 0 22 0 523719238 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31953] ppid=31945 vsize=15763668 CPUtime=3.02 cores=1,3,5,7
/proc/31947/task/31953/stat : 31953 (java) S 31945 31947 31569 0 -1 4202560 53891 0 0 0 287 15 0 0 15 0 22 0 523719238 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31954] ppid=31945 vsize=15763668 CPUtime=3.04 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (java) S 31945 31947 31569 0 -1 4202560 56500 0 0 0 291 13 0 0 15 0 22 0 523719238 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31955] ppid=31945 vsize=15763668 CPUtime=3.1 cores=1,3,5,7
/proc/31947/task/31955/stat : 31955 (java) S 31945 31947 31569 0 -1 4202560 59042 0 0 0 295 15 0 0 15 0 22 0 523719238 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31956] ppid=31945 vsize=15763668 CPUtime=3.1 cores=1,3,5,7
/proc/31947/task/31956/stat : 31956 (java) S 31945 31947 31569 0 -1 4202560 55937 0 0 0 295 15 0 0 16 0 22 0 523719238 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 5 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=15763668 CPUtime=3.06 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (java) S 31945 31947 31569 0 -1 4202560 56229 0 0 0 289 17 0 0 15 0 22 0 523719238 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31958] ppid=31945 vsize=15763668 CPUtime=2.15 cores=1,3,5,7
/proc/31947/task/31958/stat : 31958 (java) S 31945 31947 31569 0 -1 4202560 2422 0 0 0 157 58 0 0 15 0 22 0 523719239 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512508416 0 0 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31959] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31959/stat : 31959 (java) S 31945 31947 31569 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523719240 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31960] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31960/stat : 31960 (java) S 31945 31947 31569 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523719240 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31961] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31961/stat : 31961 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523719242 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512515505 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31962] ppid=31945 vsize=15763668 CPUtime=1 cores=1,3,5,7
/proc/31947/task/31962/stat : 31962 (java) S 31945 31947 31569 0 -1 4202560 12261 0 0 0 99 1 0 0 15 0 22 0 523719242 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31963] ppid=31945 vsize=15763668 CPUtime=1.11 cores=1,3,5,7
/proc/31947/task/31963/stat : 31963 (java) S 31945 31947 31569 0 -1 4202560 8071 0 0 0 110 1 0 0 15 0 22 0 523719243 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31964] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31964/stat : 31964 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523719243 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31965] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31965/stat : 31965 (java) S 31945 31947 31569 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 523719243 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512508416 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31966] ppid=31945 vsize=15763668 CPUtime=1108.82 cores=1,3,5,7
/proc/31947/task/31966/stat : 31966 (java) R 31945 31947 31569 0 -1 4202560 135724 0 0 0 110851 31 0 0 25 0 22 0 523719265 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505828789 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31947/tid=31967] ppid=31945 vsize=15763668 CPUtime=1107.73 cores=1,3,5,7
/proc/31947/task/31967/stat : 31967 (java) R 31945 31947 31569 0 -1 4202560 125229 0 0 0 110744 29 0 0 25 0 22 0 523719265 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505907815 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31947/tid=31968] ppid=31945 vsize=15763668 CPUtime=1108.06 cores=1,3,5,7
/proc/31947/task/31968/stat : 31968 (java) R 31945 31947 31569 0 -1 4202560 122569 0 0 0 110776 30 0 0 25 0 22 0 523719265 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505907818 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31947/tid=31969] ppid=31945 vsize=15763668 CPUtime=1107.66 cores=1,3,5,7
/proc/31947/task/31969/stat : 31969 (java) R 31945 31947 31569 0 -1 4202560 134692 0 0 0 110734 32 0 0 25 0 22 0 523719265 16141996032 73203 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505883027 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4461.59
Current children cumulated vsize (KiB) 15763668

[startup+1182.3 s]
/proc/loadavg: 6.68 7.74 7.93 5/193 32032
/proc/meminfo: memFree=30679436/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=15763668 CPUtime=4700.02 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 1058727 0 1 0 469668 334 0 0 25 0 22 0 523719237 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 3940917 75207 2299 9 0 3931636 0
[pid=31947/tid=31948] ppid=31945 vsize=15763668 CPUtime=0.37 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) S 31945 31947 31569 0 -1 4202560 6989 0 1 0 36 1 0 0 20 0 22 0 523719237 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31950] ppid=31945 vsize=15763668 CPUtime=3.22 cores=1,3,5,7
/proc/31947/task/31950/stat : 31950 (java) S 31945 31947 31569 0 -1 4202560 62429 0 0 0 305 17 0 0 15 0 22 0 523719238 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31951] ppid=31945 vsize=15763668 CPUtime=3.2 cores=1,3,5,7
/proc/31947/task/31951/stat : 31951 (java) S 31945 31947 31569 0 -1 4202560 60588 0 0 0 302 18 0 0 16 0 22 0 523719238 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31952] ppid=31945 vsize=15763668 CPUtime=3.24 cores=1,3,5,7
/proc/31947/task/31952/stat : 31952 (java) S 31945 31947 31569 0 -1 4202560 59341 0 0 0 308 16 0 0 15 0 22 0 523719238 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31953] ppid=31945 vsize=15763668 CPUtime=3.17 cores=1,3,5,7
/proc/31947/task/31953/stat : 31953 (java) S 31945 31947 31569 0 -1 4202560 56772 0 0 0 301 16 0 0 16 0 22 0 523719238 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31954] ppid=31945 vsize=15763668 CPUtime=3.21 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (java) S 31945 31947 31569 0 -1 4202560 59279 0 0 0 307 14 0 0 15 0 22 0 523719238 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31955] ppid=31945 vsize=15763668 CPUtime=3.27 cores=1,3,5,7
/proc/31947/task/31955/stat : 31955 (java) S 31945 31947 31569 0 -1 4202560 62481 0 0 0 310 17 0 0 15 0 22 0 523719238 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 5 0 0 0
[pid=31947/tid=31956] ppid=31945 vsize=15763668 CPUtime=3.26 cores=1,3,5,7
/proc/31947/task/31956/stat : 31956 (java) S 31945 31947 31569 0 -1 4202560 59236 0 0 0 310 16 0 0 15 0 22 0 523719238 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 5 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=15763668 CPUtime=3.19 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (java) S 31945 31947 31569 0 -1 4202560 58819 0 0 0 301 18 0 0 15 0 22 0 523719238 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 5 0 0 0
[pid=31947/tid=31958] ppid=31945 vsize=15763668 CPUtime=2.28 cores=1,3,5,7
/proc/31947/task/31958/stat : 31958 (java) S 31945 31947 31569 0 -1 4202560 2562 0 0 0 167 61 0 0 15 0 22 0 523719239 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512508416 0 0 0 16800975 18446604471144306624 0 0 -1 5 0 0 0
[pid=31947/tid=31959] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31959/stat : 31959 (java) S 31945 31947 31569 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523719240 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31960] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31960/stat : 31960 (java) S 31945 31947 31569 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523719240 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31961] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31961/stat : 31961 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523719242 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512515505 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31962] ppid=31945 vsize=15763668 CPUtime=1 cores=1,3,5,7
/proc/31947/task/31962/stat : 31962 (java) S 31945 31947 31569 0 -1 4202560 12261 0 0 0 99 1 0 0 15 0 22 0 523719242 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31963] ppid=31945 vsize=15763668 CPUtime=1.11 cores=1,3,5,7
/proc/31947/task/31963/stat : 31963 (java) S 31945 31947 31569 0 -1 4202560 8071 0 0 0 110 1 0 0 15 0 22 0 523719243 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31964] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31964/stat : 31964 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523719243 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31965] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31965/stat : 31965 (java) S 31945 31947 31569 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 523719243 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512508416 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31966] ppid=31945 vsize=15763668 CPUtime=1168.02 cores=1,3,5,7
/proc/31947/task/31966/stat : 31966 (java) R 31945 31947 31569 0 -1 4202560 143144 0 0 0 116769 33 0 0 25 0 22 0 523719265 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505679508 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31947/tid=31967] ppid=31945 vsize=15763668 CPUtime=1167.07 cores=1,3,5,7
/proc/31947/task/31967/stat : 31967 (java) R 31945 31947 31569 0 -1 4202560 132896 0 0 0 116677 30 0 0 25 0 22 0 523719265 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31947/tid=31968] ppid=31945 vsize=15763668 CPUtime=1167.41 cores=1,3,5,7
/proc/31947/task/31968/stat : 31968 (java) R 31945 31947 31569 0 -1 4202560 130407 0 0 0 116709 32 0 0 25 0 22 0 523719265 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912506098440 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31947/tid=31969] ppid=31945 vsize=15763668 CPUtime=1166.83 cores=1,3,5,7
/proc/31947/task/31969/stat : 31969 (java) R 31945 31947 31569 0 -1 4202560 142007 0 0 0 116649 34 0 0 25 0 22 0 523719265 16141996032 75207 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4700.02
Current children cumulated vsize (KiB) 15763668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.5 s]
/proc/loadavg: 5.77 7.44 7.82 5/193 32033
/proc/meminfo: memFree=30697620/32950928 swapFree=67111464/67111528
[pid=31947] ppid=31945 vsize=15763668 CPUtime=4800.22 cores=1,3,5,7
/proc/31947/stat : 31947 (java) S 31945 31947 31569 0 -1 4202496 1075058 0 1 0 479678 344 0 0 25 0 22 0 523719237 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31947/statm: 3940917 70325 2299 9 0 3931636 0
[pid=31947/tid=31948] ppid=31945 vsize=15763668 CPUtime=0.37 cores=1,3,5,7
/proc/31947/task/31948/stat : 31948 (java) S 31945 31947 31569 0 -1 4202560 6989 0 1 0 36 1 0 0 20 0 22 0 523719237 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31950] ppid=31945 vsize=15763668 CPUtime=3.3 cores=1,3,5,7
/proc/31947/task/31950/stat : 31950 (java) S 31945 31947 31569 0 -1 4202560 63147 0 0 0 312 18 0 0 16 0 22 0 523719238 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31951] ppid=31945 vsize=15763668 CPUtime=3.25 cores=1,3,5,7
/proc/31947/task/31951/stat : 31951 (java) S 31945 31947 31569 0 -1 4202560 61296 0 0 0 307 18 0 0 15 0 22 0 523719238 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 5 0 0 0
[pid=31947/tid=31952] ppid=31945 vsize=15763668 CPUtime=3.31 cores=1,3,5,7
/proc/31947/task/31952/stat : 31952 (java) S 31945 31947 31569 0 -1 4202560 60019 0 0 0 314 17 0 0 15 0 22 0 523719238 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31953] ppid=31945 vsize=15763668 CPUtime=3.24 cores=1,3,5,7
/proc/31947/task/31953/stat : 31953 (java) S 31945 31947 31569 0 -1 4202560 57562 0 0 0 307 17 0 0 15 0 22 0 523719238 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31954] ppid=31945 vsize=15763668 CPUtime=3.28 cores=1,3,5,7
/proc/31947/task/31954/stat : 31954 (java) S 31945 31947 31569 0 -1 4202560 60036 0 0 0 313 15 0 0 16 0 22 0 523719238 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 7 0 0 0
[pid=31947/tid=31955] ppid=31945 vsize=15763668 CPUtime=3.34 cores=1,3,5,7
/proc/31947/task/31955/stat : 31955 (java) S 31945 31947 31569 0 -1 4202560 63127 0 0 0 317 17 0 0 15 0 22 0 523719238 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31956] ppid=31945 vsize=15763668 CPUtime=3.33 cores=1,3,5,7
/proc/31947/task/31956/stat : 31956 (java) S 31945 31947 31569 0 -1 4202560 59557 0 0 0 316 17 0 0 15 0 22 0 523719238 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31957] ppid=31945 vsize=15763668 CPUtime=3.26 cores=1,3,5,7
/proc/31947/task/31957/stat : 31957 (java) S 31945 31947 31569 0 -1 4202560 59026 0 0 0 307 19 0 0 16 0 22 0 523719238 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31958] ppid=31945 vsize=15763668 CPUtime=2.34 cores=1,3,5,7
/proc/31947/task/31958/stat : 31958 (java) S 31945 31947 31569 0 -1 4202560 2622 0 0 0 171 63 0 0 15 0 22 0 523719239 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512508416 0 0 0 16800975 18446604471144306624 0 0 -1 5 0 0 0
[pid=31947/tid=31959] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31959/stat : 31959 (java) S 31945 31947 31569 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523719240 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31960] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31960/stat : 31960 (java) S 31945 31947 31569 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523719240 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31961] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31961/stat : 31961 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523719242 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512515505 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31962] ppid=31945 vsize=15763668 CPUtime=1 cores=1,3,5,7
/proc/31947/task/31962/stat : 31962 (java) S 31945 31947 31569 0 -1 4202560 12261 0 0 0 99 1 0 0 15 0 22 0 523719242 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31963] ppid=31945 vsize=15763668 CPUtime=1.11 cores=1,3,5,7
/proc/31947/task/31963/stat : 31963 (java) S 31945 31947 31569 0 -1 4202560 8071 0 0 0 110 1 0 0 15 0 22 0 523719243 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31964] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31964/stat : 31964 (java) S 31945 31947 31569 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523719243 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512507801 0 4 0 16800975 18446604471144306624 0 0 -1 1 0 0 0
[pid=31947/tid=31965] ppid=31945 vsize=15763668 CPUtime=0 cores=1,3,5,7
/proc/31947/task/31965/stat : 31965 (java) S 31945 31947 31569 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 523719243 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 254512508416 0 4 0 16800975 18446604471144306624 0 0 -1 3 0 0 0
[pid=31947/tid=31966] ppid=31945 vsize=15763668 CPUtime=1192.96 cores=1,3,5,7
/proc/31947/task/31966/stat : 31966 (java) R 31945 31947 31569 0 -1 4202560 145969 0 0 0 119262 34 0 0 25 0 22 0 523719265 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505737277 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31947/tid=31967] ppid=31945 vsize=15763668 CPUtime=1191.97 cores=1,3,5,7
/proc/31947/task/31967/stat : 31967 (java) R 31945 31947 31569 0 -1 4202560 135933 0 0 0 119166 31 0 0 25 0 22 0 523719265 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505714249 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31947/tid=31968] ppid=31945 vsize=15763668 CPUtime=1192.33 cores=1,3,5,7
/proc/31947/task/31968/stat : 31968 (java) R 31945 31947 31569 0 -1 4202560 133234 0 0 0 119201 32 0 0 25 0 22 0 523719265 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505679267 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31947/tid=31969] ppid=31945 vsize=15763668 CPUtime=1191.67 cores=1,3,5,7
/proc/31947/task/31969/stat : 31969 (java) R 31945 31947 31569 0 -1 4202560 144762 0 0 0 119132 35 0 0 25 0 22 0 523719265 16141996032 70325 33554432000 1073741824 1073778376 140734158393616 18446744073709551615 46912505738208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.22
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.53
CPU time (s): 4800.27
CPU user time (s): 4796.81
CPU system time (s): 3.45947
CPU usage (%): 397.529
Max. virtual memory (cumulated for all children) (KiB): 15769764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.81
system time used= 3.45947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1075084
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= 333466
involuntary context switches= 177089

runsolver used 1.86272 second user time and 4.78227 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 01:53:46
IDJOB=3312563
IDBENCH=82748
IDSOLVER=1699
FILE ID=node149/3312563-1304121225
RUNJOBID= node149-1304118759-31588
PBS_JOBID= 13170723
Free space on /tmp= 71932 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S20037494-023.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312563-1304121225/watcher-3312563-1304121225 -o /tmp/evaluation-result-3312563-1304121225/solver-3312563-1304121225 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312563-1304121225.cnf

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

MD5SUM BENCH= 8d71ad1b25bd6c4021d51959610734bb
RANDOM SEED=1382401550

node149.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	: 5332.83
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.83
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.73
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.82
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32950928 kB
MemFree:      30252332 kB
Buffers:        446252 kB
Cached:        1099096 kB
SwapCached:         60 kB
Active:         865588 kB
Inactive:      1463128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30252332 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            1640 kB
Writeback:           0 kB
AnonPages:      783200 kB
Mapped:          23592 kB
Slab:           305324 kB
PageTables:       6460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1239576 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= 71932 MiB
End job on node149 at 2011-04-30 02:13:55