Trace number 3688188

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)75 1800.38 1073.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.a.opb
MD5SUMa983c7d791d0da9cc5e2ec69578db721
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark4.24935
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables1226
Total number of constraints4208
Number of constraints which are clauses4208
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 1226
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1226
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1226
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688188-1337875796.opb
0.10/0.10	c reading problem ... 
0.59/0.36	c ... done. Wall clock time 0.255s.
0.59/0.36	c declared #vars     1226
0.59/0.36	c #constraints  4208
0.59/0.36	c constraints type 
0.59/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3297
0.59/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 911
0.59/0.36	c 4208 constraints processed.
0.59/0.36	c constraints type 
0.59/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 911
0.59/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3297
0.59/0.36	c 4208 constraints processed.
0.59/0.36	c objective function length is 1226 literals
0.82/0.40	c  And the winner is solver0
1.09/0.86	c SATISFIABLE
1.09/0.86	c OPTIMIZING...
1.09/0.86	c Got one! Elapsed wall clock time (in seconds):0.758
1.09/0.86	o 89
1.09/0.88	c  And the winner is solver0
1.27/1.37	c Got one! Elapsed wall clock time (in seconds):1.266
1.27/1.37	o 87
1.27/1.39	c  And the winner is solver1
1.34/1.87	c Got one! Elapsed wall clock time (in seconds):1.771
1.34/1.87	o 84
1.34/1.88	c  And the winner is solver0
1.39/2.38	c Got one! Elapsed wall clock time (in seconds):2.276
1.39/2.38	o 83
3.48/3.02	c cleaning 2502 clauses out of 5014 with flag 5001/5014
4.76/3.59	c cleaning 4254 clauses out of 8512 with flag 11001/11014
6.21/4.21	c cleaning 5621 clauses out of 11257 with flag 18000/18013
7.58/4.94	c cleaning 6819 clauses out of 13637 with flag 26001/26014
9.19/5.79	c cleaning 7907 clauses out of 15817 with flag 35000/35013
11.15/6.78	c cleaning 8946 clauses out of 17910 with flag 45000/45013
13.34/7.88	c cleaning 9980 clauses out of 19964 with flag 56000/56013
15.67/9.07	c cleaning 10987 clauses out of 21984 with flag 68000/68013
17.55/10.07	c  And the winner is solver1
17.71/10.50	c Got one! Elapsed wall clock time (in seconds):10.396
17.71/10.50	o 82
18.33/10.86	c cleaning 12625 clauses out of 25257 with flag 5000/82273
19.61/11.54	c cleaning 9316 clauses out of 18632 with flag 11000/88273
20.88/12.25	c cleaning 8154 clauses out of 16318 with flag 18002/95275
21.53/12.70	c  And the winner is solver1
21.74/13.04	c Got one! Elapsed wall clock time (in seconds):12.934
21.74/13.04	o 81
21.88/13.19	c cleaning 6847 clauses out of 13694 with flag 2003/100805
23.23/13.91	c cleaning 6422 clauses out of 12844 with flag 8000/106802
24.50/14.63	c cleaning 6710 clauses out of 13422 with flag 15000/113802
25.93/15.42	c cleaning 7358 clauses out of 14715 with flag 23003/121805
27.54/16.32	c cleaning 8172 clauses out of 16354 with flag 32000/130802
29.46/17.43	c cleaning 9088 clauses out of 18182 with flag 42000/140802
31.46/18.53	c cleaning 10048 clauses out of 20095 with flag 53001/151803
33.99/19.81	c cleaning 11022 clauses out of 22048 with flag 65002/163804
36.61/21.23	c cleaning 12008 clauses out of 24024 with flag 78000/176802
39.45/22.81	c cleaning 13009 clauses out of 26017 with flag 92001/190803
42.41/24.41	c cleaning 13998 clauses out of 28007 with flag 107000/205802
45.57/26.10	c cleaning 15005 clauses out of 30009 with flag 123000/221802
48.70/27.82	c cleaning 16000 clauses out of 32004 with flag 140000/238802
52.32/29.89	c cleaning 16991 clauses out of 34005 with flag 158001/256803
53.28/30.41	c  And the winner is solver1
53.31/30.81	c Got one! Elapsed wall clock time (in seconds):30.705
53.31/30.81	o 80
53.68/31.04	c cleaning 11011 clauses out of 22048 with flag 3001/261837
54.80/31.78	c  And the winner is solver1
54.98/31.88	c Got one! Elapsed wall clock time (in seconds):31.776
54.98/31.88	o 79
55.61/32.24	c cleaning 10634 clauses out of 21271 with flag 5002/272071
56.94/33.03	c cleaning 8318 clauses out of 16637 with flag 11002/278071
58.45/34.09	c cleaning 7658 clauses out of 15318 with flag 18001/285070
60.12/35.04	c cleaning 7827 clauses out of 15659 with flag 26000/293069
61.79/36.10	c cleaning 8414 clauses out of 16835 with flag 35003/302072
63.85/37.30	c cleaning 9205 clauses out of 18419 with flag 45001/312070
66.49/38.86	c cleaning 10100 clauses out of 20213 with flag 56000/323069
68.95/40.29	c cleaning 11053 clauses out of 22113 with flag 68000/335069
71.61/41.77	c cleaning 12022 clauses out of 24060 with flag 81000/348069
74.43/43.39	c cleaning 13012 clauses out of 26038 with flag 95000/362069
77.79/45.33	c cleaning 14011 clauses out of 28031 with flag 110005/377074
81.22/47.21	c cleaning 14997 clauses out of 30015 with flag 126000/393069
84.59/49.12	c cleaning 16003 clauses out of 32018 with flag 143000/410069
88.17/51.16	c cleaning 16997 clauses out of 34015 with flag 161000/428069
92.22/53.54	c cleaning 18009 clauses out of 36019 with flag 180001/447070
96.18/55.74	c cleaning 19001 clauses out of 38009 with flag 200000/467069
100.30/58.05	c cleaning 19988 clauses out of 40008 with flag 221000/488069
105.05/60.61	c cleaning 21007 clauses out of 42020 with flag 243000/510069
107.65/62.34	c  And the winner is solver1
107.74/62.46	c Got one! Elapsed wall clock time (in seconds):62.353
107.74/62.46	o 78
108.43/62.85	c cleaning 18132 clauses out of 36270 with flag 5000/525326
109.96/63.87	c cleaning 12071 clauses out of 24141 with flag 11003/531329
111.65/64.93	c cleaning 9530 clauses out of 19068 with flag 18001/538327
113.32/66.07	c cleaning 8760 clauses out of 17538 with flag 26001/546327
115.46/67.59	c cleaning 8883 clauses out of 17777 with flag 35000/555326
117.74/68.91	c cleaning 9438 clauses out of 18894 with flag 45000/565326
120.02/70.33	c cleaning 10221 clauses out of 20456 with flag 56000/576326
122.68/71.91	c cleaning 11104 clauses out of 22235 with flag 68000/588326
125.81/73.90	c cleaning 12062 clauses out of 24131 with flag 81000/601326
128.87/75.72	c cleaning 13036 clauses out of 26071 with flag 95002/615328
131.93/77.52	c cleaning 14011 clauses out of 28033 with flag 110000/630326
135.18/79.48	c cleaning 15011 clauses out of 30023 with flag 126001/646327
139.26/81.92	c cleaning 15993 clauses out of 32011 with flag 143000/663326
142.90/84.09	c cleaning 17004 clauses out of 34019 with flag 161001/681327
146.94/86.35	c cleaning 18001 clauses out of 36014 with flag 180000/700326
151.16/88.77	c cleaning 19004 clauses out of 38013 with flag 200000/720326
155.97/91.66	c cleaning 19999 clauses out of 40010 with flag 221001/741327
160.35/94.14	c cleaning 20984 clauses out of 42011 with flag 243001/763327
165.14/96.81	c cleaning 21999 clauses out of 44027 with flag 266001/786327
170.08/99.62	c cleaning 23005 clauses out of 46027 with flag 290000/810326
175.86/103.08	c cleaning 24005 clauses out of 48023 with flag 315001/835327
181.83/106.31	c cleaning 25003 clauses out of 50017 with flag 341000/861326
188.32/109.87	c cleaning 26000 clauses out of 52016 with flag 368002/888328
194.70/113.43	c cleaning 26998 clauses out of 54014 with flag 396000/916326
201.21/117.36	c cleaning 27998 clauses out of 56016 with flag 425000/945326
207.59/120.91	c cleaning 29002 clauses out of 58018 with flag 455000/975326
214.07/124.67	c cleaning 30004 clauses out of 60017 with flag 486001/1006327
220.98/128.56	c cleaning 31003 clauses out of 62013 with flag 518001/1038327
228.96/133.20	c cleaning 32000 clauses out of 64009 with flag 551000/1071326
236.63/137.51	c cleaning 33003 clauses out of 66009 with flag 585000/1105326
243.87/141.69	c cleaning 33998 clauses out of 68006 with flag 620000/1140326
251.48/145.96	c cleaning 34998 clauses out of 70008 with flag 656000/1176326
259.95/150.93	c cleaning 36003 clauses out of 72010 with flag 693000/1213326
269.41/156.71	c cleaning 36998 clauses out of 74007 with flag 731000/1251326
278.95/161.72	c cleaning 37989 clauses out of 76009 with flag 770000/1290326
287.94/166.97	c cleaning 38994 clauses out of 78020 with flag 810000/1330326
296.65/171.75	c cleaning 40009 clauses out of 80026 with flag 851000/1371326
305.95/176.84	c cleaning 41007 clauses out of 82017 with flag 893000/1413326
316.00/182.33	c cleaning 42000 clauses out of 84010 with flag 936000/1456326
326.80/188.50	c cleaning 42999 clauses out of 86010 with flag 980000/1500326
337.20/194.24	c cleaning 43999 clauses out of 88012 with flag 1025001/1545327
347.82/200.04	c cleaning 44998 clauses out of 90014 with flag 1071002/1591328
357.63/205.45	c cleaning 46000 clauses out of 92014 with flag 1118000/1638326
369.35/212.14	c cleaning 47000 clauses out of 94015 with flag 1166001/1686327
379.94/217.95	c cleaning 48008 clauses out of 96016 with flag 1215002/1735328
391.32/224.12	c cleaning 49001 clauses out of 98010 with flag 1265004/1785330
402.88/230.49	c cleaning 49989 clauses out of 100005 with flag 1316000/1836326
415.18/237.42	c cleaning 50998 clauses out of 102016 with flag 1368000/1888326
426.50/243.64	c cleaning 52006 clauses out of 104018 with flag 1421000/1941326
438.27/250.21	c cleaning 53000 clauses out of 106012 with flag 1475000/1995326
447.71/255.63	c cleaning 0 clauses out of 7197 with flag 0/7197
452.82/259.05	c cleaning 53998 clauses out of 108013 with flag 1530001/2050327
466.42/267.28	c cleaning 55003 clauses out of 110014 with flag 1586000/2106326
479.86/274.38	c cleaning 55992 clauses out of 112011 with flag 1643000/2163326
494.17/282.41	c cleaning 56999 clauses out of 114019 with flag 1701000/2221326
507.78/289.82	c cleaning 58000 clauses out of 116020 with flag 1760000/2280326
521.82/297.41	c cleaning 59002 clauses out of 118020 with flag 1820000/2340326
536.64/305.41	c cleaning 59984 clauses out of 120018 with flag 1881000/2401326
553.13/314.71	c cleaning 60994 clauses out of 122035 with flag 1943001/2463327
568.47/323.08	c cleaning 62008 clauses out of 124040 with flag 2006000/2526326
583.93/331.42	c cleaning 63016 clauses out of 126033 with flag 2070001/2590327
599.90/340.08	c cleaning 63992 clauses out of 128016 with flag 2135000/2655326
617.36/349.85	c cleaning 65007 clauses out of 130026 with flag 2201002/2721328
633.19/358.46	c cleaning 66001 clauses out of 132017 with flag 2268000/2788326
647.94/366.45	c cleaning 66997 clauses out of 134017 with flag 2336001/2856327
664.05/375.15	c cleaning 67997 clauses out of 136020 with flag 2405001/2925327
677.92/383.22	c  And the winner is solver1
678.09/383.57	c Got one! Elapsed wall clock time (in seconds):383.468
678.09/383.57	o 76
679.63/384.33	c cleaning 65789 clauses out of 131583 with flag 5001/2988887
682.41/386.48	c cleaning 35898 clauses out of 71796 with flag 11003/2994889
685.15/388.60	c cleaning 21441 clauses out of 42895 with flag 18000/3001886
688.10/390.77	c cleaning 14718 clauses out of 29455 with flag 26001/3009887
692.27/394.02	c cleaning 11862 clauses out of 23736 with flag 35000/3018886
695.63/396.41	c cleaning 10930 clauses out of 21875 with flag 45001/3028887
699.18/398.95	c cleaning 10963 clauses out of 21946 with flag 56002/3039888
703.15/401.61	c cleaning 11488 clauses out of 22984 with flag 68003/3051889
707.97/405.22	c cleaning 12242 clauses out of 24493 with flag 81000/3064886
711.90/407.99	c cleaning 13123 clauses out of 26251 with flag 95000/3078886
716.23/410.84	c cleaning 14059 clauses out of 28128 with flag 110000/3093886
720.74/413.81	c cleaning 15023 clauses out of 30069 with flag 126000/3109886
726.30/417.86	c cleaning 16011 clauses out of 32049 with flag 143003/3126889
731.21/421.01	c cleaning 17010 clauses out of 34036 with flag 161001/3144887
736.35/424.34	c cleaning 18011 clauses out of 36029 with flag 180004/3163890
741.64/427.78	c cleaning 19000 clauses out of 38014 with flag 200000/3183886
748.18/432.25	c cleaning 20004 clauses out of 40016 with flag 221002/3204888
753.86/435.83	c cleaning 21004 clauses out of 42011 with flag 243001/3226887
759.77/439.56	c cleaning 21999 clauses out of 44006 with flag 266000/3249886
765.86/443.36	c cleaning 23001 clauses out of 46007 with flag 290000/3273886
773.27/448.35	c cleaning 23996 clauses out of 48006 with flag 315000/3298886
779.71/452.39	c cleaning 24996 clauses out of 50010 with flag 341000/3324886
786.54/456.55	c cleaning 26006 clauses out of 52014 with flag 368000/3351886
793.56/460.86	c cleaning 27000 clauses out of 54008 with flag 396000/3379886
801.31/466.08	c cleaning 27997 clauses out of 56008 with flag 425000/3408886
808.52/470.41	c cleaning 29001 clauses out of 58011 with flag 455000/3438886
815.93/474.92	c cleaning 30004 clauses out of 60010 with flag 486000/3469886
823.54/479.59	c cleaning 30996 clauses out of 62006 with flag 518000/3501886
832.29/485.26	c cleaning 32005 clauses out of 64012 with flag 551002/3534888
840.46/490.14	c cleaning 33001 clauses out of 66006 with flag 585001/3568887
848.47/494.98	c cleaning 33985 clauses out of 68005 with flag 620001/3603887
857.02/500.05	c cleaning 35001 clauses out of 70019 with flag 656000/3639886
866.70/506.25	c cleaning 36004 clauses out of 72018 with flag 693000/3676886
875.48/511.44	c cleaning 37003 clauses out of 74014 with flag 731000/3714886
885.06/517.03	c cleaning 37995 clauses out of 76012 with flag 770001/3753887
894.40/522.57	c cleaning 39004 clauses out of 78016 with flag 810000/3793886
905.06/529.28	c cleaning 39999 clauses out of 80013 with flag 851001/3834887
915.55/535.32	c cleaning 41003 clauses out of 82013 with flag 893000/3876886
925.23/541.06	c cleaning 41993 clauses out of 84010 with flag 936000/3919886
936.07/547.35	c cleaning 43006 clauses out of 86018 with flag 980001/3963887
946.11/553.86	c  And the winner is solver1
946.28/553.92	c Got one! Elapsed wall clock time (in seconds):553.814
946.28/553.92	o 75
947.42/554.51	c cleaning 41276 clauses out of 82551 with flag 5000/4003426
950.42/556.96	c cleaning 23634 clauses out of 47275 with flag 11000/4009426
953.63/559.47	c cleaning 15311 clauses out of 30641 with flag 18000/4016426
957.05/562.03	c cleaning 11653 clauses out of 23331 with flag 26001/4024427
961.65/565.85	c cleaning 10335 clauses out of 20677 with flag 35000/4033426
965.26/568.60	c cleaning 10163 clauses out of 20342 with flag 45000/4043426
969.06/571.39	c cleaning 10582 clauses out of 21181 with flag 56002/4054428
973.03/574.25	c cleaning 11290 clauses out of 22598 with flag 68001/4066427
978.23/578.39	c cleaning 12143 clauses out of 24307 with flag 81000/4079426
982.61/581.48	c cleaning 13076 clauses out of 26164 with flag 95000/4093426
987.22/584.65	c cleaning 14038 clauses out of 28088 with flag 110000/4108426
992.02/588.00	c cleaning 15013 clauses out of 30050 with flag 126000/4124426
998.35/592.60	c cleaning 16009 clauses out of 32038 with flag 143001/4141427
1003.30/596.06	c cleaning 17007 clauses out of 34028 with flag 161000/4159426
1008.50/599.58	c cleaning 18004 clauses out of 36021 with flag 180000/4178426
1014.26/603.36	c cleaning 19004 clauses out of 38019 with flag 200002/4198428
1021.24/608.38	c cleaning 19996 clauses out of 40014 with flag 221001/4219427
1027.60/612.45	c cleaning 21001 clauses out of 42017 with flag 243000/4241426
1033.92/616.54	c cleaning 22004 clauses out of 44016 with flag 266000/4264426
1040.23/620.69	c cleaning 23000 clauses out of 46013 with flag 290001/4288427
1048.70/626.42	c cleaning 24000 clauses out of 48012 with flag 315000/4313426
1055.80/630.90	c cleaning 25002 clauses out of 50014 with flag 341002/4339428
1063.15/635.58	c cleaning 26000 clauses out of 52011 with flag 368001/4366427
1071.08/640.41	c cleaning 27005 clauses out of 54010 with flag 396000/4394426
1079.74/646.31	c cleaning 28003 clauses out of 56005 with flag 425000/4423426
1087.43/651.19	c cleaning 28994 clauses out of 58003 with flag 455001/4453427
1095.53/656.19	c cleaning 30000 clauses out of 60009 with flag 486001/4484427
1104.41/661.52	c cleaning 30996 clauses out of 62008 with flag 518000/4516426
1113.94/667.95	c cleaning 31990 clauses out of 64012 with flag 551000/4549426
1122.39/673.19	c cleaning 33003 clauses out of 66022 with flag 585000/4583426
1131.22/678.51	c cleaning 34004 clauses out of 68019 with flag 620000/4618426
1140.04/683.98	c cleaning 34996 clauses out of 70015 with flag 656000/4654426
1150.79/690.95	c cleaning 36011 clauses out of 72022 with flag 693003/4691429
1160.42/696.73	c cleaning 36991 clauses out of 74009 with flag 731001/4729427
1170.19/702.63	c cleaning 38003 clauses out of 76018 with flag 770001/4768427
1180.21/708.63	c cleaning 38996 clauses out of 78014 with flag 810000/4808426
1191.94/716.17	c cleaning 39998 clauses out of 80018 with flag 851000/4849426
1203.14/722.74	c cleaning 40999 clauses out of 82024 with flag 893004/4891430
1213.73/729.03	c cleaning 42003 clauses out of 84023 with flag 936002/4934428
1225.11/735.71	c cleaning 43000 clauses out of 86018 with flag 980000/4978426
1238.24/744.12	c cleaning 44004 clauses out of 88018 with flag 1025000/5023426
1250.42/751.40	c cleaning 44996 clauses out of 90017 with flag 1071003/5069429
1262.40/758.65	c cleaning 46000 clauses out of 92018 with flag 1118000/5116426
1275.38/766.31	c cleaning 47008 clauses out of 94019 with flag 1166001/5164427
1289.32/775.25	c cleaning 48004 clauses out of 96010 with flag 1215000/5213426
1302.25/782.96	c cleaning 49000 clauses out of 98006 with flag 1265000/5263426
1315.30/790.80	c cleaning 50004 clauses out of 100007 with flag 1316001/5314427
1326.00/797.31	c cleaning 0 clauses out of 12902 with flag 0/12902
1332.32/802.41	c cleaning 50994 clauses out of 102002 with flag 1368000/5366426
1344.83/809.87	c cleaning 51998 clauses out of 104009 with flag 1421001/5419427
1358.30/817.88	c cleaning 52996 clauses out of 106010 with flag 1475000/5473426
1371.73/825.89	c cleaning 54005 clauses out of 108016 with flag 1530002/5528428
1387.15/835.53	c cleaning 55003 clauses out of 110010 with flag 1586001/5584427
1403.78/846.40	c cleaning 55998 clauses out of 112007 with flag 1643001/5641427
1420.07/855.31	c cleaning 57001 clauses out of 114008 with flag 1701000/5699426
1436.81/865.51	c cleaning 57990 clauses out of 116007 with flag 1760000/5758426
1453.06/874.71	c cleaning 58996 clauses out of 118017 with flag 1820000/5818426
1469.38/883.92	c cleaning 60001 clauses out of 120021 with flag 1881000/5879426
1484.71/892.72	c cleaning 61001 clauses out of 122023 with flag 1943003/5941429
1501.32/902.94	c cleaning 62001 clauses out of 124019 with flag 2006000/6004426
1516.96/911.84	c cleaning 62996 clauses out of 126021 with flag 2070003/6068429
1532.91/920.94	c cleaning 64005 clauses out of 128023 with flag 2135001/6133427
1549.90/930.56	c cleaning 65007 clauses out of 130017 with flag 2201000/6199426
1569.95/942.44	c cleaning 65999 clauses out of 132010 with flag 2268000/6266426
1589.73/953.40	c cleaning 66998 clauses out of 134011 with flag 2336000/6334426
1609.85/964.66	c cleaning 68006 clauses out of 136014 with flag 2405001/6403427
1628.52/975.16	c cleaning 68996 clauses out of 138010 with flag 2475003/6473429
1648.09/986.87	c cleaning 70004 clauses out of 140012 with flag 2546001/6544427
1666.95/997.44	c cleaning 70999 clauses out of 142007 with flag 2618000/6616426
1686.23/1008.23	c cleaning 71993 clauses out of 144008 with flag 2691000/6689426
1706.49/1019.54	c cleaning 73008 clauses out of 146015 with flag 2765000/6763426
1732.17/1034.34	c cleaning 74000 clauses out of 148008 with flag 2840001/6838427
1753.61/1046.29	c cleaning 75002 clauses out of 150007 with flag 2916000/6914426
1775.85/1058.57	c cleaning 76003 clauses out of 152006 with flag 2993001/6991427
1795.47/1069.51	c cleaning 76991 clauses out of 154003 with flag 3071001/7069427
1800.01/1073.81	c starts		: 53
1800.01/1073.81	c conflicts		: 15073
1800.01/1073.81	c decisions		: 193248
1800.01/1073.81	c propagations		: 1158026
1800.01/1073.81	c inspects		: 537306212
1800.01/1073.81	c shortcuts		: 0
1800.01/1073.81	c learnt literals	: 0
1800.01/1073.81	c learnt binary clauses	: 0
1800.01/1073.81	c learnt ternary clauses	: 0
1800.01/1073.81	c learnt constraints	: 15072
1800.01/1073.81	c ignored constraints	: 0
1800.01/1073.81	c root simplifications	: 0
1800.01/1073.81	c removed literals (reason simplification)	: 0
1800.01/1073.81	c reason swapping (by a shorter reason)	: 0
1800.01/1073.81	c Calls to reduceDB	: 2
1800.01/1073.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1073.81	c number of learned constraints concerned by reduction	: 0
1800.01/1073.81	c number of learning phase by resolution	: 0
1800.01/1073.81	c number of learning phase by cutting planes	: 0
1800.01/1073.81	c speed (assignments/second)	: 1080.8258518779162
1800.01/1073.81	c non guided choices	22
1800.01/1073.82	c learnt constraints type 
1800.01/1073.82	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 207
1800.01/1073.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 25
1800.01/1073.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14840
1800.01/1073.82	c constraints type 
1800.01/1073.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3297
1800.01/1073.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/1073.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 911
1800.01/1073.82	c 4209 constraints processed.
1800.01/1073.82	c constraints type 
1800.01/1073.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 911
1800.01/1073.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3297
1800.01/1073.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.01/1073.82	c 4209 constraints processed.
1800.01/1073.82	s SATISFIABLE
1800.01/1073.82	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 -x386 -x387 x388 -x389 -x390 -x391 x392 -x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 x744 -x745 -x746 x747 -x748 x749 -x750 -x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 x771 -x772 -x773 -x774 -x775 -x776 x777 -x778 -x779 -x780 x781 -x782 -x783 -x784 -x785 -x786 -x787 x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 x806 -x807 x808 -x809 -x810 -x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 x872 -x873 -x874 x875 -x876 -x877 x878 -x879 -x880 -x881 x882 -x883 -x884 x885 -x886 -x887 x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 x921 -x922 -x923 -x924 -x925 -x926 x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 x949 -x950 x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 x965 -x966 x967 -x968 x969 -x970 -x971 -x972 -x973 -x974 -x975 x976 -x977 -x978 -x979 -x980 x981 -x982 -x983 -x984 x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 x1033 x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 x1046 -x1047 -x1048 -x1049 -x1050 -x1051 x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 x1092 -x1093 -x1094 -x1095 -x1096 -x1097 x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 x1108 -x1109 -x1110 -x1111 x1112 -x1113 x1114 -x1115 x1116 -x1117 x1118 -x1119 -x1120 -x1121 -x1122 x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 x1177 -x1178 -x1179 x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 x1206 -x1207 -x1208 -x1209 -x1210 x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 
1800.01/1073.82	c objective function=75
1800.01/1073.82	c Total wall clock time (in seconds): 1073.716

