Trace number 3688664

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 RES // CP 2.3.2 SnapshotSAT (TO)-24 1800.64 922.663

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_5.opb
MD5SUMa142d6d7b95394ce9dab5e7d7d075ea6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark3.14852
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -25
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1252
Sum of products size (including duplicates)2504
Number of different products626
Sum of products size1252

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688664-1337878748.opb
0.10/0.11	c reading problem ... 
0.22/0.25	c ... done. Wall clock time 0.137s.
0.22/0.25	c declared #vars     100
0.22/0.25	c internal #vars     726
0.22/0.25	c #constraints  1352
0.22/0.25	c constraints type 
0.22/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 626
0.22/0.25	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
0.22/0.25	c ignored satisfied constraints => 100
0.22/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 626
0.22/0.25	c 1452 constraints processed.
0.22/0.25	c constraints type 
0.22/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 626
0.22/0.25	c ignored satisfied constraints => 100
0.22/0.25	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
0.22/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 626
0.22/0.25	c 1452 constraints processed.
0.22/0.25	c objective function length is 100 literals
0.22/0.26	c  And the winner is solver0
0.43/0.75	c SATISFIABLE
0.43/0.75	c OPTIMIZING...
0.43/0.75	c Got one! Elapsed wall clock time (in seconds):0.638
0.43/0.75	o -18
0.43/0.77	c  And the winner is solver0
0.52/1.25	c Got one! Elapsed wall clock time (in seconds):1.14
0.52/1.25	o -19
0.60/1.33	c  And the winner is solver1
0.85/1.75	c Got one! Elapsed wall clock time (in seconds):1.641
0.85/1.75	o -20
1.01/1.88	c  And the winner is solver1
1.64/2.26	c Got one! Elapsed wall clock time (in seconds):2.141
1.64/2.26	o -21
1.79/2.30	c  And the winner is solver1
1.88/2.76	c Got one! Elapsed wall clock time (in seconds):2.643
1.88/2.76	o -22
2.26/2.95	c cleaning 3133 clauses out of 6266 with flag 3001/6266
3.21/3.35	c cleaning 4566 clauses out of 9132 with flag 9000/12265
4.23/3.83	c cleaning 5784 clauses out of 11568 with flag 16002/19267
5.44/4.42	c  And the winner is solver1
5.44/4.44	c cleaning 6889 clauses out of 13782 with flag 24000/27265
5.63/4.76	c Got one! Elapsed wall clock time (in seconds):4.644
5.63/4.76	o -23
6.39/5.11	c cleaning 5946 clauses out of 11893 with flag 5000/32265
7.19/5.57	c cleaning 5974 clauses out of 11949 with flag 11002/38267
8.33/6.19	c cleaning 6486 clauses out of 12974 with flag 18001/45266
9.65/6.84	c cleaning 7240 clauses out of 14488 with flag 26001/53266
11.39/7.76	c cleaning 8117 clauses out of 16248 with flag 35001/62266
13.53/8.85	c cleaning 9065 clauses out of 18130 with flag 45000/72265
15.84/10.08	c cleaning 10032 clauses out of 20068 with flag 56003/83268
19.03/11.62	c cleaning 11010 clauses out of 22034 with flag 68001/95266
22.30/13.39	c cleaning 12011 clauses out of 24024 with flag 81001/108266
25.81/15.17	c cleaning 13006 clauses out of 26012 with flag 95000/122265
29.29/16.96	c cleaning 14002 clauses out of 28011 with flag 110005/137270
34.31/19.45	c cleaning 15002 clauses out of 30007 with flag 126003/153268
40.54/22.69	c cleaning 15992 clauses out of 32002 with flag 143000/170265
47.64/26.20	c cleaning 17003 clauses out of 34010 with flag 161000/188265
54.33/29.67	c cleaning 18001 clauses out of 36008 with flag 180001/207266
61.79/33.45	c cleaning 18998 clauses out of 38006 with flag 200000/227265
69.76/37.55	c cleaning 20004 clauses out of 40009 with flag 221001/248266
78.80/42.19	c cleaning 21000 clauses out of 42004 with flag 243000/270265
86.85/46.30	c cleaning 0 clauses out of 5246 with flag 0/5246
87.59/46.62	c cleaning 21997 clauses out of 44004 with flag 266000/293265
97.40/51.59	c cleaning 22998 clauses out of 46008 with flag 290001/317266
109.08/57.46	c cleaning 24004 clauses out of 48009 with flag 315000/342265
118.69/62.34	c cleaning 25003 clauses out of 50005 with flag 341000/368265
131.67/68.97	c cleaning 25995 clauses out of 52002 with flag 368000/395265
147.15/76.84	c cleaning 26997 clauses out of 54007 with flag 396000/423265
165.18/85.95	c cleaning 27996 clauses out of 56010 with flag 425000/452265
182.97/94.97	c cleaning 29005 clauses out of 58015 with flag 455001/482266
198.35/102.76	c cleaning 30004 clauses out of 60013 with flag 486004/513269
216.37/111.99	c cleaning 30999 clauses out of 62006 with flag 518001/545266
235.71/121.70	c cleaning 32004 clauses out of 64007 with flag 551001/578266
255.25/131.63	c cleaning 32998 clauses out of 66003 with flag 585001/612266
278.38/143.35	c cleaning 33998 clauses out of 68005 with flag 620001/647266
297.92/153.38	c cleaning 35002 clauses out of 70006 with flag 656000/683265
320.61/164.87	c cleaning 35999 clauses out of 72004 with flag 693000/720265
345.96/177.69	c cleaning 36999 clauses out of 74005 with flag 731000/758265
375.32/192.41	c cleaning 37998 clauses out of 76006 with flag 770000/797265
403.62/206.86	c cleaning 39006 clauses out of 78011 with flag 810003/837268
434.71/222.56	c cleaning 39994 clauses out of 80002 with flag 851000/878265
472.00/241.35	c cleaning 40998 clauses out of 82010 with flag 893002/920267
507.71/259.37	c cleaning 42005 clauses out of 84010 with flag 936000/963265
525.49/268.55	c cleaning 0 clauses out of 11246 with flag 0/11246
538.75/275.39	c cleaning 42999 clauses out of 86006 with flag 980001/1007266
582.23/297.23	c cleaning 44001 clauses out of 88006 with flag 1025000/1052265
619.70/316.18	c cleaning 44994 clauses out of 90006 with flag 1071001/1098266
659.47/336.36	c cleaning 46002 clauses out of 92012 with flag 1118001/1145266
697.34/355.49	c cleaning 47005 clauses out of 94009 with flag 1166000/1193265
741.84/377.85	c cleaning 48001 clauses out of 96005 with flag 1215001/1242266
780.63/397.48	c cleaning 49000 clauses out of 98003 with flag 1265000/1292265
816.37/415.63	c cleaning 50002 clauses out of 100004 with flag 1316001/1343266
870.74/442.92	c cleaning 50991 clauses out of 102001 with flag 1368000/1395265
928.26/471.79	c cleaning 52000 clauses out of 104010 with flag 1421000/1448265
971.19/493.37	c  And the winner is solver1
971.43/493.41	c Got one! Elapsed wall clock time (in seconds):493.294
971.43/493.41	o -24
980.48/497.97	c cleaning 49549 clauses out of 99112 with flag 5003/1495367
987.61/501.95	c cleaning 27779 clauses out of 55561 with flag 11001/1501365
991.28/504.02	c cleaning 17386 clauses out of 34782 with flag 18001/1508365
993.73/505.55	c cleaning 12692 clauses out of 25397 with flag 26002/1516366
996.40/507.16	c cleaning 10845 clauses out of 21703 with flag 35000/1525364
999.12/508.93	c cleaning 10422 clauses out of 20858 with flag 45000/1535364
1001.62/510.48	c cleaning 10716 clauses out of 21438 with flag 56002/1546366
1004.46/512.20	c cleaning 11354 clauses out of 22722 with flag 68002/1558366
1008.13/514.24	c cleaning 12183 clauses out of 24366 with flag 81000/1571364
1012.73/516.99	c cleaning 13092 clauses out of 26184 with flag 95001/1585365
1016.80/519.24	c cleaning 14041 clauses out of 28091 with flag 110000/1600364
1021.25/521.79	c cleaning 15022 clauses out of 30050 with flag 126000/1616364
1026.11/524.49	c cleaning 16007 clauses out of 32030 with flag 143002/1633366
1032.02/527.80	c cleaning 17004 clauses out of 34021 with flag 161000/1651364
1037.70/530.96	c cleaning 18003 clauses out of 36017 with flag 180000/1670364
1047.18/535.96	c cleaning 19005 clauses out of 38016 with flag 200002/1690366
1055.68/540.42	c cleaning 20005 clauses out of 40009 with flag 221000/1711364
1064.59/545.38	c cleaning 21003 clauses out of 42007 with flag 243003/1733367
1072.48/549.57	c cleaning 22002 clauses out of 44005 with flag 266004/1756368
1082.22/554.61	c cleaning 22994 clauses out of 46000 with flag 290001/1780365
1093.13/560.37	c cleaning 24002 clauses out of 48006 with flag 315001/1805365
1104.14/566.20	c cleaning 25002 clauses out of 50005 with flag 341002/1831366
1115.09/571.91	c cleaning 25999 clauses out of 52003 with flag 368002/1858366
1126.17/577.79	c cleaning 26992 clauses out of 54002 with flag 396000/1886364
1140.31/585.08	c cleaning 28003 clauses out of 56011 with flag 425001/1915365
1154.87/592.78	c cleaning 28998 clauses out of 58010 with flag 455003/1945367
1170.78/600.93	c cleaning 30004 clauses out of 60010 with flag 486001/1976365
1187.27/609.77	c cleaning 31000 clauses out of 62006 with flag 518001/2008365
1209.09/621.08	c cleaning 32003 clauses out of 64006 with flag 551001/2041365
1228.22/630.86	c cleaning 33001 clauses out of 66002 with flag 585000/2075364
1248.60/641.24	c cleaning 33994 clauses out of 68001 with flag 620000/2110364
1267.34/650.81	c cleaning 35004 clauses out of 70007 with flag 656000/2146364
1284.12/659.66	c cleaning 36001 clauses out of 72004 with flag 693001/2183365
1307.29/671.43	c cleaning 36996 clauses out of 74004 with flag 731002/2221366
1317.17/676.67	c cleaning 0 clauses out of 16880 with flag 0/16880
1327.21/681.97	c cleaning 38001 clauses out of 76006 with flag 770000/2260364
1348.81/693.10	c cleaning 39003 clauses out of 78005 with flag 810000/2300364
1367.92/702.98	c cleaning 40002 clauses out of 80003 with flag 851001/2341365
1391.84/715.15	c cleaning 40999 clauses out of 82001 with flag 893001/2383365
1425.98/732.42	c cleaning 41994 clauses out of 84002 with flag 936001/2426365
1455.13/747.45	c cleaning 43003 clauses out of 86007 with flag 980000/2470364
1486.23/763.24	c cleaning 43998 clauses out of 88004 with flag 1025000/2515364
1515.59/778.11	c cleaning 44998 clauses out of 90006 with flag 1071000/2561364
1549.53/795.34	c cleaning 45997 clauses out of 92010 with flag 1118002/2608366
1581.55/811.88	c cleaning 47005 clauses out of 94014 with flag 1166003/2656367
1619.44/831.07	c cleaning 48000 clauses out of 96007 with flag 1215001/2705365
1662.56/852.90	c cleaning 49003 clauses out of 98006 with flag 1265000/2755364
1710.46/877.09	c cleaning 50002 clauses out of 100003 with flag 1316000/2806364
1756.73/900.68	c cleaning 50991 clauses out of 102002 with flag 1368001/2858365
1800.21/922.61	c starts		: 52
1800.21/922.61	c conflicts		: 19467
1800.21/922.61	c decisions		: 22370
1800.21/922.61	c propagations		: 169215
1800.21/922.61	c inspects		: 870422883
1800.21/922.61	c shortcuts		: 0
1800.21/922.61	c learnt literals	: 0
1800.21/922.61	c learnt binary clauses	: 0
1800.21/922.61	c learnt ternary clauses	: 0
1800.21/922.61	c learnt constraints	: 19467
1800.21/922.61	c ignored constraints	: 0
1800.21/922.61	c root simplifications	: 0
1800.21/922.61	c removed literals (reason simplification)	: 0
1800.21/922.61	c reason swapping (by a shorter reason)	: 0
1800.21/922.61	c Calls to reduceDB	: 3
1800.21/922.61	c number of reductions to clauses (during analyze)	: 0
1800.21/922.61	c number of learned constraints concerned by reduction	: 0
1800.21/922.61	c number of learning phase by resolution	: 0
1800.21/922.61	c number of learning phase by cutting planes	: 0
1800.21/922.61	c speed (assignments/second)	: 183.659647626149
1800.21/922.61	c non guided choices	0
1800.21/922.64	c learnt constraints type 
1800.21/922.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 283
1800.21/922.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19184
1800.21/922.64	c constraints type 
1800.21/922.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 626
1800.21/922.64	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
1800.21/922.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.21/922.64	c ignored satisfied constraints => 100
1800.21/922.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 626
1800.21/922.64	c 1453 constraints processed.
1800.21/922.64	c constraints type 
1800.21/922.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 626
1800.21/922.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.21/922.64	c ignored satisfied constraints => 100
1800.21/922.64	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
1800.21/922.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 626
1800.21/922.64	c 1453 constraints processed.
1800.21/922.64	s SATISFIABLE
1800.21/922.64	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 
1800.21/922.64	c objective function=-24
1800.21/922.64	c Total wall clock time (in seconds): 922.523

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

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

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


