Trace number 3690011

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.03 1785.34

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_9_mh.opb
MD5SUMab50ad160b8df343de4157f6d66d8abc
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark750142818
Best CPU time to get the best result obtained on this benchmark1801.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 179406144
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 358670528524
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 358670528524
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.01/0.09	c Pseudo Boolean Optimization by upper bound
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.01/0.09	c No reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483s
0.01/0.09	c DB Simplification allowed=false
0.01/0.09	c c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-3690011-1337895288.opb
0.01/0.09	c reading problem ... 
42.35/29.48	c ... done. Wall clock time 29.388s.
42.35/29.48	c declared #vars     2000400
42.35/29.48	c #constraints  4940611
42.35/29.48	c constraints type 
42.35/29.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
42.35/29.48	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
42.35/29.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
42.35/29.48	c ignored satisfied constraints => 3
42.35/29.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
42.35/29.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
42.35/29.48	c 4940614 constraints processed.
42.35/29.48	c objective function length is 1019800 literals
456.48/443.05	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1182.70/1168.04	c cleaning 4250 clauses out of 8499 with flag 11000/11000
1800.03/1785.32	c starts		: 44
1800.03/1785.32	c conflicts		: 17022
1800.03/1785.32	c decisions		: 958644
1800.03/1785.32	c propagations		: 2224343923
1800.03/1785.32	c inspects		: 7347739255
1800.03/1785.32	c shortcuts		: 0
1800.03/1785.32	c learnt literals	: 0
1800.03/1785.32	c learnt binary clauses	: 0
1800.03/1785.32	c learnt ternary clauses	: 0
1800.03/1785.32	c learnt constraints	: 17022
1800.03/1785.32	c ignored constraints	: 0
1800.03/1785.32	c root simplifications	: 0
1800.03/1785.32	c removed literals (reason simplification)	: 0
1800.03/1785.32	c reason swapping (by a shorter reason)	: 0
1800.03/1785.32	c Calls to reduceDB	: 2
1800.03/1785.32	c number of reductions to clauses (during analyze)	: 0
1800.03/1785.32	c number of learned constraints concerned by reduction	: 0
1800.03/1785.32	c number of learning phase by resolution	: 0
1800.03/1785.32	c number of learning phase by cutting planes	: 0
1800.03/1785.32	c speed (assignments/second)	: 1267111.7784949115
1800.03/1785.32	c non guided choices	0
1800.03/1785.32	c learnt constraints type 
1800.03/1785.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10271
1800.03/1785.32	c constraints type 
1800.03/1785.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.03/1785.32	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.03/1785.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.03/1785.32	c ignored satisfied constraints => 3
1800.03/1785.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.03/1785.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.03/1785.32	c 4940614 constraints processed.
1800.03/1785.32	s UNKNOWN
1800.03/1785.32	c Total wall clock time (in seconds): 1785.228

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-3690011-1337895288/watcher-3690011-1337895288 -o /tmp/evaluation-result-3690011-1337895288/solver-3690011-1337895288 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690011-1337895288.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: 0.76 1.60 1.86 2/177 27303
/proc/meminfo: memFree=29013800/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/27303/stat : 27303 (java) R 27301 27303 27242 0 -1 4202496 984 0 0 0 0 0 0 0 20 0 1 0 255655066 23793664 711 33554432000 1073741824 1073778376 140734966608768 140734966597832 270320842832 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 5809 711 525 9 0 128 0

[startup+0.0234361 s]
/proc/loadavg: 0.76 1.60 1.86 2/177 27303
/proc/meminfo: memFree=29013800/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 2894 0 1 0 1 0 0 0 20 0 11 0 255655066 9310650368 3593 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2273108 3593 1624 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100194 s]
/proc/loadavg: 0.76 1.60 1.86 2/177 27303
/proc/meminfo: memFree=29013800/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 4476 0 1 0 10 1 0 0 20 0 18 0 255655066 9787813888 6129 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2389603 6129 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300159 s]
/proc/loadavg: 0.76 1.60 1.86 2/177 27303
/proc/meminfo: memFree=29013800/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 5529 0 1 0 44 2 0 0 20 0 18 0 255655066 9787813888 24522 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2389603 24522 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700169 s]
/proc/loadavg: 0.76 1.60 1.86 2/177 27303
/proc/meminfo: memFree=29013800/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9558412 CPUtime=0.99 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 5712 0 1 0 93 6 0 0 20 0 18 0 255655066 9787813888 52788 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2389603 52788 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9558412

