Trace number 3687986

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.72 904.195

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUM51d899b20f631897b1e4ab45104d8148
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.815875
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables70
Total number of constraints2
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 constraints2
Minimum length of a constraint70
Maximum length of a constraint70
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09/0.09	c version 2.3.2.v20120418
0.09/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.09	c java.vm.version	19.1-b02
0.09/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.09	c sun.arch.data.model	64
0.09/0.09	c java.version		1.6.0_24
0.09/0.09	c os.name		Linux
0.09/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.09	c os.arch		amd64
0.09/0.09	c Free memory 		501472288
0.09/0.09	c Max memory 		7480803328
0.09/0.09	c Total memory 		504102912
0.09/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3687986-1337875437.opb
0.10/0.12	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.016s.
0.10/0.13	c declared #vars     70
0.10/0.13	c #constraints  2
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.10/0.13	c 2 constraints processed.
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.10/0.13	c 2 constraints processed.
1.57/0.58	c cleaning 2497 clauses out of 5002 with flag 5002/5002
2.75/0.81	c cleaning 4253 clauses out of 8506 with flag 11003/11003
3.49/1.03	c cleaning 5625 clauses out of 11251 with flag 18001/18001
4.11/1.39	c cleaning 6813 clauses out of 13625 with flag 26000/26000
4.95/1.72	c cleaning 7908 clauses out of 15815 with flag 35003/35003
5.74/2.12	c cleaning 8951 clauses out of 17904 with flag 45000/45000
6.51/2.56	c cleaning 9974 clauses out of 19953 with flag 56000/56000
7.28/2.95	c cleaning 10988 clauses out of 21979 with flag 68000/68000
8.25/3.42	c cleaning 11988 clauses out of 23991 with flag 81000/81000
9.23/3.92	c cleaning 12997 clauses out of 26005 with flag 95002/95002
10.40/4.51	c cleaning 14003 clauses out of 28006 with flag 110000/110000
12.21/5.45	c cleaning 15001 clauses out of 30004 with flag 126001/126001
14.37/6.51	c cleaning 15999 clauses out of 32002 with flag 143000/143000
16.91/7.89	c cleaning 17002 clauses out of 34005 with flag 161002/161002
19.68/9.26	c cleaning 17995 clauses out of 36002 with flag 180001/180001
22.23/10.56	c cleaning 19004 clauses out of 38007 with flag 200001/200001
25.27/12.07	c cleaning 19999 clauses out of 40002 with flag 221000/221000
27.62/13.21	c cleaning 20994 clauses out of 42004 with flag 243001/243001
29.35/14.16	c cleaning 21997 clauses out of 44010 with flag 266001/266001
31.49/15.25	c cleaning 23003 clauses out of 46012 with flag 290000/290000
34.41/16.74	c cleaning 24003 clauses out of 48009 with flag 315000/315000
38.57/18.81	c cleaning 25002 clauses out of 50006 with flag 341000/341000
42.91/21.07	c cleaning 25999 clauses out of 52004 with flag 368000/368000
46.66/22.97	c cleaning 27003 clauses out of 54005 with flag 396000/396000
49.77/24.53	c cleaning 28000 clauses out of 56002 with flag 425000/425000
54.30/26.81	c cleaning 28995 clauses out of 58002 with flag 455000/455000
59.89/29.64	c cleaning 29997 clauses out of 60008 with flag 486001/486001
64.63/32.07	c cleaning 31001 clauses out of 62011 with flag 518001/518001
69.54/34.52	c cleaning 32002 clauses out of 64009 with flag 551000/551000
76.88/38.24	c cleaning 0 clauses out of 5001 with flag 0/5001
77.89/38.63	c cleaning 32997 clauses out of 66009 with flag 585002/585002
82.74/40.83	c cleaning 34006 clauses out of 68011 with flag 620001/620001
87.58/43.14	c cleaning 34997 clauses out of 70004 with flag 656000/656000
92.50/45.61	c cleaning 35999 clauses out of 72008 with flag 693001/693001
98.82/48.90	c cleaning 37004 clauses out of 74009 with flag 731001/731001
105.94/52.41	c cleaning 37999 clauses out of 76004 with flag 770000/770000
113.43/56.28	c cleaning 39000 clauses out of 78005 with flag 810000/810000
121.36/60.28	c cleaning 39997 clauses out of 80005 with flag 851000/851000
129.47/64.34	c cleaning 40997 clauses out of 82008 with flag 893000/893000
135.99/67.68	c cleaning 42004 clauses out of 84013 with flag 936002/936002
142.86/71.19	c cleaning 43002 clauses out of 86007 with flag 980000/980000
148.57/74.06	c cleaning 43999 clauses out of 88006 with flag 1025001/1025001
154.28/76.90	c cleaning 45002 clauses out of 90007 with flag 1071001/1071001
160.18/79.96	c cleaning 46001 clauses out of 92005 with flag 1118001/1118001
165.64/82.73	c cleaning 47001 clauses out of 94003 with flag 1166000/1166000
171.75/85.84	c cleaning 47998 clauses out of 96003 with flag 1215001/1215001
178.46/89.25	c cleaning 49000 clauses out of 98006 with flag 1265002/1265002
184.79/92.48	c cleaning 50000 clauses out of 100005 with flag 1316001/1316001
192.97/96.59	c cleaning 51000 clauses out of 102006 with flag 1368002/1368002
206.10/103.17	c cleaning 51991 clauses out of 104004 with flag 1421000/1421000
214.02/107.16	c cleaning 53001 clauses out of 106013 with flag 1475000/1475000
222.70/111.58	c cleaning 54004 clauses out of 108012 with flag 1530000/1530000
233.54/117.07	c cleaning 55001 clauses out of 110008 with flag 1586000/1586000
245.46/123.09	c cleaning 55995 clauses out of 112008 with flag 1643001/1643001
257.17/128.97	c cleaning 57003 clauses out of 114012 with flag 1701000/1701000
266.87/133.80	c cleaning 58000 clauses out of 116009 with flag 1760000/1760000
278.72/139.80	c cleaning 59005 clauses out of 118010 with flag 1820001/1820001
289.00/145.03	c cleaning 59997 clauses out of 120004 with flag 1881000/1881000
296.88/149.06	c cleaning 61002 clauses out of 122008 with flag 1943001/1943001
304.60/152.98	c cleaning 62002 clauses out of 124006 with flag 2006001/2006001
325.64/163.57	c cleaning 62999 clauses out of 126004 with flag 2070001/2070001
346.02/173.76	c cleaning 63995 clauses out of 128004 with flag 2135000/2135000
361.69/181.68	c cleaning 65003 clauses out of 130009 with flag 2201000/2201000
382.43/192.04	c cleaning 66000 clauses out of 132007 with flag 2268001/2268001
399.30/200.51	c cleaning 0 clauses out of 11001 with flag 0/11001
404.93/203.30	c cleaning 67000 clauses out of 134006 with flag 2336000/2336000
424.85/213.23	c cleaning 68000 clauses out of 136008 with flag 2405002/2405002
442.54/222.14	c cleaning 68999 clauses out of 138006 with flag 2475000/2475000
465.57/233.79	c cleaning 69997 clauses out of 140007 with flag 2546000/2546000
485.92/243.90	c cleaning 71005 clauses out of 142011 with flag 2618001/2618001
508.02/255.09	c cleaning 71992 clauses out of 144005 with flag 2691000/2691000
527.55/264.88	c cleaning 73003 clauses out of 146013 with flag 2765000/2765000
546.94/274.65	c cleaning 74000 clauses out of 148010 with flag 2840000/2840000
566.84/284.60	c cleaning 75000 clauses out of 150010 with flag 2916000/2916000
586.13/294.31	c cleaning 76006 clauses out of 152011 with flag 2993001/2993001
601.27/301.91	c cleaning 76993 clauses out of 154004 with flag 3071000/3071000
622.10/312.42	c cleaning 78003 clauses out of 156013 with flag 3150002/3150002
645.66/324.27	c cleaning 79002 clauses out of 158008 with flag 3230000/3230000
661.92/332.43	c cleaning 80004 clauses out of 160008 with flag 3311002/3311002
676.64/339.84	c cleaning 81000 clauses out of 162004 with flag 3393002/3393002
698.09/350.67	c cleaning 81998 clauses out of 164002 with flag 3476000/3476000
723.86/363.58	c cleaning 83001 clauses out of 166005 with flag 3560001/3560001
744.83/374.05	c cleaning 83995 clauses out of 168003 with flag 3645000/3645000
771.84/387.59	c cleaning 85002 clauses out of 170009 with flag 3731001/3731001
796.34/399.86	c cleaning 85999 clauses out of 172008 with flag 3818002/3818002
813.29/408.38	c cleaning 87002 clauses out of 174008 with flag 3906001/3906001
836.86/420.19	c cleaning 88003 clauses out of 176006 with flag 3995001/3995001
860.47/431.94	c cleaning 88993 clauses out of 178002 with flag 4085000/4085000
889.17/446.32	c cleaning 89996 clauses out of 180009 with flag 4176000/4176000
911.42/457.47	c cleaning 91007 clauses out of 182014 with flag 4268001/4268001
934.81/469.16	c cleaning 92002 clauses out of 184007 with flag 4361001/4361001
958.61/481.09	c cleaning 93000 clauses out of 186004 with flag 4455000/4455000
974.59/489.15	c cleaning 93995 clauses out of 188004 with flag 4550000/4550000
994.72/499.25	c cleaning 94998 clauses out of 190010 with flag 4646001/4646001
1011.98/507.94	c cleaning 96000 clauses out of 192011 with flag 4743000/4743000
1031.33/517.65	c cleaning 97005 clauses out of 194013 with flag 4841002/4841002
1053.52/528.81	c cleaning 97994 clauses out of 196006 with flag 4940000/4940000
1077.46/540.86	c cleaning 99002 clauses out of 198013 with flag 5040001/5040001
1102.01/553.18	c cleaning 100005 clauses out of 200011 with flag 5141001/5141001
1121.52/562.99	c cleaning 100996 clauses out of 202005 with flag 5243000/5243000
1143.60/574.01	c cleaning 102004 clauses out of 204009 with flag 5346000/5346000
1167.18/585.86	c cleaning 102997 clauses out of 206005 with flag 5450000/5450000
1168.76/586.77	c cleaning 0 clauses out of 18000 with flag 0/18000
1188.14/596.45	c cleaning 104003 clauses out of 208009 with flag 5555001/5555001
1204.69/604.83	c cleaning 105004 clauses out of 210007 with flag 5661002/5661002
1225.36/615.29	c cleaning 105999 clauses out of 212001 with flag 5768000/5768000
1241.80/623.58	c cleaning 106993 clauses out of 214002 with flag 5876000/5876000
1260.82/633.13	c cleaning 108005 clauses out of 216009 with flag 5985000/5985000
1281.18/643.45	c cleaning 108997 clauses out of 218004 with flag 6095000/6095000
1305.68/655.75	c cleaning 110004 clauses out of 220008 with flag 6206001/6206001
1333.59/669.76	c cleaning 111000 clauses out of 222004 with flag 6318001/6318001
1359.49/682.73	c cleaning 111999 clauses out of 224003 with flag 6431000/6431000
1387.90/697.03	c cleaning 113001 clauses out of 226004 with flag 6545000/6545000
1417.89/712.08	c cleaning 114002 clauses out of 228003 with flag 6660000/6660000
1443.91/725.07	c cleaning 114992 clauses out of 230001 with flag 6776000/6776000
1476.52/741.30	c cleaning 116000 clauses out of 232011 with flag 6893002/6893002
1511.00/758.66	c cleaning 116998 clauses out of 234009 with flag 7011000/7011000
1538.45/772.38	c cleaning 118003 clauses out of 236012 with flag 7130001/7130001
1568.00/787.18	c cleaning 118996 clauses out of 238009 with flag 7250001/7250001
1598.29/802.37	c cleaning 120005 clauses out of 240014 with flag 7371002/7371002
1625.78/816.12	c cleaning 121001 clauses out of 242008 with flag 7493001/7493001
1650.47/828.59	c cleaning 122002 clauses out of 244006 with flag 7616000/7616000
1675.41/841.06	c cleaning 123000 clauses out of 246005 with flag 7740001/7740001
1699.93/853.36	c cleaning 124001 clauses out of 248005 with flag 7865001/7865001
1724.29/865.62	c cleaning 125000 clauses out of 250003 with flag 7991000/7991000
1750.18/878.67	c cleaning 125995 clauses out of 252004 with flag 8118001/8118001
1771.07/889.19	c cleaning 126996 clauses out of 254008 with flag 8246000/8246000
1800.14/903.71	c starts		: 299
1800.14/903.71	c conflicts		: 8375001
1800.14/903.71	c decisions		: 8387566
1800.14/903.71	c propagations		: 50569092
1800.14/903.71	c inspects		: 6584517996
1800.14/903.71	c shortcuts		: 0
1800.14/903.71	c learnt literals	: 0
1800.14/903.71	c learnt binary clauses	: 0
1800.14/903.71	c learnt ternary clauses	: 0
1800.14/903.71	c learnt constraints	: 8375001
1800.14/903.71	c ignored constraints	: 0
1800.14/903.71	c root simplifications	: 0
1800.14/903.71	c removed literals (reason simplification)	: 69371912
1800.14/903.71	c reason swapping (by a shorter reason)	: 0
1800.14/903.71	c Calls to reduceDB	: 125
1800.14/903.71	c number of reductions to clauses (during analyze)	: 0
1800.14/903.71	c number of learned constraints concerned by reduction	: 0
1800.14/903.71	c number of learning phase by resolution	: 0
1800.14/903.71	c number of learning phase by cutting planes	: 0
1800.14/903.71	c speed (assignments/second)	: 55965.4484343891
1800.14/903.71	c non guided choices	57
1800.14/903.75	c cleaning 128001 clauses out of 256013 with flag 8375001/8375001
1800.72/904.18	Exception in thread "Thread-0" java.lang.NullPointerException
1800.72/904.18		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Unknown Source)
1800.72/904.18		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1800.72/904.18		at org.sat4j.tools.ManyCore.printStat(Unknown Source)
1800.72/904.18		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1800.72/904.18		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1800.72/904.18		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1800.72/904.18		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

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-3687986-1337875437/watcher-3687986-1337875437 -o /tmp/evaluation-result-3687986-1337875437/solver-3687986-1337875437 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687986-1337875437.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.78 3.84 3.71 4/197 26812
/proc/meminfo: memFree=25027144/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/26812/stat : 26812 (java) R 26810 26812 25404 0 -1 4202496 1143 0 0 0 0 0 0 0 20 0 1 0 253668111 23728128 864 33554432000 1073741824 1073778376 140734952629472 140734952618536 251044684682 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 6050 867 654 9 0 385 0
[pid=26812/tid=26813] ppid=26810 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) R 26810 26812 25404 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 253668111 24780800 867 33554432000 1073741824 1073778376 140734952629472 140734952618536 251044698289 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0885561 s]
/proc/loadavg: 3.78 3.84 3.71 4/197 26812
/proc/meminfo: memFree=25027144/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26812/stat : 26812 (java) S 26810 26812 25404 0 -1 4202496 4217 0 1 0 8 1 0 0 20 0 18 0 253668111 9787813888 4907 33554432000 1073741824 1073778376 140734952629472 140734952620608 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 2389603 4908 2080 9 0 2380296 0
[pid=26812/tid=26813] ppid=26810 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) R 26810 26812 25404 0 -1 4202560 2327 0 1 0 6 0 0 0 20 0 18 0 253668111 9787813888 4908 33554432000 1073741824 1073778376 140734952629472 140159615130544 140159622896467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100356 s]
/proc/loadavg: 3.78 3.84 3.71 4/197 26812
/proc/meminfo: memFree=25027144/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/26812/stat : 26812 (java) S 26810 26812 25404 0 -1 4202496 4378 0 1 0 9 1 0 0 20 0 18 0 253668111 9787813888 5067 33554432000 1073741824 1073778376 140734952629472 140734952620608 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 2389603 5067 2109 9 0 2380296 0
[pid=26812/tid=26813] ppid=26810 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) R 26810 26812 25404 0 -1 4202560 2409 0 1 0 7 0 0 0 20 0 18 0 253668111 9787813888 5067 33554432000 1073741824 1073778376 140734952629472 140159615130576 140159622896467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300236 s]
/proc/loadavg: 3.78 3.84 3.71 4/197 26812
/proc/meminfo: memFree=25027144/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/26812/stat : 26812 (java) S 26810 26812 25404 0 -1 4202496 8886 0 1 0 75 2 0 0 20 0 22 0 253668111 10060460032 10178 33554432000 1073741824 1073778376 140734952629472 140734952620608 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 2456167 10178 2213 9 0 2446860 0
[pid=26812/tid=26813] ppid=26810 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 25404 0 -1 4202560 2491 0 1 0 10 1 0 0 20 0 22 0 253668111 10060460032 10178 33554432000 1073741824 1073778376 140734952629472 140159615132664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 9824668