[startup+0 s]
/proc/loadavg: 3.86 3.81 3.80 4/197 24712
/proc/meminfo: memFree=26108708/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24712/stat : 24712 (java) D 24710 24712 21497 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254000848 9515008 182 33554432000 1073741824 1073778376 140735350548112 140735350539144 266435641013 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24712/statm: 2323 182 140 9 0 71 0

[startup+0.0948651 s]
/proc/loadavg: 3.86 3.81 3.80 4/197 24712
/proc/meminfo: memFree=26108708/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24712/stat : 24712 (java) S 24710 24712 21497 0 -1 4202496 4317 0 1 0 8 1 0 0 20 0 18 0 254000848 9787813888 5005 33554432000 1073741824 1073778376 140736354094592 140736354085728 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24712/statm: 2389603 5005 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100235 s]
/proc/loadavg: 3.86 3.81 3.80 4/197 24712
/proc/meminfo: memFree=26108708/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24712/stat : 24712 (java) S 24710 24712 21497 0 -1 4202496 4355 0 1 0 9 1 0 0 20 0 18 0 254000848 9787813888 5043 33554432000 1073741824 1073778376 140736354094592 140736354085728 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24712/statm: 2389603 5045 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300248 s]
/proc/loadavg: 3.86 3.81 3.80 4/197 24712
/proc/meminfo: memFree=26108708/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/24712/stat : 24712 (java) S 24710 24712 21497 0 -1 4202496 6302 0 1 0 41 2 0 0 20 0 19 0 254000848 10060460032 8828 33554432000 1073741824 1073778376 140736354094592 140736354085728 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24712/statm: 2456167 8828 2226 9 0 2446860 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824668

