Trace number 3730551

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
PB07: SAT4JPseudoResolution 2007-03-23UNSAT 1789.73 1771.12

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark369.578
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1599470296
0.00/0.09	c Max memory 1607860224
0.00/0.09	c Total memory 1607860224
0.00/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@18e2b22
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-3730551-1338682233.opb
0.07/0.11	c reading problem ... 
4.30/3.19	c ... done. Wall clock time 3.076s.
4.30/3.19	c CPU time (experimental) 2.94s.
4.30/3.19	c #vars     168111
4.30/3.19	c #constraints  487524
1789.73/1771.10	c starts		: 21
1789.73/1771.10	c conflicts		: 693561
1789.73/1771.10	c decisions		: 1811569
1789.73/1771.10	c propagations		: 4034070078
1789.73/1771.10	c inspects		: 10113044389
1789.73/1771.10	c learnt literals	: 37
1789.73/1771.10	c learnt binary clauses	: 345
1789.73/1771.10	c learnt ternary clauses	: 566
1789.73/1771.10	c learnt clauses	: 693523
1789.73/1771.10	c root simplifications	: 0
1789.73/1771.10	c removed literals (reason simplification)	: 0
1789.73/1771.10	c reason swapping (by a shorter reason)	: 0
1789.73/1771.10	c Calls to reduceDB	: 0
1789.73/1771.10	c speed (decisions/second)	: 1024.7097520483517
1789.73/1771.10	c non guided choices	19219
1789.73/1771.10	s UNSATISFIABLE
1789.73/1771.10	c Total wall clock time (ms): 1770.99

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

running on 4 cores: 0,2,4,6

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: 1.92 1.98 1.91 2/195 28454
/proc/meminfo: memFree=28691932/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28454/stat : 28454 (java) D 28452 28454 28047 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 334351936 9515008 176 33554432000 1073741824 1073778376 140733602361072 140733602343800 245294252944 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/28454/statm: 2323 176 133 9 0 71 0

[startup+0.0281349 s]
/proc/loadavg: 1.92 1.98 1.91 2/195 28454
/proc/meminfo: memFree=28691932/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=2413132 CPUtime=0 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 3041 0 1 0 0 0 0 0 20 0 10 0 334351936 2471047168 3231 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28454/statm: 603283 3234 1004 9 0 594392 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2413132

[startup+0.100237 s]
/proc/loadavg: 1.92 1.98 1.91 2/195 28454
/proc/meminfo: memFree=28691932/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 4142 0 1 0 6 1 0 0 20 0 18 0 334351936 3028844544 5859 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28454/statm: 739464 5859 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300222 s]
/proc/loadavg: 1.92 1.98 1.91 2/195 28454
/proc/meminfo: memFree=28691932/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=2957856 CPUtime=0.41 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 5759 0 1 0 40 1 0 0 20 0 18 0 334351936 3028844544 10264 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28454/statm: 739464 10273 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 2957856

[startup+0.700264 s]
/proc/loadavg: 1.92 1.98 1.91 2/195 28454
/proc/meminfo: memFree=28691932/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=2957856 CPUtime=1.12 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 8762 0 1 0 107 5 0 0 20 0 18 0 334351936 3028844544 46159 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28454/statm: 739464 46159 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2957856

[startup+1.50069 s]
/proc/loadavg: 1.92 1.98 1.91 3/213 28472
/proc/meminfo: memFree=28363652/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=2957856 CPUtime=2.03 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 8977 0 1 0 189 14 0 0 20 0 18 0 334351936 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28454/statm: 739464 118380 2269 9 0 729885 0
[pid=28454/tid=28456] ppid=28452 vsize=2957856 CPUtime=1.41 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 28047 0 -1 4202560 3229 0 1 0 131 10 0 0 20 0 18 0 334351937 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140565054545952 140564901583966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 28047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 334351939 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140565037979944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 28047 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 334351939 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140565036927144 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 334351939 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140565035874856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 28047 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 18 0 334351939 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140565034822056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 28047 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 334351939 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140565033769768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 28047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 334351939 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140565032716968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 334351939 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140565031664680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 334351939 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140565030611880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 334351940 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140564900075752 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 28047 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 334351940 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140564899021816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 334351940 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140564897969416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334351943 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140564896917904 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=2957856 CPUtime=0.22 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 28047 0 -1 4202560 2925 0 0 0 22 0 0 0 20 0 18 0 334351943 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140564895865528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=2957856 CPUtime=0.19 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 28047 0 -1 4202560 1554 0 0 0 19 0 0 0 20 0 18 0 334351943 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140564894812728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334351943 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140564893760632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334351943 3028844544 118380 33554432000 1073741824 1073778376 140734267507424 140564892708040 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 2957856

