Trace number 3710534

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 specific settings 2.3.2 snapshotOPT1120 28.9696 27.4194

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
MD5SUM9b4418c5c34f37121cd9ad7732df64ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark0.170973
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1120
Optimality of the best value was proved YES
Number of variables89
Total number of constraints28
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint2
Maximum length of a constraint47
Number of terms in the objective function 85
Biggest coefficient in the objective function 517
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 15494
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1656
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 15494
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
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.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710534-1338137044.opb
0.10/0.12	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.026s.
0.10/0.15	c declared #vars     89
0.10/0.15	c #constraints  28
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
0.10/0.15	c 28 constraints processed.
0.10/0.19	c SATISFIABLE
0.10/0.19	c OPTIMIZING...
0.10/0.19	c Got one! Elapsed wall clock time (in seconds):0.067
0.10/0.19	o 4917
0.10/0.19	c Got one! Elapsed wall clock time (in seconds):0.069
0.10/0.19	o 4903
0.10/0.19	c Got one! Elapsed wall clock time (in seconds):0.071
0.10/0.19	o 3590
0.10/0.19	c Got one! Elapsed wall clock time (in seconds):0.073
0.10/0.19	o 3581
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.074
0.27/0.20	o 3113
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.076
0.27/0.20	o 3109
0.27/0.20	c Got one! Elapsed wall clock time (in seconds):0.08
0.27/0.20	o 3064
0.27/0.21	c Got one! Elapsed wall clock time (in seconds):0.085
0.27/0.21	o 3035
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.095
0.27/0.22	o 2781
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.103
0.27/0.23	o 2742
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.113
0.27/0.23	o 2669
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.114
0.27/0.24	o 2552
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.128
0.27/0.25	o 2551
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.139
0.27/0.26	o 2516
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.141
0.27/0.26	o 2493
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.143
0.27/0.27	o 2490
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.148
0.27/0.27	o 2455
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.151
0.27/0.27	o 2393
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.157
0.27/0.28	o 2373
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.165
0.27/0.29	o 2365
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.173
0.27/0.29	o 2347
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.184
0.54/0.31	o 2331
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.193
0.54/0.32	o 2320
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.205
0.54/0.33	o 2316
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.229
0.54/0.35	o 2312
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.237
0.54/0.36	o 2181
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.245
0.54/0.37	o 2001
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.256
0.54/0.38	o 1946
0.71/0.40	c Got one! Elapsed wall clock time (in seconds):0.274
0.71/0.40	o 1915
0.71/0.48	c Got one! Elapsed wall clock time (in seconds):0.36
0.71/0.48	o 1844
1.09/0.60	c cleaning 5143 clauses out of 10294 with flag 3005/10294
1.09/0.63	c Got one! Elapsed wall clock time (in seconds):0.512
1.09/0.63	o 1840
1.09/0.65	c Got one! Elapsed wall clock time (in seconds):0.523
1.09/0.65	o 1821
1.21/0.72	c Got one! Elapsed wall clock time (in seconds):0.594
1.21/0.72	o 1811
1.21/0.73	c Got one! Elapsed wall clock time (in seconds):0.611
1.21/0.73	o 1807
1.21/0.74	c Got one! Elapsed wall clock time (in seconds):0.618
1.21/0.74	o 1792
1.21/0.75	c Got one! Elapsed wall clock time (in seconds):0.632
1.21/0.75	o 1780
1.21/0.78	c Got one! Elapsed wall clock time (in seconds):0.657
1.21/0.78	o 1750
1.21/0.78	c Got one! Elapsed wall clock time (in seconds):0.661
1.21/0.78	o 1708
1.32/0.83	c Got one! Elapsed wall clock time (in seconds):0.706
1.32/0.83	o 1686
1.45/0.90	c cleaning 7553 clauses out of 15126 with flag 2000/20269
1.45/0.93	c Got one! Elapsed wall clock time (in seconds):0.803
1.45/0.93	o 1619
1.45/0.96	c Got one! Elapsed wall clock time (in seconds):0.841
1.45/0.96	o 1610
1.58/1.04	c Got one! Elapsed wall clock time (in seconds):0.916
1.58/1.04	o 1598
1.58/1.08	c Got one! Elapsed wall clock time (in seconds):0.957
1.58/1.08	o 1451
1.68/1.12	c cleaning 7093 clauses out of 14194 with flag 1000/26890
1.79/1.20	c Got one! Elapsed wall clock time (in seconds):1.078
1.79/1.20	o 1426
1.79/1.29	c cleaning 6476 clauses out of 12971 with flag 3000/32760
1.99/1.43	c Got one! Elapsed wall clock time (in seconds):1.311
1.99/1.43	o 1402
1.99/1.47	c cleaning 6232 clauses out of 12468 with flag 1001/38733
2.19/1.65	c cleaning 6115 clauses out of 12235 with flag 7000/44732
2.41/1.87	c cleaning 6556 clauses out of 13123 with flag 14003/51735
2.63/2.10	c cleaning 7269 clauses out of 14565 with flag 22001/59733
2.74/2.13	c Got one! Elapsed wall clock time (in seconds):2.013
2.74/2.13	o 1394
2.84/2.27	c cleaning 6607 clauses out of 13242 with flag 5003/65679
3.05/2.42	c Got one! Elapsed wall clock time (in seconds):2.296
3.05/2.42	o 1381
3.15/2.58	c cleaning 8363 clauses out of 16725 with flag 5000/75769
3.37/2.77	c cleaning 7177 clauses out of 14364 with flag 11002/81771
3.47/2.88	c Got one! Elapsed wall clock time (in seconds):2.754
3.47/2.88	o 1343
3.57/2.92	c cleaning 6204 clauses out of 12424 with flag 1000/87008
3.57/2.98	c Got one! Elapsed wall clock time (in seconds):2.857
3.57/2.98	o 1323
3.68/3.08	c cleaning 6075 clauses out of 12160 with flag 4001/92948
3.78/3.10	c Got one! Elapsed wall clock time (in seconds):2.979
3.78/3.10	o 1305
3.91/3.24	c cleaning 5928 clauses out of 11873 with flag 5001/98736
4.11/3.41	c cleaning 5963 clauses out of 11944 with flag 11000/104735
4.31/3.60	c cleaning 6479 clauses out of 12982 with flag 18001/111736
4.51/3.82	c Got one! Elapsed wall clock time (in seconds):3.701
4.51/3.82	o 1280
4.61/3.99	c cleaning 9615 clauses out of 19245 with flag 5001/124478
4.83/4.18	c cleaning 7815 clauses out of 15635 with flag 11006/130483
5.03/4.38	c cleaning 7404 clauses out of 14814 with flag 18000/137477
5.32/4.62	c cleaning 7707 clauses out of 15413 with flag 26003/145480
5.53/4.89	c cleaning 8349 clauses out of 16703 with flag 35000/154477
5.93/5.24	c cleaning 9177 clauses out of 18355 with flag 45001/164478
6.25/5.59	c cleaning 10087 clauses out of 20177 with flag 56000/175477
6.54/5.86	c Got one! Elapsed wall clock time (in seconds):5.736
6.54/5.86	o 1278
6.74/6.04	c cleaning 12114 clauses out of 24237 with flag 5000/189624
6.95/6.25	c cleaning 9056 clauses out of 18128 with flag 11005/195629
7.15/6.47	c cleaning 8026 clauses out of 16067 with flag 18000/202624
7.46/6.73	c cleaning 8019 clauses out of 16043 with flag 26002/210626
7.68/6.98	c Got one! Elapsed wall clock time (in seconds):6.855
7.68/6.98	o 1204
7.88/7.16	c cleaning 10794 clauses out of 21603 with flag 5001/224205
8.10/7.35	c cleaning 8402 clauses out of 16808 with flag 11000/230204
8.20/7.45	c Got one! Elapsed wall clock time (in seconds):7.325
8.20/7.45	o 1202
8.30/7.52	c cleaning 6973 clauses out of 13953 with flag 2002/235751
8.53/7.71	c cleaning 6480 clauses out of 12979 with flag 8001/241750
8.73/7.92	c cleaning 6745 clauses out of 13502 with flag 15004/248753
8.93/8.17	c cleaning 7368 clauses out of 14754 with flag 23001/256750
9.25/8.47	c cleaning 8186 clauses out of 16386 with flag 32001/265750
9.57/8.79	c cleaning 9101 clauses out of 18203 with flag 42004/275753
9.97/9.12	c Got one! Elapsed wall clock time (in seconds):9.002
9.97/9.12	o 1197
10.17/9.33	c cleaning 11942 clauses out of 23894 with flag 5001/290545
10.39/9.50	c Got one! Elapsed wall clock time (in seconds):9.378
10.39/9.50	o 1193
10.59/9.70	c cleaning 11161 clauses out of 22333 with flag 5001/300926
10.80/9.92	c cleaning 8580 clauses out of 17172 with flag 11001/306926
11.00/10.14	c cleaning 7793 clauses out of 15591 with flag 18000/313925
11.21/10.38	c cleaning 7891 clauses out of 15800 with flag 26002/321927
11.32/10.41	c Got one! Elapsed wall clock time (in seconds):10.289
11.32/10.41	o 1149
11.42/10.54	c Got one! Elapsed wall clock time (in seconds):10.413
11.42/10.54	o 1136
11.42/10.58	c cleaning 7159 clauses out of 14327 with flag 1000/328345
11.62/10.77	c cleaning 6579 clauses out of 13168 with flag 7000/334345
11.85/10.99	c cleaning 6781 clauses out of 13589 with flag 14000/341345
12.15/11.23	c cleaning 7395 clauses out of 14810 with flag 22002/349347
12.49/11.50	c cleaning 8207 clauses out of 16414 with flag 31001/358346
12.79/11.83	c cleaning 9100 clauses out of 18208 with flag 41002/368347
13.19/12.20	c cleaning 10048 clauses out of 20106 with flag 52000/379345
13.60/12.64	c cleaning 11025 clauses out of 22058 with flag 64000/391345
14.12/13.12	c cleaning 12007 clauses out of 24033 with flag 77000/404345
14.51/13.59	c cleaning 13006 clauses out of 26028 with flag 91002/418347
15.13/14.11	c cleaning 14005 clauses out of 28022 with flag 106002/433347
15.63/14.66	c cleaning 15001 clauses out of 30015 with flag 122000/449345
16.23/15.28	c cleaning 15995 clauses out of 32017 with flag 139003/466348
17.07/16.06	c cleaning 17007 clauses out of 34019 with flag 157000/484345
17.07/16.09	c Got one! Elapsed wall clock time (in seconds):15.97
17.07/16.09	o 1120
17.38/16.31	c cleaning 11269 clauses out of 22566 with flag 5000/489899
17.61/16.52	c cleaning 8641 clauses out of 17299 with flag 11002/495901
17.82/16.74	c cleaning 7813 clauses out of 15656 with flag 18000/502899
18.04/16.98	c cleaning 7916 clauses out of 15843 with flag 26000/510899
18.34/17.28	c cleaning 8462 clauses out of 16927 with flag 35000/519899
18.66/17.59	c cleaning 9227 clauses out of 18466 with flag 45001/529900
19.07/17.96	c cleaning 10113 clauses out of 20238 with flag 56000/540899
19.48/18.39	c cleaning 11062 clauses out of 22133 with flag 68008/552907
19.98/18.82	c cleaning 12027 clauses out of 24063 with flag 81000/565899
20.48/19.33	c cleaning 13015 clauses out of 26036 with flag 95000/579899
21.09/19.91	c cleaning 14008 clauses out of 28025 with flag 110004/594903
21.71/20.51	c cleaning 15004 clauses out of 30018 with flag 126005/610904
22.31/21.12	c cleaning 15999 clauses out of 32009 with flag 143000/627899
23.01/21.89	c cleaning 17003 clauses out of 34013 with flag 161003/645902
23.81/22.68	c cleaning 17997 clauses out of 36008 with flag 180001/664900
24.72/23.58	c cleaning 5292 clauses out of 10589 with flag 200001/684900
25.57/24.36	c cleaning 11253 clauses out of 22507 with flag 221000/705899
26.49/25.28	c cleaning 16625 clauses out of 33255 with flag 243001/727900
27.49/26.27	c cleaning 19814 clauses out of 39629 with flag 266000/750899
28.55/27.22	c cleaning 6375 clauses out of 12749 with flag 290000/774899
28.76/27.37	c starts		: 228
28.76/27.37	c conflicts		: 779606
28.76/27.37	c decisions		: 1209894
28.76/27.37	c propagations		: 14102107
28.76/27.37	c inspects		: 233484629
28.76/27.37	c shortcuts		: 0
28.76/27.37	c learnt literals	: 14
28.76/27.37	c learnt binary clauses	: 19
28.76/27.37	c learnt ternary clauses	: 13
28.76/27.37	c learnt constraints	: 779591
28.76/27.37	c ignored constraints	: 0
28.76/27.37	c root simplifications	: 241
28.76/27.37	c removed literals (reason simplification)	: 874998
28.76/27.37	c reason swapping (by a shorter reason)	: 0
28.76/27.37	c Calls to reduceDB	: 74
28.76/27.37	c number of reductions to clauses (during analyze)	: 0
28.76/27.37	c number of learned constraints concerned by reduction	: 0
28.76/27.37	c number of learning phase by resolution	: 0
28.76/27.37	c number of learning phase by cutting planes	: 0
28.76/27.37	c speed (assignments/second)	: 518116.9446689691
28.76/27.37	c non guided choices	61
28.76/27.37	c learnt constraints type 
28.76/27.37	c constraints type 
28.76/27.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
28.76/27.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
28.76/27.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
28.76/27.37	c 28 constraints processed.
28.76/27.37	s OPTIMUM FOUND
28.76/27.37	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 
28.76/27.37	c objective function=1120
28.76/27.37	c Total wall clock time (in seconds): 27.247