Verifier Data

OK	75

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

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

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


[startup+0 s]
/proc/loadavg: 3.84 3.86 3.77 4/197 24100
/proc/meminfo: memFree=28124940/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 253705573 94019584 917 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 22954 917 697 9 0 16769 0
[pid=24100/tid=24101] ppid=24098 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) R 24098 24100 22184 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 253705573 94019584 917 33554432000 1073741824 1073778376 140735534677104 140231449333288 226075176180 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.048195 s]
/proc/loadavg: 3.84 3.86 3.77 4/197 24100
/proc/meminfo: memFree=28124940/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 3085 0 1 0 3 0 0 0 20 0 13 0 253705573 9446973440 4293 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 2306390 4294 1709 9 0 2297091 0
[pid=24100/tid=24101] ppid=24098 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) R 24098 24100 22184 0 -1 4202560 1904 0 1 0 2 0 0 0 20 0 13 0 253705573 9446973440 4294 33554432000 1073741824 1073778376 140735534677104 140231449335528 140231453349209 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100229 s]
/proc/loadavg: 3.84 3.86 3.77 4/197 24100
/proc/meminfo: memFree=28124940/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 4430 0 1 0 10 0 0 0 20 0 18 0 253705573 9787813888 6097 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 2389603 6098 2138 9 0 2380296 0
[pid=24100/tid=24101] ppid=24098 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) R 24098 24100 22184 0 -1 4202560 2428 0 1 0 8 0 0 0 20 0 18 0 253705573 9787813888 6098 33554432000 1073741824 1073778376 140735534677104 140231449338616 226087724301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300197 s]
/proc/loadavg: 3.84 3.86 3.77 4/197 24100
/proc/meminfo: memFree=28124940/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=9558412 CPUtime=0.59 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 7832 0 1 0 58 1 0 0 20 0 18 0 253705573 9787813888 10648 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 2389603 10648 2223 9 0 2380296 0
[pid=24100/tid=24101] ppid=24098 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) R 24098 24100 22184 0 -1 4202560 2445 0 1 0 28 0 0 0 20 0 18 0 253705573 9787813888 10648 33554432000 1073741824 1073778376 140735534677104 140231449338616 226087724301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558412