[startup+3.10082 s]
/proc/loadavg: 1.92 1.98 1.91 4/213 28472
/proc/meminfo: memFree=28170272/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=2957856 CPUtime=4.3 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 10734 0 1 0 401 29 0 0 20 0 18 0 334351936 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28454/statm: 739464 145659 2284 9 0 729885 0
[pid=28454/tid=28456] ppid=28452 vsize=2957856 CPUtime=2.85 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 28047 0 -1 4202560 3239 0 1 0 275 10 0 0 20 0 18 0 334351937 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140565054553848 140564901584794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 28047 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 18 0 334351939 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140565037979944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 28047 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 18 0 334351939 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140565036927144 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 28047 0 -1 4202560 49 0 0 0 8 3 0 0 20 0 18 0 334351939 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140565035874856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 28047 0 -1 4202560 63 0 0 0 9 4 0 0 20 0 18 0 334351939 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140565034822056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=2957856 CPUtime=0.16 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 28047 0 -1 4202560 75 0 0 0 12 4 0 0 20 0 18 0 334351939 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140565033769768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 28047 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 334351939 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140565032716968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 28047 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 334351939 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140565031664680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 28047 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 18 0 334351939 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140565030611880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 334351940 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140564900075752 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 28047 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 334351940 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140564899021816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 334351940 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140564897969416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334351943 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140564896917904 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=2957856 CPUtime=0.35 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 28047 0 -1 4202560 3337 0 0 0 35 0 0 0 20 0 18 0 334351943 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140564895865528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=2957856 CPUtime=0.27 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 28047 0 -1 4202560 2624 0 0 0 27 0 0 0 20 0 18 0 334351943 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140564894812728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334351943 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140564893760632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334351943 3028844544 145659 33554432000 1073741824 1073778376 140734267507424 140564892708040 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 2957856

[startup+6.30072 s]
/proc/loadavg: 1.93 1.98 1.91 3/214 28473
/proc/meminfo: memFree=28115644/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=3024420 CPUtime=7.97 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 13264 0 1 0 766 31 0 0 20 0 19 0 334351936 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28454/statm: 756105 145651 2292 9 0 746526 0
[pid=28454/tid=28456] ppid=28452 vsize=3024420 CPUtime=6.03 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 28047 0 -1 4202560 3245 0 1 0 593 10 0 0 20 0 19 0 334351937 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140565054554504 140564902049646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 28047 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 19 0 334351939 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140565037979944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 28047 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 19 0 334351939 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140565036927144 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 28047 0 -1 4202560 49 0 0 0 8 3 0 0 20 0 19 0 334351939 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140565035874856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=3024420 CPUtime=0.13 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 28047 0 -1 4202560 63 0 0 0 9 4 0 0 20 0 19 0 334351939 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140565034822056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=3024420 CPUtime=0.16 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 28047 0 -1 4202560 75 0 0 0 12 4 0 0 20 0 19 0 334351939 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140565033769768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 28047 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 334351939 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140565032716968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 28047 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 334351939 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140565031664680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 28047 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 19 0 334351939 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140565030611880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 28047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140564900075752 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 28047 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140564899021816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140564897969416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140564896917904 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=3024420 CPUtime=0.58 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 28047 0 -1 4202560 3344 0 0 0 58 0 0 0 20 0 19 0 334351943 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140564895865528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=3024420 CPUtime=0.5 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 28047 0 -1 4202560 5128 0 0 0 50 0 0 0 20 0 19 0 334351943 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140564894812728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140564893760632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140564892708040 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28473] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28473/stat : 28473 (java) S 28452 28454 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334352260 3097006080 145651 33554432000 1073741824 1073778376 140734267507424 140564890575784 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.91 3/214 28473
/proc/meminfo: memFree=28063344/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=3024420 CPUtime=15.12 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 13488 0 1 0 1476 36 0 0 20 0 19 0 334351936 3097006080 158582 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0

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

/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 28047 0 -1 4202560 344 0 0 0 300 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565030611880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=3024420 CPUtime=0.06 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 28047 0 -1 4202560 110 0 0 0 4 2 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564900075752 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 28047 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564899021816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564897969416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564896917904 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 28047 0 -1 4202560 3344 0 0 0 59 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564895865528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 28047 0 -1 4202560 5130 0 0 0 52 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564894812728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564893760632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 28047 0 -1 4202560 102 0 0 0 43 27 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564892708040 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28473] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28473/stat : 28473 (java) S 28452 28454 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334352260 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564890575784 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.13
Current children cumulated vsize (KiB) 3024420

