Trace number 3454211

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.33 976.516

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A1C1S1.opb
MD5SUM1a4e4bfb1c77b43166d46bacbe01c892
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
Total number of constraints3312
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 constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454211-1307190714.opb
0.10/0.11	c reading problem ... 
1.86/1.24	c ... done. Wall clock time 1.131s.
1.86/1.24	c #vars     103872
1.86/1.24	c #constraints  42194
1.86/1.24	c constraints type 
1.86/1.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
1.86/1.24	c constraints type 
1.86/1.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
8.52/4.01	c cleaning 2485 clauses out of 4989 with flag 5001/5001
12.68/5.85	c cleaning 4241 clauses out of 8500 with flag 11001/11001
15.92/7.50	c cleaning 5615 clauses out of 11252 with flag 18000/18000
19.93/9.61	c cleaning 6790 clauses out of 13626 with flag 26000/26000
23.53/11.58	c cleaning 7910 clauses out of 15831 with flag 35000/35000
28.02/13.83	c cleaning 8950 clauses out of 17920 with flag 45000/45000
31.72/15.71	c cleaning 9464 clauses out of 18971 with flag 55001/55001
35.71/17.87	c cleaning 9729 clauses out of 19500 with flag 65000/65000
39.82/20.07	c cleaning 9874 clauses out of 19770 with flag 75000/75000
42.99/21.79	c cleaning 9936 clauses out of 19895 with flag 85000/85000
48.56/24.62	c cleaning 9977 clauses out of 19958 with flag 95001/95001
53.52/27.28	c cleaning 9982 clauses out of 19978 with flag 105000/105000
58.99/30.18	c cleaning 9989 clauses out of 19997 with flag 115001/115001
62.95/32.25	c cleaning 9987 clauses out of 20008 with flag 125001/125001
68.74/35.25	c cleaning 10002 clauses out of 20015 with flag 135001/135001
72.89/37.47	c cleaning 9992 clauses out of 20012 with flag 145000/145000
77.11/39.74	c cleaning 9994 clauses out of 20021 with flag 155001/155001
81.44/42.03	c cleaning 9997 clauses out of 20026 with flag 165000/165000
82.18/42.54	c cleaning 0 clauses out of 5000 with flag 0/5000
88.20/45.59	c cleaning 9990 clauses out of 20030 with flag 175001/175001
95.65/49.33	c cleaning 10002 clauses out of 20040 with flag 185001/185001
98.99/51.17	c cleaning 9978 clauses out of 20030 with flag 195000/195000
104.73/54.16	c cleaning 10008 clauses out of 20047 with flag 205000/205000
108.66/56.23	c cleaning 9990 clauses out of 20039 with flag 215001/215001
111.90/58.03	c cleaning 9999 clauses out of 20048 with flag 225000/225000
116.02/60.22	c cleaning 10008 clauses out of 20043 with flag 235001/235001
119.74/62.28	c cleaning 9997 clauses out of 20036 with flag 245002/245002
123.67/64.37	c cleaning 10010 clauses out of 20037 with flag 255000/255000
127.49/66.41	c cleaning 9995 clauses out of 20029 with flag 265002/265002
131.61/68.60	c cleaning 10004 clauses out of 20032 with flag 275000/275000
136.33/71.17	c cleaning 10000 clauses out of 20027 with flag 285002/285002
140.66/73.45	c cleaning 9974 clauses out of 20011 with flag 295000/295000
143.46/75.00	c cleaning 9992 clauses out of 20033 with flag 305000/305000
146.78/76.87	c cleaning 10014 clauses out of 20040 with flag 315000/315000
151.47/79.35	c cleaning 9981 clauses out of 20023 with flag 325000/325000
156.36/81.94	c cleaning 9995 clauses out of 20043 with flag 335002/335002
161.92/84.93	c cleaning 9984 clauses out of 20048 with flag 345002/345002
167.60/87.93	c cleaning 10004 clauses out of 20062 with flag 355000/355000
171.68/90.14	c cleaning 10010 clauses out of 20057 with flag 365000/365000
175.54/92.23	c cleaning 10010 clauses out of 20048 with flag 375001/375001
179.49/94.46	c cleaning 9994 clauses out of 20035 with flag 385000/385000
183.36/96.53	c cleaning 10000 clauses out of 20038 with flag 395000/395000
186.63/98.37	c cleaning 9969 clauses out of 20038 with flag 405000/405000
191.70/101.08	c cleaning 9986 clauses out of 20069 with flag 415000/415000
197.82/104.38	c cleaning 10008 clauses out of 20082 with flag 425000/425000
204.08/107.62	c cleaning 9996 clauses out of 20074 with flag 435000/435000
210.34/110.98	c cleaning 10001 clauses out of 20079 with flag 445001/445001
217.03/114.42	c cleaning 10002 clauses out of 20077 with flag 455000/455000
223.52/117.94	c cleaning 9999 clauses out of 20075 with flag 465000/465000
227.97/120.34	c cleaning 10031 clauses out of 20076 with flag 475000/475000
232.43/122.77	c cleaning 9989 clauses out of 20044 with flag 485000/485000
237.29/125.31	c cleaning 10003 clauses out of 20056 with flag 495001/495001
241.98/127.94	c cleaning 10007 clauses out of 20052 with flag 505000/505000
245.83/130.07	c cleaning 10002 clauses out of 20043 with flag 515000/515000
250.27/132.41	c cleaning 10015 clauses out of 20042 with flag 525001/525001
255.54/135.21	c cleaning 9997 clauses out of 20027 with flag 535001/535001
262.03/138.72	c cleaning 9992 clauses out of 20029 with flag 545000/545000
268.27/142.07	c cleaning 10000 clauses out of 20038 with flag 555001/555001
273.91/145.10	c cleaning 9969 clauses out of 20036 with flag 565000/565000
280.62/148.57	c cleaning 9951 clauses out of 20067 with flag 575000/575000
288.32/152.67	c cleaning 9999 clauses out of 20118 with flag 585002/585002
295.00/156.21	c cleaning 9994 clauses out of 20119 with flag 595002/595002
302.45/160.05	c cleaning 10050 clauses out of 20124 with flag 605001/605001
306.52/162.23	c cleaning 10004 clauses out of 20074 with flag 615001/615001
310.44/164.47	c cleaning 9994 clauses out of 20069 with flag 625000/625000
315.10/166.93	c cleaning 9981 clauses out of 20075 with flag 635000/635000
316.36/167.75	c cleaning 0 clauses out of 11000 with flag 0/11000
320.41/169.95	c cleaning 9999 clauses out of 20094 with flag 645000/645000
325.93/172.99	c cleaning 9997 clauses out of 20095 with flag 655000/655000
331.39/175.84	c cleaning 9994 clauses out of 20098 with flag 665000/665000
335.66/178.21	c cleaning 10019 clauses out of 20100 with flag 675000/675000
339.71/180.40	c cleaning 9997 clauses out of 20083 with flag 685002/685002
347.01/184.24	c cleaning 10029 clauses out of 20083 with flag 695000/695000
352.07/186.96	c cleaning 10011 clauses out of 20054 with flag 705000/705000
356.34/189.25	c cleaning 10012 clauses out of 20043 with flag 715000/715000
360.76/191.68	c cleaning 10001 clauses out of 20033 with flag 725002/725002
365.46/194.29	c cleaning 10002 clauses out of 20023 with flag 735001/735001
370.11/196.77	c cleaning 9997 clauses out of 20020 with flag 745000/745000
373.75/198.75	c cleaning 9976 clauses out of 20025 with flag 755002/755002
376.79/200.42	c cleaning 9993 clauses out of 20048 with flag 765001/765001
381.88/203.29	c cleaning 10003 clauses out of 20056 with flag 775002/775002
386.72/205.85	c cleaning 9988 clauses out of 20051 with flag 785000/785000
391.96/208.67	c cleaning 9994 clauses out of 20063 with flag 795000/795000
397.20/211.48	c cleaning 9995 clauses out of 20069 with flag 805000/805000
403.29/214.73	c cleaning 10011 clauses out of 20073 with flag 815001/815001
409.33/217.93	c cleaning 9996 clauses out of 20061 with flag 825000/825000
415.18/221.09	c cleaning 10005 clauses out of 20066 with flag 835001/835001
420.62/223.96	c cleaning 10008 clauses out of 20061 with flag 845001/845001
426.29/227.00	c cleaning 10001 clauses out of 20052 with flag 855000/855000
431.33/229.79	c cleaning 10003 clauses out of 20051 with flag 865000/865000
436.95/232.74	c cleaning 9996 clauses out of 20049 with flag 875001/875001
442.18/235.57	c cleaning 10003 clauses out of 20052 with flag 885000/885000
446.66/238.05	c cleaning 9975 clauses out of 20054 with flag 895006/895006
452.50/241.14	c cleaning 9981 clauses out of 20073 with flag 905000/905000
458.53/244.39	c cleaning 9986 clauses out of 20092 with flag 915000/915000
465.95/248.20	c cleaning 9965 clauses out of 20106 with flag 925000/925000
471.43/251.29	c cleaning 10037 clauses out of 20140 with flag 935000/935000
476.46/254.01	c cleaning 10026 clauses out of 20103 with flag 945000/945000
482.08/256.92	c cleaning 9996 clauses out of 20077 with flag 955000/955000
490.89/261.56	c cleaning 9998 clauses out of 20082 with flag 965001/965001
499.56/266.21	c cleaning 10005 clauses out of 20083 with flag 975000/975000
508.77/270.92	c cleaning 10012 clauses out of 20079 with flag 985001/985001
515.58/274.57	c cleaning 10005 clauses out of 20066 with flag 995000/995000
522.62/278.29	c cleaning 9984 clauses out of 20063 with flag 1005002/1005002
532.26/283.37	c cleaning 9981 clauses out of 20078 with flag 1015001/1015001
539.53/287.18	c cleaning 10041 clauses out of 20095 with flag 1025000/1025000
546.31/290.77	c cleaning 9921 clauses out of 20053 with flag 1035001/1035001
550.53/293.03	c cleaning 10044 clauses out of 20131 with flag 1045000/1045000
559.37/297.70	c cleaning 9984 clauses out of 20085 with flag 1055000/1055000
565.18/300.86	c cleaning 10018 clauses out of 20100 with flag 1065000/1065000
570.43/303.69	c cleaning 10011 clauses out of 20080 with flag 1075000/1075000
575.20/306.28	c cleaning 10004 clauses out of 20070 with flag 1085001/1085001
580.04/308.98	c cleaning 10027 clauses out of 20064 with flag 1095000/1095000
583.85/311.06	c cleaning 10004 clauses out of 20039 with flag 1105003/1105003
588.06/313.38	c cleaning 9984 clauses out of 20032 with flag 1115000/1115000
592.67/315.88	c cleaning 10016 clauses out of 20048 with flag 1125000/1125000
597.51/318.51	c cleaning 10001 clauses out of 20032 with flag 1135001/1135001
601.92/320.92	c cleaning 10005 clauses out of 20030 with flag 1145000/1145000
606.14/323.23	c cleaning 10004 clauses out of 20025 with flag 1155000/1155000
609.54/325.18	c cleaning 9978 clauses out of 20018 with flag 1165001/1165001
613.79/327.56	c cleaning 9972 clauses out of 20038 with flag 1175001/1175001
617.00/329.36	c cleaning 9996 clauses out of 20058 with flag 1185001/1185001
622.01/332.01	c cleaning 10003 clauses out of 20061 with flag 1195000/1195000
627.81/335.11	c cleaning 9991 clauses out of 20058 with flag 1205000/1205000
633.44/338.25	c cleaning 10009 clauses out of 20068 with flag 1215001/1215001
637.85/340.65	c cleaning 9987 clauses out of 20059 with flag 1225001/1225001
642.25/343.03	c cleaning 9995 clauses out of 20072 with flag 1235001/1235001
647.05/345.64	c cleaning 10005 clauses out of 20077 with flag 1245001/1245001
653.08/348.92	c cleaning 9999 clauses out of 20071 with flag 1255000/1255000
657.88/351.52	c cleaning 10007 clauses out of 20072 with flag 1265000/1265000
666.27/355.90	c cleaning 9984 clauses out of 20067 with flag 1275002/1275002
675.08/360.52	c cleaning 9984 clauses out of 20082 with flag 1285001/1285001
682.10/364.40	c cleaning 10010 clauses out of 20096 with flag 1295000/1295000
686.90/366.98	c cleaning 10017 clauses out of 20086 with flag 1305000/1305000
692.71/370.01	c cleaning 10005 clauses out of 20071 with flag 1315002/1315002
698.50/373.15	c cleaning 10004 clauses out of 20067 with flag 1325003/1325003
704.52/376.43	c cleaning 9998 clauses out of 20060 with flag 1335000/1335000
710.36/379.52	c cleaning 10001 clauses out of 20063 with flag 1345001/1345001
716.11/382.60	c cleaning 10003 clauses out of 20061 with flag 1355000/1355000
721.71/385.61	c cleaning 10006 clauses out of 20059 with flag 1365001/1365001
727.61/388.81	c cleaning 9995 clauses out of 20053 with flag 1375001/1375001
733.00/391.72	c cleaning 9999 clauses out of 20058 with flag 1385001/1385001
738.00/394.47	c cleaning 10012 clauses out of 20058 with flag 1395000/1395000
742.39/396.87	c cleaning 9951 clauses out of 20044 with flag 1405000/1405000
748.42/400.11	c cleaning 10010 clauses out of 20093 with flag 1415000/1415000
753.81/403.09	c cleaning 10002 clauses out of 20083 with flag 1425000/1425000
758.60/405.64	c cleaning 10009 clauses out of 20082 with flag 1435001/1435001
763.00/408.08	c cleaning 9968 clauses out of 20074 with flag 1445002/1445002
767.82/410.76	c cleaning 10008 clauses out of 20107 with flag 1455003/1455003
772.81/413.50	c cleaning 9987 clauses out of 20096 with flag 1465000/1465000
778.39/416.47	c cleaning 10002 clauses out of 20109 with flag 1475000/1475000
785.61/420.26	c cleaning 9993 clauses out of 20107 with flag 1485000/1485000
790.63/423.02	c cleaning 10007 clauses out of 20116 with flag 1495002/1495002
795.81/425.88	c cleaning 9995 clauses out of 20108 with flag 1505001/1505001
801.40/428.81	c cleaning 10010 clauses out of 20115 with flag 1515003/1515003
806.59/431.60	c cleaning 9993 clauses out of 20102 with flag 1525000/1525000
811.48/434.40	c cleaning 9993 clauses out of 20109 with flag 1535000/1535000
817.05/437.30	c cleaning 10009 clauses out of 20118 with flag 1545002/1545002
821.64/439.81	c cleaning 10014 clauses out of 20107 with flag 1555001/1555001
826.22/442.39	c cleaning 10003 clauses out of 20090 with flag 1565001/1565001
831.02/445.02	c cleaning 10036 clauses out of 20087 with flag 1575001/1575001
834.81/447.17	c cleaning 10012 clauses out of 20050 with flag 1585000/1585000
838.39/449.18	c cleaning 9994 clauses out of 20039 with flag 1595001/1595001
842.18/451.29	c cleaning 9998 clauses out of 20045 with flag 1605001/1605001
845.19/453.07	c cleaning 10007 clauses out of 20045 with flag 1615001/1615001
847.77/454.57	c cleaning 10003 clauses out of 20037 with flag 1625000/1625000
850.15/455.98	c cleaning 9997 clauses out of 20034 with flag 1635000/1635000
853.33/457.78	c cleaning 9990 clauses out of 20033 with flag 1645001/1645001
857.75/460.24	c cleaning 10000 clauses out of 20043 with flag 1655001/1655001
861.93/462.52	c cleaning 10000 clauses out of 20042 with flag 1665000/1665000
866.10/464.80	c cleaning 10000 clauses out of 20042 with flag 1675000/1675000
870.24/467.11	c cleaning 9990 clauses out of 20042 with flag 1685000/1685000
872.41/468.60	c cleaning 9983 clauses out of 20052 with flag 1695000/1695000
875.33/470.27	c cleaning 10004 clauses out of 20070 with flag 1705001/1705001
877.67/471.67	c cleaning 10001 clauses out of 20065 with flag 1715000/1715000
880.03/473.08	c cleaning 10002 clauses out of 20065 with flag 1725001/1725001
887.15/476.99	c cleaning 9994 clauses out of 20063 with flag 1735001/1735001
892.88/480.08	c cleaning 9992 clauses out of 20068 with flag 1745000/1745000
897.62/482.65	c cleaning 10025 clauses out of 20076 with flag 1755000/1755000
901.95/485.07	c cleaning 9980 clauses out of 20053 with flag 1765002/1765002
908.28/488.57	c cleaning 9992 clauses out of 20071 with flag 1775000/1775000
914.61/491.92	c cleaning 9999 clauses out of 20079 with flag 1785000/1785000
920.54/495.12	c cleaning 10005 clauses out of 20080 with flag 1795000/1795000
927.07/498.68	c cleaning 9993 clauses out of 20076 with flag 1805001/1805001
934.01/502.45	c cleaning 10009 clauses out of 20083 with flag 1815001/1815001
940.14/505.78	c cleaning 9998 clauses out of 20077 with flag 1825004/1825004
946.27/509.03	c cleaning 9985 clauses out of 20076 with flag 1835001/1835001
953.03/512.66	c cleaning 10001 clauses out of 20090 with flag 1845000/1845000
960.72/516.82	c cleaning 9995 clauses out of 20089 with flag 1855000/1855000
969.65/521.51	c cleaning 9958 clauses out of 20094 with flag 1865000/1865000
975.18/524.53	c cleaning 9987 clauses out of 20137 with flag 1875001/1875001
980.50/527.44	c cleaning 10008 clauses out of 20149 with flag 1885000/1885000
986.81/530.99	c cleaning 10002 clauses out of 20141 with flag 1895000/1895000
992.52/534.04	c cleaning 10005 clauses out of 20140 with flag 1905001/1905001
998.44/537.20	c cleaning 9998 clauses out of 20135 with flag 1915001/1915001
1004.16/540.39	c cleaning 10003 clauses out of 20137 with flag 1925001/1925001
1007.59/542.32	c cleaning 0 clauses out of 18001 with flag 0/18001
1010.53/544.06	c cleaning 10002 clauses out of 20133 with flag 1935000/1935000
1015.90/546.94	c cleaning 10000 clauses out of 20131 with flag 1945000/1945000
1021.48/549.97	c cleaning 10006 clauses out of 20133 with flag 1955002/1955002
1026.88/552.97	c cleaning 9995 clauses out of 20126 with flag 1965001/1965001
1032.59/556.09	c cleaning 10000 clauses out of 20130 with flag 1975000/1975000
1037.91/558.94	c cleaning 10001 clauses out of 20130 with flag 1985000/1985000
1043.64/562.09	c cleaning 10002 clauses out of 20129 with flag 1995000/1995000
1047.67/564.31	c cleaning 10028 clauses out of 20127 with flag 2005000/2005000
1050.57/566.06	c cleaning 10034 clauses out of 20097 with flag 2015000/2015000
1056.31/569.16	c cleaning 10022 clauses out of 20062 with flag 2025000/2025000
1060.22/571.31	c cleaning 9990 clauses out of 20040 with flag 2035000/2035000
1064.35/573.77	c cleaning 10013 clauses out of 20050 with flag 2045000/2045000
1067.47/575.55	c cleaning 9991 clauses out of 20038 with flag 2055001/2055001
1070.39/577.26	c cleaning 9992 clauses out of 20046 with flag 2065000/2065000
1073.52/579.06	c cleaning 10018 clauses out of 20055 with flag 2075001/2075001
1077.27/581.21	c cleaning 9994 clauses out of 20036 with flag 2085000/2085000
1080.59/583.19	c cleaning 9999 clauses out of 20043 with flag 2095001/2095001
1084.71/585.48	c cleaning 10011 clauses out of 20043 with flag 2105000/2105000
1088.43/587.50	c cleaning 9996 clauses out of 20033 with flag 2115001/2115001
1092.75/590.02	c cleaning 10012 clauses out of 20037 with flag 2125001/2125001
1096.87/592.31	c cleaning 10006 clauses out of 20024 with flag 2135000/2135000
1100.19/594.23	c cleaning 9988 clauses out of 20018 with flag 2145000/2145000
1103.51/596.18	c cleaning 9998 clauses out of 20031 with flag 2155001/2155001
1106.87/598.13	c cleaning 9992 clauses out of 20032 with flag 2165000/2165000
1109.98/599.96	c cleaning 9999 clauses out of 20041 with flag 2175001/2175001
1114.10/602.28	c cleaning 9994 clauses out of 20043 with flag 2185002/2185002
1117.42/604.15	c cleaning 9995 clauses out of 20047 with flag 2195000/2195000
1120.99/606.29	c cleaning 10003 clauses out of 20052 with flag 2205000/2205000
1124.29/608.12	c cleaning 10016 clauses out of 20050 with flag 2215001/2215001
1128.64/610.60	c cleaning 9996 clauses out of 20033 with flag 2225000/2225000
1132.93/612.99	c cleaning 9998 clauses out of 20038 with flag 2235001/2235001
1137.64/615.62	c cleaning 10012 clauses out of 20039 with flag 2245000/2245000
1142.95/618.59	c cleaning 9991 clauses out of 20025 with flag 2255000/2255000
1148.51/621.58	c cleaning 9994 clauses out of 20034 with flag 2265000/2265000
1156.99/626.07	c cleaning 9932 clauses out of 20040 with flag 2275000/2275000
1166.50/631.16	c cleaning 9972 clauses out of 20108 with flag 2285000/2285000
1173.61/634.99	c cleaning 9987 clauses out of 20137 with flag 2295001/2295001
1178.92/637.88	c cleaning 10051 clauses out of 20147 with flag 2305001/2305001
1184.85/641.01	c cleaning 10025 clauses out of 20095 with flag 2315000/2315000
1190.74/644.37	c cleaning 9994 clauses out of 20070 with flag 2325001/2325001
1195.84/647.13	c cleaning 9977 clauses out of 20076 with flag 2335001/2335001
1200.76/649.80	c cleaning 10011 clauses out of 20098 with flag 2345000/2345000
1204.87/652.15	c cleaning 9979 clauses out of 20089 with flag 2355002/2355002
1212.15/656.19	c cleaning 9977 clauses out of 20110 with flag 2365002/2365002
1219.06/659.86	c cleaning 10000 clauses out of 20131 with flag 2375000/2375000
1226.16/663.67	c cleaning 10000 clauses out of 20132 with flag 2385001/2385001
1232.46/667.03	c cleaning 10049 clauses out of 20131 with flag 2395000/2395000
1236.54/669.41	c cleaning 10005 clauses out of 20081 with flag 2405000/2405000
1245.25/674.07	c cleaning 9980 clauses out of 20079 with flag 2415003/2415003
1254.18/678.75	c cleaning 9987 clauses out of 20096 with flag 2425000/2425000
1262.85/683.39	c cleaning 10002 clauses out of 20109 with flag 2435000/2435000
1271.73/688.18	c cleaning 10002 clauses out of 20107 with flag 2445000/2445000
1280.84/693.01	c cleaning 9999 clauses out of 20105 with flag 2455000/2455000
1290.33/697.96	c cleaning 10001 clauses out of 20107 with flag 2465001/2465001
1295.02/700.55	c cleaning 10022 clauses out of 20105 with flag 2475001/2475001
1297.32/702.08	c cleaning 10014 clauses out of 20083 with flag 2485001/2485001
1299.42/703.38	c cleaning 10002 clauses out of 20069 with flag 2495001/2495001
1301.72/704.70	c cleaning 10003 clauses out of 20067 with flag 2505001/2505001
1303.81/706.01	c cleaning 9997 clauses out of 20063 with flag 2515000/2515000
1306.13/707.50	c cleaning 10007 clauses out of 20066 with flag 2525000/2525000
1308.23/708.82	c cleaning 9997 clauses out of 20060 with flag 2535001/2535001
1310.33/710.13	c cleaning 10001 clauses out of 20063 with flag 2545001/2545001
1312.43/711.43	c cleaning 9998 clauses out of 20062 with flag 2555001/2555001
1314.73/712.93	c cleaning 10002 clauses out of 20063 with flag 2565000/2565000
1317.82/714.79	c cleaning 9972 clauses out of 20062 with flag 2575001/2575001
1320.92/716.50	c cleaning 9985 clauses out of 20090 with flag 2585001/2585001
1324.05/718.36	c cleaning 10002 clauses out of 20104 with flag 2595000/2595000
1327.31/720.38	c cleaning 9992 clauses out of 20102 with flag 2605000/2605000
1330.40/722.12	c cleaning 9997 clauses out of 20111 with flag 2615001/2615001
1333.33/723.89	c cleaning 9993 clauses out of 20113 with flag 2625000/2625000
1336.39/725.65	c cleaning 10001 clauses out of 20121 with flag 2635001/2635001
1339.67/727.68	c cleaning 9999 clauses out of 20121 with flag 2645002/2645002
1342.96/729.56	c cleaning 10001 clauses out of 20120 with flag 2655000/2655000
1348.25/732.43	c cleaning 9987 clauses out of 20120 with flag 2665001/2665001
1354.56/735.82	c cleaning 10000 clauses out of 20133 with flag 2675001/2675001
1360.04/738.97	c cleaning 10009 clauses out of 20133 with flag 2685001/2685001
1367.13/742.72	c cleaning 10004 clauses out of 20125 with flag 2695002/2695002
1374.03/746.43	c cleaning 9998 clauses out of 20119 with flag 2705000/2705000
1380.93/750.16	c cleaning 10008 clauses out of 20121 with flag 2715000/2715000
1383.44/751.76	c cleaning 10023 clauses out of 20114 with flag 2725001/2725001
1395.15/757.85	c cleaning 9987 clauses out of 20092 with flag 2735002/2735002
1409.84/765.45	c cleaning 10001 clauses out of 20103 with flag 2745000/2745000
1424.33/772.92	c cleaning 10003 clauses out of 20105 with flag 2755003/2755003
1438.38/780.36	c cleaning 9993 clauses out of 20099 with flag 2765000/2765000
1452.06/787.49	c cleaning 10006 clauses out of 20106 with flag 2775000/2775000
1466.34/794.87	c cleaning 9999 clauses out of 20102 with flag 2785002/2785002
1480.62/802.24	c cleaning 10002 clauses out of 20101 with flag 2795000/2795000
1495.14/809.84	c cleaning 10001 clauses out of 20099 with flag 2805000/2805000
1508.62/816.90	c cleaning 10027 clauses out of 20097 with flag 2815000/2815000
1513.53/819.56	c cleaning 9988 clauses out of 20070 with flag 2825000/2825000
1519.97/823.09	c cleaning 10000 clauses out of 20083 with flag 2835001/2835001
1528.38/827.60	c cleaning 9996 clauses out of 20082 with flag 2845000/2845000
1536.05/831.79	c cleaning 9997 clauses out of 20087 with flag 2855001/2855001
1543.93/836.00	c cleaning 10004 clauses out of 20089 with flag 2865000/2865000
1552.00/840.23	c cleaning 10005 clauses out of 20085 with flag 2875000/2875000
1559.55/844.31	c cleaning 9991 clauses out of 20080 with flag 2885000/2885000
1567.62/848.64	c cleaning 9997 clauses out of 20089 with flag 2895000/2895000
1574.70/852.48	c cleaning 10008 clauses out of 20092 with flag 2905000/2905000
1582.96/856.88	c cleaning 10002 clauses out of 20085 with flag 2915001/2915001
1590.72/861.08	c cleaning 10001 clauses out of 20085 with flag 2925003/2925003
1598.79/865.37	c cleaning 9995 clauses out of 20081 with flag 2935000/2935000
1606.46/869.44	c cleaning 10004 clauses out of 20086 with flag 2945000/2945000
1613.72/873.40	c cleaning 9996 clauses out of 20083 with flag 2955001/2955001
1621.58/877.62	c cleaning 9997 clauses out of 20086 with flag 2965000/2965000
1629.86/882.03	c cleaning 9999 clauses out of 20090 with flag 2975001/2975001
1637.53/886.17	c cleaning 10003 clauses out of 20090 with flag 2985000/2985000
1645.79/890.56	c cleaning 9996 clauses out of 20088 with flag 2995001/2995001
1654.05/895.08	c cleaning 10000 clauses out of 20092 with flag 3005001/3005001
1661.72/899.16	c cleaning 10010 clauses out of 20092 with flag 3015001/3015001
1669.98/903.53	c cleaning 10000 clauses out of 20083 with flag 3025002/3025002
1677.85/907.72	c cleaning 10002 clauses out of 20082 with flag 3035001/3035001
1682.99/910.61	c cleaning 10031 clauses out of 20079 with flag 3045000/3045000
1687.65/913.24	c cleaning 10012 clauses out of 20048 with flag 3055000/3055000
1692.50/915.95	c cleaning 10004 clauses out of 20036 with flag 3065000/3065000
1697.36/918.64	c cleaning 10004 clauses out of 20033 with flag 3075001/3075001
1702.40/921.51	c cleaning 10003 clauses out of 20029 with flag 3085001/3085001
1707.05/924.15	c cleaning 9998 clauses out of 20027 with flag 3095002/3095002
1711.50/926.66	c cleaning 9997 clauses out of 20027 with flag 3105000/3105000
1715.96/929.17	c cleaning 9998 clauses out of 20030 with flag 3115000/3115000
1720.68/931.86	c cleaning 10002 clauses out of 20032 with flag 3125000/3125000
1725.74/934.70	c cleaning 10005 clauses out of 20030 with flag 3135000/3135000
1730.99/937.50	c cleaning 9995 clauses out of 20025 with flag 3145000/3145000
1736.04/940.34	c cleaning 10001 clauses out of 20030 with flag 3155000/3155000
1740.98/943.13	c cleaning 10002 clauses out of 20030 with flag 3165001/3165001
1745.64/945.78	c cleaning 9995 clauses out of 20027 with flag 3175000/3175000
1750.49/948.49	c cleaning 10005 clauses out of 20037 with flag 3185005/3185005
1755.54/951.24	c cleaning 9996 clauses out of 20028 with flag 3195001/3195001
1760.30/953.99	c cleaning 10000 clauses out of 20031 with flag 3205000/3205000
1765.35/956.76	c cleaning 10003 clauses out of 20032 with flag 3215001/3215001
1770.40/959.54	c cleaning 9998 clauses out of 20031 with flag 3225003/3225003
1775.45/962.40	c cleaning 10005 clauses out of 20031 with flag 3235001/3235001
1780.20/965.00	c cleaning 9994 clauses out of 20025 with flag 3245000/3245000
1784.66/967.54	c cleaning 9998 clauses out of 20031 with flag 3255000/3255000
1789.11/970.07	c cleaning 10003 clauses out of 20033 with flag 3265000/3265000
1793.96/972.76	c cleaning 10006 clauses out of 20031 with flag 3275001/3275001
1798.90/975.59	c cleaning 10002 clauses out of 20025 with flag 3285001/3285001
1800.18/976.42	c starts		: 231
1800.18/976.42	c conflicts		: 3286339
1800.18/976.42	c decisions		: 8917855
1800.18/976.42	c propagations		: 134029468
1800.18/976.42	c inspects		: 1526828882
1800.18/976.42	c shortcuts		: 0
1800.18/976.42	c learnt literals	: 182
1800.18/976.42	c learnt binary clauses	: 731
1800.18/976.42	c learnt ternary clauses	: 456
1800.18/976.42	c learnt constraints	: 3286156
1800.18/976.42	c ignored constraints	: 0
1800.18/976.42	c root simplifications	: 0
1800.18/976.42	c removed literals (reason simplification)	: 120222481
1800.18/976.42	c reason swapping (by a shorter reason)	: 0
1800.18/976.42	c Calls to reduceDB	: 330
1800.18/976.42	c number of reductions to clauses (during analyze)	: 0
1800.18/976.42	c number of learned constraints concerned by reduction	: 0
1800.18/976.42	c number of learning phase by resolution	: 0
1800.18/976.42	c number of learning phase by cutting planes	: 0
1800.18/976.42	c speed (assignments/second)	: 137440.75657827273
1800.18/976.42	c non guided choices	3918028
1800.18/976.43	c learnt constraints type 
1800.18/976.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 731
1800.18/976.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10673
1800.18/976.43	c constraints type 
1800.18/976.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
1800.18/976.43	c constraints type 
1800.18/976.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.18/976.43	s UNKNOWN
1800.18/976.43	c Total wall clock time (in seconds): 976.321

