Trace number 3741659

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 NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 550.97 546.789

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z11-s8.opb
MD5SUM9014f307b4266a1d3ed4d1915c3fbd07
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28803
Best CPU time to get the best result obtained on this benchmark1800.67
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8019
Total number of constraints223082
Number of constraints which are clauses223074
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint8018
Number of terms in the objective function 7959
Biggest coefficient in the objective function 526
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1025025
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 2853664
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 19481292
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.02/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.02/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.02/0.09	c no version file found!!!
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version	1.6.0_24
0.02/0.09	c os.name	Linux
0.02/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch	amd64
0.02/0.09	c Free memory 1599470296
0.02/0.09	c Max memory 1607860224
0.02/0.09	c Total memory 1607860224
0.02/0.09	c Number of processors 8
0.07/0.11	--- Begin Solver configuration ---
0.07/0.11	c Stops conflict analysis at the first Unique Implication Point
0.07/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.11	c No reason simplification
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3741659-1338746624.opb
0.07/0.11	c reading problem ... 
2.17/1.48	c ... done. Wall clock time 1.361s.
2.17/1.48	c CPU time (experimental) 1.39s.
2.17/1.48	c #vars     8019
2.17/1.48	c #constraints  223082
3.31/2.14	c SATISFIABLE
3.31/2.14	c OPTIMIZING...
3.31/2.14	c Got one! Elapsed wall clock time (in seconds):2.022
3.31/2.16	o -21654
3.57/2.39	c Got one! Elapsed wall clock time (in seconds):2.277
3.68/2.42	o -24135
13.00/11.62	c Got one! Elapsed wall clock time (in seconds):11.505
13.00/11.64	o -24147
13.32/11.90	c Got one! Elapsed wall clock time (in seconds):11.784
13.32/11.92	o -24709

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3741659-1338746624/watcher-3741659-1338746624 -o /tmp/evaluation-result-3741659-1338746624/solver-3741659-1338746624 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741659-1338746624.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.00 2.00 2.00 3/194 10978
/proc/meminfo: memFree=26941704/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (java) R 10976 10978 5567 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 340729476 9515008 176 33554432000 1073741824 1073778376 140735030814096 140735030796824 209097409424 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2331 183 139 9 0 79 0

[startup+0.0437929 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 10978
/proc/meminfo: memFree=26941704/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=2490788 CPUtime=0.02 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 3834 0 1 0 1 1 0 0 20 0 11 0 340729476 2550566912 5043 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10978/statm: 622697 5043 1645 9 0 613398 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2490788

[startup+0.100339 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 10978
/proc/meminfo: memFree=26941704/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 4141 0 1 0 6 1 0 0 20 0 18 0 340729476 3028844544 5858 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10978/statm: 739464 5858 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300303 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 10978
/proc/meminfo: memFree=26941704/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=2957856 CPUtime=0.46 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 6201 0 1 0 44 2 0 0 20 0 18 0 340729476 3028844544 10482 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10978/statm: 739464 10482 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2957856

[startup+0.700325 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 10978
/proc/meminfo: memFree=26941704/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=2957856 CPUtime=1.29 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 9846 0 1 0 124 5 0 0 20 0 18 0 340729476 3028844544 37219 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10978/statm: 739464 37219 2250 9 0 729885 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 2957856

[startup+1.50075 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10996
/proc/meminfo: memFree=26645588/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=2957856 CPUtime=2.28 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 10084 0 1 0 214 14 0 0 20 0 18 0 340729476 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10978/statm: 739464 116102 2280 9 0 729885 0
[pid=10978/tid=10980] ppid=10976 vsize=2957856 CPUtime=1.41 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) R 10976 10978 5567 0 -1 4202560 3239 0 1 0 132 9 0 0 20 0 18 0 340729477 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499238789392 140499067461772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10981] ppid=10976 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10976 10978 5567 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 340729478 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499222223656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10982] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10976 10978 5567 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340729478 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499221170856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10983] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10976 10978 5567 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340729478 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499220118568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10984] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10976 10978 5567 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 340729478 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499219065768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10976 10978 5567 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340729478 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499218012456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10986] ppid=10976 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10976 10978 5567 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 340729478 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499216959656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10976 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10976 10978 5567 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 340729478 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499215907368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10988] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10976 10978 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340729478 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499214854568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10989] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) S 10976 10978 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340729480 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499202444008 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10990] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10976 10978 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340729480 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499201390072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10991] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10976 10978 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340729480 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499200337672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340729483 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499199286160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10976 vsize=2957856 CPUtime=0.35 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) R 10976 10978 5567 0 -1 4202560 2521 0 0 0 35 0 0 0 20 0 18 0 340729483 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499198232760 140499244944150 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10976 vsize=2957856 CPUtime=0.33 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10976 10978 5567 0 -1 4202560 3083 0 0 0 31 2 0 0 20 0 18 0 340729483 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499197179960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340729483 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499196127864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10976 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340729483 3028844544 116102 33554432000 1073741824 1073778376 140737339003280 140499195075272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 2957856

