Trace number 3454393

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT55 1505.02 770.042

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_10.opb
MD5SUM26699ac56f0d58d8261ff4eb58d81611
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark513.807
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1659
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454393-1307191882.opb
0.10/0.11	c reading problem ... 
1.17/0.55	c ... done. Wall clock time 0.444s.
1.17/0.55	c #vars     895
1.17/0.56	c #constraints  1659
1.17/0.56	c constraints type 
1.17/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1659
1.17/0.56	c constraints type 
1.17/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1659
2.49/0.93	c  And the winner is Resolution
2.58/1.06	c SATISFIABLE
2.58/1.06	c OPTIMIZING...
2.58/1.06	c Got one! Elapsed wall clock time (in seconds):0.949
2.58/1.06	o 92
3.17/1.38	c  And the winner is CuttingPlanes
3.46/1.56	c Got one! Elapsed wall clock time (in seconds):1.453
3.46/1.56	o 91
4.15/1.90	c  And the winner is CuttingPlanes
4.15/2.07	c Got one! Elapsed wall clock time (in seconds):1.956
4.15/2.07	o 88
4.48/2.26	c  And the winner is Resolution
4.58/2.57	c Got one! Elapsed wall clock time (in seconds):2.459
4.58/2.57	o 78
5.04/2.89	c  And the winner is Resolution
5.23/3.08	c Got one! Elapsed wall clock time (in seconds):2.965
5.23/3.08	o 77
6.11/3.53	c  And the winner is Resolution
6.11/3.58	c Got one! Elapsed wall clock time (in seconds):3.47
6.11/3.58	o 74
7.47/4.22	c  And the winner is Resolution
7.53/4.59	c Got one! Elapsed wall clock time (in seconds):4.475
7.53/4.59	o 73
8.34/5.09	c  And the winner is Resolution
8.55/5.59	c Got one! Elapsed wall clock time (in seconds):5.481
8.55/5.59	o 71
10.12/6.37	c  And the winner is Resolution
10.27/6.60	c Got one! Elapsed wall clock time (in seconds):6.487
10.27/6.60	o 70
11.08/7.04	c cleaning 4602 clauses out of 9203 with flag 1000/9203
12.28/7.64	c  And the winner is Resolution
12.36/8.11	c Got one! Elapsed wall clock time (in seconds):8.001
12.36/8.11	o 67
12.93/8.45	c  And the winner is Resolution
13.04/8.61	c Got one! Elapsed wall clock time (in seconds):8.504
13.04/8.61	o 61
15.03/9.61	c cleaning 5120 clauses out of 10245 with flag 3003/14847
19.60/11.91	c cleaning 5555 clauses out of 11122 with flag 9000/20844
25.00/14.61	c cleaning 6279 clauses out of 12567 with flag 16000/27844
31.16/17.72	c cleaning 7138 clauses out of 14289 with flag 24001/35845
38.32/21.30	c cleaning 8076 clauses out of 16151 with flag 33001/44845
45.28/24.86	c cleaning 9032 clauses out of 18075 with flag 43001/54845
48.25/26.39	c cleaning 0 clauses out of 7169 with flag 0/7171
53.67/28.95	c cleaning 9511 clauses out of 19042 with flag 53000/64844
61.22/32.70	c cleaning 9759 clauses out of 19531 with flag 63000/74844
66.56/35.44	c  And the winner is Resolution
66.67/35.78	c Got one! Elapsed wall clock time (in seconds):35.662
66.67/35.78	o 60
70.63/37.78	c cleaning 10997 clauses out of 22005 with flag 5001/87078
75.39/40.12	c cleaning 8497 clauses out of 17008 with flag 11001/93078
80.31/42.61	c cleaning 7752 clauses out of 15512 with flag 18002/100079
85.86/45.42	c cleaning 7872 clauses out of 15759 with flag 26001/108078
92.60/48.83	c cleaning 8438 clauses out of 16887 with flag 35001/117078
100.15/52.70	c cleaning 9217 clauses out of 18449 with flag 45001/127078
108.08/56.64	c cleaning 9606 clauses out of 19231 with flag 55000/137077
115.03/60.15	c  And the winner is Resolution
115.19/60.37	c Got one! Elapsed wall clock time (in seconds):60.257
115.19/60.37	o 59
118.85/62.28	c cleaning 11471 clauses out of 22941 with flag 5001/150393
123.59/64.63	c cleaning 8735 clauses out of 17471 with flag 11002/156394
128.73/67.29	c cleaning 7862 clauses out of 15737 with flag 18003/163395
135.24/70.55	c cleaning 7928 clauses out of 15873 with flag 26001/171393
142.37/74.11	c cleaning 8462 clauses out of 16945 with flag 35001/180393
149.31/77.64	c cleaning 9235 clauses out of 18484 with flag 45002/190394
157.06/81.56	c cleaning 9617 clauses out of 19248 with flag 55001/200393
161.76/83.96	c cleaning 0 clauses out of 13760 with flag 0/13764
164.31/85.27	c cleaning 9810 clauses out of 19631 with flag 65001/210393
172.73/89.40	c cleaning 9906 clauses out of 19821 with flag 75001/220393
181.25/93.72	c cleaning 9951 clauses out of 19915 with flag 85001/230393
189.36/97.91	c cleaning 9976 clauses out of 19963 with flag 95000/240392
198.32/102.38	c cleaning 9986 clauses out of 19987 with flag 105000/250392
206.20/106.36	c cleaning 10000 clauses out of 20002 with flag 115001/260393
214.13/110.31	c cleaning 9994 clauses out of 20002 with flag 125001/270393
222.82/114.70	c cleaning 9997 clauses out of 20008 with flag 135001/280393
230.54/118.62	c cleaning 9998 clauses out of 20012 with flag 145002/290394
238.67/122.71	c cleaning 10001 clauses out of 20013 with flag 155001/300393
246.79/126.80	c cleaning 10001 clauses out of 20011 with flag 165000/310392
254.91/130.95	c cleaning 10002 clauses out of 20015 with flag 175005/320397
262.39/134.76	c cleaning 9996 clauses out of 20009 with flag 185001/330393
269.71/138.49	c cleaning 10002 clauses out of 20014 with flag 195002/340394
277.05/142.17	c cleaning 10001 clauses out of 20011 with flag 205001/350393
284.74/146.08	c cleaning 9999 clauses out of 20009 with flag 215000/360392
292.66/150.06	c cleaning 9996 clauses out of 20010 with flag 225000/370392
300.39/153.95	c cleaning 10005 clauses out of 20014 with flag 235000/380392
308.50/158.08	c cleaning 9997 clauses out of 20009 with flag 245000/390392
315.97/161.87	c cleaning 10000 clauses out of 20012 with flag 255000/400392
323.49/165.64	c cleaning 10003 clauses out of 20012 with flag 265000/410392
331.40/169.69	c cleaning 9998 clauses out of 20010 with flag 275001/420393
334.72/171.35	c cleaning 0 clauses out of 19758 with flag 0/19762
339.39/173.81	c cleaning 9993 clauses out of 20011 with flag 285000/430392
347.09/177.67	c cleaning 10004 clauses out of 20018 with flag 295000/440392
354.40/181.41	c cleaning 10001 clauses out of 20015 with flag 305001/450393
361.50/184.95	c cleaning 9999 clauses out of 20013 with flag 315000/460392
369.36/188.90	c cleaning 9997 clauses out of 20014 with flag 325000/470392
377.66/193.19	c cleaning 10002 clauses out of 20017 with flag 335000/480392
384.97/196.85	c cleaning 10005 clauses out of 20018 with flag 345003/490395
393.27/201.00	c cleaning 9998 clauses out of 20012 with flag 355002/500394
400.93/204.99	c cleaning 9999 clauses out of 20012 with flag 365000/510392
408.44/208.76	c cleaning 10000 clauses out of 20013 with flag 375000/520392
415.94/212.55	c cleaning 10001 clauses out of 20013 with flag 385000/530392
424.29/216.79	c cleaning 9999 clauses out of 20013 with flag 395001/540393
432.71/221.03	c cleaning 10003 clauses out of 20013 with flag 405000/550392
440.40/224.94	c cleaning 10002 clauses out of 20010 with flag 415000/560392
448.50/229.04	c cleaning 10002 clauses out of 20009 with flag 425001/570393
456.20/232.90	c cleaning 9994 clauses out of 20006 with flag 435000/580392
463.85/236.82	c cleaning 10000 clauses out of 20013 with flag 445001/590393
472.00/240.99	c cleaning 9993 clauses out of 20012 with flag 455000/600392
479.85/244.91	c cleaning 10000 clauses out of 20019 with flag 465000/610392
487.55/248.87	c cleaning 10000 clauses out of 20019 with flag 475000/620392
494.99/252.67	c cleaning 10006 clauses out of 20020 with flag 485001/630393
503.09/256.72	c cleaning 9998 clauses out of 20013 with flag 495000/640392
511.19/260.80	c cleaning 9998 clauses out of 20015 with flag 505000/650392
519.50/265.04	c cleaning 9999 clauses out of 20019 with flag 515002/660394
528.13/269.43	c cleaning 10003 clauses out of 20019 with flag 525001/670393
536.22/273.58	c cleaning 10003 clauses out of 20016 with flag 535001/680393
543.55/277.25	c cleaning 9995 clauses out of 20012 with flag 545000/690392
551.00/281.01	c cleaning 10003 clauses out of 20017 with flag 555000/700392
558.04/284.61	c cleaning 10002 clauses out of 20014 with flag 565000/710392
565.17/288.24	c cleaning 9999 clauses out of 20012 with flag 575000/720392
573.02/292.27	c cleaning 9999 clauses out of 20013 with flag 585000/730392
580.91/296.20	c cleaning 10001 clauses out of 20014 with flag 595000/740392
586.94/299.30	c  And the winner is Resolution
587.04/299.42	c Got one! Elapsed wall clock time (in seconds):299.31
587.04/299.42	o 58
591.80/301.82	c cleaning 11264 clauses out of 22530 with flag 5000/752909
597.30/304.67	c cleaning 8631 clauses out of 17267 with flag 11001/758910
603.58/307.88	c cleaning 7816 clauses out of 15636 with flag 18001/765910
611.26/311.77	c cleaning 7903 clauses out of 15820 with flag 26001/773910
619.29/315.82	c cleaning 8454 clauses out of 16916 with flag 35000/782909
627.37/320.01	c cleaning 9228 clauses out of 18463 with flag 45001/792910
636.49/324.55	c cleaning 9611 clauses out of 19234 with flag 55000/802909
644.73/328.82	c cleaning 9808 clauses out of 19623 with flag 65000/812909
653.15/333.04	c cleaning 9901 clauses out of 19815 with flag 75000/822909
660.63/336.85	c cleaning 9950 clauses out of 19915 with flag 85001/832910
668.32/340.71	c cleaning 9981 clauses out of 19965 with flag 95001/842910
676.80/345.02	c cleaning 9987 clauses out of 19984 with flag 105001/852910
684.61/349.09	c cleaning 9992 clauses out of 19998 with flag 115002/862911
693.49/353.52	c cleaning 9996 clauses out of 20004 with flag 125000/872909
701.76/357.78	c cleaning 9993 clauses out of 20008 with flag 135000/882909
709.85/361.83	c cleaning 9999 clauses out of 20015 with flag 145000/892909
717.66/365.81	c cleaning 10006 clauses out of 20017 with flag 155001/902910
725.94/370.09	c cleaning 9999 clauses out of 20011 with flag 165001/912910
734.82/374.58	c cleaning 10004 clauses out of 20011 with flag 175000/922909
743.30/378.86	c cleaning 9996 clauses out of 20007 with flag 185000/932909
752.12/383.30	c cleaning 9999 clauses out of 20012 with flag 195001/942910
760.39/387.59	c cleaning 9991 clauses out of 20012 with flag 205000/952909
769.07/391.96	c cleaning 10003 clauses out of 20021 with flag 215000/962909
777.35/396.15	c cleaning 10000 clauses out of 20019 with flag 225001/972910
785.80/400.42	c cleaning 10006 clauses out of 20018 with flag 235000/982909
794.62/404.90	c cleaning 10001 clauses out of 20014 with flag 245002/992911
802.70/409.10	c cleaning 9999 clauses out of 20012 with flag 255001/1002910
811.36/413.44	c cleaning 9999 clauses out of 20012 with flag 265000/1012909
819.77/417.72	c cleaning 10001 clauses out of 20013 with flag 275000/1022909
828.04/421.95	c cleaning 9996 clauses out of 20012 with flag 285000/1032909
836.71/426.32	c cleaning 10002 clauses out of 20017 with flag 295001/1042910
841.38/428.70	c  And the winner is Resolution
841.53/429.12	c Got one! Elapsed wall clock time (in seconds):429.011
841.53/429.12	o 55
845.28/431.05	c cleaning 10274 clauses out of 20557 with flag 5001/1053452
849.49/433.29	c cleaning 8136 clauses out of 16282 with flag 11000/1059451
854.56/435.87	c cleaning 7567 clauses out of 15146 with flag 18000/1066451
860.23/438.78	c cleaning 7786 clauses out of 15581 with flag 26002/1074453
866.71/442.07	c cleaning 8398 clauses out of 16795 with flag 35002/1083453
874.31/445.94	c cleaning 9194 clauses out of 18395 with flag 45001/1093452
882.22/449.95	c cleaning 9591 clauses out of 19200 with flag 55000/1103451
890.89/454.37	c cleaning 9802 clauses out of 19609 with flag 65000/1113451
898.92/458.46	c cleaning 9896 clauses out of 19808 with flag 75001/1123452
907.12/462.69	c cleaning 9950 clauses out of 19911 with flag 85000/1133451
914.63/466.47	c cleaning 9974 clauses out of 19961 with flag 95000/1143451
921.67/470.00	c cleaning 9984 clauses out of 19988 with flag 105001/1153452
929.33/473.94	c cleaning 9992 clauses out of 20003 with flag 115000/1163451
929.73/474.23	c cleaning 0 clauses out of 31595 with flag 0/31600
936.99/477.98	c cleaning 9995 clauses out of 20011 with flag 125000/1173451
944.70/481.87	c cleaning 10004 clauses out of 20017 with flag 135001/1183452
951.33/485.29	c cleaning 9998 clauses out of 20014 with flag 145002/1193453
958.72/489.08	c cleaning 9999 clauses out of 20014 with flag 155000/1203451
966.23/492.82	c cleaning 10001 clauses out of 20015 with flag 165000/1213451
973.85/496.72	c cleaning 9999 clauses out of 20014 with flag 175000/1223451
981.52/500.64	c cleaning 9999 clauses out of 20015 with flag 185000/1233451
989.71/504.86	c cleaning 9999 clauses out of 20016 with flag 195000/1243451
997.38/508.76	c cleaning 10004 clauses out of 20017 with flag 205000/1253451
1005.84/513.09	c cleaning 10002 clauses out of 20014 with flag 215001/1263452
1013.31/516.87	c cleaning 10002 clauses out of 20013 with flag 225002/1273453
1021.30/520.95	c cleaning 9999 clauses out of 20009 with flag 235000/1283451
1029.17/524.98	c cleaning 9994 clauses out of 20010 with flag 245000/1293451
1037.03/528.92	c cleaning 10003 clauses out of 20017 with flag 255001/1303452
1044.88/532.90	c cleaning 10005 clauses out of 20015 with flag 265002/1313453
1052.28/536.75	c cleaning 9994 clauses out of 20009 with flag 275001/1323452
1059.93/540.60	c cleaning 9996 clauses out of 20014 with flag 285000/1333451
1067.40/544.44	c cleaning 10003 clauses out of 20019 with flag 295001/1343452
1075.45/548.52	c cleaning 10005 clauses out of 20016 with flag 305001/1353452
1082.68/552.25	c cleaning 9994 clauses out of 20010 with flag 315000/1363451
1090.70/556.39	c cleaning 10005 clauses out of 20017 with flag 325001/1373452
1098.76/560.47	c cleaning 10002 clauses out of 20012 with flag 335001/1383452
1107.02/564.68	c cleaning 9995 clauses out of 20009 with flag 345000/1393451
1114.40/568.43	c cleaning 10004 clauses out of 20015 with flag 355001/1403452
1122.46/572.50	c cleaning 9998 clauses out of 20012 with flag 365002/1413453
1129.72/576.31	c cleaning 9998 clauses out of 20012 with flag 375000/1423451
1137.77/580.39	c cleaning 10001 clauses out of 20015 with flag 385001/1433452
1145.34/584.20	c cleaning 10004 clauses out of 20013 with flag 395000/1443451
1153.19/588.21	c cleaning 10001 clauses out of 20011 with flag 405002/1453453
1161.05/592.25	c cleaning 10003 clauses out of 20009 with flag 415001/1463452
1168.94/596.24	c cleaning 10000 clauses out of 20005 with flag 425000/1473451
1176.48/600.17	c cleaning 10000 clauses out of 20005 with flag 435000/1483451
1183.98/603.92	c cleaning 9998 clauses out of 20005 with flag 445000/1493451
1191.59/607.82	c cleaning 9999 clauses out of 20007 with flag 455000/1503451
1199.24/611.73	c cleaning 10003 clauses out of 20009 with flag 465001/1513452
1207.01/615.74	c cleaning 10000 clauses out of 20005 with flag 475000/1523451
1215.07/619.84	c cleaning 9998 clauses out of 20006 with flag 485001/1533452
1223.72/624.24	c cleaning 9993 clauses out of 20007 with flag 495000/1543451
1231.41/628.13	c cleaning 9999 clauses out of 20014 with flag 505000/1553451
1238.93/632.04	c cleaning 10002 clauses out of 20015 with flag 515000/1563451
1246.43/635.89	c cleaning 10001 clauses out of 20014 with flag 525001/1573452
1254.23/639.87	c cleaning 9999 clauses out of 20014 with flag 535002/1583453
1261.88/643.78	c cleaning 10000 clauses out of 20014 with flag 545001/1593452
1269.66/647.76	c cleaning 9994 clauses out of 20013 with flag 555000/1603451
1276.71/651.36	c cleaning 10003 clauses out of 20020 with flag 565001/1613452
1284.56/655.38	c cleaning 10002 clauses out of 20016 with flag 575000/1623451
1292.21/659.30	c cleaning 10004 clauses out of 20015 with flag 585001/1633452
1299.98/663.26	c cleaning 10003 clauses out of 20011 with flag 595001/1643452
1307.83/667.28	c cleaning 9995 clauses out of 20008 with flag 605001/1653452
1315.88/671.36	c cleaning 9999 clauses out of 20012 with flag 615000/1663451
1323.33/675.17	c cleaning 10000 clauses out of 20013 with flag 625000/1673451
1331.30/679.22	c cleaning 10003 clauses out of 20013 with flag 635000/1683451
1338.99/683.19	c cleaning 9994 clauses out of 20010 with flag 645000/1693451
1346.39/686.98	c cleaning 10006 clauses out of 20016 with flag 655000/1703451
1354.08/690.87	c cleaning 10000 clauses out of 20011 with flag 665001/1713452
1361.80/694.81	c cleaning 9996 clauses out of 20013 with flag 675003/1723454
1363.04/695.50	c cleaning 0 clauses out of 37597 with flag 0/37602
1369.88/699.02	c cleaning 10006 clauses out of 20014 with flag 685000/1733451
1377.57/702.94	c cleaning 10001 clauses out of 20010 with flag 695002/1743453
1384.89/706.72	c cleaning 10003 clauses out of 20008 with flag 705001/1753452
1392.13/710.51	c cleaning 9998 clauses out of 20004 with flag 715000/1763451
1400.17/714.55	c cleaning 9996 clauses out of 20006 with flag 725000/1773451
1407.82/718.43	c cleaning 10002 clauses out of 20010 with flag 735000/1783451
1415.77/722.60	c cleaning 9999 clauses out of 20008 with flag 745000/1793451
1423.60/726.57	c cleaning 10001 clauses out of 20009 with flag 755000/1803451
1431.05/730.33	c cleaning 9998 clauses out of 20008 with flag 765000/1813451
1438.48/734.11	c cleaning 10000 clauses out of 20013 with flag 775003/1823454
1446.04/738.08	c cleaning 10003 clauses out of 20010 with flag 785000/1833451
1453.48/741.81	c cleaning 10001 clauses out of 20007 with flag 795000/1843451
1460.92/745.66	c cleaning 10003 clauses out of 20006 with flag 805000/1853451
1469.16/749.90	c cleaning 9999 clauses out of 20003 with flag 815000/1863451
1477.72/754.26	c cleaning 9993 clauses out of 20004 with flag 825001/1873452
1485.95/758.40	c cleaning 10002 clauses out of 20010 with flag 835001/1883452
1494.38/762.72	c cleaning 9998 clauses out of 20006 with flag 845001/1893452
1501.03/766.13	c  And the winner is Resolution
1504.88/769.93	c starts		: 235
1504.88/769.93	c conflicts		: 1901103
1504.88/769.93	c decisions		: 2095054
1504.88/769.93	c propagations		: 211529433
1504.88/769.93	c inspects		: 4582867856
1504.88/769.93	c shortcuts		: 0
1504.88/769.93	c learnt literals	: 14
1504.88/769.93	c learnt binary clauses	: 93
1504.88/769.93	c learnt ternary clauses	: 334
1504.88/769.93	c learnt constraints	: 1901088
1504.88/769.93	c ignored constraints	: 0
1504.88/769.93	c root simplifications	: 0
1504.88/769.93	c removed literals (reason simplification)	: 21977121
1504.88/769.93	c reason swapping (by a shorter reason)	: 0
1504.88/769.93	c Calls to reduceDB	: 194
1504.88/769.93	c number of reductions to clauses (during analyze)	: 0
1504.88/769.93	c number of learned constraints concerned by reduction	: 0
1504.88/769.93	c number of learning phase by resolution	: 0
1504.88/769.93	c number of learning phase by cutting planes	: 0
1504.88/769.93	c speed (assignments/second)	: 620668.5650907105
1504.88/769.93	c non guided choices	7452
1504.88/769.93	c learnt constraints type 
1504.88/769.93	c constraints type 
1504.88/769.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1659
1504.88/769.93	c constraints type 
1504.88/769.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1659
1504.88/769.93	s OPTIMUM FOUND
1504.88/769.93	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 
1504.88/769.93	c objective function=55
1504.88/769.93	c Total wall clock time (in seconds): 769.823

