Trace number 3479285

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO) 1800.32 997.707

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-37
Best CPU time to get the best result obtained on this benchmark1798.05
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c ManyCore solver with 2 solvers running in parallel
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.11	c No reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3479285-1307445724.opb
0.12/0.11	c reading problem ... 
1.12/0.57	c ... done. Wall clock time 0.466s.
1.12/0.57	c #vars     900
1.12/0.57	c #constraints  960
1.12/0.57	c constraints type 
1.12/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 960
1.12/0.57	c constraints type 
1.12/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 960
1.27/0.60	c  And the winner is Resolution
1.28/1.08	c SATISFIABLE
1.28/1.08	c OPTIMIZING...
1.28/1.08	c Got one! Elapsed wall clock time (in seconds):0.972
1.28/1.08	o -28
1.28/1.10	c  And the winner is Resolution
1.41/1.59	c Got one! Elapsed wall clock time (in seconds):1.483
1.41/1.59	o -29
1.42/1.61	c  And the winner is Resolution
1.51/2.10	c Got one! Elapsed wall clock time (in seconds):1.988
1.51/2.10	o -30
1.62/2.17	c  And the winner is Resolution
1.86/2.60	c Got one! Elapsed wall clock time (in seconds):2.493
1.86/2.60	o -32
1.86/2.63	c  And the winner is Resolution
1.98/3.11	c Got one! Elapsed wall clock time (in seconds):2.998
1.98/3.11	o -33
1.98/3.14	c  And the winner is Resolution
2.14/3.62	c Got one! Elapsed wall clock time (in seconds):3.509
2.14/3.62	o -34
2.14/3.69	c  And the winner is Resolution
2.35/4.12	c Got one! Elapsed wall clock time (in seconds):4.017
2.35/4.12	o -35
3.43/4.68	c  And the winner is Resolution
3.63/5.13	c Got one! Elapsed wall clock time (in seconds):5.025
3.63/5.13	o -36
5.31/5.98	c cleaning 2899 clauses out of 5799 with flag 3000/5799
8.62/7.58	c cleaning 4450 clauses out of 8900 with flag 9000/11799
11.97/9.29	c cleaning 5715 clauses out of 11450 with flag 16000/18799
16.10/11.36	c cleaning 6868 clauses out of 13736 with flag 24001/26800
20.83/13.70	c cleaning 7929 clauses out of 15867 with flag 33000/35799
25.75/16.29	c cleaning 8965 clauses out of 17938 with flag 43000/45799
29.64/18.28	c  And the winner is Resolution
30.20/18.72	c Got one! Elapsed wall clock time (in seconds):18.609
30.20/18.72	o -37
32.60/19.97	c cleaning 10524 clauses out of 21056 with flag 5001/57882
35.65/21.58	c cleaning 8265 clauses out of 16531 with flag 11000/63881
39.27/23.48	c cleaning 7624 clauses out of 15266 with flag 18000/70881
43.74/25.73	c cleaning 7816 clauses out of 15643 with flag 26001/78882
48.41/28.18	c cleaning 8404 clauses out of 16826 with flag 35000/87881
53.69/30.83	c cleaning 9211 clauses out of 18422 with flag 45000/97881
59.43/33.81	c cleaning 9605 clauses out of 19211 with flag 55000/107881
64.66/36.51	c cleaning 9791 clauses out of 19606 with flag 65000/117881
69.89/39.28	c cleaning 9907 clauses out of 19816 with flag 75001/127882
75.51/42.10	c cleaning 9938 clauses out of 19908 with flag 85000/137881
81.61/45.31	c cleaning 9981 clauses out of 19971 with flag 95001/147882
87.20/48.21	c cleaning 9982 clauses out of 19990 with flag 105001/157882
92.99/51.28	c cleaning 9991 clauses out of 20007 with flag 115000/167881
98.60/54.17	c cleaning 10000 clauses out of 20016 with flag 125000/177881
104.06/57.02	c cleaning 10006 clauses out of 20016 with flag 135000/187881
110.01/60.12	c cleaning 9993 clauses out of 20010 with flag 145000/197881
115.77/63.12	c cleaning 9991 clauses out of 20017 with flag 155000/207881
121.55/66.15	c cleaning 10005 clauses out of 20027 with flag 165001/217882
128.71/69.90	c cleaning 9993 clauses out of 20021 with flag 175000/227881
134.28/72.84	c cleaning 10004 clauses out of 20028 with flag 185000/237881
140.22/75.93	c cleaning 9995 clauses out of 20024 with flag 195000/247881
146.31/79.14	c cleaning 10003 clauses out of 20029 with flag 205000/257881
151.89/82.11	c cleaning 9997 clauses out of 20026 with flag 215000/267881
158.20/85.44	c cleaning 10013 clauses out of 20030 with flag 225001/277882
163.69/88.33	c cleaning 9999 clauses out of 20016 with flag 235000/287881
170.00/91.69	c cleaning 9990 clauses out of 20018 with flag 245001/297882
176.13/94.97	c cleaning 9998 clauses out of 20028 with flag 255001/307882
182.20/98.11	c cleaning 10004 clauses out of 20029 with flag 265000/317881
189.11/101.74	c cleaning 9990 clauses out of 20026 with flag 275001/327882
196.17/105.46	c cleaning 10011 clauses out of 20035 with flag 285000/337881
203.27/109.29	c cleaning 10002 clauses out of 20025 with flag 295001/347882
209.54/112.56	c cleaning 9994 clauses out of 20022 with flag 305000/357881
216.01/115.90	c cleaning 10000 clauses out of 20029 with flag 315001/367882
222.65/119.40	c cleaning 9997 clauses out of 20028 with flag 325000/377881
229.74/123.23	c cleaning 9999 clauses out of 20031 with flag 335000/387881
235.35/126.29	c cleaning 9995 clauses out of 20032 with flag 345000/397881
241.17/129.32	c cleaning 9984 clauses out of 20037 with flag 355000/407881
247.06/132.40	c cleaning 10015 clauses out of 20054 with flag 365001/417882
253.72/136.01	c cleaning 10011 clauses out of 20039 with flag 375001/427882
260.16/139.43	c cleaning 9999 clauses out of 20028 with flag 385001/437882
266.58/142.88	c cleaning 9997 clauses out of 20028 with flag 395000/447881
272.78/146.14	c cleaning 10011 clauses out of 20031 with flag 405000/457881
279.23/149.64	c cleaning 9999 clauses out of 20021 with flag 415001/467882
285.43/152.97	c cleaning 9996 clauses out of 20021 with flag 425000/477881
292.19/156.50	c cleaning 9983 clauses out of 20025 with flag 435000/487881
298.57/159.98	c cleaning 10013 clauses out of 20042 with flag 445000/497881
305.79/163.90	c cleaning 9987 clauses out of 20030 with flag 455001/507882
312.59/167.46	c cleaning 10007 clauses out of 20042 with flag 465000/517881
318.37/170.54	c cleaning 10010 clauses out of 20035 with flag 475000/527881
324.32/173.71	c cleaning 10011 clauses out of 20025 with flag 485000/537881
330.09/176.97	c cleaning 10003 clauses out of 20015 with flag 495001/547882
336.05/180.12	c cleaning 9997 clauses out of 20012 with flag 505001/557882
341.99/183.30	c cleaning 10002 clauses out of 20014 with flag 515000/567881
347.74/186.43	c cleaning 10001 clauses out of 20013 with flag 525001/577882
354.08/189.95	c cleaning 10003 clauses out of 20012 with flag 535001/587882
359.61/192.92	c cleaning 9988 clauses out of 20008 with flag 545000/597881
365.56/196.14	c cleaning 9999 clauses out of 20020 with flag 555000/607881
371.47/199.33	c cleaning 10000 clauses out of 20021 with flag 565000/617881
378.19/203.08	c cleaning 9993 clauses out of 20023 with flag 575002/627883
384.71/206.54	c cleaning 10006 clauses out of 20028 with flag 585000/637881
390.87/209.88	c cleaning 9995 clauses out of 20022 with flag 595000/647881
397.43/213.39	c cleaning 10009 clauses out of 20027 with flag 605000/657881
404.33/217.15	c cleaning 10003 clauses out of 20019 with flag 615001/667882
410.63/220.55	c cleaning 9997 clauses out of 20015 with flag 625000/677881
417.33/224.14	c cleaning 9986 clauses out of 20018 with flag 635000/687881
423.89/227.67	c cleaning 10000 clauses out of 20032 with flag 645000/697881
431.03/231.51	c cleaning 9995 clauses out of 20032 with flag 655000/707881
437.93/235.29	c cleaning 9999 clauses out of 20039 with flag 665002/717883
444.82/238.92	c cleaning 9997 clauses out of 20038 with flag 675000/727881
451.70/242.64	c cleaning 10008 clauses out of 20041 with flag 685000/737881
458.80/246.52	c cleaning 10006 clauses out of 20033 with flag 695000/747881
465.28/250.10	c cleaning 9991 clauses out of 20027 with flag 705000/757881
472.42/253.88	c cleaning 10001 clauses out of 20036 with flag 715000/767881
480.11/257.92	c cleaning 10006 clauses out of 20035 with flag 725000/777881
486.97/261.75	c cleaning 9994 clauses out of 20030 with flag 735001/787882
494.45/265.73	c cleaning 9993 clauses out of 20035 with flag 745000/797881
501.53/269.55	c cleaning 10007 clauses out of 20043 with flag 755001/807882
508.57/273.36	c cleaning 10004 clauses out of 20035 with flag 765000/817881
516.20/277.58	c cleaning 10000 clauses out of 20031 with flag 775000/827881
523.54/281.42	c cleaning 9992 clauses out of 20031 with flag 785000/837881
531.00/285.46	c cleaning 10005 clauses out of 20039 with flag 795000/847881
539.25/289.89	c cleaning 9998 clauses out of 20035 with flag 805001/857882
546.48/293.87	c cleaning 10002 clauses out of 20037 with flag 815001/867882
553.67/297.76	c cleaning 9996 clauses out of 20034 with flag 825000/877881
559.91/301.19	c cleaning 10009 clauses out of 20038 with flag 835000/887881
566.13/304.57	c cleaning 10002 clauses out of 20029 with flag 845000/897881
572.91/308.33	c cleaning 9995 clauses out of 20028 with flag 855001/907882
579.33/311.81	c cleaning 10007 clauses out of 20032 with flag 865000/917881
585.55/315.25	c cleaning 9999 clauses out of 20025 with flag 875000/927881
592.25/318.89	c cleaning 10001 clauses out of 20026 with flag 885000/937881
598.27/322.31	c cleaning 9996 clauses out of 20025 with flag 895000/947881
604.50/325.68	c cleaning 10012 clauses out of 20029 with flag 905000/957881
610.73/329.05	c cleaning 9992 clauses out of 20017 with flag 915000/967881
617.09/332.54	c cleaning 9998 clauses out of 20025 with flag 925000/977881
624.45/336.62	c cleaning 9997 clauses out of 20027 with flag 935000/987881
631.63/340.58	c cleaning 9988 clauses out of 20030 with flag 945000/997881
638.85/344.49	c cleaning 9999 clauses out of 20042 with flag 955000/1007881
645.41/348.01	c cleaning 10007 clauses out of 20043 with flag 965000/1017881
652.33/351.90	c cleaning 10011 clauses out of 20037 with flag 975001/1027882
658.91/355.50	c cleaning 9986 clauses out of 20025 with flag 985000/1037881
665.29/359.08	c cleaning 10003 clauses out of 20040 with flag 995001/1047882
672.07/362.78	c cleaning 9999 clauses out of 20036 with flag 1005000/1057881
679.56/366.94	c cleaning 10007 clauses out of 20037 with flag 1015000/1067881
686.56/370.75	c cleaning 10001 clauses out of 20030 with flag 1025000/1077881
693.11/374.38	c cleaning 9987 clauses out of 20029 with flag 1035000/1087881
700.07/378.12	c cleaning 10015 clauses out of 20043 with flag 1045001/1097882
707.19/382.18	c cleaning 9996 clauses out of 20030 with flag 1055003/1107884
714.46/386.07	c cleaning 10007 clauses out of 20031 with flag 1065000/1117881
721.65/389.99	c cleaning 9991 clauses out of 20024 with flag 1075000/1127881
729.20/394.05	c cleaning 9992 clauses out of 20033 with flag 1085000/1137881
737.47/398.68	c cleaning 10000 clauses out of 20041 with flag 1095000/1147881
745.44/402.97	c cleaning 10007 clauses out of 20042 with flag 1105001/1157882
753.01/407.02	c cleaning 10002 clauses out of 20035 with flag 1115001/1167882
760.12/410.98	c cleaning 10001 clauses out of 20032 with flag 1125000/1177881
767.76/415.20	c cleaning 9994 clauses out of 20032 with flag 1135001/1187882
774.70/419.04	c cleaning 10012 clauses out of 20037 with flag 1145000/1197881
782.25/423.16	c cleaning 9992 clauses out of 20025 with flag 1155000/1207881
789.98/427.36	c cleaning 9994 clauses out of 20033 with flag 1165000/1217881
798.41/432.01	c cleaning 9997 clauses out of 20039 with flag 1175000/1227881
805.53/435.96	c cleaning 10015 clauses out of 20042 with flag 1185000/1237881
813.29/440.17	c cleaning 9994 clauses out of 20027 with flag 1195000/1247881
820.78/444.24	c cleaning 10011 clauses out of 20033 with flag 1205000/1257881
828.61/448.68	c cleaning 9991 clauses out of 20023 with flag 1215001/1267882
836.12/452.79	c cleaning 9994 clauses out of 20031 with flag 1225000/1277881
843.84/456.99	c cleaning 10009 clauses out of 20037 with flag 1235000/1287881
851.74/461.21	c cleaning 9989 clauses out of 20029 with flag 1245001/1297882
859.76/465.79	c cleaning 9999 clauses out of 20039 with flag 1255000/1307881
868.45/470.41	c cleaning 10012 clauses out of 20040 with flag 1265000/1317881
875.38/474.23	c cleaning 10004 clauses out of 20028 with flag 1275000/1327881
881.28/477.53	c cleaning 10009 clauses out of 20024 with flag 1285000/1337881
887.43/481.15	c cleaning 9986 clauses out of 20015 with flag 1295000/1347881
893.32/484.49	c cleaning 10004 clauses out of 20030 with flag 1305001/1357882
899.61/487.91	c cleaning 9999 clauses out of 20026 with flag 1315001/1367882
906.28/491.62	c cleaning 10004 clauses out of 20027 with flag 1325001/1377882
908.85/493.45	c cleaning 0 clauses out of 5924 with flag 0/5927
914.16/496.23	c cleaning 10001 clauses out of 20022 with flag 1335000/1387881
921.50/500.07	c cleaning 9995 clauses out of 20021 with flag 1345000/1397881
928.61/503.93	c cleaning 10005 clauses out of 20027 with flag 1355001/1407882
935.36/507.81	c cleaning 9990 clauses out of 20021 with flag 1365000/1417881
942.14/511.61	c cleaning 10000 clauses out of 20032 with flag 1375001/1427882
948.89/515.29	c cleaning 10007 clauses out of 20032 with flag 1385001/1437882
955.98/519.13	c cleaning 9990 clauses out of 20024 with flag 1395000/1447881
963.13/523.24	c cleaning 10008 clauses out of 20034 with flag 1405000/1457881
970.38/527.27	c cleaning 9995 clauses out of 20027 with flag 1415001/1467882
978.25/531.50	c cleaning 9996 clauses out of 20031 with flag 1425000/1477881
985.37/535.45	c cleaning 10002 clauses out of 20035 with flag 1435000/1487881
992.87/539.67	c cleaning 9999 clauses out of 20033 with flag 1445000/1497881
1000.37/543.78	c cleaning 9998 clauses out of 20034 with flag 1455000/1507881
1007.85/547.87	c cleaning 9996 clauses out of 20036 with flag 1465000/1517881
1014.69/551.69	c cleaning 10003 clauses out of 20041 with flag 1475001/1527882
1022.21/555.97	c cleaning 9996 clauses out of 20038 with flag 1485001/1537882
1029.47/559.95	c cleaning 10010 clauses out of 20041 with flag 1495000/1547881
1036.52/563.86	c cleaning 9997 clauses out of 20032 with flag 1505001/1557882
1043.27/567.61	c cleaning 9997 clauses out of 20035 with flag 1515001/1567882
1050.91/571.88	c cleaning 10010 clauses out of 20037 with flag 1525000/1577881
1057.95/575.79	c cleaning 9999 clauses out of 20028 with flag 1535001/1587882
1065.21/579.79	c cleaning 10003 clauses out of 20029 with flag 1545001/1597882
1072.62/583.87	c cleaning 9979 clauses out of 20026 with flag 1555001/1607882
1080.30/588.28	c cleaning 10020 clauses out of 20047 with flag 1565001/1617882
1086.96/591.97	c cleaning 9992 clauses out of 20026 with flag 1575000/1627881
1094.14/595.97	c cleaning 10005 clauses out of 20034 with flag 1585000/1637881
1101.36/599.93	c cleaning 9997 clauses out of 20030 with flag 1595001/1647882
1109.01/604.38	c cleaning 9998 clauses out of 20033 with flag 1605001/1657882
1116.12/608.21	c cleaning 10008 clauses out of 20034 with flag 1615000/1667881
1123.04/612.04	c cleaning 9999 clauses out of 20027 with flag 1625001/1677882
1130.32/616.04	c cleaning 9981 clauses out of 20027 with flag 1635000/1687881
1137.97/620.48	c cleaning 10017 clauses out of 20046 with flag 1645000/1697881
1145.36/624.56	c cleaning 10000 clauses out of 20029 with flag 1655000/1707881
1152.75/628.66	c cleaning 10001 clauses out of 20029 with flag 1665000/1717881
1160.14/632.75	c cleaning 9995 clauses out of 20028 with flag 1675000/1727881
1167.98/637.24	c cleaning 10001 clauses out of 20034 with flag 1685001/1737882
1175.59/641.45	c cleaning 10002 clauses out of 20032 with flag 1695000/1747881
1183.57/645.88	c cleaning 9985 clauses out of 20030 with flag 1705000/1757881
1191.31/650.14	c cleaning 10009 clauses out of 20045 with flag 1715000/1767881
1197.71/653.98	c cleaning 10005 clauses out of 20037 with flag 1725001/1777882
1204.48/657.73	c cleaning 10009 clauses out of 20032 with flag 1735001/1787882
1210.85/661.32	c cleaning 9988 clauses out of 20023 with flag 1745001/1797882
1217.23/664.99	c cleaning 10011 clauses out of 20034 with flag 1755000/1807881
1223.96/668.86	c cleaning 10001 clauses out of 20023 with flag 1765000/1817881
1230.44/672.43	c cleaning 10006 clauses out of 20022 with flag 1775000/1827881
1237.06/676.12	c cleaning 9999 clauses out of 20016 with flag 1785000/1837881
1244.21/680.12	c cleaning 10005 clauses out of 20017 with flag 1795000/1847881
1251.19/684.27	c cleaning 10004 clauses out of 20014 with flag 1805002/1857883
1257.93/688.06	c cleaning 9996 clauses out of 20008 with flag 1815000/1867881
1264.91/691.95	c cleaning 10003 clauses out of 20012 with flag 1825000/1877881
1271.84/695.82	c cleaning 9998 clauses out of 20009 with flag 1835000/1887881
1279.20/700.17	c cleaning 9999 clauses out of 20011 with flag 1845000/1897881
1286.54/704.26	c cleaning 9997 clauses out of 20012 with flag 1855000/1907881
1294.09/708.43	c cleaning 9994 clauses out of 20015 with flag 1865000/1917881
1301.60/712.68	c cleaning 10003 clauses out of 20023 with flag 1875002/1927883
1309.78/717.32	c cleaning 10010 clauses out of 20019 with flag 1885001/1937882
1317.70/721.78	c cleaning 9999 clauses out of 20008 with flag 1895000/1947881
1325.98/726.38	c cleaning 9996 clauses out of 20009 with flag 1905000/1957881
1332.90/730.24	c cleaning 9988 clauses out of 20013 with flag 1915000/1967881
1340.61/734.71	c cleaning 10007 clauses out of 20025 with flag 1925000/1977881
1348.11/738.93	c cleaning 10001 clauses out of 20018 with flag 1935000/1987881
1354.22/742.41	c cleaning 9994 clauses out of 20017 with flag 1945000/1997881
1360.53/746.08	c cleaning 10002 clauses out of 20023 with flag 1955000/2007881
1367.66/750.25	c cleaning 9996 clauses out of 20021 with flag 1965000/2017881
1374.33/754.03	c cleaning 9989 clauses out of 20025 with flag 1975000/2027881
1380.64/757.69	c cleaning 10009 clauses out of 20036 with flag 1985000/2037881
1387.54/761.55	c cleaning 10004 clauses out of 20028 with flag 1995001/2047882
1394.56/765.64	c cleaning 10004 clauses out of 20024 with flag 2005001/2057882
1401.20/769.37	c cleaning 9993 clauses out of 20019 with flag 2015000/2067881
1408.20/773.30	c cleaning 10002 clauses out of 20026 with flag 2025000/2077881
1415.71/777.41	c cleaning 10001 clauses out of 20024 with flag 2035000/2087881
1423.42/781.93	c cleaning 9990 clauses out of 20023 with flag 2045000/2097881
1430.92/786.13	c cleaning 10006 clauses out of 20034 with flag 2055001/2107882
1438.61/790.44	c cleaning 9998 clauses out of 20027 with flag 2065000/2117881
1445.54/794.34	c cleaning 10010 clauses out of 20029 with flag 2075000/2127881
1453.38/798.99	c cleaning 9998 clauses out of 20019 with flag 2085000/2137881
1460.90/803.19	c cleaning 10001 clauses out of 20021 with flag 2095000/2147881
1468.32/807.40	c cleaning 9999 clauses out of 20021 with flag 2105001/2157882
1475.58/811.43	c cleaning 9993 clauses out of 20022 with flag 2115001/2167882
1483.42/816.09	c cleaning 10003 clauses out of 20028 with flag 2125000/2177881
1491.28/820.40	c cleaning 9995 clauses out of 20025 with flag 2135000/2187881
1497.75/824.19	c cleaning 10000 clauses out of 20030 with flag 2145000/2197881
1505.01/828.22	c cleaning 9992 clauses out of 20031 with flag 2155001/2207882
1512.44/832.65	c cleaning 10005 clauses out of 20038 with flag 2165000/2217881
1519.29/836.54	c cleaning 9999 clauses out of 20033 with flag 2175000/2227881
1525.93/840.38	c cleaning 10009 clauses out of 20034 with flag 2185000/2237881
1532.96/844.37	c cleaning 9991 clauses out of 20025 with flag 2195000/2247881
1540.60/848.88	c cleaning 10007 clauses out of 20035 with flag 2205001/2257882
1547.64/852.85	c cleaning 9996 clauses out of 20027 with flag 2215000/2267881
1554.48/856.78	c cleaning 9998 clauses out of 20031 with flag 2225000/2277881
1561.72/860.86	c cleaning 10009 clauses out of 20033 with flag 2235000/2287881
1569.94/865.69	c cleaning 9995 clauses out of 20026 with flag 2245002/2297883
1578.00/870.14	c cleaning 9998 clauses out of 20030 with flag 2255001/2307882
1585.83/874.57	c cleaning 9992 clauses out of 20032 with flag 2265001/2317882
1593.86/879.08	c cleaning 10008 clauses out of 20039 with flag 2275000/2327881
1602.61/884.17	c cleaning 9995 clauses out of 20032 with flag 2285001/2337882
1610.45/888.51	c cleaning 10005 clauses out of 20036 with flag 2295000/2347881
1618.67/893.14	c cleaning 9996 clauses out of 20031 with flag 2305000/2357881
1626.58/897.56	c cleaning 9994 clauses out of 20035 with flag 2315000/2367881
1634.79/902.21	c cleaning 10009 clauses out of 20041 with flag 2325000/2377881
1642.88/906.78	c cleaning 9997 clauses out of 20032 with flag 2335000/2387881
1650.89/911.26	c cleaning 10001 clauses out of 20035 with flag 2345000/2397881
1659.08/915.85	c cleaning 9998 clauses out of 20034 with flag 2355000/2407881
1667.47/920.80	c cleaning 10002 clauses out of 20036 with flag 2365000/2417881
1675.65/925.36	c cleaning 9998 clauses out of 20035 with flag 2375001/2427882
1682.65/929.36	c cleaning 10013 clauses out of 20037 with flag 2385001/2437882
1689.44/933.29	c cleaning 10001 clauses out of 20023 with flag 2395000/2447881
1696.99/937.73	c cleaning 10004 clauses out of 20022 with flag 2405000/2457881
1703.80/941.64	c cleaning 9997 clauses out of 20018 with flag 2415000/2467881
1710.36/945.47	c cleaning 9996 clauses out of 20021 with flag 2425000/2477881
1716.94/949.21	c cleaning 10006 clauses out of 20026 with flag 2435001/2487882
1724.07/953.53	c cleaning 9986 clauses out of 20020 with flag 2445001/2497882
1731.06/957.50	c cleaning 10001 clauses out of 20034 with flag 2455001/2507882
1738.08/961.55	c cleaning 10010 clauses out of 20033 with flag 2465001/2517882
1745.02/965.55	c cleaning 9995 clauses out of 20023 with flag 2475001/2527882
1752.18/969.83	c cleaning 9995 clauses out of 20028 with flag 2485001/2537882
1759.16/973.87	c cleaning 9999 clauses out of 20032 with flag 2495000/2547881
1766.35/977.92	c cleaning 9993 clauses out of 20033 with flag 2505000/2557881
1773.51/982.07	c cleaning 10014 clauses out of 20040 with flag 2515000/2567881
1781.25/986.69	c cleaning 9996 clauses out of 20027 with flag 2525001/2577882
1788.83/990.90	c cleaning 10004 clauses out of 20030 with flag 2535000/2587881
1796.19/995.14	c cleaning 9997 clauses out of 20026 with flag 2545000/2597881
1800.16/997.62	c starts		: 239
1800.16/997.62	c conflicts		: 2602922
1800.16/997.62	c decisions		: 2737262
1800.16/997.62	c propagations		: 16073013
1800.16/997.62	c inspects		: 1678074053
1800.16/997.62	c shortcuts		: 0
1800.16/997.62	c learnt literals	: 0
1800.16/997.62	c learnt binary clauses	: 0
1800.16/997.62	c learnt ternary clauses	: 0
1800.16/997.62	c learnt constraints	: 2602922
1800.16/997.62	c ignored constraints	: 0
1800.16/997.62	c root simplifications	: 0
1800.16/997.62	c removed literals (reason simplification)	: 9796864
1800.16/997.62	c reason swapping (by a shorter reason)	: 0
1800.16/997.62	c Calls to reduceDB	: 262
1800.16/997.62	c number of reductions to clauses (during analyze)	: 0
1800.16/997.62	c number of learned constraints concerned by reduction	: 0
1800.16/997.63	c number of learning phase by resolution	: 0
1800.16/997.63	c number of learning phase by cutting planes	: 0
1800.16/997.63	c speed (assignments/second)	: 16419.33460549919
1800.16/997.63	c non guided choices	0
1800.16/997.63	c learnt constraints type 
1800.16/997.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15095
1800.16/997.63	c constraints type 
1800.16/997.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.16/997.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 960
1800.16/997.63	c constraints type 
1800.16/997.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.16/997.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 960
1800.16/997.63	s SATISFIABLE
1800.16/997.64	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.16/997.64	c objective function=-37
1800.16/997.64	c Total wall clock time (in seconds): 997.53

