Trace number 3687982

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.82 902.657

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww3.opb
MD5SUMc67056006c43da82eed6e7cbb40287a1
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.416936
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables68
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 constraint68
Maximum length of a constraint68
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 58925135
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 568217345
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.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3687982-1337875356.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c ... done. Wall clock time 0.015s.
0.08/0.13	c declared #vars     68
0.08/0.13	c #constraints  2
0.08/0.13	c constraints type 
0.08/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.08/0.13	c 2 constraints processed.
0.08/0.13	c constraints type 
0.08/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.08/0.13	c 2 constraints processed.
1.55/0.56	c cleaning 2500 clauses out of 5002 with flag 5002/5002
2.33/0.77	c cleaning 4243 clauses out of 8501 with flag 11001/11001
3.35/1.02	c cleaning 5623 clauses out of 11259 with flag 18002/18002
4.16/1.32	c cleaning 6818 clauses out of 13635 with flag 26001/26001
4.78/1.66	c cleaning 7904 clauses out of 15816 with flag 35000/35000
5.36/1.95	c cleaning 8951 clauses out of 17913 with flag 45001/45001
5.95/2.27	c cleaning 9978 clauses out of 19962 with flag 56001/56001
6.92/2.70	c cleaning 10992 clauses out of 21984 with flag 68001/68001
8.13/3.34	c cleaning 11992 clauses out of 23991 with flag 81000/81000
9.31/3.95	c cleaning 12997 clauses out of 26001 with flag 95002/95002
10.92/4.75	c cleaning 13999 clauses out of 28002 with flag 110000/110000
12.31/5.44	c cleaning 14994 clauses out of 30003 with flag 126000/126000
13.85/6.22	c cleaning 15998 clauses out of 32010 with flag 143001/143001
15.43/7.09	c cleaning 17004 clauses out of 34011 with flag 161000/161000
17.58/8.16	c cleaning 18001 clauses out of 36008 with flag 180001/180001
19.14/8.97	c cleaning 18999 clauses out of 38007 with flag 200001/200001
20.90/9.90	c cleaning 20003 clauses out of 40007 with flag 221000/221000
22.84/10.89	c cleaning 21001 clauses out of 42005 with flag 243001/243001
25.01/11.97	c cleaning 21997 clauses out of 44005 with flag 266002/266002
27.99/13.48	c cleaning 23004 clauses out of 46007 with flag 290001/290001
31.37/15.16	c cleaning 23993 clauses out of 48003 with flag 315001/315001
34.51/16.79	c cleaning 25003 clauses out of 50012 with flag 341003/341003
36.68/17.87	c cleaning 26003 clauses out of 52006 with flag 368000/368000
38.84/18.91	c cleaning 26999 clauses out of 54006 with flag 396003/396003
41.56/20.35	c cleaning 27992 clauses out of 56004 with flag 425000/425000
45.51/22.31	c cleaning 29004 clauses out of 58014 with flag 455002/455002
49.47/24.35	c cleaning 30004 clauses out of 60009 with flag 486001/486001
53.21/26.26	c cleaning 30997 clauses out of 62004 with flag 518000/518000
55.37/27.30	c cleaning 0 clauses out of 5001 with flag 0/5001
58.71/28.85	c cleaning 31995 clauses out of 64007 with flag 551000/551000
62.66/30.85	c cleaning 33003 clauses out of 66014 with flag 585002/585002
65.98/32.57	c cleaning 33999 clauses out of 68009 with flag 620000/620000
69.90/34.54	c cleaning 34998 clauses out of 70010 with flag 656000/656000
74.63/36.92	c cleaning 36007 clauses out of 72013 with flag 693001/693001
82.02/40.70	c cleaning 36995 clauses out of 74006 with flag 731001/731001
89.76/44.52	c cleaning 38001 clauses out of 76011 with flag 770001/770001
93.09/46.27	c cleaning 39000 clauses out of 78009 with flag 810000/810000
96.61/48.08	c cleaning 40002 clauses out of 80012 with flag 851003/851003
100.14/49.88	c cleaning 41003 clauses out of 82008 with flag 893001/893001
106.12/52.86	c cleaning 42000 clauses out of 84006 with flag 936002/936002
110.98/55.38	c cleaning 43001 clauses out of 86004 with flag 980000/980000
116.11/57.98	c cleaning 44003 clauses out of 88005 with flag 1025002/1025002
122.03/60.96	c cleaning 44995 clauses out of 90000 with flag 1071000/1071000
127.14/63.55	c cleaning 46000 clauses out of 92005 with flag 1118000/1118000
133.43/66.79	c cleaning 47002 clauses out of 94005 with flag 1166000/1166000
141.34/70.71	c cleaning 47993 clauses out of 96003 with flag 1215000/1215000
151.25/75.76	c cleaning 48999 clauses out of 98010 with flag 1265000/1265000
158.58/79.46	c cleaning 50002 clauses out of 100013 with flag 1316002/1316002
165.46/82.99	c cleaning 50998 clauses out of 102009 with flag 1368000/1368000
170.57/85.50	c cleaning 52005 clauses out of 104011 with flag 1421000/1421000
176.69/88.69	c cleaning 53002 clauses out of 106006 with flag 1475000/1475000
183.39/92.03	c cleaning 53995 clauses out of 108005 with flag 1530001/1530001
192.06/96.49	c cleaning 55004 clauses out of 110009 with flag 1586000/1586000
200.56/100.76	c cleaning 55997 clauses out of 112006 with flag 1643001/1643001
209.07/105.01	c cleaning 57000 clauses out of 114008 with flag 1701000/1701000
219.81/110.45	c cleaning 57997 clauses out of 116009 with flag 1760001/1760001
226.07/113.60	c cleaning 59001 clauses out of 118012 with flag 1820001/1820001
233.56/117.41	c cleaning 60003 clauses out of 120010 with flag 1881000/1881000
240.07/120.72	c cleaning 61000 clauses out of 122007 with flag 1943000/1943000
246.36/123.99	c cleaning 62001 clauses out of 124007 with flag 2006000/2006000
254.00/127.82	c cleaning 62998 clauses out of 126006 with flag 2070000/2070000
261.69/131.77	c cleaning 64001 clauses out of 128008 with flag 2135000/2135000
270.81/136.40	c cleaning 65005 clauses out of 130009 with flag 2201002/2201002
272.70/137.37	c cleaning 0 clauses out of 11000 with flag 0/11000
283.58/142.85	c cleaning 66000 clauses out of 132003 with flag 2268001/2268001
297.08/149.65	c cleaning 67002 clauses out of 134003 with flag 2336001/2336001
312.79/157.56	c cleaning 67997 clauses out of 136001 with flag 2405001/2405001
325.35/163.87	c cleaning 68993 clauses out of 138004 with flag 2475001/2475001
336.63/169.51	c cleaning 70003 clauses out of 140012 with flag 2546002/2546002
348.78/175.61	c cleaning 71004 clauses out of 142007 with flag 2618000/2618000
358.89/180.77	c cleaning 72000 clauses out of 144004 with flag 2691001/2691001
370.64/186.62	c cleaning 72996 clauses out of 146003 with flag 2765000/2765000
384.70/193.75	c cleaning 74000 clauses out of 148007 with flag 2840000/2840000
397.03/199.98	c cleaning 74999 clauses out of 150007 with flag 2916000/2916000
411.15/207.07	c cleaning 76000 clauses out of 152010 with flag 2993002/2993002
422.84/212.98	c cleaning 76996 clauses out of 154009 with flag 3071001/3071001
433.71/218.43	c cleaning 77998 clauses out of 156014 with flag 3150002/3150002
444.62/223.91	c cleaning 79008 clauses out of 158015 with flag 3230001/3230001
457.54/230.40	c cleaning 80005 clauses out of 160010 with flag 3311004/3311004
469.46/236.41	c cleaning 81000 clauses out of 162001 with flag 3393000/3393000
481.66/242.67	c cleaning 81996 clauses out of 164001 with flag 3476000/3476000
496.57/250.15	c cleaning 83000 clauses out of 166005 with flag 3560000/3560000
513.18/258.42	c cleaning 84002 clauses out of 168006 with flag 3645001/3645001
524.68/264.25	c cleaning 84997 clauses out of 170004 with flag 3731001/3731001
539.59/271.78	c cleaning 86001 clauses out of 172008 with flag 3818002/3818002
556.11/280.05	c cleaning 87001 clauses out of 174006 with flag 3906001/3906001
569.87/286.94	c cleaning 88003 clauses out of 176005 with flag 3995001/3995001
595.92/299.93	c cleaning 89001 clauses out of 178001 with flag 4085000/4085000
625.08/314.59	c cleaning 89998 clauses out of 180000 with flag 4176000/4176000
656.85/330.47	c cleaning 90999 clauses out of 182003 with flag 4268001/4268001
687.11/345.51	c cleaning 91998 clauses out of 184003 with flag 4361000/4361000
716.91/360.45	c cleaning 93003 clauses out of 186005 with flag 4455000/4455000
747.33/375.66	c cleaning 93996 clauses out of 188002 with flag 4550000/4550000
775.17/389.59	c cleaning 0 clauses out of 18001 with flag 0/18001
783.19/393.66	c cleaning 94998 clauses out of 190007 with flag 4646001/4646001
818.85/411.43	c cleaning 96004 clauses out of 192008 with flag 4743000/4743000
858.70/431.39	c cleaning 97000 clauses out of 194004 with flag 4841000/4841000
909.16/456.54	c cleaning 98000 clauses out of 196004 with flag 4940000/4940000
961.05/482.40	c cleaning 99000 clauses out of 198004 with flag 5040000/5040000
993.28/498.51	c cleaning 99997 clauses out of 200005 with flag 5141001/5141001
1014.52/509.26	c cleaning 100992 clauses out of 202008 with flag 5243001/5243001
1034.05/519.01	c cleaning 102002 clauses out of 204015 with flag 5346000/5346000
1055.59/529.85	c cleaning 103002 clauses out of 206014 with flag 5450001/5450001
1084.97/544.54	c cleaning 104003 clauses out of 208011 with flag 5555000/5555000
1106.00/555.16	c cleaning 104995 clauses out of 210009 with flag 5661001/5661001
1137.63/570.99	c cleaning 106003 clauses out of 212013 with flag 5768000/5768000
1157.80/581.09	c cleaning 107000 clauses out of 214010 with flag 5876000/5876000
1179.58/591.93	c cleaning 108001 clauses out of 216011 with flag 5985001/5985001
1204.86/604.60	c cleaning 109003 clauses out of 218010 with flag 6095001/6095001
1228.20/616.33	c cleaning 110000 clauses out of 220007 with flag 6206001/6206001
1253.80/629.18	c cleaning 110995 clauses out of 222006 with flag 6318000/6318000
1290.23/647.31	c cleaning 112001 clauses out of 224011 with flag 6431000/6431000
1314.75/659.65	c cleaning 112999 clauses out of 226010 with flag 6545000/6545000
1338.72/671.67	c cleaning 114005 clauses out of 228011 with flag 6660000/6660000
1363.50/684.03	c cleaning 115004 clauses out of 230007 with flag 6776001/6776001
1396.08/700.34	c cleaning 115993 clauses out of 232002 with flag 6893000/6893000
1425.62/715.15	c cleaning 117002 clauses out of 234010 with flag 7011001/7011001
1462.80/733.77	c cleaning 118000 clauses out of 236007 with flag 7130000/7130000
1502.07/753.39	c cleaning 118997 clauses out of 238007 with flag 7250000/7250000
1534.30/769.46	c cleaning 120000 clauses out of 240010 with flag 7371000/7371000
1571.14/787.92	c cleaning 121002 clauses out of 242010 with flag 7493000/7493000
1613.03/808.88	c cleaning 122001 clauses out of 244008 with flag 7616000/7616000
1646.85/825.78	c cleaning 122994 clauses out of 246007 with flag 7740000/7740000
1654.66/829.78	c cleaning 0 clauses out of 26000 with flag 0/26000
1678.64/841.86	c cleaning 124005 clauses out of 248013 with flag 7865000/7865000
1712.46/858.70	c cleaning 125004 clauses out of 250011 with flag 7991003/7991003
1744.63/874.85	c cleaning 125997 clauses out of 252005 with flag 8118001/8118001
1780.29/892.65	c cleaning 126995 clauses out of 254008 with flag 8246001/8246001
1800.07/902.61	c starts		: 299
1800.07/902.61	c conflicts		: 8322121
1800.07/902.61	c decisions		: 8334102
1800.07/902.61	c propagations		: 46447395
1800.07/902.61	c inspects		: 8146047612
1800.07/902.61	c shortcuts		: 0
1800.07/902.61	c learnt literals	: 0
1800.07/902.61	c learnt binary clauses	: 0
1800.07/902.61	c learnt ternary clauses	: 0
1800.07/902.61	c learnt constraints	: 8322121
1800.07/902.61	c ignored constraints	: 0
1800.07/902.61	c root simplifications	: 0
1800.07/902.61	c removed literals (reason simplification)	: 69453477
1800.07/902.61	c reason swapping (by a shorter reason)	: 0
1800.07/902.61	c Calls to reduceDB	: 124
1800.07/902.61	c number of reductions to clauses (during analyze)	: 0
1800.07/902.61	c number of learned constraints concerned by reduction	: 0
1800.07/902.61	c number of learning phase by resolution	: 0
1800.07/902.61	c number of learning phase by cutting planes	: 0
1800.07/902.61	c speed (assignments/second)	: 51466.51552724831
1800.07/902.61	c non guided choices	55
1800.07/902.65	c learnt constraints type 
1800.07/902.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 203232
1800.07/902.65	c constraints type 
1800.07/902.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.07/902.65	c 2 constraints processed.
1800.07/902.65	c constraints type 
1800.07/902.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/902.65	c 2 constraints processed.
1800.07/902.65	s UNKNOWN
1800.07/902.65	c Total wall clock time (in seconds): 902.532

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-3687982-1337875356/watcher-3687982-1337875356 -o /tmp/evaluation-result-3687982-1337875356/solver-3687982-1337875356 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687982-1337875356.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.69 3.94 3.71 4/197 22678
/proc/meminfo: memFree=25062584/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22678/stat : 22678 (java) D 22676 22678 21597 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253662958 9515008 182 33554432000 1073741824 1073778376 140735345002944 140735344993976 219513962165 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22678/statm: 2323 182 140 9 0 71 0