[startup+0.700254 s]
/proc/loadavg: 3.78 3.84 3.71 4/197 26812
/proc/meminfo: memFree=25027144/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=9824668 CPUtime=2.34 cores=1,3,5,7
/proc/26812/stat : 26812 (java) S 26810 26812 25404 0 -1 4202496 19085 0 1 0 230 4 0 0 20 0 22 0 253668111 10060460032 24722 33554432000 1073741824 1073778376 140734952629472 140734952620608 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 2456167 24722 2260 9 0 2446860 0
[pid=26812/tid=26813] ppid=26810 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 25404 0 -1 4202560 2491 0 1 0 10 1 0 0 20 0 22 0 253668111 10060460032 24722 33554432000 1073741824 1073778376 140734952629472 140159615132664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 3.78 3.84 3.71 6/219 26834
/proc/meminfo: memFree=24932324/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=9824668 CPUtime=4.53 cores=1,3,5,7
/proc/26812/stat : 26812 (java) S 26810 26812 25404 0 -1 4202496 25792 0 1 0 445 8 0 0 20 0 22 0 253668111 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140734952620608 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 2456167 37532 2273 9 0 2446860 0
[pid=26812/tid=26813] ppid=26810 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 25404 0 -1 4202560 2491 0 1 0 10 1 0 0 20 0 22 0 253668111 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159615132664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159459088936 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 25404 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159458036136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 25404 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159456983336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 25404 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159455930536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 25404 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159454878760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159453825960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 25404 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159452773160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 25404 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159451720360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 25404 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 22 0 253668113 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159439309288 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253668114 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159438255352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253668114 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159437202440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253668116 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159436150928 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 25404 0 -1 4202560 7350 0 0 0 83 1 0 0 20 0 22 0 253668116 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159435099064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 25404 0 -1 4202560 14506 0 0 0 87 3 0 0 20 0 22 0 253668116 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159434046264 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253668116 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159432993656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253668116 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159431941064 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26831] ppid=26810 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/26812/task/26831/stat : 26831 (java) R 26810 26812 25404 0 -1 4202560 37 0 0 0 124 0 0 0 20 0 22 0 253668124 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159430885840 140159488078454 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26832] ppid=26810 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/26812/task/26832/stat : 26832 (java) R 26810 26812 25404 0 -1 4202560 122 0 0 0 123 1 0 0 20 0 22 0 253668124 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159429831136 140159488153570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26833] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26833/stat : 26833 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253668125 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159428780968 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26834] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26834/stat : 26834 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253668125 10060460032 37532 33554432000 1073741824 1073778376 140734952629472 140159427728168 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 3.88 3.86 3.72 5/219 26834
/proc/meminfo: memFree=24880876/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=9824668 CPUtime=7.65 cores=1,3,5,7
/proc/26812/stat : 26812 (java) S 26810 26812 25404 0 -1 4202496 25816 0 1 0 757 8 0 0 20 0 22 0 253668111 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140734952620608 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 2456167 40618 2273 9 0 2446860 0
[pid=26812/tid=26813] ppid=26810 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 25404 0 -1 4202560 2491 0 1 0 10 1 0 0 20 0 22 0 253668111 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159615132664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 25404 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159459088936 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 25404 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159458036136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 25404 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159456983336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159455930536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 25404 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159454878760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159453825960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 25404 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159452773160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159451720360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 25404 0 -1 4202560 36 0 0 0 18 0 0 0 20 0 22 0 253668113 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159439309288 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253668114 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159438255352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253668114 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159437202440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253668116 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159436150928 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 25404 0 -1 4202560 7350 0 0 0 83 1 0 0 20 0 22 0 253668116 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159435099064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 25404 0 -1 4202560 14506 0 0 0 88 3 0 0 20 0 22 0 253668116 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159434046264 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253668116 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159432993656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253668116 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159431941064 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26831] ppid=26810 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/26812/task/26831/stat : 26831 (java) R 26810 26812 25404 0 -1 4202560 41 0 0 0 270 0 0 0 20 0 22 0 253668124 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159430885960 140159488172887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26832] ppid=26810 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/26812/task/26832/stat : 26832 (java) R 26810 26812 25404 0 -1 4202560 125 0 0 0 269 1 0 0 20 0 22 0 253668124 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159429830960 140159488153719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26833] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26833/stat : 26833 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253668125 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159428780968 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26834] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26834/stat : 26834 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253668125 10060460032 40618 33554432000 1073741824 1073778376 140734952629472 140159427728168 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 3.88 3.86 3.72 4/219 26834
/proc/meminfo: memFree=24800152/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=9824668 CPUtime=13.94 cores=1,3,5,7
/proc/26812/stat : 26812 (java) S 26810 26812 25404 0 -1 4202496 25946 0 1 0 1384 10 0 0 20 0 22 0 253668111 10060460032 51970 33554432000 1073741824 1073778376 140734952629472 140734952620608 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 2456167 51970 2273 9 0 2446860 0
[pid=26812/tid=26813] ppid=26810 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 25404 0 -1 4202560 2491 0 1 0 10 1 0 0 20 0 22 0 253668111 10060460032 51970 33554432000 1073741824 1073778376 140734952629472 140159615132664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253668112 10060460032 51970 33554432000 1073741824 1073778376 140734952629472 140159459088936 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 25404 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253668112 10060460032 51970 33554432000 1073741824 1073778376 140734952629472 140159458036136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 25404 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253668112 10060460032 51970 33554432000 1073741824 1073778376 140734952629472 140159456983336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 25404 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253668112 10060460032 51970 33554432000 1073741824 1073778376 140734952629472 140159455930536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 25404 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253668112 10060460032 51970 33554432000 1073741824 1073778376 140734952629472 140159454878760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 25404 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253668112 10060460032 51970 33554432000 1073741824 1073778376 140734952629472 140159453825960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 25404 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253668112 10060460032 51970 33554432000 1073741824 1073778376 140734952629472 140159452773160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 25404 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 253668112 10060460032 51970 33554432000 1073741824 1073778376 140734952629472 140159451720360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[startup+903.813 s]
/proc/loadavg: 3.87 3.76 3.74 4/219 26941
/proc/meminfo: memFree=27020196/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=9957796 CPUtime=1800.42 cores=1,3,5,7
/proc/26812/stat : 26812 (java) S 26810 26812 25404 0 -1 4202496 44754 0 1 0 179881 161 0 0 20 0 24 0 253668111 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140734952620608 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 2489449 216201 2284 9 0 2480142 0
[pid=26812/tid=26813] ppid=26810 vsize=9957796 CPUtime=0.17 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 25404 0 -1 4202560 2539 0 1 0 13 4 0 0 20 0 24 0 253668111 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159615132664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9957796 CPUtime=3.14 cores=1,3,5,7
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 25404 0 -1 4202560 418 0 0 0 305 9 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159459088936 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9957796 CPUtime=3.22 cores=1,3,5,7
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 25404 0 -1 4202560 626 0 0 0 311 11 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159458036136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9957796 CPUtime=3.14 cores=1,3,5,7
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 25404 0 -1 4202560 465 0 0 0 303 11 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159456983336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9957796 CPUtime=3.05 cores=1,3,5,7
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 25404 0 -1 4202560 542 0 0 0 297 8 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159455930536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9957796 CPUtime=3.59 cores=1,3,5,7
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 25404 0 -1 4202560 556 0 0 0 348 11 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159454878760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9957796 CPUtime=3.04 cores=1,3,5,7
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 25404 0 -1 4202560 417 0 0 0 295 9 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159453825960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9957796 CPUtime=3.52 cores=1,3,5,7
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 25404 0 -1 4202560 477 0 0 0 339 13 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159452773160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9957796 CPUtime=3.26 cores=1,3,5,7
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 25404 0 -1 4202560 551 0 0 0 313 13 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159451720360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9957796 CPUtime=22.53 cores=1,3,5,7
/proc/26812/task/26823/stat : 26823 (java) R 26810 26812 25404 0 -1 4202560 1310 0 0 0 2232 21 0 0 20 0 24 0 253668113 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159439308360 140159621255571 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 253668114 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159438255352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 253668114 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159437202440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159436150928 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9957796 CPUtime=1.09 cores=1,3,5,7
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 25404 0 -1 4202560 7375 0 0 0 108 1 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159435099064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9957796 CPUtime=2.67 cores=1,3,5,7
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 25404 0 -1 4202560 24694 0 0 0 261 6 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159434046264 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159432993656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9957796 CPUtime=0.46 cores=1,3,5,7
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 25404 0 -1 4202560 53 0 0 0 22 24 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159431941064 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26831] ppid=26810 vsize=9957796 CPUtime=871.53 cores=1,3,5,7
/proc/26812/task/26831/stat : 26831 (java) S 26810 26812 25404 0 -1 4202560 361 0 0 0 87137 16 0 0 20 0 24 0 253668124 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159430885976 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26832] ppid=26810 vsize=9957796 CPUtime=871.56 cores=1,3,5,7
/proc/26812/task/26832/stat : 26832 (java) S 26810 26812 25404 0 -1 4202560 3141 0 0 0 87119 37 0 0 20 0 24 0 253668124 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159429831272 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26833] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26833/stat : 26833 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 253668125 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159428780968 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26834] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26834/stat : 26834 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 253668125 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159427728168 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 9957796