Verifier Data

OK	1120

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-3710534-1338137044/watcher-3710534-1338137044 -o /tmp/evaluation-result-3710534-1338137044/solver-3710534-1338137044 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710534-1338137044.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 22803
/proc/meminfo: memFree=30657696/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/22803/stat : 22803 (java) R 22801 22803 19004 0 -1 4202496 932 0 0 0 0 0 0 0 20 0 1 0 279829288 23793664 659 33554432000 1073741824 1073778376 140734084129312 140734084118376 240555964979 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 5809 670 493 9 0 128 0

[startup+0.0883771 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 22803
/proc/meminfo: memFree=30657696/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/22803/stat : 22803 (java) S 22801 22803 19004 0 -1 4202496 3710 0 1 0 7 0 0 0 20 0 18 0 279829288 9787842560 4917 33554432000 1073741824 1073778376 140734084129312 140734084120448 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 2389610 4917 1940 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100304 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 22803
/proc/meminfo: memFree=30657696/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/22803/stat : 22803 (java) S 22801 22803 19004 0 -1 4202496 4289 0 1 0 9 1 0 0 20 0 18 0 279829288 9787842560 5495 33554432000 1073741824 1073778376 140734084129312 140734084120448 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 2389610 5495 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300224 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 22803
/proc/meminfo: memFree=30657696/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/22803/stat : 22803 (java) S 22801 22803 19004 0 -1 4202496 6590 0 1 0 52 2 0 0 20 0 19 0 279829288 9856004096 8083 33554432000 1073741824 1073778376 140734084129312 140734084120448 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 2406251 8083 2215 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625004

[startup+0.700296 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 22803
/proc/meminfo: memFree=30657696/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=9625004 CPUtime=1.21 cores=1,3,5,7
/proc/22803/stat : 22803 (java) S 22801 22803 19004 0 -1 4202496 10046 0 1 0 117 4 0 0 20 0 19 0 279829288 9856004096 11011 33554432000 1073741824 1073778376 140734084129312 140734084120448 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 2406251 11011 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625004

[startup+1.5008 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 22822
/proc/meminfo: memFree=30618080/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/22803/stat : 22803 (java) S 22801 22803 19004 0 -1 4202496 10288 0 1 0 205 4 0 0 20 0 19 0 279829288 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 140734084120448 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 2406251 12107 2271 9 0 2396937 0
[pid=22803/tid=22805] ppid=22801 vsize=9625004 CPUtime=1.4 cores=1,3,5,7
/proc/22803/task/22805/stat : 22805 (java) R 22801 22803 19004 0 -1 4202560 2515 0 1 0 140 0 0 0 20 0 19 0 279829289 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694500417944 139694365380877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22806] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22806/stat : 22806 (java) S 22801 22803 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694489479848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22807] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22807/stat : 22807 (java) S 22801 22803 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694488427304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22808] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22808/stat : 22808 (java) S 22801 22803 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694487374760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22809] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22809/stat : 22809 (java) S 22801 22803 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694486322216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22810] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22810/stat : 22810 (java) S 22801 22803 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694485268648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22811] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22811/stat : 22811 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694484216104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22812] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22812/stat : 22812 (java) S 22801 22803 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694337374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22813] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22813/stat : 22813 (java) S 22801 22803 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694336322088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22814] ppid=22801 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22803/task/22814/stat : 22814 (java) S 22801 22803 19004 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 279829291 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694324124264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22815] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22815/stat : 22815 (java) S 22801 22803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694323070584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22816] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22816/stat : 22816 (java) S 22801 22803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694322017928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22817] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22817/stat : 22817 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694320966672 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22818] ppid=22801 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/22803/task/22818/stat : 22818 (java) S 22801 22803 19004 0 -1 4202560 4370 0 0 0 31 1 0 0 20 0 19 0 279829294 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694319913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22819] ppid=22801 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/22803/task/22819/stat : 22819 (java) S 22801 22803 19004 0 -1 4202560 2150 0 0 0 22 1 0 0 20 0 19 0 279829294 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694318860472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22820] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22820/stat : 22820 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694317808120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22821] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22821/stat : 22821 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694316755784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22822] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22822/stat : 22822 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279829304 9856004096 12107 33554432000 1073741824 1073778376 140734084129312 139694315701544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625004