Verifier Data

ERROR: no interpretation found !

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

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

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


[startup+0 s]
/proc/loadavg: 3.75 3.86 3.57 3/490 16626
/proc/meminfo: memFree=20439584/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/16626/stat : 16626 (java) R 16624 16626 13385 0 -1 4202496 1007 0 0 0 0 0 0 0 25 0 1 0 909301873 23580672 750 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 47468939772816 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16626/statm: 5757 771 570 9 0 124 0
[pid=16626/tid=16627] ppid=16624 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) R 16624 16626 13385 0 -1 4202560 4901 0 1 0 0 0 0 0 25 0 2 0 909301874 10694979584 5717 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252457759803 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0294 s]
/proc/loadavg: 3.75 3.86 3.57 3/490 16626
/proc/meminfo: memFree=20439584/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=10455012 CPUtime=0.02 cores=0,2,4,6
/proc/16626/stat : 16626 (java) S 16624 16626 13385 0 -1 4202496 10695 0 1 0 1 1 0 0 25 0 10 0 909301873 10705932288 10393 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/16626/statm: 2613753 10394 1513 9 0 2604501 0
[pid=16626/tid=16627] ppid=16624 vsize=10455012 CPUtime=0.01 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) R 16624 16626 13385 0 -1 4202560 9573 0 1 0 1 0 0 0 25 0 10 0 909301874 10705932288 10395 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 47468938954264 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.100399 s]
/proc/loadavg: 3.75 3.86 3.57 3/490 16626
/proc/meminfo: memFree=20439584/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=10540400 CPUtime=0.1 cores=0,2,4,6
/proc/16626/stat : 16626 (java) S 16624 16626 13385 0 -1 4202496 13083 0 1 0 9 1 0 0 25 0 18 0 909301873 10793369600 12751 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16626/statm: 2635100 12752 2092 9 0 2625834 0
[pid=16626/tid=16627] ppid=16624 vsize=10540400 CPUtime=0.08 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) R 16624 16626 13385 0 -1 4202560 11145 0 1 0 7 1 0 0 18 0 18 0 909301874 10793369600 12752 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252457727009 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540400