[startup+904.001 s]
/proc/loadavg: 3.87 3.76 3.74 4/219 26941
/proc/meminfo: memFree=27020196/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=9957796 CPUtime=1800.61 cores=1,3,5,7
/proc/26812/stat : 26812 (java) S 26810 26812 25404 0 -1 4202496 44754 0 1 0 179900 161 0 0 20 0 24 0 253668111 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140734952620608 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 2489449 216201 2284 9 0 2480142 0
[pid=26812/tid=26813] ppid=26810 vsize=9957796 CPUtime=0.17 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 25404 0 -1 4202560 2539 0 1 0 13 4 0 0 20 0 24 0 253668111 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159615132664 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9957796 CPUtime=3.14 cores=1,3,5,7
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 25404 0 -1 4202560 418 0 0 0 305 9 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159459088936 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9957796 CPUtime=3.22 cores=1,3,5,7
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 25404 0 -1 4202560 626 0 0 0 311 11 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159458036136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9957796 CPUtime=3.14 cores=1,3,5,7
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 25404 0 -1 4202560 465 0 0 0 303 11 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159456983336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9957796 CPUtime=3.05 cores=1,3,5,7
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 25404 0 -1 4202560 542 0 0 0 297 8 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159455930536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9957796 CPUtime=3.59 cores=1,3,5,7
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 25404 0 -1 4202560 556 0 0 0 348 11 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159454878760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9957796 CPUtime=3.04 cores=1,3,5,7
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 25404 0 -1 4202560 417 0 0 0 295 9 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159453825960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9957796 CPUtime=3.52 cores=1,3,5,7
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 25404 0 -1 4202560 477 0 0 0 339 13 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159452773160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9957796 CPUtime=3.26 cores=1,3,5,7
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 25404 0 -1 4202560 551 0 0 0 313 13 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159451720360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9957796 CPUtime=22.71 cores=1,3,5,7
/proc/26812/task/26823/stat : 26823 (java) R 26810 26812 25404 0 -1 4202560 1310 0 0 0 2250 21 0 0 20 0 24 0 253668113 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159439308360 140159619293360 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 253668114 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159438255352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 253668114 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159437202440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159436150928 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9957796 CPUtime=1.09 cores=1,3,5,7
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 25404 0 -1 4202560 7375 0 0 0 108 1 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159435099064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9957796 CPUtime=2.67 cores=1,3,5,7
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 25404 0 -1 4202560 24694 0 0 0 261 6 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159434046264 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159432993656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9957796 CPUtime=0.46 cores=1,3,5,7
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 25404 0 -1 4202560 53 0 0 0 22 24 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159431941064 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26831] ppid=26810 vsize=9957796 CPUtime=871.53 cores=1,3,5,7
/proc/26812/task/26831/stat : 26831 (java) S 26810 26812 25404 0 -1 4202560 361 0 0 0 87137 16 0 0 20 0 24 0 253668124 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159430885976 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26832] ppid=26810 vsize=9957796 CPUtime=871.56 cores=1,3,5,7
/proc/26812/task/26832/stat : 26832 (java) S 26810 26812 25404 0 -1 4202560 3141 0 0 0 87119 37 0 0 20 0 24 0 253668124 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159429831272 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26833] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26833/stat : 26833 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 253668125 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159428780968 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26834] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26834/stat : 26834 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 253668125 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159427728168 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 9957796