Verifier Data

OK	-37

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

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

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


[startup+0 s]
/proc/loadavg: 3.91 3.72 2.46 3/519 24749
/proc/meminfo: memFree=24704184/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 2099 0 1 0 0 0 0 0 25 0 2 0 934803107 10681323520 1800 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2607745 1814 906 9 0 2598901 0
[pid=24749/tid=24751] ppid=24747 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) R 24747 24749 24554 0 -1 4202560 7079 0 1 0 0 0 0 0 25 0 2 0 934803107 10694979584 7895 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251367240763 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.10916 s]
/proc/loadavg: 3.91 3.72 2.46 3/519 24749
/proc/meminfo: memFree=24704184/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10540252 CPUtime=0.12 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 13242 0 1 0 10 2 0 0 25 0 18 0 934803107 10793218048 12938 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2635063 12939 2122 9 0 2625797 0
[pid=24749/tid=24751] ppid=24747 vsize=10540252 CPUtime=0.09 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) R 24747 24749 24554 0 -1 4202560 11278 0 1 0 8 1 0 0 18 0 18 0 934803107 10793218048 12939 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540252

[startup+0.201099 s]
/proc/loadavg: 3.91 3.72 2.46 3/519 24749
/proc/meminfo: memFree=24704184/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10541880 CPUtime=0.29 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 14463 0 1 0 27 2 0 0 25 0 18 0 934803107 10794885120 14100 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2635470 14105 2188 9 0 2626204 0
[pid=24749/tid=24751] ppid=24747 vsize=10541880 CPUtime=0.18 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) R 24747 24749 24554 0 -1 4202560 12004 0 1 0 17 1 0 0 18 0 18 0 934803107 10794885120 14105 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 46932807284360 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10541880

