Trace number 3718138

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28OPTIMUM 11.2323 9.59066

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-33-100-0.wbo
MD5SUMae60804d96363031fd1d95f40cdae528
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.527918
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1270
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 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 2.3.2.v20120528
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@4a913fe2
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 Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3718138-1338251762.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.056s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     238
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.16	c ignored satisfied constraints => 1
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.11/0.16	c 102 constraints processed.
0.11/0.16	c objective function length is 69 literals
0.28/0.21	c SATISFIABLE
0.28/0.21	c OPTIMIZING...
0.28/0.21	c Got one! Elapsed wall clock time (in seconds):0.108
0.28/0.21	o 750
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.138
0.28/0.24	o 722
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.157
0.28/0.26	o 721
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.166
0.28/0.27	o 710
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.174
0.28/0.28	o 667
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.18
0.28/0.28	o 619
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.191
0.28/0.29	o 616
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.2
0.52/0.30	o 615
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.213
0.52/0.32	o 591
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.219
0.52/0.32	o 583
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.227
0.52/0.38	o 575
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.233
0.52/0.38	o 563
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.245
0.52/0.38	o 559
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.264
0.52/0.38	o 557
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.269
0.52/0.38	o 547
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.272
0.52/0.38	o 540
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.284
0.52/0.39	o 534
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.296
0.69/0.40	o 532
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.318
0.69/0.42	o 528
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.332
0.69/0.44	o 514
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.337
0.69/0.44	o 458
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.353
0.69/0.46	o 453
0.69/0.48	c Got one! Elapsed wall clock time (in seconds):0.372
0.69/0.48	o 451
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.393
0.82/0.50	o 194
0.82/0.57	c Got one! Elapsed wall clock time (in seconds):0.463
0.82/0.57	o 187
0.94/0.62	c Got one! Elapsed wall clock time (in seconds):0.517
0.94/0.62	o 186
1.07/0.72	c cleaning 6596 clauses out of 13211 with flag 6730/13211
1.07/0.73	c Got one! Elapsed wall clock time (in seconds):0.629
1.07/0.73	o 185
1.07/0.75	c Got one! Elapsed wall clock time (in seconds):0.651
1.07/0.75	o 183
1.19/0.80	c Got one! Elapsed wall clock time (in seconds):0.692
1.19/0.80	o 181
1.30/0.90	c Got one! Elapsed wall clock time (in seconds):0.796
1.30/0.90	o 175
1.30/0.94	c cleaning 6667 clauses out of 13336 with flag 4005/19932
1.41/1.01	c Got one! Elapsed wall clock time (in seconds):0.902
1.41/1.01	o 174
1.41/1.08	c Got one! Elapsed wall clock time (in seconds):0.973
1.41/1.08	o 172
1.51/1.15	c cleaning 6437 clauses out of 12877 with flag 7699/26140
1.51/1.18	c Got one! Elapsed wall clock time (in seconds):1.077
1.51/1.18	o 171
1.63/1.29	c Got one! Elapsed wall clock time (in seconds):1.183
1.63/1.29	o 168
1.73/1.36	c cleaning 6417 clauses out of 12837 with flag 8442/32537
1.73/1.38	c Got one! Elapsed wall clock time (in seconds):1.275
1.73/1.38	o 167
1.83/1.42	c Got one! Elapsed wall clock time (in seconds):1.316
1.83/1.42	o 166
1.83/1.46	c Got one! Elapsed wall clock time (in seconds):1.358
1.83/1.46	o 161
1.96/1.57	c cleaning 6123 clauses out of 12256 with flag 12103/38373
2.07/1.63	c Got one! Elapsed wall clock time (in seconds):1.523
2.07/1.63	o 159
2.16/1.76	c cleaning 5968 clauses out of 11942 with flag 18008/44182
2.16/1.77	c Got one! Elapsed wall clock time (in seconds):1.663
2.16/1.77	o 153
2.37/1.92	c cleaning 5485 clauses out of 10982 with flag 21989/49190
2.37/1.94	c Got one! Elapsed wall clock time (in seconds):1.836
2.37/1.94	o 141
2.37/1.96	c Got one! Elapsed wall clock time (in seconds):1.856
2.37/1.96	o 135
2.52/2.00	c Got one! Elapsed wall clock time (in seconds):1.894
2.52/2.00	o 132
2.69/2.13	c cleaning 5784 clauses out of 11582 with flag 16839/55275
2.69/2.17	c Got one! Elapsed wall clock time (in seconds):2.063
2.69/2.17	o 130
2.92/2.33	c cleaning 5843 clauses out of 11688 with flag 21832/61165
2.92/2.34	c Got one! Elapsed wall clock time (in seconds):2.232
2.92/2.34	o 126
3.02/2.49	c cleaning 5431 clauses out of 10886 with flag 23029/66206
3.24/2.60	c Got one! Elapsed wall clock time (in seconds):2.498
3.24/2.60	o 107
3.24/2.70	c cleaning 5240 clauses out of 10497 with flag 8087/71248
3.60/2.82	c Got one! Elapsed wall clock time (in seconds):2.718
3.60/2.82	o 105
3.60/2.85	c Got one! Elapsed wall clock time (in seconds):2.747
3.60/2.85	o 99
3.80/2.91	c Got one! Elapsed wall clock time (in seconds):2.804
3.80/2.91	o 93
3.80/2.97	c cleaning 6275 clauses out of 12553 with flag 4515/78544
3.80/2.98	c Got one! Elapsed wall clock time (in seconds):2.877
3.80/2.98	o 89
4.18/3.10	c Got one! Elapsed wall clock time (in seconds):3.001
4.18/3.10	o 87
4.18/3.20	c cleaning 6184 clauses out of 12375 with flag 10370/84641
4.79/3.40	c cleaning 6091 clauses out of 12194 with flag 33086/90644
4.79/3.46	c Got one! Elapsed wall clock time (in seconds):3.354
4.79/3.46	o 77
5.03/3.60	c cleaning 5811 clauses out of 11652 with flag 20655/96193
5.13/3.79	c cleaning 5912 clauses out of 11840 with flag 47375/102192
5.33/3.99	c Got one! Elapsed wall clock time (in seconds):3.891
5.33/3.99	o 51
5.53/4.19	c cleaning 8699 clauses out of 17406 with flag 26863/113670
5.74/4.39	c cleaning 7353 clauses out of 14708 with flag 48665/119671
6.04/4.62	c cleaning 7174 clauses out of 14354 with flag 79236/126670
6.25/4.89	c cleaning 7586 clauses out of 15180 with flag 116512/134671
6.55/5.17	c cleaning 8294 clauses out of 16591 with flag 150070/143670
6.65/5.26	c Got one! Elapsed wall clock time (in seconds):5.152
6.65/5.26	o 44
6.75/5.36	c cleaning 6869 clauses out of 13753 with flag 16457/149126
6.96/5.55	c cleaning 6442 clauses out of 12885 with flag 41304/155127
7.16/5.76	c cleaning 6719 clauses out of 13442 with flag 68914/162126
7.47/6.02	c cleaning 7354 clauses out of 14723 with flag 100904/170126
7.80/6.31	c cleaning 8177 clauses out of 16368 with flag 137230/179126
7.91/6.48	c Got one! Elapsed wall clock time (in seconds):6.378
7.91/6.48	o 43
8.11/6.67	c cleaning 9531 clauses out of 19082 with flag 26856/190017
8.31/6.88	c cleaning 7767 clauses out of 15552 with flag 58605/196018
8.61/7.10	c cleaning 7380 clauses out of 14783 with flag 86951/203017
8.71/7.20	c Got one! Elapsed wall clock time (in seconds):7.095
8.71/7.20	o 40
8.71/7.27	c cleaning 6211 clauses out of 12444 with flag 10394/208058
8.92/7.45	c cleaning 6114 clauses out of 12231 with flag 34837/214057
9.03/7.52	c Got one! Elapsed wall clock time (in seconds):7.415
9.03/7.52	o 33
9.14/7.65	c cleaning 6032 clauses out of 12088 with flag 20669/220029
9.33/7.83	c cleaning 6019 clauses out of 12056 with flag 45821/226029
9.33/7.88	c Got one! Elapsed wall clock time (in seconds):7.774
9.33/7.88	o 32
9.53/8.01	c cleaning 5830 clauses out of 11665 with flag 20311/231657
9.64/8.18	c cleaning 5911 clauses out of 11832 with flag 45849/237657
9.84/8.37	c cleaning 6457 clauses out of 12922 with flag 73773/244659
9.93/8.49	c Got one! Elapsed wall clock time (in seconds):8.386
9.93/8.49	o 27
10.03/8.53	c cleaning 5834 clauses out of 11689 with flag 5020/249886
10.24/8.71	c cleaning 5914 clauses out of 11855 with flag 32758/255886
10.44/8.93	c cleaning 6467 clauses out of 12941 with flag 62961/262886
10.64/9.15	c cleaning 7235 clauses out of 14474 with flag 95318/270886
10.74/9.24	c Got one! Elapsed wall clock time (in seconds):9.135
10.74/9.24	o 26
10.85/9.30	c cleaning 6142 clauses out of 12294 with flag 9316/275942
10.95/9.50	c cleaning 6068 clauses out of 12151 with flag 38562/281941
11.06/9.52	c Got one! Elapsed wall clock time (in seconds):9.421
11.06/9.52	o 25
11.06/9.54	c Got one! Elapsed wall clock time (in seconds):9.437
11.06/9.54	o 24
11.06/9.55	c Got one! Elapsed wall clock time (in seconds):9.451
11.06/9.55	o 23
11.06/9.55	c Got one! Elapsed wall clock time (in seconds):9.451
11.06/9.55	o 15
11.06/9.58	c starts		: 182
11.06/9.58	c conflicts		: 284491
11.06/9.58	c decisions		: 475352
11.06/9.58	c propagations		: 6848281
11.06/9.58	c inspects		: 52422020
11.06/9.58	c shortcuts		: 0
11.06/9.58	c learnt literals	: 24
11.06/9.58	c learnt binary clauses	: 38
11.06/9.58	c learnt ternary clauses	: 752
11.06/9.58	c learnt constraints	: 284466
11.06/9.58	c ignored constraints	: 0
11.06/9.58	c root simplifications	: 0
11.06/9.58	c removed literals (reason simplification)	: 0
11.06/9.58	c reason swapping (by a shorter reason)	: 0
11.06/9.58	c Calls to reduceDB	: 42
11.06/9.58	c Number of update (reduction) of LBD	: 84017
11.06/9.58	c number of reductions to clauses (during analyze)	: 0
11.06/9.58	c number of learned constraints concerned by reduction	: 0
11.06/9.58	c number of learning phase by resolution	: 0
11.06/9.58	c number of learning phase by cutting planes	: 0
11.06/9.58	c speed (assignments/second)	: 727070.9204798811
11.06/9.58	c non guided choices	2385
11.06/9.58	c learnt constraints type 
11.06/9.58	c constraints type 
11.06/9.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
11.06/9.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
11.06/9.58	c ignored satisfied constraints => 1
11.06/9.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
11.06/9.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
11.06/9.58	c 102 constraints processed.
11.06/9.58	s OPTIMUM FOUND
11.06/9.58	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 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
11.06/9.58	c objective function=15
11.06/9.58	c Total wall clock time (in seconds): 9.479