[startup+3.10079 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 10997
/proc/meminfo: memFree=26481860/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=3024420 CPUtime=4.47 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 13267 0 1 0 432 15 0 0 20 0 19 0 340729476 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10978/statm: 756105 116827 2294 9 0 746526 0
[pid=10978/tid=10980] ppid=10976 vsize=3024420 CPUtime=3.01 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) R 10976 10978 5567 0 -1 4202560 3243 0 1 0 292 9 0 0 20 0 19 0 340729477 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499238797720 140499068266344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10981] ppid=10976 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10976 10978 5567 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 340729478 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499222223656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10982] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10976 10978 5567 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 340729478 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499221170856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10983] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10976 10978 5567 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 340729478 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499220118568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10984] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10976 10978 5567 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 340729478 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499219065768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10976 10978 5567 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 340729478 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499218012456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10986] ppid=10976 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10976 10978 5567 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 340729478 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499216959656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10976 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10976 10978 5567 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 340729478 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499215907368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10988] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10976 10978 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340729478 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499214854568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10989] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) S 10976 10978 5567 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499202444008 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10990] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10976 10978 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499201390072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10991] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10976 10978 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499200337672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499199286160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10976 vsize=3024420 CPUtime=0.65 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10976 10978 5567 0 -1 4202560 4366 0 0 0 65 0 0 0 20 0 19 0 340729483 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499198232760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10976 vsize=3024420 CPUtime=0.62 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10976 10978 5567 0 -1 4202560 4403 0 0 0 60 2 0 0 20 0 19 0 340729483 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499197179960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499196127864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 116827 33554432000 1073741824 1073778376 140737339003280 140499195075272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 3024420

[startup+6.30074 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 10999
/proc/meminfo: memFree=26481116/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=3024420 CPUtime=7.68 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 13269 0 1 0 753 15 0 0 20 0 19 0 340729476 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10978/statm: 756105 116797 2294 9 0 746526 0
[pid=10978/tid=10980] ppid=10976 vsize=3024420 CPUtime=6.2 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) R 10976 10978 5567 0 -1 4202560 3245 0 1 0 611 9 0 0 20 0 19 0 340729477 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499238795712 140499068164297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10981] ppid=10976 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10976 10978 5567 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 340729478 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499222223656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10982] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10976 10978 5567 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 340729478 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499221170856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10983] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10976 10978 5567 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 340729478 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499220118568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10984] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10976 10978 5567 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 340729478 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499219065768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10976 10978 5567 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 340729478 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499218012456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10986] ppid=10976 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10976 10978 5567 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 340729478 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499216959656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10976 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10976 10978 5567 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 340729478 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499215907368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10988] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10976 10978 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340729478 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499214854568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10989] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) S 10976 10978 5567 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499202444008 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10990] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10976 10978 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499201390072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10991] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10976 10978 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499200337672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499199286160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10976 vsize=3024420 CPUtime=0.65 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10976 10978 5567 0 -1 4202560 4366 0 0 0 65 0 0 0 20 0 19 0 340729483 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499198232760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10976 vsize=3024420 CPUtime=0.62 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10976 10978 5567 0 -1 4202560 4403 0 0 0 60 2 0 0 20 0 19 0 340729483 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499197179960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499196127864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499195075272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10999] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10999/stat : 10999 (java) S 10976 10978 5567 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 340729721 3097006080 116797 33554432000 1073741824 1073778376 140737339003280 140499192444584 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 11001
/proc/meminfo: memFree=26481256/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=3024420 CPUtime=14.12 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 13280 0 1 0 1397 15 0 0 20 0 19 0 340729476 3097006080 116801 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