Verifier Data

OK	55

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454393-1307191882/watcher-3454393-1307191882 -o /tmp/evaluation-result-3454393-1307191882/solver-3454393-1307191882 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454393-1307191882.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.71 3.86 3.69 3/596 1936
/proc/meminfo: memFree=21647904/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=9016 CPUtime=0 cores=0,2,4,6
/proc/1936/stat : 1936 (java) R 1934 1936 30921 0 -1 4194304 293 0 0 0 0 0 0 0 25 0 1 0 830785935 9232384 58 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212682751671 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1936/statm: 2255 70 55 9 0 34 0
[pid=1936/tid=1937] ppid=1934 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) R 1934 1936 30921 0 -1 4202560 7535 0 1 0 0 0 0 0 25 0 2 0 830785936 10694979584 8351 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212687369275 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0644471 s]
/proc/loadavg: 3.71 3.86 3.69 3/596 1936
/proc/meminfo: memFree=21647904/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=10472924 CPUtime=0.05 cores=0,2,4,6
/proc/1936/stat : 1936 (java) S 1934 1936 30921 0 -1 4202496 11683 0 1 0 4 1 0 0 25 0 18 0 830785935 10724274176 11381 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 2618231 11382 1733 9 0 2608972 0
[pid=1936/tid=1937] ppid=1934 vsize=10472924 CPUtime=0.04 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) R 1934 1936 30921 0 -1 4202560 10511 0 1 0 3 1 0 0 25 0 18 0 830785936 10724274176 11383 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 47654508505636 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.100484 s]
/proc/loadavg: 3.71 3.86 3.69 3/596 1936
/proc/meminfo: memFree=21647904/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=10540280 CPUtime=0.1 cores=0,2,4,6
/proc/1936/stat : 1936 (java) S 1934 1936 30921 0 -1 4202496 13052 0 1 0 9 1 0 0 25 0 18 0 830785935 10793246720 12728 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 2635070 12728 2093 9 0 2625804 0
[pid=1936/tid=1937] ppid=1934 vsize=10540280 CPUtime=0.08 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) R 1934 1936 30921 0 -1 4202560 11114 0 1 0 7 1 0 0 18 0 18 0 830785936 10793246720 12728 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 18446744073699066034 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540280