[startup+0.0939909 s]
/proc/loadavg: 3.69 3.94 3.71 4/197 22678
/proc/meminfo: memFree=25062584/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/22678/stat : 22678 (java) S 22676 22678 21597 0 -1 4202496 4311 0 1 0 8 0 0 0 20 0 18 0 253662958 9787813888 4999 33554432000 1073741824 1073778376 140735226754464 140735226745600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22678/statm: 2389603 4999 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100283 s]
/proc/loadavg: 3.69 3.94 3.71 4/197 22678
/proc/meminfo: memFree=25062584/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/22678/stat : 22678 (java) S 22676 22678 21597 0 -1 4202496 4354 0 1 0 8 0 0 0 20 0 18 0 253662958 9787813888 5042 33554432000 1073741824 1073778376 140735226754464 140735226745600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22678/statm: 2389603 5043 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300182 s]
/proc/loadavg: 3.69 3.94 3.71 4/197 22678
/proc/meminfo: memFree=25062584/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/22678/stat : 22678 (java) S 22676 22678 21597 0 -1 4202496 7902 0 1 0 74 1 0 0 20 0 22 0 253662958 10060460032 10153 33554432000 1073741824 1073778376 140735226754464 140735226745600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22678/statm: 2456167 10153 2216 9 0 2446860 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 9824668