[startup+0.30108 s]
/proc/loadavg: 3.91 3.72 2.46 3/519 24749
/proc/meminfo: memFree=24704184/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10554284 CPUtime=0.59 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 21695 0 1 0 57 2 0 0 25 0 18 0 934803107 10807586816 18717 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2638571 18718 2201 9 0 2629305 0
[pid=24749/tid=24751] ppid=24747 vsize=10554284 CPUtime=0.28 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) R 24747 24749 24554 0 -1 4202560 13227 0 1 0 27 1 0 0 18 0 18 0 934803107 10807586816 18718 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 46932810922804 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 10554284

[startup+0.701037 s]
/proc/loadavg: 3.91 3.72 2.46 3/519 24749
/proc/meminfo: memFree=24704184/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10557024 CPUtime=1.28 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 42500 0 1 0 123 5 0 0 25 0 19 0 934803107 10810392576 38959 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2639256 38959 2227 9 0 2629990 0
[pid=24749/tid=24751] ppid=24747 vsize=10557024 CPUtime=0.56 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) S 24747 24749 24554 0 -1 4202560 32541 0 1 0 52 4 0 0 19 0 19 0 934803107 10810392576 38959 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 10557024

[startup+1.50088 s]
/proc/loadavg: 3.91 3.72 2.46 8/541 24776
/proc/meminfo: memFree=24192640/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10557024 CPUtime=1.41 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 42923 0 1 0 135 6 0 0 25 0 19 0 934803107 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2639256 39339 2229 9 0 2629990 0
[pid=24749/tid=24751] ppid=24747 vsize=10557024 CPUtime=0.57 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) S 24747 24749 24554 0 -1 4202560 32601 0 1 0 53 4 0 0 16 0 19 0 934803107 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24753] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24753/stat : 24753 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24754] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24754/stat : 24754 (java) S 24747 24749 24554 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24755] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24755/stat : 24755 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24756] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24756/stat : 24756 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24758] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24758/stat : 24758 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24759] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24759/stat : 24759 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24760] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24760/stat : 24760 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24761] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24761/stat : 24761 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24762] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24762/stat : 24762 (java) S 24747 24749 24554 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 934803110 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 0 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24763] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24763/stat : 24763 (java) S 24747 24749 24554 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 934803110 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24764] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24764/stat : 24764 (java) S 24747 24749 24554 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 934803110 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24765] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24765/stat : 24765 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803112 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379370417 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24766] ppid=24747 vsize=10557024 CPUtime=0.38 cores=1,3,5,7
/proc/24749/task/24766/stat : 24766 (java) S 24747 24749 24554 0 -1 4202560 5418 0 0 0 38 0 0 0 16 0 19 0 934803113 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24767] ppid=24747 vsize=10557024 CPUtime=0.34 cores=1,3,5,7
/proc/24749/task/24767/stat : 24767 (java) S 24747 24749 24554 0 -1 4202560 3172 0 0 0 34 0 0 0 20 0 19 0 934803113 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24768] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24768/stat : 24768 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803113 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24769] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24769/stat : 24769 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 934803113 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24772] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24772/stat : 24772 (java) S 24747 24749 24554 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 934803165 10810392576 39339 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10557024

