Trace number 3741536

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)-37 1800.08 941.433

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-queens-30.opb
MD5SUMac9944a86f58bd3c1af4c4c4a209f399
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1797.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints960
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 constraints960
Minimum length of a constraint88
Maximum length of a constraint116
Number of terms in the objective function 900
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 900
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 900
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	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 Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
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	
0.10/0.11	c solving HOME/instance-3741536-1338764591.opb
0.10/0.11	c reading problem ... 
1.07/0.55	c ... done. Wall clock time 0.439s.
1.07/0.55	c #vars     900
1.07/0.55	c #constraints  960
1.07/0.55	c constraints type 
1.07/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 960
1.07/0.55	c constraints type 
1.07/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 960
1.25/0.60	c And the winner is Resolution
1.31/1.56	c SATISFIABLE
1.31/1.56	c OPTIMIZING...
1.31/1.56	c Got one! Elapsed wall clock time (in seconds):1.444
1.31/1.56	o -28
1.47/1.60	c And the winner is Resolution
1.59/2.56	c Got one! Elapsed wall clock time (in seconds):2.449
1.59/2.56	o -29
1.59/2.59	c And the winner is Resolution
1.73/3.56	c Got one! Elapsed wall clock time (in seconds):3.452
1.73/3.56	o -30
1.85/3.66	c And the winner is Resolution
2.35/4.57	c Got one! Elapsed wall clock time (in seconds):4.455
2.35/4.57	o -32
2.44/4.60	c And the winner is Resolution
2.54/5.57	c Got one! Elapsed wall clock time (in seconds):5.458
2.54/5.57	o -33
2.62/5.62	c And the winner is Resolution
2.75/6.57	c Got one! Elapsed wall clock time (in seconds):6.46
2.75/6.57	o -34
2.83/6.66	c And the winner is Resolution
2.99/7.57	c Got one! Elapsed wall clock time (in seconds):7.463
2.99/7.57	o -35
4.89/8.44	c And the winner is Resolution
5.05/8.58	c Got one! Elapsed wall clock time (in seconds):8.466
5.05/8.58	o -36
5.99/9.09	c cleaning 2500 clauses out of 5000 with flag 5000/5000
9.94/10.92	c cleaning 4250 clauses out of 8500 with flag 11000/11000
11.66/11.86	c And the winner is Resolution
11.97/12.58	c Got one! Elapsed wall clock time (in seconds):12.468
11.97/12.58	o -37
14.66/13.94	c cleaning 5625 clauses out of 11250 with flag 18000/18000
20.28/16.70	c cleaning 6813 clauses out of 13626 with flag 26001/26001
27.05/20.11	c cleaning 7895 clauses out of 15813 with flag 35001/35001
34.31/23.73	c cleaning 8952 clauses out of 17918 with flag 45001/45001
42.33/27.72	c cleaning 9477 clauses out of 18966 with flag 55001/55001
50.71/31.96	c cleaning 9726 clauses out of 19488 with flag 65000/65000
59.55/36.42	c cleaning 9881 clauses out of 19762 with flag 75000/75000
66.66/40.03	c cleaning 9930 clauses out of 19881 with flag 85000/85000
74.77/44.18	c cleaning 9967 clauses out of 19951 with flag 95000/95000
84.13/48.87	c cleaning 9978 clauses out of 19984 with flag 105000/105000
93.46/53.68	c cleaning 9990 clauses out of 20006 with flag 115000/115000
101.38/57.61	c cleaning 9978 clauses out of 20017 with flag 125001/125001
110.28/62.15	c cleaning 10007 clauses out of 20038 with flag 135000/135000
120.00/67.10	c cleaning 9989 clauses out of 20032 with flag 145001/145001
131.37/72.88	c cleaning 10020 clauses out of 20042 with flag 155000/155000
142.01/78.27	c cleaning 10006 clauses out of 20022 with flag 165000/165000
151.08/82.80	c cleaning 9991 clauses out of 20016 with flag 175000/175000
158.73/86.72	c cleaning 9993 clauses out of 20025 with flag 185000/185000
167.99/91.56	c cleaning 10016 clauses out of 20033 with flag 195001/195001
176.63/95.99	c cleaning 9996 clauses out of 20016 with flag 205000/205000
185.48/100.46	c cleaning 10005 clauses out of 20020 with flag 215000/215000
196.90/106.22	c cleaning 9994 clauses out of 20015 with flag 225000/225000
206.16/111.02	c cleaning 10002 clauses out of 20021 with flag 235000/235000
215.16/115.65	c cleaning 9997 clauses out of 20019 with flag 245000/245000
224.58/120.44	c cleaning 9994 clauses out of 20024 with flag 255002/255002
231.82/124.18	c cleaning 10007 clauses out of 20028 with flag 265000/265000
240.86/128.82	c cleaning 9994 clauses out of 20021 with flag 275000/275000
248.69/132.83	c cleaning 10001 clauses out of 20027 with flag 285000/285000
259.11/138.18	c cleaning 9995 clauses out of 20028 with flag 295002/295002
268.31/142.90	c cleaning 10003 clauses out of 20033 with flag 305002/305002
277.86/147.84	c cleaning 9989 clauses out of 20030 with flag 315002/315002
286.90/152.45	c cleaning 10008 clauses out of 20039 with flag 325000/325000
298.52/158.38	c cleaning 10002 clauses out of 20031 with flag 335000/335000
310.10/164.21	c cleaning 10003 clauses out of 20030 with flag 345001/345001
320.29/169.52	c cleaning 9994 clauses out of 20027 with flag 355001/355001
332.26/175.64	c cleaning 10005 clauses out of 20033 with flag 365001/365001
343.25/181.20	c cleaning 9996 clauses out of 20028 with flag 375001/375001
354.21/186.84	c cleaning 9997 clauses out of 20032 with flag 385001/385001
362.78/191.33	c cleaning 10004 clauses out of 20034 with flag 395000/395000
371.54/195.83	c cleaning 10008 clauses out of 20031 with flag 405001/405001
380.51/200.40	c cleaning 10006 clauses out of 20023 with flag 415001/415001
391.43/206.04	c cleaning 9990 clauses out of 20016 with flag 425000/425000
401.08/211.11	c cleaning 9986 clauses out of 20027 with flag 435001/435001
411.42/216.48	c cleaning 10001 clauses out of 20040 with flag 445000/445000
421.13/221.48	c cleaning 10010 clauses out of 20039 with flag 455000/455000
433.46/227.76	c cleaning 9987 clauses out of 20029 with flag 465000/465000
444.31/233.42	c cleaning 9993 clauses out of 20042 with flag 475000/475000
453.25/238.08	c cleaning 10022 clauses out of 20049 with flag 485000/485000
464.37/243.75	c cleaning 10006 clauses out of 20027 with flag 495000/495000
476.35/249.80	c cleaning 10009 clauses out of 20021 with flag 505000/505000
486.62/255.28	c cleaning 9995 clauses out of 20012 with flag 515000/515000
496.31/260.28	c cleaning 9990 clauses out of 20018 with flag 525001/525001
507.66/266.09	c cleaning 9992 clauses out of 20028 with flag 535001/535001
517.23/270.99	c cleaning 10000 clauses out of 20035 with flag 545000/545000
527.02/276.11	c cleaning 10011 clauses out of 20035 with flag 555000/555000
537.54/281.56	c cleaning 9987 clauses out of 20025 with flag 565001/565001
547.85/286.84	c cleaning 10009 clauses out of 20038 with flag 575001/575001
560.14/293.19	c cleaning 9993 clauses out of 20028 with flag 585000/585000
568.48/297.65	c cleaning 10005 clauses out of 20035 with flag 595000/595000
576.96/302.09	c cleaning 10008 clauses out of 20030 with flag 605000/605000
582.78/305.20	c cleaning 0 clauses out of 5000 with flag 0/5000
587.75/307.56	c cleaning 9998 clauses out of 20024 with flag 615002/615002
601.45/314.44	c cleaning 9997 clauses out of 20025 with flag 625001/625001
613.75/320.75	c cleaning 10004 clauses out of 20027 with flag 635000/635000
626.26/327.15	c cleaning 9990 clauses out of 20023 with flag 645000/645000
638.89/333.65	c cleaning 9985 clauses out of 20033 with flag 655000/655000
650.47/339.73	c cleaning 10010 clauses out of 20048 with flag 665000/665000
661.16/345.21	c cleaning 10006 clauses out of 20038 with flag 675000/675000
672.41/351.02	c cleaning 9999 clauses out of 20033 with flag 685001/685001
684.47/357.23	c cleaning 9994 clauses out of 20033 with flag 695000/695000
696.82/363.70	c cleaning 9997 clauses out of 20040 with flag 705001/705001
708.70/369.88	c cleaning 9994 clauses out of 20042 with flag 715000/715000
718.18/374.71	c cleaning 10021 clauses out of 20048 with flag 725000/725000
728.45/380.06	c cleaning 10011 clauses out of 20028 with flag 735001/735001
739.75/386.03	c cleaning 10004 clauses out of 20016 with flag 745000/745000
750.39/391.52	c cleaning 9996 clauses out of 20013 with flag 755001/755001
762.45/397.76	c cleaning 9993 clauses out of 20016 with flag 765000/765000
773.51/403.44	c cleaning 10008 clauses out of 20024 with flag 775001/775001
784.40/409.22	c cleaning 9995 clauses out of 20016 with flag 785001/785001
797.65/416.00	c cleaning 9988 clauses out of 20020 with flag 795000/795000
808.07/421.49	c cleaning 9986 clauses out of 20032 with flag 805000/805000
819.54/427.30	c cleaning 10004 clauses out of 20046 with flag 815000/815000
831.81/433.87	c cleaning 10002 clauses out of 20042 with flag 825000/825000
843.64/439.91	c cleaning 10003 clauses out of 20040 with flag 835000/835000
855.66/446.11	c cleaning 10006 clauses out of 20038 with flag 845001/845001
867.29/452.19	c cleaning 9983 clauses out of 20031 with flag 855000/855000
881.14/459.47	c cleaning 9999 clauses out of 20048 with flag 865000/865000
892.12/465.13	c cleaning 10012 clauses out of 20050 with flag 875001/875001
902.53/470.51	c cleaning 10013 clauses out of 20037 with flag 885000/885000
910.58/474.75	c cleaning 9996 clauses out of 20024 with flag 895000/895000
920.39/480.07	c cleaning 10007 clauses out of 20028 with flag 905000/905000
930.87/485.40	c cleaning 9996 clauses out of 20023 with flag 915002/915002
940.29/490.32	c cleaning 10002 clauses out of 20026 with flag 925001/925001
954.34/497.52	c cleaning 9992 clauses out of 20023 with flag 935000/935000
964.21/502.88	c cleaning 10016 clauses out of 20031 with flag 945000/945000
976.01/508.93	c cleaning 10005 clauses out of 20016 with flag 955001/955001
988.23/515.21	c cleaning 10005 clauses out of 20011 with flag 965001/965001
998.08/520.38	c cleaning 9998 clauses out of 20005 with flag 975000/975000
1008.91/526.12	c cleaning 9995 clauses out of 20007 with flag 985000/985000
1019.68/531.79	c cleaning 9999 clauses out of 20012 with flag 995000/995000
1031.88/538.04	c cleaning 10003 clauses out of 20013 with flag 1005000/1005000
1041.65/543.18	c cleaning 9989 clauses out of 20010 with flag 1015000/1015000
1055.00/550.21	c cleaning 10006 clauses out of 20021 with flag 1025000/1025000
1065.98/555.94	c cleaning 9987 clauses out of 20015 with flag 1035000/1035000
1078.73/562.54	c cleaning 9994 clauses out of 20029 with flag 1045001/1045001
1090.06/568.49	c cleaning 10014 clauses out of 20035 with flag 1055001/1055001
1103.98/575.80	c cleaning 9984 clauses out of 20020 with flag 1065000/1065000
1117.14/582.65	c cleaning 10002 clauses out of 20036 with flag 1075000/1075000
1126.91/587.77	c cleaning 10002 clauses out of 20034 with flag 1085000/1085000
1141.32/595.17	c cleaning 9996 clauses out of 20032 with flag 1095000/1095000
1155.78/602.87	c cleaning 10006 clauses out of 20037 with flag 1105001/1105001
1168.95/609.70	c cleaning 9999 clauses out of 20031 with flag 1115001/1115001
1183.69/617.24	c cleaning 10003 clauses out of 20031 with flag 1125000/1125000
1196.64/623.93	c cleaning 9986 clauses out of 20029 with flag 1135001/1135001
1210.68/631.43	c cleaning 10003 clauses out of 20042 with flag 1145000/1145000
1224.01/638.35	c cleaning 9999 clauses out of 20039 with flag 1155000/1155000
1236.12/644.62	c cleaning 10002 clauses out of 20040 with flag 1165000/1165000
1248.78/651.25	c cleaning 10008 clauses out of 20038 with flag 1175000/1175000
1259.78/657.20	c cleaning 9999 clauses out of 20031 with flag 1185001/1185001
1272.12/663.60	c cleaning 9994 clauses out of 20032 with flag 1195001/1195001
1284.68/670.13	c cleaning 10015 clauses out of 20039 with flag 1205002/1205002
1298.25/677.11	c cleaning 9994 clauses out of 20022 with flag 1215000/1215000
1309.32/683.14	c cleaning 9998 clauses out of 20029 with flag 1225001/1225001
1323.03/690.28	c cleaning 9996 clauses out of 20030 with flag 1235000/1235000
1335.56/696.71	c cleaning 9999 clauses out of 20034 with flag 1245000/1245000
1347.30/702.81	c cleaning 10010 clauses out of 20035 with flag 1255000/1255000
1360.55/709.99	c cleaning 9983 clauses out of 20025 with flag 1265000/1265000
1374.10/716.90	c cleaning 10004 clauses out of 20043 with flag 1275001/1275001
1386.80/723.51	c cleaning 10016 clauses out of 20039 with flag 1285001/1285001
1397.70/729.25	c cleaning 9992 clauses out of 20022 with flag 1295000/1295000
1411.05/736.32	c cleaning 9999 clauses out of 20030 with flag 1305000/1305000
1422.17/742.15	c cleaning 10005 clauses out of 20031 with flag 1315000/1315000
1436.51/749.59	c cleaning 9998 clauses out of 20027 with flag 1325001/1325001
1444.65/753.83	c cleaning 10007 clauses out of 20028 with flag 1335000/1335000
1453.91/758.92	c cleaning 10003 clauses out of 20021 with flag 1345000/1345000
1463.87/764.11	c cleaning 10005 clauses out of 20018 with flag 1355000/1355000
1475.01/769.97	c cleaning 10002 clauses out of 20014 with flag 1365001/1365001
1486.71/776.02	c cleaning 9989 clauses out of 20011 with flag 1375000/1375000
1497.48/781.90	c cleaning 9992 clauses out of 20022 with flag 1385000/1385000
1510.19/788.58	c cleaning 10010 clauses out of 20030 with flag 1395000/1395000
1523.33/795.34	c cleaning 9997 clauses out of 20021 with flag 1405001/1405001
1536.19/802.00	c cleaning 10000 clauses out of 20023 with flag 1415000/1415000
1549.21/809.01	c cleaning 10003 clauses out of 20023 with flag 1425000/1425000
1560.29/814.82	c cleaning 9995 clauses out of 20020 with flag 1435000/1435000
1571.98/820.97	c cleaning 10002 clauses out of 20027 with flag 1445002/1445002
1582.50/826.48	c cleaning 10005 clauses out of 20023 with flag 1455000/1455000
1592.90/832.18	c cleaning 9998 clauses out of 20018 with flag 1465000/1465000
1604.42/838.17	c cleaning 9996 clauses out of 20020 with flag 1475000/1475000
1616.94/844.64	c cleaning 9999 clauses out of 20025 with flag 1485001/1485001
1630.06/851.45	c cleaning 9997 clauses out of 20025 with flag 1495000/1495000
1642.04/857.94	c cleaning 10003 clauses out of 20028 with flag 1505000/1505000
1652.94/863.64	c cleaning 10000 clauses out of 20025 with flag 1515000/1515000
1662.45/868.69	c cleaning 10007 clauses out of 20025 with flag 1525000/1525000
1676.56/875.99	c cleaning 9990 clauses out of 20018 with flag 1535000/1535000
1687.71/882.05	c cleaning 10003 clauses out of 20029 with flag 1545001/1545001
1697.85/887.35	c cleaning 9989 clauses out of 20025 with flag 1555000/1555000
1709.56/893.43	c cleaning 10001 clauses out of 20036 with flag 1565000/1565000
1723.58/900.74	c cleaning 10004 clauses out of 20035 with flag 1575000/1575000
1735.98/907.44	c cleaning 9995 clauses out of 20031 with flag 1585000/1585000
1748.85/914.13	c cleaning 9999 clauses out of 20037 with flag 1595001/1595001
1761.12/920.53	c cleaning 10004 clauses out of 20037 with flag 1605000/1605000
1773.80/927.16	c cleaning 9999 clauses out of 20033 with flag 1615000/1615000
1784.71/933.18	c cleaning 10004 clauses out of 20034 with flag 1625000/1625000
1796.36/939.22	c cleaning 10015 clauses out of 20030 with flag 1635000/1635000
1800.08/941.41	c starts		: 218
1800.08/941.41	c conflicts		: 1638430
1800.08/941.41	c decisions		: 1724558
1800.08/941.41	c propagations		: 10289009
1800.08/941.41	c inspects		: 983556460
1800.08/941.41	c learnt literals	: 0
1800.08/941.41	c learnt binary clauses	: 0
1800.08/941.41	c learnt ternary clauses	: 0
1800.08/941.41	c learnt clauses	: 1638429
1800.08/941.41	c ignored clauses	: 0
1800.08/941.41	c root simplifications	: 0
1800.08/941.41	c removed literals (reason simplification)	: 6203747
1800.08/941.41	c reason swapping (by a shorter reason)	: 0
1800.08/941.41	c Calls to reduceDB	: 165
1800.08/941.41	c number of reductions to clauses (during analyze)	: 0
1800.08/941.41	c number of learned constraints concerned by reduction	: 0
1800.08/941.41	c number of learning phase by resolution	: 0
1800.08/941.41	c number of learning phase by cutting planes	: 0
1800.08/941.41	c speed (assignments/second)	: 11077.386604653166
1800.08/941.41	c non guided choices	0
1800.08/941.42	c learnt constraints type 
1800.08/941.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13455
1800.08/941.42	c constraints type 
1800.08/941.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/941.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 960
1800.08/941.42	c constraints type 
1800.08/941.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.08/941.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 960
1800.08/941.42	s SATISFIABLE
1800.08/941.42	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 
1800.08/941.42	c objective function=-37
1800.08/941.42	c Total wall clock time (in seconds): 941.311

