Trace number 3711203

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotOPT5 746.172 743.081

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_3.opb
MD5SUMcdb29f44159b0b72729019e0c0db0b8a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1.59176
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
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 constraint26
Maximum length of a constraint46
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)3090
Sum of products size (including duplicates)6180
Number of different products3090
Sum of products size6180

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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
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=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3711203-1338167615.opb
0.10/0.11	c reading problem ... 
0.49/0.33	c ... done. Wall clock time 0.22s.
0.49/0.33	c declared #vars     100
0.49/0.33	c internal #vars     3190
0.49/0.33	c #constraints  6280
0.49/0.33	c constraints type 
0.49/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3190
0.49/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
0.49/0.33	c 6280 constraints processed.
0.49/0.36	c SATISFIABLE
0.49/0.36	c OPTIMIZING...
0.49/0.36	c Got one! Elapsed wall clock time (in seconds):0.259
0.49/0.37	o 99
0.78/0.40	c Got one! Elapsed wall clock time (in seconds):0.295
0.78/0.40	o 98
0.78/0.42	c Got one! Elapsed wall clock time (in seconds):0.319
0.78/0.42	o 97
0.78/0.43	c Got one! Elapsed wall clock time (in seconds):0.329
0.78/0.43	o 96
0.78/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.78/0.44	o 95
0.78/0.45	c Got one! Elapsed wall clock time (in seconds):0.343
0.78/0.45	o 94
0.78/0.45	c Got one! Elapsed wall clock time (in seconds):0.349
0.78/0.45	o 93
0.78/0.46	c Got one! Elapsed wall clock time (in seconds):0.355
0.78/0.46	o 92
0.78/0.46	c Got one! Elapsed wall clock time (in seconds):0.358
0.78/0.46	o 91
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.36
0.78/0.47	o 90
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.363
0.78/0.47	o 89
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.78/0.47	o 88
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.368
0.78/0.47	o 87
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.371
0.78/0.48	o 86
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.78/0.48	o 85
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.78/0.48	o 84
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.378
0.78/0.48	o 83
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.379
0.78/0.48	o 82
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.381
0.78/0.49	o 81
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.78/0.49	o 80
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.384
0.78/0.49	o 79
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.385
0.78/0.49	o 78
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.78/0.49	o 77
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.388
0.78/0.49	o 76
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.39
1.06/0.50	o 75
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.391
1.06/0.50	o 74
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.393
1.06/0.50	o 73
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.398
1.06/0.50	o 72
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.408
1.06/0.51	o 8
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.409
1.06/0.51	o 7
2.67/1.91	c cleaning 2497 clauses out of 5003 with flag 5002/5003
4.21/3.42	c cleaning 4249 clauses out of 8504 with flag 11000/11001
6.01/5.26	c cleaning 5627 clauses out of 11255 with flag 18000/18001
8.14/7.35	c cleaning 6806 clauses out of 13628 with flag 26000/26001
10.59/9.72	c cleaning 7909 clauses out of 15825 with flag 35003/35004
13.00/12.11	c Got one! Elapsed wall clock time (in seconds):12.007
13.00/12.11	o 6
14.29/13.45	c cleaning 11116 clauses out of 22232 with flag 5004/49320
15.80/14.91	c cleaning 8555 clauses out of 17113 with flag 11001/55317
17.61/16.71	c cleaning 7777 clauses out of 15559 with flag 18002/62318
19.71/18.80	c cleaning 7880 clauses out of 15782 with flag 26002/70318
21.92/21.09	c cleaning 8436 clauses out of 16900 with flag 35000/79316
24.54/23.66	c cleaning 9223 clauses out of 18466 with flag 45002/89318
27.46/26.53	c cleaning 10120 clauses out of 20242 with flag 56001/100317
30.47/29.59	c cleaning 11052 clauses out of 22121 with flag 68000/112316
33.88/32.99	c cleaning 12031 clauses out of 24073 with flag 81004/125320
37.59/36.60	c cleaning 13019 clauses out of 26042 with flag 95004/139320
41.30/40.38	c cleaning 14008 clauses out of 28019 with flag 110000/154316
45.62/44.66	c cleaning 14984 clauses out of 30011 with flag 126000/170316
50.14/49.15	c cleaning 16010 clauses out of 32027 with flag 143000/187316
54.84/53.81	c cleaning 17000 clauses out of 34017 with flag 161000/205316
59.95/58.94	c cleaning 18002 clauses out of 36017 with flag 180000/224316
65.28/64.28	c cleaning 19001 clauses out of 38015 with flag 200000/244316
70.90/69.84	c cleaning 20000 clauses out of 40014 with flag 221000/265316
76.91/75.82	c cleaning 21001 clauses out of 42014 with flag 243000/287316
83.12/82.09	c cleaning 22003 clauses out of 44015 with flag 266002/310318
89.52/88.48	c cleaning 22996 clauses out of 46010 with flag 290000/334316
96.24/95.16	c cleaning 23994 clauses out of 48014 with flag 315000/359316
103.06/101.99	c cleaning 25007 clauses out of 50021 with flag 341001/385317
110.52/109.31	c cleaning 26000 clauses out of 52013 with flag 368000/412316
118.32/117.13	c cleaning 27002 clauses out of 54013 with flag 396000/440316
126.32/125.18	c cleaning 28003 clauses out of 56011 with flag 425000/469316
132.63/131.40	c Got one! Elapsed wall clock time (in seconds):131.297
132.63/131.40	o 5
134.13/133.00	c cleaning 28328 clauses out of 56665 with flag 5000/497973
135.84/134.66	c cleaning 17158 clauses out of 34338 with flag 11001/503974
137.65/136.50	c cleaning 12070 clauses out of 24179 with flag 18000/510973
139.76/138.52	c cleaning 10039 clauses out of 20112 with flag 26003/518976
141.98/140.74	c cleaning 9521 clauses out of 19070 with flag 35000/527973
144.48/143.26	c cleaning 9775 clauses out of 19552 with flag 45003/537976
147.28/146.00	c cleaning 10381 clauses out of 20774 with flag 56000/548973
150.09/148.86	c cleaning 11194 clauses out of 22393 with flag 68000/560973
153.01/151.71	c cleaning 12095 clauses out of 24199 with flag 81000/573973
156.22/154.96	c cleaning 13052 clauses out of 26107 with flag 95003/587976
160.02/158.72	c cleaning 14022 clauses out of 28053 with flag 110001/602974
164.32/163.05	c cleaning 15005 clauses out of 30032 with flag 126002/618975
168.93/167.63	c cleaning 16007 clauses out of 32029 with flag 143004/635977
173.44/172.18	c cleaning 16997 clauses out of 34020 with flag 161002/653975
178.25/176.96	c cleaning 17996 clauses out of 36021 with flag 180000/672973
182.86/181.56	c cleaning 19009 clauses out of 38027 with flag 200002/692975
187.96/186.67	c cleaning 20003 clauses out of 40017 with flag 221001/713974
193.77/192.48	c cleaning 21005 clauses out of 42013 with flag 243000/735973
199.46/198.17	c cleaning 22005 clauses out of 44011 with flag 266003/758976
205.88/204.51	c cleaning 22995 clauses out of 46005 with flag 290002/782975
212.28/210.98	c cleaning 23985 clauses out of 48008 with flag 315000/807973
218.79/217.48	c cleaning 25009 clauses out of 50023 with flag 341000/833973
226.30/224.94	c cleaning 26006 clauses out of 52020 with flag 368006/860979
233.20/231.87	c cleaning 27002 clauses out of 54010 with flag 396002/888975
241.01/239.66	c cleaning 27998 clauses out of 56006 with flag 425000/917973
249.02/247.64	c cleaning 29000 clauses out of 58013 with flag 455005/947978
257.24/255.81	c cleaning 29992 clauses out of 60012 with flag 486004/978977
265.47/264.01	c cleaning 31002 clauses out of 62016 with flag 518000/1010973
274.20/272.77	c cleaning 31979 clauses out of 64016 with flag 551002/1043975
283.21/281.71	c cleaning 33004 clauses out of 66035 with flag 585000/1077973
292.71/291.24	c cleaning 33994 clauses out of 68031 with flag 620000/1112973
302.23/300.76	c cleaning 34994 clauses out of 70040 with flag 656003/1148976
311.95/310.48	c cleaning 36010 clauses out of 72049 with flag 693006/1185979
321.77/320.22	c cleaning 37015 clauses out of 74034 with flag 731001/1223974
331.80/330.23	c cleaning 37996 clauses out of 76018 with flag 770000/1262973
342.41/340.84	c cleaning 38993 clauses out of 78027 with flag 810005/1302978
353.25/351.62	c cleaning 40004 clauses out of 80029 with flag 851000/1343973
364.77/363.15	c cleaning 41014 clauses out of 82033 with flag 893008/1385981
376.19/374.51	c cleaning 41994 clauses out of 84012 with flag 936001/1428974
387.61/385.90	c cleaning 42997 clauses out of 86023 with flag 980006/1472979
399.64/397.96	c cleaning 43988 clauses out of 88021 with flag 1025001/1517974
411.57/409.83	c cleaning 45001 clauses out of 90032 with flag 1071000/1563973
423.39/421.67	c cleaning 45996 clauses out of 92034 with flag 1118003/1610976
436.23/434.47	c cleaning 47000 clauses out of 94035 with flag 1166000/1658973
448.86/447.09	c cleaning 48013 clauses out of 96036 with flag 1215001/1707974
462.60/460.72	c cleaning 48992 clauses out of 98022 with flag 1265000/1757973
476.31/474.48	c cleaning 50001 clauses out of 100032 with flag 1316002/1808975
490.38/488.43	c cleaning 50998 clauses out of 102031 with flag 1368002/1860975
503.90/501.97	c cleaning 51981 clauses out of 104031 with flag 1421000/1913973
517.13/515.18	c cleaning 53004 clauses out of 106051 with flag 1475001/1967974
533.40/530.91	c cleaning 54010 clauses out of 108046 with flag 1530000/2022973
548.23/545.75	c cleaning 55012 clauses out of 110036 with flag 1586000/2078973
565.15/562.64	c cleaning 56000 clauses out of 112025 with flag 1643001/2135974
581.38/578.87	c cleaning 57001 clauses out of 114024 with flag 1701000/2193973
597.71/595.15	c cleaning 57989 clauses out of 116023 with flag 1760000/2252973
614.42/611.80	c cleaning 59010 clauses out of 118034 with flag 1820000/2312973
631.66/629.03	c cleaning 57500 clauses out of 115010 with flag 1881002/2373975
649.18/646.55	c cleaning 59739 clauses out of 119508 with flag 1943000/2435973
666.72/664.08	c cleaning 61377 clauses out of 122774 with flag 2006005/2498978
683.05/680.33	c cleaning 62679 clauses out of 125392 with flag 2070000/2562973
699.17/696.40	c cleaning 63832 clauses out of 127713 with flag 2135000/2627973
715.52/712.78	c cleaning 64931 clauses out of 129882 with flag 2201001/2693974
734.05/731.28	c cleaning 65965 clauses out of 131951 with flag 2268001/2760974
745.88/743.07	c starts		: 263
745.88/743.07	c conflicts		: 2804636
745.88/743.07	c decisions		: 4656725
745.88/743.07	c propagations		: 800114759
745.88/743.07	c inspects		: 8058203389
745.88/743.07	c shortcuts		: 0
745.88/743.07	c learnt literals	: 5
745.88/743.07	c learnt binary clauses	: 8
745.88/743.07	c learnt ternary clauses	: 73
745.88/743.07	c learnt constraints	: 2804630
745.88/743.07	c ignored constraints	: 0
745.88/743.07	c root simplifications	: 267
745.88/743.07	c removed literals (reason simplification)	: 437590
745.88/743.07	c reason swapping (by a shorter reason)	: 0
745.88/743.07	c Calls to reduceDB	: 93
745.88/743.07	c number of reductions to clauses (during analyze)	: 0
745.88/743.07	c number of learned constraints concerned by reduction	: 0
745.88/743.07	c number of learning phase by resolution	: 0
745.88/743.07	c number of learning phase by cutting planes	: 0
745.88/743.07	c speed (assignments/second)	: 1077247.4338261033
745.88/743.07	c non guided choices	5951
745.88/743.07	c learnt constraints type 
745.88/743.07	c constraints type 
745.88/743.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3190
745.88/743.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
745.88/743.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
745.88/743.07	c 6280 constraints processed.
745.88/743.07	s OPTIMUM FOUND
745.88/743.07	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 
745.88/743.07	c objective function=5
745.88/743.07	c Total wall clock time (in seconds): 742.969