[startup+3.10158 s]
/proc/loadavg: 3.92 3.73 2.47 4/538 24782
/proc/meminfo: memFree=23941068/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10557024 CPUtime=1.98 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 46303 0 1 0 192 6 0 0 25 0 19 0 934803107 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2639256 41946 2234 9 0 2629990 0
[pid=24749/tid=24751] ppid=24747 vsize=10557024 CPUtime=0.57 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) S 24747 24749 24554 0 -1 4202560 32712 0 1 0 53 4 0 0 16 0 19 0 934803107 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24753] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24753/stat : 24753 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24754] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24754/stat : 24754 (java) S 24747 24749 24554 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24755] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24755/stat : 24755 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24756] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24756/stat : 24756 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24758] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24758/stat : 24758 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24759] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24759/stat : 24759 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24760] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24760/stat : 24760 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24761] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24761/stat : 24761 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803109 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24762] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24762/stat : 24762 (java) S 24747 24749 24554 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 934803110 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 0 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24763] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24763/stat : 24763 (java) S 24747 24749 24554 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 934803110 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24764] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24764/stat : 24764 (java) S 24747 24749 24554 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 934803110 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24765] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24765/stat : 24765 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803112 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379370417 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24766] ppid=24747 vsize=10557024 CPUtime=0.53 cores=1,3,5,7
/proc/24749/task/24766/stat : 24766 (java) S 24747 24749 24554 0 -1 4202560 5539 0 0 0 53 0 0 0 15 0 19 0 934803113 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24767] ppid=24747 vsize=10557024 CPUtime=0.51 cores=1,3,5,7
/proc/24749/task/24767/stat : 24767 (java) S 24747 24749 24554 0 -1 4202560 3943 0 0 0 51 0 0 0 15 0 19 0 934803113 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24768] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24768/stat : 24768 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 934803113 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24769] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24769/stat : 24769 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 934803113 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24772] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24772/stat : 24772 (java) S 24747 24749 24554 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 934803165 10810392576 41946 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 10557024
heavy processes:

[startup+6.30091 s]
/proc/loadavg: 3.92 3.73 2.47 5/541 24798
/proc/meminfo: memFree=23729992/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10557024 CPUtime=6.1 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 140918 0 1 0 592 18 0 0 25 0 22 0 934803107 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2639256 133371 2265 9 0 2629990 0
[pid=24749/tid=24751] ppid=24747 vsize=10557024 CPUtime=0.58 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) S 24747 24749 24554 0 -1 4202560 32857 0 1 0 54 4 0 0 15 0 22 0 934803107 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24753] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24753/stat : 24753 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 934803109 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24754] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24754/stat : 24754 (java) S 24747 24749 24554 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 934803109 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24755] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24755/stat : 24755 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 934803109 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24756] ppid=24747 vsize=10557024 CPUtime=0.01 cores=1,3,5,7
/proc/24749/task/24756/stat : 24756 (java) S 24747 24749 24554 0 -1 4202560 2039 0 0 0 1 0 0 0 18 0 22 0 934803109 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24758] ppid=24747 vsize=10557024 CPUtime=0.01 cores=1,3,5,7
/proc/24749/task/24758/stat : 24758 (java) S 24747 24749 24554 0 -1 4202560 1821 0 0 0 1 0 0 0 18 0 22 0 934803109 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24759] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24759/stat : 24759 (java) S 24747 24749 24554 0 -1 4202560 260 0 0 0 0 0 0 0 17 0 22 0 934803109 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24760] ppid=24747 vsize=10557024 CPUtime=0.01 cores=1,3,5,7
/proc/24749/task/24760/stat : 24760 (java) S 24747 24749 24554 0 -1 4202560 2142 0 0 0 1 0 0 0 18 0 22 0 934803109 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24761] ppid=24747 vsize=10557024 CPUtime=0.01 cores=1,3,5,7
/proc/24749/task/24761/stat : 24761 (java) S 24747 24749 24554 0 -1 4202560 1434 0 0 0 1 0 0 0 18 0 22 0 934803109 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24762] ppid=24747 vsize=10557024 CPUtime=0.06 cores=1,3,5,7
/proc/24749/task/24762/stat : 24762 (java) S 24747 24749 24554 0 -1 4202560 8052 0 0 0 6 0 0 0 15 0 22 0 934803110 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 0 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24763] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24763/stat : 24763 (java) S 24747 24749 24554 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 934803110 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24764] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24764/stat : 24764 (java) S 24747 24749 24554 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 934803110 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24765] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24765/stat : 24765 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 934803112 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379370417 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24766] ppid=24747 vsize=10557024 CPUtime=0.68 cores=1,3,5,7
/proc/24749/task/24766/stat : 24766 (java) S 24747 24749 24554 0 -1 4202560 5593 0 0 0 68 0 0 0 15 0 22 0 934803113 10810392576 133371 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24767] ppid=24747 vsize=10557024 CPUtime=0.86 cores=1,3,5,7

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