[startup+0.70032 s]
/proc/loadavg: 3.84 3.86 3.77 4/197 24100
/proc/meminfo: memFree=28124940/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 15274 0 1 0 105 4 0 0 20 0 19 0 253705573 10060460032 19023 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 2456167 19023 2241 9 0 2446860 0
[pid=24100/tid=24101] ppid=24098 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) S 24098 24100 22184 0 -1 4202560 2464 0 1 0 34 0 0 0 20 0 19 0 253705573 10060460032 19023 33554432000 1073741824 1073778376 140735534677104 140231449338872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 3.84 3.86 3.77 3/216 24125
/proc/meminfo: memFree=28052732/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 17272 0 1 0 127 7 0 0 20 0 19 0 253705573 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 2456167 21104 2248 9 0 2446860 0
[pid=24100/tid=24101] ppid=24098 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) S 24098 24100 22184 0 -1 4202560 2465 0 1 0 35 0 0 0 20 0 19 0 253705573 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140231449338872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24103] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24103/stat : 24103 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253705574 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140231421790760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24104] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24104/stat : 24104 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253705574 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140231292004776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24105] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24105/stat : 24105 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253705574 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140231290951976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24106] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24106/stat : 24106 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253705574 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140231289899176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24107] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24107/stat : 24107 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253705574 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140231288847400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24108] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24108/stat : 24108 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253705574 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140231287794600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24109] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24109/stat : 24109 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253705574 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140230950644520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24110] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24110/stat : 24110 (java) S 24098 24100 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253705574 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140230949591720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24111] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24111/stat : 24111 (java) S 24098 24100 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253705575 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140230937393640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24112] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24112/stat : 24112 (java) S 24098 24100 22184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253705575 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140230936339704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24113] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24113/stat : 24113 (java) S 24098 24100 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253705575 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140230935286792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24114] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24114/stat : 24114 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253705578 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140230934235280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24115] ppid=24098 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/24100/task/24115/stat : 24115 (java) S 24098 24100 22184 0 -1 4202560 5783 0 0 0 37 1 0 0 20 0 19 0 253705578 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140230933183416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24116] ppid=24098 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/24100/task/24116/stat : 24116 (java) S 24098 24100 22184 0 -1 4202560 7644 0 0 0 43 0 0 0 20 0 19 0 253705578 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140230932130616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24117] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24117/stat : 24117 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253705578 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140230931078008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24118] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24118/stat : 24118 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253705578 10060460032 21104 33554432000 1073741824 1073778376 140735534677104 140230930025416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9824668

