Trace number 3311391

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.24 1207.43

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1653142431-025.UNKNOWN.cnf
MD5SUM57404773f78439bca79cfbdcb4a4a71b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
Number of clauses of size over 50

Solver Data

0.10/0.11	52:59 INFO : Reading from input HOME/instance-3311391-1304124778.cnf
0.26/0.28	Executor set job limit to 1000000
0.26/0.28	Executor set job limit to 1000000
0.26/0.28	Executor set job limit to 1000000
0.26/0.28	Executor set job limit to 1000000
0.26/0.28	Starting Executor!
0.26/0.28	Starting Executor!
0.26/0.28	Starting Executor!
0.26/0.28	Starting Executor!
0.78/0.45	52:59 INFO : 150 variables remaining out of 150
0.78/0.45	52:59 INFO : 19170 literals remaining out of 19170

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-3311391-1304124778/watcher-3311391-1304124778 -o /tmp/evaluation-result-3311391-1304124778/solver-3311391-1304124778 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311391-1304124778.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: 3.73 4.69 6.26 2/186 10911
/proc/meminfo: memFree=31300732/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 1423 0 0 0 0 0 0 0 18 0 2 0 504893467 27824128 894 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 6793 894 684 9 0 381 0
[pid=10911/tid=10912] ppid=10909 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) R 10909 10911 10090 0 -1 4202560 66 0 0 0 0 0 0 0 19 0 2 0 504893467 27824128 894 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270333460036 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.039842 s]
/proc/loadavg: 3.73 4.69 6.26 2/186 10911
/proc/meminfo: memFree=31300732/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=15669784 CPUtime=0.02 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 3722 0 1 0 2 0 0 0 18 0 13 0 504893467 16045858816 3162 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 3917446 3162 1680 9 0 3908194 0
[pid=10911/tid=10912] ppid=10909 vsize=15669784 CPUtime=0.02 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) R 10909 10911 10090 0 -1 4202560 2331 0 1 0 2 0 0 0 18 0 13 0 504893467 16045858816 3162 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 47290478757400 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15669784

[startup+0.100825 s]
/proc/loadavg: 3.73 4.69 6.26 2/186 10911
/proc/meminfo: memFree=31300732/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=15676568 CPUtime=0.1 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 5592 0 1 0 9 1 0 0 18 0 18 0 504893467 16052805632 4987 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 3919142 4987 2116 9 0 3909861 0
[pid=10911/tid=10912] ppid=10909 vsize=15676568 CPUtime=0.07 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) R 10909 10911 10090 0 -1 4202560 3431 0 1 0 7 0 0 0 18 0 18 0 504893467 16052805632 4987 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350210507 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676568

[startup+0.304821 s]
/proc/loadavg: 3.73 4.69 6.26 2/186 10911
/proc/meminfo: memFree=31300732/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=15684240 CPUtime=0.53 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 13228 0 1 0 51 2 0 0 18 0 22 0 504893467 16060661760 11215 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 3921060 11215 2213 9 0 3911779 0
[pid=10911/tid=10912] ppid=10909 vsize=15684240 CPUtime=0.28 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) R 10909 10911 10090 0 -1 4202560 7689 0 1 0 27 1 0 0 20 0 22 0 504893467 16060661760 11216 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 47290480192339 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15684240

[startup+0.700668 s]
/proc/loadavg: 3.73 4.69 6.26 2/186 10911
/proc/meminfo: memFree=31300732/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=15701796 CPUtime=1.75 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 27637 0 1 0 171 4 0 0 18 0 22 0 504893467 16078639104 22246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 3925449 22247 2260 9 0 3916168 0
[pid=10911/tid=10912] ppid=10909 vsize=15701796 CPUtime=0.42 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) S 10909 10911 10090 0 -1 4202560 8144 0 1 0 41 1 0 0 20 0 22 0 504893467 16078639104 22247 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15701796

