Trace number 3194770

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
SAT_Intersec_01 2011-03-01? (exit code) 53.9428 50.7395

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
MD5SUM5ccda34debd31b9bf6eb5decc63c453f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark290.667
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

53.70/50.51	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
53.70/50.51		at SAT_Intersec_01.Clausa.<init>(Clausa.java:41)
53.70/50.51		at SAT_Intersec_01.Main.main(Main.java:62)

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: 931)

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-3194770-1302712304/watcher-3194770-1302712304 -o /tmp/evaluation-result-3194770-1302712304/solver-3194770-1302712304 -C 2400 -W 1300 -M 7680 java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194770-1302712304.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.85 2.40 3.00 4/214 28080
/proc/meminfo: memFree=15764544/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=30528 CPUtime=0 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 1212 0 0 0 0 0 0 0 21 0 2 0 382829220 31260672 947 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 7632 947 727 9 0 383 0
[pid=28080/tid=28081] ppid=28077 vsize=30528 CPUtime=0 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) R 28077 28080 27106 0 -1 4202560 126 0 0 0 0 0 0 0 22 0 2 0 382829220 31260672 947 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235594866432 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.014774 s]
/proc/loadavg: 1.85 2.40 3.00 4/214 28080
/proc/meminfo: memFree=15764544/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=7362316 CPUtime=0 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 5580 0 1 0 0 0 0 0 21 0 2 0 382829220 7539011584 5297 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 1840579 5314 914 9 0 1831735 0
[pid=28080/tid=28081] ppid=28077 vsize=7362316 CPUtime=0 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) R 28077 28080 27106 0 -1 4202560 4522 0 1 0 0 0 0 0 22 0 2 0 382829220 7539011584 5326 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7362316

[startup+0.100764 s]
/proc/loadavg: 1.85 2.40 3.00 4/214 28080
/proc/meminfo: memFree=15764544/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=7394132 CPUtime=0.08 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 11228 0 1 0 7 1 0 0 21 0 18 0 382829220 7571591168 10939 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 1848533 10939 2082 9 0 1839017 0
[pid=28080/tid=28081] ppid=28077 vsize=7394132 CPUtime=0.07 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) R 28077 28080 27106 0 -1 4202560 9275 0 1 0 6 1 0 0 18 0 18 0 382829220 7571591168 10939 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 46912505182134 0 4 0 16800975 0 0 0 -1 5 0 0 1
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7394132

[startup+0.30073 s]
/proc/loadavg: 1.85 2.40 3.00 4/214 28080
/proc/meminfo: memFree=15764544/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=7395156 CPUtime=0.3 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 84876 0 1 0 20 10 0 0 21 0 18 0 382829220 7572639744 84588 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 1848789 84603 2125 9 0 1839273 0
[pid=28080/tid=28081] ppid=28077 vsize=7395156 CPUtime=0.26 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) R 28077 28080 27106 0 -1 4202560 82828 0 1 0 17 9 0 0 18 0 18 0 382829220 7572639744 84603 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 46912505492509 0 4 0 16800975 0 0 0 -1 5 0 0 1
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 7395156

[startup+0.700661 s]
/proc/loadavg: 1.85 2.40 3.00 4/214 28080
/proc/meminfo: memFree=15764544/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=7395156 CPUtime=0.73 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 242142 0 1 0 44 29 0 0 21 0 18 0 382829220 7572639744 241855 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 1848789 241861 2163 9 0 1839273 0
[pid=28080/tid=28081] ppid=28077 vsize=7395156 CPUtime=0.66 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) R 28077 28080 27106 0 -1 4202560 240016 0 1 0 38 28 0 0 18 0 18 0 382829220 7572639744 241861 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 46912505492509 0 4 0 16800975 0 0 0 -1 5 0 0 1
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 7395156