[startup+0.700233 s]
/proc/loadavg: 3.86 3.81 3.80 4/197 24712
/proc/meminfo: memFree=26108708/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/24712/stat : 24712 (java) S 24710 24712 21497 0 -1 4202496 6302 0 1 0 41 2 0 0 20 0 19 0 254000848 10060460032 8828 33554432000 1073741824 1073778376 140736354094592 140736354085728 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24712/statm: 2456167 8828 2226 9 0 2446860 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824668

[startup+1.50068 s]
/proc/loadavg: 3.86 3.81 3.80 2/216 24737
/proc/meminfo: memFree=26087564/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9824668 CPUtime=0.85 cores=1,3,5,7
/proc/24712/stat : 24712 (java) S 24710 24712 21497 0 -1 4202496 9886 0 1 0 79 6 0 0 20 0 19 0 254000848 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 140736354085728 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24712/statm: 2456167 13735 2239 9 0 2446860 0
[pid=24712/tid=24714] ppid=24710 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (java) S 24710 24712 21497 0 -1 4202560 2506 0 1 0 21 1 0 0 20 0 19 0 254000849 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829499376632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254000850 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829342845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254000850 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829341793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254000850 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829340740392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254000850 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829339687592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254000850 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829338634792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254000850 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829337581992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254000850 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829336529192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254000850 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829335476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254000851 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829323279336 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 21497 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254000852 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829322225400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254000852 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829321172488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254000854 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829320120976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 21497 0 -1 4202560 2785 0 0 0 23 0 0 0 20 0 19 0 254000854 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829319068088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 21497 0 -1 4202560 3269 0 0 0 23 0 0 0 20 0 19 0 254000854 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829318015288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254000854 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829316962680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254000854 10060460032 13735 33554432000 1073741824 1073778376 140736354094592 139829315910088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 9824668