Verifier Data

OK	-37

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-3741536-1338764591/watcher-3741536-1338764591 -o /tmp/evaluation-result-3741536-1338764591/solver-3741536-1338764591 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741536-1338764591.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: 2.89 2.86 3.13 6/199 26389
/proc/meminfo: memFree=28528096/32873844 swapFree=7620/7620
[pid=26389] ppid=26387 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26389/stat : 26389 (java) R 26387 26389 19811 0 -1 4202496 940 0 0 0 0 0 0 0 20 0 1 0 342583837 23793664 666 33554432000 1073741824 1073778376 140736928440144 140736928429208 215115414067 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26389/statm: 5809 679 500 9 0 128 0

[startup+0.0940651 s]
/proc/loadavg: 2.89 2.86 3.13 6/199 26389
/proc/meminfo: memFree=28528096/32873844 swapFree=7620/7620
[pid=26389] ppid=26387 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/26389/stat : 26389 (java) S 26387 26389 19811 0 -1 4202496 4648 0 1 0 8 1 0 0 20 0 18 0 342583837 2764726272 6361 33554432000 1073741824 1073778376 140736928440144 140736928431280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26389/statm: 674982 6361 2081 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100241 s]
/proc/loadavg: 2.89 2.86 3.13 6/199 26389
/proc/meminfo: memFree=28528096/32873844 swapFree=7620/7620
[pid=26389] ppid=26387 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/26389/stat : 26389 (java) S 26387 26389 19811 0 -1 4202496 4678 0 1 0 9 1 0 0 20 0 18 0 342583837 2764726272 6390 33554432000 1073741824 1073778376 140736928440144 140736928431280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26389/statm: 674982 6390 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300229 s]
/proc/loadavg: 2.89 2.86 3.13 6/199 26389
/proc/meminfo: memFree=28528096/32873844 swapFree=7620/7620
[pid=26389] ppid=26387 vsize=2699928 CPUtime=0.58 cores=0,2,4,6
/proc/26389/stat : 26389 (java) S 26387 26389 19811 0 -1 4202496 10177 0 1 0 55 3 0 0 20 0 18 0 342583837 2764726272 12453 33554432000 1073741824 1073778376 140736928440144 140736928431280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26389/statm: 674982 12453 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 2699928