[startup+0.300438 s]
/proc/loadavg: 3.71 3.86 3.69 3/596 1936
/proc/meminfo: memFree=21647904/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=10551272 CPUtime=0.56 cores=0,2,4,6
/proc/1936/stat : 1936 (java) S 1934 1936 30921 0 -1 4202496 22172 0 1 0 54 2 0 0 25 0 18 0 830785935 10804502528 19526 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 2637818 19527 2202 9 0 2628552 0
[pid=1936/tid=1937] ppid=1934 vsize=10551272 CPUtime=0.28 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) R 1934 1936 30921 0 -1 4202560 12902 0 1 0 26 2 0 0 18 0 18 0 830785936 10804502528 19527 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 47654512143187 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10551272

[startup+0.700334 s]
/proc/loadavg: 3.71 3.86 3.69 3/596 1936
/proc/meminfo: memFree=21647904/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=10557660 CPUtime=1.84 cores=0,2,4,6
/proc/1936/stat : 1936 (java) S 1934 1936 30921 0 -1 4202496 35545 0 1 0 179 5 0 0 25 0 22 0 830785935 10811043840 30250 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 2639415 30252 2223 9 0 2630149 0
[pid=1936/tid=1937] ppid=1934 vsize=10557660 CPUtime=0.55 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) S 1934 1936 30921 0 -1 4202560 19899 0 1 0 52 3 0 0 19 0 22 0 830785936 10811043840 30252 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 10557660

