Trace number 3735061

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.02 1759.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark214
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1908
Number of bits of the biggest sum of numbers11
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.1.1.v20090612
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1299577560
0.00/0.07	c Max memory 1306394624
0.00/0.07	c Total memory 1306394624
0.00/0.07	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3735061-1338753861.opb
0.10/0.10	c reading problem ... 
1.30/0.83	c ... done. Wall clock time 0.737s.
1.30/0.83	c #vars     5570
1.30/0.83	c #constraints  10897
1.30/0.83	c constraints type 
1.30/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10895
1800.02/1759.11	c starts		: 19
1800.02/1759.11	c conflicts		: 386124
1800.02/1759.11	c decisions		: 474140
1800.02/1759.11	c propagations		: 147910369
1800.02/1759.11	c inspects		: 3651384682
1800.02/1759.11	c learnt literals	: 0
1800.02/1759.11	c learnt binary clauses	: 0
1800.02/1759.11	c learnt ternary clauses	: 24
1800.02/1759.11	c learnt clauses	: 386124
1800.02/1759.11	c ignored clauses	: 0
1800.02/1759.11	c root simplifications	: 0
1800.02/1759.11	c removed literals (reason simplification)	: 6161036
1800.02/1759.11	c reason swapping (by a shorter reason)	: 0
1800.02/1759.11	c Calls to reduceDB	: 0
1800.02/1759.11	c speed (assignments/second)	: 84122.43192902133
1800.02/1759.11	c non guided choices	5594
1800.02/1759.15	c learnt constraints type 
1800.02/1759.15	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 386127
1800.02/1759.15	c constraints type 
1800.02/1759.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10895
1800.02/1759.15	s UNKNOWN
1800.02/1759.15	c Total wall clock time (in seconds): 1759.051

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-3735061-1338753861/watcher-3735061-1338753861 -o /tmp/evaluation-result-3735061-1338753861/solver-3735061-1338753861 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735061-1338753861.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.95 2.00 1.99 3/192 31914
/proc/meminfo: memFree=26179700/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/31914/stat : 31914 (java6) R 31912 31914 31294 0 -1 4202496 145 0 0 0 0 0 0 0 20 0 1 0 341511563 9445376 95 33554432000 1073741824 1073778376 140735643205824 140735643202952 227503337351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31914/statm: 2306 98 76 9 0 38 0

[startup+0.0149739 s]
/proc/loadavg: 1.95 2.00 1.99 3/192 31914
/proc/meminfo: memFree=26179700/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=1572256 CPUtime=0 cores=0,2,4,6
/proc/31914/stat : 31914 (java) S 31912 31914 31294 0 -1 4202496 1972 0 1 0 0 0 0 0 20 0 2 0 341511563 1609990144 2162 33554432000 1073741824 1073778376 140736801624320 140736801615456 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31914/statm: 393064 2185 942 9 0 384173 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1572256

[startup+0.100252 s]
/proc/loadavg: 1.95 2.00 1.99 3/192 31914
/proc/meminfo: memFree=26179700/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/31914/stat : 31914 (java) S 31912 31914 31294 0 -1 4202496 4695 0 1 0 9 1 0 0 20 0 18 0 341511563 2712133632 6923 33554432000 1073741824 1073778376 140736801624320 140736801615456 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31914/statm: 662142 6923 2124 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300238 s]
/proc/loadavg: 1.95 2.00 1.99 3/192 31914
/proc/meminfo: memFree=26179700/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=2648568 CPUtime=0.61 cores=0,2,4,6
/proc/31914/stat : 31914 (java) S 31912 31914 31294 0 -1 4202496 11835 0 1 0 59 2 0 0 20 0 18 0 341511563 2712133632 13979 33554432000 1073741824 1073778376 140736801624320 140736801615456 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31914/statm: 662142 13979 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 2648568