[startup+1.50152 s]
/proc/loadavg: 1.85 2.40 3.00 8/258 28124
/proc/meminfo: memFree=12326564/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=7395156 CPUtime=1.59 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 487548 0 1 0 99 60 0 0 21 0 18 0 382829220 7572639744 487219 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 1848789 487219 2182 9 0 1839273 0
[pid=28080/tid=28081] ppid=28077 vsize=7395156 CPUtime=1.43 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) R 28077 28080 27106 0 -1 4202560 455255 0 1 0 87 56 0 0 19 0 18 0 382829220 7572639744 487219 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 46912505492509 0 4 0 16800975 0 0 0 -1 5 0 0 1
[pid=28080/tid=28091] ppid=28077 vsize=7395156 CPUtime=0.03 cores=5,7
/proc/28080/task/28091/stat : 28091 (java) S 28077 28080 27106 0 -1 4202560 16646 0 0 0 1 2 0 0 18 0 18 0 382829222 7572639744 487219 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28092] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28092/stat : 28092 (java) S 28077 28080 27106 0 -1 4202560 4173 0 0 0 0 0 0 0 18 0 18 0 382829222 7572639744 487219 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28093] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28093/stat : 28093 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382829222 7572639744 487219 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28094] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28094/stat : 28094 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382829222 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28095] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28095/stat : 28095 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382829222 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28096] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28096/stat : 28096 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382829222 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28097] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28097/stat : 28097 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382829222 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28098] ppid=28077 vsize=7395156 CPUtime=0.01 cores=5,7
/proc/28080/task/28098/stat : 28098 (java) S 28077 28080 27106 0 -1 4202560 9286 0 0 0 0 1 0 0 18 0 18 0 382829222 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28102] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28102/stat : 28102 (java) S 28077 28080 27106 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 382829223 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606683136 0 0 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28103] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28103/stat : 28103 (java) S 28077 28080 27106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28104] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28104/stat : 28104 (java) S 28077 28080 27106 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28120] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28120/stat : 28120 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28121] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28121/stat : 28121 (java) S 28077 28080 27106 0 -1 4202560 124 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28122] ppid=28077 vsize=7395156 CPUtime=0.03 cores=5,7
/proc/28080/task/28122/stat : 28122 (java) S 28077 28080 27106 0 -1 4202560 937 0 0 0 3 0 0 0 18 0 18 0 382829225 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28123] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28123/stat : 28123 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28124] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28124/stat : 28124 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382829225 7572639744 487224 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 7395156

[startup+3.10124 s]
/proc/loadavg: 1.85 2.40 3.00 5/258 28124
/proc/meminfo: memFree=10734688/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=7395156 CPUtime=3.37 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 608214 0 1 0 253 84 0 0 21 0 18 0 382829220 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 1848789 607586 2184 9 0 1839273 0
[pid=28080/tid=28081] ppid=28077 vsize=7395156 CPUtime=2.87 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) R 28077 28080 27106 0 -1 4202560 456166 0 1 0 224 63 0 0 22 0 18 0 382829220 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606693323 0 4 0 16800975 0 0 0 -1 5 0 0 1
[pid=28080/tid=28091] ppid=28077 vsize=7395156 CPUtime=0.11 cores=5,7
/proc/28080/task/28091/stat : 28091 (java) S 28077 28080 27106 0 -1 4202560 44717 0 0 0 6 5 0 0 16 0 18 0 382829222 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28092] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28092/stat : 28092 (java) S 28077 28080 27106 0 -1 4202560 4173 0 0 0 0 0 0 0 15 0 18 0 382829222 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28093] ppid=28077 vsize=7395156 CPUtime=0.06 cores=5,7
/proc/28080/task/28093/stat : 28093 (java) S 28077 28080 27106 0 -1 4202560 29679 0 0 0 2 4 0 0 15 0 18 0 382829222 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28094] ppid=28077 vsize=7395156 CPUtime=0.08 cores=5,7
/proc/28080/task/28094/stat : 28094 (java) S 28077 28080 27106 0 -1 4202560 29841 0 0 0 4 4 0 0 16 0 18 0 382829222 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28095] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28095/stat : 28095 (java) S 28077 28080 27106 0 -1 4202560 29825 0 0 0 2 3 0 0 15 0 18 0 382829222 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28096] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28096/stat : 28096 (java) S 28077 28080 27106 0 -1 4202560 465 0 0 0 0 0 0 0 15 0 18 0 382829222 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28097] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28097/stat : 28097 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382829222 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28098] ppid=28077 vsize=7395156 CPUtime=0.01 cores=5,7
/proc/28080/task/28098/stat : 28098 (java) S 28077 28080 27106 0 -1 4202560 11081 0 0 0 0 1 0 0 16 0 18 0 382829222 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28102] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28102/stat : 28102 (java) S 28077 28080 27106 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 382829223 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606683136 0 0 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28103] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28103/stat : 28103 (java) S 28077 28080 27106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28104] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28104/stat : 28104 (java) S 28077 28080 27106 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28120] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28120/stat : 28120 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28121] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28121/stat : 28121 (java) S 28077 28080 27106 0 -1 4202560 124 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28122] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28122/stat : 28122 (java) S 28077 28080 27106 0 -1 4202560 1020 0 0 0 5 0 0 0 18 0 18 0 382829225 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28123] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28123/stat : 28123 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28124] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28124/stat : 28124 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382829225 7572639744 607586 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 7395156

