Trace number 3688447

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 Resolution 2.3.2 SnapshotSAT (TO)14 1800.71 1794.66

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir04_area_delay.opb
MD5SUMea4ff8014cd873922b6021da249fa157
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.076987
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables741
Total number of constraints2072
Number of constraints which are clauses2072
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 constraint1
Maximum length of a constraint31
Number of terms in the objective function 360
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 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
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.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688447-1337884376.opb
0.11/0.10	c reading problem ... 
0.28/0.24	c ... done. Wall clock time 0.144s.
0.28/0.24	c declared #vars     741
0.28/0.24	c #constraints  1983
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 372
0.28/0.24	c ignored satisfied constraints => 89
0.28/0.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 23
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1588
0.28/0.24	c 2072 constraints processed.
0.28/0.24	c objective function length is 360 literals
0.28/0.26	c SATISFIABLE
0.28/0.26	c OPTIMIZING...
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.163
0.28/0.26	o 19
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.175
0.28/0.27	o 18
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.189
0.28/0.29	o 17
1.14/0.63	c Got one! Elapsed wall clock time (in seconds):0.536
1.14/0.63	o 16
1.25/0.78	c cleaning 2552 clauses out of 5120 with flag 2002/5120
1.72/1.16	c cleaning 4283 clauses out of 8570 with flag 8004/11122
2.11/1.59	c cleaning 5642 clauses out of 11283 with flag 15000/18118
2.62/2.05	c cleaning 6813 clauses out of 13641 with flag 23000/26118
3.27/2.61	c cleaning 7907 clauses out of 15828 with flag 32000/35118
3.92/3.22	c cleaning 8950 clauses out of 17921 with flag 42000/45118
4.66/3.90	c cleaning 9978 clauses out of 19972 with flag 53001/56119
5.36/4.68	c cleaning 10990 clauses out of 21994 with flag 65001/68119
6.17/5.50	c cleaning 11991 clauses out of 24003 with flag 78000/81118
7.07/6.37	c cleaning 12997 clauses out of 26013 with flag 92001/95119
8.07/7.33	c cleaning 14008 clauses out of 28017 with flag 107002/110120
8.18/7.41	c Got one! Elapsed wall clock time (in seconds):7.311
8.18/7.41	o 15
8.39/7.66	c cleaning 9598 clauses out of 19200 with flag 4000/115311
8.78/8.04	c cleaning 7795 clauses out of 15602 with flag 10000/121311
9.18/8.49	c cleaning 7404 clauses out of 14807 with flag 17000/128311
9.68/8.97	c cleaning 7692 clauses out of 15403 with flag 25000/136311
10.09/9.30	c Got one! Elapsed wall clock time (in seconds):9.208
10.09/9.30	o 14
10.29/9.55	c cleaning 8981 clauses out of 17976 with flag 5000/146576
10.60/9.87	c cleaning 7496 clauses out of 15001 with flag 11006/152582
11.11/10.31	c cleaning 7237 clauses out of 14499 with flag 18000/159576
11.61/10.81	c cleaning 7633 clauses out of 15265 with flag 26003/167579
12.11/11.37	c cleaning 8294 clauses out of 16629 with flag 35000/176576
12.73/12.00	c cleaning 9156 clauses out of 18335 with flag 45000/186576
13.54/12.70	c cleaning 10085 clauses out of 20180 with flag 56001/197577
14.24/13.42	c cleaning 11030 clauses out of 22094 with flag 68000/209576
14.93/14.18	c cleaning 12019 clauses out of 24064 with flag 81000/222576
15.83/15.06	c cleaning 13015 clauses out of 26046 with flag 95001/236577
16.85/16.00	c cleaning 14013 clauses out of 28031 with flag 110001/251577
18.06/17.10	c cleaning 14993 clauses out of 30017 with flag 126000/267576
19.25/18.17	c cleaning 16007 clauses out of 32028 with flag 143004/284580
20.73/19.29	c cleaning 17001 clauses out of 34017 with flag 161000/302576
22.03/20.52	c cleaning 17996 clauses out of 36016 with flag 180000/321576
23.33/21.82	c cleaning 18983 clauses out of 38020 with flag 200000/341576
24.74/23.22	c cleaning 20005 clauses out of 40037 with flag 221000/362576
26.14/24.64	c cleaning 21005 clauses out of 42032 with flag 243000/384576
27.64/26.11	c cleaning 22010 clauses out of 44027 with flag 266000/407576
29.15/27.67	c cleaning 23004 clauses out of 46019 with flag 290002/431578
30.85/29.32	c cleaning 24004 clauses out of 48013 with flag 315000/456576
32.56/31.01	c cleaning 24995 clauses out of 50009 with flag 341000/482576
34.37/32.82	c cleaning 25985 clauses out of 52015 with flag 368001/509577
36.19/34.67	c cleaning 27002 clauses out of 54029 with flag 396000/537576
38.10/36.58	c cleaning 28006 clauses out of 56027 with flag 425000/566576
40.01/38.50	c cleaning 28997 clauses out of 58022 with flag 455001/596577
42.22/40.63	c cleaning 30012 clauses out of 60024 with flag 486000/627576
44.43/42.89	c cleaning 30992 clauses out of 62015 with flag 518003/659579
46.82/45.25	c cleaning 32008 clauses out of 64023 with flag 551003/692579
49.23/47.63	c cleaning 32995 clauses out of 66012 with flag 585000/726576
51.64/50.08	c cleaning 33993 clauses out of 68017 with flag 620000/761576
54.06/52.46	c cleaning 34991 clauses out of 70025 with flag 656001/797577
56.57/54.92	c cleaning 36012 clauses out of 72034 with flag 693001/834577
59.17/57.53	c cleaning 36997 clauses out of 74022 with flag 731001/872577
61.97/60.36	c cleaning 38008 clauses out of 76024 with flag 770000/911576
65.00/63.37	c cleaning 38986 clauses out of 78017 with flag 810001/951577
68.00/66.33	c cleaning 40002 clauses out of 80030 with flag 851000/992576
71.01/69.32	c cleaning 41010 clauses out of 82031 with flag 893003/1034579
74.11/72.50	c cleaning 41997 clauses out of 84018 with flag 936000/1077576
77.31/75.63	c cleaning 43002 clauses out of 86021 with flag 980000/1121576
80.41/78.78	c cleaning 43993 clauses out of 88019 with flag 1025000/1166576
83.83/82.11	c cleaning 44998 clauses out of 90026 with flag 1071000/1212576
87.44/85.72	c cleaning 46012 clauses out of 92028 with flag 1118000/1259576
90.94/89.24	c cleaning 47011 clauses out of 94022 with flag 1166006/1307582
94.77/93.09	c cleaning 47997 clauses out of 96006 with flag 1215001/1356577
98.78/97.02	c cleaning 48975 clauses out of 98008 with flag 1265000/1406576
102.59/100.89	c cleaning 49989 clauses out of 100033 with flag 1316000/1457576
106.71/104.91	c cleaning 51007 clauses out of 102044 with flag 1368000/1509576
110.76/108.98	c cleaning 52011 clauses out of 104037 with flag 1421000/1562576
115.07/113.25	c cleaning 53001 clauses out of 106026 with flag 1475000/1616576
119.26/117.43	c cleaning 53995 clauses out of 108025 with flag 1530000/1671576
123.49/121.63	c cleaning 55009 clauses out of 110030 with flag 1586000/1727576
127.59/125.78	c cleaning 55997 clauses out of 112025 with flag 1643004/1784580
132.10/130.21	c cleaning 56983 clauses out of 114024 with flag 1701000/1842576
136.71/134.82	c cleaning 58016 clauses out of 116041 with flag 1760000/1901576
141.32/139.43	c cleaning 59012 clauses out of 118027 with flag 1820002/1961578
145.93/144.08	c cleaning 59995 clauses out of 120014 with flag 1881001/2022577
151.15/149.21	c cleaning 60996 clauses out of 122019 with flag 1943001/2084577
156.38/154.44	c cleaning 62003 clauses out of 124022 with flag 2006000/2147576
161.41/159.42	c cleaning 62997 clauses out of 126019 with flag 2070000/2211576
166.42/164.45	c cleaning 63990 clauses out of 128022 with flag 2135000/2276576
171.65/169.62	c cleaning 65007 clauses out of 130032 with flag 2201000/2342576
176.86/174.86	c cleaning 65999 clauses out of 132025 with flag 2268000/2409576
182.08/180.06	c cleaning 66997 clauses out of 134027 with flag 2336001/2477577
187.91/185.81	c cleaning 67987 clauses out of 136030 with flag 2405001/2546577
193.61/191.56	c cleaning 69010 clauses out of 138042 with flag 2475000/2616576
199.44/197.36	c cleaning 69994 clauses out of 140037 with flag 2546005/2687581
205.59/203.43	c cleaning 70993 clauses out of 142038 with flag 2618000/2759576
212.00/209.86	c cleaning 71997 clauses out of 144046 with flag 2691001/2832577
218.93/216.77	c cleaning 73017 clauses out of 146048 with flag 2765000/2906576
225.33/223.16	c cleaning 73993 clauses out of 148031 with flag 2840000/2981576
231.54/229.35	c cleaning 75000 clauses out of 150038 with flag 2916000/3057576
237.86/235.65	c cleaning 76005 clauses out of 152038 with flag 2993000/3134576
243.77/241.54	c cleaning 76991 clauses out of 154033 with flag 3071000/3212576
249.79/247.57	c cleaning 78008 clauses out of 156045 with flag 3150003/3291579
255.90/253.61	c cleaning 79005 clauses out of 158035 with flag 3230001/3371577
262.22/259.92	c cleaning 79988 clauses out of 160030 with flag 3311001/3452577
269.23/266.91	c cleaning 81000 clauses out of 162042 with flag 3393001/3534577
276.17/273.83	c cleaning 82007 clauses out of 164041 with flag 3476000/3617576
283.37/281.08	c cleaning 83001 clauses out of 166034 with flag 3560000/3701576
290.49/288.15	c cleaning 84011 clauses out of 168037 with flag 3645004/3786580
297.49/295.14	c cleaning 84991 clauses out of 170023 with flag 3731001/3872577
305.12/302.75	c cleaning 85991 clauses out of 172031 with flag 3818000/3959576
312.84/310.47	c cleaning 86997 clauses out of 174042 with flag 3906002/4047578
319.97/317.58	c cleaning 88002 clauses out of 176043 with flag 3995000/4136576
327.18/324.79	c cleaning 89010 clauses out of 178043 with flag 4085002/4226578
335.21/332.76	c cleaning 89994 clauses out of 180034 with flag 4176003/4317579
343.04/340.52	c cleaning 91003 clauses out of 182037 with flag 4268000/4409576
351.36/348.80	c cleaning 92010 clauses out of 184036 with flag 4361002/4502578
359.78/357.23	c cleaning 92995 clauses out of 186026 with flag 4455002/4596578
367.59/365.08	c cleaning 93999 clauses out of 188029 with flag 4550000/4691576
375.59/373.09	c cleaning 94989 clauses out of 190030 with flag 4646000/4787576
383.90/381.31	c cleaning 96008 clauses out of 192041 with flag 4743000/4884576
392.33/389.77	c cleaning 96999 clauses out of 194033 with flag 4841000/4982576
400.96/398.36	c cleaning 98007 clauses out of 196035 with flag 4940001/5081577
409.87/407.26	c cleaning 98984 clauses out of 198027 with flag 5040000/5181576
418.92/416.25	c cleaning 100000 clauses out of 200046 with flag 5141003/5282579
427.73/425.01	c cleaning 101017 clauses out of 202043 with flag 5243000/5384576
437.75/435.04	c cleaning 101999 clauses out of 204026 with flag 5346000/5487576
449.08/446.34	c cleaning 103000 clauses out of 206027 with flag 5450000/5591576
459.02/456.25	c cleaning 104004 clauses out of 208028 with flag 5555001/5696577
469.43/466.63	c cleaning 104999 clauses out of 210023 with flag 5661000/5802576
479.16/476.36	c cleaning 105999 clauses out of 212028 with flag 5768004/5909580
490.08/487.26	c cleaning 107006 clauses out of 214025 with flag 5876000/6017576
500.70/497.83	c cleaning 107965 clauses out of 216020 with flag 5985001/6126577
511.02/508.17	c cleaning 108992 clauses out of 218059 with flag 6095005/6236581
522.25/519.37	c cleaning 110007 clauses out of 220062 with flag 6206000/6347576
532.90/529.91	c cleaning 111026 clauses out of 222070 with flag 6318015/6459591
543.83/540.80	c cleaning 111998 clauses out of 224031 with flag 6431002/6572578
554.67/551.61	c cleaning 112996 clauses out of 226033 with flag 6545002/6686578
565.92/562.87	c cleaning 114006 clauses out of 228035 with flag 6660000/6801576
576.04/572.93	c cleaning 115006 clauses out of 230030 with flag 6776001/6917577
586.87/583.72	c cleaning 115996 clauses out of 232023 with flag 6893000/7034576
598.39/595.24	c cleaning 116985 clauses out of 234028 with flag 7011001/7152577
609.02/605.83	c cleaning 117990 clauses out of 236042 with flag 7130000/7271576
619.43/616.25	c cleaning 119015 clauses out of 238052 with flag 7250000/7391576
631.53/628.39	c cleaning 120008 clauses out of 240037 with flag 7371000/7512576
643.94/640.71	c cleaning 121011 clauses out of 242029 with flag 7493000/7634576
655.76/652.51	c cleaning 122004 clauses out of 244018 with flag 7616000/7757576
666.77/663.50	c cleaning 122982 clauses out of 246014 with flag 7740000/7881576
678.70/675.43	c cleaning 124003 clauses out of 248032 with flag 7865000/8006576
691.11/687.89	c cleaning 125001 clauses out of 250029 with flag 7991000/8132576
703.33/700.06	c cleaning 126008 clauses out of 252028 with flag 8118000/8259576
716.27/712.92	c cleaning 127009 clauses out of 254020 with flag 8246000/8387576
728.10/724.75	c cleaning 127997 clauses out of 256011 with flag 8375000/8516576
741.52/738.13	c cleaning 128994 clauses out of 258014 with flag 8505000/8646576
755.25/751.80	c cleaning 130000 clauses out of 260020 with flag 8636000/8777576
767.27/763.81	c cleaning 130996 clauses out of 262020 with flag 8768000/8909576
779.90/776.40	c cleaning 131999 clauses out of 264024 with flag 8901000/9042576
793.33/789.82	c cleaning 133006 clauses out of 266025 with flag 9035000/9176576
805.24/801.75	c cleaning 133999 clauses out of 268021 with flag 9170002/9311578
818.86/815.31	c cleaning 134999 clauses out of 270022 with flag 9306002/9447578
831.50/827.90	c cleaning 136012 clauses out of 272026 with flag 9443005/9584581
844.61/841.01	c cleaning 136976 clauses out of 274009 with flag 9581000/9722576
859.72/856.18	c cleaning 138010 clauses out of 276033 with flag 9720000/9861576
872.84/869.22	c cleaning 138999 clauses out of 278023 with flag 9860000/10001576
886.07/882.48	c cleaning 140005 clauses out of 280024 with flag 10001000/10142576
899.70/896.08	c cleaning 140988 clauses out of 282019 with flag 10143000/10284576
914.35/910.61	c cleaning 142000 clauses out of 284031 with flag 10286000/10427576
928.79/925.00	c cleaning 143003 clauses out of 286033 with flag 10430002/10571578
943.11/939.38	c cleaning 144002 clauses out of 288028 with flag 10575000/10716576
957.73/953.90	c cleaning 144996 clauses out of 290026 with flag 10721000/10862576
971.55/967.70	c cleaning 146001 clauses out of 292032 with flag 10868002/11009578
986.38/982.58	c cleaning 146996 clauses out of 294031 with flag 11016002/11157578
999.41/995.51	c cleaning 148010 clauses out of 296033 with flag 11165000/11306576
1012.96/1009.05	c cleaning 149006 clauses out of 298025 with flag 11315002/11456578
1027.88/1023.91	c cleaning 150002 clauses out of 300019 with flag 11466002/11607578
1042.82/1038.89	c cleaning 150979 clauses out of 302015 with flag 11618000/11759576
1058.34/1054.31	c cleaning 152012 clauses out of 304038 with flag 11771002/11912578
1073.97/1069.98	c cleaning 152989 clauses out of 306025 with flag 11925001/12066577
1090.02/1085.91	c cleaning 153987 clauses out of 308035 with flag 12080000/12221576
1104.49/1100.34	c cleaning 155021 clauses out of 310050 with flag 12236002/12377578
1119.51/1115.31	c cleaning 155997 clauses out of 312027 with flag 12393000/12534576
1135.08/1130.87	c cleaning 156997 clauses out of 314031 with flag 12551001/12692577
1151.20/1146.91	c cleaning 158011 clauses out of 316033 with flag 12710000/12851576
1168.31/1164.05	c cleaning 159010 clauses out of 318022 with flag 12870000/13011576
1185.77/1181.42	c cleaning 159994 clauses out of 320012 with flag 13031000/13172576
1203.31/1198.96	c cleaning 160996 clauses out of 322018 with flag 13193000/13334576
1220.13/1215.79	c cleaning 161996 clauses out of 324023 with flag 13356001/13497577
1237.26/1232.82	c cleaning 162994 clauses out of 326026 with flag 13520000/13661576
1254.28/1249.81	c cleaning 163993 clauses out of 328032 with flag 13685000/13826576
1269.83/1265.38	c cleaning 164970 clauses out of 330039 with flag 13851000/13992576
1287.15/1282.67	c cleaning 165989 clauses out of 332071 with flag 14018002/14159578
1303.67/1299.19	c cleaning 167002 clauses out of 334081 with flag 14186001/14327577
1322.22/1317.66	c cleaning 168012 clauses out of 336078 with flag 14355000/14496576
1339.96/1335.33	c cleaning 168985 clauses out of 338066 with flag 14525000/14666576
1357.80/1353.19	c cleaning 170015 clauses out of 340081 with flag 14696000/14837576
1377.53/1372.85	c cleaning 170989 clauses out of 342066 with flag 14868000/15009576
1396.18/1391.42	c cleaning 172024 clauses out of 344080 with flag 15041003/15182579
1414.28/1409.52	c cleaning 173007 clauses out of 346053 with flag 15215000/15356576
1431.29/1426.59	c cleaning 173995 clauses out of 348046 with flag 15390000/15531576
1447.45/1442.65	c cleaning 175014 clauses out of 350056 with flag 15566005/15707581
1464.18/1459.36	c cleaning 175986 clauses out of 352040 with flag 15743003/15884579
1481.60/1476.76	c cleaning 176992 clauses out of 354052 with flag 15921001/16062577
1499.53/1494.61	c cleaning 178020 clauses out of 356060 with flag 16100001/16241577
1518.67/1513.80	c cleaning 179009 clauses out of 358040 with flag 16280001/16421577
1538.89/1533.94	c cleaning 180005 clauses out of 360030 with flag 16461000/16602576
1557.64/1552.64	c cleaning 180994 clauses out of 362026 with flag 16643001/16784577
1575.96/1570.90	c cleaning 182014 clauses out of 364038 with flag 16826007/16967583
1594.89/1589.85	c cleaning 182978 clauses out of 366017 with flag 17010000/17151576
1613.81/1608.75	c cleaning 183999 clauses out of 368039 with flag 17195000/17336576
1633.14/1628.05	c cleaning 185010 clauses out of 370042 with flag 17381002/17522578
1657.28/1652.18	c cleaning 185998 clauses out of 372033 with flag 17568003/17709579
1679.52/1674.39	c cleaning 187003 clauses out of 374036 with flag 17756004/17897580
1698.97/1693.78	c cleaning 188011 clauses out of 376029 with flag 17945000/18086576
1717.12/1711.89	c cleaning 188991 clauses out of 378019 with flag 18135001/18276577
1736.16/1730.86	c cleaning 190005 clauses out of 380027 with flag 18326000/18467576
1757.38/1752.08	c cleaning 190997 clauses out of 382023 with flag 18518001/18659577
1780.53/1775.19	c cleaning 192003 clauses out of 384025 with flag 18711000/18852576
1800.08/1794.61	c starts		: 356
1800.08/1794.61	c conflicts		: 19046576
1800.08/1794.61	c decisions		: 63668228
1800.08/1794.61	c propagations		: 5408987825
1800.08/1794.61	c inspects		: 15170888924
1800.08/1794.61	c shortcuts		: 0
1800.08/1794.61	c learnt literals	: 0
1800.08/1794.61	c learnt binary clauses	: 24
1800.08/1794.61	c learnt ternary clauses	: 38
1800.08/1794.61	c learnt constraints	: 19046576
1800.08/1794.61	c ignored constraints	: 0
1800.08/1794.61	c root simplifications	: 0
1800.08/1794.61	c removed literals (reason simplification)	: 0
1800.08/1794.61	c reason swapping (by a shorter reason)	: 0
1800.08/1794.61	c Calls to reduceDB	: 205
1800.08/1794.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.61	c number of learned constraints concerned by reduction	: 0
1800.08/1794.61	c number of learning phase by resolution	: 0
1800.08/1794.61	c number of learning phase by cutting planes	: 0
1800.08/1794.61	c speed (assignments/second)	: 3014433.4368240987
1800.08/1794.61	c non guided choices	26
1800.08/1794.65	c learnt constraints type 
1800.08/1794.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.08/1794.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 385998
1800.08/1794.65	c constraints type 
1800.08/1794.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 372
1800.08/1794.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/1794.65	c ignored satisfied constraints => 89
1800.08/1794.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 23
1800.08/1794.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1588
1800.08/1794.65	c 2073 constraints processed.
1800.08/1794.65	s SATISFIABLE
1800.08/1794.65	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 
1800.08/1794.65	c objective function=14
1800.08/1794.65	c Total wall clock time (in seconds): 1794.554