[startup+0.700234 s]
/proc/loadavg: 1.95 2.00 1.99 3/192 31914
/proc/meminfo: memFree=26179700/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=2648568 CPUtime=1.19 cores=0,2,4,6
/proc/31914/stat : 31914 (java) S 31912 31914 31294 0 -1 4202496 12563 0 1 0 114 5 0 0 20 0 18 0 341511563 2712133632 48485 33554432000 1073741824 1073778376 140736801624320 140736801615456 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31914/statm: 662142 48485 2229 9 0 652835 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 2648568

[startup+1.5007 s]
/proc/loadavg: 1.95 2.00 1.99 4/211 31933
/proc/meminfo: memFree=25927508/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=2715132 CPUtime=2.45 cores=0,2,4,6
/proc/31914/stat : 31914 (java) S 31912 31914 31294 0 -1 4202496 14331 0 1 0 237 8 0 0 20 0 19 0 341511563 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 140736801615456 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31914/statm: 678783 93118 2252 9 0 669476 0
[pid=31914/tid=31916] ppid=31912 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/31914/task/31916/stat : 31916 (java) R 31912 31914 31294 0 -1 4202560 2911 0 1 0 140 7 0 0 20 0 19 0 341511564 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740704473624 139740536622062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31917] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31917/stat : 31917 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511565 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740688923432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31918] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31918/stat : 31918 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511565 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740687870632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31919] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31919/stat : 31919 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511565 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740686818344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31920] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31920/stat : 31920 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511565 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740685765544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31921] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31921/stat : 31921 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511565 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740684712232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31922] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31922/stat : 31922 (java) S 31912 31914 31294 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341511565 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740683659432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31923] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31923/stat : 31923 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511565 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740682607144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31924] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31924/stat : 31924 (java) S 31912 31914 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341511565 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740681554344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31925] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31925/stat : 31925 (java) S 31912 31914 31294 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740669143784 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31926] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31926/stat : 31926 (java) S 31912 31914 31294 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740668089848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31927] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31927/stat : 31927 (java) S 31912 31914 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740667037448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31928] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31928/stat : 31928 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740665985936 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31929] ppid=31912 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/31914/task/31929/stat : 31929 (java) S 31912 31914 31294 0 -1 4202560 4247 0 0 0 47 0 0 0 20 0 19 0 341511568 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740664932536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31930] ppid=31912 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/31914/task/31930/stat : 31930 (java) S 31912 31914 31294 0 -1 4202560 5976 0 0 0 47 0 0 0 20 0 19 0 341511568 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740663879736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31931] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31931/stat : 31931 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740662827640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31932] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31932/stat : 31932 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740661775048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31933] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31933/stat : 31933 (java) S 31912 31914 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341511648 2780295168 93118 33554432000 1073741824 1073778376 140736801624320 139740660721064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 2715132