Verifier Data

OK	15

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-3718138-1338251762/watcher-3718138-1338251762 -o /tmp/evaluation-result-3718138-1338251762/solver-3718138-1338251762 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718138-1338251762.wbo 

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.00 1.66 1.79 4/194 13702
/proc/meminfo: memFree=29572500/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 291300320 95129600 927 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 23225 927 703 9 0 16769 0
[pid=13702/tid=13703] ppid=13700 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) R 13700 13702 13069 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 291300320 95129600 927 33554432000 1073741824 1073778376 140735749857280 140353764355624 251043867943 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0965899 s]
/proc/loadavg: 2.00 1.66 1.79 4/194 13702
/proc/meminfo: memFree=29572500/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 4421 0 1 0 9 1 0 0 20 0 18 0 291300320 9787817984 5111 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 2389604 5111 2109 9 0 2380296 0
[pid=13702/tid=13703] ppid=13700 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) R 13700 13702 13069 0 -1 4202560 2476 0 1 0 7 0 0 0 20 0 18 0 291300320 9787817984 5111 33554432000 1073741824 1073778376 140735749857280 140353764358480 251056416013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.100227 s]
/proc/loadavg: 2.00 1.66 1.79 4/194 13702
/proc/meminfo: memFree=29572500/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=9558416 CPUtime=0.11 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 4447 0 1 0 10 1 0 0 20 0 18 0 291300320 9787817984 5648 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 2389604 5648 2124 9 0 2380296 0
[pid=13702/tid=13703] ppid=13700 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) R 13700 13702 13069 0 -1 4202560 2484 0 1 0 8 0 0 0 20 0 18 0 291300320 9787817984 5648 33554432000 1073741824 1073778376 140735749857280 140353764358480 251056416013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300189 s]
/proc/loadavg: 2.00 1.66 1.79 4/194 13702
/proc/meminfo: memFree=29572500/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 6618 0 1 0 51 1 0 0 20 0 19 0 291300320 9855979520 7379 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 2406245 7379 2234 9 0 2396937 0
[pid=13702/tid=13703] ppid=13700 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) R 13700 13702 13069 0 -1 4202560 2517 0 1 0 28 0 0 0 20 0 19 0 291300320 9855979520 7379 33554432000 1073741824 1073778376 140735749857280 140353764360976 140353637035303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624980