[startup+1.50151 s]
/proc/loadavg: 3.73 4.69 6.26 11/220 10945
/proc/meminfo: memFree=30988168/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=15699392 CPUtime=4.93 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 59530 0 1 0 485 8 0 0 18 0 22 0 504893467 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 3924848 50356 2285 9 0 3915567 0
[pid=10911/tid=10912] ppid=10909 vsize=15699392 CPUtime=0.42 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) S 10909 10911 10090 0 -1 4202560 8144 0 1 0 41 1 0 0 20 0 22 0 504893467 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10917] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10917/stat : 10917 (java) S 10909 10911 10090 0 -1 4202560 329 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10918] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10918/stat : 10918 (java) S 10909 10911 10090 0 -1 4202560 156 0 0 0 0 0 0 0 16 0 22 0 504893468 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10919] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10919/stat : 10919 (java) S 10909 10911 10090 0 -1 4202560 139 0 0 0 0 0 0 0 16 0 22 0 504893468 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10920] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10920/stat : 10920 (java) S 10909 10911 10090 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10921] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10921/stat : 10921 (java) S 10909 10911 10090 0 -1 4202560 661 0 0 0 0 0 0 0 16 0 22 0 504893468 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10922] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10922/stat : 10922 (java) S 10909 10911 10090 0 -1 4202560 1078 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10923] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10923/stat : 10923 (java) S 10909 10911 10090 0 -1 4202560 650 0 0 0 0 0 0 0 16 0 22 0 504893468 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10924] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10924/stat : 10924 (java) S 10909 10911 10090 0 -1 4202560 447 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10925] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10925/stat : 10925 (java) S 10909 10911 10090 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 504893469 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 0 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10926] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10926/stat : 10926 (java) S 10909 10911 10090 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504893469 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10927] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10927/stat : 10927 (java) S 10909 10911 10090 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 504893469 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10933] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10933/stat : 10933 (java) S 10909 10911 10090 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504893471 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350207409 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10934] ppid=10909 vsize=15699392 CPUtime=0.78 cores=1,3,5,7
/proc/10911/task/10934/stat : 10934 (java) R 10909 10911 10090 0 -1 4202560 13054 0 0 0 77 1 0 0 20 0 22 0 504893471 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 47290480164680 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10911/tid=10935] ppid=10909 vsize=15699392 CPUtime=0.99 cores=1,3,5,7
/proc/10911/task/10935/stat : 10935 (java) R 10909 10911 10090 0 -1 4202560 6094 0 0 0 98 1 0 0 17 0 22 0 504893471 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 47290475303056 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10911/tid=10936] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10936/stat : 10936 (java) S 10909 10911 10090 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 504893471 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10937] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10937/stat : 10937 (java) S 10909 10911 10090 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504893471 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10942] ppid=10909 vsize=15699392 CPUtime=0.83 cores=1,3,5,7
/proc/10911/task/10942/stat : 10942 (java) R 10909 10911 10090 0 -1 4202560 8870 0 0 0 83 0 0 0 17 0 22 0 504893495 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10911/tid=10943] ppid=10909 vsize=15699392 CPUtime=0.76 cores=1,3,5,7
/proc/10911/task/10943/stat : 10943 (java) R 10909 10911 10090 0 -1 4202560 8553 0 0 0 76 0 0 0 17 0 22 0 504893495 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505922687 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10911/tid=10944] ppid=10909 vsize=15699392 CPUtime=0.76 cores=1,3,5,7
/proc/10911/task/10944/stat : 10944 (java) S 10909 10911 10090 0 -1 4202560 9012 0 0 0 76 0 0 0 17 0 22 0 504893495 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10945] ppid=10909 vsize=15699392 CPUtime=0.29 cores=1,3,5,7
/proc/10911/task/10945/stat : 10945 (java) R 10909 10911 10090 0 -1 4202560 943 0 0 0 29 0 0 0 17 0 22 0 504893495 16076177408 50356 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 15699392