[startup+0.700202 s]
/proc/loadavg: 3.69 3.94 3.71 4/197 22678
/proc/meminfo: memFree=25062584/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/22678/stat : 22678 (java) S 22676 22678 21597 0 -1 4202496 17450 0 1 0 228 5 0 0 20 0 22 0 253662958 10060460032 26960 33554432000 1073741824 1073778376 140735226754464 140735226745600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22678/statm: 2456167 26960 2253 9 0 2446860 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9824668

[startup+1.50075 s]
/proc/loadavg: 3.69 3.94 3.71 5/219 22700
/proc/meminfo: memFree=24948096/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9824668 CPUtime=4.57 cores=1,3,5,7
/proc/22678/stat : 22678 (java) S 22676 22678 21597 0 -1 4202496 19476 0 1 0 451 6 0 0 20 0 22 0 253662958 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140735226745600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22678/statm: 2456167 35368 2273 9 0 2446860 0
[pid=22678/tid=22680] ppid=22676 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/22678/task/22680/stat : 22680 (java) S 22676 22678 21597 0 -1 4202560 2490 0 1 0 10 0 0 0 20 0 22 0 253662959 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153448776696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22681] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22681/stat : 22681 (java) S 22676 22678 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153292810536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22682] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22682/stat : 22682 (java) S 22676 22678 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153291757736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22683] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22683/stat : 22683 (java) S 22676 22678 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153290705448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22684] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22684/stat : 22684 (java) S 22676 22678 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153289652648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22685] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22685/stat : 22685 (java) S 22676 22678 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153288600360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22686] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22686/stat : 22686 (java) S 22676 22678 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153287547560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22687] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22687/stat : 22687 (java) S 22676 22678 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153286495272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22688] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22688/stat : 22688 (java) S 22676 22678 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153285442472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22689] ppid=22676 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/22678/task/22689/stat : 22689 (java) S 22676 22678 21597 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 22 0 253662962 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153273030888 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22690] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22690/stat : 22690 (java) S 22676 22678 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153271976952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22691] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22691/stat : 22691 (java) S 22676 22678 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153270924552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22692] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22692/stat : 22692 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153269873040 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22693] ppid=22676 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/22678/task/22693/stat : 22693 (java) S 22676 22678 21597 0 -1 4202560 7041 0 0 0 94 2 0 0 20 0 22 0 253662964 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153268820664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22694] ppid=22676 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/22678/task/22694/stat : 22694 (java) S 22676 22678 21597 0 -1 4202560 8507 0 0 0 80 2 0 0 20 0 22 0 253662964 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153267767864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22695] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22695/stat : 22695 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153266715768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22696] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22696/stat : 22696 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153265663176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22697] ppid=22676 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/22678/task/22697/stat : 22697 (java) R 22676 22678 21597 0 -1 4202560 43 0 0 0 127 0 0 0 20 0 22 0 253662972 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153264607424 140153321992660 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22698] ppid=22676 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/22678/task/22698/stat : 22698 (java) R 22676 22678 21597 0 -1 4202560 115 0 0 0 127 0 0 0 20 0 22 0 253662972 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153263552720 140153321895152 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22699] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22699/stat : 22699 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153262503080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22700] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22700/stat : 22700 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 35368 33554432000 1073741824 1073778376 140735226754464 140153261450280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.69 3.94 3.71 5/219 22700
/proc/meminfo: memFree=24917128/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9824668 CPUtime=7.69 cores=1,3,5,7
/proc/22678/stat : 22678 (java) S 22676 22678 21597 0 -1 4202496 19521 0 1 0 762 7 0 0 20 0 22 0 253662958 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140735226745600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22678/statm: 2456167 49206 2273 9 0 2446860 0
[pid=22678/tid=22680] ppid=22676 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/22678/task/22680/stat : 22680 (java) S 22676 22678 21597 0 -1 4202560 2490 0 1 0 10 0 0 0 20 0 22 0 253662959 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153448776696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22681] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22681/stat : 22681 (java) S 22676 22678 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153292810536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22682] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22682/stat : 22682 (java) S 22676 22678 21597 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153291757736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22683] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22683/stat : 22683 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153290705448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22684] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22684/stat : 22684 (java) S 22676 22678 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153289652648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22685] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22685/stat : 22685 (java) S 22676 22678 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153288600360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22686] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22686/stat : 22686 (java) S 22676 22678 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153287547560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22687] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22687/stat : 22687 (java) S 22676 22678 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153286495272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22688] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22688/stat : 22688 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662960 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153285442472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22689] ppid=22676 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/22678/task/22689/stat : 22689 (java) S 22676 22678 21597 0 -1 4202560 35 0 0 0 14 0 0 0 20 0 22 0 253662962 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153273030888 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22690] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22690/stat : 22690 (java) S 22676 22678 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153271976952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22691] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22691/stat : 22691 (java) S 22676 22678 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153270924552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22692] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22692/stat : 22692 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153269873040 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22693] ppid=22676 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/22678/task/22693/stat : 22693 (java) S 22676 22678 21597 0 -1 4202560 7041 0 0 0 96 2 0 0 20 0 22 0 253662964 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153268820664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22694] ppid=22676 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/22678/task/22694/stat : 22694 (java) S 22676 22678 21597 0 -1 4202560 8507 0 0 0 80 2 0 0 20 0 22 0 253662964 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153267767864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22695] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22695/stat : 22695 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153266715768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22696] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22696/stat : 22696 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153265663176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22697] ppid=22676 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/22678/task/22697/stat : 22697 (java) R 22676 22678 21597 0 -1 4202560 48 0 0 0 276 0 0 0 20 0 22 0 253662972 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153264607424 140153321826214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22698] ppid=22676 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/22678/task/22698/stat : 22698 (java) R 22676 22678 21597 0 -1 4202560 139 0 0 0 273 2 0 0 20 0 22 0 253662972 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153263552840 140153321872555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22699] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22699/stat : 22699 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153262503080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22700] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22700/stat : 22700 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 49206 33554432000 1073741824 1073778376 140735226754464 140153261450280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 9824668