[startup+1.50126 s]
/proc/loadavg: 3.71 3.86 3.69 3/615 1958
/proc/meminfo: memFree=21493252/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=10558240 CPUtime=3.46 cores=0,2,4,6
/proc/1936/stat : 1936 (java) S 1934 1936 30921 0 -1 4202496 69857 0 1 0 338 8 0 0 25 0 19 0 830785935 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 2639560 61682 2237 9 0 2630294 0
[pid=1936/tid=1937] ppid=1934 vsize=10558240 CPUtime=0.55 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) S 1934 1936 30921 0 -1 4202560 19902 0 1 0 52 3 0 0 16 0 19 0 830785936 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1939] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1939/stat : 1939 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785938 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1940] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 830785938 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1941] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785938 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1942] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785938 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1943] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785938 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1944] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785938 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1945] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785938 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1946] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1946/stat : 1946 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785938 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1947] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1947/stat : 1947 (java) S 1934 1936 30921 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 830785939 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 0 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1948] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1948/stat : 1948 (java) S 1934 1936 30921 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 830785939 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1949] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1949/stat : 1949 (java) S 1934 1936 30921 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830785939 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1950] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1950/stat : 1950 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785941 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699498929 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1951] ppid=1934 vsize=10558240 CPUtime=0.88 cores=0,2,4,6
/proc/1936/task/1951/stat : 1951 (java) S 1934 1936 30921 0 -1 4202560 6351 0 0 0 88 0 0 0 15 0 19 0 830785941 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1952] ppid=1934 vsize=10558240 CPUtime=0.77 cores=0,2,4,6
/proc/1936/task/1952/stat : 1952 (java) S 1934 1936 30921 0 -1 4202560 8589 0 0 0 76 1 0 0 15 0 19 0 830785941 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1953] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1953/stat : 1953 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785941 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1954] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1954/stat : 1954 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830785941 10811637760 61682 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 10558240