[startup+3.10064 s]
/proc/loadavg: 3.69 3.83 3.76 3/216 24131
/proc/meminfo: memFree=28039964/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=9824668 CPUtime=3.72 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 25080 0 1 0 362 10 0 0 20 0 22 0 253705573 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 2456167 42784 2285 9 0 2446860 0
[pid=24100/tid=24101] ppid=24098 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) S 24098 24100 22184 0 -1 4202560 2467 0 1 0 36 0 0 0 20 0 22 0 253705573 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140231449338872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24103] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24103/stat : 24103 (java) S 24098 24100 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140231421790760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24104] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24104/stat : 24104 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140231292004776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24105] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24105/stat : 24105 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140231290951976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24106] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24106/stat : 24106 (java) S 24098 24100 22184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140231289899176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24107] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24107/stat : 24107 (java) S 24098 24100 22184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140231288847400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24108] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24108/stat : 24108 (java) S 24098 24100 22184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140231287794600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24109] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24109/stat : 24109 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230950644520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24110] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24110/stat : 24110 (java) S 24098 24100 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230949591720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24111] ppid=24098 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24100/task/24111/stat : 24111 (java) S 24098 24100 22184 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 22 0 253705575 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230937393640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24112] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24112/stat : 24112 (java) S 24098 24100 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253705575 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230936339704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24113] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24113/stat : 24113 (java) S 24098 24100 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253705575 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230935286792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24114] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24114/stat : 24114 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230934235280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24115] ppid=24098 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/24100/task/24115/stat : 24115 (java) R 24098 24100 22184 0 -1 4202560 12850 0 0 0 84 3 0 0 20 0 22 0 253705578 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230933183416 140231453194563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24116] ppid=24098 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/24100/task/24116/stat : 24116 (java) R 24098 24100 22184 0 -1 4202560 8259 0 0 0 92 1 0 0 20 0 22 0 253705578 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230932121656 140231455298701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24117] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24117/stat : 24117 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230931078008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24118] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24118/stat : 24118 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230930025416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24131] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24131/stat : 24131 (java) S 24098 24100 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253705761 10060460032 42784 33554432000 1073741824 1073778376 140735534677104 140230924617384 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 3.69 3.83 3.76 5/220 24137
/proc/meminfo: memFree=27943244/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=9824668 CPUtime=10.35 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 26459 0 1 0 1023 12 0 0 20 0 22 0 253705573 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 2456167 49576 2285 9 0 2446860 0
[pid=24100/tid=24101] ppid=24098 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) S 24098 24100 22184 0 -1 4202560 2468 0 1 0 36 0 0 0 20 0 22 0 253705573 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140231449338872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24103] ppid=24098 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24100/task/24103/stat : 24103 (java) S 24098 24100 22184 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253705574 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140231421790760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24104] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24104/stat : 24104 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140231292004776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24105] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24105/stat : 24105 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140231290951976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24106] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24106/stat : 24106 (java) S 24098 24100 22184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140231289899176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24107] ppid=24098 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24100/task/24107/stat : 24107 (java) S 24098 24100 22184 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253705574 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140231288847400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24108] ppid=24098 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24100/task/24108/stat : 24108 (java) S 24098 24100 22184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253705574 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140231287794600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24109] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24109/stat : 24109 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705574 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140230950644520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24110] ppid=24098 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24100/task/24110/stat : 24110 (java) S 24098 24100 22184 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253705574 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140230949591720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24111] ppid=24098 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/24100/task/24111/stat : 24111 (java) S 24098 24100 22184 0 -1 4202560 47 0 0 0 26 0 0 0 20 0 22 0 253705575 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140230937393640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24112] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24112/stat : 24112 (java) S 24098 24100 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253705575 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140230936339704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24113] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24113/stat : 24113 (java) S 24098 24100 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253705575 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140230935286792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24114] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24114/stat : 24114 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140230934235280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24115] ppid=24098 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/24100/task/24115/stat : 24115 (java) S 24098 24100 22184 0 -1 4202560 12851 0 0 0 108 3 0 0 20 0 22 0 253705578 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140230933183416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24116] ppid=24098 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/24100/task/24116/stat : 24116 (java) S 24098 24100 22184 0 -1 4202560 9598 0 0 0 112 2 0 0 20 0 22 0 253705578 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140230932130616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24117] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24117/stat : 24117 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 49576 33554432000 1073741824 1073778376 140735534677104 140230931078008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=24100/tid=24221] ppid=24098 vsize=9824668 CPUtime=227.34 cores=0,2,4,6
/proc/24100/task/24221/stat : 24221 (java) R 24098 24100 22184 0 -1 4202560 10 0 0 0 22731 3 0 0 20 0 22 0 253760966 10060460032 703498 33554432000 1073741824 1073778376 140735534677104 140230927915392 140231304264468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24222] ppid=24098 vsize=9824668 CPUtime=227.29 cores=0,2,4,6
/proc/24100/task/24222/stat : 24222 (java) R 24098 24100 22184 0 -1 4202560 18 0 0 0 22726 3 0 0 20 0 22 0 253760966 10060460032 703498 33554432000 1073741824 1073778376 140735534677104 140230925667488 140231303973823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24223] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24223/stat : 24223 (java) S 24098 24100 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253760966 10060460032 703498 33554432000 1073741824 1073778376 140735534677104 140230924617384 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1569.75
Current children cumulated vsize (KiB) 9824668