[startup+0.700257 s]
/proc/loadavg: 2.89 2.86 3.13 6/199 26389
/proc/meminfo: memFree=28528096/32873844 swapFree=7620/7620
[pid=26389] ppid=26387 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/26389/stat : 26389 (java) S 26387 26389 19811 0 -1 4202496 13301 0 1 0 124 7 0 0 20 0 20 0 342583837 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140736928431280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26389/statm: 741546 34623 2244 9 0 732240 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 2966184

[startup+1.50071 s]
/proc/loadavg: 2.89 2.86 3.13 3/219 26411
/proc/meminfo: memFree=28397684/32873844 swapFree=7620/7620
[pid=26389] ppid=26387 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/26389/stat : 26389 (java) S 26387 26389 19811 0 -1 4202496 13301 0 1 0 124 7 0 0 20 0 20 0 342583837 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140736928431280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26389/statm: 741546 34623 2244 9 0 732240 0
[pid=26389/tid=26391] ppid=26387 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/26389/task/26391/stat : 26391 (java) S 26387 26389 19811 0 -1 4202560 2833 0 1 0 50 3 0 0 20 0 20 0 342583838 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400964224152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26392] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26392/stat : 26392 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400948505000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26393] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26393/stat : 26393 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400947452456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26394] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26394/stat : 26394 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400946399400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26395] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26395/stat : 26395 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400945346856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26396] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26396/stat : 26396 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400944294824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26397] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26397/stat : 26397 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400943242280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26398] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26398/stat : 26398 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400942189224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26399] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26399/stat : 26399 (java) S 26387 26389 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400941136680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26400] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26400/stat : 26400 (java) S 26387 26389 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 342583840 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400810482024 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26401] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26401/stat : 26401 (java) S 26387 26389 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 342583841 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400809428344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26402] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26402/stat : 26402 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342583841 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400808375176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26403] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26403/stat : 26403 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583843 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400807323920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26404] ppid=26387 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/26389/task/26404/stat : 26404 (java) S 26387 26389 19811 0 -1 4202560 5293 0 0 0 27 1 0 0 20 0 20 0 342583843 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400806271800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26405] ppid=26387 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/26389/task/26405/stat : 26405 (java) S 26387 26389 19811 0 -1 4202560 3933 0 0 0 34 0 0 0 20 0 20 0 342583843 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140400805219256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26406] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26406/stat : 26406 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583843 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140399930764024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26407] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26407/stat : 26407 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583843 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140399929711688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26410] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26410/stat : 26410 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342583895 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140399926551336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26411] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26411/stat : 26411 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342583895 3037372416 34623 33554432000 1073741824 1073778376 140736928440144 140399925498792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 2966184