[startup+0.300342 s]
/proc/loadavg: 3.75 3.86 3.57 3/490 16626
/proc/meminfo: memFree=20439584/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=10541372 CPUtime=0.47 cores=0,2,4,6
/proc/16626/stat : 16626 (java) S 16624 16626 13385 0 -1 4202496 20761 0 1 0 45 2 0 0 25 0 18 0 909301873 10794364928 19860 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16626/statm: 2635343 19860 2199 9 0 2626077 0
[pid=16626/tid=16627] ppid=16624 vsize=10541372 CPUtime=0.28 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) R 16624 16626 13385 0 -1 4202560 17568 0 1 0 26 2 0 0 18 0 18 0 909301874 10794364928 19860 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 46912505186304 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541372

[startup+0.700267 s]
/proc/loadavg: 3.75 3.86 3.57 3/490 16626
/proc/meminfo: memFree=20439584/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=10555188 CPUtime=1.3 cores=0,2,4,6
/proc/16626/stat : 16626 (java) S 16624 16626 13385 0 -1 4202496 55574 0 1 0 123 7 0 0 25 0 18 0 909301873 10808512512 52784 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16626/statm: 2638797 52787 2206 9 0 2629531 0
[pid=16626/tid=16627] ppid=16624 vsize=10555188 CPUtime=0.68 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) R 16624 16626 13385 0 -1 4202560 45631 0 1 0 62 6 0 0 18 0 18 0 909301874 10808512512 52790 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 46912505643479 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 10555188