[startup+3.1008 s]
/proc/loadavg: 1.85 1.97 1.99 3/213 22822
/proc/meminfo: memFree=30617460/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=9625004 CPUtime=3.78 cores=1,3,5,7
/proc/22803/stat : 22803 (java) S 22801 22803 19004 0 -1 4202496 10311 0 1 0 374 4 0 0 20 0 19 0 279829288 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 140734084120448 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 2406251 12122 2271 9 0 2396937 0
[pid=22803/tid=22805] ppid=22801 vsize=9625004 CPUtime=2.88 cores=1,3,5,7
/proc/22803/task/22805/stat : 22805 (java) R 22801 22803 19004 0 -1 4202560 2523 0 1 0 288 0 0 0 20 0 19 0 279829289 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694500417784 139694365361998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22806] ppid=22801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22803/task/22806/stat : 22806 (java) S 22801 22803 19004 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 279829290 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694489479848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22807] ppid=22801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22803/task/22807/stat : 22807 (java) S 22801 22803 19004 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 279829290 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694488427304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22808] ppid=22801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22803/task/22808/stat : 22808 (java) S 22801 22803 19004 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 279829290 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694487374760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22809] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22809/stat : 22809 (java) S 22801 22803 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694486322216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22810] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22810/stat : 22810 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694485268648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22811] ppid=22801 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22803/task/22811/stat : 22811 (java) S 22801 22803 19004 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 279829290 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694484216104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22812] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22812/stat : 22812 (java) S 22801 22803 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279829290 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694337374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22813] ppid=22801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22803/task/22813/stat : 22813 (java) S 22801 22803 19004 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 279829290 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694336322088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22814] ppid=22801 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/22803/task/22814/stat : 22814 (java) S 22801 22803 19004 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 279829291 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694324124264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22815] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22815/stat : 22815 (java) S 22801 22803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694323070584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22816] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22816/stat : 22816 (java) S 22801 22803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694322017928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22817] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22817/stat : 22817 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694320966672 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22818] ppid=22801 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/22803/task/22818/stat : 22818 (java) S 22801 22803 19004 0 -1 4202560 4370 0 0 0 31 1 0 0 20 0 19 0 279829294 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694319913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22819] ppid=22801 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/22803/task/22819/stat : 22819 (java) S 22801 22803 19004 0 -1 4202560 2150 0 0 0 22 1 0 0 20 0 19 0 279829294 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694318860472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22820] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22820/stat : 22820 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694317808120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22821] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22821/stat : 22821 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694316755784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22822] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22822/stat : 22822 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279829304 9856004096 12122 33554432000 1073741824 1073778376 140734084129312 139694315701544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 1.85 1.97 1.99 3/213 22822
/proc/meminfo: memFree=30617212/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=9625004 CPUtime=7.05 cores=1,3,5,7
/proc/22803/stat : 22803 (java) S 22801 22803 19004 0 -1 4202496 10388 0 1 0 700 5 0 0 20 0 19 0 279829288 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 140734084120448 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 2406251 11988 2272 9 0 2396937 0
[pid=22803/tid=22805] ppid=22801 vsize=9625004 CPUtime=5.92 cores=1,3,5,7
/proc/22803/task/22805/stat : 22805 (java) R 22801 22803 19004 0 -1 4202560 2536 0 1 0 592 0 0 0 20 0 19 0 279829289 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694500417944 139694365390151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22806] ppid=22801 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22803/task/22806/stat : 22806 (java) S 22801 22803 19004 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 279829290 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694489479848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22807] ppid=22801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22803/task/22807/stat : 22807 (java) S 22801 22803 19004 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 279829290 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694488427304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22808] ppid=22801 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22803/task/22808/stat : 22808 (java) S 22801 22803 19004 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 279829290 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694487374760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22809] ppid=22801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22803/task/22809/stat : 22809 (java) S 22801 22803 19004 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 279829290 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694486322216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22810] ppid=22801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22803/task/22810/stat : 22810 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 279829290 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694485268648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22811] ppid=22801 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22803/task/22811/stat : 22811 (java) S 22801 22803 19004 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 279829290 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694484216104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22812] ppid=22801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22803/task/22812/stat : 22812 (java) S 22801 22803 19004 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 279829290 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694337374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22813] ppid=22801 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22803/task/22813/stat : 22813 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 279829290 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694336322088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22814] ppid=22801 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/22803/task/22814/stat : 22814 (java) S 22801 22803 19004 0 -1 4202560 34 0 0 0 24 0 0 0 20 0 19 0 279829291 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694324124264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22815] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22815/stat : 22815 (java) S 22801 22803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694323070584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22816] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22816/stat : 22816 (java) S 22801 22803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694322017928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22817] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22817/stat : 22817 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694320966672 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22818] ppid=22801 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/22803/task/22818/stat : 22818 (java) S 22801 22803 19004 0 -1 4202560 4370 0 0 0 31 1 0 0 20 0 19 0 279829294 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694319913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22819] ppid=22801 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/22803/task/22819/stat : 22819 (java) S 22801 22803 19004 0 -1 4202560 2200 0 0 0 25 1 0 0 20 0 19 0 279829294 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694318860472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22820] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22820/stat : 22820 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694317808120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22821] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22821/stat : 22821 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694316755784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22822] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22822/stat : 22822 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279829304 9856004096 11988 33554432000 1073741824 1073778376 140734084129312 139694315701544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/22803/statm: 2406251 13076 2278 9 0 2396937 0
[pid=22803/tid=22805] ppid=22801 vsize=9625004 CPUtime=25.05 cores=1,3,5,7
/proc/22803/task/22805/stat : 22805 (java) R 22801 22803 19004 0 -1 4202560 2589 0 1 0 2504 1 0 0 20 0 19 0 279829289 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694500417944 139694365674951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22806] ppid=22801 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22806/stat : 22806 (java) S 22801 22803 19004 0 -1 4202560 21 0 0 0 12 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694489479848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22807] ppid=22801 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/22803/task/22807/stat : 22807 (java) S 22801 22803 19004 0 -1 4202560 15 0 0 0 10 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694488427304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22808] ppid=22801 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22808/stat : 22808 (java) S 22801 22803 19004 0 -1 4202560 24 0 0 0 12 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694487374760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22809] ppid=22801 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22809/stat : 22809 (java) S 22801 22803 19004 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694486322216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22810] ppid=22801 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/22803/task/22810/stat : 22810 (java) S 22801 22803 19004 0 -1 4202560 12 0 0 0 10 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694485268648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22811] ppid=22801 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/22803/task/22811/stat : 22811 (java) S 22801 22803 19004 0 -1 4202560 9 0 0 0 11 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694484216104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22812] ppid=22801 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/22803/task/22812/stat : 22812 (java) S 22801 22803 19004 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694337374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22813] ppid=22801 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/22803/task/22813/stat : 22813 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 8 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694336322088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22814] ppid=22801 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/22803/task/22814/stat : 22814 (java) S 22801 22803 19004 0 -1 4202560 36 0 0 0 83 0 0 0 20 0 19 0 279829291 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694324124264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22815] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22815/stat : 22815 (java) S 22801 22803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694323070584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22816] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22816/stat : 22816 (java) S 22801 22803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694322017928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22817] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22817/stat : 22817 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694320966672 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22818] ppid=22801 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/22803/task/22818/stat : 22818 (java) S 22801 22803 19004 0 -1 4202560 4374 0 0 0 39 2 0 0 20 0 19 0 279829294 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694319913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22819] ppid=22801 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/22803/task/22819/stat : 22819 (java) S 22801 22803 19004 0 -1 4202560 2200 0 0 0 25 1 0 0 20 0 19 0 279829294 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694318860472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22820] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22820/stat : 22820 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694317808120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22821] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22821/stat : 22821 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694316755784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22822] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22822/stat : 22822 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279829304 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694315701544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.6
Current children cumulated vsize (KiB) 9625004