[startup+0.700165 s]
/proc/loadavg: 2.00 1.66 1.79 4/194 13702
/proc/meminfo: memFree=29572500/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=9624980 CPUtime=1.07 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 6925 0 1 0 106 1 0 0 20 0 19 0 291300320 9855979520 8466 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 2406245 8466 2246 9 0 2396937 0
[pid=13702/tid=13703] ppid=13700 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) R 13700 13702 13069 0 -1 4202560 2519 0 1 0 67 1 0 0 20 0 19 0 291300320 9855979520 8466 33554432000 1073741824 1073778376 140735749857280 140353764360616 140353637065741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9624980

[startup+1.50069 s]
/proc/loadavg: 2.00 1.66 1.79 3/213 13721
/proc/meminfo: memFree=29528244/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=9624980 CPUtime=1.96 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 7693 0 1 0 194 2 0 0 20 0 19 0 291300320 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 2406245 11245 2272 9 0 2396937 0
[pid=13702/tid=13703] ppid=13700 vsize=9624980 CPUtime=1.43 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) R 13700 13702 13069 0 -1 4202560 2524 0 1 0 142 1 0 0 20 0 19 0 291300320 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353764360600 140353637370308 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13705] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (java) S 13700 13702 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353608411432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13706] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13706/stat : 13706 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353607358632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13707] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13707/stat : 13707 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353606306344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13708] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13708/stat : 13708 (java) S 13700 13702 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353605253544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13709] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13709/stat : 13709 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353604201256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13710] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13710/stat : 13710 (java) S 13700 13702 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353603148456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13711] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13711/stat : 13711 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353602096168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13712] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13712/stat : 13712 (java) S 13700 13702 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353601043368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13713] ppid=13700 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13702/task/13713/stat : 13713 (java) S 13700 13702 13069 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 291300322 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353588631784 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13714] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13714/stat : 13714 (java) S 13700 13702 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353587577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13715] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13715/stat : 13715 (java) S 13700 13702 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353586525448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13716] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13716/stat : 13716 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353585473936 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13717] ppid=13700 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/13702/task/13717/stat : 13717 (java) S 13700 13702 13069 0 -1 4202560 2068 0 0 0 23 0 0 0 20 0 19 0 291300325 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353584421560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13718] ppid=13700 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/13702/task/13718/stat : 13718 (java) S 13700 13702 13069 0 -1 4202560 1855 0 0 0 21 0 0 0 20 0 19 0 291300325 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353583368760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13719] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13719/stat : 13719 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353582316664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13720] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13720/stat : 13720 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353581264072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13721] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13721/stat : 13721 (java) S 13700 13702 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291300337 9855979520 11245 33554432000 1073741824 1073778376 140735749857280 140353580209064 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9624980