[startup+3.1009 s]
/proc/loadavg: 3.71 3.86 3.69 4/618 1967
/proc/meminfo: memFree=21300656/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=10558240 CPUtime=5.29 cores=0,2,4,6
/proc/1936/stat : 1936 (java) S 1934 1936 30921 0 -1 4202496 134005 0 1 0 514 15 0 0 25 0 22 0 830785935 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 2639560 125828 2238 9 0 2630294 0
[pid=1936/tid=1937] ppid=1934 vsize=10558240 CPUtime=0.55 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) S 1934 1936 30921 0 -1 4202560 19917 0 1 0 52 3 0 0 16 0 22 0 830785936 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1939] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1939/stat : 1939 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1940] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830785938 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1941] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1942] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1943] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1944] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1945] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1946] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1946/stat : 1946 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1947] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1947/stat : 1947 (java) S 1934 1936 30921 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830785939 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 0 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1948] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1948/stat : 1948 (java) S 1934 1936 30921 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830785939 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1949] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1949/stat : 1949 (java) S 1934 1936 30921 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830785939 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1950] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1950/stat : 1950 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785941 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699498929 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1951] ppid=1934 vsize=10558240 CPUtime=0.96 cores=0,2,4,6
/proc/1936/task/1951/stat : 1951 (java) R 1934 1936 30921 0 -1 4202560 6360 0 0 0 96 0 0 0 15 0 22 0 830785941 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 47654508470252 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1936/tid=1952] ppid=1934 vsize=10558240 CPUtime=0.85 cores=0,2,4,6
/proc/1936/task/1952/stat : 1952 (java) S 1934 1936 30921 0 -1 4202560 8595 0 0 0 84 1 0 0 15 0 22 0 830785941 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1953] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1953/stat : 1953 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785941 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1954] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1954/stat : 1954 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830785941 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1967] ppid=1934 vsize=10558240 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1967/stat : 1967 (java) S 1934 1936 30921 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 22 0 830786143 10811637760 125828 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 10558240