[startup+1002.3 s]
/proc/loadavg: 4.20 3.82 3.71 5/220 24478
/proc/meminfo: memFree=25556384/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=9824668 CPUtime=1674.35 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 48454 0 1 0 167276 159 0 0 20 0 22 0 253705573 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 2456167 727134 2287 9 0 2446860 0
[pid=24100/tid=24101] ppid=24098 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) S 24098 24100 22184 0 -1 4202560 2634 0 1 0 40 2 0 0 20 0 22 0 253705573 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140231449338872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24103] ppid=24098 vsize=9824668 CPUtime=3.52 cores=0,2,4,6
/proc/24100/task/24103/stat : 24103 (java) S 24098 24100 22184 0 -1 4202560 635 0 0 0 344 8 0 0 20 0 22 0 253705574 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140231421790760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24104] ppid=24098 vsize=9824668 CPUtime=3.58 cores=0,2,4,6
/proc/24100/task/24104/stat : 24104 (java) S 24098 24100 22184 0 -1 4202560 732 0 0 0 351 7 0 0 20 0 22 0 253705574 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140231292004776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24105] ppid=24098 vsize=9824668 CPUtime=3.62 cores=0,2,4,6
/proc/24100/task/24105/stat : 24105 (java) S 24098 24100 22184 0 -1 4202560 1071 0 0 0 355 7 0 0 20 0 22 0 253705574 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140231290951976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24106] ppid=24098 vsize=9824668 CPUtime=3.61 cores=0,2,4,6
/proc/24100/task/24106/stat : 24106 (java) S 24098 24100 22184 0 -1 4202560 1099 0 0 0 354 7 0 0 20 0 22 0 253705574 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140231289899176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24107] ppid=24098 vsize=9824668 CPUtime=3.89 cores=0,2,4,6
/proc/24100/task/24107/stat : 24107 (java) S 24098 24100 22184 0 -1 4202560 1440 0 0 0 382 7 0 0 20 0 22 0 253705574 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140231288847400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24108] ppid=24098 vsize=9824668 CPUtime=3.41 cores=0,2,4,6
/proc/24100/task/24108/stat : 24108 (java) S 24098 24100 22184 0 -1 4202560 1002 0 0 0 336 5 0 0 20 0 22 0 253705574 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140231287794600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24109] ppid=24098 vsize=9824668 CPUtime=3.9 cores=0,2,4,6
/proc/24100/task/24109/stat : 24109 (java) S 24098 24100 22184 0 -1 4202560 1876 0 0 0 380 10 0 0 20 0 22 0 253705574 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230950644520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24110] ppid=24098 vsize=9824668 CPUtime=3.55 cores=0,2,4,6
/proc/24100/task/24110/stat : 24110 (java) S 24098 24100 22184 0 -1 4202560 1085 0 0 0 348 7 0 0 20 0 22 0 253705574 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230949591720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24111] ppid=24098 vsize=9824668 CPUtime=339.07 cores=0,2,4,6
/proc/24100/task/24111/stat : 24111 (java) S 24098 24100 22184 0 -1 4202560 10130 0 0 0 33869 38 0 0 20 0 22 0 253705575 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230937393640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24112] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24112/stat : 24112 (java) S 24098 24100 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253705575 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230936339704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24113] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24113/stat : 24113 (java) S 24098 24100 22184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253705575 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230935286792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24114] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24114/stat : 24114 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230934235280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24115] ppid=24098 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/24100/task/24115/stat : 24115 (java) S 24098 24100 22184 0 -1 4202560 12860 0 0 0 146 3 0 0 20 0 22 0 253705578 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230933183416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24116] ppid=24098 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/24100/task/24116/stat : 24116 (java) S 24098 24100 22184 0 -1 4202560 10898 0 0 0 161 2 0 0 20 0 22 0 253705578 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230932130616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24117] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24117/stat : 24117 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230931078008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24118] ppid=24098 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24100/task/24118/stat : 24118 (java) S 24098 24100 22184 0 -1 4202560 57 0 0 0 14 19 0 0 20 0 22 0 253705578 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230930025416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24134] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24134/stat : 24134 (java) S 24098 24100 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253705811 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230928971048 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24221] ppid=24098 vsize=9824668 CPUtime=270.27 cores=0,2,4,6
/proc/24100/task/24221/stat : 24221 (java) R 24098 24100 22184 0 -1 4202560 14 0 0 0 27023 4 0 0 20 0 22 0 253760966 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230927917280 140231303930328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24222] ppid=24098 vsize=9824668 CPUtime=270.21 cores=0,2,4,6
/proc/24100/task/24222/stat : 24222 (java) R 24098 24100 22184 0 -1 4202560 22 0 0 0 27017 4 0 0 20 0 22 0 253760966 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230925666592 140231304110381 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24223] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24223/stat : 24223 (java) S 24098 24100 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253760966 10060460032 727134 33554432000 1073741824 1073778376 140735534677104 140230924617384 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1674.35
Current children cumulated vsize (KiB) 9824668