[startup+3.10119 s]
/proc/loadavg: 3.73 4.69 6.26 12/220 10945
/proc/meminfo: memFree=30784304/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=15699392 CPUtime=11.29 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 93150 0 1 0 1116 13 0 0 18 0 22 0 504893467 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 3924848 83592 2285 9 0 3915567 0
[pid=10911/tid=10912] ppid=10909 vsize=15699392 CPUtime=0.42 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) S 10909 10911 10090 0 -1 4202560 8144 0 1 0 41 1 0 0 20 0 22 0 504893467 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10917] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10917/stat : 10917 (java) S 10909 10911 10090 0 -1 4202560 556 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10918] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10918/stat : 10918 (java) S 10909 10911 10090 0 -1 4202560 1476 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10919] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10919/stat : 10919 (java) S 10909 10911 10090 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10920] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10920/stat : 10920 (java) S 10909 10911 10090 0 -1 4202560 659 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10921] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10921/stat : 10921 (java) S 10909 10911 10090 0 -1 4202560 1505 0 0 0 0 0 0 0 16 0 22 0 504893468 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10922] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10922/stat : 10922 (java) S 10909 10911 10090 0 -1 4202560 2044 0 0 0 0 0 0 0 16 0 22 0 504893468 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10923] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10923/stat : 10923 (java) S 10909 10911 10090 0 -1 4202560 1322 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10924] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10924/stat : 10924 (java) S 10909 10911 10090 0 -1 4202560 581 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10925] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10925/stat : 10925 (java) S 10909 10911 10090 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 22 0 504893469 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 0 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10926] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10926/stat : 10926 (java) S 10909 10911 10090 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504893469 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10927] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10927/stat : 10927 (java) S 10909 10911 10090 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 504893469 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10933] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10933/stat : 10933 (java) S 10909 10911 10090 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504893471 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350207409 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10934] ppid=10909 vsize=15699392 CPUtime=0.83 cores=1,3,5,7
/proc/10911/task/10934/stat : 10934 (java) S 10909 10911 10090 0 -1 4202560 13061 0 0 0 82 1 0 0 15 0 22 0 504893471 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10935] ppid=10909 vsize=15699392 CPUtime=1.09 cores=1,3,5,7
/proc/10911/task/10935/stat : 10935 (java) R 10909 10911 10090 0 -1 4202560 6106 0 0 0 108 1 0 0 15 0 22 0 504893471 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 47290479414784 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10911/tid=10936] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10936/stat : 10936 (java) S 10909 10911 10090 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 504893471 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10937] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10937/stat : 10937 (java) S 10909 10911 10090 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504893471 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10942] ppid=10909 vsize=15699392 CPUtime=2.41 cores=1,3,5,7
/proc/10911/task/10942/stat : 10942 (java) R 10909 10911 10090 0 -1 4202560 15777 0 0 0 240 1 0 0 19 0 22 0 504893495 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10911/tid=10943] ppid=10909 vsize=15699392 CPUtime=2.3 cores=1,3,5,7
/proc/10911/task/10943/stat : 10943 (java) R 10909 10911 10090 0 -1 4202560 15598 0 0 0 228 2 0 0 19 0 22 0 504893495 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505837654 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10911/tid=10944] ppid=10909 vsize=15699392 CPUtime=2.25 cores=1,3,5,7
/proc/10911/task/10944/stat : 10944 (java) R 10909 10911 10090 0 -1 4202560 16113 0 0 0 224 1 0 0 19 0 22 0 504893495 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350209717 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10911/tid=10945] ppid=10909 vsize=15699392 CPUtime=1.86 cores=1,3,5,7
/proc/10911/task/10945/stat : 10945 (java) R 10909 10911 10090 0 -1 4202560 7865 0 0 0 185 1 0 0 20 0 22 0 504893495 16076177408 83592 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505768523 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) 15699392