[startup+3.1007 s]
/proc/loadavg: 1.95 2.00 1.99 3/211 31933
/proc/meminfo: memFree=25779556/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=2715132 CPUtime=4.34 cores=0,2,4,6
/proc/31914/stat : 31914 (java) S 31912 31914 31294 0 -1 4202496 14481 0 1 0 419 15 0 0 20 0 19 0 341511563 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 140736801615456 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31914/statm: 678783 110036 2267 9 0 669476 0
[pid=31914/tid=31916] ppid=31912 vsize=2715132 CPUtime=2.99 cores=0,2,4,6
/proc/31914/task/31916/stat : 31916 (java) R 31912 31914 31294 0 -1 4202560 2918 0 1 0 292 7 0 0 20 0 19 0 341511564 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740704473624 139740536539081 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31917] ppid=31912 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/31914/task/31917/stat : 31917 (java) S 31912 31914 31294 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 19 0 341511565 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740688923432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31918] ppid=31912 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/31914/task/31918/stat : 31918 (java) S 31912 31914 31294 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 341511565 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740687870632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31919] ppid=31912 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/31914/task/31919/stat : 31919 (java) S 31912 31914 31294 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 341511565 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740686818344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31920] ppid=31912 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/31914/task/31920/stat : 31920 (java) S 31912 31914 31294 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 341511565 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740685765544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31921] ppid=31912 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/31914/task/31921/stat : 31921 (java) S 31912 31914 31294 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 341511565 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740684712232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31922] ppid=31912 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/31914/task/31922/stat : 31922 (java) S 31912 31914 31294 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 341511565 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740683659432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31923] ppid=31912 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/31914/task/31923/stat : 31923 (java) S 31912 31914 31294 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 341511565 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740682607144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31924] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31924/stat : 31924 (java) S 31912 31914 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341511565 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740681554344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31925] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31925/stat : 31925 (java) S 31912 31914 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740669143784 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31926] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31926/stat : 31926 (java) S 31912 31914 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740668089848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31927] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31927/stat : 31927 (java) S 31912 31914 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740667037448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31928] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31928/stat : 31928 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740665985936 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31929] ppid=31912 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/31914/task/31929/stat : 31929 (java) S 31912 31914 31294 0 -1 4202560 4253 0 0 0 54 0 0 0 20 0 19 0 341511568 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740664932536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31930] ppid=31912 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/31914/task/31930/stat : 31930 (java) S 31912 31914 31294 0 -1 4202560 5976 0 0 0 47 0 0 0 20 0 19 0 341511568 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740663879736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31931] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31931/stat : 31931 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740662827640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31932] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31932/stat : 31932 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740661775048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31933] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31933/stat : 31933 (java) S 31912 31914 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341511648 2780295168 110036 33554432000 1073741824 1073778376 140736801624320 139740660721064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 2715132