/proc/10978/task/10988/stat : 10988 (java) S 10976 10978 5567 0 -1 4202560 241 0 0 0 21 16 0 0 20 0 19 0 340729478 3097006080 418974 33554432000 1073741824 1073778376 140737339003280 140499214854568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10989] ppid=10976 vsize=3024420 CPUtime=6.03 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) R 10976 10978 5567 0 -1 4202560 119 0 0 0 600 3 0 0 20 0 19 0 340729480 3097006080 418974 33554432000 1073741824 1073778376 140737339003280 140499202444008 140499242959320 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10990] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10976 10978 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 418974 33554432000 1073741824 1073778376 140737339003280 140499201390072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10991] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10976 10978 5567 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 418974 33554432000 1073741824 1073778376 140737339003280 140499200337672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 418974 33554432000 1073741824 1073778376 140737339003280 140499199286160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10976 vsize=3024420 CPUtime=0.73 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10976 10978 5567 0 -1 4202560 4372 0 0 0 73 0 0 0 20 0 19 0 340729483 3097006080 418974 33554432000 1073741824 1073778376 140737339003280 140499198232760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10976 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10976 10978 5567 0 -1 4202560 4406 0 0 0 61 2 0 0 20 0 19 0 340729483 3097006080 418974 33554432000 1073741824 1073778376 140737339003280 140499197179960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 418974 33554432000 1073741824 1073778376 140737339003280 140499196127864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10976 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10976 10978 5567 0 -1 4202560 33 0 0 0 18 5 0 0 20 0 19 0 340729483 3097006080 418974 33554432000 1073741824 1073778376 140737339003280 140499195075272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=11001] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/11001/stat : 11001 (java) S 10976 10978 5567 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340730672 3097006080 418974 33554432000 1073741824 1073778376 140737339003280 140499192443816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 548.16
Current children cumulated vsize (KiB) 3024420

[startup+545.501 s]
/proc/loadavg: 1.93 2.04 2.02 3/213 11005
/proc/meminfo: memFree=24900220/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=3024420 CPUtime=549.77 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 15551 0 1 0 54819 158 0 0 20 0 19 0 340729476 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10978/statm: 756105 418977 2305 9 0 746526 0
[pid=10978/tid=10980] ppid=10976 vsize=3024420 CPUtime=535.42 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) S 10976 10978 5567 0 -1 4202560 3304 0 1 0 53525 17 0 0 20 0 19 0 340729477 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499238798056 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10981] ppid=10976 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10976 10978 5567 0 -1 4202560 241 0 0 0 26 16 0 0 20 0 19 0 340729478 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499222223656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10982] ppid=10976 vsize=3024420 CPUtime=0.49 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10976 10978 5567 0 -1 4202560 293 0 0 0 30 19 0 0 20 0 19 0 340729478 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499221170856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10983] ppid=10976 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10976 10978 5567 0 -1 4202560 276 0 0 0 29 17 0 0 20 0 19 0 340729478 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499220118568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10984] ppid=10976 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10976 10978 5567 0 -1 4202560 231 0 0 0 31 16 0 0 20 0 19 0 340729478 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499219065768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10976 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10976 10978 5567 0 -1 4202560 301 0 0 0 27 21 0 0 20 0 19 0 340729478 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499218012456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10986] ppid=10976 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10976 10978 5567 0 -1 4202560 260 0 0 0 26 16 0 0 20 0 19 0 340729478 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499216959656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10976 vsize=3024420 CPUtime=0.5 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10976 10978 5567 0 -1 4202560 278 0 0 0 32 18 0 0 20 0 19 0 340729478 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499215907368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10988] ppid=10976 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10976 10978 5567 0 -1 4202560 241 0 0 0 21 16 0 0 20 0 19 0 340729478 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499214854568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10989] ppid=10976 vsize=3024420 CPUtime=7.64 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) R 10976 10978 5567 0 -1 4202560 122 0 0 0 761 3 0 0 20 0 19 0 340729480 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499202444168 209097081157 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10990] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10976 10978 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499201390072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10991] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10976 10978 5567 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499200337672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499199286160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10976 vsize=3024420 CPUtime=0.73 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10976 10978 5567 0 -1 4202560 4372 0 0 0 73 0 0 0 20 0 19 0 340729483 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499198232760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10976 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10976 10978 5567 0 -1 4202560 4406 0 0 0 61 2 0 0 20 0 19 0 340729483 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499197179960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499196127864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10976 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10976 10978 5567 0 -1 4202560 33 0 0 0 18 5 0 0 20 0 19 0 340729483 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499195075272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=11001] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/11001/stat : 11001 (java) S 10976 10978 5567 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340730672 3097006080 418977 33554432000 1073741824 1073778376 140737339003280 140499192443816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 549.77
Current children cumulated vsize (KiB) 3024420