[startup+6.30156 s]
/proc/loadavg: 4.07 4.74 6.27 10/220 10945
/proc/meminfo: memFree=30411948/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=15699392 CPUtime=24.06 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 96112 0 1 0 2392 14 0 0 18 0 22 0 504893467 16076177408 83701 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 3924848 83701 2288 9 0 3915567 0
[pid=10911/tid=10912] ppid=10909 vsize=15699392 CPUtime=0.42 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) S 10909 10911 10090 0 -1 4202560 8144 0 1 0 41 1 0 0 20 0 22 0 504893467 16076177408 83701 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10917] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10917/stat : 10917 (java) S 10909 10911 10090 0 -1 4202560 789 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83701 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10918] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10918/stat : 10918 (java) S 10909 10911 10090 0 -1 4202560 1945 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83701 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10919] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10919/stat : 10919 (java) S 10909 10911 10090 0 -1 4202560 1289 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83701 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10920] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10920/stat : 10920 (java) S 10909 10911 10090 0 -1 4202560 1022 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83701 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10921] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10921/stat : 10921 (java) S 10909 10911 10090 0 -1 4202560 1780 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83701 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10922] ppid=10909 vsize=15699392 CPUtime=0.01 cores=1,3,5,7
/proc/10911/task/10922/stat : 10922 (java) S 10909 10911 10090 0 -1 4202560 2309 0 0 0 1 0 0 0 15 0 22 0 504893468 16076177408 83701 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10923] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10923/stat : 10923 (java) S 10909 10911 10090 0 -1 4202560 1686 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83701 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10924] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10924/stat : 10924 (java) S 10909 10911 10090 0 -1 4202560 985 0 0 0 0 0 0 0 15 0 22 0 504893468 16076177408 83701 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0

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

[pid=10911/tid=10943] ppid=10909 vsize=15699392 CPUtime=1049.01 cores=1,3,5,7
/proc/10911/task/10943/stat : 10943 (java) R 10909 10911 10090 0 -1 4202560 154573 0 0 0 104869 32 0 0 25 0 22 0 504893495 16076177408 80233 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505707666 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10911/tid=10944] ppid=10909 vsize=15699392 CPUtime=1048.89 cores=1,3,5,7
/proc/10911/task/10944/stat : 10944 (java) R 10909 10911 10090 0 -1 4202560 155362 0 0 0 104856 33 0 0 25 0 22 0 504893495 16076177408 80233 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505838433 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10911/tid=10945] ppid=10909 vsize=15699392 CPUtime=1048.06 cores=1,3,5,7
/proc/10911/task/10945/stat : 10945 (java) R 10909 10911 10090 0 -1 4202560 146962 0 0 0 104773 33 0 0 25 0 22 0 504893495 16076177408 80233 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505768559 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4223.31
Current children cumulated vsize (KiB) 15699392