[startup+3.10071 s]
/proc/loadavg: 2.82 2.85 3.13 3/219 26413
/proc/meminfo: memFree=28390664/32873844 swapFree=7620/7620
[pid=26389] ppid=26387 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/26389/stat : 26389 (java) S 26387 26389 19811 0 -1 4202496 14199 0 1 0 162 11 0 0 20 0 20 0 342583837 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140736928431280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26389/statm: 741546 38782 2254 9 0 732240 0
[pid=26389/tid=26391] ppid=26387 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/26389/task/26391/stat : 26391 (java) S 26387 26389 19811 0 -1 4202560 2834 0 1 0 51 3 0 0 20 0 20 0 342583838 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400964224152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26392] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26392/stat : 26392 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400948505000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26393] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26393/stat : 26393 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400947452456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26394] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26394/stat : 26394 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400946399400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26395] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26395/stat : 26395 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400945346856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26396] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26396/stat : 26396 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400944294824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26397] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26397/stat : 26397 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400943242280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26398] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26398/stat : 26398 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400942189224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26399] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26399/stat : 26399 (java) S 26387 26389 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400941136680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26400] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26400/stat : 26400 (java) S 26387 26389 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 342583840 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400810482024 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26401] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26401/stat : 26401 (java) S 26387 26389 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 342583841 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400809428344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26402] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26402/stat : 26402 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342583841 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400808375176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26403] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26403/stat : 26403 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583843 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400807323920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26404] ppid=26387 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/26389/task/26404/stat : 26404 (java) S 26387 26389 19811 0 -1 4202560 5302 0 0 0 39 2 0 0 20 0 20 0 342583843 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400806271800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26405] ppid=26387 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/26389/task/26405/stat : 26405 (java) S 26387 26389 19811 0 -1 4202560 4740 0 0 0 45 0 0 0 20 0 20 0 342583843 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140400805219256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26406] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26406/stat : 26406 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583843 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140399930764024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26407] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26407/stat : 26407 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583843 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140399929711688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26410] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26410/stat : 26410 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342583895 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140399926551336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26411] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26411/stat : 26411 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342583895 3037372416 38782 33554432000 1073741824 1073778376 140736928440144 140399925498792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30071 s]
/proc/loadavg: 2.82 2.85 3.13 3/219 26419
/proc/meminfo: memFree=28349340/32873844 swapFree=7620/7620
[pid=26389] ppid=26387 vsize=2966184 CPUtime=2.75 cores=0,2,4,6
/proc/26389/stat : 26389 (java) S 26387 26389 19811 0 -1 4202496 16525 0 1 0 257 18 0 0 20 0 20 0 342583837 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140736928431280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26389/statm: 741546 52913 2260 9 0 732240 0
[pid=26389/tid=26391] ppid=26387 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/26389/task/26391/stat : 26391 (java) S 26387 26389 19811 0 -1 4202560 2837 0 1 0 52 3 0 0 20 0 20 0 342583838 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400964224152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26392] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26392/stat : 26392 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400948505000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26393] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26393/stat : 26393 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400947452456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26394] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26394/stat : 26394 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400946399400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26395] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26395/stat : 26395 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400945346856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26396] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26396/stat : 26396 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400944294824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26397] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26397/stat : 26397 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400943242280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26398] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26398/stat : 26398 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400942189224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26399] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26399/stat : 26399 (java) S 26387 26389 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 342583839 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400941136680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26400] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26400/stat : 26400 (java) S 26387 26389 19811 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 342583840 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400810482024 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26401] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26401/stat : 26401 (java) S 26387 26389 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 342583841 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400809428344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26402] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26402/stat : 26402 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342583841 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400808375176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26403] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26403/stat : 26403 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583843 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400807323920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26404] ppid=26387 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/26389/task/26404/stat : 26404 (java) S 26387 26389 19811 0 -1 4202560 5305 0 0 0 64 2 0 0 20 0 20 0 342583843 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400806271800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26405] ppid=26387 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/26389/task/26405/stat : 26405 (java) S 26387 26389 19811 0 -1 4202560 7013 0 0 0 78 1 0 0 20 0 20 0 342583843 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140400805219256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26406] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26406/stat : 26406 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342583843 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140399930764024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26407] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26407/stat : 26407 (java) S 26387 26389 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 342583843 3037372416 52913 33554432000 1073741824 1073778376 140736928440144 140399929711688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26410] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6

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