[startup+3.1007 s]
/proc/loadavg: 2.00 1.66 1.79 3/213 13721
/proc/meminfo: memFree=29521672/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=9624980 CPUtime=4.18 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 19268 0 1 0 414 4 0 0 20 0 19 0 291300320 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 2406245 17118 2273 9 0 2396937 0
[pid=13702/tid=13703] ppid=13700 vsize=9624980 CPUtime=2.96 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) R 13700 13702 13069 0 -1 4202560 2530 0 1 0 294 2 0 0 20 0 19 0 291300320 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353764352448 140353637405046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13705] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (java) S 13700 13702 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353608411432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13706] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13706/stat : 13706 (java) S 13700 13702 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353607358632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13707] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13707/stat : 13707 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353606306344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13708] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13708/stat : 13708 (java) S 13700 13702 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353605253544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13709] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13709/stat : 13709 (java) S 13700 13702 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353604201256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13710] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13710/stat : 13710 (java) S 13700 13702 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353603148456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13711] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13711/stat : 13711 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353602096168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13712] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13712/stat : 13712 (java) S 13700 13702 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353601043368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13713] ppid=13700 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/13702/task/13713/stat : 13713 (java) S 13700 13702 13069 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 291300322 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353588631784 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13714] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13714/stat : 13714 (java) S 13700 13702 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353587577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13715] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13715/stat : 13715 (java) S 13700 13702 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353586525448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13716] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13716/stat : 13716 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353585473936 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13717] ppid=13700 vsize=9624980 CPUtime=0.64 cores=0,2,4,6
/proc/13702/task/13717/stat : 13717 (java) R 13700 13702 13069 0 -1 4202560 10724 0 0 0 61 3 0 0 20 0 19 0 291300325 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353584398024 140353767266396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13718] ppid=13700 vsize=9624980 CPUtime=0.42 cores=0,2,4,6
/proc/13702/task/13718/stat : 13718 (java) S 13700 13702 13069 0 -1 4202560 4761 0 0 0 42 0 0 0 20 0 19 0 291300325 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353583368760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13719] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13719/stat : 13719 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353582316664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13720] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13720/stat : 13720 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353581264072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13721] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13721/stat : 13721 (java) S 13700 13702 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291300337 9855979520 17118 33554432000 1073741824 1073778376 140735749857280 140353580209064 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9624980