[startup+6.30067 s]
/proc/loadavg: 2.02 2.43 3.00 5/258 28124
/proc/meminfo: memFree=9400544/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=7395156 CPUtime=6.96 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 727763 0 1 0 584 112 0 0 21 0 18 0 382829220 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 1848789 726809 2184 9 0 1839273 0
[pid=28080/tid=28081] ppid=28077 vsize=7395156 CPUtime=5.63 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) R 28077 28080 27106 0 -1 4202560 456172 0 1 0 486 77 0 0 25 0 18 0 382829220 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606693323 0 4 0 16800975 0 0 0 -1 5 0 0 1
[pid=28080/tid=28091] ppid=28077 vsize=7395156 CPUtime=0.18 cores=5,7
/proc/28080/task/28091/stat : 28091 (java) S 28077 28080 27106 0 -1 4202560 59679 0 0 0 11 7 0 0 15 0 18 0 382829222 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28092] ppid=28077 vsize=7395156 CPUtime=0.17 cores=5,7
/proc/28080/task/28092/stat : 28092 (java) S 28077 28080 27106 0 -1 4202560 37388 0 0 0 13 4 0 0 16 0 18 0 382829222 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28093] ppid=28077 vsize=7395156 CPUtime=0.2 cores=5,7
/proc/28080/task/28093/stat : 28093 (java) S 28077 28080 27106 0 -1 4202560 44822 0 0 0 14 6 0 0 15 0 18 0 382829222 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28094] ppid=28077 vsize=7395156 CPUtime=0.23 cores=5,7
/proc/28080/task/28094/stat : 28094 (java) S 28077 28080 27106 0 -1 4202560 52301 0 0 0 16 7 0 0 16 0 18 0 382829222 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28095] ppid=28077 vsize=7395156 CPUtime=0.19 cores=5,7
/proc/28080/task/28095/stat : 28095 (java) S 28077 28080 27106 0 -1 4202560 44739 0 0 0 14 5 0 0 15 0 18 0 382829222 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28096] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28096/stat : 28096 (java) S 28077 28080 27106 0 -1 4202560 465 0 0 0 5 0 0 0 15 0 18 0 382829222 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28097] ppid=28077 vsize=7395156 CPUtime=0.02 cores=5,7
/proc/28080/task/28097/stat : 28097 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 2 0 0 0 15 0 18 0 382829222 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28098] ppid=28077 vsize=7395156 CPUtime=0.12 cores=5,7
/proc/28080/task/28098/stat : 28098 (java) S 28077 28080 27106 0 -1 4202560 29930 0 0 0 8 4 0 0 16 0 18 0 382829222 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28102] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28102/stat : 28102 (java) S 28077 28080 27106 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 382829223 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606683136 0 0 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28103] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28103/stat : 28103 (java) S 28077 28080 27106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28104] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28104/stat : 28104 (java) S 28077 28080 27106 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28120] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28120/stat : 28120 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28121] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28121/stat : 28121 (java) S 28077 28080 27106 0 -1 4202560 124 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28122] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28122/stat : 28122 (java) S 28077 28080 27106 0 -1 4202560 1020 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28123] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28123/stat : 28123 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28124] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28124/stat : 28124 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382829225 7572639744 726809 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0

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