Verifier Data

OK	5

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-3711203-1338167615/watcher-3711203-1338167615 -o /tmp/evaluation-result-3711203-1338167615/solver-3711203-1338167615 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711203-1338167615.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: 2.06 2.02 2.00 3/194 14223
/proc/meminfo: memFree=30525528/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 1235 0 0 0 0 0 0 0 20 0 2 0 282887537 98635776 943 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 24081 948 719 9 0 16771 0
[pid=14223/tid=14224] ppid=14221 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 105 0 0 0 0 0 0 0 20 0 2 0 282887538 98635776 960 33554432000 1073741824 1073778376 140733268824880 140578479414824 266426424573 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.088467 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 14223
/proc/meminfo: memFree=30525528/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 4299 0 1 0 8 1 0 0 20 0 18 0 282887537 9787842560 6016 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 2389610 6016 2116 9 0 2380296 0
[pid=14223/tid=14224] ppid=14221 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 2414 0 1 0 5 1 0 0 20 0 18 0 282887538 9787842560 6016 33554432000 1073741824 1073778376 140733268824880 140578479403088 266439025933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.100248 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 14223
/proc/meminfo: memFree=30525528/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 4420 0 1 0 9 1 0 0 20 0 18 0 282887537 9787842560 6137 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 2389610 6137 2144 9 0 2380296 0
[pid=14223/tid=14224] ppid=14221 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 2484 0 1 0 6 1 0 0 20 0 18 0 282887538 9787842560 6137 33554432000 1073741824 1073778376 140733268824880 140578479403088 266439015480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300179 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 14223
/proc/meminfo: memFree=30525528/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=9558652 CPUtime=0.49 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 6293 0 1 0 47 2 0 0 20 0 18 0 282887537 9788059648 8918 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 2389663 8918 2236 9 0 2380349 0
[pid=14223/tid=14224] ppid=14221 vsize=9558652 CPUtime=0.27 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 2497 0 1 0 26 1 0 0 20 0 18 0 282887538 9788059648 8918 33554432000 1073741824 1073778376 140733268824880 140578479403088 140578322980528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558652