[startup+1.50108 s]
/proc/loadavg: 3.75 3.86 3.57 5/508 16644
/proc/meminfo: memFree=20122492/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=10559300 CPUtime=2.8 cores=0,2,4,6
/proc/16626/stat : 16626 (java) S 16624 16626 13385 0 -1 4202496 113554 0 1 0 266 14 0 0 25 0 22 0 909301873 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16626/statm: 2639825 109387 2234 9 0 2630559 0
[pid=16626/tid=16627] ppid=16624 vsize=10559300 CPUtime=1.23 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) S 16624 16626 13385 0 -1 4202560 96836 0 1 0 111 12 0 0 20 0 22 0 909301874 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16630] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 13385 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16631/stat : 16631 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16637] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 13385 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 909301876 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 0 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 13385 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909301877 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16639] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16639/stat : 16639 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909301877 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16640] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16640/stat : 16640 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469889457 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16641] ppid=16624 vsize=10559300 CPUtime=0.47 cores=0,2,4,6
/proc/16626/task/16641/stat : 16641 (java) R 16624 16626 13385 0 -1 4202560 4139 0 0 0 47 0 0 0 18 0 22 0 909301879 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 47468936480762 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16626/tid=16642] ppid=16624 vsize=10559300 CPUtime=0.56 cores=0,2,4,6
/proc/16626/task/16642/stat : 16642 (java) R 16624 16626 13385 0 -1 4202560 6619 0 0 0 56 0 0 0 16 0 22 0 909301879 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 47468939426588 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16626/tid=16643] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16643/stat : 16643 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16644] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16644/stat : 16644 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909301879 10812723200 109387 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 10559300