[startup+27.1007 s]
/proc/loadavg: 1.89 1.97 1.99 3/213 22822
/proc/meminfo: memFree=30612900/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=9625004 CPUtime=28.42 cores=1,3,5,7
/proc/22803/stat : 22803 (java) S 22801 22803 19004 0 -1 4202496 10504 0 1 0 2836 6 0 0 20 0 19 0 279829288 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 140734084120448 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 2406251 13076 2278 9 0 2396937 0
[pid=22803/tid=22805] ppid=22801 vsize=9625004 CPUtime=25.84 cores=1,3,5,7
/proc/22803/task/22805/stat : 22805 (java) R 22801 22803 19004 0 -1 4202560 2589 0 1 0 2583 1 0 0 20 0 19 0 279829289 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694500418168 139694365370172 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22806] ppid=22801 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22806/stat : 22806 (java) S 22801 22803 19004 0 -1 4202560 21 0 0 0 12 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694489479848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22807] ppid=22801 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/22803/task/22807/stat : 22807 (java) S 22801 22803 19004 0 -1 4202560 15 0 0 0 10 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694488427304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22808] ppid=22801 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22808/stat : 22808 (java) S 22801 22803 19004 0 -1 4202560 24 0 0 0 12 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694487374760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22809] ppid=22801 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22809/stat : 22809 (java) S 22801 22803 19004 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694486322216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22810] ppid=22801 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/22803/task/22810/stat : 22810 (java) S 22801 22803 19004 0 -1 4202560 12 0 0 0 10 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694485268648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22811] ppid=22801 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/22803/task/22811/stat : 22811 (java) S 22801 22803 19004 0 -1 4202560 9 0 0 0 11 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694484216104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22812] ppid=22801 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/22803/task/22812/stat : 22812 (java) S 22801 22803 19004 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694337374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22813] ppid=22801 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/22803/task/22813/stat : 22813 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 8 0 0 0 20 0 19 0 279829290 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694336322088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22814] ppid=22801 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/22803/task/22814/stat : 22814 (java) S 22801 22803 19004 0 -1 4202560 36 0 0 0 83 0 0 0 20 0 19 0 279829291 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694324124264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22815] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22815/stat : 22815 (java) S 22801 22803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694323070584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22816] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22816/stat : 22816 (java) S 22801 22803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694322017928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22817] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22817/stat : 22817 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694320966672 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22818] ppid=22801 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/22803/task/22818/stat : 22818 (java) S 22801 22803 19004 0 -1 4202560 4374 0 0 0 41 2 0 0 20 0 19 0 279829294 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694319913016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22819] ppid=22801 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/22803/task/22819/stat : 22819 (java) S 22801 22803 19004 0 -1 4202560 2200 0 0 0 25 1 0 0 20 0 19 0 279829294 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694318860472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22820] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22820/stat : 22820 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694317808120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22821] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22821/stat : 22821 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694316755784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22822] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22822/stat : 22822 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279829304 9856004096 13076 33554432000 1073741824 1073778376 140734084129312 139694315701544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 28.42
Current children cumulated vsize (KiB) 9625004