[startup+1122.3 s]
/proc/loadavg: 4.04 4.91 6.01 5/193 11002
/proc/meminfo: memFree=30999376/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=15699392 CPUtime=4461.82 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 1262262 0 1 0 445809 373 0 0 18 0 22 0 504893467 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 3924848 77464 2298 9 0 3915567 0
[pid=10911/tid=10912] ppid=10909 vsize=15699392 CPUtime=0.42 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) S 10909 10911 10090 0 -1 4202560 8144 0 1 0 41 1 0 0 20 0 22 0 504893467 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10917] ppid=10909 vsize=15699392 CPUtime=3.12 cores=1,3,5,7
/proc/10911/task/10917/stat : 10917 (java) S 10909 10911 10090 0 -1 4202560 72188 0 0 0 289 23 0 0 15 0 22 0 504893468 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10918] ppid=10909 vsize=15699392 CPUtime=3.04 cores=1,3,5,7
/proc/10911/task/10918/stat : 10918 (java) S 10909 10911 10090 0 -1 4202560 74471 0 0 0 282 22 0 0 16 0 22 0 504893468 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10919] ppid=10909 vsize=15699392 CPUtime=3.12 cores=1,3,5,7
/proc/10911/task/10919/stat : 10919 (java) S 10909 10911 10090 0 -1 4202560 73073 0 0 0 291 21 0 0 15 0 22 0 504893468 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10920] ppid=10909 vsize=15699392 CPUtime=3.04 cores=1,3,5,7
/proc/10911/task/10920/stat : 10920 (java) S 10909 10911 10090 0 -1 4202560 70713 0 0 0 284 20 0 0 15 0 22 0 504893468 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10921] ppid=10909 vsize=15699392 CPUtime=3.15 cores=1,3,5,7
/proc/10911/task/10921/stat : 10921 (java) S 10909 10911 10090 0 -1 4202560 73621 0 0 0 295 20 0 0 15 0 22 0 504893468 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10922] ppid=10909 vsize=15699392 CPUtime=3.11 cores=1,3,5,7
/proc/10911/task/10922/stat : 10922 (java) S 10909 10911 10090 0 -1 4202560 74034 0 0 0 291 20 0 0 16 0 22 0 504893468 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10923] ppid=10909 vsize=15699392 CPUtime=3.1 cores=1,3,5,7
/proc/10911/task/10923/stat : 10923 (java) S 10909 10911 10090 0 -1 4202560 70514 0 0 0 290 20 0 0 16 0 22 0 504893468 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10924] ppid=10909 vsize=15699392 CPUtime=3.1 cores=1,3,5,7
/proc/10911/task/10924/stat : 10924 (java) S 10909 10911 10090 0 -1 4202560 69534 0 0 0 291 19 0 0 15 0 22 0 504893468 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10925] ppid=10909 vsize=15699392 CPUtime=2.15 cores=1,3,5,7
/proc/10911/task/10925/stat : 10925 (java) S 10909 10911 10090 0 -1 4202560 3238 0 0 0 155 60 0 0 15 0 22 0 504893469 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 0 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10926] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10926/stat : 10926 (java) S 10909 10911 10090 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504893469 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10927] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10927/stat : 10927 (java) S 10909 10911 10090 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 504893469 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10933] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10933/stat : 10933 (java) S 10909 10911 10090 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504893471 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350207409 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10934] ppid=10909 vsize=15699392 CPUtime=0.95 cores=1,3,5,7
/proc/10911/task/10934/stat : 10934 (java) S 10909 10911 10090 0 -1 4202560 13079 0 0 0 93 2 0 0 15 0 22 0 504893471 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10935] ppid=10909 vsize=15699392 CPUtime=1.22 cores=1,3,5,7
/proc/10911/task/10935/stat : 10935 (java) S 10909 10911 10090 0 -1 4202560 6139 0 0 0 121 1 0 0 15 0 22 0 504893471 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10936] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10936/stat : 10936 (java) S 10909 10911 10090 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 504893471 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10937] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10937/stat : 10937 (java) S 10909 10911 10090 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 504893471 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10942] ppid=10909 vsize=15699392 CPUtime=1108.44 cores=1,3,5,7
/proc/10911/task/10942/stat : 10942 (java) R 10909 10911 10090 0 -1 4202560 165154 0 0 0 110812 32 0 0 25 0 22 0 504893495 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505778936 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10911/tid=10943] ppid=10909 vsize=15699392 CPUtime=1108.27 cores=1,3,5,7
/proc/10911/task/10943/stat : 10943 (java) R 10909 10911 10090 0 -1 4202560 164786 0 0 0 110793 34 0 0 25 0 22 0 504893495 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505620261 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10911/tid=10944] ppid=10909 vsize=15699392 CPUtime=1108.15 cores=1,3,5,7
/proc/10911/task/10944/stat : 10944 (java) R 10909 10911 10090 0 -1 4202560 164984 0 0 0 110780 35 0 0 25 0 22 0 504893495 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10911/tid=10945] ppid=10909 vsize=15699392 CPUtime=1107.29 cores=1,3,5,7
/proc/10911/task/10945/stat : 10945 (java) R 10909 10911 10090 0 -1 4202560 157144 0 0 0 110693 36 0 0 25 0 22 0 504893495 16076177408 77464 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505866248 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4461.82
Current children cumulated vsize (KiB) 15699392

