Trace number 3688695

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)-24 1800.79 1795.95

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_1.opb
MD5SUM2cdec46d3e8e924c4987d217b8438ed8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1796.94
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint43
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products3102
Sum of products size6204

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688695-1337886319.opb
0.10/0.10	c reading problem ... 
0.46/0.39	c ... done. Wall clock time 0.285s.
0.46/0.39	c declared #vars     200
0.46/0.39	c internal #vars     3302
0.46/0.39	c #constraints  6404
0.46/0.39	c constraints type 
0.46/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3102
0.46/0.39	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
0.46/0.39	c ignored satisfied constraints => 200
0.46/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3102
0.46/0.39	c 6604 constraints processed.
0.46/0.39	c objective function length is 200 literals
0.75/0.42	c SATISFIABLE
0.75/0.42	c OPTIMIZING...
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.32
0.75/0.42	o -19
0.75/0.49	c Got one! Elapsed wall clock time (in seconds):0.381
0.75/0.49	o -20
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
1.06/0.53	o -21
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.455
1.06/0.56	o -22
1.84/0.94	c cleaning 2522 clauses out of 5043 with flag 5000/5043
2.00/1.00	c Got one! Elapsed wall clock time (in seconds):0.898
2.00/1.00	o -23
2.37/1.32	c cleaning 4043 clauses out of 8085 with flag 5000/10607
2.77/1.71	c cleaning 5018 clauses out of 10043 with flag 11001/16608
3.29/2.26	c cleaning 6013 clauses out of 12026 with flag 18002/23609
4.02/2.94	c cleaning 7007 clauses out of 14013 with flag 26002/31609
4.82/3.79	c cleaning 8004 clauses out of 16007 with flag 35003/40610
5.74/4.64	c cleaning 8997 clauses out of 18000 with flag 45000/50607
6.74/5.65	c cleaning 9997 clauses out of 20003 with flag 56000/61607
8.05/6.95	c cleaning 11003 clauses out of 22007 with flag 68001/73608
9.56/8.43	c cleaning 12002 clauses out of 24004 with flag 81001/86608
11.17/10.05	c cleaning 12998 clauses out of 26001 with flag 95000/100607
13.19/12.04	c cleaning 14003 clauses out of 28005 with flag 110002/115609
15.40/14.22	c cleaning 14997 clauses out of 30002 with flag 126002/131609
17.61/16.50	c cleaning 16002 clauses out of 32003 with flag 143000/148607
20.01/18.83	c cleaning 16998 clauses out of 34003 with flag 161002/166609
23.01/21.88	c cleaning 18003 clauses out of 36005 with flag 180002/185609
26.73/25.56	c cleaning 19000 clauses out of 38000 with flag 200000/205607
30.05/28.84	c cleaning 19999 clauses out of 40002 with flag 221002/226609
34.07/32.87	c cleaning 21000 clauses out of 42001 with flag 243000/248607
38.60/37.32	c cleaning 21998 clauses out of 44001 with flag 266000/271607
44.11/42.81	c cleaning 23004 clauses out of 46007 with flag 290004/295611
49.95/48.68	c cleaning 24000 clauses out of 48000 with flag 315001/320608
55.67/54.31	c cleaning 24996 clauses out of 49999 with flag 341000/346607
61.49/60.16	c cleaning 25999 clauses out of 52003 with flag 368000/373607
67.81/66.45	c cleaning 26999 clauses out of 54006 with flag 396002/401609
75.15/73.72	c cleaning 28000 clauses out of 56005 with flag 425000/430607
83.37/81.93	c cleaning 29004 clauses out of 58007 with flag 455002/460609
91.78/90.32	c cleaning 29993 clauses out of 60001 with flag 486000/491607
99.40/97.94	c cleaning 30999 clauses out of 62008 with flag 518000/523607
107.51/106.00	c cleaning 31999 clauses out of 64012 with flag 551003/556610
116.36/114.80	c cleaning 32998 clauses out of 66010 with flag 585000/590607
126.91/125.38	c cleaning 34000 clauses out of 68013 with flag 620001/625608
138.03/136.50	c cleaning 35006 clauses out of 70012 with flag 656000/661607
151.34/149.77	c cleaning 35995 clauses out of 72007 with flag 693001/698608
167.47/165.86	c cleaning 37006 clauses out of 74014 with flag 731003/736610
182.80/181.11	c cleaning 37999 clauses out of 76005 with flag 770000/775607
197.16/195.44	c cleaning 38995 clauses out of 78006 with flag 810000/815607
211.39/209.66	c cleaning 40004 clauses out of 80011 with flag 851000/856607
226.62/224.80	c cleaning 40995 clauses out of 82007 with flag 893000/898607
241.06/239.29	c cleaning 41995 clauses out of 84013 with flag 936001/941608
256.89/255.07	c cleaning 43009 clauses out of 86018 with flag 980001/985608
274.20/272.38	c cleaning 43999 clauses out of 88008 with flag 1025000/1030607
292.62/290.77	c cleaning 45002 clauses out of 90011 with flag 1071002/1076609
311.24/309.31	c cleaning 46000 clauses out of 92008 with flag 1118001/1123608
331.09/329.11	c cleaning 47002 clauses out of 94008 with flag 1166001/1171608
349.92/347.90	c cleaning 48001 clauses out of 96006 with flag 1215001/1220608
373.65/371.62	c cleaning 49001 clauses out of 98004 with flag 1265000/1270607
400.18/398.13	c cleaning 50002 clauses out of 100004 with flag 1316001/1321608
427.26/425.13	c cleaning 51002 clauses out of 102003 with flag 1368002/1373609
452.10/449.93	c cleaning 51992 clauses out of 104000 with flag 1421001/1426608
475.05/472.82	c cleaning 52999 clauses out of 106007 with flag 1475000/1480607
477.10/474.85	c Got one! Elapsed wall clock time (in seconds):474.745
477.10/474.85	o -24
478.72/476.45	c cleaning 34559 clauses out of 69117 with flag 5002/1496716
479.74/477.42	c cleaning 20281 clauses out of 40561 with flag 11005/1502719
480.76/478.41	c cleaning 13636 clauses out of 27276 with flag 18001/1509715
481.76/479.44	c cleaning 10820 clauses out of 21640 with flag 26001/1517715
482.87/480.53	c cleaning 9905 clauses out of 19820 with flag 35001/1526715
483.87/481.54	c cleaning 9957 clauses out of 19916 with flag 45002/1536716
485.08/482.72	c cleaning 10478 clauses out of 20957 with flag 56000/1547714
486.32/483.98	c cleaning 11241 clauses out of 22481 with flag 68002/1559716
487.81/485.41	c cleaning 12119 clauses out of 24239 with flag 81001/1572715
489.31/486.98	c cleaning 13052 clauses out of 26120 with flag 95001/1586715
491.03/488.62	c cleaning 14032 clauses out of 28069 with flag 110002/1601716
493.04/490.67	c cleaning 15018 clauses out of 30035 with flag 126000/1617714
495.14/492.75	c cleaning 16004 clauses out of 32018 with flag 143001/1634715
497.45/495.08	c cleaning 17005 clauses out of 34013 with flag 161000/1652714
499.97/497.59	c cleaning 18003 clauses out of 36009 with flag 180001/1671715
503.18/500.73	c cleaning 19001 clauses out of 38006 with flag 200001/1691715
506.10/503.65	c cleaning 19999 clauses out of 40006 with flag 221002/1712716
509.41/506.90	c cleaning 21003 clauses out of 42005 with flag 243000/1734714
513.02/510.51	c cleaning 22000 clauses out of 44003 with flag 266001/1757715
517.02/514.52	c cleaning 22994 clauses out of 46003 with flag 290001/1781715
521.45/518.97	c cleaning 24002 clauses out of 48009 with flag 315001/1806715
526.37/523.87	c cleaning 25002 clauses out of 50006 with flag 341000/1832714
531.39/528.89	c cleaning 25995 clauses out of 52004 with flag 368000/1859714
536.62/534.06	c cleaning 27000 clauses out of 54009 with flag 396000/1887714
543.64/541.05	c cleaning 28004 clauses out of 56009 with flag 425000/1916714
550.65/548.03	c cleaning 29003 clauses out of 58006 with flag 455001/1946715
557.76/555.16	c cleaning 29998 clauses out of 60004 with flag 486002/1977716
566.10/563.41	c cleaning 30996 clauses out of 62004 with flag 518000/2009714
574.75/572.06	c cleaning 32004 clauses out of 64010 with flag 551002/2042716
583.17/580.47	c cleaning 32997 clauses out of 66004 with flag 585000/2076714
591.60/588.88	c cleaning 34000 clauses out of 68008 with flag 620001/2111715
600.13/597.38	c cleaning 35004 clauses out of 70008 with flag 656001/2147715
610.54/607.70	c cleaning 36003 clauses out of 72005 with flag 693002/2184716
623.87/621.05	c cleaning 36996 clauses out of 74001 with flag 731001/2222715
638.00/635.16	c cleaning 38003 clauses out of 76005 with flag 770001/2261715
653.11/650.26	c cleaning 38995 clauses out of 78001 with flag 810000/2301714
667.93/665.00	c cleaning 40002 clauses out of 80007 with flag 851001/2342715
680.16/677.21	c cleaning 40998 clauses out of 82005 with flag 893001/2384715
696.88/693.94	c cleaning 42003 clauses out of 84008 with flag 936002/2427716
715.29/712.38	c cleaning 42998 clauses out of 86004 with flag 980001/2471715
734.20/731.25	c cleaning 43999 clauses out of 88005 with flag 1025000/2516714
754.82/751.83	c cleaning 44999 clauses out of 90006 with flag 1071000/2562714
776.63/773.66	c cleaning 46004 clauses out of 92007 with flag 1118000/2609714
801.27/798.21	c cleaning 47002 clauses out of 94003 with flag 1166000/2657714
822.31/819.27	c cleaning 48001 clauses out of 96001 with flag 1215000/2706714
844.07/840.94	c cleaning 49001 clauses out of 98001 with flag 1265001/2756715
870.11/866.96	c cleaning 50000 clauses out of 99999 with flag 1316000/2807714
891.07/887.89	c cleaning 50997 clauses out of 101999 with flag 1368000/2859714
913.70/910.43	c cleaning 51996 clauses out of 104002 with flag 1421000/2912714
936.53/933.25	c cleaning 53002 clauses out of 106009 with flag 1475003/2966717
966.57/963.26	c cleaning 53998 clauses out of 108006 with flag 1530002/3021716
998.74/995.35	c cleaning 54998 clauses out of 110006 with flag 1586000/3077714
1032.86/1029.47	c cleaning 56000 clauses out of 112012 with flag 1643004/3134718
1065.89/1062.44	c cleaning 57000 clauses out of 114009 with flag 1701001/3192715
1099.06/1095.51	c cleaning 58002 clauses out of 116008 with flag 1760000/3251714
1135.41/1131.82	c cleaning 58996 clauses out of 118007 with flag 1820001/3311715
1172.32/1168.71	c cleaning 60006 clauses out of 120012 with flag 1881002/3372716
1215.97/1212.37	c cleaning 60998 clauses out of 122004 with flag 1943000/3434714
1254.22/1250.58	c cleaning 62004 clauses out of 124007 with flag 2006001/3497715
1296.75/1293.09	c cleaning 63000 clauses out of 126003 with flag 2070001/3561715
1344.87/1341.16	c cleaning 63996 clauses out of 128002 with flag 2135000/3626714
1389.21/1385.46	c cleaning 65003 clauses out of 130009 with flag 2201003/3692717
1439.92/1436.14	c cleaning 66002 clauses out of 132004 with flag 2268001/3759715
1487.84/1484.06	c cleaning 66999 clauses out of 134002 with flag 2336001/3827715
1532.78/1528.93	c cleaning 67998 clauses out of 136002 with flag 2405000/3896714
1587.40/1583.56	c cleaning 68999 clauses out of 138006 with flag 2475002/3966716
1645.45/1641.57	c cleaning 70000 clauses out of 140006 with flag 2546001/4037715
1701.02/1697.04	c cleaning 70999 clauses out of 142005 with flag 2618000/4109714
1751.97/1748.00	c cleaning 71998 clauses out of 144006 with flag 2691000/4182714
1800.02/1795.91	c starts		: 259
1800.02/1795.91	c conflicts		: 4244779
1800.02/1795.91	c decisions		: 4340157
1800.02/1795.91	c propagations		: 22971441
1800.02/1795.91	c inspects		: 24571373170
1800.02/1795.91	c shortcuts		: 0
1800.02/1795.91	c learnt literals	: 0
1800.02/1795.91	c learnt binary clauses	: 0
1800.02/1795.91	c learnt ternary clauses	: 0
1800.02/1795.91	c learnt constraints	: 4244779
1800.02/1795.91	c ignored constraints	: 0
1800.02/1795.91	c root simplifications	: 0
1800.02/1795.91	c removed literals (reason simplification)	: 0
1800.02/1795.91	c reason swapping (by a shorter reason)	: 0
1800.02/1795.91	c Calls to reduceDB	: 120
1800.02/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.91	c number of learned constraints concerned by reduction	: 0
1800.02/1795.91	c number of learning phase by resolution	: 0
1800.02/1795.91	c number of learning phase by cutting planes	: 0
1800.02/1795.91	c speed (assignments/second)	: 12793.896407685881
1800.02/1795.91	c non guided choices	0
1800.02/1795.94	c learnt constraints type 
1800.02/1795.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134085
1800.02/1795.94	c constraints type 
1800.02/1795.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3102
1800.02/1795.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
1800.02/1795.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/1795.94	c ignored satisfied constraints => 200
1800.02/1795.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3102
1800.02/1795.94	c 6605 constraints processed.
1800.02/1795.94	s SATISFIABLE
1800.02/1795.94	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 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 x198 x199 -x200 
1800.02/1795.94	c objective function=-24
1800.02/1795.94	c Total wall clock time (in seconds): 1795.833