[startup+1.5006 s]
/proc/loadavg: 0.94 1.62 1.86 3/211 27337
/proc/meminfo: memFree=28526404/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9558412 CPUtime=1.91 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 6113 0 1 0 183 8 0 0 20 0 18 0 255655066 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2389603 69013 2231 9 0 2380296 0
[pid=27303/tid=27313] ppid=27301 vsize=9558412 CPUtime=1.36 cores=0,2,4,6
/proc/27303/task/27313/stat : 27313 (java) R 27301 27303 27242 0 -1 4202560 2515 0 1 0 133 3 0 0 20 0 18 0 255655067 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671571242912 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27314] ppid=27301 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27303/task/27314/stat : 27314 (java) S 27301 27303 27242 0 -1 4202560 264 0 0 0 2 0 0 0 20 0 18 0 255655067 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671532742824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27315] ppid=27301 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27303/task/27315/stat : 27315 (java) S 27301 27303 27242 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 255655067 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671531690280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27316] ppid=27301 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27303/task/27316/stat : 27316 (java) S 27301 27303 27242 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 18 0 255655067 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671530637736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27317] ppid=27301 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27303/task/27317/stat : 27317 (java) S 27301 27303 27242 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 255655067 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671529585192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27318] ppid=27301 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27303/task/27318/stat : 27318 (java) S 27301 27303 27242 0 -1 4202560 70 0 0 0 2 0 0 0 20 0 18 0 255655067 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671528532648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27319] ppid=27301 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27303/task/27319/stat : 27319 (java) S 27301 27303 27242 0 -1 4202560 46 0 0 0 4 0 0 0 20 0 18 0 255655067 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671527480104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27320] ppid=27301 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27303/task/27320/stat : 27320 (java) S 27301 27303 27242 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 255655067 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671526427560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27321] ppid=27301 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27303/task/27321/stat : 27321 (java) S 27301 27303 27242 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 255655067 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671525375016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27325] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27325/stat : 27325 (java) S 27301 27303 27242 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255655068 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671394474088 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27326] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27326/stat : 27326 (java) S 27301 27303 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255655069 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671393420408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27327] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27327/stat : 27327 (java) S 27301 27303 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255655069 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671392367752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27333] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27333/stat : 27333 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655071 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671391316496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27334] ppid=27301 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27303/task/27334/stat : 27334 (java) S 27301 27303 27242 0 -1 4202560 763 0 0 0 7 0 0 0 20 0 18 0 255655071 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671390263864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27335] ppid=27301 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27303/task/27335/stat : 27335 (java) S 27301 27303 27242 0 -1 4202560 1108 0 0 0 7 0 0 0 20 0 18 0 255655071 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671389211320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27336] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27336/stat : 27336 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655071 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140671388158968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27337] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27337/stat : 27337 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655071 9787813888 69013 33554432000 1073741824 1073778376 140734966608768 140670379486536 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9558412