[startup+3.10065 s]
/proc/loadavg: 3.86 3.81 3.80 3/216 24743
/proc/meminfo: memFree=26050384/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/24712/stat : 24712 (java) S 24710 24712 21497 0 -1 4202496 17573 0 1 0 257 13 0 0 20 0 22 0 254000848 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 140736354085728 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24712/statm: 2456167 47414 2278 9 0 2446860 0
[pid=24712/tid=24714] ppid=24710 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (java) S 24710 24712 21497 0 -1 4202560 2508 0 1 0 21 1 0 0 20 0 22 0 254000849 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829499376632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254000850 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829342845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254000850 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829341793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254000850 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829340740392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254000850 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829339687592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000850 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829338634792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254000850 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829337581992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254000850 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829336529192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254000850 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829335476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 21497 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 254000851 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829323279336 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254000852 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829322225400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254000852 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829321172488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829320120976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 21497 0 -1 4202560 6527 0 0 0 62 0 0 0 20 0 22 0 254000854 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829319068088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 21497 0 -1 4202560 7079 0 0 0 66 0 0 0 20 0 22 0 254000854 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829318015288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829316962680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829315910088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24740] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24740/stat : 24740 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254000974 10060460032 47414 33554432000 1073741824 1073778376 140736354094592 139829314856488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 9824668