[startup+904.101 s]
/proc/loadavg: 3.87 3.76 3.74 3/222 26944
/proc/meminfo: memFree=27009932/32873844 swapFree=7612/7612
[pid=26812] ppid=26810 vsize=9957796 CPUtime=1800.72 cores=1,3,5,7
/proc/26812/stat : 26812 (java) S 26810 26812 25404 0 -1 4202496 44755 0 1 0 179911 161 0 0 20 0 24 0 253668111 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140734952620608 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26812/statm: 2489449 216201 2284 9 0 2480142 0
[pid=26812/tid=26813] ppid=26810 vsize=9957796 CPUtime=0.17 cores=1,3,5,7
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 25404 0 -1 4202560 2540 0 1 0 13 4 0 0 20 0 24 0 253668111 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159615132376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9957796 CPUtime=3.14 cores=1,3,5,7
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 25404 0 -1 4202560 418 0 0 0 305 9 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159459088936 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9957796 CPUtime=3.22 cores=1,3,5,7
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 25404 0 -1 4202560 626 0 0 0 311 11 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159458036136 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9957796 CPUtime=3.14 cores=1,3,5,7
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 25404 0 -1 4202560 465 0 0 0 303 11 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159456983336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9957796 CPUtime=3.05 cores=1,3,5,7
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 25404 0 -1 4202560 542 0 0 0 297 8 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159455930536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9957796 CPUtime=3.59 cores=1,3,5,7
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 25404 0 -1 4202560 556 0 0 0 348 11 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159454878760 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9957796 CPUtime=3.04 cores=1,3,5,7
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 25404 0 -1 4202560 417 0 0 0 295 9 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159453825960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9957796 CPUtime=3.52 cores=1,3,5,7
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 25404 0 -1 4202560 477 0 0 0 339 13 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159452773160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9957796 CPUtime=3.26 cores=1,3,5,7
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 25404 0 -1 4202560 551 0 0 0 313 13 0 0 20 0 24 0 253668112 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159451720360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9957796 CPUtime=22.82 cores=1,3,5,7
/proc/26812/task/26823/stat : 26823 (java) R 26810 26812 25404 0 -1 4202560 1310 0 0 0 2261 21 0 0 20 0 24 0 253668113 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159439308360 140159621640314 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 253668114 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159438255352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 253668114 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159437202440 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159436150928 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9957796 CPUtime=1.09 cores=1,3,5,7
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 25404 0 -1 4202560 7375 0 0 0 108 1 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159435099064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9957796 CPUtime=2.67 cores=1,3,5,7
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 25404 0 -1 4202560 24694 0 0 0 261 6 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159434046264 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159432993656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9957796 CPUtime=0.46 cores=1,3,5,7
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 25404 0 -1 4202560 53 0 0 0 22 24 0 0 20 0 24 0 253668116 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159431941064 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26831] ppid=26810 vsize=9957796 CPUtime=871.53 cores=1,3,5,7
/proc/26812/task/26831/stat : 26831 (java) S 26810 26812 25404 0 -1 4202560 361 0 0 0 87137 16 0 0 20 0 24 0 253668124 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159430885976 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26812/tid=26832] ppid=26810 vsize=9957796 CPUtime=871.56 cores=1,3,5,7
/proc/26812/task/26832/stat : 26832 (java) S 26810 26812 25404 0 -1 4202560 3141 0 0 0 87119 37 0 0 20 0 24 0 253668124 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159429831272 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26833] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26833/stat : 26833 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 253668125 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159428780968 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26834] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26834/stat : 26834 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 253668125 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159427728168 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26812/tid=26943] ppid=26810 vsize=9957796 CPUtime=0 cores=1,3,5,7
/proc/26812/task/26943/stat : 26943 (java) S 26810 26812 25404 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 24 0 253758482 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159426675688 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26812/tid=26944] ppid=26810 vsize=9957796 CPUtime=0.01 cores=1,3,5,7
/proc/26812/task/26944/stat : 26944 (java) S 26810 26812 25404 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 24 0 253758482 10196783104 216201 33554432000 1073741824 1073778376 140734952629472 140159425621800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 9957796

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26812 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=561185
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=109679
# CPU time returned by wait4() is 1796.67
# while last known CPU time is 1800.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 904.195
CPU time (s): 1800.72
CPU user time (s): 1799.11
CPU system time (s): 1.61
CPU usage (%): 199.152
Max. virtual memory (cumulated for all children) (KiB): 9957796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 2.10968
maximum resident set size= 1204348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44759
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29170
involuntary context switches= 52156