[startup+1062.3 s]
/proc/loadavg: 3.91 3.80 3.71 5/219 24478
/proc/meminfo: memFree=24541216/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=9824668 CPUtime=1781.01 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 48929 0 1 0 177935 166 0 0 20 0 22 0 253705573 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 2456167 749690 2287 9 0 2446860 0
[pid=24100/tid=24101] ppid=24098 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) S 24098 24100 22184 0 -1 4202560 2638 0 1 0 40 2 0 0 20 0 22 0 253705573 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140231449338872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24103] ppid=24098 vsize=9824668 CPUtime=3.79 cores=0,2,4,6
/proc/24100/task/24103/stat : 24103 (java) S 24098 24100 22184 0 -1 4202560 644 0 0 0 370 9 0 0 20 0 22 0 253705574 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140231421790760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24104] ppid=24098 vsize=9824668 CPUtime=3.79 cores=0,2,4,6
/proc/24100/task/24104/stat : 24104 (java) S 24098 24100 22184 0 -1 4202560 738 0 0 0 372 7 0 0 20 0 22 0 253705574 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140231292004776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24105] ppid=24098 vsize=9824668 CPUtime=3.83 cores=0,2,4,6
/proc/24100/task/24105/stat : 24105 (java) S 24098 24100 22184 0 -1 4202560 1078 0 0 0 375 8 0 0 20 0 22 0 253705574 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140231290951976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24106] ppid=24098 vsize=9824668 CPUtime=3.87 cores=0,2,4,6
/proc/24100/task/24106/stat : 24106 (java) S 24098 24100 22184 0 -1 4202560 1112 0 0 0 380 7 0 0 20 0 22 0 253705574 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140231289899176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24107] ppid=24098 vsize=9824668 CPUtime=4.16 cores=0,2,4,6
/proc/24100/task/24107/stat : 24107 (java) S 24098 24100 22184 0 -1 4202560 1448 0 0 0 408 8 0 0 20 0 22 0 253705574 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140231288847400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24108] ppid=24098 vsize=9824668 CPUtime=3.79 cores=0,2,4,6
/proc/24100/task/24108/stat : 24108 (java) S 24098 24100 22184 0 -1 4202560 1010 0 0 0 373 6 0 0 20 0 22 0 253705574 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140231287794600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24109] ppid=24098 vsize=9824668 CPUtime=4.12 cores=0,2,4,6
/proc/24100/task/24109/stat : 24109 (java) S 24098 24100 22184 0 -1 4202560 1882 0 0 0 401 11 0 0 20 0 22 0 253705574 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230950644520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24110] ppid=24098 vsize=9824668 CPUtime=3.8 cores=0,2,4,6
/proc/24100/task/24110/stat : 24110 (java) S 24098 24100 22184 0 -1 4202560 1107 0 0 0 373 7 0 0 20 0 22 0 253705574 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230949591720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24111] ppid=24098 vsize=9824668 CPUtime=353.38 cores=0,2,4,6
/proc/24100/task/24111/stat : 24111 (java) S 24098 24100 22184 0 -1 4202560 10511 0 0 0 35298 40 0 0 20 0 22 0 253705575 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230937393640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24112] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24112/stat : 24112 (java) S 24098 24100 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253705575 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230936339704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24113] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24113/stat : 24113 (java) S 24098 24100 22184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253705575 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230935286792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24114] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24114/stat : 24114 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230934235280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24115] ppid=24098 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/24100/task/24115/stat : 24115 (java) S 24098 24100 22184 0 -1 4202560 12860 0 0 0 146 3 0 0 20 0 22 0 253705578 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230933183416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24116] ppid=24098 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/24100/task/24116/stat : 24116 (java) S 24098 24100 22184 0 -1 4202560 10898 0 0 0 161 2 0 0 20 0 22 0 253705578 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230932130616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24117] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24117/stat : 24117 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230931078008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24118] ppid=24098 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24100/task/24118/stat : 24118 (java) S 24098 24100 22184 0 -1 4202560 61 0 0 0 15 20 0 0 20 0 22 0 253705578 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230930025416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24134] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24134/stat : 24134 (java) S 24098 24100 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253705811 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230928971048 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24221] ppid=24098 vsize=9824668 CPUtime=315.4 cores=0,2,4,6
/proc/24100/task/24221/stat : 24221 (java) R 24098 24100 22184 0 -1 4202560 15 0 0 0 31536 4 0 0 20 0 22 0 253760966 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230927917280 140231303721654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24222] ppid=24098 vsize=9824668 CPUtime=315.35 cores=0,2,4,6
/proc/24100/task/24222/stat : 24222 (java) R 24098 24100 22184 0 -1 4202560 28 0 0 0 31531 4 0 0 20 0 22 0 253760966 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230925666592 140231303972705 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24223] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24223/stat : 24223 (java) S 24098 24100 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253760966 10060460032 749690 33554432000 1073741824 1073778376 140735534677104 140230924617384 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1781.01
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1073.8 s]
/proc/loadavg: 3.85 3.79 3.71 5/219 24478
/proc/meminfo: memFree=24561320/32873648 swapFree=6864/6864
[pid=24100] ppid=24098 vsize=9824668 CPUtime=1800.01 cores=0,2,4,6
/proc/24100/stat : 24100 (java) S 24098 24100 22184 0 -1 4202496 49007 0 1 0 179835 166 0 0 20 0 22 0 253705573 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140735534668240 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24100/statm: 2456167 749694 2287 9 0 2446860 0
[pid=24100/tid=24101] ppid=24098 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/24100/task/24101/stat : 24101 (java) S 24098 24100 22184 0 -1 4202560 2640 0 1 0 40 2 0 0 20 0 22 0 253705573 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140231449338872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24103] ppid=24098 vsize=9824668 CPUtime=3.84 cores=0,2,4,6
/proc/24100/task/24103/stat : 24103 (java) S 24098 24100 22184 0 -1 4202560 644 0 0 0 375 9 0 0 20 0 22 0 253705574 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140231421790760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24104] ppid=24098 vsize=9824668 CPUtime=3.84 cores=0,2,4,6
/proc/24100/task/24104/stat : 24104 (java) S 24098 24100 22184 0 -1 4202560 738 0 0 0 377 7 0 0 20 0 22 0 253705574 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140231292004776 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24105] ppid=24098 vsize=9824668 CPUtime=3.86 cores=0,2,4,6
/proc/24100/task/24105/stat : 24105 (java) S 24098 24100 22184 0 -1 4202560 1078 0 0 0 378 8 0 0 20 0 22 0 253705574 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140231290951976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24106] ppid=24098 vsize=9824668 CPUtime=3.95 cores=0,2,4,6
/proc/24100/task/24106/stat : 24106 (java) S 24098 24100 22184 0 -1 4202560 1112 0 0 0 388 7 0 0 20 0 22 0 253705574 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140231289899176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24107] ppid=24098 vsize=9824668 CPUtime=4.21 cores=0,2,4,6
/proc/24100/task/24107/stat : 24107 (java) S 24098 24100 22184 0 -1 4202560 1448 0 0 0 413 8 0 0 20 0 22 0 253705574 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140231288847400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24108] ppid=24098 vsize=9824668 CPUtime=3.83 cores=0,2,4,6
/proc/24100/task/24108/stat : 24108 (java) S 24098 24100 22184 0 -1 4202560 1010 0 0 0 377 6 0 0 20 0 22 0 253705574 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140231287794600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24109] ppid=24098 vsize=9824668 CPUtime=4.22 cores=0,2,4,6
/proc/24100/task/24109/stat : 24109 (java) S 24098 24100 22184 0 -1 4202560 1882 0 0 0 411 11 0 0 20 0 22 0 253705574 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230950644520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24110] ppid=24098 vsize=9824668 CPUtime=3.83 cores=0,2,4,6
/proc/24100/task/24110/stat : 24110 (java) S 24098 24100 22184 0 -1 4202560 1107 0 0 0 376 7 0 0 20 0 22 0 253705574 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230949591720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24111] ppid=24098 vsize=9824668 CPUtime=357.56 cores=0,2,4,6
/proc/24100/task/24111/stat : 24111 (java) S 24098 24100 22184 0 -1 4202560 10587 0 0 0 35716 40 0 0 20 0 22 0 253705575 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230937393640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24112] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24112/stat : 24112 (java) S 24098 24100 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253705575 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230936339704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24113] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24113/stat : 24113 (java) S 24098 24100 22184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253705575 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230935286792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24114] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24114/stat : 24114 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230934235280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24100/tid=24115] ppid=24098 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/24100/task/24115/stat : 24115 (java) S 24098 24100 22184 0 -1 4202560 12860 0 0 0 146 3 0 0 20 0 22 0 253705578 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230933183416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24116] ppid=24098 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/24100/task/24116/stat : 24116 (java) S 24098 24100 22184 0 -1 4202560 10898 0 0 0 161 2 0 0 20 0 22 0 253705578 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230932130616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24117] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24117/stat : 24117 (java) S 24098 24100 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253705578 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230931078008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24118] ppid=24098 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/24100/task/24118/stat : 24118 (java) S 24098 24100 22184 0 -1 4202560 61 0 0 0 16 20 0 0 20 0 22 0 253705578 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230930025416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24134] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24134/stat : 24134 (java) S 24098 24100 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253705811 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230928971048 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24100/tid=24221] ppid=24098 vsize=9824668 CPUtime=322.61 cores=0,2,4,6
/proc/24100/task/24221/stat : 24221 (java) R 24098 24100 22184 0 -1 4202560 15 0 0 0 32257 4 0 0 20 0 22 0 253760966 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230927917280 140231303709532 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24100/tid=24222] ppid=24098 vsize=9824668 CPUtime=322.56 cores=0,2,4,6
/proc/24100/task/24222/stat : 24222 (java) R 24098 24100 22184 0 -1 4202560 28 0 0 0 32252 4 0 0 20 0 22 0 253760966 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230925666792 140231303972541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24100/tid=24223] ppid=24098 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24100/task/24223/stat : 24223 (java) S 24098 24100 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253760966 10060460032 749694 33554432000 1073741824 1073778376 140735534677104 140230924617384 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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): 1073.84
CPU time (s): 1800.38
CPU user time (s): 1798.44
CPU system time (s): 1.9417
CPU usage (%): 167.658
Max. virtual memory (cumulated for all children) (KiB): 9826260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.9417
maximum resident set size= 2999064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49038
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31561
involuntary context switches= 57873