Verifier Data

OK	-24

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 13680
/proc/meminfo: memFree=27707196/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 1145 0 0 0 0 0 0 0 20 0 2 0 254758044 24780800 866 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 38818 869 657 9 0 33153 0
[pid=13680/tid=13681] ppid=13678 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 2 0 254758045 91889664 884 33554432000 1073741824 1073778376 140734313741904 140734313730968 251032060816 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0304351 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 13680
/proc/meminfo: memFree=27707196/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=9158996 CPUtime=0.01 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 2931 0 1 0 1 0 0 0 20 0 12 0 254758044 9378811904 3631 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 2289749 3631 1652 9 0 2280450 0
[pid=13680/tid=13681] ppid=13678 vsize=9158996 CPUtime=0.01 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 1774 0 1 0 1 0 0 0 20 0 12 0 254758045 9378811904 3631 33554432000 1073741824 1073778376 140734313741904 140029876978232 251035444493 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9158996

[startup+0.100282 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 13680
/proc/meminfo: memFree=27707196/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 4383 0 1 0 9 1 0 0 20 0 18 0 254758044 9787813888 6091 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 2389603 6091 2108 9 0 2380296 0
[pid=13680/tid=13681] ppid=13678 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 2427 0 1 0 7 0 0 0 20 0 18 0 254758045 9787813888 6091 33554432000 1073741824 1073778376 140734313741904 140029876976560 251035444493 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) 9558412