[startup+6.30061 s]
/proc/loadavg: 2.00 1.67 1.79 3/213 13721
/proc/meminfo: memFree=29505084/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=9624980 CPUtime=7.8 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 21781 0 1 0 775 5 0 0 20 0 19 0 291300320 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 2406245 16770 2274 9 0 2396937 0
[pid=13702/tid=13703] ppid=13700 vsize=9624980 CPUtime=6.02 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) R 13700 13702 13069 0 -1 4202560 2543 0 1 0 600 2 0 0 20 0 19 0 291300320 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353764360584 140353637870011 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13705] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (java) S 13700 13702 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353608411432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13706] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13706/stat : 13706 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353607358632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13707] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13707/stat : 13707 (java) S 13700 13702 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353606306344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13708] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13708/stat : 13708 (java) S 13700 13702 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353605253544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13709] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13709/stat : 13709 (java) S 13700 13702 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353604201256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13710] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13710/stat : 13710 (java) S 13700 13702 13069 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353603148456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13711] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13711/stat : 13711 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353602096168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13712] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13712/stat : 13712 (java) S 13700 13702 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353601043368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13713] ppid=13700 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/13702/task/13713/stat : 13713 (java) S 13700 13702 13069 0 -1 4202560 40 0 0 0 20 0 0 0 20 0 19 0 291300322 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353588631784 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13714] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13714/stat : 13714 (java) S 13700 13702 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353587577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13715] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13715/stat : 13715 (java) S 13700 13702 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353586525448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13716] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13716/stat : 13716 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353585473936 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13717] ppid=13700 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/13702/task/13717/stat : 13717 (java) S 13700 13702 13069 0 -1 4202560 13199 0 0 0 95 3 0 0 20 0 19 0 291300325 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353584421560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13718] ppid=13700 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/13702/task/13718/stat : 13718 (java) S 13700 13702 13069 0 -1 4202560 4767 0 0 0 44 0 0 0 20 0 19 0 291300325 9855979520 16770 33554432000 1073741824 1073778376 140735749857280 140353583368760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/13702/task/13705/stat : 13705 (java) S 13700 13702 13069 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353608411432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13706] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13706/stat : 13706 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353607358632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13707] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13707/stat : 13707 (java) S 13700 13702 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353606306344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13708] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13708/stat : 13708 (java) S 13700 13702 13069 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353605253544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13709] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13709/stat : 13709 (java) S 13700 13702 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353604201256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13710] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13710/stat : 13710 (java) S 13700 13702 13069 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353603148456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13711] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13711/stat : 13711 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353602096168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13712] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13712/stat : 13712 (java) S 13700 13702 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353601043368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13713] ppid=13700 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/13702/task/13713/stat : 13713 (java) S 13700 13702 13069 0 -1 4202560 40 0 0 0 27 0 0 0 20 0 19 0 291300322 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353588631784 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13714] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13714/stat : 13714 (java) S 13700 13702 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353587577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13715] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13715/stat : 13715 (java) S 13700 13702 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353586525448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13716] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13716/stat : 13716 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353585473936 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13717] ppid=13700 vsize=9624980 CPUtime=0.99 cores=0,2,4,6
/proc/13702/task/13717/stat : 13717 (java) S 13700 13702 13069 0 -1 4202560 13199 0 0 0 96 3 0 0 20 0 19 0 291300325 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353584421560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13718] ppid=13700 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/13702/task/13718/stat : 13718 (java) S 13700 13702 13069 0 -1 4202560 4767 0 0 0 44 0 0 0 20 0 19 0 291300325 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353583368760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13719] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13719/stat : 13719 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353582316664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13720] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13720/stat : 13720 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353581264072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13721] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13721/stat : 13721 (java) S 13700 13702 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291300337 9855979520 16772 33554432000 1073741824 1073778376 140735749857280 140353580209064 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.43
Current children cumulated vsize (KiB) 9624980