runsolver used 6.03108 second user time and 7.2529 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 18:09:56
IDJOB=3688188
IDBENCH=2884
IDSOLVER=2268
FILE ID=node120/3688188-1337875796
RUNJOBID= node120-1337871880-22200
PBS_JOBID= 14620084
Free space on /tmp= 71628 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C499.a.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688188-1337875796/watcher-3688188-1337875796 -o /tmp/evaluation-result-3688188-1337875796/solver-3688188-1337875796 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688188-1337875796.opb

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

MD5SUM BENCH= a983c7d791d0da9cc5e2ec69578db721
RANDOM SEED=1877545972

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        28124940 kB
Buffers:          179864 kB
Cached:          3225480 kB
SwapCached:          492 kB
Active:          1083916 kB
Inactive:        2869720 kB
Active(anon):     538664 kB
Inactive(anon):    12388 kB
Active(file):     545252 kB
Inactive(file):  2857332 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:               912 kB
Writeback:             0 kB
AnonPages:        587792 kB
Mapped:            21628 kB
Shmem:               120 kB
Slab:             625712 kB
SReclaimable:      69864 kB
SUnreclaim:       555848 kB
KernelStack:        1608 kB
PageTables:         5292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1085116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 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= 71628 MiB
End job on node120 at 2012-05-24 18:27:52