[startup+6.30087 s]
/proc/loadavg: 4.35 4.08 3.76 5/219 22700
/proc/meminfo: memFree=24834084/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9824668 CPUtime=14.03 cores=1,3,5,7
/proc/22678/stat : 22678 (java) S 22676 22678 21597 0 -1 4202496 19714 0 1 0 1393 10 0 0 20 0 22 0 253662958 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140735226745600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22678/statm: 2456167 66773 2273 9 0 2446860 0
[pid=22678/tid=22680] ppid=22676 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/22678/task/22680/stat : 22680 (java) S 22676 22678 21597 0 -1 4202560 2490 0 1 0 10 0 0 0 20 0 22 0 253662959 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153448776696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22681] ppid=22676 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22678/task/22681/stat : 22681 (java) S 22676 22678 21597 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253662960 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153292810536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22682] ppid=22676 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22678/task/22682/stat : 22682 (java) S 22676 22678 21597 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253662960 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153291757736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22683] ppid=22676 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22678/task/22683/stat : 22683 (java) S 22676 22678 21597 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 22 0 253662960 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153290705448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22684] ppid=22676 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22678/task/22684/stat : 22684 (java) S 22676 22678 21597 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 253662960 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153289652648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22685] ppid=22676 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22678/task/22685/stat : 22685 (java) S 22676 22678 21597 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253662960 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153288600360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22686] ppid=22676 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22678/task/22686/stat : 22686 (java) S 22676 22678 21597 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 253662960 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153287547560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22687] ppid=22676 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/22678/task/22687/stat : 22687 (java) S 22676 22678 21597 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253662960 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153286495272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22688] ppid=22676 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/22678/task/22688/stat : 22688 (java) S 22676 22678 21597 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 253662960 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153285442472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22689] ppid=22676 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/22678/task/22689/stat : 22689 (java) S 22676 22678 21597 0 -1 4202560 102 0 0 0 33 0 0 0 20 0 22 0 253662962 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153273030888 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22690] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22690/stat : 22690 (java) S 22676 22678 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153271976952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22691] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22691/stat : 22691 (java) S 22676 22678 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153270924552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22692] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22692/stat : 22692 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153269873040 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22693] ppid=22676 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/22678/task/22693/stat : 22693 (java) S 22676 22678 21597 0 -1 4202560 7050 0 0 0 106 2 0 0 20 0 22 0 253662964 10060460032 66773 33554432000 1073741824 1073778376 140735226754464 140153268820664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=22678/tid=22698] ppid=22676 vsize=9824668 CPUtime=739.05 cores=1,3,5,7
/proc/22678/task/22698/stat : 22698 (java) R 22676 22678 21597 0 -1 4202560 4843 0 0 0 73872 33 0 0 20 0 22 0 253662972 10060460032 193976 33554432000 1073741824 1073778376 140735226754464 140153263552752 140153321871190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22699] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22699/stat : 22699 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 193976 33554432000 1073741824 1073778376 140735226754464 140153262503080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22700] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22700/stat : 22700 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 193976 33554432000 1073741824 1073778376 140735226754464 140153261450280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1519.98
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.86 5/219 22828
/proc/meminfo: memFree=27891556/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9824668 CPUtime=1639.99 cores=1,3,5,7
/proc/22678/stat : 22678 (java) S 22676 22678 21597 0 -1 4202496 35685 0 1 0 163870 129 0 0 20 0 22 0 253662958 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140735226745600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22678/statm: 2456167 178243 2274 9 0 2446860 0
[pid=22678/tid=22680] ppid=22676 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/22678/task/22680/stat : 22680 (java) S 22676 22678 21597 0 -1 4202560 2525 0 1 0 13 2 0 0 20 0 22 0 253662959 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153448776696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22681] ppid=22676 vsize=9824668 CPUtime=3.12 cores=1,3,5,7
/proc/22678/task/22681/stat : 22681 (java) S 22676 22678 21597 0 -1 4202560 785 0 0 0 304 8 0 0 20 0 22 0 253662960 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153292810536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22682] ppid=22676 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/22678/task/22682/stat : 22682 (java) S 22676 22678 21597 0 -1 4202560 649 0 0 0 314 8 0 0 20 0 22 0 253662960 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153291757736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22683] ppid=22676 vsize=9824668 CPUtime=3.16 cores=1,3,5,7
/proc/22678/task/22683/stat : 22683 (java) S 22676 22678 21597 0 -1 4202560 794 0 0 0 309 7 0 0 20 0 22 0 253662960 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153290705448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22684] ppid=22676 vsize=9824668 CPUtime=3.27 cores=1,3,5,7
/proc/22678/task/22684/stat : 22684 (java) S 22676 22678 21597 0 -1 4202560 510 0 0 0 320 7 0 0 20 0 22 0 253662960 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153289652648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22685] ppid=22676 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/22678/task/22685/stat : 22685 (java) S 22676 22678 21597 0 -1 4202560 514 0 0 0 293 8 0 0 20 0 22 0 253662960 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153288600360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22686] ppid=22676 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/22678/task/22686/stat : 22686 (java) S 22676 22678 21597 0 -1 4202560 708 0 0 0 294 7 0 0 20 0 22 0 253662960 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153287547560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22687] ppid=22676 vsize=9824668 CPUtime=2.96 cores=1,3,5,7
/proc/22678/task/22687/stat : 22687 (java) S 22676 22678 21597 0 -1 4202560 696 0 0 0 288 8 0 0 20 0 22 0 253662960 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153286495272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22688] ppid=22676 vsize=9824668 CPUtime=2.92 cores=1,3,5,7
/proc/22678/task/22688/stat : 22688 (java) S 22676 22678 21597 0 -1 4202560 706 0 0 0 285 7 0 0 20 0 22 0 253662960 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153285442472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22689] ppid=22676 vsize=9824668 CPUtime=17.66 cores=1,3,5,7
/proc/22678/task/22689/stat : 22689 (java) S 22676 22678 21597 0 -1 4202560 1614 0 0 0 1742 24 0 0 20 0 22 0 253662962 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153273030888 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22690] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22690/stat : 22690 (java) S 22676 22678 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153271976952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22691] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22691/stat : 22691 (java) S 22676 22678 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153270924552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22692] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22692/stat : 22692 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153269873040 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22693] ppid=22676 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/22678/task/22693/stat : 22693 (java) S 22676 22678 21597 0 -1 4202560 10832 0 0 0 151 3 0 0 20 0 22 0 253662964 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153268820664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22694] ppid=22676 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/22678/task/22694/stat : 22694 (java) S 22676 22678 21597 0 -1 4202560 8510 0 0 0 88 2 0 0 20 0 22 0 253662964 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153267767864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22695] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22695/stat : 22695 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153266715768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22696] ppid=22676 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/22678/task/22696/stat : 22696 (java) S 22676 22678 21597 0 -1 4202560 48 0 0 0 15 20 0 0 20 0 22 0 253662964 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153265663176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22697] ppid=22676 vsize=9824668 CPUtime=797.48 cores=1,3,5,7
/proc/22678/task/22697/stat : 22697 (java) R 22676 22678 21597 0 -1 4202560 310 0 0 0 79732 16 0 0 20 0 22 0 253662972 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153264605616 140153322400476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22698] ppid=22676 vsize=9824668 CPUtime=797.53 cores=1,3,5,7
/proc/22678/task/22698/stat : 22698 (java) R 22676 22678 21597 0 -1 4202560 5297 0 0 0 79718 35 0 0 20 0 22 0 253662972 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153263553600 140153321895152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22699] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22699/stat : 22699 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153262503080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22700] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22700/stat : 22700 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 178243 33554432000 1073741824 1073778376 140735226754464 140153261450280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1639.99
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.05 4.01 3.87 5/219 22828
/proc/meminfo: memFree=27871336/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9824668 CPUtime=1759.53 cores=1,3,5,7
/proc/22678/stat : 22678 (java) S 22676 22678 21597 0 -1 4202496 36713 0 1 0 175810 143 0 0 20 0 22 0 253662958 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140735226745600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22678/statm: 2456167 225745 2274 9 0 2446860 0
[pid=22678/tid=22680] ppid=22676 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/22678/task/22680/stat : 22680 (java) S 22676 22678 21597 0 -1 4202560 2527 0 1 0 13 2 0 0 20 0 22 0 253662959 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153448776696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22681] ppid=22676 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/22678/task/22681/stat : 22681 (java) S 22676 22678 21597 0 -1 4202560 800 0 0 0 327 8 0 0 20 0 22 0 253662960 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153292810536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22682] ppid=22676 vsize=9824668 CPUtime=3.45 cores=1,3,5,7
/proc/22678/task/22682/stat : 22682 (java) S 22676 22678 21597 0 -1 4202560 669 0 0 0 337 8 0 0 20 0 22 0 253662960 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153291757736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22683] ppid=22676 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/22678/task/22683/stat : 22683 (java) S 22676 22678 21597 0 -1 4202560 815 0 0 0 340 7 0 0 20 0 22 0 253662960 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153290705448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22684] ppid=22676 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/22678/task/22684/stat : 22684 (java) S 22676 22678 21597 0 -1 4202560 532 0 0 0 351 9 0 0 20 0 22 0 253662960 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153289652648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22685] ppid=22676 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/22678/task/22685/stat : 22685 (java) S 22676 22678 21597 0 -1 4202560 543 0 0 0 323 9 0 0 20 0 22 0 253662960 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153288600360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22686] ppid=22676 vsize=9824668 CPUtime=3.29 cores=1,3,5,7
/proc/22678/task/22686/stat : 22686 (java) S 22676 22678 21597 0 -1 4202560 738 0 0 0 320 9 0 0 20 0 22 0 253662960 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153287547560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22687] ppid=22676 vsize=9824668 CPUtime=3.33 cores=1,3,5,7
/proc/22678/task/22687/stat : 22687 (java) S 22676 22678 21597 0 -1 4202560 728 0 0 0 323 10 0 0 20 0 22 0 253662960 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153286495272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22688] ppid=22676 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/22678/task/22688/stat : 22688 (java) S 22676 22678 21597 0 -1 4202560 724 0 0 0 314 7 0 0 20 0 22 0 253662960 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153285442472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22689] ppid=22676 vsize=9824668 CPUtime=19.21 cores=1,3,5,7
/proc/22678/task/22689/stat : 22689 (java) S 22676 22678 21597 0 -1 4202560 1742 0 0 0 1895 26 0 0 20 0 22 0 253662962 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153273030888 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22690] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22690/stat : 22690 (java) S 22676 22678 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153271976952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22691] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22691/stat : 22691 (java) S 22676 22678 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153270924552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22692] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22692/stat : 22692 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153269873040 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22693] ppid=22676 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/22678/task/22693/stat : 22693 (java) S 22676 22678 21597 0 -1 4202560 10832 0 0 0 151 3 0 0 20 0 22 0 253662964 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153268820664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22694] ppid=22676 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/22678/task/22694/stat : 22694 (java) S 22676 22678 21597 0 -1 4202560 8511 0 0 0 88 2 0 0 20 0 22 0 253662964 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153267767864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22695] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22695/stat : 22695 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153266715768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22696] ppid=22676 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/22678/task/22696/stat : 22696 (java) S 22676 22678 21597 0 -1 4202560 50 0 0 0 16 21 0 0 20 0 22 0 253662964 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153265663176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22697] ppid=22676 vsize=9824668 CPUtime=855.29 cores=1,3,5,7
/proc/22678/task/22697/stat : 22697 (java) R 22676 22678 21597 0 -1 4202560 329 0 0 0 85513 16 0 0 20 0 22 0 253662972 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153264605456 140153321810625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22698] ppid=22676 vsize=9824668 CPUtime=855.35 cores=1,3,5,7
/proc/22678/task/22698/stat : 22698 (java) R 22676 22678 21597 0 -1 4202560 5986 0 0 0 85498 37 0 0 20 0 22 0 253662972 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153263553680 140153321872599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22699] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22699/stat : 22699 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153262503080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22700] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22700/stat : 22700 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 225745 33554432000 1073741824 1073778376 140735226754464 140153261450280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1759.53
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.601 s]
/proc/loadavg: 3.90 3.98 3.86 5/219 22828
/proc/meminfo: memFree=28022672/32873648 swapFree=7108/7108
[pid=22678] ppid=22676 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/22678/stat : 22678 (java) S 22676 22678 21597 0 -1 4202496 36729 0 1 0 179862 145 0 0 20 0 22 0 253662958 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140735226745600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22678/statm: 2456167 208013 2274 9 0 2446860 0
[pid=22678/tid=22680] ppid=22676 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/22678/task/22680/stat : 22680 (java) S 22676 22678 21597 0 -1 4202560 2528 0 1 0 13 2 0 0 20 0 22 0 253662959 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153448776696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22681] ppid=22676 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/22678/task/22681/stat : 22681 (java) S 22676 22678 21597 0 -1 4202560 800 0 0 0 336 8 0 0 20 0 22 0 253662960 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153292810536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22682] ppid=22676 vsize=9824668 CPUtime=3.51 cores=1,3,5,7
/proc/22678/task/22682/stat : 22682 (java) S 22676 22678 21597 0 -1 4202560 669 0 0 0 343 8 0 0 20 0 22 0 253662960 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153291757736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22683] ppid=22676 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/22678/task/22683/stat : 22683 (java) S 22676 22678 21597 0 -1 4202560 815 0 0 0 347 7 0 0 20 0 22 0 253662960 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153290705448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22684] ppid=22676 vsize=9824668 CPUtime=3.7 cores=1,3,5,7
/proc/22678/task/22684/stat : 22684 (java) S 22676 22678 21597 0 -1 4202560 532 0 0 0 361 9 0 0 20 0 22 0 253662960 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153289652648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22685] ppid=22676 vsize=9824668 CPUtime=3.44 cores=1,3,5,7
/proc/22678/task/22685/stat : 22685 (java) S 22676 22678 21597 0 -1 4202560 544 0 0 0 335 9 0 0 20 0 22 0 253662960 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153288600360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22686] ppid=22676 vsize=9824668 CPUtime=3.38 cores=1,3,5,7
/proc/22678/task/22686/stat : 22686 (java) S 22676 22678 21597 0 -1 4202560 739 0 0 0 329 9 0 0 20 0 22 0 253662960 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153287547560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22687] ppid=22676 vsize=9824668 CPUtime=3.48 cores=1,3,5,7
/proc/22678/task/22687/stat : 22687 (java) S 22676 22678 21597 0 -1 4202560 728 0 0 0 338 10 0 0 20 0 22 0 253662960 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153286495272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22688] ppid=22676 vsize=9824668 CPUtime=3.27 cores=1,3,5,7
/proc/22678/task/22688/stat : 22688 (java) S 22676 22678 21597 0 -1 4202560 724 0 0 0 320 7 0 0 20 0 22 0 253662960 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153285442472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22689] ppid=22676 vsize=9824668 CPUtime=19.62 cores=1,3,5,7
/proc/22678/task/22689/stat : 22689 (java) S 22676 22678 21597 0 -1 4202560 1744 0 0 0 1936 26 0 0 20 0 22 0 253662962 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153273030888 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22690] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22690/stat : 22690 (java) S 22676 22678 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153271976952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22691] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22691/stat : 22691 (java) S 22676 22678 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253662962 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153270924552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22692] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22692/stat : 22692 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153269873040 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22693] ppid=22676 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/22678/task/22693/stat : 22693 (java) S 22676 22678 21597 0 -1 4202560 10832 0 0 0 151 3 0 0 20 0 22 0 253662964 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153268820664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22678/tid=22694] ppid=22676 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/22678/task/22694/stat : 22694 (java) S 22676 22678 21597 0 -1 4202560 8513 0 0 0 90 2 0 0 20 0 22 0 253662964 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153267767864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22678/tid=22695] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22695/stat : 22695 (java) S 22676 22678 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253662964 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153266715768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22696] ppid=22676 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/22678/task/22696/stat : 22696 (java) S 22676 22678 21597 0 -1 4202560 52 0 0 0 16 22 0 0 20 0 22 0 253662964 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153265663176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22697] ppid=22676 vsize=9824668 CPUtime=874.98 cores=1,3,5,7
/proc/22678/task/22697/stat : 22697 (java) R 22676 22678 21597 0 -1 4202560 330 0 0 0 87481 17 0 0 20 0 22 0 253662972 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153264605664 140153321826287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22678/tid=22698] ppid=22676 vsize=9824668 CPUtime=875.03 cores=1,3,5,7
/proc/22678/task/22698/stat : 22698 (java) R 22676 22678 21597 0 -1 4202560 5992 0 0 0 87465 38 0 0 20 0 22 0 253662972 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153263553600 140153321870478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22699] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22699/stat : 22699 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153262503080 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22678/tid=22700] ppid=22676 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22678/task/22700/stat : 22700 (java) S 22676 22678 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253662972 10060460032 208013 33554432000 1073741824 1073778376 140735226754464 140153261450280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 902.657
CPU time (s): 1800.82
CPU user time (s): 1798.89
CPU system time (s): 1.93271
CPU usage (%): 199.502
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.93271
maximum resident set size= 1266064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36772
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31838
involuntary context switches= 59800

runsolver used 3.42148 second user time and 8.44272 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 18:02:36
IDJOB=3687982
IDBENCH=2557
IDSOLVER=2268
FILE ID=node114/3687982-1337875356
RUNJOBID= node114-1337871881-21614
PBS_JOBID= 14620090
Free space on /tmp= 71668 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-cuww3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687982-1337875356/watcher-3687982-1337875356 -o /tmp/evaluation-result-3687982-1337875356/solver-3687982-1337875356 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687982-1337875356.opb

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

MD5SUM BENCH= c67056006c43da82eed6e7cbb40287a1
RANDOM SEED=664511561

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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:        25062848 kB
Buffers:          200288 kB
Cached:          2488224 kB
SwapCached:            0 kB
Active:          4940288 kB
Inactive:        2072764 kB
Active(anon):    4327292 kB
Inactive(anon):        0 kB
Active(file):     612996 kB
Inactive(file):  2072764 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:       4362268 kB
Mapped:            21668 kB
Shmem:               200 kB
Slab:             621644 kB
SReclaimable:      66092 kB
SUnreclaim:       555552 kB
KernelStack:        1632 kB
PageTables:        12784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5766012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4261888 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= 71672 MiB
End job on node114 at 2012-05-24 18:17:41