Trace number 4084779

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
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1772.73

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354-max.opb
MD5SUM64d4edb5594d01918b916e348b224fe7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables10151
Total number of constraints29821
Number of constraints which are clauses29820
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084308654416646809277848400271660251117497592779
Number of bits of the biggest sum of numbers211
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-2013 Artois University and CNRS
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084779-1465246926.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.89/0.55	c ... done. Wall clock time 0.445s.
0.89/0.55	c declared #vars     10151
0.89/0.55	c #constraints  29822
0.89/0.55	c constraints type 
0.89/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9940
0.89/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19880
0.89/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.89/0.57	c 29822 constraints processed.
0.89/0.57	c objective function length is 71 literals
70.59/69.08	c cleaning 2498 clauses out of 5001 with flag 13535/5001
166.14/163.24	c cleaning 4247 clauses out of 8503 with flag 33811/11001
281.07/276.38	c cleaning 5623 clauses out of 11258 with flag 58489/18003
424.22/417.40	c cleaning 6810 clauses out of 13632 with flag 89555/26000
548.94/540.34	c cleaning 7907 clauses out of 15823 with flag 114897/35001
689.16/678.51	c cleaning 8950 clauses out of 17915 with flag 143276/45000
840.71/827.77	c cleaning 9976 clauses out of 19965 with flag 170133/56000
1019.79/1004.10	c cleaning 10983 clauses out of 21990 with flag 201185/68001
1203.65/1185.18	c cleaning 11997 clauses out of 24006 with flag 234247/81000
1422.50/1401.03	c cleaning 12991 clauses out of 26009 with flag 271817/95000
1639.79/1615.05	c cleaning 13999 clauses out of 28018 with flag 309570/110000
1800.06/1772.70	c starts		: 15
1800.06/1772.70	c conflicts		: 121454
1800.06/1772.70	c decisions		: 147262
1800.06/1772.70	c propagations		: 23306989
1800.06/1772.70	c inspects		: 276048132
1800.06/1772.70	c shortcuts		: 0
1800.06/1772.70	c learnt literals	: 0
1800.06/1772.70	c learnt binary clauses	: 0
1800.06/1772.70	c learnt ternary clauses	: 1
1800.06/1772.70	c learnt constraints	: 121454
1800.06/1772.70	c ignored constraints	: 0
1800.06/1772.70	c root simplifications	: 0
1800.06/1772.70	c removed literals (reason simplification)	: 0
1800.06/1772.70	c reason swapping (by a shorter reason)	: 0
1800.06/1772.70	c Calls to reduceDB	: 11
1800.06/1772.70	c Number of update (reduction) of LBD	: 9352
1800.06/1772.70	c Imported unit clauses	: 0
1800.06/1772.70	c number of reductions to clauses (during analyze)	: 0
1800.06/1772.70	c number of learned constraints concerned by reduction	: 0
1800.06/1772.70	c number of learning phase by resolution	: 0
1800.06/1772.70	c number of learning phase by cutting planes	: 0
1800.06/1772.70	c speed (assignments/second)	: 13151.876655482462
1800.06/1772.70	c non guided choices	43
1800.06/1772.71	c timeout
1800.06/1772.71	c learnt constraints type 
1800.06/1772.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25473
1800.06/1772.71	s UNKNOWN
1800.06/1772.71	c Total wall clock time (in seconds): 1772.612

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084779-1465246926/watcher-4084779-1465246926 -o /tmp/evaluation-result-4084779-1465246926/solver-4084779-1465246926 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31160 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084779-1465246926.opb 