[startup+3.10064 s]
/proc/loadavg: 0.94 1.62 1.86 9/211 27337
/proc/meminfo: memFree=28154852/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9558412 CPUtime=4.55 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 8444 0 1 0 429 26 0 0 20 0 18 0 255655066 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2389603 193167 2236 9 0 2380296 0
[pid=27303/tid=27313] ppid=27301 vsize=9558412 CPUtime=2.63 cores=0,2,4,6
/proc/27303/task/27313/stat : 27313 (java) S 27301 27303 27242 0 -1 4202560 2838 0 1 0 256 7 0 0 20 0 18 0 255655067 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671571249480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27314] ppid=27301 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/27303/task/27314/stat : 27314 (java) R 27301 27303 27242 0 -1 4202560 315 0 0 0 18 2 0 0 20 0 18 0 255655067 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671532743000 140671578147756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27315] ppid=27301 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/27303/task/27315/stat : 27315 (java) R 27301 27303 27242 0 -1 4202560 87 0 0 0 16 2 0 0 20 0 18 0 255655067 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671531690456 140671575008728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27316] ppid=27301 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/27303/task/27316/stat : 27316 (java) D 27301 27303 27242 0 -1 4202560 376 0 0 0 20 3 0 0 20 0 18 0 255655067 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671530637496 270330094567 0 4 0 16800975 18446744071581355491 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27317] ppid=27301 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/27303/task/27317/stat : 27317 (java) R 27301 27303 27242 0 -1 4202560 62 0 0 0 14 2 0 0 20 0 18 0 255655067 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671529585368 140671573722809 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27318] ppid=27301 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/27303/task/27318/stat : 27318 (java) R 27301 27303 27242 0 -1 4202560 443 0 0 0 12 2 0 0 20 0 18 0 255655067 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671528532824 140671575008728 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27319] ppid=27301 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/27303/task/27319/stat : 27319 (java) R 27301 27303 27242 0 -1 4202560 122 0 0 0 22 3 0 0 20 0 18 0 255655067 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671527480280 140671575008669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27320] ppid=27301 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/27303/task/27320/stat : 27320 (java) R 27301 27303 27242 0 -1 4202560 68 0 0 0 14 3 0 0 20 0 18 0 255655067 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671526427736 140671573722825 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27321] ppid=27301 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/27303/task/27321/stat : 27321 (java) R 27301 27303 27242 0 -1 4202560 304 0 0 0 16 2 0 0 20 0 18 0 255655067 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671525374896 140671575009154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27325] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27325/stat : 27325 (java) S 27301 27303 27242 0 -1 4202560 495 0 0 0 0 0 0 0 20 0 18 0 255655068 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671394472968 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27326] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27326/stat : 27326 (java) S 27301 27303 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255655069 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671393420408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27327] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27327/stat : 27327 (java) S 27301 27303 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255655069 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671392367752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27333] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27333/stat : 27333 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655071 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671391316496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27334] ppid=27301 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/27303/task/27334/stat : 27334 (java) S 27301 27303 27242 0 -1 4202560 881 0 0 0 12 0 0 0 20 0 18 0 255655071 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671390263864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27335] ppid=27301 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/27303/task/27335/stat : 27335 (java) S 27301 27303 27242 0 -1 4202560 1278 0 0 0 14 0 0 0 20 0 18 0 255655071 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671389211320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27336] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27336/stat : 27336 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655071 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140671388158968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27337] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27337/stat : 27337 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655071 9787813888 193167 33554432000 1073741824 1073778376 140734966608768 140670379486536 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9558412