[pid=24749/tid=24800] ppid=24747 vsize=10557024 CPUtime=694.04 cores=1,3,5,7
/proc/24749/task/24800/stat : 24800 (java) R 24747 24749 24554 0 -1 4202560 190 0 0 0 69403 1 0 0 20 0 22 0 934804979 10810392576 424895 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 46912505847723 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24749/tid=24801] ppid=24747 vsize=10557024 CPUtime=694.07 cores=1,3,5,7
/proc/24749/task/24801/stat : 24801 (java) R 24747 24749 24554 0 -1 4202560 38289 0 0 0 69403 4 0 0 20 0 22 0 934804979 10810392576 424895 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 46912505833767 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24749/tid=24803] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24803/stat : 24803 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 934804979 10810392576 424895 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1599.05
Current children cumulated vsize (KiB) 10557024

[startup+942.301 s]
/proc/loadavg: 3.70 3.79 3.30 5/541 24898
/proc/meminfo: memFree=21832648/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10557024 CPUtime=1704.58 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 441058 0 1 0 170400 58 0 0 25 0 22 0 934803107 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2639256 427211 2266 9 0 2629990 0
[pid=24749/tid=24751] ppid=24747 vsize=10557024 CPUtime=0.59 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) S 24747 24749 24554 0 -1 4202560 32900 0 1 0 55 4 0 0 15 0 22 0 934803107 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24753] ppid=24747 vsize=10557024 CPUtime=1.92 cores=1,3,5,7
/proc/24749/task/24753/stat : 24753 (java) S 24747 24749 24554 0 -1 4202560 2766 0 0 0 192 0 0 0 16 0 22 0 934803109 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24754] ppid=24747 vsize=10557024 CPUtime=1.81 cores=1,3,5,7
/proc/24749/task/24754/stat : 24754 (java) S 24747 24749 24554 0 -1 4202560 3589 0 0 0 181 0 0 0 16 0 22 0 934803109 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24755] ppid=24747 vsize=10557024 CPUtime=1.99 cores=1,3,5,7
/proc/24749/task/24755/stat : 24755 (java) S 24747 24749 24554 0 -1 4202560 1655 0 0 0 199 0 0 0 15 0 22 0 934803109 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24756] ppid=24747 vsize=10557024 CPUtime=2.19 cores=1,3,5,7
/proc/24749/task/24756/stat : 24756 (java) S 24747 24749 24554 0 -1 4202560 5973 0 0 0 218 1 0 0 15 0 22 0 934803109 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24758] ppid=24747 vsize=10557024 CPUtime=1.89 cores=1,3,5,7
/proc/24749/task/24758/stat : 24758 (java) S 24747 24749 24554 0 -1 4202560 3395 0 0 0 189 0 0 0 15 0 22 0 934803109 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24759] ppid=24747 vsize=10557024 CPUtime=1.92 cores=1,3,5,7
/proc/24749/task/24759/stat : 24759 (java) S 24747 24749 24554 0 -1 4202560 2621 0 0 0 192 0 0 0 16 0 22 0 934803109 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24760] ppid=24747 vsize=10557024 CPUtime=1.98 cores=1,3,5,7
/proc/24749/task/24760/stat : 24760 (java) S 24747 24749 24554 0 -1 4202560 3466 0 0 0 198 0 0 0 16 0 22 0 934803109 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24761] ppid=24747 vsize=10557024 CPUtime=2.04 cores=1,3,5,7
/proc/24749/task/24761/stat : 24761 (java) S 24747 24749 24554 0 -1 4202560 1645 0 0 0 204 0 0 0 15 0 22 0 934803109 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24762] ppid=24747 vsize=10557024 CPUtime=180.95 cores=1,3,5,7
/proc/24749/task/24762/stat : 24762 (java) R 24747 24749 24554 0 -1 4202560 137138 0 0 0 18078 17 0 0 16 0 22 0 934803110 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 46932807319948 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=24749/tid=24763] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24763/stat : 24763 (java) S 24747 24749 24554 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 934803110 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24764] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24764/stat : 24764 (java) S 24747 24749 24554 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 934803110 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24765] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24765/stat : 24765 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 934803112 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379370417 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24766] ppid=24747 vsize=10557024 CPUtime=0.76 cores=1,3,5,7
/proc/24749/task/24766/stat : 24766 (java) S 24747 24749 24554 0 -1 4202560 5613 0 0 0 76 0 0 0 15 0 22 0 934803113 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24767] ppid=24747 vsize=10557024 CPUtime=1.92 cores=1,3,5,7
/proc/24749/task/24767/stat : 24767 (java) S 24747 24749 24554 0 -1 4202560 17518 0 0 0 190 2 0 0 16 0 22 0 934803113 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24768] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24768/stat : 24768 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 934803113 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24769] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24769/stat : 24769 (java) S 24747 24749 24554 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 934803113 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24772] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24772/stat : 24772 (java) S 24747 24749 24554 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 934803165 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24800] ppid=24747 vsize=10557024 CPUtime=738.74 cores=1,3,5,7
/proc/24749/task/24800/stat : 24800 (java) S 24747 24749 24554 0 -1 4202560 192 0 0 0 73873 1 0 0 24 0 22 0 934804979 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24801] ppid=24747 vsize=10557024 CPUtime=738.77 cores=1,3,5,7
/proc/24749/task/24801/stat : 24801 (java) S 24747 24749 24554 0 -1 4202560 38289 0 0 0 73873 4 0 0 23 0 22 0 934804979 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24803] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24803/stat : 24803 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 934804979 10810392576 427211 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1704.58
Current children cumulated vsize (KiB) 10557024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+997.601 s]
/proc/loadavg: 3.72 3.78 3.32 5/541 24900
/proc/meminfo: memFree=21066548/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10557024 CPUtime=1800.16 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 444608 0 1 0 179957 59 0 0 25 0 22 0 934803107 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2639256 430744 2266 9 0 2629990 0
[pid=24749/tid=24751] ppid=24747 vsize=10557024 CPUtime=0.59 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) S 24747 24749 24554 0 -1 4202560 32913 0 1 0 55 4 0 0 15 0 22 0 934803107 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24753] ppid=24747 vsize=10557024 CPUtime=2.12 cores=1,3,5,7
/proc/24749/task/24753/stat : 24753 (java) S 24747 24749 24554 0 -1 4202560 2766 0 0 0 212 0 0 0 16 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24754] ppid=24747 vsize=10557024 CPUtime=1.99 cores=1,3,5,7
/proc/24749/task/24754/stat : 24754 (java) S 24747 24749 24554 0 -1 4202560 3594 0 0 0 199 0 0 0 15 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24755] ppid=24747 vsize=10557024 CPUtime=2.13 cores=1,3,5,7
/proc/24749/task/24755/stat : 24755 (java) S 24747 24749 24554 0 -1 4202560 1660 0 0 0 213 0 0 0 16 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24756] ppid=24747 vsize=10557024 CPUtime=2.28 cores=1,3,5,7
/proc/24749/task/24756/stat : 24756 (java) S 24747 24749 24554 0 -1 4202560 5985 0 0 0 227 1 0 0 15 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24758] ppid=24747 vsize=10557024 CPUtime=1.99 cores=1,3,5,7
/proc/24749/task/24758/stat : 24758 (java) S 24747 24749 24554 0 -1 4202560 3397 0 0 0 199 0 0 0 16 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24759] ppid=24747 vsize=10557024 CPUtime=2.1 cores=1,3,5,7
/proc/24749/task/24759/stat : 24759 (java) S 24747 24749 24554 0 -1 4202560 2622 0 0 0 210 0 0 0 15 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24760] ppid=24747 vsize=10557024 CPUtime=2.11 cores=1,3,5,7
/proc/24749/task/24760/stat : 24760 (java) S 24747 24749 24554 0 -1 4202560 3468 0 0 0 211 0 0 0 16 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24761] ppid=24747 vsize=10557024 CPUtime=2.3 cores=1,3,5,7
/proc/24749/task/24761/stat : 24761 (java) S 24747 24749 24554 0 -1 4202560 1652 0 0 0 230 0 0 0 16 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24762] ppid=24747 vsize=10557024 CPUtime=196.5 cores=1,3,5,7
/proc/24749/task/24762/stat : 24762 (java) S 24747 24749 24554 0 -1 4202560 140639 0 0 0 19633 17 0 0 15 0 22 0 934803110 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 0 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24763] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24763/stat : 24763 (java) S 24747 24749 24554 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 934803110 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24764] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24764/stat : 24764 (java) S 24747 24749 24554 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 934803110 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24765] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24765/stat : 24765 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 934803112 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379370417 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24766] ppid=24747 vsize=10557024 CPUtime=0.76 cores=1,3,5,7
/proc/24749/task/24766/stat : 24766 (java) S 24747 24749 24554 0 -1 4202560 5613 0 0 0 76 0 0 0 15 0 22 0 934803113 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24767] ppid=24747 vsize=10557024 CPUtime=1.92 cores=1,3,5,7
/proc/24749/task/24767/stat : 24767 (java) S 24747 24749 24554 0 -1 4202560 17518 0 0 0 190 2 0 0 16 0 22 0 934803113 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24768] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24768/stat : 24768 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 934803113 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24769] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24769/stat : 24769 (java) S 24747 24749 24554 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 934803113 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24772] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24772/stat : 24772 (java) S 24747 24749 24554 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 934803165 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24800] ppid=24747 vsize=10557024 CPUtime=778.13 cores=1,3,5,7
/proc/24749/task/24800/stat : 24800 (java) R 24747 24749 24554 0 -1 4202560 192 0 0 0 77812 1 0 0 19 0 22 0 934804979 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 46912506254069 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24749/tid=24801] ppid=24747 vsize=10557024 CPUtime=778.16 cores=1,3,5,7
/proc/24749/task/24801/stat : 24801 (java) R 24747 24749 24554 0 -1 4202560 38289 0 0 0 77812 4 0 0 19 0 22 0 934804979 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 46912505649002 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24749/tid=24803] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24803/stat : 24803 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 934804979 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 10557024

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

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