[pid=28080/tid=28093] ppid=28077 vsize=7395156 CPUtime=0.91 cores=5,7
/proc/28080/task/28093/stat : 28093 (java) S 28077 28080 27106 0 -1 4202560 221522 0 0 0 63 28 0 0 15 0 18 0 382829222 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28094] ppid=28077 vsize=7395156 CPUtime=1.14 cores=5,7
/proc/28080/task/28094/stat : 28094 (java) S 28077 28080 27106 0 -1 4202560 239343 0 0 0 85 29 0 0 15 0 18 0 382829222 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28095] ppid=28077 vsize=7395156 CPUtime=1.06 cores=5,7
/proc/28080/task/28095/stat : 28095 (java) S 28077 28080 27106 0 -1 4202560 224669 0 0 0 78 28 0 0 15 0 18 0 382829222 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28096] ppid=28077 vsize=7395156 CPUtime=0.75 cores=5,7
/proc/28080/task/28096/stat : 28096 (java) S 28077 28080 27106 0 -1 4202560 149683 0 0 0 56 19 0 0 16 0 18 0 382829222 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28097] ppid=28077 vsize=7395156 CPUtime=0.62 cores=5,7
/proc/28080/task/28097/stat : 28097 (java) S 28077 28080 27106 0 -1 4202560 114428 0 0 0 49 13 0 0 15 0 18 0 382829222 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28098] ppid=28077 vsize=7395156 CPUtime=0.81 cores=5,7
/proc/28080/task/28098/stat : 28098 (java) S 28077 28080 27106 0 -1 4202560 161062 0 0 0 61 20 0 0 16 0 18 0 382829222 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28102] ppid=28077 vsize=7395156 CPUtime=4.95 cores=5,7
/proc/28080/task/28102/stat : 28102 (java) R 28077 28080 27106 0 -1 4202560 24171 0 0 0 493 2 0 0 15 0 18 0 382829223 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 46946846740829 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=28080/tid=28103] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28103/stat : 28103 (java) S 28077 28080 27106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28104] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28104/stat : 28104 (java) S 28077 28080 27106 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28120] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28120/stat : 28120 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28121] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28121/stat : 28121 (java) S 28077 28080 27106 0 -1 4202560 124 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28122] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28122/stat : 28122 (java) S 28077 28080 27106 0 -1 4202560 1020 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28123] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28123/stat : 28123 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28124] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28124/stat : 28124 (java) S 28077 28080 27106 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 382829225 7572639744 1802358 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.9
Current children cumulated vsize (KiB) 7395156