[startup+3.10079 s]
/proc/loadavg: 3.75 3.86 3.57 5/512 16648
/proc/meminfo: memFree=19915008/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=10559300 CPUtime=6.56 cores=0,2,4,6
/proc/16626/stat : 16626 (java) S 16624 16626 13385 0 -1 4202496 223177 0 1 0 629 27 0 0 25 0 22 0 909301873 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16626/statm: 2639825 217158 2237 9 0 2630559 0
[pid=16626/tid=16627] ppid=16624 vsize=10559300 CPUtime=1.23 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) S 16624 16626 13385 0 -1 4202560 96836 0 1 0 111 12 0 0 15 0 22 0 909301874 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16630] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 13385 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16631/stat : 16631 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301875 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16637] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 13385 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 909301876 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 0 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 13385 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909301877 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16639] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16639/stat : 16639 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909301877 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16640] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16640/stat : 16640 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469889457 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16641] ppid=16624 vsize=10559300 CPUtime=0.75 cores=0,2,4,6
/proc/16626/task/16641/stat : 16641 (java) S 16624 16626 13385 0 -1 4202560 4772 0 0 0 75 0 0 0 15 0 22 0 909301879 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16642] ppid=16624 vsize=10559300 CPUtime=0.87 cores=0,2,4,6
/proc/16626/task/16642/stat : 16642 (java) S 16624 16626 13385 0 -1 4202560 7710 0 0 0 86 1 0 0 15 0 22 0 909301879 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16643] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16643/stat : 16643 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16644] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16644/stat : 16644 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909301879 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16645] ppid=16624 vsize=10559300 CPUtime=1.85 cores=0,2,4,6
/proc/16626/task/16645/stat : 16645 (java) R 16624 16626 13385 0 -1 4202560 2023 0 0 0 185 0 0 0 25 0 22 0 909301998 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 46912506011904 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16626/tid=16646] ppid=16624 vsize=10559300 CPUtime=1.83 cores=0,2,4,6
/proc/16626/task/16646/stat : 16646 (java) R 16624 16626 13385 0 -1 4202560 110668 0 0 0 171 12 0 0 20 0 22 0 909301998 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 46912506002546 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16626/tid=16647] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16647/stat : 16647 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909302008 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16648] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16648/stat : 16648 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 909302009 10812723200 217158 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 10559300