[startup+997.601 s]
/proc/loadavg: 3.72 3.78 3.32 5/541 24900
/proc/meminfo: memFree=21066548/32950928 swapFree=34421304/67111528
[pid=24749] ppid=24747 vsize=10557024 CPUtime=1800.16 cores=1,3,5,7
/proc/24749/stat : 24749 (java) S 24747 24749 24554 0 -1 4202496 444608 0 1 0 179957 59 0 0 25 0 22 0 934803107 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24749/statm: 2639256 430744 2266 9 0 2629990 0
[pid=24749/tid=24751] ppid=24747 vsize=10557024 CPUtime=0.59 cores=1,3,5,7
/proc/24749/task/24751/stat : 24751 (java) S 24747 24749 24554 0 -1 4202560 32913 0 1 0 55 4 0 0 15 0 22 0 934803107 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24753] ppid=24747 vsize=10557024 CPUtime=2.12 cores=1,3,5,7
/proc/24749/task/24753/stat : 24753 (java) S 24747 24749 24554 0 -1 4202560 2766 0 0 0 212 0 0 0 16 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24754] ppid=24747 vsize=10557024 CPUtime=1.99 cores=1,3,5,7
/proc/24749/task/24754/stat : 24754 (java) S 24747 24749 24554 0 -1 4202560 3594 0 0 0 199 0 0 0 15 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24755] ppid=24747 vsize=10557024 CPUtime=2.13 cores=1,3,5,7
/proc/24749/task/24755/stat : 24755 (java) S 24747 24749 24554 0 -1 4202560 1660 0 0 0 213 0 0 0 16 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24756] ppid=24747 vsize=10557024 CPUtime=2.28 cores=1,3,5,7
/proc/24749/task/24756/stat : 24756 (java) S 24747 24749 24554 0 -1 4202560 5985 0 0 0 227 1 0 0 15 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24758] ppid=24747 vsize=10557024 CPUtime=1.99 cores=1,3,5,7
/proc/24749/task/24758/stat : 24758 (java) S 24747 24749 24554 0 -1 4202560 3397 0 0 0 199 0 0 0 16 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24759] ppid=24747 vsize=10557024 CPUtime=2.1 cores=1,3,5,7
/proc/24749/task/24759/stat : 24759 (java) S 24747 24749 24554 0 -1 4202560 2622 0 0 0 210 0 0 0 15 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24760] ppid=24747 vsize=10557024 CPUtime=2.11 cores=1,3,5,7
/proc/24749/task/24760/stat : 24760 (java) S 24747 24749 24554 0 -1 4202560 3468 0 0 0 211 0 0 0 16 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24761] ppid=24747 vsize=10557024 CPUtime=2.3 cores=1,3,5,7
/proc/24749/task/24761/stat : 24761 (java) S 24747 24749 24554 0 -1 4202560 1652 0 0 0 230 0 0 0 16 0 22 0 934803109 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24762] ppid=24747 vsize=10557024 CPUtime=196.5 cores=1,3,5,7
/proc/24749/task/24762/stat : 24762 (java) S 24747 24749 24554 0 -1 4202560 140639 0 0 0 19633 17 0 0 15 0 22 0 934803110 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 0 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24763] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24763/stat : 24763 (java) S 24747 24749 24554 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 934803110 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24764] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24764/stat : 24764 (java) S 24747 24749 24554 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 934803110 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24765] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24765/stat : 24765 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 934803112 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379370417 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24766] ppid=24747 vsize=10557024 CPUtime=0.76 cores=1,3,5,7
/proc/24749/task/24766/stat : 24766 (java) S 24747 24749 24554 0 -1 4202560 5613 0 0 0 76 0 0 0 15 0 22 0 934803113 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 1 0 0 0
[pid=24749/tid=24767] ppid=24747 vsize=10557024 CPUtime=1.92 cores=1,3,5,7
/proc/24749/task/24767/stat : 24767 (java) S 24747 24749 24554 0 -1 4202560 17518 0 0 0 190 2 0 0 16 0 22 0 934803113 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 5 0 0 0
[pid=24749/tid=24768] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24768/stat : 24768 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 934803113 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379362713 0 4 0 16800975 18446604463873714048 0 0 -1 7 0 0 0
[pid=24749/tid=24769] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24769/stat : 24769 (java) S 24747 24749 24554 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 934803113 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24772] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24772/stat : 24772 (java) S 24747 24749 24554 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 934803165 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
[pid=24749/tid=24800] ppid=24747 vsize=10557024 CPUtime=778.13 cores=1,3,5,7
/proc/24749/task/24800/stat : 24800 (java) R 24747 24749 24554 0 -1 4202560 192 0 0 0 77812 1 0 0 19 0 22 0 934804979 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 46912506254069 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24749/tid=24801] ppid=24747 vsize=10557024 CPUtime=778.16 cores=1,3,5,7
/proc/24749/task/24801/stat : 24801 (java) R 24747 24749 24554 0 -1 4202560 38289 0 0 0 77812 4 0 0 19 0 22 0 934804979 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 46912505649002 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24749/tid=24803] ppid=24747 vsize=10557024 CPUtime=0 cores=1,3,5,7
/proc/24749/task/24803/stat : 24803 (java) S 24747 24749 24554 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 934804979 10810392576 430744 33554432000 1073741824 1073778376 140737104622528 18446744073709551615 251379363328 0 4 0 16800975 18446604463873714048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 10557024