runsolver used 4.26035 second user time and 7.95379 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 18:03:57
IDJOB=3687986
IDBENCH=2559
IDSOLVER=2268
FILE ID=node143/3687986-1337875437
RUNJOBID= node143-1337871881-25422
PBS_JOBID= 14620061
Free space on /tmp= 71512 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687986-1337875437/watcher-3687986-1337875437 -o /tmp/evaluation-result-3687986-1337875437/solver-3687986-1337875437 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687986-1337875437.opb

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

MD5SUM BENCH= 51d899b20f631897b1e4ab45104d8148
RANDOM SEED=672009774

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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:       32873844 kB
MemFree:        25027416 kB
Buffers:          220052 kB
Cached:          2556024 kB
SwapCached:            0 kB
Active:          4858988 kB
Inactive:        2183812 kB
Active(anon):    4269312 kB
Inactive(anon):        0 kB
Active(file):     589676 kB
Inactive(file):  2183812 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               580 kB
Writeback:             0 kB
AnonPages:       4364596 kB
Mapped:            22612 kB
Shmem:               200 kB
Slab:             639696 kB
SReclaimable:      81872 kB
SUnreclaim:       557824 kB
KernelStack:        1784 kB
PageTables:        12372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5013120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4251648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71516 MiB
End job on node143 at 2012-05-24 18:19:03