pid=2769
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: 2.04 2.03 2.02 3/194 2772
/proc/meminfo: memFree=30540884/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 106627057 95129600 927 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 23225 927 703 9 0 16769 0
[pid=2772/tid=2773] ppid=2769 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 2 0 106627057 98570240 974 33554432000 1073741824 1073778376 140733515475152 140183075212840 213866331829 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.04 2.03 2.02 3/194 2772
/proc/meminfo: memFree=30540884/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 4478 0 1 0 10 1 0 0 20 0 18 0 106627057 9787879424 6115 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 2389619 6115 2157 9 0 2380296 0
[pid=2772/tid=2773] ppid=2769 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 106627057 9787879424 6115 33554432000 1073741824 1073778376 140733515475152 140183075217752 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 2.04 2.03 2.02 3/194 2772
/proc/meminfo: memFree=30540884/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 4964 0 1 0 27 1 0 0 20 0 18 0 106627057 9787879424 6995 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 2389619 6995 2216 9 0 2380296 0
[pid=2772/tid=2773] ppid=2769 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 106627057 9787879424 6995 33554432000 1073741824 1073778376 140733515475152 140183075217544 140182917578603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30029 s]
/proc/loadavg: 2.04 2.03 2.02 3/194 2772
/proc/meminfo: memFree=30540884/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 5789 0 1 0 50 1 0 0 20 0 18 0 106627057 9787879424 8977 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 2389619 8977 2233 9 0 2380296 0
[pid=2772/tid=2773] ppid=2769 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 18 0 106627057 9787879424 8977 33554432000 1073741824 1073778376 140733515475152 140183075217544 213869706296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700211 s]
/proc/loadavg: 2.04 2.03 2.02 3/194 2772
/proc/meminfo: memFree=30540884/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 7603 0 1 0 127 3 0 0 20 0 19 0 106627057 9856040960 25206 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 2406260 25206 2265 9 0 2396937 0
[pid=2772/tid=2773] ppid=2769 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 2447 0 1 0 65 2 0 0 20 0 19 0 106627057 9856040960 25206 33554432000 1073741824 1073778376 140733515475152 140183075209368 140182918165696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.04 2.03 2.02 3/213 2791
/proc/meminfo: memFree=30416468/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 9280 0 1 0 224 4 0 0 20 0 19 0 106627057 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 2406260 36737 2265 9 0 2396937 0
[pid=2772/tid=2773] ppid=2769 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 2469 0 1 0 145 2 0 0 20 0 19 0 106627057 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140183075217528 140182918180953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140183036709416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2776] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2776/stat : 2776 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182917474728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2777] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2777/stat : 2777 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182916421928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2778] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2778/stat : 2778 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182915369128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2779] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2779/stat : 2779 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182914317352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2780] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2780/stat : 2780 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182913264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2781] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2781/stat : 2781 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182912211752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2782] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2782/stat : 2782 (java) S 2769 2772 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182911158952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2783] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2783/stat : 2783 (java) S 2769 2772 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182428830184 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2784] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2784/stat : 2784 (java) S 2769 2772 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182427776248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2785] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2785/stat : 2785 (java) S 2769 2772 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182426723336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2786] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2786/stat : 2786 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182425671824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2787] ppid=2769 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/2772/task/2787/stat : 2787 (java) R 2769 2772 31144 0 -1 4202560 2898 0 0 0 39 0 0 0 20 0 19 0 106627061 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182424619840 140183079310014 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2788] ppid=2769 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/2772/task/2788/stat : 2788 (java) R 2769 2772 31144 0 -1 4202560 2635 0 0 0 38 0 0 0 20 0 19 0 106627061 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182423567336 140183081060849 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2789] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2789/stat : 2789 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182422514552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2790] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2790/stat : 2790 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182421461960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2791] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2791/stat : 2791 (java) S 2769 2772 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106627113 9856040960 36737 33554432000 1073741824 1073778376 140733515475152 140182420407464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.04 2.03 2.02 3/213 2791
/proc/meminfo: memFree=30383204/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=9625040 CPUtime=3.92 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 9322 0 1 0 387 5 0 0 20 0 19 0 106627057 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 2406260 41366 2278 9 0 2396937 0
[pid=2772/tid=2773] ppid=2769 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 2479 0 1 0 304 2 0 0 20 0 19 0 106627057 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140183075217784 140182918180953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (java) S 2769 2772 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140183036709416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2776] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2776/stat : 2776 (java) S 2769 2772 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182917474728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2777] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2777/stat : 2777 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182916421928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2778] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2778/stat : 2778 (java) S 2769 2772 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182915369128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2779] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2779/stat : 2779 (java) S 2769 2772 31144 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182914317352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2780] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2780/stat : 2780 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182913264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2781] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2781/stat : 2781 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182912211752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2782] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2782/stat : 2782 (java) S 2769 2772 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182911158952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2783] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2783/stat : 2783 (java) S 2769 2772 31144 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182428830184 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2784] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2784/stat : 2784 (java) S 2769 2772 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182427776248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2785] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2785/stat : 2785 (java) S 2769 2772 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182426723336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2786] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2786/stat : 2786 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182425671824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2787] ppid=2769 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2772/task/2787/stat : 2787 (java) S 2769 2772 31144 0 -1 4202560 2898 0 0 0 40 0 0 0 20 0 19 0 106627061 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182424619960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2788] ppid=2769 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/2772/task/2788/stat : 2788 (java) S 2769 2772 31144 0 -1 4202560 2635 0 0 0 38 0 0 0 20 0 19 0 106627061 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182423567160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2789] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2789/stat : 2789 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182422514552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2790] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2790/stat : 2790 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182421461960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2791] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2791/stat : 2791 (java) S 2769 2772 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106627113 9856040960 41366 33554432000 1073741824 1073778376 140733515475152 140182420407464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30092 s]
/proc/loadavg: 2.03 2.03 2.02 3/213 2791
/proc/meminfo: memFree=30366756/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=9625040 CPUtime=7.18 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 9363 0 1 0 712 6 0 0 20 0 19 0 106627057 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 2406260 45980 2278 9 0 2396937 0
[pid=2772/tid=2773] ppid=2769 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 2483 0 1 0 620 2 0 0 20 0 19 0 106627057 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140183075216352 140182918180953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (java) S 2769 2772 31144 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140183036709416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2776] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2776/stat : 2776 (java) S 2769 2772 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182917474728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2777] ppid=2769 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/2772/task/2777/stat : 2777 (java) S 2769 2772 31144 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 106627058 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182916421928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2778] ppid=2769 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/2772/task/2778/stat : 2778 (java) S 2769 2772 31144 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 106627058 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182915369128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2779] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2779/stat : 2779 (java) S 2769 2772 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182914317352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2780] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2780/stat : 2780 (java) S 2769 2772 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182913264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2781] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2781/stat : 2781 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182912211752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2782] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2782/stat : 2782 (java) S 2769 2772 31144 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106627058 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182911158952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2783] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2783/stat : 2783 (java) S 2769 2772 31144 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182428830184 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2784] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2784/stat : 2784 (java) S 2769 2772 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182427776248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2785] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2785/stat : 2785 (java) S 2769 2772 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182426723336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2786] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2786/stat : 2786 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182425671824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2787] ppid=2769 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2772/task/2787/stat : 2787 (java) S 2769 2772 31144 0 -1 4202560 2898 0 0 0 40 0 0 0 20 0 19 0 106627061 9856040960 45980 33554432000 1073741824 1073778376 140733515475152 140182424619960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2788] ppid=2769 vsize=9625040 CPUtime=0.38 cores=0,2,4,6

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