Child status: 143
Real time (s): 997.707
CPU time (s): 1800.32
CPU user time (s): 1799.65
CPU system time (s): 0.661899
CPU usage (%): 180.445
Max. virtual memory (cumulated for all children) (KiB): 10557024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.661899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444642
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= 30548
involuntary context switches= 21321

runsolver used 5.09523 second user time and 12.1851 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-07 13:22:04
IDJOB=3479285
IDBENCH=89874
IDSOLVER=1950
FILE ID=node113/3479285-1307445724
RUNJOBID= node113-1307444787-24573
PBS_JOBID= 13520323
Free space on /tmp= 73848 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-queens-30.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479285-1307445724/watcher-3479285-1307445724 -o /tmp/evaluation-result-3479285-1307445724/solver-3479285-1307445724 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3479285-1307445724.opb

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=360416710

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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	: 5332.74
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.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      24705472 kB
Buffers:        324060 kB
Cached:         954288 kB
SwapCached:      13476 kB
Active:        7123188 kB
Inactive:       795900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24705472 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:            7060 kB
Writeback:           0 kB
AnonPages:     6638468 kB
Mapped:          29260 kB
Slab:           138940 kB
PageTables:     120084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 165155104 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= 73852 MiB
End job on node113 at 2011-06-07 13:38:44