[startup+1770.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/214 28549
/proc/meminfo: memFree=27611188/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=3024420 CPUtime=1788.93 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 16194 0 1 0 178778 115 0 0 20 0 19 0 334351936 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28454/statm: 756105 333413 2292 9 0 746526 0
[pid=28454/tid=28456] ppid=28452 vsize=3024420 CPUtime=1758.62 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 28047 0 -1 4202560 3504 0 1 0 175823 39 0 0 20 0 19 0 334351937 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565054553296 140564901938566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=3024420 CPUtime=2.99 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 28047 0 -1 4202560 336 0 0 0 291 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565037979944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=3024420 CPUtime=2.96 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 28047 0 -1 4202560 311 0 0 0 286 10 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565036927144 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=3024420 CPUtime=2.92 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 28047 0 -1 4202560 362 0 0 0 282 10 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565035874856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=3024420 CPUtime=3.14 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 28047 0 -1 4202560 390 0 0 0 302 12 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565034822056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=3024420 CPUtime=3.01 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 28047 0 -1 4202560 326 0 0 0 290 11 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565033769768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=3024420 CPUtime=3.08 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 28047 0 -1 4202560 383 0 0 0 300 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565032716968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=3024420 CPUtime=3.04 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 28047 0 -1 4202560 365 0 0 0 296 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565031664680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=3024420 CPUtime=3.08 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 28047 0 -1 4202560 344 0 0 0 300 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565030611880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=3024420 CPUtime=0.06 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 28047 0 -1 4202560 110 0 0 0 4 2 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564900075752 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 28047 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564899021816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564897969416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564896917904 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 28047 0 -1 4202560 3344 0 0 0 59 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564895865528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 28047 0 -1 4202560 5130 0 0 0 52 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564894812728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564893760632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 28047 0 -1 4202560 102 0 0 0 43 27 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564892708040 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28473] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28473/stat : 28473 (java) S 28452 28454 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334352260 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564890575784 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.93
Current children cumulated vsize (KiB) 3024420

[startup+1770.7 s]
/proc/loadavg: 2.00 2.02 1.99 3/214 28549
/proc/meminfo: memFree=27611188/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=3024420 CPUtime=1789.33 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 16194 0 1 0 178818 115 0 0 20 0 19 0 334351936 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28454/statm: 756105 333413 2292 9 0 746526 0
[pid=28454/tid=28456] ppid=28452 vsize=3024420 CPUtime=1759.02 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 28047 0 -1 4202560 3504 0 1 0 175863 39 0 0 20 0 19 0 334351937 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565054553296 140564901933931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=3024420 CPUtime=2.99 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 28047 0 -1 4202560 336 0 0 0 291 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565037979944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=3024420 CPUtime=2.96 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 28047 0 -1 4202560 311 0 0 0 286 10 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565036927144 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=3024420 CPUtime=2.92 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 28047 0 -1 4202560 362 0 0 0 282 10 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565035874856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=3024420 CPUtime=3.14 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 28047 0 -1 4202560 390 0 0 0 302 12 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565034822056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=3024420 CPUtime=3.01 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 28047 0 -1 4202560 326 0 0 0 290 11 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565033769768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=3024420 CPUtime=3.08 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 28047 0 -1 4202560 383 0 0 0 300 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565032716968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=3024420 CPUtime=3.04 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 28047 0 -1 4202560 365 0 0 0 296 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565031664680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=3024420 CPUtime=3.08 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 28047 0 -1 4202560 344 0 0 0 300 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565030611880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=3024420 CPUtime=0.06 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 28047 0 -1 4202560 110 0 0 0 4 2 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564900075752 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 28047 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564899021816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564897969416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564896917904 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 28047 0 -1 4202560 3344 0 0 0 59 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564895865528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 28047 0 -1 4202560 5130 0 0 0 52 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564894812728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564893760632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 28047 0 -1 4202560 102 0 0 0 43 27 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564892708040 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28473] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28473/stat : 28473 (java) S 28452 28454 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334352260 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564890575784 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1789.33
Current children cumulated vsize (KiB) 3024420