[startup+27.3008 s]
/proc/loadavg: 1.89 1.97 1.99 3/213 22822
/proc/meminfo: memFree=30612900/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=9625004 CPUtime=28.76 cores=1,3,5,7
/proc/22803/stat : 22803 (java) S 22801 22803 19004 0 -1 4202496 15945 0 1 0 2869 7 0 0 20 0 19 0 279829288 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 140734084120448 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 2406251 16431 2278 9 0 2396937 0
[pid=22803/tid=22805] ppid=22801 vsize=9625004 CPUtime=26.03 cores=1,3,5,7
/proc/22803/task/22805/stat : 22805 (java) R 22801 22803 19004 0 -1 4202560 2589 0 1 0 2602 1 0 0 20 0 19 0 279829289 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694500417944 139694365390146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22806] ppid=22801 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22806/stat : 22806 (java) S 22801 22803 19004 0 -1 4202560 21 0 0 0 12 0 0 0 20 0 19 0 279829290 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694489479848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22807] ppid=22801 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/22803/task/22807/stat : 22807 (java) S 22801 22803 19004 0 -1 4202560 18 0 0 0 10 0 0 0 20 0 19 0 279829290 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694488427304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22808] ppid=22801 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22808/stat : 22808 (java) S 22801 22803 19004 0 -1 4202560 24 0 0 0 12 0 0 0 20 0 19 0 279829290 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694487374760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22809] ppid=22801 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22809/stat : 22809 (java) S 22801 22803 19004 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 19 0 279829290 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694486322216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22810] ppid=22801 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/22803/task/22810/stat : 22810 (java) S 22801 22803 19004 0 -1 4202560 12 0 0 0 11 0 0 0 20 0 19 0 279829290 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694485268648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22811] ppid=22801 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/22803/task/22811/stat : 22811 (java) S 22801 22803 19004 0 -1 4202560 9 0 0 0 11 0 0 0 20 0 19 0 279829290 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694484216104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22812] ppid=22801 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/22803/task/22812/stat : 22812 (java) S 22801 22803 19004 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 279829290 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694337374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22813] ppid=22801 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/22803/task/22813/stat : 22813 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 8 0 0 0 20 0 19 0 279829290 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694336322088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22814] ppid=22801 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/22803/task/22814/stat : 22814 (java) S 22801 22803 19004 0 -1 4202560 62 0 0 0 84 0 0 0 20 0 19 0 279829291 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694324124264 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22815] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22815/stat : 22815 (java) S 22801 22803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694323070584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22816] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22816/stat : 22816 (java) S 22801 22803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279829291 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694322017928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22817] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22817/stat : 22817 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694320966672 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22818] ppid=22801 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/22803/task/22818/stat : 22818 (java) R 22801 22803 19004 0 -1 4202560 9780 0 0 0 51 2 0 0 20 0 19 0 279829294 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694319888008 139694503322129 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22819] ppid=22801 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/22803/task/22819/stat : 22819 (java) S 22801 22803 19004 0 -1 4202560 2206 0 0 0 27 2 0 0 20 0 19 0 279829294 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694318860472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22820] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22820/stat : 22820 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694317808120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22821] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22821/stat : 22821 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279829294 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694316755784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22822] ppid=22801 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22822/stat : 22822 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279829304 9856004096 16431 33554432000 1073741824 1073778376 140734084129312 139694315701544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 28.76
Current children cumulated vsize (KiB) 9625004