/proc/26389/statm: 741546 281705 2285 9 0 732240 0
[pid=26389/tid=26391] ppid=26387 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/26389/task/26391/stat : 26391 (java) S 26387 26389 19811 0 -1 4202560 2907 0 1 0 54 4 0 0 20 0 22 0 342583838 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400964224152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26392] ppid=26387 vsize=2966184 CPUtime=6.5 cores=0,2,4,6
/proc/26389/task/26392/stat : 26392 (java) S 26387 26389 19811 0 -1 4202560 337 0 0 0 641 9 0 0 20 0 22 0 342583839 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400948505000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26393] ppid=26387 vsize=2966184 CPUtime=6.43 cores=0,2,4,6
/proc/26389/task/26393/stat : 26393 (java) S 26387 26389 19811 0 -1 4202560 287 0 0 0 636 7 0 0 20 0 22 0 342583839 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400947452456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26394] ppid=26387 vsize=2966184 CPUtime=6.37 cores=0,2,4,6
/proc/26389/task/26394/stat : 26394 (java) S 26387 26389 19811 0 -1 4202560 304 0 0 0 630 7 0 0 20 0 22 0 342583839 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400946399400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26395] ppid=26387 vsize=2966184 CPUtime=6.37 cores=0,2,4,6
/proc/26389/task/26395/stat : 26395 (java) S 26387 26389 19811 0 -1 4202560 331 0 0 0 628 9 0 0 20 0 22 0 342583839 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400945346856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26396] ppid=26387 vsize=2966184 CPUtime=6.16 cores=0,2,4,6
/proc/26389/task/26396/stat : 26396 (java) S 26387 26389 19811 0 -1 4202560 347 0 0 0 607 9 0 0 20 0 22 0 342583839 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400944294824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26397] ppid=26387 vsize=2966184 CPUtime=6.08 cores=0,2,4,6
/proc/26389/task/26397/stat : 26397 (java) S 26387 26389 19811 0 -1 4202560 302 0 0 0 600 8 0 0 20 0 22 0 342583839 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400943242280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26398] ppid=26387 vsize=2966184 CPUtime=6.6 cores=0,2,4,6
/proc/26389/task/26398/stat : 26398 (java) S 26387 26389 19811 0 -1 4202560 349 0 0 0 649 11 0 0 20 0 22 0 342583839 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400942189224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26399] ppid=26387 vsize=2966184 CPUtime=6.54 cores=0,2,4,6
/proc/26389/task/26399/stat : 26399 (java) S 26387 26389 19811 0 -1 4202560 371 0 0 0 645 9 0 0 20 0 22 0 342583839 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400941136680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26400] ppid=26387 vsize=2966184 CPUtime=81.13 cores=0,2,4,6
/proc/26389/task/26400/stat : 26400 (java) S 26387 26389 19811 0 -1 4202560 154 0 0 0 8084 29 0 0 20 0 22 0 342583840 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400810482024 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26401] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26401/stat : 26401 (java) S 26387 26389 19811 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 342583841 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400809428344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26402] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26402/stat : 26402 (java) S 26387 26389 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342583841 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400808375176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26403] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26403/stat : 26403 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342583843 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400807323920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26404] ppid=26387 vsize=2966184 CPUtime=2.14 cores=0,2,4,6
/proc/26389/task/26404/stat : 26404 (java) S 26387 26389 19811 0 -1 4202560 11900 0 0 0 211 3 0 0 20 0 22 0 342583843 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400806271800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26405] ppid=26387 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/26389/task/26405/stat : 26405 (java) S 26387 26389 19811 0 -1 4202560 7020 0 0 0 96 2 0 0 20 0 22 0 342583843 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140400805219256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26406] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26406/stat : 26406 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342583843 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140399930764024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26407] ppid=26387 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/26389/task/26407/stat : 26407 (java) S 26387 26389 19811 0 -1 4202560 47 0 0 0 15 16 0 0 20 0 22 0 342583843 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140399929711688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 4 0 0
[pid=26389/tid=26410] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26410/stat : 26410 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342583895 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140399926551336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26411] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26411/stat : 26411 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342583895 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140399925498792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26428] ppid=26387 vsize=2966184 CPUtime=712.72 cores=0,2,4,6
/proc/26389/task/26428/stat : 26428 (java) R 26387 26389 19811 0 -1 4202560 198 0 0 0 71257 15 0 0 20 0 22 0 342585096 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140399927603992 140400820751662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26429] ppid=26387 vsize=2966184 CPUtime=712.73 cores=0,2,4,6
/proc/26389/task/26429/stat : 26429 (java) R 26387 26389 19811 0 -1 4202560 202 0 0 0 71256 17 0 0 20 0 22 0 342585096 3037372416 281705 33554432000 1073741824 1073778376 140736928440144 140399928654840 140400820443751 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1574.15
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.78 3.70 3.50 11/221 26558
/proc/meminfo: memFree=26269156/32873844 swapFree=7620/7620
[pid=26389] ppid=26387 vsize=2966184 CPUtime=1688.2 cores=0,2,4,6
/proc/26389/stat : 26389 (java) S 26387 26389 19811 0 -1 4202496 26737 0 1 0 168665 155 0 0 20 0 22 0 342583837 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140736928431280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26389/statm: 741546 286467 2285 9 0 732240 0
[pid=26389/tid=26391] ppid=26387 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/26389/task/26391/stat : 26391 (java) S 26387 26389 19811 0 -1 4202560 2913 0 1 0 54 4 0 0 20 0 22 0 342583838 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400964223864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26392] ppid=26387 vsize=2966184 CPUtime=7.13 cores=0,2,4,6
/proc/26389/task/26392/stat : 26392 (java) S 26387 26389 19811 0 -1 4202560 369 0 0 0 704 9 0 0 20 0 22 0 342583839 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400948505000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26393] ppid=26387 vsize=2966184 CPUtime=6.95 cores=0,2,4,6
/proc/26389/task/26393/stat : 26393 (java) S 26387 26389 19811 0 -1 4202560 311 0 0 0 688 7 0 0 20 0 22 0 342583839 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400947452456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26394] ppid=26387 vsize=2966184 CPUtime=6.94 cores=0,2,4,6
/proc/26389/task/26394/stat : 26394 (java) S 26387 26389 19811 0 -1 4202560 323 0 0 0 687 7 0 0 20 0 22 0 342583839 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400946399400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26395] ppid=26387 vsize=2966184 CPUtime=7.16 cores=0,2,4,6
/proc/26389/task/26395/stat : 26395 (java) S 26387 26389 19811 0 -1 4202560 357 0 0 0 707 9 0 0 20 0 22 0 342583839 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400945346856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26396] ppid=26387 vsize=2966184 CPUtime=6.78 cores=0,2,4,6
/proc/26389/task/26396/stat : 26396 (java) S 26387 26389 19811 0 -1 4202560 374 0 0 0 669 9 0 0 20 0 22 0 342583839 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400944294824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26397] ppid=26387 vsize=2966184 CPUtime=6.72 cores=0,2,4,6
/proc/26389/task/26397/stat : 26397 (java) S 26387 26389 19811 0 -1 4202560 323 0 0 0 664 8 0 0 20 0 22 0 342583839 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400943242280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26398] ppid=26387 vsize=2966184 CPUtime=7.14 cores=0,2,4,6
/proc/26389/task/26398/stat : 26398 (java) S 26387 26389 19811 0 -1 4202560 366 0 0 0 703 11 0 0 20 0 22 0 342583839 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400942189224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26399] ppid=26387 vsize=2966184 CPUtime=7.13 cores=0,2,4,6
/proc/26389/task/26399/stat : 26399 (java) S 26387 26389 19811 0 -1 4202560 374 0 0 0 704 9 0 0 20 0 22 0 342583839 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400941136680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26400] ppid=26387 vsize=2966184 CPUtime=89.39 cores=0,2,4,6
/proc/26389/task/26400/stat : 26400 (java) R 26387 26389 19811 0 -1 4202560 160 0 0 0 8910 29 0 0 20 0 22 0 342583840 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400810480880 140400970346912 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26401] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26401/stat : 26401 (java) S 26387 26389 19811 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 342583841 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400809428344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26402] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26402/stat : 26402 (java) S 26387 26389 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342583841 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400808375176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26403] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26403/stat : 26403 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342583843 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400807323920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26404] ppid=26387 vsize=2966184 CPUtime=2.14 cores=0,2,4,6
/proc/26389/task/26404/stat : 26404 (java) S 26387 26389 19811 0 -1 4202560 11900 0 0 0 211 3 0 0 20 0 22 0 342583843 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400806271800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26405] ppid=26387 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/26389/task/26405/stat : 26405 (java) S 26387 26389 19811 0 -1 4202560 7020 0 0 0 96 2 0 0 20 0 22 0 342583843 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140400805219256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26406] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26406/stat : 26406 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342583843 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140399930764024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26407] ppid=26387 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/26389/task/26407/stat : 26407 (java) S 26387 26389 19811 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 342583843 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140399929711688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 4 0 0
[pid=26389/tid=26410] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26410/stat : 26410 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342583895 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140399926551336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26411] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26411/stat : 26411 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342583895 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140399925498792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26428] ppid=26387 vsize=2966184 CPUtime=763.03 cores=0,2,4,6
/proc/26389/task/26428/stat : 26428 (java) S 26387 26389 19811 0 -1 4202560 209 0 0 0 76287 16 0 0 20 0 22 0 342585096 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140399927603832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26429] ppid=26387 vsize=2966184 CPUtime=763.03 cores=0,2,4,6
/proc/26389/task/26429/stat : 26429 (java) S 26387 26389 19811 0 -1 4202560 217 0 0 0 76285 18 0 0 20 0 22 0 342585096 3037372416 286467 33554432000 1073741824 1073778376 140736928440144 140399928654952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1688.2
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+941.401 s]
/proc/loadavg: 3.87 3.74 3.52 5/220 26558
/proc/meminfo: memFree=26267800/32873844 swapFree=7620/7620
[pid=26389] ppid=26387 vsize=2966184 CPUtime=1800.08 cores=0,2,4,6
/proc/26389/stat : 26389 (java) S 26387 26389 19811 0 -1 4202496 26881 0 1 0 179848 160 0 0 20 0 22 0 342583837 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140736928431280 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26389/statm: 741546 286571 2285 9 0 732240 0
[pid=26389/tid=26391] ppid=26387 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/26389/task/26391/stat : 26391 (java) S 26387 26389 19811 0 -1 4202560 2917 0 1 0 54 4 0 0 20 0 22 0 342583838 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400964224152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26392] ppid=26387 vsize=2966184 CPUtime=7.68 cores=0,2,4,6
/proc/26389/task/26392/stat : 26392 (java) S 26387 26389 19811 0 -1 4202560 371 0 0 0 758 10 0 0 20 0 22 0 342583839 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400948505000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26393] ppid=26387 vsize=2966184 CPUtime=7.37 cores=0,2,4,6
/proc/26389/task/26393/stat : 26393 (java) S 26387 26389 19811 0 -1 4202560 319 0 0 0 730 7 0 0 20 0 22 0 342583839 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400947452456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26394] ppid=26387 vsize=2966184 CPUtime=7.46 cores=0,2,4,6
/proc/26389/task/26394/stat : 26394 (java) S 26387 26389 19811 0 -1 4202560 346 0 0 0 738 8 0 0 20 0 22 0 342583839 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400946399400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26395] ppid=26387 vsize=2966184 CPUtime=7.66 cores=0,2,4,6
/proc/26389/task/26395/stat : 26395 (java) S 26387 26389 19811 0 -1 4202560 369 0 0 0 757 9 0 0 20 0 22 0 342583839 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400945346856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26396] ppid=26387 vsize=2966184 CPUtime=7.33 cores=0,2,4,6
/proc/26389/task/26396/stat : 26396 (java) S 26387 26389 19811 0 -1 4202560 390 0 0 0 724 9 0 0 20 0 22 0 342583839 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400944294824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26397] ppid=26387 vsize=2966184 CPUtime=7.2 cores=0,2,4,6
/proc/26389/task/26397/stat : 26397 (java) S 26387 26389 19811 0 -1 4202560 348 0 0 0 712 8 0 0 20 0 22 0 342583839 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400943242280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26398] ppid=26387 vsize=2966184 CPUtime=7.62 cores=0,2,4,6
/proc/26389/task/26398/stat : 26398 (java) S 26387 26389 19811 0 -1 4202560 384 0 0 0 750 12 0 0 20 0 22 0 342583839 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400942189224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26399] ppid=26387 vsize=2966184 CPUtime=7.65 cores=0,2,4,6
/proc/26389/task/26399/stat : 26399 (java) S 26387 26389 19811 0 -1 4202560 374 0 0 0 756 9 0 0 20 0 22 0 342583839 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400941136680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26400] ppid=26387 vsize=2966184 CPUtime=97.62 cores=0,2,4,6
/proc/26389/task/26400/stat : 26400 (java) S 26387 26389 19811 0 -1 4202560 168 0 0 0 9731 31 0 0 20 0 22 0 342583840 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400810482024 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26401] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26401/stat : 26401 (java) S 26387 26389 19811 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 342583841 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400809428344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26389/tid=26402] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26402/stat : 26402 (java) S 26387 26389 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342583841 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400808375176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26403] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26403/stat : 26403 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342583843 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400807323920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26389/tid=26404] ppid=26387 vsize=2966184 CPUtime=2.14 cores=0,2,4,6
/proc/26389/task/26404/stat : 26404 (java) S 26387 26389 19811 0 -1 4202560 11900 0 0 0 211 3 0 0 20 0 22 0 342583843 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400806271800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26405] ppid=26387 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/26389/task/26405/stat : 26405 (java) S 26387 26389 19811 0 -1 4202560 7020 0 0 0 96 2 0 0 20 0 22 0 342583843 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140400805219256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26406] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26406/stat : 26406 (java) S 26387 26389 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342583843 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140399930764024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26407] ppid=26387 vsize=2966184 CPUtime=0.36 cores=0,2,4,6
/proc/26389/task/26407/stat : 26407 (java) S 26387 26389 19811 0 -1 4202560 55 0 0 0 18 18 0 0 20 0 22 0 342583843 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140399929711688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 4 0 0
[pid=26389/tid=26410] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26410/stat : 26410 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342583895 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140399926551336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26389/tid=26411] ppid=26387 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26389/task/26411/stat : 26411 (java) S 26387 26389 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342583895 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140399925498792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26428] ppid=26387 vsize=2966184 CPUtime=812.7 cores=0,2,4,6
/proc/26389/task/26428/stat : 26428 (java) R 26387 26389 19811 0 -1 4202560 223 0 0 0 81253 17 0 0 20 0 22 0 342585096 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140399927604032 140400820828868 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26389/tid=26429] ppid=26387 vsize=2966184 CPUtime=812.7 cores=0,2,4,6
/proc/26389/task/26429/stat : 26429 (java) R 26387 26389 19811 0 -1 4202560 227 0 0 0 81251 19 0 0 20 0 22 0 342585096 3037372416 286571 33554432000 1073741824 1073778376 140736928440144 140399928654800 140400820634664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

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