[startup+8.70069 s]
/proc/loadavg: 2.00 1.67 1.79 3/213 13721
/proc/meminfo: memFree=29504864/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=9624980 CPUtime=10.24 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 21797 0 1 0 1019 5 0 0 20 0 19 0 291300320 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 2406245 16774 2274 9 0 2396937 0
[pid=13702/tid=13703] ppid=13700 vsize=9624980 CPUtime=8.3 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) R 13700 13702 13069 0 -1 4202560 2555 0 1 0 828 2 0 0 20 0 19 0 291300320 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353764360480 140353637872321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13705] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (java) S 13700 13702 13069 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353608411432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13706] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13706/stat : 13706 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353607358632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13707] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13707/stat : 13707 (java) S 13700 13702 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353606306344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13708] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13708/stat : 13708 (java) S 13700 13702 13069 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353605253544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13709] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13709/stat : 13709 (java) S 13700 13702 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353604201256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13710] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13710/stat : 13710 (java) S 13700 13702 13069 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353603148456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13711] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13711/stat : 13711 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353602096168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13712] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13712/stat : 13712 (java) S 13700 13702 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353601043368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13713] ppid=13700 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/13702/task/13713/stat : 13713 (java) S 13700 13702 13069 0 -1 4202560 40 0 0 0 30 0 0 0 20 0 19 0 291300322 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353588631784 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13714] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13714/stat : 13714 (java) S 13700 13702 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353587577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13715] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13715/stat : 13715 (java) S 13700 13702 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353586525448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13716] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13716/stat : 13716 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353585473936 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13717] ppid=13700 vsize=9624980 CPUtime=0.99 cores=0,2,4,6
/proc/13702/task/13717/stat : 13717 (java) S 13700 13702 13069 0 -1 4202560 13199 0 0 0 96 3 0 0 20 0 19 0 291300325 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353584421560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13718] ppid=13700 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/13702/task/13718/stat : 13718 (java) S 13700 13702 13069 0 -1 4202560 4767 0 0 0 44 0 0 0 20 0 19 0 291300325 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353583368760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13719] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13719/stat : 13719 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353582316664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13720] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13720/stat : 13720 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353581264072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13721] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13721/stat : 13721 (java) S 13700 13702 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291300337 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353580209064 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.24
Current children cumulated vsize (KiB) 9624980