[startup+6.30061 s]
/proc/loadavg: 0.94 1.62 1.86 3/211 27337
/proc/meminfo: memFree=26167936/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9558412 CPUtime=11.03 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 18319 0 1 0 1041 62 0 0 20 0 18 0 255655066 9787813888 398190 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2389603 398191 2264 9 0 2380296 0
[pid=27303/tid=27313] ppid=27301 vsize=9558412 CPUtime=4.87 cores=0,2,4,6
/proc/27303/task/27313/stat : 27313 (java) S 27301 27303 27242 0 -1 4202560 3546 0 1 0 471 16 0 0 20 0 18 0 255655067 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671571250536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27314] ppid=27301 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/27303/task/27314/stat : 27314 (java) R 27301 27303 27242 0 -1 4202560 436 0 0 0 61 6 0 0 20 0 18 0 255655067 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671532742608 140671573722809 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27315] ppid=27301 vsize=9558412 CPUtime=0.59 cores=0,2,4,6
/proc/27303/task/27315/stat : 27315 (java) R 27301 27303 27242 0 -1 4202560 976 0 0 0 54 5 0 0 20 0 18 0 255655067 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671531690040 270329679691 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27316] ppid=27301 vsize=9558412 CPUtime=0.68 cores=0,2,4,6
/proc/27303/task/27316/stat : 27316 (java) R 27301 27303 27242 0 -1 4202560 615 0 0 0 63 5 0 0 20 0 18 0 255655067 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671530637864 140671573722809 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27317] ppid=27301 vsize=9558412 CPUtime=0.61 cores=0,2,4,6
/proc/27303/task/27317/stat : 27317 (java) R 27301 27303 27242 0 -1 4202560 235 0 0 0 57 4 0 0 20 0 18 0 255655067 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671529585320 140671573722825 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27318] ppid=27301 vsize=9558412 CPUtime=0.6 cores=0,2,4,6
/proc/27303/task/27318/stat : 27318 (java) R 27301 27303 27242 0 -1 4202560 535 0 0 0 55 5 0 0 20 0 18 0 255655067 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671528532776 140671573722825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27319] ppid=27301 vsize=9558412 CPUtime=0.71 cores=0,2,4,6
/proc/27303/task/27319/stat : 27319 (java) R 27301 27303 27242 0 -1 4202560 261 0 0 0 65 6 0 0 20 0 18 0 255655067 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671527479888 140671573722825 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27320] ppid=27301 vsize=9558412 CPUtime=0.58 cores=0,2,4,6
/proc/27303/task/27320/stat : 27320 (java) R 27301 27303 27242 0 -1 4202560 791 0 0 0 52 6 0 0 20 0 18 0 255655067 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671526427688 140671573722809 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27321] ppid=27301 vsize=9558412 CPUtime=0.78 cores=0,2,4,6
/proc/27303/task/27321/stat : 27321 (java) R 27301 27303 27242 0 -1 4202560 447 0 0 0 71 7 0 0 20 0 18 0 255655067 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671525374800 140671575008400 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27325] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27325/stat : 27325 (java) S 27301 27303 27242 0 -1 4202560 1038 0 0 0 0 0 0 0 20 0 18 0 255655068 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671394472968 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27326] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27326/stat : 27326 (java) S 27301 27303 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255655069 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671393420408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27327] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27327/stat : 27327 (java) S 27301 27303 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255655069 9787813888 398191 33554432000 1073741824 1073778376 140734966608768 140671392367752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27333] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27333/stat : 27333 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655071 9787813888 398703 33554432000 1073741824 1073778376 140734966608768 140671391316496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27334] ppid=27301 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/27303/task/27334/stat : 27334 (java) S 27301 27303 27242 0 -1 4202560 4195 0 0 0 36 0 0 0 20 0 18 0 255655071 9787813888 398703 33554432000 1073741824 1073778376 140734966608768 140671390263864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27335] ppid=27301 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/27303/task/27335/stat : 27335 (java) S 27301 27303 27242 0 -1 4202560 4072 0 0 0 39 1 0 0 20 0 18 0 255655071 9787813888 398703 33554432000 1073741824 1073778376 140734966608768 140671389211320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27336] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27336/stat : 27336 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655071 9787813888 398703 33554432000 1073741824 1073778376 140734966608768 140671388158968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27337] ppid=27301 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27337/stat : 27337 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655071 9787813888 398703 33554432000 1073741824 1073778376 140734966608768 140670379486536 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (KiB) 9558412

[startup+12.7006 s]
/proc/loadavg: 1.17 1.65 1.87 10/211 27337
/proc/meminfo: memFree=23496688/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9558412 CPUtime=21.23 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 22535 0 1 0 2025 98 0 0 20 0 18 0 255655066 9787813888 691372 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2389603 691372 2272 9 0 2380296 0
[pid=27303/tid=27313] ppid=27301 vsize=9558412 CPUtime=8.96 cores=0,2,4,6

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