[startup+47.9014 s]
/proc/loadavg: 2.98 2.62 3.04 5/258 28125
/proc/meminfo: memFree=3117408/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=7395156 CPUtime=51.1 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 1806428 0 1 0 4700 410 0 0 21 0 18 0 382829220 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 1848789 1802360 2196 9 0 1839273 0
[pid=28080/tid=28081] ppid=28077 vsize=7395156 CPUtime=36.83 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) S 28077 28080 27106 0 -1 4202560 456275 0 1 0 3442 241 0 0 15 0 18 0 382829220 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 1
[pid=28080/tid=28091] ppid=28077 vsize=7395156 CPUtime=0.61 cores=5,7
/proc/28080/task/28091/stat : 28091 (java) S 28077 28080 27106 0 -1 4202560 143386 0 0 0 45 16 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28092] ppid=28077 vsize=7395156 CPUtime=0.4 cores=5,7
/proc/28080/task/28092/stat : 28092 (java) S 28077 28080 27106 0 -1 4202560 69625 0 0 0 32 8 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28093] ppid=28077 vsize=7395156 CPUtime=0.91 cores=5,7
/proc/28080/task/28093/stat : 28093 (java) S 28077 28080 27106 0 -1 4202560 221522 0 0 0 63 28 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28094] ppid=28077 vsize=7395156 CPUtime=1.14 cores=5,7
/proc/28080/task/28094/stat : 28094 (java) S 28077 28080 27106 0 -1 4202560 239343 0 0 0 85 29 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28095] ppid=28077 vsize=7395156 CPUtime=1.06 cores=5,7
/proc/28080/task/28095/stat : 28095 (java) S 28077 28080 27106 0 -1 4202560 224669 0 0 0 78 28 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28096] ppid=28077 vsize=7395156 CPUtime=0.75 cores=5,7
/proc/28080/task/28096/stat : 28096 (java) S 28077 28080 27106 0 -1 4202560 149683 0 0 0 56 19 0 0 16 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28097] ppid=28077 vsize=7395156 CPUtime=0.62 cores=5,7
/proc/28080/task/28097/stat : 28097 (java) S 28077 28080 27106 0 -1 4202560 114428 0 0 0 49 13 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28098] ppid=28077 vsize=7395156 CPUtime=0.81 cores=5,7
/proc/28080/task/28098/stat : 28098 (java) S 28077 28080 27106 0 -1 4202560 161062 0 0 0 61 20 0 0 16 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28102] ppid=28077 vsize=7395156 CPUtime=7.74 cores=5,7
/proc/28080/task/28102/stat : 28102 (java) R 28077 28080 27106 0 -1 4202560 24173 0 0 0 772 2 0 0 16 0 18 0 382829223 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 46946849458179 0 0 0 16800975 0 0 0 -1 7 0 0 0
[pid=28080/tid=28103] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28103/stat : 28103 (java) S 28077 28080 27106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28104] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28104/stat : 28104 (java) S 28077 28080 27106 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28120] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28120/stat : 28120 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28121] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28121/stat : 28121 (java) S 28077 28080 27106 0 -1 4202560 124 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28122] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28122/stat : 28122 (java) S 28077 28080 27106 0 -1 4202560 1020 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28123] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28123/stat : 28123 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28124] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28124/stat : 28124 (java) S 28077 28080 27106 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 7395156

[startup+49.5071 s]
/proc/loadavg: 3.07 2.65 3.05 5/258 28125
/proc/meminfo: memFree=3015976/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=7395156 CPUtime=52.71 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 1806437 0 1 0 4859 412 0 0 21 0 18 0 382829220 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 1848789 1802360 2196 9 0 1839273 0
[pid=28080/tid=28081] ppid=28077 vsize=7395156 CPUtime=37.06 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) S 28077 28080 27106 0 -1 4202560 456284 0 1 0 3463 243 0 0 15 0 18 0 382829220 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 1
[pid=28080/tid=28091] ppid=28077 vsize=7395156 CPUtime=0.61 cores=5,7
/proc/28080/task/28091/stat : 28091 (java) S 28077 28080 27106 0 -1 4202560 143386 0 0 0 45 16 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28092] ppid=28077 vsize=7395156 CPUtime=0.4 cores=5,7
/proc/28080/task/28092/stat : 28092 (java) S 28077 28080 27106 0 -1 4202560 69625 0 0 0 32 8 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28093] ppid=28077 vsize=7395156 CPUtime=0.91 cores=5,7
/proc/28080/task/28093/stat : 28093 (java) S 28077 28080 27106 0 -1 4202560 221522 0 0 0 63 28 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28094] ppid=28077 vsize=7395156 CPUtime=1.14 cores=5,7
/proc/28080/task/28094/stat : 28094 (java) S 28077 28080 27106 0 -1 4202560 239343 0 0 0 85 29 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28095] ppid=28077 vsize=7395156 CPUtime=1.06 cores=5,7
/proc/28080/task/28095/stat : 28095 (java) S 28077 28080 27106 0 -1 4202560 224669 0 0 0 78 28 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28096] ppid=28077 vsize=7395156 CPUtime=0.75 cores=5,7
/proc/28080/task/28096/stat : 28096 (java) S 28077 28080 27106 0 -1 4202560 149683 0 0 0 56 19 0 0 16 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28097] ppid=28077 vsize=7395156 CPUtime=0.62 cores=5,7
/proc/28080/task/28097/stat : 28097 (java) S 28077 28080 27106 0 -1 4202560 114428 0 0 0 49 13 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28098] ppid=28077 vsize=7395156 CPUtime=0.81 cores=5,7
/proc/28080/task/28098/stat : 28098 (java) S 28077 28080 27106 0 -1 4202560 161062 0 0 0 61 20 0 0 16 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28102] ppid=28077 vsize=7395156 CPUtime=9.12 cores=5,7
/proc/28080/task/28102/stat : 28102 (java) R 28077 28080 27106 0 -1 4202560 24173 0 0 0 910 2 0 0 15 0 18 0 382829223 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 46946849458179 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=28080/tid=28103] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28103/stat : 28103 (java) S 28077 28080 27106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28104] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28104/stat : 28104 (java) S 28077 28080 27106 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28120] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28120/stat : 28120 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28121] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28121/stat : 28121 (java) S 28077 28080 27106 0 -1 4202560 124 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28122] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28122/stat : 28122 (java) S 28077 28080 27106 0 -1 4202560 1020 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28123] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28123/stat : 28123 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28124] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28124/stat : 28124 (java) S 28077 28080 27106 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 52.71
Current children cumulated vsize (KiB) 7395156