[startup+546.301 s]
/proc/loadavg: 1.93 2.04 2.02 3/213 11005
/proc/meminfo: memFree=24900220/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=3024420 CPUtime=550.56 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 15557 0 1 0 54898 158 0 0 20 0 19 0 340729476 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10978/statm: 756105 418979 2305 9 0 746526 0
[pid=10978/tid=10980] ppid=10976 vsize=3024420 CPUtime=535.43 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) S 10976 10978 5567 0 -1 4202560 3308 0 1 0 53526 17 0 0 20 0 19 0 340729477 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499238799864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10981] ppid=10976 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10976 10978 5567 0 -1 4202560 241 0 0 0 26 16 0 0 20 0 19 0 340729478 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499222223656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10982] ppid=10976 vsize=3024420 CPUtime=0.49 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10976 10978 5567 0 -1 4202560 293 0 0 0 30 19 0 0 20 0 19 0 340729478 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499221170856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10983] ppid=10976 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10976 10978 5567 0 -1 4202560 276 0 0 0 29 17 0 0 20 0 19 0 340729478 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499220118568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10984] ppid=10976 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10976 10978 5567 0 -1 4202560 231 0 0 0 31 16 0 0 20 0 19 0 340729478 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499219065768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10976 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10976 10978 5567 0 -1 4202560 301 0 0 0 27 21 0 0 20 0 19 0 340729478 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499218012456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10986] ppid=10976 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10976 10978 5567 0 -1 4202560 260 0 0 0 26 16 0 0 20 0 19 0 340729478 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499216959656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10976 vsize=3024420 CPUtime=0.5 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10976 10978 5567 0 -1 4202560 278 0 0 0 32 18 0 0 20 0 19 0 340729478 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499215907368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10988] ppid=10976 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10976 10978 5567 0 -1 4202560 241 0 0 0 21 16 0 0 20 0 19 0 340729478 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499214854568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10989] ppid=10976 vsize=3024420 CPUtime=8.42 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) R 10976 10978 5567 0 -1 4202560 124 0 0 0 839 3 0 0 20 0 19 0 340729480 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499202444008 209097081157 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10990] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10976 10978 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499201390072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10991] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10976 10978 5567 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499200334952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499199286160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10976 vsize=3024420 CPUtime=0.73 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10976 10978 5567 0 -1 4202560 4372 0 0 0 73 0 0 0 20 0 19 0 340729483 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499198232760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10976 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10976 10978 5567 0 -1 4202560 4406 0 0 0 61 2 0 0 20 0 19 0 340729483 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499197179960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499196127864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10976 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10976 10978 5567 0 -1 4202560 33 0 0 0 18 5 0 0 20 0 19 0 340729483 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499195075272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=11001] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/11001/stat : 11001 (java) S 10976 10978 5567 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340730672 3097006080 418979 33554432000 1073741824 1073778376 140737339003280 140499192443816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 550.56
Current children cumulated vsize (KiB) 3024420