[startup+6.30084 s]
/proc/loadavg: 3.87 3.82 3.80 5/219 24752
/proc/meminfo: memFree=25831680/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9824668 CPUtime=8.65 cores=1,3,5,7
/proc/24712/stat : 24712 (java) S 24710 24712 21497 0 -1 4202496 18105 0 1 0 844 21 0 0 20 0 22 0 254000848 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 140736354085728 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24712/statm: 2456167 86163 2280 9 0 2446860 0
[pid=24712/tid=24714] ppid=24710 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (java) S 24710 24712 21497 0 -1 4202560 2509 0 1 0 21 2 0 0 20 0 22 0 254000849 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829499376632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 21497 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 254000850 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829342845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 21497 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254000850 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829341793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 21497 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254000850 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829340740392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 21497 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254000850 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829339687592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254000850 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829338634792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 21497 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 254000850 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829337581992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 21497 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254000850 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829336529192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 21497 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254000850 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829335476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 21497 0 -1 4202560 107 0 0 0 37 2 0 0 20 0 22 0 254000851 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829323279336 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254000852 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829322225400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254000852 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829321172488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829320120976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 21497 0 -1 4202560 6557 0 0 0 77 0 0 0 20 0 22 0 254000854 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829319068088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 21497 0 -1 4202560 7367 0 0 0 86 1 0 0 20 0 22 0 254000854 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829318015288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829316962680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829315910088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24740] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24740/stat : 24740 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254000974 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829314856488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24750] ppid=24710 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/24712/task/24750/stat : 24750 (java) R 24710 24712 21497 0 -1 4202560 5 0 0 0 131 0 0 0 20 0 22 0 254001324 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829313802848 139829439618544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24751] ppid=24710 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/24712/task/24751/stat : 24751 (java) R 24710 24712 21497 0 -1 4202560 8 0 0 0 131 0 0 0 20 0 22 0 254001324 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829312748160 139829439659618 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24752] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24752/stat : 24752 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254001325 10060460032 86163 33554432000 1073741824 1073778376 140736354094592 139829311697960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=24712/tid=24781] ppid=24710 vsize=9824668 CPUtime=237.25 cores=1,3,5,7
/proc/24712/task/24781/stat : 24781 (java) R 24710 24712 21497 0 -1 4202560 42 0 0 0 23722 3 0 0 20 0 22 0 254050189 10060460032 581384 33554432000 1073741824 1073778376 140736354094592 139829313801504 139829440168940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24782] ppid=24710 vsize=9824668 CPUtime=237.25 cores=1,3,5,7
/proc/24712/task/24782/stat : 24782 (java) R 24710 24712 21497 0 -1 4202560 32 0 0 0 23722 3 0 0 20 0 22 0 254050189 10060460032 581384 33554432000 1073741824 1073778376 140736354094592 139829312747760 139829439769077 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24783] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24783/stat : 24783 (java) S 24710 24712 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254050190 10060460032 581384 33554432000 1073741824 1073778376 140736354094592 139829311698600 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1484.44
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.92 3.97 3.88 6/219 24870
/proc/meminfo: memFree=24641460/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9824668 CPUtime=1601.97 cores=1,3,5,7
/proc/24712/stat : 24712 (java) S 24710 24712 21497 0 -1 4202496 32642 0 1 0 160056 141 0 0 20 0 22 0 254000848 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 140736354085728 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24712/statm: 2456167 563014 2281 9 0 2446860 0
[pid=24712/tid=24714] ppid=24710 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (java) S 24710 24712 21497 0 -1 4202560 2578 0 1 0 24 3 0 0 20 0 22 0 254000849 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829499376632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9824668 CPUtime=2.34 cores=1,3,5,7
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 21497 0 -1 4202560 310 0 0 0 231 3 0 0 20 0 22 0 254000850 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829342845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 21497 0 -1 4202560 309 0 0 0 249 5 0 0 20 0 22 0 254000850 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829341793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 21497 0 -1 4202560 278 0 0 0 236 3 0 0 20 0 22 0 254000850 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829340740392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 21497 0 -1 4202560 323 0 0 0 237 5 0 0 20 0 22 0 254000850 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829339687592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 21497 0 -1 4202560 237 0 0 0 221 4 0 0 20 0 22 0 254000850 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829338634792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 21497 0 -1 4202560 314 0 0 0 237 5 0 0 20 0 22 0 254000850 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829337581992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 21497 0 -1 4202560 322 0 0 0 245 6 0 0 20 0 22 0 254000850 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829336529192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 21497 0 -1 4202560 295 0 0 0 234 3 0 0 20 0 22 0 254000850 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829335476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9824668 CPUtime=48.49 cores=1,3,5,7
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 21497 0 -1 4202560 3339 0 0 0 4827 22 0 0 20 0 22 0 254000851 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829323279336 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254000852 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829322225400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254000852 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829321172488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829320120976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 21497 0 -1 4202560 6558 0 0 0 80 0 0 0 20 0 22 0 254000854 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829319068088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 21497 0 -1 4202560 14957 0 0 0 164 3 0 0 20 0 22 0 254000854 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829318015288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829316962680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 21497 0 -1 4202560 47 0 0 0 13 20 0 0 20 0 22 0 254000854 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829315910088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24740] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24740/stat : 24740 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254000974 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829314856488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24781] ppid=24710 vsize=9824668 CPUtime=293.53 cores=1,3,5,7
/proc/24712/task/24781/stat : 24781 (java) R 24710 24712 21497 0 -1 4202560 50 0 0 0 29349 4 0 0 20 0 22 0 254050189 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829313801504 139829439597072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24782] ppid=24710 vsize=9824668 CPUtime=293.54 cores=1,3,5,7
/proc/24712/task/24782/stat : 24782 (java) R 24710 24712 21497 0 -1 4202560 36 0 0 0 29350 4 0 0 20 0 22 0 254050189 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829312747760 139829439678887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24783] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24783/stat : 24783 (java) S 24710 24712 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254050190 10060460032 563014 33554432000 1073741824 1073778376 140736354094592 139829311698600 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.97 3.97 3.89 6/219 24873
/proc/meminfo: memFree=24661624/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9824668 CPUtime=1719.91 cores=1,3,5,7
/proc/24712/stat : 24712 (java) S 24710 24712 21497 0 -1 4202496 32737 0 1 0 171847 144 0 0 20 0 22 0 254000848 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 140736354085728 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24712/statm: 2456167 547332 2281 9 0 2446860 0
[pid=24712/tid=24714] ppid=24710 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (java) S 24710 24712 21497 0 -1 4202560 2580 0 1 0 24 3 0 0 20 0 22 0 254000849 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829499376632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 21497 0 -1 4202560 312 0 0 0 249 3 0 0 20 0 22 0 254000850 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829342845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 21497 0 -1 4202560 309 0 0 0 266 5 0 0 20 0 22 0 254000850 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829341793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 21497 0 -1 4202560 304 0 0 0 256 4 0 0 20 0 22 0 254000850 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829340740392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 21497 0 -1 4202560 324 0 0 0 255 5 0 0 20 0 22 0 254000850 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829339687592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 21497 0 -1 4202560 272 0 0 0 237 4 0 0 20 0 22 0 254000850 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829338634792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 21497 0 -1 4202560 315 0 0 0 255 5 0 0 20 0 22 0 254000850 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829337581992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 21497 0 -1 4202560 323 0 0 0 258 6 0 0 20 0 22 0 254000850 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829336529192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 21497 0 -1 4202560 297 0 0 0 249 4 0 0 20 0 22 0 254000850 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829335476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9824668 CPUtime=51.16 cores=1,3,5,7
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 21497 0 -1 4202560 3350 0 0 0 5093 23 0 0 20 0 22 0 254000851 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829323279336 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254000852 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829322225400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254000852 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829321172488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829320120976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 21497 0 -1 4202560 6558 0 0 0 80 0 0 0 20 0 22 0 254000854 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829319068088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 21497 0 -1 4202560 14957 0 0 0 164 3 0 0 20 0 22 0 254000854 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829318015288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829316962680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 21497 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 254000854 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829315910088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24740] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24740/stat : 24740 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254000974 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829314856488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24781] ppid=24710 vsize=9824668 CPUtime=350.5 cores=1,3,5,7
/proc/24712/task/24781/stat : 24781 (java) R 24710 24712 21497 0 -1 4202560 57 0 0 0 35045 5 0 0 20 0 22 0 254050189 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829313802448 139829439566511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24782] ppid=24710 vsize=9824668 CPUtime=350.48 cores=1,3,5,7
/proc/24712/task/24782/stat : 24782 (java) R 24710 24712 21497 0 -1 4202560 39 0 0 0 35043 5 0 0 20 0 22 0 254050189 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829312747760 139829439678974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24783] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24783/stat : 24783 (java) S 24710 24712 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254050190 10060460032 547332 33554432000 1073741824 1073778376 140736354094592 139829311698600 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1719.91
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.601 s]
/proc/loadavg: 4.12 4.00 3.91 5/219 24873
/proc/meminfo: memFree=24711436/32873648 swapFree=6852/6852
[pid=24712] ppid=24710 vsize=9824668 CPUtime=1800.21 cores=1,3,5,7
/proc/24712/stat : 24712 (java) S 24710 24712 21497 0 -1 4202496 32764 0 1 0 179875 146 0 0 20 0 22 0 254000848 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 140736354085728 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24712/statm: 2456167 533991 2281 9 0 2446860 0
[pid=24712/tid=24714] ppid=24710 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/24712/task/24714/stat : 24714 (java) S 24710 24712 21497 0 -1 4202560 2580 0 1 0 24 3 0 0 20 0 22 0 254000849 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829499376632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24715] ppid=24710 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/24712/task/24715/stat : 24715 (java) S 24710 24712 21497 0 -1 4202560 312 0 0 0 261 4 0 0 20 0 22 0 254000850 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829342845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24716] ppid=24710 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/24712/task/24716/stat : 24716 (java) S 24710 24712 21497 0 -1 4202560 311 0 0 0 283 5 0 0 20 0 22 0 254000850 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829341793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24717] ppid=24710 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/24712/task/24717/stat : 24717 (java) S 24710 24712 21497 0 -1 4202560 306 0 0 0 268 4 0 0 20 0 22 0 254000850 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829340740392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24718] ppid=24710 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/24712/task/24718/stat : 24718 (java) S 24710 24712 21497 0 -1 4202560 324 0 0 0 267 5 0 0 20 0 22 0 254000850 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829339687592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24719] ppid=24710 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/24712/task/24719/stat : 24719 (java) S 24710 24712 21497 0 -1 4202560 275 0 0 0 248 4 0 0 20 0 22 0 254000850 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829338634792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24720] ppid=24710 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/24712/task/24720/stat : 24720 (java) S 24710 24712 21497 0 -1 4202560 315 0 0 0 266 5 0 0 20 0 22 0 254000850 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829337581992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24721] ppid=24710 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/24712/task/24721/stat : 24721 (java) S 24710 24712 21497 0 -1 4202560 325 0 0 0 270 6 0 0 20 0 22 0 254000850 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829336529192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24722] ppid=24710 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/24712/task/24722/stat : 24722 (java) S 24710 24712 21497 0 -1 4202560 299 0 0 0 260 4 0 0 20 0 22 0 254000850 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829335476392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24723] ppid=24710 vsize=9824668 CPUtime=51.91 cores=1,3,5,7
/proc/24712/task/24723/stat : 24723 (java) S 24710 24712 21497 0 -1 4202560 3356 0 0 0 5168 23 0 0 20 0 22 0 254000851 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829323279336 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24724] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24724/stat : 24724 (java) S 24710 24712 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254000852 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829322225400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24725] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24725/stat : 24725 (java) S 24710 24712 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254000852 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829321172488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24726] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24726/stat : 24726 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829320120976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24727] ppid=24710 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/24712/task/24727/stat : 24727 (java) S 24710 24712 21497 0 -1 4202560 6558 0 0 0 80 0 0 0 20 0 22 0 254000854 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829319068088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24728] ppid=24710 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/24712/task/24728/stat : 24728 (java) S 24710 24712 21497 0 -1 4202560 14957 0 0 0 164 3 0 0 20 0 22 0 254000854 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829318015288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24729] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24729/stat : 24729 (java) S 24710 24712 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254000854 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829316962680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24712/tid=24730] ppid=24710 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24712/task/24730/stat : 24730 (java) S 24710 24712 21497 0 -1 4202560 53 0 0 0 15 23 0 0 20 0 22 0 254000854 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829315910088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24740] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24740/stat : 24740 (java) S 24710 24712 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254000974 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829314856488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24712/tid=24781] ppid=24710 vsize=9824668 CPUtime=389.78 cores=1,3,5,7
/proc/24712/task/24781/stat : 24781 (java) R 24710 24712 21497 0 -1 4202560 63 0 0 0 38973 5 0 0 20 0 22 0 254050189 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829313801504 139829439597072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24712/tid=24782] ppid=24710 vsize=9824668 CPUtime=389.75 cores=1,3,5,7
/proc/24712/task/24782/stat : 24782 (java) R 24710 24712 21497 0 -1 4202560 41 0 0 0 38970 5 0 0 20 0 22 0 254050189 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829312747808 139829439769423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24712/tid=24783] ppid=24710 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24712/task/24783/stat : 24783 (java) S 24710 24712 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254050190 10060460032 533991 33554432000 1073741824 1073778376 140736354094592 139829311698600 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 922.663
CPU time (s): 1800.64
CPU user time (s): 1798.8
CPU system time (s): 1.84272
CPU usage (%): 195.157
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.84272
maximum resident set size= 2970504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32800
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29298
involuntary context switches= 45689