[startup+27.4008 s]
/proc/loadavg: 1.90 1.97 1.99 3/211 22823
/proc/meminfo: memFree=30598028/32873844 swapFree=7116/7116
[pid=22803] ppid=22801 vsize=9691568 CPUtime=28.94 cores=1,3,5,7
/proc/22803/stat : 22803 (java) S 22801 22803 19004 0 -1 4202496 16563 0 1 0 2887 7 0 0 20 0 17 0 279829288 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 140734084120448 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22803/statm: 2422892 16891 2279 9 0 2413578 0
[pid=22803/tid=22805] ppid=22801 vsize=9691568 CPUtime=26.1 cores=1,3,5,7
/proc/22803/task/22805/stat : 22805 (java) S 22801 22803 19004 0 -1 4202560 2591 0 1 0 2609 1 0 0 20 0 17 0 279829289 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694500418440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22806] ppid=22801 vsize=9691568 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22806/stat : 22806 (java) S 22801 22803 19004 0 -1 4202560 21 0 0 0 12 0 0 0 20 0 17 0 279829290 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694489479848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22807] ppid=22801 vsize=9691568 CPUtime=0.1 cores=1,3,5,7
/proc/22803/task/22807/stat : 22807 (java) S 22801 22803 19004 0 -1 4202560 18 0 0 0 10 0 0 0 20 0 17 0 279829290 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694488427304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22808] ppid=22801 vsize=9691568 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22808/stat : 22808 (java) S 22801 22803 19004 0 -1 4202560 24 0 0 0 12 0 0 0 20 0 17 0 279829290 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694487374760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22809] ppid=22801 vsize=9691568 CPUtime=0.12 cores=1,3,5,7
/proc/22803/task/22809/stat : 22809 (java) S 22801 22803 19004 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 17 0 279829290 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694486322216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22810] ppid=22801 vsize=9691568 CPUtime=0.11 cores=1,3,5,7
/proc/22803/task/22810/stat : 22810 (java) S 22801 22803 19004 0 -1 4202560 12 0 0 0 11 0 0 0 20 0 17 0 279829290 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694485268648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22811] ppid=22801 vsize=9691568 CPUtime=0.11 cores=1,3,5,7
/proc/22803/task/22811/stat : 22811 (java) S 22801 22803 19004 0 -1 4202560 9 0 0 0 11 0 0 0 20 0 17 0 279829290 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694484216104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22812] ppid=22801 vsize=9691568 CPUtime=0.09 cores=1,3,5,7
/proc/22803/task/22812/stat : 22812 (java) S 22801 22803 19004 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 17 0 279829290 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694337374632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22813] ppid=22801 vsize=9691568 CPUtime=0.08 cores=1,3,5,7
/proc/22803/task/22813/stat : 22813 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 8 0 0 0 20 0 17 0 279829290 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694336322088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22803/tid=22814] ppid=22801 vsize=9691568 CPUtime=0.84 cores=1,3,5,7
/proc/22803/task/22814/stat : 22814 (java) S 22801 22803 19004 0 -1 4202560 62 0 0 0 84 0 0 0 20 0 17 0 279829291 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694324123816 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22803/tid=22815] ppid=22801 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22815/stat : 22815 (java) S 22801 22803 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 279829291 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694323070584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22816] ppid=22801 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22816/stat : 22816 (java) S 22801 22803 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 279829291 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694322017928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22818] ppid=22801 vsize=9691568 CPUtime=0.64 cores=1,3,5,7
/proc/22803/task/22818/stat : 22818 (java) S 22801 22803 19004 0 -1 4202560 10382 0 0 0 62 2 0 0 20 0 17 0 279829294 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694319899256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22803/tid=22819] ppid=22801 vsize=9691568 CPUtime=0.29 cores=1,3,5,7
/proc/22803/task/22819/stat : 22819 (java) S 22801 22803 19004 0 -1 4202560 2206 0 0 0 27 2 0 0 20 0 17 0 279829294 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694318860472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22820] ppid=22801 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22820/stat : 22820 (java) S 22801 22803 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 279829294 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694317808120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22803/tid=22822] ppid=22801 vsize=9691568 CPUtime=0 cores=1,3,5,7
/proc/22803/task/22822/stat : 22822 (java) S 22801 22803 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 279829304 9924165632 16891 33554432000 1073741824 1073778376 140734084129312 139694315701544 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 28.94
Current children cumulated vsize (KiB) 9691568