[pid=27303/tid=27334] ppid=27301 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/27303/task/27334/stat : 27334 (java) S 27301 27303 27242 0 -1 4202560 4239 0 0 0 71 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671390263864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27335] ppid=27301 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/27303/task/27335/stat : 27335 (java) S 27301 27303 27242 0 -1 4202560 4079 0 0 0 62 2 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671389211320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27336] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27336/stat : 27336 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671388158968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27337] ppid=27301 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/27303/task/27337/stat : 27337 (java) S 27301 27303 27242 0 -1 4202560 99 0 0 0 29 31 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140670379486536 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27339] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27339/stat : 27339 (java) S 27301 27303 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255658054 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140670378431272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1737.03
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/213 27387
/proc/meminfo: memFree=21584452/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9624976 CPUtime=1797.02 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 39023 0 1 0 179512 190 0 0 20 0 19 0 255655066 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2406244 929919 2283 9 0 2396937 0
[pid=27303/tid=27313] ppid=27301 vsize=9624976 CPUtime=1764.85 cores=0,2,4,6
/proc/27303/task/27313/stat : 27313 (java) R 27301 27303 27242 0 -1 4202560 3976 0 1 0 176424 61 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671571251520 140671403805287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27314] ppid=27301 vsize=9624976 CPUtime=2.17 cores=0,2,4,6
/proc/27303/task/27314/stat : 27314 (java) S 27301 27303 27242 0 -1 4202560 5814 0 0 0 203 14 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671532742824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27315] ppid=27301 vsize=9624976 CPUtime=2.07 cores=0,2,4,6
/proc/27303/task/27315/stat : 27315 (java) S 27301 27303 27242 0 -1 4202560 2333 0 0 0 194 13 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671531690280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27316] ppid=27301 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/27303/task/27316/stat : 27316 (java) S 27301 27303 27242 0 -1 4202560 1741 0 0 0 207 14 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671530637736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27317] ppid=27301 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/27303/task/27317/stat : 27317 (java) S 27301 27303 27242 0 -1 4202560 1576 0 0 0 186 13 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671529585192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27318] ppid=27301 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/27303/task/27318/stat : 27318 (java) S 27301 27303 27242 0 -1 4202560 1890 0 0 0 202 14 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671528532648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27319] ppid=27301 vsize=9624976 CPUtime=2.34 cores=0,2,4,6
/proc/27303/task/27319/stat : 27319 (java) S 27301 27303 27242 0 -1 4202560 3436 0 0 0 218 16 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671527480104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27320] ppid=27301 vsize=9624976 CPUtime=2.07 cores=0,2,4,6
/proc/27303/task/27320/stat : 27320 (java) S 27301 27303 27242 0 -1 4202560 4328 0 0 0 191 16 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671526427560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27321] ppid=27301 vsize=9624976 CPUtime=2.58 cores=0,2,4,6
/proc/27303/task/27321/stat : 27321 (java) S 27301 27303 27242 0 -1 4202560 1939 0 0 0 241 17 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671525375016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27325] ppid=27301 vsize=9624976 CPUtime=7.92 cores=0,2,4,6
/proc/27303/task/27325/stat : 27325 (java) S 27301 27303 27242 0 -1 4202560 2387 0 0 0 787 5 0 0 20 0 19 0 255655068 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671394474088 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27326] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27326/stat : 27326 (java) S 27301 27303 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255655069 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671393420408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27327] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27327/stat : 27327 (java) S 27301 27303 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655069 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671392367752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27333] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27333/stat : 27333 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671391316496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27334] ppid=27301 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/27303/task/27334/stat : 27334 (java) S 27301 27303 27242 0 -1 4202560 4239 0 0 0 71 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671390263864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27335] ppid=27301 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/27303/task/27335/stat : 27335 (java) S 27301 27303 27242 0 -1 4202560 4079 0 0 0 62 2 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671389211320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27336] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27336/stat : 27336 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671388158968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27337] ppid=27301 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/27303/task/27337/stat : 27337 (java) S 27301 27303 27242 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140670379486536 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27339] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27339/stat : 27339 (java) S 27301 27303 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255658054 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140670378431272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.02
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.31 s]
/proc/loadavg: 2.01 2.01 1.94 3/213 27387
/proc/meminfo: memFree=21584452/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9624976 CPUtime=1800.03 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 39023 0 1 0 179813 190 0 0 20 0 19 0 255655066 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2406244 929919 2283 9 0 2396937 0
[pid=27303/tid=27313] ppid=27301 vsize=9624976 CPUtime=1767.86 cores=0,2,4,6
/proc/27303/task/27313/stat : 27313 (java) R 27301 27303 27242 0 -1 4202560 3976 0 1 0 176725 61 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671571251520 140671403820414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27314] ppid=27301 vsize=9624976 CPUtime=2.17 cores=0,2,4,6
/proc/27303/task/27314/stat : 27314 (java) S 27301 27303 27242 0 -1 4202560 5814 0 0 0 203 14 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671532742824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27315] ppid=27301 vsize=9624976 CPUtime=2.07 cores=0,2,4,6
/proc/27303/task/27315/stat : 27315 (java) S 27301 27303 27242 0 -1 4202560 2333 0 0 0 194 13 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671531690280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27316] ppid=27301 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/27303/task/27316/stat : 27316 (java) S 27301 27303 27242 0 -1 4202560 1741 0 0 0 207 14 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671530637736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27317] ppid=27301 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/27303/task/27317/stat : 27317 (java) S 27301 27303 27242 0 -1 4202560 1576 0 0 0 186 13 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671529585192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27318] ppid=27301 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/27303/task/27318/stat : 27318 (java) S 27301 27303 27242 0 -1 4202560 1890 0 0 0 202 14 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671528532648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27319] ppid=27301 vsize=9624976 CPUtime=2.34 cores=0,2,4,6
/proc/27303/task/27319/stat : 27319 (java) S 27301 27303 27242 0 -1 4202560 3436 0 0 0 218 16 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671527480104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27320] ppid=27301 vsize=9624976 CPUtime=2.07 cores=0,2,4,6
/proc/27303/task/27320/stat : 27320 (java) S 27301 27303 27242 0 -1 4202560 4328 0 0 0 191 16 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671526427560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27321] ppid=27301 vsize=9624976 CPUtime=2.58 cores=0,2,4,6
/proc/27303/task/27321/stat : 27321 (java) S 27301 27303 27242 0 -1 4202560 1939 0 0 0 241 17 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671525375016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27325] ppid=27301 vsize=9624976 CPUtime=7.92 cores=0,2,4,6
/proc/27303/task/27325/stat : 27325 (java) S 27301 27303 27242 0 -1 4202560 2387 0 0 0 787 5 0 0 20 0 19 0 255655068 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671394474088 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27326] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27326/stat : 27326 (java) S 27301 27303 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255655069 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671393420408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27327] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27327/stat : 27327 (java) S 27301 27303 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655069 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671392367752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27333] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27333/stat : 27333 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671391316496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27334] ppid=27301 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/27303/task/27334/stat : 27334 (java) S 27301 27303 27242 0 -1 4202560 4239 0 0 0 71 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671390263864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27335] ppid=27301 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/27303/task/27335/stat : 27335 (java) S 27301 27303 27242 0 -1 4202560 4079 0 0 0 62 2 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671389211320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27336] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27336/stat : 27336 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671388158968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27337] ppid=27301 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/27303/task/27337/stat : 27337 (java) S 27301 27303 27242 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140670379486536 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27339] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27339/stat : 27339 (java) S 27301 27303 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255658054 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140670378431272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1785.31 s]
/proc/loadavg: 2.01 2.01 1.94 3/213 27387
/proc/meminfo: memFree=21584452/32873660 swapFree=7108/7108
[pid=27303] ppid=27301 vsize=9624976 CPUtime=1800.03 cores=0,2,4,6
/proc/27303/stat : 27303 (java) S 27301 27303 27242 0 -1 4202496 39023 0 1 0 179813 190 0 0 20 0 19 0 255655066 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140734966599904 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27303/statm: 2406244 929919 2283 9 0 2396937 0
[pid=27303/tid=27313] ppid=27301 vsize=9624976 CPUtime=1767.86 cores=0,2,4,6
/proc/27303/task/27313/stat : 27313 (java) R 27301 27303 27242 0 -1 4202560 3976 0 1 0 176725 61 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671571251520 140671403820414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27314] ppid=27301 vsize=9624976 CPUtime=2.17 cores=0,2,4,6
/proc/27303/task/27314/stat : 27314 (java) S 27301 27303 27242 0 -1 4202560 5814 0 0 0 203 14 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671532742824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27315] ppid=27301 vsize=9624976 CPUtime=2.07 cores=0,2,4,6
/proc/27303/task/27315/stat : 27315 (java) S 27301 27303 27242 0 -1 4202560 2333 0 0 0 194 13 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671531690280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27316] ppid=27301 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/27303/task/27316/stat : 27316 (java) S 27301 27303 27242 0 -1 4202560 1741 0 0 0 207 14 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671530637736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27317] ppid=27301 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/27303/task/27317/stat : 27317 (java) S 27301 27303 27242 0 -1 4202560 1576 0 0 0 186 13 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671529585192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27318] ppid=27301 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/27303/task/27318/stat : 27318 (java) S 27301 27303 27242 0 -1 4202560 1890 0 0 0 202 14 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671528532648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27319] ppid=27301 vsize=9624976 CPUtime=2.34 cores=0,2,4,6
/proc/27303/task/27319/stat : 27319 (java) S 27301 27303 27242 0 -1 4202560 3436 0 0 0 218 16 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671527480104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27320] ppid=27301 vsize=9624976 CPUtime=2.07 cores=0,2,4,6
/proc/27303/task/27320/stat : 27320 (java) S 27301 27303 27242 0 -1 4202560 4328 0 0 0 191 16 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671526427560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27321] ppid=27301 vsize=9624976 CPUtime=2.58 cores=0,2,4,6
/proc/27303/task/27321/stat : 27321 (java) S 27301 27303 27242 0 -1 4202560 1939 0 0 0 241 17 0 0 20 0 19 0 255655067 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671525375016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27303/tid=27325] ppid=27301 vsize=9624976 CPUtime=7.92 cores=0,2,4,6
/proc/27303/task/27325/stat : 27325 (java) S 27301 27303 27242 0 -1 4202560 2387 0 0 0 787 5 0 0 20 0 19 0 255655068 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671394474088 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27326] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27326/stat : 27326 (java) S 27301 27303 27242 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255655069 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671393420408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27327] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27327/stat : 27327 (java) S 27301 27303 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655069 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671392367752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27333] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27333/stat : 27333 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671391316496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27334] ppid=27301 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/27303/task/27334/stat : 27334 (java) S 27301 27303 27242 0 -1 4202560 4239 0 0 0 71 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671390263864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27303/tid=27335] ppid=27301 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/27303/task/27335/stat : 27335 (java) S 27301 27303 27242 0 -1 4202560 4079 0 0 0 62 2 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671389211320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27336] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27336/stat : 27336 (java) S 27301 27303 27242 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140671388158968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27303/tid=27337] ppid=27301 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/27303/task/27337/stat : 27337 (java) S 27301 27303 27242 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 255655071 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140670379486536 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27303/tid=27339] ppid=27301 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27339/stat : 27339 (java) S 27301 27303 27242 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255658054 9855975424 929919 33554432000 1073741824 1073778376 140734966608768 140670378431272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27303 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=299377
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=311648
# CPU time returned by wait4() is 1795.61
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1785.34
CPU time (s): 1800.03
CPU user time (s): 1798.13
CPU system time (s): 1.9
CPU usage (%): 100.823
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.3
system time used= 2.31165
maximum resident set size= 3719824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39063
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40648
involuntary context switches= 29758

runsolver used 6.07108 second user time and 15.3827 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 23:34:53
IDJOB=3690011
IDBENCH=92647
IDSOLVER=2269
FILE ID=node117/3690011-1337895288
RUNJOBID= node117-1337895288-27274
PBS_JOBID= 14620104
Free space on /tmp= 71188 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_9_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690011-1337895288/watcher-3690011-1337895288 -o /tmp/evaluation-result-3690011-1337895288/solver-3690011-1337895288 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690011-1337895288.opb

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

MD5SUM BENCH= ab50ad160b8df343de4157f6d66d8abc
RANDOM SEED=1919175796

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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.148
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        29015196 kB
Buffers:          238756 kB
Cached:          2807852 kB
SwapCached:            0 kB
Active:           850428 kB
Inactive:        2207228 kB
Active(anon):      14080 kB
Inactive(anon):        0 kB
Active(file):     836348 kB
Inactive(file):  2207228 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            444480 kB
Writeback:             0 kB
AnonPages:         22760 kB
Mapped:            14024 kB
Shmem:               200 kB
Slab:             662052 kB
SReclaimable:     102544 kB
SUnreclaim:       559508 kB
KernelStack:        1424 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     126012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71188 MiB
End job on node117 at 2012-05-25 00:04:41