Verifier Data

OK	14

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

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

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


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.99 3/194 20927
/proc/meminfo: memFree=29000028/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 254561693 95129600 927 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 23225 927 703 9 0 16769 0
[pid=20927/tid=20928] ppid=20925 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) D 20925 20927 16961 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 254561693 95129600 927 33554432000 1073741824 1073778376 140733907821360 139648020418088 251043867943 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.026344 s]
/proc/loadavg: 1.94 1.98 1.99 3/194 20927
/proc/meminfo: memFree=29000028/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 2925 0 1 0 1 0 0 0 20 0 11 0 254561693 9310650368 3625 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 2273108 3626 1651 9 0 2263809 0
[pid=20927/tid=20928] ppid=20925 vsize=9092432 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) R 20925 20927 16961 0 -1 4202560 1769 0 1 0 0 0 0 0 20 0 11 0 254561693 9310650368 3627 33554432000 1073741824 1073778376 140733907821360 139648020425480 139648024434276 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100354 s]
/proc/loadavg: 1.94 1.98 1.99 3/194 20927
/proc/meminfo: memFree=29000028/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 4455 0 1 0 10 1 0 0 20 0 18 0 254561693 9787813888 6125 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 2389603 6125 2138 9 0 2380296 0
[pid=20927/tid=20928] ppid=20925 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) R 20925 20927 16961 0 -1 4202560 2428 0 1 0 6 1 0 0 20 0 18 0 254561693 9787813888 6125 33554432000 1073741824 1073778376 140733907821360 139648020423416 251056416013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300196 s]
/proc/loadavg: 1.94 1.98 1.99 3/194 20927
/proc/meminfo: memFree=29000028/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 6251 0 1 0 47 1 0 0 20 0 19 0 254561693 9855975424 8394 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 2406244 8402 2225 9 0 2396937 0
[pid=20927/tid=20928] ppid=20925 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) R 20925 20927 16961 0 -1 4202560 2470 0 1 0 26 1 0 0 20 0 19 0 254561693 9855975424 8402 33554432000 1073741824 1073778376 140733907821360 139648020423440 139647858531948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624976