[startup+0.300241 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 13680
/proc/meminfo: memFree=27707196/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 5344 0 1 0 45 1 0 0 20 0 18 0 254758044 9787813888 7819 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 2389603 7819 2226 9 0 2380296 0
[pid=13680/tid=13681] ppid=13678 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 2440 0 1 0 27 0 0 0 20 0 18 0 254758045 9787813888 7819 33554432000 1073741824 1073778376 140734313741904 140029876977656 140029708006908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700257 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 13680
/proc/meminfo: memFree=27707196/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=9624976 CPUtime=1.58 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 14458 0 1 0 155 3 0 0 20 0 19 0 254758044 9855975424 15267 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 2406244 15267 2250 9 0 2396937 0
[pid=13680/tid=13681] ppid=13678 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 2475 0 1 0 66 1 0 0 20 0 19 0 254758045 9855975424 15267 33554432000 1073741824 1073778376 140734313741904 140029876978448 140029708757948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9624976

[startup+1.50067 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 13699
/proc/meminfo: memFree=27634060/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=9624976 CPUtime=2.57 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 14564 0 1 0 253 4 0 0 20 0 19 0 254758044 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 2406244 21495 2281 9 0 2396937 0
[pid=13680/tid=13681] ppid=13678 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 2482 0 1 0 141 2 0 0 20 0 19 0 254758045 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029876978136 140029708562973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029838470184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13684] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13684/stat : 13684 (java) S 13678 13680 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029837417384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13685] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13685/stat : 13685 (java) S 13678 13680 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029836364584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13686] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13686/stat : 13686 (java) S 13678 13680 12001 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029835311784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13687] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13687/stat : 13687 (java) S 13678 13680 12001 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029834258984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13688] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13688/stat : 13688 (java) S 13678 13680 12001 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029833206184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13689] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13689/stat : 13689 (java) S 13678 13680 12001 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029832153384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13690] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13690/stat : 13690 (java) S 13678 13680 12001 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029831100584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13691] ppid=13678 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13680/task/13691/stat : 13691 (java) S 13678 13680 12001 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 254758047 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029700570088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13692] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13692/stat : 13692 (java) S 13678 13680 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254758047 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029699516152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13693] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13693/stat : 13693 (java) S 13678 13680 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254758048 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029698463240 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13694] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13694/stat : 13694 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029697411728 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13695] ppid=13678 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/13680/task/13695/stat : 13695 (java) S 13678 13680 12001 0 -1 4202560 4006 0 0 0 48 0 0 0 20 0 19 0 254758050 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029696358840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13696] ppid=13678 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/13680/task/13696/stat : 13696 (java) S 13678 13680 12001 0 -1 4202560 6823 0 0 0 55 1 0 0 20 0 19 0 254758050 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029695306040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13697] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13697/stat : 13697 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029694253432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13698] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13698/stat : 13698 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140029693200840 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13699] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13699/stat : 13699 (java) S 13678 13680 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254758086 9855975424 21495 33554432000 1073741824 1073778376 140734313741904 140028684527272 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 13699
/proc/meminfo: memFree=27623076/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=9624976 CPUtime=4.22 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 14580 0 1 0 418 4 0 0 20 0 19 0 254758044 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 2406244 22530 2281 9 0 2396937 0
[pid=13680/tid=13681] ppid=13678 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 2484 0 1 0 295 2 0 0 20 0 19 0 254758045 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029876978016 140029708562975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (java) S 13678 13680 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029838470184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13684] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13684/stat : 13684 (java) S 13678 13680 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029837417384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13685] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13685/stat : 13685 (java) S 13678 13680 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029836364584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13686] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13686/stat : 13686 (java) S 13678 13680 12001 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029835311784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13687] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13687/stat : 13687 (java) S 13678 13680 12001 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029834258984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13688] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13688/stat : 13688 (java) S 13678 13680 12001 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029833206184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13689] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13689/stat : 13689 (java) S 13678 13680 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029832153384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13690] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13690/stat : 13690 (java) S 13678 13680 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029831100584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13691] ppid=13678 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/13680/task/13691/stat : 13691 (java) S 13678 13680 12001 0 -1 4202560 35 0 0 0 7 0 0 0 20 0 19 0 254758047 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029700570088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13692] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13692/stat : 13692 (java) S 13678 13680 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254758047 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029699516152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13693] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13693/stat : 13693 (java) S 13678 13680 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254758048 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029698463240 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13694] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13694/stat : 13694 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029697411728 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13695] ppid=13678 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/13680/task/13695/stat : 13695 (java) S 13678 13680 12001 0 -1 4202560 4007 0 0 0 51 0 0 0 20 0 19 0 254758050 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029696358840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13696] ppid=13678 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/13680/task/13696/stat : 13696 (java) S 13678 13680 12001 0 -1 4202560 6823 0 0 0 55 1 0 0 20 0 19 0 254758050 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029695306040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13697] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13697/stat : 13697 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029694253432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13698] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13698/stat : 13698 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140029693200840 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13699] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13699/stat : 13699 (java) S 13678 13680 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254758086 9855975424 22530 33554432000 1073741824 1073778376 140734313741904 140028684527272 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9624976