[startup+9.10068 s]
/proc/loadavg: 2.00 1.67 1.79 3/213 13721
/proc/meminfo: memFree=29504864/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=9624980 CPUtime=10.64 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 21799 0 1 0 1059 5 0 0 20 0 19 0 291300320 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 2406245 16774 2274 9 0 2396937 0
[pid=13702/tid=13703] ppid=13700 vsize=9624980 CPUtime=8.67 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) R 13700 13702 13069 0 -1 4202560 2557 0 1 0 865 2 0 0 20 0 19 0 291300320 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353764360480 140353637427366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13705] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (java) S 13700 13702 13069 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353608411432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13706] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13706/stat : 13706 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353607358632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13707] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13707/stat : 13707 (java) S 13700 13702 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353606306344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13708] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13708/stat : 13708 (java) S 13700 13702 13069 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353605253544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13709] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13709/stat : 13709 (java) S 13700 13702 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353604201256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13710] ppid=13700 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13702/task/13710/stat : 13710 (java) S 13700 13702 13069 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353603148456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13711] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13711/stat : 13711 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353602096168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13712] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13712/stat : 13712 (java) S 13700 13702 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353601043368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13713] ppid=13700 vsize=9624980 CPUtime=0.32 cores=0,2,4,6
/proc/13702/task/13713/stat : 13713 (java) S 13700 13702 13069 0 -1 4202560 40 0 0 0 32 0 0 0 20 0 19 0 291300322 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353588631784 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13714] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13714/stat : 13714 (java) S 13700 13702 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353587577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13715] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13715/stat : 13715 (java) S 13700 13702 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353586525448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13716] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13716/stat : 13716 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353585473936 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13717] ppid=13700 vsize=9624980 CPUtime=0.99 cores=0,2,4,6
/proc/13702/task/13717/stat : 13717 (java) S 13700 13702 13069 0 -1 4202560 13199 0 0 0 96 3 0 0 20 0 19 0 291300325 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353584421560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13718] ppid=13700 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/13702/task/13718/stat : 13718 (java) S 13700 13702 13069 0 -1 4202560 4767 0 0 0 44 0 0 0 20 0 19 0 291300325 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353583368760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13719] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13719/stat : 13719 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353582316664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13720] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13720/stat : 13720 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353581264072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13721] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13721/stat : 13721 (java) S 13700 13702 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291300337 9855979520 16774 33554432000 1073741824 1073778376 140735749857280 140353580209064 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 9624980