[startup+0.700184 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 14223
/proc/meminfo: memFree=30525528/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=9625004 CPUtime=1.38 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 9066 0 1 0 136 2 0 0 20 0 19 0 282887537 9856004096 11299 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 2406251 11299 2259 9 0 2396937 0
[pid=14223/tid=14224] ppid=14221 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 2513 0 1 0 66 1 0 0 20 0 19 0 282887538 9856004096 11299 33554432000 1073741824 1073778376 140733268824880 140578479411512 140578323585436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 2.38 2.08 2.02 3/214 14243
/proc/meminfo: memFree=30407784/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=9625004 CPUtime=2.23 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 9500 0 1 0 221 2 0 0 20 0 19 0 282887537 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 2406251 11303 2263 9 0 2396937 0
[pid=14223/tid=14224] ppid=14221 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 2513 0 1 0 146 2 0 0 20 0 19 0 282887538 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140578479420040 140578323511956 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140578322901160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140578321848616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140578320796072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140578319743528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140578318690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140578317638440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140578316585896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140578315533352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140577833203816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13368 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140577832150136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140577831097480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140577830046224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 13368 0 -1 4202560 2629 0 0 0 32 0 0 0 20 0 19 0 282887542 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140577828993592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 13368 0 -1 4202560 3157 0 0 0 40 0 0 0 20 0 19 0 282887542 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140577827941048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140577826888696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140577825836360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282887571 9856004096 11303 33554432000 1073741824 1073778376 140733268824880 140577824781096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625004

[startup+3.10054 s]
/proc/loadavg: 2.38 2.08 2.02 3/214 14243
/proc/meminfo: memFree=30370300/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=9625004 CPUtime=3.88 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 9667 0 1 0 385 3 0 0 20 0 19 0 282887537 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 2406251 14421 2289 9 0 2396937 0
[pid=14223/tid=14224] ppid=14221 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 2517 0 1 0 304 2 0 0 20 0 19 0 282887538 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140578479419576 140578323544213 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140578322901160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140578321848616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140578320796072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140578319743528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140578318690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140578317638440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140578316585896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140578315533352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13368 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140577833203816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140577832150136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140577831097480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140577830046224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 13368 0 -1 4202560 2739 0 0 0 35 0 0 0 20 0 19 0 282887542 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140577828993592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 13368 0 -1 4202560 3160 0 0 0 41 0 0 0 20 0 19 0 282887542 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140577827941048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140577826888696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140577825836360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282887571 9856004096 14421 33554432000 1073741824 1073778376 140733268824880 140577824781096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 2.27 2.06 2.02 3/214 14243
/proc/meminfo: memFree=30365760/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=9625004 CPUtime=7.13 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 9690 0 1 0 709 4 0 0 20 0 19 0 282887537 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 2406251 15437 2289 9 0 2396937 0
[pid=14223/tid=14224] ppid=14221 vsize=9625004 CPUtime=6.22 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 2519 0 1 0 620 2 0 0 20 0 19 0 282887538 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140578479419696 140578323585864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140578322901160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140578321848616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140578320796072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140578319743528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140578318690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140578317638440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140578316585896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282887539 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140578315533352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13368 0 -1 4202560 42 0 0 0 3 0 0 0 20 0 19 0 282887540 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140577833203816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140577832150136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140577831097480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140577830046224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 13368 0 -1 4202560 2739 0 0 0 37 0 0 0 20 0 19 0 282887542 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140577828993592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 13368 0 -1 4202560 3161 0 0 0 43 0 0 0 20 0 19 0 282887542 9856004096 15437 33554432000 1073741824 1073778376 140733268824880 140577827941048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13368 0 -1 4202560 54 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578322901160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13368 0 -1 4202560 44 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578321848616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13368 0 -1 4202560 39 0 0 0 24 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578320796072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13368 0 -1 4202560 82 0 0 0 27 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578319743528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13368 0 -1 4202560 59 0 0 0 27 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578318690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13368 0 -1 4202560 40 0 0 0 22 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578317638440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13368 0 -1 4202560 113 0 0 0 23 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578316585896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13368 0 -1 4202560 39 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578315533352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=9625004 CPUtime=2.45 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13368 0 -1 4202560 109 0 0 0 244 1 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577833203816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577832150136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577831097480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577830046224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 13368 0 -1 4202560 9656 0 0 0 73 2 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577828993592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 13368 0 -1 4202560 3910 0 0 0 60 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577827941048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577826888696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 13368 0 -1 4202560 43 0 0 0 7 9 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577825836360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282887571 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577824781096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 745.18
Current children cumulated vsize (KiB) 9625004

[startup+742.701 s]
/proc/loadavg: 2.00 2.04 2.01 3/213 14450
/proc/meminfo: memFree=30219220/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=9625004 CPUtime=745.58 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 17993 0 1 0 74538 20 0 0 20 0 19 0 282887537 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 2406251 33074 2290 9 0 2396937 0
[pid=14223/tid=14224] ppid=14221 vsize=9625004 CPUtime=739.59 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 2618 0 1 0 73945 14 0 0 20 0 19 0 282887538 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578479419696 140578323396639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13368 0 -1 4202560 54 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578322901160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13368 0 -1 4202560 44 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578321848616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13368 0 -1 4202560 39 0 0 0 24 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578320796072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13368 0 -1 4202560 82 0 0 0 27 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578319743528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13368 0 -1 4202560 59 0 0 0 27 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578318690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13368 0 -1 4202560 40 0 0 0 22 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578317638440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13368 0 -1 4202560 113 0 0 0 23 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578316585896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13368 0 -1 4202560 39 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578315533352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=9625004 CPUtime=2.45 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13368 0 -1 4202560 109 0 0 0 244 1 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577833203816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577832150136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577831097480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577830046224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 13368 0 -1 4202560 9656 0 0 0 73 2 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577828993592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 13368 0 -1 4202560 3910 0 0 0 60 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577827941048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577826888696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 13368 0 -1 4202560 43 0 0 0 7 9 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577825836360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282887571 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577824781096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 745.58
Current children cumulated vsize (KiB) 9625004

[startup+742.901 s]
/proc/loadavg: 2.00 2.04 2.01 3/213 14450
/proc/meminfo: memFree=30219220/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=9625004 CPUtime=745.78 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 17993 0 1 0 74558 20 0 0 20 0 19 0 282887537 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 2406251 33074 2290 9 0 2396937 0
[pid=14223/tid=14224] ppid=14221 vsize=9625004 CPUtime=739.79 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 2618 0 1 0 73965 14 0 0 20 0 19 0 282887538 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578479419696 140578323756638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13368 0 -1 4202560 54 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578322901160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13368 0 -1 4202560 44 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578321848616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13368 0 -1 4202560 39 0 0 0 24 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578320796072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13368 0 -1 4202560 82 0 0 0 27 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578319743528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13368 0 -1 4202560 59 0 0 0 27 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578318690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13368 0 -1 4202560 40 0 0 0 22 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578317638440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13368 0 -1 4202560 113 0 0 0 23 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578316585896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13368 0 -1 4202560 39 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578315533352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=9625004 CPUtime=2.45 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13368 0 -1 4202560 109 0 0 0 244 1 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577833203816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577832150136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577831097480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577830046224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 13368 0 -1 4202560 9656 0 0 0 73 2 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577828993592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 13368 0 -1 4202560 3910 0 0 0 60 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577827941048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577826888696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 13368 0 -1 4202560 43 0 0 0 7 9 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577825836360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282887571 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577824781096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 745.78
Current children cumulated vsize (KiB) 9625004

[startup+743.001 s]
/proc/loadavg: 2.00 2.04 2.01 3/213 14450
/proc/meminfo: memFree=30219220/32873648 swapFree=6860/6860
[pid=14223] ppid=14221 vsize=9625004 CPUtime=745.88 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 13368 0 -1 4202496 17994 0 1 0 74568 20 0 0 20 0 19 0 282887537 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140733268816016 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14223/statm: 2406251 33074 2290 9 0 2396937 0
[pid=14223/tid=14224] ppid=14221 vsize=9625004 CPUtime=739.89 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 13368 0 -1 4202560 2618 0 1 0 73975 14 0 0 20 0 19 0 282887538 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578479419696 140578323756312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 13368 0 -1 4202560 54 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578322901160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 13368 0 -1 4202560 44 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578321848616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 13368 0 -1 4202560 39 0 0 0 24 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578320796072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 13368 0 -1 4202560 82 0 0 0 27 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578319743528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 13368 0 -1 4202560 59 0 0 0 27 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578318690984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 13368 0 -1 4202560 40 0 0 0 22 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578317638440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 13368 0 -1 4202560 113 0 0 0 23 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578316585896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 13368 0 -1 4202560 39 0 0 0 25 0 0 0 20 0 19 0 282887539 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140578315533352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=9625004 CPUtime=2.45 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 13368 0 -1 4202560 109 0 0 0 244 1 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577833203816 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577832150136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282887540 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577831097480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577830046224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 13368 0 -1 4202560 9657 0 0 0 73 2 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577828993592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 13368 0 -1 4202560 3910 0 0 0 60 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577827941048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577826888696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 13368 0 -1 4202560 43 0 0 0 7 9 0 0 20 0 19 0 282887542 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577825836360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282887571 9856004096 33074 33554432000 1073741824 1073778376 140733268824880 140577824781096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 745.88
Current children cumulated vsize (KiB) 9625004

Child status: 30
Real time (s): 743.081
CPU time (s): 746.172
CPU user time (s): 745.778
CPU system time (s): 0.39394
CPU usage (%): 100.416
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 745.778
system time used= 0.39394
maximum resident set size= 132340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18006
page faults= 1
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18382
involuntary context switches= 5879

runsolver used 2.54161 second user time and 4.43333 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 03:13:35
IDJOB=3711203
IDBENCH=48154
IDSOLVER=2289
FILE ID=node116/3711203-1338167615
RUNJOBID= node116-1338158618-13384
PBS_JOBID= 14624543
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_3.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711203-1338167615/watcher-3711203-1338167615 -o /tmp/evaluation-result-3711203-1338167615/solver-3711203-1338167615 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711203-1338167615.opb

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

MD5SUM BENCH= cdb29f44159b0b72729019e0c0db0b8a
RANDOM SEED=2004569398

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:        30529600 kB
Buffers:          369912 kB
Cached:          1113416 kB
SwapCached:         3236 kB
Active:           794424 kB
Inactive:         711792 kB
Active(anon):      14220 kB
Inactive(anon):     8956 kB
Active(file):     780204 kB
Inactive(file):   702836 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:              1656 kB
Writeback:             0 kB
AnonPages:         19640 kB
Mapped:            18236 kB
Shmem:                96 kB
Slab:             699776 kB
SReclaimable:     144088 kB
SUnreclaim:       555688 kB
KernelStack:        1456 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     693332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71472 MiB
End job on node116 at 2012-05-28 03:25:58