[pid=2772/tid=2791] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2791/stat : 2791 (java) S 2769 2772 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106627113 9856040960 238517 33554432000 1073741824 1073778376 140733515475152 140182420407464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1688.02
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.09 2.02 3/213 3094
/proc/meminfo: memFree=30392544/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=9625040 CPUtime=1748.81 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 54984 0 1 0 174651 230 0 0 20 0 19 0 106627057 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 2406260 178492 2294 9 0 2396937 0
[pid=2772/tid=2773] ppid=2769 vsize=9625040 CPUtime=1702.55 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 26122 0 1 0 170198 57 0 0 20 0 19 0 106627057 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140183075216384 140182918180896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=9625040 CPUtime=4.9 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (java) S 2769 2772 31144 0 -1 4202560 2078 0 0 0 471 19 0 0 20 0 19 0 106627058 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140183036709416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2776] ppid=2769 vsize=9625040 CPUtime=5.05 cores=0,2,4,6
/proc/2772/task/2776/stat : 2776 (java) S 2769 2772 31144 0 -1 4202560 2056 0 0 0 487 18 0 0 20 0 19 0 106627058 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182917474728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2777] ppid=2769 vsize=9625040 CPUtime=4.93 cores=0,2,4,6
/proc/2772/task/2777/stat : 2777 (java) S 2769 2772 31144 0 -1 4202560 2113 0 0 0 476 17 0 0 20 0 19 0 106627058 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182916421928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2778] ppid=2769 vsize=9625040 CPUtime=4.91 cores=0,2,4,6
/proc/2772/task/2778/stat : 2778 (java) S 2769 2772 31144 0 -1 4202560 2038 0 0 0 474 17 0 0 20 0 19 0 106627058 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182915369128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2779] ppid=2769 vsize=9625040 CPUtime=4.9 cores=0,2,4,6
/proc/2772/task/2779/stat : 2779 (java) S 2769 2772 31144 0 -1 4202560 1893 0 0 0 474 16 0 0 20 0 19 0 106627058 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182914317352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2780] ppid=2769 vsize=9625040 CPUtime=5.01 cores=0,2,4,6
/proc/2772/task/2780/stat : 2780 (java) S 2769 2772 31144 0 -1 4202560 2651 0 0 0 482 19 0 0 20 0 19 0 106627058 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182913264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2781] ppid=2769 vsize=9625040 CPUtime=5 cores=0,2,4,6
/proc/2772/task/2781/stat : 2781 (java) S 2769 2772 31144 0 -1 4202560 1654 0 0 0 482 18 0 0 20 0 19 0 106627058 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182912211752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2782] ppid=2769 vsize=9625040 CPUtime=4.75 cores=0,2,4,6
/proc/2772/task/2782/stat : 2782 (java) S 2769 2772 31144 0 -1 4202560 2206 0 0 0 456 19 0 0 20 0 19 0 106627058 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182911158952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2783] ppid=2769 vsize=9625040 CPUtime=1.61 cores=0,2,4,6
/proc/2772/task/2783/stat : 2783 (java) S 2769 2772 31144 0 -1 4202560 3170 0 0 0 129 32 0 0 20 0 19 0 106627059 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182428830184 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2784] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2784/stat : 2784 (java) S 2769 2772 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182427776248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2785] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2785/stat : 2785 (java) S 2769 2772 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182426723336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2786] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2786/stat : 2786 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182425671824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2787] ppid=2769 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/2772/task/2787/stat : 2787 (java) S 2769 2772 31144 0 -1 4202560 5004 0 0 0 54 1 0 0 20 0 19 0 106627061 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182424619960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2788] ppid=2769 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/2772/task/2788/stat : 2788 (java) S 2769 2772 31144 0 -1 4202560 2640 0 0 0 39 0 0 0 20 0 19 0 106627061 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182423567160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2789] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2789/stat : 2789 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182422514552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2790] ppid=2769 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/2772/task/2790/stat : 2790 (java) S 2769 2772 31144 0 -1 4202560 95 0 0 0 24 28 0 0 20 0 19 0 106627061 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182421461960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2791] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2791/stat : 2791 (java) S 2769 2772 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106627113 9856040960 178492 33554432000 1073741824 1073778376 140733515475152 140182420407464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1748.81
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.7 s]
/proc/loadavg: 2.19 2.12 2.03 3/213 3095
/proc/meminfo: memFree=30410044/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 55677 0 1 0 179770 236 0 0 20 0 19 0 106627057 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 2406260 174295 2294 9 0 2396937 0
[pid=2772/tid=2773] ppid=2769 vsize=9625040 CPUtime=1752.35 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 26168 0 1 0 175177 58 0 0 20 0 19 0 106627057 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140183075216448 140182918107245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=9625040 CPUtime=5.05 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (java) S 2769 2772 31144 0 -1 4202560 2105 0 0 0 485 20 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140183036709416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2776] ppid=2769 vsize=9625040 CPUtime=5.21 cores=0,2,4,6
/proc/2772/task/2776/stat : 2776 (java) S 2769 2772 31144 0 -1 4202560 2207 0 0 0 502 19 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182917474728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2777] ppid=2769 vsize=9625040 CPUtime=5.07 cores=0,2,4,6
/proc/2772/task/2777/stat : 2777 (java) S 2769 2772 31144 0 -1 4202560 2118 0 0 0 490 17 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182916421928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2778] ppid=2769 vsize=9625040 CPUtime=5.06 cores=0,2,4,6
/proc/2772/task/2778/stat : 2778 (java) S 2769 2772 31144 0 -1 4202560 2153 0 0 0 488 18 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182915369128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2779] ppid=2769 vsize=9625040 CPUtime=5.08 cores=0,2,4,6
/proc/2772/task/2779/stat : 2779 (java) S 2769 2772 31144 0 -1 4202560 1901 0 0 0 491 17 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182914317352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2780] ppid=2769 vsize=9625040 CPUtime=5.19 cores=0,2,4,6
/proc/2772/task/2780/stat : 2780 (java) S 2769 2772 31144 0 -1 4202560 2664 0 0 0 499 20 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182913264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2781] ppid=2769 vsize=9625040 CPUtime=5.15 cores=0,2,4,6
/proc/2772/task/2781/stat : 2781 (java) S 2769 2772 31144 0 -1 4202560 1741 0 0 0 497 18 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182912211752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2782] ppid=2769 vsize=9625040 CPUtime=4.93 cores=0,2,4,6
/proc/2772/task/2782/stat : 2782 (java) S 2769 2772 31144 0 -1 4202560 2265 0 0 0 473 20 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182911158952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2783] ppid=2769 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/2772/task/2783/stat : 2783 (java) S 2769 2772 31144 0 -1 4202560 3348 0 0 0 133 33 0 0 20 0 19 0 106627059 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182428830184 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2784] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2784/stat : 2784 (java) S 2769 2772 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182427776248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2785] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2785/stat : 2785 (java) S 2769 2772 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182426723336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2786] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2786/stat : 2786 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182425671824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2787] ppid=2769 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/2772/task/2787/stat : 2787 (java) S 2769 2772 31144 0 -1 4202560 5004 0 0 0 54 1 0 0 20 0 19 0 106627061 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182424619960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2788] ppid=2769 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/2772/task/2788/stat : 2788 (java) S 2769 2772 31144 0 -1 4202560 2640 0 0 0 39 0 0 0 20 0 19 0 106627061 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182423567160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2789] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2789/stat : 2789 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182422514552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2790] ppid=2769 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/2772/task/2790/stat : 2790 (java) S 2769 2772 31144 0 -1 4202560 99 0 0 0 25 29 0 0 20 0 19 0 106627061 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182421461960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2791] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2791/stat : 2791 (java) S 2769 2772 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106627113 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182420407464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 2772 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1772.7 s]
/proc/loadavg: 2.19 2.12 2.03 3/213 3095
/proc/meminfo: memFree=30410044/32872528 swapFree=12352/737972
[pid=2772] ppid=2769 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/2772/stat : 2772 (java) S 2769 2772 31144 0 -1 4202496 55677 0 1 0 179770 236 0 0 20 0 19 0 106627057 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140733515466288 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2772/statm: 2406260 174295 2294 9 0 2396937 0
[pid=2772/tid=2773] ppid=2769 vsize=9625040 CPUtime=1752.35 cores=0,2,4,6
/proc/2772/task/2773/stat : 2773 (java) R 2769 2772 31144 0 -1 4202560 26168 0 1 0 175177 58 0 0 20 0 19 0 106627057 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140183075216448 140182918107245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2775] ppid=2769 vsize=9625040 CPUtime=5.05 cores=0,2,4,6
/proc/2772/task/2775/stat : 2775 (java) S 2769 2772 31144 0 -1 4202560 2105 0 0 0 485 20 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140183036709416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2776] ppid=2769 vsize=9625040 CPUtime=5.21 cores=0,2,4,6
/proc/2772/task/2776/stat : 2776 (java) S 2769 2772 31144 0 -1 4202560 2207 0 0 0 502 19 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182917474728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2777] ppid=2769 vsize=9625040 CPUtime=5.07 cores=0,2,4,6
/proc/2772/task/2777/stat : 2777 (java) S 2769 2772 31144 0 -1 4202560 2118 0 0 0 490 17 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182916421928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2778] ppid=2769 vsize=9625040 CPUtime=5.06 cores=0,2,4,6
/proc/2772/task/2778/stat : 2778 (java) S 2769 2772 31144 0 -1 4202560 2153 0 0 0 488 18 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182915369128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2779] ppid=2769 vsize=9625040 CPUtime=5.08 cores=0,2,4,6
/proc/2772/task/2779/stat : 2779 (java) S 2769 2772 31144 0 -1 4202560 1901 0 0 0 491 17 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182914317352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2772/tid=2780] ppid=2769 vsize=9625040 CPUtime=5.19 cores=0,2,4,6
/proc/2772/task/2780/stat : 2780 (java) S 2769 2772 31144 0 -1 4202560 2664 0 0 0 499 20 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182913264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2781] ppid=2769 vsize=9625040 CPUtime=5.15 cores=0,2,4,6
/proc/2772/task/2781/stat : 2781 (java) S 2769 2772 31144 0 -1 4202560 1741 0 0 0 497 18 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182912211752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2782] ppid=2769 vsize=9625040 CPUtime=4.93 cores=0,2,4,6
/proc/2772/task/2782/stat : 2782 (java) S 2769 2772 31144 0 -1 4202560 2265 0 0 0 473 20 0 0 20 0 19 0 106627058 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182911158952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2783] ppid=2769 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/2772/task/2783/stat : 2783 (java) S 2769 2772 31144 0 -1 4202560 3348 0 0 0 133 33 0 0 20 0 19 0 106627059 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182428830184 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2784] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2784/stat : 2784 (java) S 2769 2772 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182427776248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2785] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2785/stat : 2785 (java) S 2769 2772 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106627059 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182426723336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2786] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2786/stat : 2786 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182425671824 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2787] ppid=2769 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/2772/task/2787/stat : 2787 (java) S 2769 2772 31144 0 -1 4202560 5004 0 0 0 54 1 0 0 20 0 19 0 106627061 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182424619960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2772/tid=2788] ppid=2769 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/2772/task/2788/stat : 2788 (java) S 2769 2772 31144 0 -1 4202560 2640 0 0 0 39 0 0 0 20 0 19 0 106627061 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182423567160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2789] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2789/stat : 2789 (java) S 2769 2772 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106627061 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182422514552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2772/tid=2790] ppid=2769 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/2772/task/2790/stat : 2790 (java) S 2769 2772 31144 0 -1 4202560 99 0 0 0 25 29 0 0 20 0 19 0 106627061 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182421461960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2772/tid=2791] ppid=2769 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2772/task/2791/stat : 2791 (java) S 2769 2772 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106627113 9856040960 174295 33554432000 1073741824 1073778376 140733515475152 140182420407464 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1772.73
CPU time (s): 1800.06
CPU user time (s): 1797.7
CPU system time (s): 2.36
CPU usage (%): 101.542
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.66
system time used= 2.83257
maximum resident set size= 961096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55710
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98687
involuntary context switches= 146090

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1721 second user time and 11.3143 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 23:02:06
IDJOB=4084779
IDBENCH=3003
IDSOLVER=2546
FILE ID=node112/4084779-1465246926
RUNJOBID= node112-1465218300-31160
PBS_JOBID= 19843211
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084779-1465246926/watcher-4084779-1465246926 -o /tmp/evaluation-result-4084779-1465246926/solver-4084779-1465246926 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31160 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084779-1465246926.opb

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

MD5SUM BENCH= 64d4edb5594d01918b916e348b224fe7
RANDOM SEED=1888549390

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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	: 5332.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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	: 5332.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		: 2666.783
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30541676 kB
Buffers:           36292 kB
Cached:           118036 kB
SwapCached:         1620 kB
Active:           813348 kB
Inactive:          78780 kB
Active(anon):     739344 kB
Inactive(anon):      564 kB
Active(file):      74004 kB
Inactive(file):    78216 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098572 kB
Dirty:              1748 kB
Writeback:             0 kB
AnonPages:       1477040 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             567500 kB
SReclaimable:      10892 kB
SUnreclaim:       556608 kB
KernelStack:        1640 kB
PageTables:         7164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2421416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1425408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node112 at 2016-06-06 23:31:39