[startup+50.3009 s]
/proc/loadavg: 3.07 2.65 3.05 5/258 28125
/proc/meminfo: memFree=3015976/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=7395156 CPUtime=53.5 cores=5,7
/proc/28080/stat : 28080 (java) S 28077 28080 27106 0 -1 4202496 1806442 0 1 0 4938 412 0 0 21 0 18 0 382829220 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 1848789 1802360 2196 9 0 1839273 0
[pid=28080/tid=28081] ppid=28077 vsize=7395156 CPUtime=37.14 cores=5,7
/proc/28080/task/28081/stat : 28081 (java) S 28077 28080 27106 0 -1 4202560 456289 0 1 0 3471 243 0 0 15 0 18 0 382829220 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 1
[pid=28080/tid=28091] ppid=28077 vsize=7395156 CPUtime=0.61 cores=5,7
/proc/28080/task/28091/stat : 28091 (java) S 28077 28080 27106 0 -1 4202560 143386 0 0 0 45 16 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28092] ppid=28077 vsize=7395156 CPUtime=0.4 cores=5,7
/proc/28080/task/28092/stat : 28092 (java) S 28077 28080 27106 0 -1 4202560 69625 0 0 0 32 8 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28093] ppid=28077 vsize=7395156 CPUtime=0.91 cores=5,7
/proc/28080/task/28093/stat : 28093 (java) S 28077 28080 27106 0 -1 4202560 221522 0 0 0 63 28 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28094] ppid=28077 vsize=7395156 CPUtime=1.14 cores=5,7
/proc/28080/task/28094/stat : 28094 (java) S 28077 28080 27106 0 -1 4202560 239343 0 0 0 85 29 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28095] ppid=28077 vsize=7395156 CPUtime=1.06 cores=5,7
/proc/28080/task/28095/stat : 28095 (java) S 28077 28080 27106 0 -1 4202560 224669 0 0 0 78 28 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28096] ppid=28077 vsize=7395156 CPUtime=0.75 cores=5,7
/proc/28080/task/28096/stat : 28096 (java) S 28077 28080 27106 0 -1 4202560 149683 0 0 0 56 19 0 0 16 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28097] ppid=28077 vsize=7395156 CPUtime=0.62 cores=5,7
/proc/28080/task/28097/stat : 28097 (java) S 28077 28080 27106 0 -1 4202560 114428 0 0 0 49 13 0 0 15 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28098] ppid=28077 vsize=7395156 CPUtime=0.81 cores=5,7
/proc/28080/task/28098/stat : 28098 (java) S 28077 28080 27106 0 -1 4202560 161062 0 0 0 61 20 0 0 16 0 18 0 382829222 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28102] ppid=28077 vsize=7395156 CPUtime=9.84 cores=5,7
/proc/28080/task/28102/stat : 28102 (java) R 28077 28080 27106 0 -1 4202560 24173 0 0 0 982 2 0 0 16 0 18 0 382829223 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235594560564 0 0 0 16800975 0 0 0 -1 7 0 0 0
[pid=28080/tid=28103] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28103/stat : 28103 (java) S 28077 28080 27106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28104] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28104/stat : 28104 (java) S 28077 28080 27106 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382829223 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28120] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28120/stat : 28120 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28121] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28121/stat : 28121 (java) S 28077 28080 27106 0 -1 4202560 124 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28122] ppid=28077 vsize=7395156 CPUtime=0.05 cores=5,7
/proc/28080/task/28122/stat : 28122 (java) S 28077 28080 27106 0 -1 4202560 1020 0 0 0 5 0 0 0 15 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=28080/tid=28123] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28123/stat : 28123 (java) S 28077 28080 27106 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=28080/tid=28124] ppid=28077 vsize=7395156 CPUtime=0 cores=5,7
/proc/28080/task/28124/stat : 28124 (java) S 28077 28080 27106 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 382829225 7572639744 1802360 33554432000 1073741824 1073778376 140734324606608 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 53.5
Current children cumulated vsize (KiB) 7395156