[startup+1771.1 s]
/proc/loadavg: 2.00 2.02 1.99 3/214 28549
/proc/meminfo: memFree=27611064/32873844 swapFree=7372/7372
[pid=28454] ppid=28452 vsize=3024420 CPUtime=1789.73 cores=0,2,4,6
/proc/28454/stat : 28454 (java) S 28452 28454 28047 0 -1 4202496 16194 0 1 0 178858 115 0 0 20 0 19 0 334351936 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140734267498560 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28454/statm: 756105 333413 2292 9 0 746526 0
[pid=28454/tid=28456] ppid=28452 vsize=3024420 CPUtime=1759.42 cores=0,2,4,6
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 28047 0 -1 4202560 3504 0 1 0 175903 39 0 0 20 0 19 0 334351937 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565054553296 140564902035732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=3024420 CPUtime=2.99 cores=0,2,4,6
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 28047 0 -1 4202560 336 0 0 0 291 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565037979944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=3024420 CPUtime=2.96 cores=0,2,4,6
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 28047 0 -1 4202560 311 0 0 0 286 10 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565036927144 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=3024420 CPUtime=2.92 cores=0,2,4,6
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 28047 0 -1 4202560 362 0 0 0 282 10 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565035874856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=3024420 CPUtime=3.14 cores=0,2,4,6
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 28047 0 -1 4202560 390 0 0 0 302 12 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565034822056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=3024420 CPUtime=3.01 cores=0,2,4,6
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 28047 0 -1 4202560 326 0 0 0 290 11 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565033769768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=3024420 CPUtime=3.08 cores=0,2,4,6
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 28047 0 -1 4202560 383 0 0 0 300 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565032716968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=3024420 CPUtime=3.04 cores=0,2,4,6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 28047 0 -1 4202560 365 0 0 0 296 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565031664680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=3024420 CPUtime=3.08 cores=0,2,4,6
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 28047 0 -1 4202560 344 0 0 0 300 8 0 0 20 0 19 0 334351939 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140565030611880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=3024420 CPUtime=0.06 cores=0,2,4,6
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 28047 0 -1 4202560 110 0 0 0 4 2 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564900075752 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 28047 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564899021816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28454/tid=28467] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28467/stat : 28467 (java) S 28452 28454 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334351940 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564897969416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28468] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28468/stat : 28468 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564896917904 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28469] ppid=28452 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/28454/task/28469/stat : 28469 (java) S 28452 28454 28047 0 -1 4202560 3344 0 0 0 59 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564895865528 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28470] ppid=28452 vsize=3024420 CPUtime=0.52 cores=0,2,4,6
/proc/28454/task/28470/stat : 28470 (java) S 28452 28454 28047 0 -1 4202560 5130 0 0 0 52 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564894812728 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28471] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28471/stat : 28471 (java) S 28452 28454 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564893760632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28454/tid=28472] ppid=28452 vsize=3024420 CPUtime=0.7 cores=0,2,4,6
/proc/28454/task/28472/stat : 28472 (java) S 28452 28454 28047 0 -1 4202560 102 0 0 0 43 27 0 0 20 0 19 0 334351943 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564892708040 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28454/tid=28473] ppid=28452 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/28454/task/28473/stat : 28473 (java) S 28452 28454 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334352260 3097006080 333413 33554432000 1073741824 1073778376 140734267507424 140564890575784 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1789.73
Current children cumulated vsize (KiB) 3024420

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28454 and gives
#  childrusage.ru_utime.tv_sec=1784
#  childrusage.ru_utime.tv_usec=209758
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=561762
# CPU time returned by wait4() is 1785.77
# while last known CPU time is 1789.73
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1771.12
CPU time (s): 1789.73
CPU user time (s): 1788.58
CPU system time (s): 1.15
CPU usage (%): 101.051
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.21
system time used= 1.56176
maximum resident set size= 1333664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16201
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45479
involuntary context switches= 60283

runsolver used 9.1716 second user time and 18.1702 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-03 02:10:34
IDJOB=3730551
IDBENCH=1447
IDSOLVER=2319
FILE ID=node109/3730551-1338682233
RUNJOBID= node109-1338678620-28066
PBS_JOBID= 14636704
Free space on /tmp= 70692 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730551-1338682233/watcher-3730551-1338682233 -o /tmp/evaluation-result-3730551-1338682233/solver-3730551-1338682233 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3730551-1338682233.opb           

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=1870825454

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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	: 5331.91
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28692576 kB
Buffers:          332000 kB
Cached:          1575832 kB
SwapCached:          944 kB
Active:          2307284 kB
Inactive:         996128 kB
Active(anon):    1390036 kB
Inactive(anon):     7796 kB
Active(file):     917248 kB
Inactive(file):   988332 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105492 kB
Dirty:             20288 kB
Writeback:             0 kB
AnonPages:       1403776 kB
Mapped:            18364 kB
Shmem:                 4 kB
Slab:             736300 kB
SReclaimable:     178664 kB
SUnreclaim:       557636 kB
KernelStack:        1616 kB
PageTables:         6880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1824196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1368064 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= 70688 MiB
End job on node109 at 2012-06-03 02:40:05