[startup+546.708 s]
/proc/loadavg: 1.93 2.04 2.02 3/213 11005
/proc/meminfo: memFree=24900220/32873844 swapFree=7128/7128
[pid=10978] ppid=10976 vsize=3024420 CPUtime=550.97 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10976 10978 5567 0 -1 4202496 15563 0 1 0 54939 158 0 0 20 0 19 0 340729476 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140737338994416 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10978/statm: 756105 418982 2305 9 0 746526 0
[pid=10978/tid=10980] ppid=10976 vsize=3024420 CPUtime=535.43 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) S 10976 10978 5567 0 -1 4202560 3309 0 1 0 53526 17 0 0 20 0 19 0 340729477 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499238799480 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10981] ppid=10976 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10976 10978 5567 0 -1 4202560 241 0 0 0 26 16 0 0 20 0 19 0 340729478 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499222223656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10982] ppid=10976 vsize=3024420 CPUtime=0.49 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10976 10978 5567 0 -1 4202560 293 0 0 0 30 19 0 0 20 0 19 0 340729478 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499221170856 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10983] ppid=10976 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10976 10978 5567 0 -1 4202560 276 0 0 0 29 17 0 0 20 0 19 0 340729478 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499220118568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10984] ppid=10976 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10976 10978 5567 0 -1 4202560 231 0 0 0 31 16 0 0 20 0 19 0 340729478 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499219065768 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10976 vsize=3024420 CPUtime=0.48 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10976 10978 5567 0 -1 4202560 301 0 0 0 27 21 0 0 20 0 19 0 340729478 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499218012456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10986] ppid=10976 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10976 10978 5567 0 -1 4202560 260 0 0 0 26 16 0 0 20 0 19 0 340729478 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499216959656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10976 vsize=3024420 CPUtime=0.5 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10976 10978 5567 0 -1 4202560 278 0 0 0 32 18 0 0 20 0 19 0 340729478 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499215907368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10988] ppid=10976 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10976 10978 5567 0 -1 4202560 241 0 0 0 21 16 0 0 20 0 19 0 340729478 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499214854568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10989] ppid=10976 vsize=3024420 CPUtime=8.83 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) R 10976 10978 5567 0 -1 4202560 125 0 0 0 880 3 0 0 20 0 19 0 340729480 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499202444128 140499245651968 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10990] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10976 10978 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499201390072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10991] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10976 10978 5567 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 340729480 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499200337672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499199286160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10976 vsize=3024420 CPUtime=0.73 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10976 10978 5567 0 -1 4202560 4372 0 0 0 73 0 0 0 20 0 19 0 340729483 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499198232760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10976 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10976 10978 5567 0 -1 4202560 4406 0 0 0 61 2 0 0 20 0 19 0 340729483 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499197179960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10976 10978 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340729483 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499196127864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10976 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10976 10978 5567 0 -1 4202560 33 0 0 0 18 5 0 0 20 0 19 0 340729483 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499195075272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=11001] ppid=10976 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10978/task/11001/stat : 11001 (java) S 10976 10978 5567 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340730672 3097006080 418982 33554432000 1073741824 1073778376 140737339003280 140499192443816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 550.97
Current children cumulated vsize (KiB) 3024420

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10978 and gives
#  childrusage.ru_utime.tv_sec=547
#  childrusage.ru_utime.tv_usec=997691
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=792727
# CPU time returned by wait4() is 549.79
# while last known CPU time is 550.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 546.789
CPU time (s): 550.97
CPU user time (s): 549.39
CPU system time (s): 1.58
CPU usage (%): 100.765
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 547.998
system time used= 1.79273
maximum resident set size= 1675936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15566
page faults= 1
swaps= 0
block input operations= 8
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12308
involuntary context switches= 4672

runsolver used 1.19382 second user time and 2.92256 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 20:03:45
IDJOB=3741659
IDBENCH=89893
IDSOLVER=2319
FILE ID=node105/3741659-1338746624
RUNJOBID= node105-1338714526-5584
PBS_JOBID= 14636755
Free space on /tmp= 71264 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z11-s8.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741659-1338746624/watcher-3741659-1338746624 -o /tmp/evaluation-result-3741659-1338746624/solver-3741659-1338746624 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741659-1338746624.opb           

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

MD5SUM BENCH= 9014f307b4266a1d3ed4d1915c3fbd07
RANDOM SEED=2061142050

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26941976 kB
Buffers:          563524 kB
Cached:          3597652 kB
SwapCached:         1700 kB
Active:          1911928 kB
Inactive:        3109012 kB
Active(anon):     855792 kB
Inactive(anon):     4800 kB
Active(file):    1056136 kB
Inactive(file):  3104212 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:              9564 kB
Writeback:             0 kB
AnonPages:        892692 kB
Mapped:            17268 kB
Shmem:                 0 kB
Slab:             742640 kB
SReclaimable:     184052 kB
SUnreclaim:       558588 kB
KernelStack:        1600 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1827436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    849920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71260 MiB
End job on node105 at 2012-06-03 20:12:52