[startup+50.701 s]
/proc/loadavg: 3.07 2.65 3.05 5/258 28125
/proc/meminfo: memFree=2965508/32950928 swapFree=67111528/67111528
[pid=28080] ppid=28077 vsize=0 CPUtime=53.9 cores=5,7
/proc/28080/stat : 28080 (java) Z 28077 28080 27106 0 -1 4202524 1806458 0 1 0 4959 431 0 0 18 0 2 0 382829220 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28080/statm: 0 0 0 0 0 0 0
[pid=28080/tid=28103] ppid=28077 vsize=0 CPUtime=0.18 cores=5,7
/proc/28080/task/28103/stat : 28103 (java) R 28077 28080 27106 0 -1 4203588 17 0 0 0 0 18 0 0 18 0 2 0 382829223 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 53.9
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 50.7395
CPU time (s): 53.9428
CPU user time (s): 49.5935
CPU system time (s): 4.34934
CPU usage (%): 106.313
Max. virtual memory (cumulated for all children) (KiB): 7395156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.5935
system time used= 4.34934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1806458
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= 2784
involuntary context switches= 2578

runsolver used 0.083987 second user time and 0.213967 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-13 18:31:45
IDJOB=3194770
IDBENCH=82550
IDSOLVER=1615
FILE ID=node120/3194770-1302712304
RUNJOBID= node120-1302712304-28016
PBS_JOBID= 12981422
Free space on /tmp= 72048 MiB

SOLVER NAME= SAT_Intersec_01 2011-03-01
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
COMMAND LINE= java -Xms7000m -Xmx7000m -jar DIR/SAT_Intersec_01.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3194770-1302712304/watcher-3194770-1302712304 -o /tmp/evaluation-result-3194770-1302712304/solver-3194770-1302712304 -C 2400 -W 1300 -M 7680  java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194770-1302712304.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 5ccda34debd31b9bf6eb5decc63c453f
RANDOM SEED=510034769

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.78
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.809
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.809
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.809
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:      15765264 kB
Buffers:        741040 kB
Cached:       15952564 kB
SwapCached:          0 kB
Active:        9259644 kB
Inactive:      7554532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15765264 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7056 kB
Writeback:           0 kB
AnonPages:      120100 kB
Mapped:          20512 kB
Slab:           306844 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14723448 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= 72044 MiB
End job on node120 at 2011-04-13 18:32:35