[startup+6.30131 s]
/proc/loadavg: 3.74 3.87 3.69 3/615 1979
/proc/meminfo: memFree=20644960/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=10554680 CPUtime=10.12 cores=0,2,4,6
/proc/1936/stat : 1936 (java) S 1934 1936 30921 0 -1 4202496 310539 0 1 0 975 37 0 0 25 0 22 0 830785935 10807992320 301337 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 2638670 301340 2242 9 0 2629404 0
[pid=1936/tid=1937] ppid=1934 vsize=10554680 CPUtime=0.55 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) S 1934 1936 30921 0 -1 4202560 19926 0 1 0 52 3 0 0 15 0 22 0 830785936 10807992320 301341 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1939] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1939/stat : 1939 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10807992320 301344 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1940] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 30921 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830785938 10807992320 301346 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1941] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10807992320 301348 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1942] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10807992320 301349 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1943] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10807992320 301351 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1944] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10807992320 301352 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1945] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10807992320 301354 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1946] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1946/stat : 1946 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785938 10807992320 301355 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1947] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1947/stat : 1947 (java) S 1934 1936 30921 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 830785939 10807992320 301358 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 0 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1948] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1948/stat : 1948 (java) S 1934 1936 30921 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830785939 10807992320 301360 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1949] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1949/stat : 1949 (java) S 1934 1936 30921 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830785939 10807992320 301362 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1950] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1950/stat : 1950 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785941 10807992320 301364 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699498929 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1951] ppid=1934 vsize=10554680 CPUtime=1.08 cores=0,2,4,6
/proc/1936/task/1951/stat : 1951 (java) S 1934 1936 30921 0 -1 4202560 6384 0 0 0 108 0 0 0 15 0 22 0 830785941 10807992320 301366 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1952] ppid=1934 vsize=10554680 CPUtime=0.98 cores=0,2,4,6
/proc/1936/task/1952/stat : 1952 (java) S 1934 1936 30921 0 -1 4202560 8649 0 0 0 97 1 0 0 16 0 22 0 830785941 10807992320 301368 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1953] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1953/stat : 1953 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830785941 10807992320 301369 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0

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

[pid=1936/tid=1945] ppid=1934 vsize=10554680 CPUtime=0.74 cores=0,2,4,6
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 30921 0 -1 4202560 1215 0 0 0 74 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1946] ppid=1934 vsize=10554680 CPUtime=0.86 cores=0,2,4,6
/proc/1936/task/1946/stat : 1946 (java) S 1934 1936 30921 0 -1 4202560 1030 0 0 0 86 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1947] ppid=1934 vsize=10554680 CPUtime=27.67 cores=0,2,4,6
/proc/1936/task/1947/stat : 1947 (java) S 1934 1936 30921 0 -1 4202560 22726 0 0 0 2763 4 0 0 15 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 0 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1948] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1948/stat : 1948 (java) S 1934 1936 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1949] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1949/stat : 1949 (java) S 1934 1936 30921 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1950] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1950/stat : 1950 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699498929 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1951] ppid=1934 vsize=10554680 CPUtime=1.23 cores=0,2,4,6
/proc/1936/task/1951/stat : 1951 (java) S 1934 1936 30921 0 -1 4202560 6392 0 0 0 123 0 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1952] ppid=1934 vsize=10554680 CPUtime=1.65 cores=0,2,4,6
/proc/1936/task/1952/stat : 1952 (java) S 1934 1936 30921 0 -1 4202560 13282 0 0 0 163 2 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1953] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1953/stat : 1953 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1954] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1954/stat : 1954 (java) S 1934 1936 30921 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1967] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1967/stat : 1967 (java) S 1934 1936 30921 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 19 0 830786143 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1502.87
Current children cumulated vsize (KiB) 10554680