runsolver used 3.46147 second user time and 8.5237 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 18:59:08
IDJOB=3688664
IDBENCH=48174
IDSOLVER=2268
FILE ID=node116/3688664-1337878748
RUNJOBID= node116-1337871880-21514
PBS_JOBID= 14620088
Free space on /tmp= 71728 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688664-1337878748/watcher-3688664-1337878748 -o /tmp/evaluation-result-3688664-1337878748/solver-3688664-1337878748 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688664-1337878748.opb

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

MD5SUM BENCH= a142d6d7b95394ce9dab5e7d7d075ea6
RANDOM SEED=81908334

node116.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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
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.556
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.556
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.54
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.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:        26109088 kB
Buffers:          209120 kB
Cached:          2933500 kB
SwapCached:            0 kB
Active:          3337532 kB
Inactive:        2661524 kB
Active(anon):    2859176 kB
Inactive(anon):        0 kB
Active(file):     478356 kB
Inactive(file):  2661524 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               200 kB
Writeback:             0 kB
AnonPages:       2889416 kB
Mapped:            21656 kB
Shmem:               200 kB
Slab:             623488 kB
SReclaimable:      67876 kB
SUnreclaim:       555612 kB
KernelStack:        1648 kB
PageTables:         9748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3244520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2797568 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= 71728 MiB
End job on node116 at 2012-05-24 19:14:33