[startup+1182.3 s]
/proc/loadavg: 4.01 4.74 5.88 5/193 11003
/proc/meminfo: memFree=31048212/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=15699392 CPUtime=4700.35 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 1320885 0 1 0 469637 398 0 0 18 0 22 0 504893467 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 3924848 69525 2298 9 0 3915567 0
[pid=10911/tid=10912] ppid=10909 vsize=15699392 CPUtime=0.42 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) S 10909 10911 10090 0 -1 4202560 8144 0 1 0 41 1 0 0 20 0 22 0 504893467 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10917] ppid=10909 vsize=15699392 CPUtime=3.25 cores=1,3,5,7
/proc/10911/task/10917/stat : 10917 (java) S 10909 10911 10090 0 -1 4202560 73866 0 0 0 301 24 0 0 15 0 22 0 504893468 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10918] ppid=10909 vsize=15699392 CPUtime=3.23 cores=1,3,5,7
/proc/10911/task/10918/stat : 10918 (java) S 10909 10911 10090 0 -1 4202560 77171 0 0 0 300 23 0 0 15 0 22 0 504893468 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10919] ppid=10909 vsize=15699392 CPUtime=3.27 cores=1,3,5,7
/proc/10911/task/10919/stat : 10919 (java) S 10909 10911 10090 0 -1 4202560 74956 0 0 0 305 22 0 0 16 0 22 0 504893468 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10920] ppid=10909 vsize=15699392 CPUtime=3.2 cores=1,3,5,7
/proc/10911/task/10920/stat : 10920 (java) S 10909 10911 10090 0 -1 4202560 72776 0 0 0 299 21 0 0 15 0 22 0 504893468 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10921] ppid=10909 vsize=15699392 CPUtime=3.32 cores=1,3,5,7
/proc/10911/task/10921/stat : 10921 (java) S 10909 10911 10090 0 -1 4202560 75689 0 0 0 311 21 0 0 16 0 22 0 504893468 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10922] ppid=10909 vsize=15699392 CPUtime=3.29 cores=1,3,5,7
/proc/10911/task/10922/stat : 10922 (java) S 10909 10911 10090 0 -1 4202560 76350 0 0 0 306 23 0 0 15 0 22 0 504893468 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10923] ppid=10909 vsize=15699392 CPUtime=3.25 cores=1,3,5,7
/proc/10911/task/10923/stat : 10923 (java) S 10909 10911 10090 0 -1 4202560 72187 0 0 0 304 21 0 0 15 0 22 0 504893468 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10924] ppid=10909 vsize=15699392 CPUtime=3.25 cores=1,3,5,7
/proc/10911/task/10924/stat : 10924 (java) S 10909 10911 10090 0 -1 4202560 71411 0 0 0 305 20 0 0 16 0 22 0 504893468 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10925] ppid=10909 vsize=15699392 CPUtime=2.26 cores=1,3,5,7
/proc/10911/task/10925/stat : 10925 (java) S 10909 10911 10090 0 -1 4202560 3379 0 0 0 163 63 0 0 15 0 22 0 504893469 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 0 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10926] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10926/stat : 10926 (java) S 10909 10911 10090 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504893469 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10927] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10927/stat : 10927 (java) S 10909 10911 10090 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 504893469 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10933] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10933/stat : 10933 (java) S 10909 10911 10090 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504893471 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350207409 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10934] ppid=10909 vsize=15699392 CPUtime=0.95 cores=1,3,5,7
/proc/10911/task/10934/stat : 10934 (java) S 10909 10911 10090 0 -1 4202560 13079 0 0 0 93 2 0 0 15 0 22 0 504893471 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10935] ppid=10909 vsize=15699392 CPUtime=1.22 cores=1,3,5,7
/proc/10911/task/10935/stat : 10935 (java) S 10909 10911 10090 0 -1 4202560 6139 0 0 0 121 1 0 0 15 0 22 0 504893471 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10936] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10936/stat : 10936 (java) S 10909 10911 10090 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 504893471 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10937] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10937/stat : 10937 (java) S 10909 10911 10090 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 504893471 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10942] ppid=10909 vsize=15699392 CPUtime=1167.66 cores=1,3,5,7
/proc/10911/task/10942/stat : 10942 (java) R 10909 10911 10090 0 -1 4202560 175377 0 0 0 116731 35 0 0 25 0 22 0 504893495 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10911/tid=10943] ppid=10909 vsize=15699392 CPUtime=1167.56 cores=1,3,5,7
/proc/10911/task/10943/stat : 10943 (java) R 10909 10911 10090 0 -1 4202560 175454 0 0 0 116719 37 0 0 25 0 22 0 504893495 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505800168 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10911/tid=10944] ppid=10909 vsize=15699392 CPUtime=1167.51 cores=1,3,5,7
/proc/10911/task/10944/stat : 10944 (java) R 10909 10911 10090 0 -1 4202560 175473 0 0 0 116714 37 0 0 25 0 22 0 504893495 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10911/tid=10945] ppid=10909 vsize=15699392 CPUtime=1166.52 cores=1,3,5,7
/proc/10911/task/10945/stat : 10945 (java) R 10909 10911 10090 0 -1 4202560 167984 0 0 0 116614 38 0 0 25 0 22 0 504893495 16076177408 69525 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505866432 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4700.35
Current children cumulated vsize (KiB) 15699392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 4.01 4.68 5.83 5/193 11004
/proc/meminfo: memFree=30998612/32951124 swapFree=67111356/67111528
[pid=10911] ppid=10909 vsize=15699392 CPUtime=4800.18 cores=1,3,5,7
/proc/10911/stat : 10911 (java) S 10909 10911 10090 0 -1 4202496 1356131 0 1 0 479609 409 0 0 18 0 22 0 504893467 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10911/statm: 3924848 78246 2298 9 0 3915567 0
[pid=10911/tid=10912] ppid=10909 vsize=15699392 CPUtime=0.42 cores=1,3,5,7
/proc/10911/task/10912/stat : 10912 (java) S 10909 10911 10090 0 -1 4202560 8144 0 1 0 41 1 0 0 20 0 22 0 504893467 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10917] ppid=10909 vsize=15699392 CPUtime=3.32 cores=1,3,5,7
/proc/10911/task/10917/stat : 10917 (java) S 10909 10911 10090 0 -1 4202560 75668 0 0 0 308 24 0 0 15 0 22 0 504893468 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10918] ppid=10909 vsize=15699392 CPUtime=3.31 cores=1,3,5,7
/proc/10911/task/10918/stat : 10918 (java) S 10909 10911 10090 0 -1 4202560 78381 0 0 0 307 24 0 0 16 0 22 0 504893468 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10919] ppid=10909 vsize=15699392 CPUtime=3.34 cores=1,3,5,7
/proc/10911/task/10919/stat : 10919 (java) S 10909 10911 10090 0 -1 4202560 76689 0 0 0 312 22 0 0 16 0 22 0 504893468 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10920] ppid=10909 vsize=15699392 CPUtime=3.27 cores=1,3,5,7
/proc/10911/task/10920/stat : 10920 (java) S 10909 10911 10090 0 -1 4202560 74443 0 0 0 305 22 0 0 15 0 22 0 504893468 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 1 0 0 0
[pid=10911/tid=10921] ppid=10909 vsize=15699392 CPUtime=3.39 cores=1,3,5,7
/proc/10911/task/10921/stat : 10921 (java) S 10909 10911 10090 0 -1 4202560 77378 0 0 0 317 22 0 0 15 0 22 0 504893468 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10922] ppid=10909 vsize=15699392 CPUtime=3.36 cores=1,3,5,7
/proc/10911/task/10922/stat : 10922 (java) S 10909 10911 10090 0 -1 4202560 77794 0 0 0 312 24 0 0 16 0 22 0 504893468 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10923] ppid=10909 vsize=15699392 CPUtime=3.32 cores=1,3,5,7
/proc/10911/task/10923/stat : 10923 (java) S 10909 10911 10090 0 -1 4202560 74040 0 0 0 310 22 0 0 16 0 22 0 504893468 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10924] ppid=10909 vsize=15699392 CPUtime=3.34 cores=1,3,5,7
/proc/10911/task/10924/stat : 10924 (java) S 10909 10911 10090 0 -1 4202560 73148 0 0 0 313 21 0 0 15 0 22 0 504893468 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10925] ppid=10909 vsize=15699392 CPUtime=2.3 cores=1,3,5,7
/proc/10911/task/10925/stat : 10925 (java) S 10909 10911 10090 0 -1 4202560 3468 0 0 0 166 64 0 0 15 0 22 0 504893469 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 0 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10926] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10926/stat : 10926 (java) S 10909 10911 10090 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504893469 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10927] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10927/stat : 10927 (java) S 10909 10911 10090 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 504893469 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 7 0 0 0
[pid=10911/tid=10933] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10933/stat : 10933 (java) S 10909 10911 10090 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504893471 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350207409 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10934] ppid=10909 vsize=15699392 CPUtime=0.95 cores=1,3,5,7
/proc/10911/task/10934/stat : 10934 (java) S 10909 10911 10090 0 -1 4202560 13079 0 0 0 93 2 0 0 15 0 22 0 504893471 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10935] ppid=10909 vsize=15699392 CPUtime=1.22 cores=1,3,5,7
/proc/10911/task/10935/stat : 10935 (java) S 10909 10911 10090 0 -1 4202560 6139 0 0 0 121 1 0 0 15 0 22 0 504893471 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 3 0 0 0
[pid=10911/tid=10936] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10936/stat : 10936 (java) S 10909 10911 10090 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 504893471 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350199705 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10937] ppid=10909 vsize=15699392 CPUtime=0 cores=1,3,5,7
/proc/10911/task/10937/stat : 10937 (java) S 10909 10911 10090 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 504893471 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 270350200320 0 4 0 16800975 18446604471133081728 0 0 -1 5 0 0 0
[pid=10911/tid=10942] ppid=10909 vsize=15699392 CPUtime=1192.37 cores=1,3,5,7
/proc/10911/task/10942/stat : 10942 (java) R 10909 10911 10090 0 -1 4202560 180648 0 0 0 119201 36 0 0 25 0 22 0 504893495 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 46912505707324 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10911/tid=10943] ppid=10909 vsize=15699392 CPUtime=1192.4 cores=1,3,5,7
/proc/10911/task/10943/stat : 10943 (java) R 10909 10911 10090 0 -1 4202560 180807 0 0 0 119201 39 0 0 25 0 22 0 504893495 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10911/tid=10944] ppid=10909 vsize=15699392 CPUtime=1192.34 cores=1,3,5,7
/proc/10911/task/10944/stat : 10944 (java) R 10909 10911 10090 0 -1 4202560 181025 0 0 0 119196 38 0 0 25 0 22 0 504893495 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 18446744073699065997 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10911/tid=10945] ppid=10909 vsize=15699392 CPUtime=1191.37 cores=1,3,5,7
/proc/10911/task/10945/stat : 10945 (java) R 10909 10911 10090 0 -1 4202560 173829 0 0 0 119098 39 0 0 25 0 22 0 504893495 16076177408 78246 33554432000 1073741824 1073778376 140733449042656 18446744073709551615 47290479515714 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 15699392

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.24
CPU user time (s): 4796.12
CPU system time (s): 4.11237
CPU usage (%): 397.559
Max. virtual memory (cumulated for all children) (KiB): 15701808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.12
system time used= 4.11237
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1356157
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= 318225
involuntary context switches= 166979

runsolver used 1.87871 second user time and 4.74428 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-30 02:52:59
IDJOB=3311391
IDBENCH=82776
IDSOLVER=1698
FILE ID=node143/3311391-1304124778
RUNJOBID= node143-1304124778-10883
PBS_JOBID= 13170718
Free space on /tmp= 72924 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1653142431-025.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311391-1304124778/watcher-3311391-1304124778 -o /tmp/evaluation-result-3311391-1304124778/solver-3311391-1304124778 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311391-1304124778.cnf -hbr 2

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

MD5SUM BENCH= 57404773f78439bca79cfbdcb4a4a71b
RANDOM SEED=562558826

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31301376 kB
Buffers:        245184 kB
Cached:        1061632 kB
SwapCached:        168 kB
Active:         299828 kB
Inactive:      1074844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31301376 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3192 kB
Writeback:           0 kB
AnonPages:       67360 kB
Mapped:          18184 kB
Slab:           212572 kB
PageTables:       4600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   759192 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= 72924 MiB
End job on node143 at 2011-04-30 03:13:08