[startup+9.50114 s]
/proc/loadavg: 2.00 1.67 1.79 3/213 13721
/proc/meminfo: memFree=29504864/32873648 swapFree=7368/7368
[pid=13702] ppid=13700 vsize=9624980 CPUtime=11.06 cores=0,2,4,6
/proc/13702/stat : 13702 (java) S 13700 13702 13069 0 -1 4202496 21802 0 1 0 1101 5 0 0 20 0 19 0 291300320 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140735749848416 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13702/statm: 2406245 16775 2274 9 0 2396937 0
[pid=13702/tid=13703] ppid=13700 vsize=9624980 CPUtime=9.05 cores=0,2,4,6
/proc/13702/task/13703/stat : 13703 (java) S 13700 13702 13069 0 -1 4202560 2559 0 1 0 903 2 0 0 20 0 19 0 291300320 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353764360600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13705] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (java) S 13700 13702 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353608411432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13706] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13706/stat : 13706 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291300321 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353607358632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13707] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13707/stat : 13707 (java) S 13700 13702 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353606306344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13708] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13708/stat : 13708 (java) R 13700 13702 13069 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353605253544 251056403516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13709] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13709/stat : 13709 (java) S 13700 13702 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353604201256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13710] ppid=13700 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13702/task/13710/stat : 13710 (java) S 13700 13702 13069 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291300321 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353603148424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13711] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13711/stat : 13711 (java) S 13700 13702 13069 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353602096168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13712] ppid=13700 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13702/task/13712/stat : 13712 (java) R 13700 13702 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291300321 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353601043496 251052985479 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13713] ppid=13700 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/13702/task/13713/stat : 13713 (java) S 13700 13702 13069 0 -1 4202560 40 0 0 0 34 0 0 0 20 0 19 0 291300322 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353588630760 251056403516 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13702/tid=13714] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13714/stat : 13714 (java) S 13700 13702 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353587577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13715] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13715/stat : 13715 (java) S 13700 13702 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291300323 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353586525448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13716] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13716/stat : 13716 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353585473936 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13717] ppid=13700 vsize=9624980 CPUtime=0.99 cores=0,2,4,6
/proc/13702/task/13717/stat : 13717 (java) S 13700 13702 13069 0 -1 4202560 13199 0 0 0 96 3 0 0 20 0 19 0 291300325 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353584421560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13702/tid=13718] ppid=13700 vsize=9624980 CPUtime=0.45 cores=0,2,4,6
/proc/13702/task/13718/stat : 13718 (java) S 13700 13702 13069 0 -1 4202560 4767 0 0 0 45 0 0 0 20 0 19 0 291300325 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353583368760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13719] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13719/stat : 13719 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353582316664 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13702/tid=13720] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13720/stat : 13720 (java) S 13700 13702 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291300325 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353581264072 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13702/tid=13721] ppid=13700 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13702/task/13721/stat : 13721 (java) S 13700 13702 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291300337 9855979520 16775 33554432000 1073741824 1073778376 140735749857280 140353580209064 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 9.59066
CPU time (s): 11.2323
CPU user time (s): 11.0603
CPU system time (s): 0.171973
CPU usage (%): 117.117
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0603
system time used= 0.171973
maximum resident set size= 71628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21821
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= 1563
involuntary context switches= 923

runsolver used 0.021996 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:36:02
IDJOB=3718138
IDBENCH=78863
IDSOLVER=2301
FILE ID=node149/3718138-1338251762
RUNJOBID= node149-1338251638-13085
PBS_JOBID= 14624666
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226368--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718138-1338251762/watcher-3718138-1338251762 -o /tmp/evaluation-result-3718138-1338251762/solver-3718138-1338251762 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718138-1338251762.wbo

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

MD5SUM BENCH= ae60804d96363031fd1d95f40cdae528
RANDOM SEED=1906392466

node149.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.145
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	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29578344 kB
Buffers:          641260 kB
Cached:          1748456 kB
SwapCached:         2476 kB
Active:          1167500 kB
Inactive:        1285204 kB
Active(anon):      46016 kB
Inactive(anon):     9368 kB
Active(file):    1121484 kB
Inactive(file):  1275836 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:              1316 kB
Writeback:             0 kB
AnonPages:         89324 kB
Mapped:            22504 kB
Shmem:                96 kB
Slab:             702040 kB
SReclaimable:     144916 kB
SUnreclaim:       557124 kB
KernelStack:        1760 kB
PageTables:         4664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node149 at 2012-05-29 02:36:12