[startup+6.3007 s]
/proc/loadavg: 1.96 2.00 1.99 3/211 31933
/proc/meminfo: memFree=25746540/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=2715132 CPUtime=7.9 cores=0,2,4,6
/proc/31914/stat : 31914 (java) S 31912 31914 31294 0 -1 4202496 14540 0 1 0 772 18 0 0 20 0 19 0 341511563 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 140736801615456 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31914/statm: 678783 116130 2267 9 0 669476 0
[pid=31914/tid=31916] ppid=31912 vsize=2715132 CPUtime=6.05 cores=0,2,4,6
/proc/31914/task/31916/stat : 31916 (java) R 31912 31914 31294 0 -1 4202560 2923 0 1 0 598 7 0 0 20 0 19 0 341511564 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740704472256 139740536539081 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31917] ppid=31912 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/31914/task/31917/stat : 31917 (java) S 31912 31914 31294 0 -1 4202560 41 0 0 0 9 2 0 0 20 0 19 0 341511565 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740688923432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31918] ppid=31912 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/31914/task/31918/stat : 31918 (java) S 31912 31914 31294 0 -1 4202560 17 0 0 0 5 1 0 0 20 0 19 0 341511565 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740687870632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31919] ppid=31912 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/31914/task/31919/stat : 31919 (java) S 31912 31914 31294 0 -1 4202560 23 0 0 0 7 1 0 0 20 0 19 0 341511565 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740686818344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31920] ppid=31912 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/31914/task/31920/stat : 31920 (java) S 31912 31914 31294 0 -1 4202560 46 0 0 0 9 3 0 0 20 0 19 0 341511565 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740685765544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31921] ppid=31912 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/31914/task/31921/stat : 31921 (java) S 31912 31914 31294 0 -1 4202560 24 0 0 0 10 0 0 0 20 0 19 0 341511565 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740684712232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31922] ppid=31912 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/31914/task/31922/stat : 31922 (java) S 31912 31914 31294 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 341511565 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740683659432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31923] ppid=31912 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/31914/task/31923/stat : 31923 (java) S 31912 31914 31294 0 -1 4202560 23 0 0 0 9 1 0 0 20 0 19 0 341511565 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740682607144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31924] ppid=31912 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/31914/task/31924/stat : 31924 (java) S 31912 31914 31294 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 341511565 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740681554344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31925] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31925/stat : 31925 (java) S 31912 31914 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740669143784 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31926] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31926/stat : 31926 (java) S 31912 31914 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740668089848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31927] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31927/stat : 31927 (java) S 31912 31914 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740667037448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31928] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31928/stat : 31928 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740665985936 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31929] ppid=31912 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/31914/task/31929/stat : 31929 (java) S 31912 31914 31294 0 -1 4202560 4253 0 0 0 55 0 0 0 20 0 19 0 341511568 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740664932536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31930] ppid=31912 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/31914/task/31930/stat : 31930 (java) S 31912 31914 31294 0 -1 4202560 5976 0 0 0 47 0 0 0 20 0 19 0 341511568 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740663879736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31931] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31931/stat : 31931 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740662827640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31932] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31932/stat : 31932 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740661775048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31933] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31933/stat : 31933 (java) S 31912 31914 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341511648 2780295168 116130 33554432000 1073741824 1073778376 140736801624320 139740660721064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=31914/tid=31929] ppid=31912 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/31914/task/31929/stat : 31929 (java) S 31912 31914 31294 0 -1 4202560 4254 0 0 0 55 0 0 0 20 0 19 0 341511568 2780295168 167517 33554432000 1073741824 1073778376 140736801624320 139740664932536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31930] ppid=31912 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/31914/task/31930/stat : 31930 (java) S 31912 31914 31294 0 -1 4202560 5983 0 0 0 54 0 0 0 20 0 19 0 341511568 2780295168 167517 33554432000 1073741824 1073778376 140736801624320 139740663879736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31931] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31931/stat : 31931 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 167517 33554432000 1073741824 1073778376 140736801624320 139740662827640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31932] ppid=31912 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/31914/task/31932/stat : 31932 (java) S 31912 31914 31294 0 -1 4202560 93 0 0 0 31 24 0 0 20 0 19 0 341511568 2780295168 167517 33554432000 1073741824 1073778376 140736801624320 139740661775048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31933] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31933/stat : 31933 (java) S 31912 31914 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341511648 2780295168 167517 33554432000 1073741824 1073778376 140736801624320 139740660721064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1701.02
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/211 32008
/proc/meminfo: memFree=25157892/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=2715132 CPUtime=1762.4 cores=0,2,4,6
/proc/31914/stat : 31914 (java) S 31912 31914 31294 0 -1 4202496 18372 0 1 0 176129 111 0 0 20 0 19 0 341511563 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 140736801615456 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31914/statm: 678783 168541 2270 9 0 669476 0
[pid=31914/tid=31916] ppid=31912 vsize=2715132 CPUtime=1700.86 cores=0,2,4,6
/proc/31914/task/31916/stat : 31916 (java) R 31912 31914 31294 0 -1 4202560 4315 0 1 0 170048 38 0 0 20 0 19 0 341511564 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740704472368 139740536539081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31917] ppid=31912 vsize=2715132 CPUtime=7.08 cores=0,2,4,6
/proc/31914/task/31917/stat : 31917 (java) S 31912 31914 31294 0 -1 4202560 319 0 0 0 701 7 0 0 20 0 19 0 341511565 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740688923432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31918] ppid=31912 vsize=2715132 CPUtime=6.79 cores=0,2,4,6
/proc/31914/task/31918/stat : 31918 (java) S 31912 31914 31294 0 -1 4202560 299 0 0 0 672 7 0 0 20 0 19 0 341511565 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740687870632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31919] ppid=31912 vsize=2715132 CPUtime=6.89 cores=0,2,4,6
/proc/31914/task/31919/stat : 31919 (java) S 31912 31914 31294 0 -1 4202560 296 0 0 0 681 8 0 0 20 0 19 0 341511565 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740686818344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31920] ppid=31912 vsize=2715132 CPUtime=6.94 cores=0,2,4,6
/proc/31914/task/31920/stat : 31920 (java) S 31912 31914 31294 0 -1 4202560 329 0 0 0 687 7 0 0 20 0 19 0 341511565 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740685765544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31921] ppid=31912 vsize=2715132 CPUtime=6.87 cores=0,2,4,6
/proc/31914/task/31921/stat : 31921 (java) S 31912 31914 31294 0 -1 4202560 305 0 0 0 679 8 0 0 20 0 19 0 341511565 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740684712232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31922] ppid=31912 vsize=2715132 CPUtime=6.95 cores=0,2,4,6
/proc/31914/task/31922/stat : 31922 (java) S 31912 31914 31294 0 -1 4202560 286 0 0 0 688 7 0 0 20 0 19 0 341511565 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740683659432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31923] ppid=31912 vsize=2715132 CPUtime=6.8 cores=0,2,4,6
/proc/31914/task/31923/stat : 31923 (java) S 31912 31914 31294 0 -1 4202560 302 0 0 0 672 8 0 0 20 0 19 0 341511565 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740682607144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31924] ppid=31912 vsize=2715132 CPUtime=6.96 cores=0,2,4,6
/proc/31914/task/31924/stat : 31924 (java) S 31912 31914 31294 0 -1 4202560 296 0 0 0 689 7 0 0 20 0 19 0 341511565 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740681554344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31925] ppid=31912 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/31914/task/31925/stat : 31925 (java) S 31912 31914 31294 0 -1 4202560 109 0 0 0 15 5 0 0 20 0 19 0 341511566 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740669143784 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31926] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31926/stat : 31926 (java) S 31912 31914 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740668089848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31927] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31927/stat : 31927 (java) S 31912 31914 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740667037448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31928] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31928/stat : 31928 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740665985936 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31929] ppid=31912 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/31914/task/31929/stat : 31929 (java) S 31912 31914 31294 0 -1 4202560 4254 0 0 0 55 0 0 0 20 0 19 0 341511568 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740664932536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31930] ppid=31912 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/31914/task/31930/stat : 31930 (java) S 31912 31914 31294 0 -1 4202560 5983 0 0 0 54 0 0 0 20 0 19 0 341511568 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740663879736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31931] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31931/stat : 31931 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740662827640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31932] ppid=31912 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/31914/task/31932/stat : 31932 (java) S 31912 31914 31294 0 -1 4202560 97 0 0 0 32 25 0 0 20 0 19 0 341511568 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740661775048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31933] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31933/stat : 31933 (java) S 31912 31914 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341511648 2780295168 168541 33554432000 1073741824 1073778376 140736801624320 139740660721064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1762.4
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1759.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/211 32008
/proc/meminfo: memFree=25155848/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/31914/stat : 31914 (java) S 31912 31914 31294 0 -1 4202496 18404 0 1 0 179889 113 0 0 20 0 19 0 341511563 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 140736801615456 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31914/statm: 678783 169053 2270 9 0 669476 0
[pid=31914/tid=31916] ppid=31912 vsize=2715132 CPUtime=1737.21 cores=0,2,4,6
/proc/31914/task/31916/stat : 31916 (java) R 31912 31914 31294 0 -1 4202560 4342 0 1 0 173682 39 0 0 20 0 19 0 341511564 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740704472352 139740536539511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31917] ppid=31912 vsize=2715132 CPUtime=7.2 cores=0,2,4,6
/proc/31914/task/31917/stat : 31917 (java) S 31912 31914 31294 0 -1 4202560 319 0 0 0 713 7 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740688923432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31918] ppid=31912 vsize=2715132 CPUtime=6.92 cores=0,2,4,6
/proc/31914/task/31918/stat : 31918 (java) S 31912 31914 31294 0 -1 4202560 300 0 0 0 684 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740687870632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31919] ppid=31912 vsize=2715132 CPUtime=7.05 cores=0,2,4,6
/proc/31914/task/31919/stat : 31919 (java) S 31912 31914 31294 0 -1 4202560 296 0 0 0 697 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740686818344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31920] ppid=31912 vsize=2715132 CPUtime=7.08 cores=0,2,4,6
/proc/31914/task/31920/stat : 31920 (java) S 31912 31914 31294 0 -1 4202560 329 0 0 0 700 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740685765544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31921] ppid=31912 vsize=2715132 CPUtime=7.04 cores=0,2,4,6
/proc/31914/task/31921/stat : 31921 (java) S 31912 31914 31294 0 -1 4202560 305 0 0 0 696 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740684712232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31922] ppid=31912 vsize=2715132 CPUtime=7.08 cores=0,2,4,6
/proc/31914/task/31922/stat : 31922 (java) S 31912 31914 31294 0 -1 4202560 286 0 0 0 701 7 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740683659432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31923] ppid=31912 vsize=2715132 CPUtime=6.95 cores=0,2,4,6
/proc/31914/task/31923/stat : 31923 (java) S 31912 31914 31294 0 -1 4202560 302 0 0 0 687 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740682607144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31924] ppid=31912 vsize=2715132 CPUtime=7.12 cores=0,2,4,6
/proc/31914/task/31924/stat : 31924 (java) S 31912 31914 31294 0 -1 4202560 296 0 0 0 704 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740681554344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31925] ppid=31912 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/31914/task/31925/stat : 31925 (java) S 31912 31914 31294 0 -1 4202560 111 0 0 0 15 5 0 0 20 0 19 0 341511566 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740669143784 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31926] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31926/stat : 31926 (java) S 31912 31914 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740668089848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31927] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31927/stat : 31927 (java) S 31912 31914 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740667037448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31928] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31928/stat : 31928 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740665985936 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31929] ppid=31912 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/31914/task/31929/stat : 31929 (java) S 31912 31914 31294 0 -1 4202560 4254 0 0 0 55 0 0 0 20 0 19 0 341511568 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740664932536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31930] ppid=31912 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/31914/task/31930/stat : 31930 (java) S 31912 31914 31294 0 -1 4202560 5983 0 0 0 54 0 0 0 20 0 19 0 341511568 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740663879736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31931] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31931/stat : 31931 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740662827640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31932] ppid=31912 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/31914/task/31932/stat : 31932 (java) S 31912 31914 31294 0 -1 4202560 99 0 0 0 33 26 0 0 20 0 19 0 341511568 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740661775048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31933] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31933/stat : 31933 (java) S 31912 31914 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341511648 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740660721064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1759.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/211 32008
/proc/meminfo: memFree=25155848/32873624 swapFree=7112/7112
[pid=31914] ppid=31912 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/31914/stat : 31914 (java) S 31912 31914 31294 0 -1 4202496 18404 0 1 0 179889 113 0 0 20 0 19 0 341511563 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 140736801615456 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/31914/statm: 678783 169053 2270 9 0 669476 0
[pid=31914/tid=31916] ppid=31912 vsize=2715132 CPUtime=1737.21 cores=0,2,4,6
/proc/31914/task/31916/stat : 31916 (java) R 31912 31914 31294 0 -1 4202560 4342 0 1 0 173682 39 0 0 20 0 19 0 341511564 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740704472352 139740536539511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31917] ppid=31912 vsize=2715132 CPUtime=7.2 cores=0,2,4,6
/proc/31914/task/31917/stat : 31917 (java) S 31912 31914 31294 0 -1 4202560 319 0 0 0 713 7 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740688923432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31918] ppid=31912 vsize=2715132 CPUtime=6.92 cores=0,2,4,6
/proc/31914/task/31918/stat : 31918 (java) S 31912 31914 31294 0 -1 4202560 300 0 0 0 684 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740687870632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31919] ppid=31912 vsize=2715132 CPUtime=7.05 cores=0,2,4,6
/proc/31914/task/31919/stat : 31919 (java) S 31912 31914 31294 0 -1 4202560 296 0 0 0 697 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740686818344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31920] ppid=31912 vsize=2715132 CPUtime=7.08 cores=0,2,4,6
/proc/31914/task/31920/stat : 31920 (java) S 31912 31914 31294 0 -1 4202560 329 0 0 0 700 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740685765544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31921] ppid=31912 vsize=2715132 CPUtime=7.04 cores=0,2,4,6
/proc/31914/task/31921/stat : 31921 (java) S 31912 31914 31294 0 -1 4202560 305 0 0 0 696 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740684712232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31922] ppid=31912 vsize=2715132 CPUtime=7.08 cores=0,2,4,6
/proc/31914/task/31922/stat : 31922 (java) S 31912 31914 31294 0 -1 4202560 286 0 0 0 701 7 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740683659432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31923] ppid=31912 vsize=2715132 CPUtime=6.95 cores=0,2,4,6
/proc/31914/task/31923/stat : 31923 (java) S 31912 31914 31294 0 -1 4202560 302 0 0 0 687 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740682607144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31924] ppid=31912 vsize=2715132 CPUtime=7.12 cores=0,2,4,6
/proc/31914/task/31924/stat : 31924 (java) S 31912 31914 31294 0 -1 4202560 296 0 0 0 704 8 0 0 20 0 19 0 341511565 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740681554344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31925] ppid=31912 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/31914/task/31925/stat : 31925 (java) S 31912 31914 31294 0 -1 4202560 111 0 0 0 15 5 0 0 20 0 19 0 341511566 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740669143784 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31926] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31926/stat : 31926 (java) S 31912 31914 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740668089848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31927] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31927/stat : 31927 (java) S 31912 31914 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341511566 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740667037448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31928] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31928/stat : 31928 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740665985936 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31929] ppid=31912 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/31914/task/31929/stat : 31929 (java) S 31912 31914 31294 0 -1 4202560 4254 0 0 0 55 0 0 0 20 0 19 0 341511568 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740664932536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31914/tid=31930] ppid=31912 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/31914/task/31930/stat : 31930 (java) S 31912 31914 31294 0 -1 4202560 5983 0 0 0 54 0 0 0 20 0 19 0 341511568 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740663879736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31914/tid=31931] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31931/stat : 31931 (java) S 31912 31914 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341511568 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740662827640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31914/tid=31932] ppid=31912 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/31914/task/31932/stat : 31932 (java) S 31912 31914 31294 0 -1 4202560 99 0 0 0 33 26 0 0 20 0 19 0 341511568 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740661775048 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31914/tid=31933] ppid=31912 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/31914/task/31933/stat : 31933 (java) S 31912 31914 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341511648 2780295168 169053 33554432000 1073741824 1073778376 140736801624320 139740660721064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31914 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=439203
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=461777
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1759.16
CPU time (s): 1800.02
CPU user time (s): 1798.89
CPU system time (s): 1.13
CPU usage (%): 102.323
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.46178
maximum resident set size= 676356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18442
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81060
involuntary context switches= 130767

runsolver used 6.73298 second user time and 13.43 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-03 22:04:21
IDJOB=3735061
IDBENCH=2937
IDSOLVER=2322
FILE ID=node121/3735061-1338753861
RUNJOBID= node121-1338748504-31310
PBS_JOBID= 14636789
Free space on /tmp= 71252 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_16.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735061-1338753861/watcher-3735061-1338753861 -o /tmp/evaluation-result-3735061-1338753861/solver-3735061-1338753861 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735061-1338753861.opb

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=675341069

node121.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.042
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.08
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.042
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.042
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.92
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.042
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.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        26179964 kB
Buffers:          662916 kB
Cached:          4510972 kB
SwapCached:            0 kB
Active:          2496656 kB
Inactive:        3304228 kB
Active(anon):     614576 kB
Inactive(anon):    10760 kB
Active(file):    1882080 kB
Inactive(file):  3293468 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2752 kB
Writeback:             0 kB
AnonPages:        506600 kB
Mapped:            22272 kB
Shmem:               200 kB
Slab:             744092 kB
SReclaimable:     187732 kB
SUnreclaim:       556360 kB
KernelStack:        1736 kB
PageTables:         4944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1505096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 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= 71204 MiB
End job on node121 at 2012-06-03 22:33:42