[startup+768.701 s]
/proc/loadavg: 4.06 3.98 3.84 4/615 2116
/proc/meminfo: memFree=17822504/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=10554680 CPUtime=1503.67 cores=0,2,4,6
/proc/1936/stat : 1936 (java) S 1934 1936 30921 0 -1 4202496 551099 0 1 0 150295 72 0 0 25 0 19 0 830785935 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 2638670 536963 2266 9 0 2629404 0
[pid=1936/tid=1937] ppid=1934 vsize=10554680 CPUtime=2.91 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) R 1934 1936 30921 0 -1 4202560 19971 0 1 0 288 3 0 0 18 0 19 0 830785936 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 46912506031533 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1936/tid=1939] ppid=1934 vsize=10554680 CPUtime=0.61 cores=0,2,4,6
/proc/1936/task/1939/stat : 1939 (java) S 1934 1936 30921 0 -1 4202560 264 0 0 0 61 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1940] ppid=1934 vsize=10554680 CPUtime=0.7 cores=0,2,4,6
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 30921 0 -1 4202560 242 0 0 0 70 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1941] ppid=1934 vsize=10554680 CPUtime=0.8 cores=0,2,4,6
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 30921 0 -1 4202560 288 0 0 0 80 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1942] ppid=1934 vsize=10554680 CPUtime=0.77 cores=0,2,4,6
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 30921 0 -1 4202560 348 0 0 0 77 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1943] ppid=1934 vsize=10554680 CPUtime=0.68 cores=0,2,4,6
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 30921 0 -1 4202560 225 0 0 0 68 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1944] ppid=1934 vsize=10554680 CPUtime=0.68 cores=0,2,4,6
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 30921 0 -1 4202560 709 0 0 0 68 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1945] ppid=1934 vsize=10554680 CPUtime=0.74 cores=0,2,4,6
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 30921 0 -1 4202560 1215 0 0 0 74 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1946] ppid=1934 vsize=10554680 CPUtime=0.86 cores=0,2,4,6
/proc/1936/task/1946/stat : 1946 (java) S 1934 1936 30921 0 -1 4202560 1030 0 0 0 86 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1947] ppid=1934 vsize=10554680 CPUtime=27.67 cores=0,2,4,6
/proc/1936/task/1947/stat : 1947 (java) S 1934 1936 30921 0 -1 4202560 22726 0 0 0 2763 4 0 0 15 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 0 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1948] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1948/stat : 1948 (java) S 1934 1936 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1949] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1949/stat : 1949 (java) S 1934 1936 30921 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1950] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1950/stat : 1950 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699498929 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1951] ppid=1934 vsize=10554680 CPUtime=1.23 cores=0,2,4,6
/proc/1936/task/1951/stat : 1951 (java) S 1934 1936 30921 0 -1 4202560 6392 0 0 0 123 0 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1952] ppid=1934 vsize=10554680 CPUtime=1.65 cores=0,2,4,6
/proc/1936/task/1952/stat : 1952 (java) S 1934 1936 30921 0 -1 4202560 13282 0 0 0 163 2 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1953] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1953/stat : 1953 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1954] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1954/stat : 1954 (java) S 1934 1936 30921 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1967] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1967/stat : 1967 (java) S 1934 1936 30921 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 19 0 830786143 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1503.67
Current children cumulated vsize (KiB) 10554680

[startup+769.501 s]
/proc/loadavg: 4.06 3.98 3.84 4/615 2116
/proc/meminfo: memFree=17822624/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=10554680 CPUtime=1504.47 cores=0,2,4,6
/proc/1936/stat : 1936 (java) S 1934 1936 30921 0 -1 4202496 551100 0 1 0 150375 72 0 0 25 0 19 0 830785935 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 2638670 536963 2266 9 0 2629404 0
[pid=1936/tid=1937] ppid=1934 vsize=10554680 CPUtime=3.71 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) R 1934 1936 30921 0 -1 4202560 19972 0 1 0 368 3 0 0 19 0 19 0 830785936 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 46912506069701 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1936/tid=1939] ppid=1934 vsize=10554680 CPUtime=0.61 cores=0,2,4,6
/proc/1936/task/1939/stat : 1939 (java) S 1934 1936 30921 0 -1 4202560 264 0 0 0 61 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1940] ppid=1934 vsize=10554680 CPUtime=0.7 cores=0,2,4,6
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 30921 0 -1 4202560 242 0 0 0 70 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1941] ppid=1934 vsize=10554680 CPUtime=0.8 cores=0,2,4,6
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 30921 0 -1 4202560 288 0 0 0 80 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1942] ppid=1934 vsize=10554680 CPUtime=0.77 cores=0,2,4,6
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 30921 0 -1 4202560 348 0 0 0 77 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1943] ppid=1934 vsize=10554680 CPUtime=0.68 cores=0,2,4,6
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 30921 0 -1 4202560 225 0 0 0 68 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1944] ppid=1934 vsize=10554680 CPUtime=0.68 cores=0,2,4,6
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 30921 0 -1 4202560 709 0 0 0 68 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1945] ppid=1934 vsize=10554680 CPUtime=0.74 cores=0,2,4,6
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 30921 0 -1 4202560 1215 0 0 0 74 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1946] ppid=1934 vsize=10554680 CPUtime=0.86 cores=0,2,4,6
/proc/1936/task/1946/stat : 1946 (java) S 1934 1936 30921 0 -1 4202560 1030 0 0 0 86 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1947] ppid=1934 vsize=10554680 CPUtime=27.67 cores=0,2,4,6
/proc/1936/task/1947/stat : 1947 (java) S 1934 1936 30921 0 -1 4202560 22726 0 0 0 2763 4 0 0 15 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 0 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1948] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1948/stat : 1948 (java) S 1934 1936 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1949] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1949/stat : 1949 (java) S 1934 1936 30921 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1950] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1950/stat : 1950 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699498929 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1951] ppid=1934 vsize=10554680 CPUtime=1.23 cores=0,2,4,6
/proc/1936/task/1951/stat : 1951 (java) S 1934 1936 30921 0 -1 4202560 6392 0 0 0 123 0 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1952] ppid=1934 vsize=10554680 CPUtime=1.65 cores=0,2,4,6
/proc/1936/task/1952/stat : 1952 (java) S 1934 1936 30921 0 -1 4202560 13282 0 0 0 163 2 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1953] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1953/stat : 1953 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1954] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1954/stat : 1954 (java) S 1934 1936 30921 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1967] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1967/stat : 1967 (java) S 1934 1936 30921 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 19 0 830786143 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1504.47
Current children cumulated vsize (KiB) 10554680