[startup+0.700284 s]
/proc/loadavg: 1.94 1.98 1.99 3/194 20927
/proc/meminfo: memFree=29000028/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=9624976 CPUtime=1.25 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 11783 0 1 0 123 2 0 0 20 0 19 0 254561693 9855975424 11462 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 2406244 11462 2237 9 0 2396937 0
[pid=20927/tid=20928] ppid=20925 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) R 20925 20927 16961 0 -1 4202560 2470 0 1 0 66 1 0 0 20 0 19 0 254561693 9855975424 11462 33554432000 1073741824 1073778376 140733907821360 139648020422888 139647859087612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9624976

[startup+1.50065 s]
/proc/loadavg: 1.94 1.98 1.99 3/213 20946
/proc/meminfo: memFree=28954456/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=9624976 CPUtime=2.11 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 11846 0 1 0 209 2 0 0 20 0 19 0 254561693 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 2406244 14076 2265 9 0 2396937 0
[pid=20927/tid=20928] ppid=20925 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) R 20925 20927 16961 0 -1 4202560 2476 0 1 0 144 1 0 0 20 0 19 0 254561693 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139648020423048 139647859087601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20930] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20930/stat : 20930 (java) S 20925 20927 16961 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647981914280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20931] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20931/stat : 20931 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647980861736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20932] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20932/stat : 20932 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647979809192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20933] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20933/stat : 20933 (java) S 20925 20927 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647978756648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20934] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20934/stat : 20934 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647977704104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20935] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20935/stat : 20935 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647858502440 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20936] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20936/stat : 20936 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647857449896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20937] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20937/stat : 20937 (java) S 20925 20927 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647856397352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20938] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20938/stat : 20938 (java) S 20925 20927 16961 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647844198504 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20939] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20939/stat : 20939 (java) S 20925 20927 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647843144824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20940] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20940/stat : 20940 (java) S 20925 20927 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647237743752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20941] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20941/stat : 20941 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647236692496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20942] ppid=20925 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/20927/task/20942/stat : 20942 (java) S 20925 20927 16961 0 -1 4202560 2833 0 0 0 29 0 0 0 20 0 19 0 254561698 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647235639864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20943] ppid=20925 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/20927/task/20943/stat : 20943 (java) S 20925 20927 16961 0 -1 4202560 5294 0 0 0 30 0 0 0 20 0 19 0 254561698 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647234587320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20944] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20944/stat : 20944 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647233534968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20945] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20945/stat : 20945 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647232482632 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20946] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20946/stat : 20946 (java) S 20925 20927 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254561718 9855975424 14076 33554432000 1073741824 1073778376 140733907821360 139647231427368 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 20946
/proc/meminfo: memFree=28952192/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=9624976 CPUtime=3.82 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 12829 0 1 0 380 2 0 0 20 0 19 0 254561693 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 2406244 14621 2266 9 0 2396937 0
[pid=20927/tid=20928] ppid=20925 vsize=9624976 CPUtime=3.03 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) R 20925 20927 16961 0 -1 4202560 2477 0 1 0 301 2 0 0 20 0 19 0 254561693 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139648020422928 139647859018706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20930] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20930/stat : 20930 (java) S 20925 20927 16961 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647981914280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20931] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20931/stat : 20931 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647980861736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20932] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20932/stat : 20932 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647979809192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20933] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20933/stat : 20933 (java) S 20925 20927 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647978756648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20934] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20934/stat : 20934 (java) S 20925 20927 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647977704104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20935] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20935/stat : 20935 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647858502440 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20936] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20936/stat : 20936 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647857449896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20937] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20937/stat : 20937 (java) S 20925 20927 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647856397352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20938] ppid=20925 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/20927/task/20938/stat : 20938 (java) S 20925 20927 16961 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 254561695 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647844198504 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20939] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20939/stat : 20939 (java) S 20925 20927 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647843144824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20940] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20940/stat : 20940 (java) S 20925 20927 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647237743752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20941] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20941/stat : 20941 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647236692496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20942] ppid=20925 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/20927/task/20942/stat : 20942 (java) S 20925 20927 16961 0 -1 4202560 3809 0 0 0 39 0 0 0 20 0 19 0 254561698 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647235639864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20943] ppid=20925 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/20927/task/20943/stat : 20943 (java) S 20925 20927 16961 0 -1 4202560 5294 0 0 0 30 0 0 0 20 0 19 0 254561698 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647234587320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20944] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20944/stat : 20944 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647233534968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20945] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20945/stat : 20945 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647232482632 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20946] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20946/stat : 20946 (java) S 20925 20927 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254561718 9855975424 14621 33554432000 1073741824 1073778376 140733907821360 139647231427368 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 20946
/proc/meminfo: memFree=28955112/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=9624976 CPUtime=7.07 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 13319 0 1 0 705 2 0 0 20 0 19 0 254561693 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 2406244 13193 2266 9 0 2396937 0
[pid=20927/tid=20928] ppid=20925 vsize=9624976 CPUtime=6.18 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) R 20925 20927 16961 0 -1 4202560 2482 0 1 0 616 2 0 0 20 0 19 0 254561693 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139648020422928 139647859054751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20930] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20930/stat : 20930 (java) S 20925 20927 16961 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647981914280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20931] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20931/stat : 20931 (java) S 20925 20927 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647980861736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20932] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20932/stat : 20932 (java) S 20925 20927 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647979809192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20933] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20933/stat : 20933 (java) S 20925 20927 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647978756648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20934] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20934/stat : 20934 (java) S 20925 20927 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647977704104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20935] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20935/stat : 20935 (java) S 20925 20927 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647858502440 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20936] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20936/stat : 20936 (java) S 20925 20927 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647857449896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20937] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20937/stat : 20937 (java) S 20925 20927 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254561694 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647856397352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20938] ppid=20925 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/20927/task/20938/stat : 20938 (java) S 20925 20927 16961 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 254561695 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647844198504 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20939] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20939/stat : 20939 (java) S 20925 20927 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647843144824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20940] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20940/stat : 20940 (java) S 20925 20927 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647237743752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20941] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20941/stat : 20941 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647236692496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20942] ppid=20925 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/20927/task/20942/stat : 20942 (java) S 20925 20927 16961 0 -1 4202560 4283 0 0 0 43 0 0 0 20 0 19 0 254561698 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647235639864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20943] ppid=20925 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/20927/task/20943/stat : 20943 (java) S 20925 20927 16961 0 -1 4202560 5294 0 0 0 30 0 0 0 20 0 19 0 254561698 9855975424 13193 33554432000 1073741824 1073778376 140733907821360 139647234587320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=20927/tid=20935] ppid=20925 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/20927/task/20935/stat : 20935 (java) S 20925 20927 16961 0 -1 4202560 172 0 0 0 64 0 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647858502440 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20936] ppid=20925 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/20927/task/20936/stat : 20936 (java) S 20925 20927 16961 0 -1 4202560 260 0 0 0 68 0 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647857449896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20937] ppid=20925 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/20927/task/20937/stat : 20937 (java) S 20925 20927 16961 0 -1 4202560 310 0 0 0 72 2 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647856397352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20938] ppid=20925 vsize=9624976 CPUtime=7.53 cores=1,3,5,7
/proc/20927/task/20938/stat : 20938 (java) S 20925 20927 16961 0 -1 4202560 166 0 0 0 751 2 0 0 20 0 19 0 254561695 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647844198504 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20939] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20939/stat : 20939 (java) S 20925 20927 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647843144824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20940] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20940/stat : 20940 (java) S 20925 20927 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647237743752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20941] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20941/stat : 20941 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647236692496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20942] ppid=20925 vsize=9624976 CPUtime=1.11 cores=1,3,5,7
/proc/20927/task/20942/stat : 20942 (java) S 20925 20927 16961 0 -1 4202560 14917 0 0 0 109 2 0 0 20 0 19 0 254561698 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647235639864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20943] ppid=20925 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/20927/task/20943/stat : 20943 (java) S 20925 20927 16961 0 -1 4202560 5312 0 0 0 32 0 0 0 20 0 19 0 254561698 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647234587320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20944] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20944/stat : 20944 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647233534968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20945] ppid=20925 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/20927/task/20945/stat : 20945 (java) S 20925 20927 16961 0 -1 4202560 95 0 0 0 14 22 0 0 20 0 19 0 254561698 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647232482632 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20946] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20946/stat : 20946 (java) S 20925 20927 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254561718 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647231427368 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1667.52
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 21041
/proc/meminfo: memFree=28803684/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=9624976 CPUtime=1727.66 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 26266 0 1 0 172729 37 0 0 20 0 19 0 254561693 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 2406244 46420 2268 9 0 2396937 0
[pid=20927/tid=20928] ppid=20925 vsize=9624976 CPUtime=1712.55 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) R 20925 20927 16961 0 -1 4202560 2688 0 1 0 171223 32 0 0 20 0 19 0 254561693 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139648020422928 139647859019794 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20930] ppid=20925 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/20927/task/20930/stat : 20930 (java) S 20925 20927 16961 0 -1 4202560 370 0 0 0 69 1 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647981914280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20931] ppid=20925 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/20927/task/20931/stat : 20931 (java) S 20925 20927 16961 0 -1 4202560 210 0 0 0 75 0 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647980861736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20932] ppid=20925 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/20927/task/20932/stat : 20932 (java) S 20925 20927 16961 0 -1 4202560 271 0 0 0 72 2 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647979809192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20933] ppid=20925 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/20927/task/20933/stat : 20933 (java) S 20925 20927 16961 0 -1 4202560 161 0 0 0 71 2 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647978756648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20934] ppid=20925 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/20927/task/20934/stat : 20934 (java) S 20925 20927 16961 0 -1 4202560 146 0 0 0 70 0 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647977704104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20935] ppid=20925 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/20927/task/20935/stat : 20935 (java) S 20925 20927 16961 0 -1 4202560 172 0 0 0 66 0 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647858502440 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20936] ppid=20925 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/20927/task/20936/stat : 20936 (java) S 20925 20927 16961 0 -1 4202560 260 0 0 0 71 0 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647857449896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20937] ppid=20925 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20927/task/20937/stat : 20937 (java) S 20925 20927 16961 0 -1 4202560 310 0 0 0 76 2 0 0 20 0 19 0 254561694 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647856397352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20938] ppid=20925 vsize=9624976 CPUtime=7.77 cores=1,3,5,7
/proc/20927/task/20938/stat : 20938 (java) S 20925 20927 16961 0 -1 4202560 170 0 0 0 775 2 0 0 20 0 19 0 254561695 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647844198504 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20939] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20939/stat : 20939 (java) S 20925 20927 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647843144824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20940] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20940/stat : 20940 (java) S 20925 20927 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647237743752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20941] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20941/stat : 20941 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647236692496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20942] ppid=20925 vsize=9624976 CPUtime=1.11 cores=1,3,5,7
/proc/20927/task/20942/stat : 20942 (java) S 20925 20927 16961 0 -1 4202560 14917 0 0 0 109 2 0 0 20 0 19 0 254561698 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647235639864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20943] ppid=20925 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/20927/task/20943/stat : 20943 (java) S 20925 20927 16961 0 -1 4202560 5312 0 0 0 32 0 0 0 20 0 19 0 254561698 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647234587320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20944] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20944/stat : 20944 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647233534968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20945] ppid=20925 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/20927/task/20945/stat : 20945 (java) S 20925 20927 16961 0 -1 4202560 99 0 0 0 14 23 0 0 20 0 19 0 254561698 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647232482632 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20946] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20946/stat : 20946 (java) S 20925 20927 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254561718 9855975424 46420 33554432000 1073741824 1073778376 140733907821360 139647231427368 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.66
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21041
/proc/meminfo: memFree=28799704/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=9624976 CPUtime=1787.78 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 26278 0 1 0 178740 38 0 0 20 0 19 0 254561693 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 2406244 46932 2268 9 0 2396937 0
[pid=20927/tid=20928] ppid=20925 vsize=9624976 CPUtime=1772.25 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) R 20925 20927 16961 0 -1 4202560 2691 0 1 0 177193 32 0 0 20 0 19 0 254561693 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139648020422928 139647859087071 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20930] ppid=20925 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/20927/task/20930/stat : 20930 (java) S 20925 20927 16961 0 -1 4202560 370 0 0 0 72 1 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647981914280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20931] ppid=20925 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20927/task/20931/stat : 20931 (java) S 20925 20927 16961 0 -1 4202560 210 0 0 0 78 0 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647980861736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20932] ppid=20925 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20927/task/20932/stat : 20932 (java) S 20925 20927 16961 0 -1 4202560 271 0 0 0 76 2 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647979809192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20933] ppid=20925 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/20927/task/20933/stat : 20933 (java) S 20925 20927 16961 0 -1 4202560 161 0 0 0 73 2 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647978756648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20934] ppid=20925 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/20927/task/20934/stat : 20934 (java) S 20925 20927 16961 0 -1 4202560 146 0 0 0 71 0 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647977704104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20935] ppid=20925 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/20927/task/20935/stat : 20935 (java) S 20925 20927 16961 0 -1 4202560 172 0 0 0 69 0 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647858502440 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20936] ppid=20925 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/20927/task/20936/stat : 20936 (java) S 20925 20927 16961 0 -1 4202560 260 0 0 0 72 0 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647857449896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20937] ppid=20925 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/20927/task/20937/stat : 20937 (java) S 20925 20927 16961 0 -1 4202560 310 0 0 0 78 2 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647856397352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20938] ppid=20925 vsize=9624976 CPUtime=8.01 cores=1,3,5,7
/proc/20927/task/20938/stat : 20938 (java) S 20925 20927 16961 0 -1 4202560 175 0 0 0 799 2 0 0 20 0 19 0 254561695 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647844198504 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20939] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20939/stat : 20939 (java) S 20925 20927 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647843144824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20940] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20940/stat : 20940 (java) S 20925 20927 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647237743752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20941] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20941/stat : 20941 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647236692496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20942] ppid=20925 vsize=9624976 CPUtime=1.11 cores=1,3,5,7
/proc/20927/task/20942/stat : 20942 (java) S 20925 20927 16961 0 -1 4202560 14917 0 0 0 109 2 0 0 20 0 19 0 254561698 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647235639864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20943] ppid=20925 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/20927/task/20943/stat : 20943 (java) S 20925 20927 16961 0 -1 4202560 5312 0 0 0 32 0 0 0 20 0 19 0 254561698 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647234587320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20944] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20944/stat : 20944 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647233534968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20945] ppid=20925 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/20927/task/20945/stat : 20945 (java) S 20925 20927 16961 0 -1 4202560 103 0 0 0 15 23 0 0 20 0 19 0 254561698 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647232482632 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20946] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20946/stat : 20946 (java) S 20925 20927 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254561718 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647231427368 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.78
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 21041
/proc/meminfo: memFree=28799708/32873648 swapFree=7360/7360
[pid=20927] ppid=20925 vsize=9624976 CPUtime=1800.08 cores=1,3,5,7
/proc/20927/stat : 20927 (java) S 20925 20927 16961 0 -1 4202496 26278 0 1 0 179970 38 0 0 20 0 19 0 254561693 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 140733907812496 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20927/statm: 2406244 46932 2268 9 0 2396937 0
[pid=20927/tid=20928] ppid=20925 vsize=9624976 CPUtime=1784.56 cores=1,3,5,7
/proc/20927/task/20928/stat : 20928 (java) R 20925 20927 16961 0 -1 4202560 2691 0 1 0 178423 33 0 0 20 0 19 0 254561693 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139648020422928 139647859497402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20930] ppid=20925 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/20927/task/20930/stat : 20930 (java) S 20925 20927 16961 0 -1 4202560 370 0 0 0 72 1 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647981914280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20931] ppid=20925 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20927/task/20931/stat : 20931 (java) S 20925 20927 16961 0 -1 4202560 210 0 0 0 78 0 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647980861736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20932] ppid=20925 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/20927/task/20932/stat : 20932 (java) S 20925 20927 16961 0 -1 4202560 271 0 0 0 76 2 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647979809192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20933] ppid=20925 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/20927/task/20933/stat : 20933 (java) S 20925 20927 16961 0 -1 4202560 161 0 0 0 73 2 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647978756648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20934] ppid=20925 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/20927/task/20934/stat : 20934 (java) S 20925 20927 16961 0 -1 4202560 146 0 0 0 71 0 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647977704104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20935] ppid=20925 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/20927/task/20935/stat : 20935 (java) S 20925 20927 16961 0 -1 4202560 172 0 0 0 69 0 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647858502440 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20936] ppid=20925 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/20927/task/20936/stat : 20936 (java) S 20925 20927 16961 0 -1 4202560 260 0 0 0 72 0 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647857449896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20937] ppid=20925 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/20927/task/20937/stat : 20937 (java) S 20925 20927 16961 0 -1 4202560 310 0 0 0 78 2 0 0 20 0 19 0 254561694 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647856397352 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20938] ppid=20925 vsize=9624976 CPUtime=8.01 cores=1,3,5,7
/proc/20927/task/20938/stat : 20938 (java) S 20925 20927 16961 0 -1 4202560 175 0 0 0 799 2 0 0 20 0 19 0 254561695 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647844198504 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20939] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20939/stat : 20939 (java) S 20925 20927 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647843144824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20940] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20940/stat : 20940 (java) S 20925 20927 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254561695 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647237743752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20941] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20941/stat : 20941 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647236692496 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20927/tid=20942] ppid=20925 vsize=9624976 CPUtime=1.11 cores=1,3,5,7
/proc/20927/task/20942/stat : 20942 (java) S 20925 20927 16961 0 -1 4202560 14917 0 0 0 109 2 0 0 20 0 19 0 254561698 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647235639864 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20927/tid=20943] ppid=20925 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/20927/task/20943/stat : 20943 (java) S 20925 20927 16961 0 -1 4202560 5312 0 0 0 32 0 0 0 20 0 19 0 254561698 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647234587320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20944] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20944/stat : 20944 (java) S 20925 20927 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254561698 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647233534968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20927/tid=20945] ppid=20925 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/20927/task/20945/stat : 20945 (java) S 20925 20927 16961 0 -1 4202560 103 0 0 0 15 24 0 0 20 0 19 0 254561698 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647232482632 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20927/tid=20946] ppid=20925 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20927/task/20946/stat : 20946 (java) S 20925 20927 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254561718 9855975424 46932 33554432000 1073741824 1073778376 140733907821360 139647231427368 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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): 1794.66
CPU time (s): 1800.71
CPU user time (s): 1799.89
CPU system time (s): 0.821875
CPU usage (%): 100.337
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.821875
maximum resident set size= 191984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26321
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43584
involuntary context switches= 42604

runsolver used 5.88011 second user time and 14.8027 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-24 20:32:56
IDJOB=3688447
IDBENCH=25006
IDSOLVER=2269
FILE ID=node149/3688447-1337884376
RUNJOBID= node149-1337871880-16978
PBS_JOBID= 14620055
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir04_area_delay.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688447-1337884376/watcher-3688447-1337884376 -o /tmp/evaluation-result-3688447-1337884376/solver-3688447-1337884376 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688447-1337884376.opb

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

MD5SUM BENCH= ea4ff8014cd873922b6021da249fa157
RANDOM SEED=151854730

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.145
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	: 5438.55
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.145
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.145
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:        29000572 kB
Buffers:          227528 kB
Cached:          2717384 kB
SwapCached:            0 kB
Active:           741176 kB
Inactive:        2366008 kB
Active(anon):     163608 kB
Inactive(anon):        0 kB
Active(file):     577568 kB
Inactive(file):  2366008 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               296 kB
Writeback:             0 kB
AnonPages:        168140 kB
Mapped:            22572 kB
Shmem:               200 kB
Slab:             628696 kB
SReclaimable:      72840 kB
SUnreclaim:       555856 kB
KernelStack:        1608 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71732 MiB
End job on node149 at 2012-05-24 21:02:53