Real time (s): 941.433
CPU time (s): 1800.08
CPU user time (s): 1798.48
CPU system time (s): 1.6
CPU usage (%): 191.206
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 2.01369
maximum resident set size= 1146408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26914
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36478
involuntary context switches= 118369

runsolver used 3.2505 second user time and 8.66468 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 01:03:11
IDJOB=3741536
IDBENCH=89874
IDSOLVER=2324
FILE ID=node135/3741536-1338764591
RUNJOBID= node135-1338747255-19827
PBS_JOBID= 14636778
Free space on /tmp= 70980 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-queens-30.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741536-1338764591/watcher-3741536-1338764591 -o /tmp/evaluation-result-3741536-1338764591/solver-3741536-1338764591 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741536-1338764591.opb

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=1499642671

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28527988 kB
Buffers:          385172 kB
Cached:          2566248 kB
SwapCached:         1672 kB
Active:          1734372 kB
Inactive:        1759572 kB
Active(anon):     532944 kB
Inactive(anon):    12036 kB
Active(file):    1201428 kB
Inactive(file):  1747536 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:              1108 kB
Writeback:             0 kB
AnonPages:        615500 kB
Mapped:            18724 kB
Shmem:               132 kB
Slab:             709852 kB
SReclaimable:     151296 kB
SUnreclaim:       558556 kB
KernelStack:        1808 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70784 MiB
End job on node135 at 2012-06-04 01:18:54