[startup+769.901 s]
/proc/loadavg: 3.97 3.96 3.84 4/615 2116
/proc/meminfo: memFree=17822624/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=10554680 CPUtime=1504.88 cores=0,2,4,6
/proc/1936/stat : 1936 (java) S 1934 1936 30921 0 -1 4202496 551100 0 1 0 150416 72 0 0 25 0 19 0 830785935 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 2638670 536963 2266 9 0 2629404 0
[pid=1936/tid=1937] ppid=1934 vsize=10554680 CPUtime=4.13 cores=0,2,4,6
/proc/1936/task/1937/stat : 1937 (java) R 1934 1936 30921 0 -1 4202560 19972 0 1 0 410 3 0 0 20 0 19 0 830785936 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1936/tid=1939] ppid=1934 vsize=10554680 CPUtime=0.61 cores=0,2,4,6
/proc/1936/task/1939/stat : 1939 (java) S 1934 1936 30921 0 -1 4202560 264 0 0 0 61 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1940] ppid=1934 vsize=10554680 CPUtime=0.7 cores=0,2,4,6
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 30921 0 -1 4202560 242 0 0 0 70 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1941] ppid=1934 vsize=10554680 CPUtime=0.8 cores=0,2,4,6
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 30921 0 -1 4202560 288 0 0 0 80 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1942] ppid=1934 vsize=10554680 CPUtime=0.77 cores=0,2,4,6
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 30921 0 -1 4202560 348 0 0 0 77 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1943] ppid=1934 vsize=10554680 CPUtime=0.68 cores=0,2,4,6
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 30921 0 -1 4202560 225 0 0 0 68 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1944] ppid=1934 vsize=10554680 CPUtime=0.68 cores=0,2,4,6
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 30921 0 -1 4202560 709 0 0 0 68 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1945] ppid=1934 vsize=10554680 CPUtime=0.74 cores=0,2,4,6
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 30921 0 -1 4202560 1215 0 0 0 74 0 0 0 15 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1946] ppid=1934 vsize=10554680 CPUtime=0.86 cores=0,2,4,6
/proc/1936/task/1946/stat : 1946 (java) S 1934 1936 30921 0 -1 4202560 1030 0 0 0 86 0 0 0 16 0 19 0 830785938 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1947] ppid=1934 vsize=10554680 CPUtime=27.67 cores=0,2,4,6
/proc/1936/task/1947/stat : 1947 (java) S 1934 1936 30921 0 -1 4202560 22726 0 0 0 2763 4 0 0 15 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 0 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1948] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1948/stat : 1948 (java) S 1934 1936 30921 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1949] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1949/stat : 1949 (java) S 1934 1936 30921 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 830785939 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 4 0 0 0
[pid=1936/tid=1950] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1950/stat : 1950 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699498929 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1951] ppid=1934 vsize=10554680 CPUtime=1.23 cores=0,2,4,6
/proc/1936/task/1951/stat : 1951 (java) S 1934 1936 30921 0 -1 4202560 6392 0 0 0 123 0 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 6 0 0 0
[pid=1936/tid=1952] ppid=1934 vsize=10554680 CPUtime=1.65 cores=0,2,4,6
/proc/1936/task/1952/stat : 1952 (java) S 1934 1936 30921 0 -1 4202560 13282 0 0 0 163 2 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1953] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1953/stat : 1953 (java) S 1934 1936 30921 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491225 0 4 0 16800975 18446604446652258112 0 0 -1 2 0 0 0
[pid=1936/tid=1954] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1954/stat : 1954 (java) S 1934 1936 30921 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 830785941 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
[pid=1936/tid=1967] ppid=1934 vsize=10554680 CPUtime=0 cores=0,2,4,6
/proc/1936/task/1967/stat : 1967 (java) S 1934 1936 30921 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 19 0 830786143 10807992320 536963 33554432000 1073741824 1073778376 140735993296912 18446744073709551615 212699491840 0 4 0 16800975 18446604446652258112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1504.88
Current children cumulated vsize (KiB) 10554680

[startup+770.022 s]
/proc/loadavg: 3.97 3.96 3.84 4/615 2116
/proc/meminfo: memFree=17822624/32951124 swapFree=58940260/67111528
[pid=1936] ppid=1934 vsize=0 CPUtime=1504.99 cores=0,2,4,6
/proc/1936/stat : 1936 (java) Z 1934 1936 30921 0 -1 4203548 551104 0 1 0 150419 80 0 0 18 0 2 0 830785935 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1936/statm: 0 0 0 0 0 0 0
[pid=1936/tid=1943] ppid=1934 vsize=0 CPUtime=0.76 cores=0,2,4,6
/proc/1936/task/1943/stat : 1943 (java) R 1934 1936 30921 0 -1 4203588 225 0 0 0 68 8 0 0 15 0 2 0 830785938 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1504.99
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 770.042
CPU time (s): 1505.02
CPU user time (s): 1504.2
CPU system time (s): 0.822874
CPU usage (%): 195.446
Max. virtual memory (cumulated for all children) (KiB): 10560632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1504.2
system time used= 0.822874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 551104
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23650
involuntary context switches= 22539

runsolver used 4.81627 second user time and 10.6144 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-04 14:51:22
IDJOB=3454393
IDBENCH=2637
IDSOLVER=1950
FILE ID=node139/3454393-1307191882
RUNJOBID= node139-1307190976-1725
PBS_JOBID= 13508863
Free space on /tmp= 73472 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_10.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454393-1307191882/watcher-3454393-1307191882 -o /tmp/evaluation-result-3454393-1307191882/solver-3454393-1307191882 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454393-1307191882.opb

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

MD5SUM BENCH= 26699ac56f0d58d8261ff4eb58d81611
RANDOM SEED=677450418

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5321.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21648308 kB
Buffers:        282808 kB
Cached:         619420 kB
SwapCached:       3628 kB
Active:       10480416 kB
Inactive:       514652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21648308 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:    10091516 kB
Mapped:          41180 kB
Slab:           153044 kB
PageTables:      82580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 181268304 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73468 MiB
End job on node139 at 2011-06-04 15:04:12