[startup+6.30119 s]
/proc/loadavg: 3.77 3.86 3.57 5/512 16648
/proc/meminfo: memFree=19024952/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=10559300 CPUtime=13.51 cores=0,2,4,6
/proc/16626/stat : 16626 (java) S 16624 16626 13385 0 -1 4202496 367816 0 1 0 1309 42 0 0 25 0 22 0 909301873 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16626/statm: 2639825 356032 2263 9 0 2630559 0
[pid=16626/tid=16627] ppid=16624 vsize=10559300 CPUtime=1.23 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) S 16624 16626 13385 0 -1 4202560 96837 0 1 0 111 12 0 0 15 0 22 0 909301874 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=10559300 CPUtime=0.06 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 13385 0 -1 4202560 4903 0 0 0 6 0 0 0 18 0 22 0 909301875 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16630] ppid=16624 vsize=10559300 CPUtime=0.06 cores=0,2,4,6
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 13385 0 -1 4202560 6121 0 0 0 6 0 0 0 18 0 22 0 909301875 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=10559300 CPUtime=0.07 cores=0,2,4,6
/proc/16626/task/16631/stat : 16631 (java) S 16624 16626 13385 0 -1 4202560 6105 0 0 0 7 0 0 0 17 0 22 0 909301875 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=10559300 CPUtime=0.06 cores=0,2,4,6
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 13385 0 -1 4202560 5618 0 0 0 6 0 0 0 17 0 22 0 909301875 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 13385 0 -1 4202560 443 0 0 0 0 0 0 0 15 0 22 0 909301875 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 13385 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 909301875 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 13385 0 -1 4202560 379 0 0 0 0 0 0 0 16 0 22 0 909301875 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 13385 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 22 0 909301875 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16637] ppid=16624 vsize=10559300 CPUtime=0.44 cores=0,2,4,6
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 13385 0 -1 4202560 23558 0 0 0 42 2 0 0 16 0 22 0 909301876 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 0 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909301877 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16639] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16639/stat : 16639 (java) S 16624 16626 13385 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909301877 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16640] ppid=16624 vsize=10559300 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16640/stat : 16640 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10812723200 356032 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469889457 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0

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