[startup+6.30062 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 13699
/proc/meminfo: memFree=27617364/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=9624976 CPUtime=7.45 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 14596 0 1 0 740 5 0 0 20 0 19 0 254758044 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 2406244 23243 2281 9 0 2396937 0
[pid=13680/tid=13681] ppid=13678 vsize=9624976 CPUtime=6.09 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 2488 0 1 0 607 2 0 0 20 0 19 0 254758045 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029876978016 140029708757972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (java) S 13678 13680 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029838470184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13684] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13684/stat : 13684 (java) S 13678 13680 12001 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029837417384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13685] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13685/stat : 13685 (java) S 13678 13680 12001 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029836364584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13686] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13686/stat : 13686 (java) S 13678 13680 12001 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029835311784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13687] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13687/stat : 13687 (java) S 13678 13680 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029834258984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13688] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13688/stat : 13688 (java) S 13678 13680 12001 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029833206184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13689] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13689/stat : 13689 (java) S 13678 13680 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029832153384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13690] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13690/stat : 13690 (java) S 13678 13680 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254758046 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029831100584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13691] ppid=13678 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/13680/task/13691/stat : 13691 (java) S 13678 13680 12001 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 19 0 254758047 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029700570088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13692] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13692/stat : 13692 (java) S 13678 13680 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254758047 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029699516152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13693] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13693/stat : 13693 (java) S 13678 13680 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254758048 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029698463240 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13694] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13694/stat : 13694 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029697411728 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13695] ppid=13678 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/13680/task/13695/stat : 13695 (java) S 13678 13680 12001 0 -1 4202560 4007 0 0 0 51 0 0 0 20 0 19 0 254758050 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029696358840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13696] ppid=13678 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/13680/task/13696/stat : 13696 (java) S 13678 13680 12001 0 -1 4202560 6823 0 0 0 55 1 0 0 20 0 19 0 254758050 9855975424 23243 33554432000 1073741824 1073778376 140734313741904 140029695306040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=13680/tid=13688] ppid=13678 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/13680/task/13688/stat : 13688 (java) S 13678 13680 12001 0 -1 4202560 317 0 0 0 52 2 0 0 20 0 19 0 254758046 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029833206184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13689] ppid=13678 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/13680/task/13689/stat : 13689 (java) S 13678 13680 12001 0 -1 4202560 169 0 0 0 54 2 0 0 20 0 19 0 254758046 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029832153384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13690] ppid=13678 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/13680/task/13690/stat : 13690 (java) S 13678 13680 12001 0 -1 4202560 296 0 0 0 49 2 0 0 20 0 19 0 254758046 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029831100584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13691] ppid=13678 vsize=9624976 CPUtime=4.8 cores=0,2,4,6
/proc/13680/task/13691/stat : 13691 (java) S 13678 13680 12001 0 -1 4202560 147 0 0 0 477 3 0 0 20 0 19 0 254758047 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029700570088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13692] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13692/stat : 13692 (java) S 13678 13680 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254758047 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029699516152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13693] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13693/stat : 13693 (java) S 13678 13680 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254758048 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029698463240 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13694] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13694/stat : 13694 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029697411728 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13695] ppid=13678 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/13680/task/13695/stat : 13695 (java) S 13678 13680 12001 0 -1 4202560 4015 0 0 0 53 0 0 0 20 0 19 0 254758050 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029696358840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13696] ppid=13678 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/13680/task/13696/stat : 13696 (java) S 13678 13680 12001 0 -1 4202560 6833 0 0 0 58 1 0 0 20 0 19 0 254758050 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029695306040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13697] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13697/stat : 13697 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029694253432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13698] ppid=13678 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/13680/task/13698/stat : 13698 (java) S 13678 13680 12001 0 -1 4202560 99 0 0 0 33 31 0 0 20 0 19 0 254758050 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140029693200840 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13699] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13699/stat : 13699 (java) S 13678 13680 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254758086 9855975424 65661 33554432000 1073741824 1073778376 140734313741904 140028684527272 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.37
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.11 2.10 2.04 3/213 13774
/proc/meminfo: memFree=27573548/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=9624976 CPUtime=1786.41 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 16714 0 1 0 178600 41 0 0 20 0 19 0 254758044 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 2406244 65919 2282 9 0 2396937 0
[pid=13680/tid=13681] ppid=13678 vsize=9624976 CPUtime=1775.94 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 2616 0 1 0 177563 31 0 0 20 0 19 0 254758045 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029876978016 140029708757948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (java) S 13678 13680 12001 0 -1 4202560 158 0 0 0 50 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029838470184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13684] ppid=13678 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/13680/task/13684/stat : 13684 (java) S 13678 13680 12001 0 -1 4202560 163 0 0 0 52 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029837417384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13685] ppid=13678 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/13680/task/13685/stat : 13685 (java) S 13678 13680 12001 0 -1 4202560 137 0 0 0 51 0 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029836364584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13686] ppid=13678 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/13680/task/13686/stat : 13686 (java) S 13678 13680 12001 0 -1 4202560 219 0 0 0 50 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029835311784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13687] ppid=13678 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/13680/task/13687/stat : 13687 (java) S 13678 13680 12001 0 -1 4202560 360 0 0 0 48 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029834258984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13688] ppid=13678 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/13680/task/13688/stat : 13688 (java) S 13678 13680 12001 0 -1 4202560 317 0 0 0 54 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029833206184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13689] ppid=13678 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/13680/task/13689/stat : 13689 (java) S 13678 13680 12001 0 -1 4202560 169 0 0 0 54 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029832153384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13690] ppid=13678 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/13680/task/13690/stat : 13690 (java) S 13678 13680 12001 0 -1 4202560 296 0 0 0 50 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029831100584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13691] ppid=13678 vsize=9624976 CPUtime=4.88 cores=0,2,4,6
/proc/13680/task/13691/stat : 13691 (java) S 13678 13680 12001 0 -1 4202560 149 0 0 0 485 3 0 0 20 0 19 0 254758047 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029700570088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13692] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13692/stat : 13692 (java) S 13678 13680 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254758047 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029699516152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13693] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13693/stat : 13693 (java) S 13678 13680 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254758048 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029698463240 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13694] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13694/stat : 13694 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029697411728 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13695] ppid=13678 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/13680/task/13695/stat : 13695 (java) S 13678 13680 12001 0 -1 4202560 4015 0 0 0 53 0 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029696358840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13696] ppid=13678 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/13680/task/13696/stat : 13696 (java) S 13678 13680 12001 0 -1 4202560 6833 0 0 0 58 1 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029695306040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13697] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13697/stat : 13697 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029694253432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13698] ppid=13678 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/13680/task/13698/stat : 13698 (java) S 13678 13680 12001 0 -1 4202560 103 0 0 0 34 33 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029693200840 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13699] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13699/stat : 13699 (java) S 13678 13680 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254758086 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140028684527272 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.41
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.09 2.09 2.03 4/213 13774
/proc/meminfo: memFree=27550276/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 16714 0 1 0 179961 41 0 0 20 0 19 0 254758044 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 2406244 65919 2282 9 0 2396937 0
[pid=13680/tid=13681] ppid=13678 vsize=9624976 CPUtime=1789.55 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 2616 0 1 0 178923 32 0 0 20 0 19 0 254758045 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029876978016 140029708677293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (java) S 13678 13680 12001 0 -1 4202560 158 0 0 0 50 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029838470184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13684] ppid=13678 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/13680/task/13684/stat : 13684 (java) S 13678 13680 12001 0 -1 4202560 163 0 0 0 52 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029837417384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13685] ppid=13678 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/13680/task/13685/stat : 13685 (java) S 13678 13680 12001 0 -1 4202560 137 0 0 0 51 0 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029836364584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13686] ppid=13678 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/13680/task/13686/stat : 13686 (java) S 13678 13680 12001 0 -1 4202560 219 0 0 0 50 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029835311784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13687] ppid=13678 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/13680/task/13687/stat : 13687 (java) S 13678 13680 12001 0 -1 4202560 360 0 0 0 48 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029834258984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13688] ppid=13678 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/13680/task/13688/stat : 13688 (java) S 13678 13680 12001 0 -1 4202560 317 0 0 0 54 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029833206184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13689] ppid=13678 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/13680/task/13689/stat : 13689 (java) S 13678 13680 12001 0 -1 4202560 169 0 0 0 54 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029832153384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13690] ppid=13678 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/13680/task/13690/stat : 13690 (java) S 13678 13680 12001 0 -1 4202560 296 0 0 0 50 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029831100584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13691] ppid=13678 vsize=9624976 CPUtime=4.88 cores=0,2,4,6
/proc/13680/task/13691/stat : 13691 (java) S 13678 13680 12001 0 -1 4202560 149 0 0 0 485 3 0 0 20 0 19 0 254758047 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029700570088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13692] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13692/stat : 13692 (java) S 13678 13680 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254758047 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029699516152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13693] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13693/stat : 13693 (java) S 13678 13680 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254758048 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029698463240 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13694] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13694/stat : 13694 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029697411728 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13695] ppid=13678 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/13680/task/13695/stat : 13695 (java) S 13678 13680 12001 0 -1 4202560 4015 0 0 0 53 0 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029696358840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13696] ppid=13678 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/13680/task/13696/stat : 13696 (java) S 13678 13680 12001 0 -1 4202560 6833 0 0 0 58 1 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029695306040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13697] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13697/stat : 13697 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029694253432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13698] ppid=13678 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/13680/task/13698/stat : 13698 (java) S 13678 13680 12001 0 -1 4202560 103 0 0 0 34 33 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029693200840 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13699] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13699/stat : 13699 (java) S 13678 13680 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254758086 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140028684527272 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1795.9 s]
/proc/loadavg: 2.09 2.09 2.03 4/213 13774
/proc/meminfo: memFree=27550276/32873844 swapFree=7364/7364
[pid=13680] ppid=13678 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/13680/stat : 13680 (java) S 13678 13680 12001 0 -1 4202496 16714 0 1 0 179961 41 0 0 20 0 19 0 254758044 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140734313733040 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13680/statm: 2406244 65919 2282 9 0 2396937 0
[pid=13680/tid=13681] ppid=13678 vsize=9624976 CPUtime=1789.55 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (java) R 13678 13680 12001 0 -1 4202560 2616 0 1 0 178923 32 0 0 20 0 19 0 254758045 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029876978016 140029708677293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (java) S 13678 13680 12001 0 -1 4202560 158 0 0 0 50 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029838470184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13684] ppid=13678 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/13680/task/13684/stat : 13684 (java) S 13678 13680 12001 0 -1 4202560 163 0 0 0 52 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029837417384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13685] ppid=13678 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/13680/task/13685/stat : 13685 (java) S 13678 13680 12001 0 -1 4202560 137 0 0 0 51 0 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029836364584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13686] ppid=13678 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/13680/task/13686/stat : 13686 (java) S 13678 13680 12001 0 -1 4202560 219 0 0 0 50 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029835311784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13687] ppid=13678 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/13680/task/13687/stat : 13687 (java) S 13678 13680 12001 0 -1 4202560 360 0 0 0 48 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029834258984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13688] ppid=13678 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/13680/task/13688/stat : 13688 (java) S 13678 13680 12001 0 -1 4202560 317 0 0 0 54 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029833206184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13689] ppid=13678 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/13680/task/13689/stat : 13689 (java) S 13678 13680 12001 0 -1 4202560 169 0 0 0 54 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029832153384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13690] ppid=13678 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/13680/task/13690/stat : 13690 (java) S 13678 13680 12001 0 -1 4202560 296 0 0 0 50 2 0 0 20 0 19 0 254758046 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029831100584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13691] ppid=13678 vsize=9624976 CPUtime=4.88 cores=0,2,4,6
/proc/13680/task/13691/stat : 13691 (java) S 13678 13680 12001 0 -1 4202560 149 0 0 0 485 3 0 0 20 0 19 0 254758047 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029700570088 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13692] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13692/stat : 13692 (java) S 13678 13680 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254758047 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029699516152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13693] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13693/stat : 13693 (java) S 13678 13680 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254758048 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029698463240 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13694] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13694/stat : 13694 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029697411728 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13695] ppid=13678 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/13680/task/13695/stat : 13695 (java) S 13678 13680 12001 0 -1 4202560 4015 0 0 0 53 0 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029696358840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13680/tid=13696] ppid=13678 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/13680/task/13696/stat : 13696 (java) S 13678 13680 12001 0 -1 4202560 6833 0 0 0 58 1 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029695306040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13680/tid=13697] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13697/stat : 13697 (java) S 13678 13680 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029694253432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13680/tid=13698] ppid=13678 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/13680/task/13698/stat : 13698 (java) S 13678 13680 12001 0 -1 4202560 103 0 0 0 34 33 0 0 20 0 19 0 254758050 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140029693200840 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13680/tid=13699] ppid=13678 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13699/stat : 13699 (java) S 13678 13680 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254758086 9855975424 65919 33554432000 1073741824 1073778376 140734313741904 140028684527272 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1795.95
CPU time (s): 1800.79
CPU user time (s): 1799.82
CPU system time (s): 0.972852
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.972852
maximum resident set size= 265840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16749
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41236
involuntary context switches= 17182

runsolver used 5.61215 second user time and 14.9307 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-24 21:05:20
IDJOB=3688695
IDBENCH=48207
IDSOLVER=2269
FILE ID=node118/3688695-1337886319
RUNJOBID= node118-1337871881-12017
PBS_JOBID= 14620086
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688695-1337886319/watcher-3688695-1337886319 -o /tmp/evaluation-result-3688695-1337886319/solver-3688695-1337886319 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688695-1337886319.opb

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

MD5SUM BENCH= 2cdec46d3e8e924c4987d217b8438ed8
RANDOM SEED=1139212100

node118.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.212
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.42
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.212
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27707460 kB
Buffers:          216300 kB
Cached:          3946512 kB
SwapCached:            0 kB
Active:           660324 kB
Inactive:        3734668 kB
Active(anon):     233784 kB
Inactive(anon):        0 kB
Active(file):     426540 kB
Inactive(file):  3734668 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               632 kB
Writeback:             0 kB
AnonPages:        242392 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             630636 kB
SReclaimable:      72916 kB
SUnreclaim:       557720 kB
KernelStack:        1600 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71668 MiB
End job on node118 at 2012-05-24 21:35:17