Child status: 30
Real time (s): 27.4194
CPU time (s): 28.9696
CPU user time (s): 28.7986
CPU system time (s): 0.170974
CPU usage (%): 105.654
Max. virtual memory (cumulated for all children) (KiB): 9691568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.7986
system time used= 0.170974
maximum resident set size= 67564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16563
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2800
involuntary context switches= 3828

runsolver used 0.117982 second user time and 0.283956 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 18:44:04
IDJOB=3710534
IDBENCH=1868
IDSOLVER=2289
FILE ID=node146/3710534-1338137044
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710534-1338137044/watcher-3710534-1338137044 -o /tmp/evaluation-result-3710534-1338137044/solver-3710534-1338137044 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710534-1338137044.opb

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

MD5SUM BENCH= 9b4418c5c34f37121cd9ad7732df64ff
RANDOM SEED=27885598

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30658340 kB
Buffers:          310824 kB
Cached:           753300 kB
SwapCached:         2184 kB
Active:          1207496 kB
Inactive:         167608 kB
Active(anon):     310628 kB
Inactive(anon):     2668 kB
Active(file):     896868 kB
Inactive(file):   164940 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:        324952 kB
Mapped:            17716 kB
Shmem:                 0 kB
Slab:             691528 kB
SReclaimable:     132604 kB
SUnreclaim:       558924 kB
KernelStack:        1608 kB
PageTables:         4852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node146 at 2012-05-27 18:44:31