[pid=16626/tid=16646] ppid=16624 vsize=10557656 CPUtime=686.53 cores=0,2,4,6
/proc/16626/task/16646/stat : 16646 (java) R 16624 16626 13385 0 -1 4202560 201926 0 0 0 68631 22 0 0 25 0 22 0 909301998 10811039744 407050 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 46912506048500 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16626/tid=16647] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16647/stat : 16647 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909302008 10811039744 407050 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16648] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16648/stat : 16648 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 909302009 10811039744 407050 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1518.57
Current children cumulated vsize (KiB) 10557656

[startup+882.301 s]
/proc/loadavg: 3.81 3.80 3.70 4/512 16725
/proc/meminfo: memFree=18681808/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=10557656 CPUtime=1630.22 cores=0,2,4,6
/proc/16626/stat : 16626 (java) S 16624 16626 13385 0 -1 4202496 421906 0 1 0 162964 58 0 0 25 0 22 0 909301873 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16626/statm: 2639414 408066 2265 9 0 2630148 0
[pid=16626/tid=16627] ppid=16624 vsize=10557656 CPUtime=1.23 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) S 16624 16626 13385 0 -1 4202560 97006 0 1 0 111 12 0 0 15 0 22 0 909301874 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=10557656 CPUtime=1.26 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 13385 0 -1 4202560 5124 0 0 0 126 0 0 0 16 0 22 0 909301875 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16630] ppid=16624 vsize=10557656 CPUtime=1.28 cores=0,2,4,6
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 13385 0 -1 4202560 6297 0 0 0 128 0 0 0 16 0 22 0 909301875 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=10557656 CPUtime=1.37 cores=0,2,4,6
/proc/16626/task/16631/stat : 16631 (java) S 16624 16626 13385 0 -1 4202560 6310 0 0 0 137 0 0 0 15 0 22 0 909301875 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=10557656 CPUtime=1.2 cores=0,2,4,6
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 13385 0 -1 4202560 5800 0 0 0 120 0 0 0 15 0 22 0 909301875 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=10557656 CPUtime=1.14 cores=0,2,4,6
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 13385 0 -1 4202560 603 0 0 0 114 0 0 0 15 0 22 0 909301875 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=10557656 CPUtime=1.22 cores=0,2,4,6
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 13385 0 -1 4202560 203 0 0 0 122 0 0 0 16 0 22 0 909301875 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=10557656 CPUtime=1.27 cores=0,2,4,6
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 13385 0 -1 4202560 580 0 0 0 127 0 0 0 16 0 22 0 909301875 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=10557656 CPUtime=1.11 cores=0,2,4,6
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 13385 0 -1 4202560 422 0 0 0 111 0 0 0 15 0 22 0 909301875 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16637] ppid=16624 vsize=10557656 CPUtime=139.98 cores=0,2,4,6
/proc/16626/task/16637/stat : 16637 (java) R 16624 16626 13385 0 -1 4202560 74277 0 0 0 13985 13 0 0 16 0 22 0 909301876 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 47468938751119 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909301877 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16639] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16639/stat : 16639 (java) S 16624 16626 13385 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909301877 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16640] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16640/stat : 16640 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469889457 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16641] ppid=16624 vsize=10557656 CPUtime=1.77 cores=0,2,4,6
/proc/16626/task/16641/stat : 16641 (java) S 16624 16626 13385 0 -1 4202560 5496 0 0 0 176 1 0 0 15 0 22 0 909301879 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16642] ppid=16624 vsize=10557656 CPUtime=1.6 cores=0,2,4,6
/proc/16626/task/16642/stat : 16642 (java) S 16624 16626 13385 0 -1 4202560 14224 0 0 0 158 2 0 0 16 0 22 0 909301879 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16643] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16643/stat : 16643 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16644] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16644/stat : 16644 (java) S 16624 16626 13385 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 909301879 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16645] ppid=16624 vsize=10557656 CPUtime=737.81 cores=0,2,4,6
/proc/16626/task/16645/stat : 16645 (java) S 16624 16626 13385 0 -1 4202560 2430 0 0 0 73779 2 0 0 25 0 22 0 909301998 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16646] ppid=16624 vsize=10557656 CPUtime=737.85 cores=0,2,4,6
/proc/16626/task/16646/stat : 16646 (java) S 16624 16626 13385 0 -1 4202560 201927 0 0 0 73763 22 0 0 25 0 22 0 909301998 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16647] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16647/stat : 16647 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909302008 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16648] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16648/stat : 16648 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 909302009 10811039744 408066 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1630.22
Current children cumulated vsize (KiB) 10557656

[startup+942.301 s]
/proc/loadavg: 3.94 3.83 3.72 5/512 16727
/proc/meminfo: memFree=18671108/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=10557656 CPUtime=1739.38 cores=0,2,4,6
/proc/16626/stat : 16626 (java) S 16624 16626 13385 0 -1 4202496 424667 0 1 0 173879 59 0 0 25 0 22 0 909301873 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16626/statm: 2639414 410801 2265 9 0 2630148 0
[pid=16626/tid=16627] ppid=16624 vsize=10557656 CPUtime=1.23 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) S 16624 16626 13385 0 -1 4202560 97024 0 1 0 111 12 0 0 15 0 22 0 909301874 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=10557656 CPUtime=1.35 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 13385 0 -1 4202560 5140 0 0 0 135 0 0 0 15 0 22 0 909301875 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16630] ppid=16624 vsize=10557656 CPUtime=1.37 cores=0,2,4,6
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 13385 0 -1 4202560 6325 0 0 0 137 0 0 0 16 0 22 0 909301875 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=10557656 CPUtime=1.45 cores=0,2,4,6
/proc/16626/task/16631/stat : 16631 (java) S 16624 16626 13385 0 -1 4202560 6311 0 0 0 145 0 0 0 15 0 22 0 909301875 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=10557656 CPUtime=1.28 cores=0,2,4,6
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 13385 0 -1 4202560 5823 0 0 0 128 0 0 0 15 0 22 0 909301875 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=10557656 CPUtime=1.21 cores=0,2,4,6
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 13385 0 -1 4202560 619 0 0 0 121 0 0 0 15 0 22 0 909301875 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=10557656 CPUtime=1.31 cores=0,2,4,6
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 13385 0 -1 4202560 219 0 0 0 131 0 0 0 16 0 22 0 909301875 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=10557656 CPUtime=1.34 cores=0,2,4,6
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 13385 0 -1 4202560 600 0 0 0 134 0 0 0 15 0 22 0 909301875 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=10557656 CPUtime=1.21 cores=0,2,4,6
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 13385 0 -1 4202560 433 0 0 0 121 0 0 0 16 0 22 0 909301875 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16637] ppid=16624 vsize=10557656 CPUtime=151.02 cores=0,2,4,6
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 13385 0 -1 4202560 76885 0 0 0 15089 13 0 0 15 0 22 0 909301876 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 0 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909301877 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16639] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16639/stat : 16639 (java) S 16624 16626 13385 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909301877 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16640] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16640/stat : 16640 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469889457 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16641] ppid=16624 vsize=10557656 CPUtime=1.77 cores=0,2,4,6
/proc/16626/task/16641/stat : 16641 (java) S 16624 16626 13385 0 -1 4202560 5496 0 0 0 176 1 0 0 15 0 22 0 909301879 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16642] ppid=16624 vsize=10557656 CPUtime=1.6 cores=0,2,4,6
/proc/16626/task/16642/stat : 16642 (java) S 16624 16626 13385 0 -1 4202560 14224 0 0 0 158 2 0 0 16 0 22 0 909301879 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16643] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16643/stat : 16643 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16644] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16644/stat : 16644 (java) S 16624 16626 13385 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909301879 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16645] ppid=16624 vsize=10557656 CPUtime=786.53 cores=0,2,4,6
/proc/16626/task/16645/stat : 16645 (java) R 16624 16626 13385 0 -1 4202560 2430 0 0 0 78651 2 0 0 17 0 22 0 909301998 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 46912505713632 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16626/tid=16646] ppid=16624 vsize=10557656 CPUtime=786.58 cores=0,2,4,6
/proc/16626/task/16646/stat : 16646 (java) R 16624 16626 13385 0 -1 4202560 201927 0 0 0 78636 22 0 0 17 0 22 0 909301998 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 46912506070398 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16626/tid=16647] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16647/stat : 16647 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909302008 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16648] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16648/stat : 16648 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 909302009 10811039744 410801 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1739.38
Current children cumulated vsize (KiB) 10557656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+976.402 s]
/proc/loadavg: 3.90 3.83 3.72 5/512 16728
/proc/meminfo: memFree=18667732/32951124 swapFree=56297244/67111528
[pid=16626] ppid=16624 vsize=10557656 CPUtime=1800.18 cores=0,2,4,6
/proc/16626/stat : 16626 (java) S 16624 16626 13385 0 -1 4202496 425550 0 1 0 179959 59 0 0 25 0 22 0 909301873 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16626/statm: 2639414 411667 2265 9 0 2630148 0
[pid=16626/tid=16627] ppid=16624 vsize=10557656 CPUtime=1.23 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (java) S 16624 16626 13385 0 -1 4202560 97037 0 1 0 111 12 0 0 15 0 22 0 909301874 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=10557656 CPUtime=1.4 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 13385 0 -1 4202560 5144 0 0 0 140 0 0 0 15 0 22 0 909301875 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16630] ppid=16624 vsize=10557656 CPUtime=1.44 cores=0,2,4,6
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 13385 0 -1 4202560 6336 0 0 0 144 0 0 0 16 0 22 0 909301875 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=10557656 CPUtime=1.52 cores=0,2,4,6
/proc/16626/task/16631/stat : 16631 (java) S 16624 16626 13385 0 -1 4202560 6328 0 0 0 152 0 0 0 16 0 22 0 909301875 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=10557656 CPUtime=1.38 cores=0,2,4,6
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 13385 0 -1 4202560 5847 0 0 0 138 0 0 0 15 0 22 0 909301875 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=10557656 CPUtime=1.27 cores=0,2,4,6
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 13385 0 -1 4202560 627 0 0 0 127 0 0 0 16 0 22 0 909301875 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=10557656 CPUtime=1.35 cores=0,2,4,6
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 13385 0 -1 4202560 232 0 0 0 135 0 0 0 15 0 22 0 909301875 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=10557656 CPUtime=1.43 cores=0,2,4,6
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 13385 0 -1 4202560 615 0 0 0 143 0 0 0 15 0 22 0 909301875 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=10557656 CPUtime=1.27 cores=0,2,4,6
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 13385 0 -1 4202560 442 0 0 0 127 0 0 0 15 0 22 0 909301875 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16637] ppid=16624 vsize=10557656 CPUtime=158.61 cores=0,2,4,6
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 13385 0 -1 4202560 77652 0 0 0 15848 13 0 0 16 0 22 0 909301876 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 0 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909301877 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16639] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16639/stat : 16639 (java) S 16624 16626 13385 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909301877 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16640] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16640/stat : 16640 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469889457 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16641] ppid=16624 vsize=10557656 CPUtime=1.77 cores=0,2,4,6
/proc/16626/task/16641/stat : 16641 (java) S 16624 16626 13385 0 -1 4202560 5496 0 0 0 176 1 0 0 15 0 22 0 909301879 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16642] ppid=16624 vsize=10557656 CPUtime=1.6 cores=0,2,4,6
/proc/16626/task/16642/stat : 16642 (java) S 16624 16626 13385 0 -1 4202560 14224 0 0 0 158 2 0 0 16 0 22 0 909301879 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16643] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16643/stat : 16643 (java) S 16624 16626 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909301879 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469881753 0 4 0 16800975 18446604440953960448 0 0 -1 2 0 0 0
[pid=16626/tid=16644] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16644/stat : 16644 (java) S 16624 16626 13385 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 909301879 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 0 0 0 0
[pid=16626/tid=16645] ppid=16624 vsize=10557656 CPUtime=812.87 cores=0,2,4,6
/proc/16626/task/16645/stat : 16645 (java) R 16624 16626 13385 0 -1 4202560 2430 0 0 0 81285 2 0 0 16 0 22 0 909301998 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 46912505873591 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16626/tid=16646] ppid=16624 vsize=10557656 CPUtime=812.92 cores=0,2,4,6
/proc/16626/task/16646/stat : 16646 (java) R 16624 16626 13385 0 -1 4202560 201927 0 0 0 81270 22 0 0 16 0 22 0 909301998 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 46912505900820 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16626/tid=16647] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16647/stat : 16647 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 909302008 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 4 0 0 0
[pid=16626/tid=16648] ppid=16624 vsize=10557656 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16648/stat : 16648 (java) S 16624 16626 13385 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 909302009 10811039744 411667 33554432000 1073741824 1073778376 140736083187392 18446744073709551615 252469882368 0 4 0 16800975 18446604440953960448 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10557656

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

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

Child status: 143
Real time (s): 976.516
CPU time (s): 1800.33
CPU user time (s): 1799.67
CPU system time (s): 0.663899
CPU usage (%): 184.363
Max. virtual memory (cumulated for all children) (KiB): 10561432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.663899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425583
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= 31627
involuntary context switches= 18682

runsolver used 4.94525 second user time and 10.4164 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-04 14:31:54
IDJOB=3454211
IDBENCH=2367
IDSOLVER=1950
FILE ID=node111/3454211-1307190714
RUNJOBID= node111-1307188735-15847
PBS_JOBID= 13508842
Free space on /tmp= 73864 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-A1C1S1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454211-1307190714/watcher-3454211-1307190714 -o /tmp/evaluation-result-3454211-1307190714/solver-3454211-1307190714 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454211-1307190714.opb

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

MD5SUM BENCH= 1a4e4bfb1c77b43166d46bacbe01c892
RANDOM SEED=877325211

node111.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.849
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20439864 kB
Buffers:        327652 kB
Cached:         854428 kB
SwapCached:      11784 kB
Active:       11442112 kB
Inactive:       783200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20439864 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:            4744 kB
Writeback:           0 kB
AnonPages:    11040592 kB
Mapped:          36024 kB
Slab:           143864 kB
PageTables:      73552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 159468560 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= 73844 MiB
End job on node111 at 2011-06-04 14:48:12