Trace number 3454259

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.2 986.492

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-gesa3_o.opb
MD5SUM65c2bbddd90efb87154e28c84e06f5c3
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 variables15504
Total number of constraints1416
Number of constraints which are clauses168
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1248
Minimum length of a constraint2
Maximum length of a constraint311
Number of terms in the objective function 8784
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 144203531006459664
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 144203531006459664
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/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@67ee3914
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@1c691f36
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-3454259-1307191788.opb
0.10/0.11	c reading problem ... 
1.09/0.55	c ... done. Wall clock time 0.44s.
1.09/0.55	c #vars     15504
1.09/0.55	c #constraints  8184
1.09/0.55	c constraints type 
1.09/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
1.09/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 144
1.09/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1272
1.09/0.55	c constraints type 
1.09/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 144
1.09/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
1.09/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1272
5.36/2.18	c cleaning 2496 clauses out of 5002 with flag 5002/5002
9.08/3.69	c cleaning 4245 clauses out of 8504 with flag 11000/11000
11.85/5.03	c cleaning 5621 clauses out of 11259 with flag 18000/18000
15.06/6.64	c cleaning 6818 clauses out of 13639 with flag 26001/26001
18.38/8.37	c cleaning 7909 clauses out of 15818 with flag 35000/35000
23.21/10.76	c cleaning 8949 clauses out of 17909 with flag 45001/45001
28.43/13.29	c cleaning 9476 clauses out of 18960 with flag 55001/55001
32.92/15.56	c cleaning 9737 clauses out of 19483 with flag 65000/65000
38.01/18.10	c cleaning 9870 clauses out of 19747 with flag 75001/75001
42.92/20.62	c cleaning 9935 clauses out of 19878 with flag 85002/85002
48.23/23.37	c cleaning 9964 clauses out of 19942 with flag 95001/95001
53.12/25.85	c cleaning 9984 clauses out of 19978 with flag 105001/105001
58.40/28.54	c cleaning 9988 clauses out of 19992 with flag 115000/115000
63.47/31.11	c cleaning 9993 clauses out of 20004 with flag 125000/125000
68.56/33.74	c cleaning 10003 clauses out of 20011 with flag 135000/135000
76.45/37.73	c cleaning 9998 clauses out of 20008 with flag 145000/145000
84.30/41.75	c cleaning 9998 clauses out of 20012 with flag 155002/155002
91.55/45.45	c cleaning 10001 clauses out of 20014 with flag 165002/165002
99.46/49.47	c cleaning 10000 clauses out of 20011 with flag 175000/175000
107.29/53.41	c cleaning 9999 clauses out of 20011 with flag 185000/185000
114.88/57.31	c cleaning 9994 clauses out of 20012 with flag 195000/195000
121.73/60.81	c cleaning 10009 clauses out of 20017 with flag 205001/205001
127.78/63.98	c cleaning 10003 clauses out of 20007 with flag 215000/215000
134.62/67.45	c cleaning 10000 clauses out of 20004 with flag 225000/225000
140.43/70.47	c cleaning 9995 clauses out of 20004 with flag 235000/235000
145.82/73.29	c cleaning 9996 clauses out of 20010 with flag 245001/245001
152.84/76.83	c cleaning 10001 clauses out of 20014 with flag 255001/255001
159.50/80.25	c cleaning 9994 clauses out of 20012 with flag 265000/265000
167.21/84.24	c cleaning 10002 clauses out of 20018 with flag 275000/275000
174.22/87.88	c cleaning 10004 clauses out of 20016 with flag 285000/285000
179.03/90.31	c cleaning 10001 clauses out of 20011 with flag 295000/295000
184.85/93.38	c cleaning 10001 clauses out of 20011 with flag 305001/305001
189.59/95.86	c cleaning 9997 clauses out of 20009 with flag 315000/315000
193.99/98.17	c cleaning 9997 clauses out of 20012 with flag 325000/325000
198.40/100.42	c cleaning 10002 clauses out of 20015 with flag 335000/335000
202.39/102.51	c cleaning 10000 clauses out of 20013 with flag 345000/345000
206.50/104.73	c cleaning 10002 clauses out of 20014 with flag 355001/355001
210.70/106.90	c cleaning 10003 clauses out of 20012 with flag 365001/365001
214.89/109.13	c cleaning 9996 clauses out of 20009 with flag 375001/375001
219.48/111.50	c cleaning 10000 clauses out of 20012 with flag 385000/385000
223.98/113.97	c cleaning 9997 clauses out of 20012 with flag 395000/395000
228.17/116.18	c cleaning 10000 clauses out of 20015 with flag 405000/405000
232.55/118.40	c cleaning 9998 clauses out of 20015 with flag 415000/415000
236.53/120.55	c cleaning 10000 clauses out of 20017 with flag 425001/425001
240.82/122.85	c cleaning 10003 clauses out of 20017 with flag 435001/435001
245.19/125.11	c cleaning 10000 clauses out of 20013 with flag 445000/445000
249.37/127.30	c cleaning 10000 clauses out of 20013 with flag 455000/455000
253.76/129.63	c cleaning 10000 clauses out of 20013 with flag 465000/465000
258.06/131.94	c cleaning 10000 clauses out of 20014 with flag 475001/475001
262.24/134.15	c cleaning 9999 clauses out of 20013 with flag 485000/485000
266.42/136.39	c cleaning 10000 clauses out of 20015 with flag 495001/495001
270.37/138.52	c cleaning 10000 clauses out of 20015 with flag 505001/505001
274.44/140.65	c cleaning 9997 clauses out of 20015 with flag 515001/515001
278.01/142.58	c cleaning 9997 clauses out of 20017 with flag 525000/525000
281.99/144.67	c cleaning 10003 clauses out of 20021 with flag 535001/535001
286.19/146.86	c cleaning 10000 clauses out of 20017 with flag 545000/545000
288.36/147.98	c cleaning 0 clauses out of 5000 with flag 0/5000
291.42/149.50	c cleaning 9998 clauses out of 20018 with flag 555001/555001
295.57/151.71	c cleaning 10006 clauses out of 20019 with flag 565000/565000
299.72/153.81	c cleaning 9999 clauses out of 20013 with flag 575000/575000
303.77/156.10	c cleaning 9999 clauses out of 20014 with flag 585000/585000
308.15/158.39	c cleaning 9999 clauses out of 20015 with flag 595000/595000
312.50/160.69	c cleaning 10000 clauses out of 20016 with flag 605001/605001
316.44/162.79	c cleaning 9998 clauses out of 20015 with flag 615000/615000
320.84/165.16	c cleaning 9992 clauses out of 20017 with flag 625001/625001
325.99/167.82	c cleaning 10008 clauses out of 20025 with flag 635001/635001
331.52/170.77	c cleaning 10002 clauses out of 20017 with flag 645001/645001
337.06/173.66	c cleaning 10003 clauses out of 20015 with flag 655001/655001
342.88/176.78	c cleaning 9997 clauses out of 20012 with flag 665001/665001
347.64/179.23	c cleaning 10000 clauses out of 20014 with flag 675000/675000
350.35/180.72	c cleaning 9999 clauses out of 20015 with flag 685001/685001
354.48/182.92	c cleaning 9997 clauses out of 20016 with flag 695001/695001
360.89/186.32	c cleaning 10003 clauses out of 20019 with flag 705001/705001
367.02/189.55	c cleaning 9992 clauses out of 20016 with flag 715001/715001
373.35/192.82	c cleaning 10001 clauses out of 20023 with flag 725000/725000
379.67/196.11	c cleaning 9998 clauses out of 20021 with flag 735000/735000
385.67/199.33	c cleaning 10004 clauses out of 20023 with flag 745000/745000
391.61/202.47	c cleaning 9999 clauses out of 20019 with flag 755000/755000
397.70/205.63	c cleaning 10003 clauses out of 20020 with flag 765000/765000
403.58/208.74	c cleaning 9997 clauses out of 20017 with flag 775000/775000
408.54/211.49	c cleaning 10003 clauses out of 20020 with flag 785000/785000
412.84/213.71	c cleaning 9994 clauses out of 20017 with flag 795000/795000
417.13/216.04	c cleaning 10004 clauses out of 20025 with flag 805002/805002
421.82/218.50	c cleaning 9999 clauses out of 20019 with flag 815000/815000
426.76/221.28	c cleaning 10001 clauses out of 20021 with flag 825001/825001
431.84/223.94	c cleaning 9998 clauses out of 20019 with flag 835000/835000
436.53/226.50	c cleaning 10003 clauses out of 20021 with flag 845001/845001
441.60/229.14	c cleaning 10001 clauses out of 20018 with flag 855001/855001
446.32/231.73	c cleaning 10000 clauses out of 20017 with flag 865001/865001
451.39/234.41	c cleaning 9998 clauses out of 20016 with flag 875000/875000
456.25/237.01	c cleaning 10002 clauses out of 20019 with flag 885001/885001
460.92/239.50	c cleaning 9995 clauses out of 20016 with flag 895000/895000
465.73/242.12	c cleaning 10002 clauses out of 20021 with flag 905000/905000
470.60/244.71	c cleaning 9996 clauses out of 20020 with flag 915001/915001
475.06/247.18	c cleaning 10000 clauses out of 20024 with flag 925001/925001
479.75/249.67	c cleaning 10003 clauses out of 20025 with flag 935002/935002
484.62/252.33	c cleaning 10000 clauses out of 20021 with flag 945001/945001
489.28/254.83	c cleaning 10003 clauses out of 20021 with flag 955001/955001
493.73/257.29	c cleaning 9997 clauses out of 20018 with flag 965001/965001
498.39/259.74	c cleaning 9999 clauses out of 20020 with flag 975000/975000
503.49/262.51	c cleaning 10003 clauses out of 20021 with flag 985000/985000
507.94/264.99	c cleaning 10001 clauses out of 20019 with flag 995001/995001
512.79/267.56	c cleaning 9998 clauses out of 20018 with flag 1005001/1005001
516.04/269.32	c cleaning 10007 clauses out of 20020 with flag 1015001/1015001
520.73/271.95	c cleaning 10001 clauses out of 20013 with flag 1025001/1025001
524.41/273.96	c cleaning 9999 clauses out of 20011 with flag 1035001/1035001
528.25/276.02	c cleaning 9981 clauses out of 20011 with flag 1045001/1045001
534.71/279.48	c cleaning 10004 clauses out of 20029 with flag 1055000/1055000
540.57/282.70	c cleaning 10004 clauses out of 20025 with flag 1065000/1065000
546.58/285.87	c cleaning 10002 clauses out of 20022 with flag 1075001/1075001
551.22/288.35	c cleaning 9994 clauses out of 20020 with flag 1085001/1085001
556.25/291.08	c cleaning 9997 clauses out of 20025 with flag 1095000/1095000
561.16/293.76	c cleaning 10005 clauses out of 20029 with flag 1105001/1105001
565.55/296.16	c cleaning 10005 clauses out of 20024 with flag 1115001/1115001
570.18/298.63	c cleaning 9999 clauses out of 20019 with flag 1125001/1125001
574.61/301.05	c cleaning 10004 clauses out of 20019 with flag 1135000/1135000
579.47/303.76	c cleaning 9999 clauses out of 20015 with flag 1145000/1145000
584.10/306.28	c cleaning 9998 clauses out of 20017 with flag 1155001/1155001
588.72/308.80	c cleaning 9998 clauses out of 20018 with flag 1165000/1165000
594.15/311.61	c cleaning 10006 clauses out of 20021 with flag 1175001/1175001
600.40/315.10	c cleaning 9997 clauses out of 20015 with flag 1185001/1185001
605.22/317.64	c cleaning 10000 clauses out of 20018 with flag 1195001/1195001
606.04/318.26	c cleaning 0 clauses out of 11000 with flag 0/11000
610.32/320.54	c cleaning 9998 clauses out of 20017 with flag 1205000/1205000
615.78/323.53	c cleaning 10000 clauses out of 20020 with flag 1215001/1215001
620.40/326.04	c cleaning 10006 clauses out of 20020 with flag 1225001/1225001
626.22/329.14	c cleaning 9997 clauses out of 20014 with flag 1235001/1235001
630.82/331.62	c cleaning 10000 clauses out of 20016 with flag 1245000/1245000
636.05/334.50	c cleaning 10003 clauses out of 20016 with flag 1255000/1255000
641.26/337.37	c cleaning 9998 clauses out of 20013 with flag 1265000/1265000
646.67/340.20	c cleaning 10002 clauses out of 20015 with flag 1275000/1275000
651.86/343.11	c cleaning 9999 clauses out of 20014 with flag 1285001/1285001
657.50/346.18	c cleaning 10004 clauses out of 20015 with flag 1295001/1295001
662.90/349.07	c cleaning 9996 clauses out of 20010 with flag 1305000/1305000
668.54/352.07	c cleaning 10000 clauses out of 20015 with flag 1315001/1315001
673.90/355.00	c cleaning 9997 clauses out of 20014 with flag 1325000/1325000
679.71/358.12	c cleaning 10002 clauses out of 20018 with flag 1335001/1335001
685.10/361.04	c cleaning 10003 clauses out of 20015 with flag 1345000/1345000
689.89/363.63	c cleaning 10000 clauses out of 20012 with flag 1355000/1355000
694.72/366.30	c cleaning 9996 clauses out of 20012 with flag 1365000/1365000
700.09/369.27	c cleaning 10003 clauses out of 20016 with flag 1375000/1375000
705.08/371.95	c cleaning 9998 clauses out of 20013 with flag 1385000/1385000
710.27/374.79	c cleaning 9998 clauses out of 20015 with flag 1395000/1395000
715.25/377.42	c cleaning 10004 clauses out of 20019 with flag 1405002/1405002
720.50/380.37	c cleaning 9998 clauses out of 20014 with flag 1415001/1415001
725.68/383.11	c cleaning 10001 clauses out of 20016 with flag 1425001/1425001
730.66/385.80	c cleaning 9996 clauses out of 20014 with flag 1435000/1435000
735.84/388.63	c cleaning 10004 clauses out of 20019 with flag 1445001/1445001
741.29/391.66	c cleaning 9999 clauses out of 20014 with flag 1455000/1455000
747.03/394.71	c cleaning 10004 clauses out of 20015 with flag 1465000/1465000
752.40/397.67	c cleaning 9998 clauses out of 20011 with flag 1475000/1475000
758.18/400.71	c cleaning 10000 clauses out of 20013 with flag 1485000/1485000
763.96/403.95	c cleaning 10000 clauses out of 20014 with flag 1495001/1495001
769.33/406.89	c cleaning 10000 clauses out of 20014 with flag 1505001/1505001
774.89/409.82	c cleaning 9997 clauses out of 20015 with flag 1515002/1515002
780.27/412.75	c cleaning 10004 clauses out of 20018 with flag 1525002/1525002
785.67/415.78	c cleaning 10000 clauses out of 20012 with flag 1535000/1535000
791.00/418.66	c cleaning 10000 clauses out of 20012 with flag 1545000/1545000
796.77/421.74	c cleaning 10001 clauses out of 20013 with flag 1555001/1555001
802.33/424.77	c cleaning 10003 clauses out of 20013 with flag 1565002/1565002
807.96/427.86	c cleaning 9995 clauses out of 20008 with flag 1575000/1575000
813.69/430.92	c cleaning 10000 clauses out of 20013 with flag 1585000/1585000
819.24/433.97	c cleaning 10001 clauses out of 20013 with flag 1595000/1595000
824.80/436.94	c cleaning 10001 clauses out of 20013 with flag 1605001/1605001
830.29/439.97	c cleaning 9998 clauses out of 20011 with flag 1615000/1615000
835.41/442.78	c cleaning 10004 clauses out of 20013 with flag 1625000/1625000
840.77/445.66	c cleaning 9996 clauses out of 20010 with flag 1635001/1635001
845.93/448.49	c cleaning 10002 clauses out of 20013 with flag 1645000/1645000
851.19/451.34	c cleaning 10001 clauses out of 20011 with flag 1655000/1655000
856.57/454.24	c cleaning 9998 clauses out of 20010 with flag 1665000/1665000
862.09/457.23	c cleaning 10001 clauses out of 20012 with flag 1675000/1675000
867.64/460.23	c cleaning 9998 clauses out of 20011 with flag 1685000/1685000
873.10/463.25	c cleaning 10002 clauses out of 20015 with flag 1695002/1695002
878.65/466.28	c cleaning 9999 clauses out of 20012 with flag 1705001/1705001
884.40/469.34	c cleaning 10003 clauses out of 20013 with flag 1715001/1715001
889.94/472.33	c cleaning 9998 clauses out of 20009 with flag 1725000/1725000
895.81/475.57	c cleaning 9997 clauses out of 20011 with flag 1735000/1735000
901.55/478.68	c cleaning 10001 clauses out of 20014 with flag 1745000/1745000
907.10/481.64	c cleaning 9999 clauses out of 20014 with flag 1755001/1755001
911.84/484.24	c cleaning 9998 clauses out of 20015 with flag 1765001/1765001
916.41/486.81	c cleaning 10000 clauses out of 20017 with flag 1775001/1775001
920.75/489.27	c cleaning 10000 clauses out of 20017 with flag 1785001/1785001
925.33/491.74	c cleaning 9996 clauses out of 20016 with flag 1795000/1795000
929.63/494.15	c cleaning 10005 clauses out of 20022 with flag 1805002/1805002
934.54/496.92	c cleaning 9995 clauses out of 20015 with flag 1815000/1815000
939.12/499.49	c cleaning 10000 clauses out of 20021 with flag 1825001/1825001
944.02/502.11	c cleaning 9998 clauses out of 20020 with flag 1835000/1835000
948.54/504.66	c cleaning 10006 clauses out of 20023 with flag 1845001/1845001
953.47/507.42	c cleaning 10000 clauses out of 20016 with flag 1855000/1855000
957.99/509.99	c cleaning 9996 clauses out of 20016 with flag 1865000/1865000
962.74/512.56	c cleaning 9999 clauses out of 20020 with flag 1875000/1875000
967.23/515.08	c cleaning 10000 clauses out of 20022 with flag 1885001/1885001
972.36/517.92	c cleaning 10003 clauses out of 20021 with flag 1895000/1895000
977.47/520.74	c cleaning 10004 clauses out of 20019 with flag 1905001/1905001
982.40/523.45	c cleaning 9998 clauses out of 20014 with flag 1915000/1915000
987.12/526.03	c cleaning 10003 clauses out of 20016 with flag 1925000/1925000
991.85/528.79	c cleaning 9998 clauses out of 20014 with flag 1935001/1935001
996.39/531.31	c cleaning 10004 clauses out of 20015 with flag 1945000/1945000
1001.26/533.99	c cleaning 10002 clauses out of 20013 with flag 1955002/1955002
1005.98/536.59	c cleaning 9996 clauses out of 20009 with flag 1965000/1965000
1011.09/539.47	c cleaning 10002 clauses out of 20014 with flag 1975001/1975001
1015.59/541.99	c cleaning 9997 clauses out of 20011 with flag 1985000/1985000
1020.12/544.49	c cleaning 10004 clauses out of 20014 with flag 1995000/1995000
1024.99/547.14	c cleaning 9995 clauses out of 20010 with flag 2005000/2005000
1030.28/550.19	c cleaning 10002 clauses out of 20016 with flag 2015001/2015001
1035.18/552.86	c cleaning 10000 clauses out of 20013 with flag 2025000/2025000
1039.67/555.37	c cleaning 10001 clauses out of 20014 with flag 2035001/2035001
1044.17/557.86	c cleaning 9999 clauses out of 20013 with flag 2045001/2045001
1049.29/560.79	c cleaning 10000 clauses out of 20013 with flag 2055000/2055000
1054.18/563.41	c cleaning 9996 clauses out of 20013 with flag 2065000/2065000
1058.87/566.07	c cleaning 9999 clauses out of 20018 with flag 2075001/2075001
1063.79/568.75	c cleaning 10003 clauses out of 20019 with flag 2085001/2085001
1068.66/571.55	c cleaning 9999 clauses out of 20015 with flag 2095000/2095000
1073.58/574.22	c cleaning 10000 clauses out of 20016 with flag 2105000/2105000
1078.82/577.10	c cleaning 10002 clauses out of 20017 with flag 2115001/2115001
1083.90/579.96	c cleaning 10003 clauses out of 20017 with flag 2125003/2125003
1089.17/582.99	c cleaning 10003 clauses out of 20012 with flag 2135001/2135001
1093.63/585.42	c cleaning 9995 clauses out of 20008 with flag 2145000/2145000
1097.92/587.84	c cleaning 10001 clauses out of 20013 with flag 2155000/2155000
1102.40/590.34	c cleaning 10000 clauses out of 20013 with flag 2165001/2165001
1107.04/593.01	c cleaning 10002 clauses out of 20014 with flag 2175002/2175002
1111.12/595.34	c cleaning 9999 clauses out of 20010 with flag 2185000/2185000
1115.19/597.63	c cleaning 10000 clauses out of 20012 with flag 2195001/2195001
1118.86/599.78	c cleaning 10000 clauses out of 20012 with flag 2205001/2205001
1122.48/601.91	c cleaning 9994 clauses out of 20012 with flag 2215001/2215001
1125.15/603.59	c cleaning 9996 clauses out of 20017 with flag 2225000/2225000
1128.22/605.34	c cleaning 9999 clauses out of 20022 with flag 2235001/2235001
1131.09/607.12	c cleaning 9997 clauses out of 20023 with flag 2245001/2245001
1134.69/609.26	c cleaning 10002 clauses out of 20026 with flag 2255001/2255001
1137.96/611.15	c cleaning 10002 clauses out of 20023 with flag 2265000/2265000
1141.42/613.12	c cleaning 9999 clauses out of 20021 with flag 2275000/2275000
1144.69/615.07	c cleaning 10000 clauses out of 20024 with flag 2285002/2285002
1148.49/617.34	c cleaning 9999 clauses out of 20023 with flag 2295001/2295001
1152.15/619.46	c cleaning 9997 clauses out of 20023 with flag 2305000/2305000
1155.64/621.48	c cleaning 10002 clauses out of 20027 with flag 2315001/2315001
1158.67/623.26	c cleaning 10003 clauses out of 20024 with flag 2325000/2325000
1162.07/625.37	c cleaning 10003 clauses out of 20021 with flag 2335000/2335000
1165.32/627.24	c cleaning 10003 clauses out of 20018 with flag 2345000/2345000
1168.60/629.14	c cleaning 9998 clauses out of 20015 with flag 2355000/2355000
1172.03/631.13	c cleaning 10000 clauses out of 20018 with flag 2365001/2365001
1175.63/633.38	c cleaning 10003 clauses out of 20018 with flag 2375001/2375001
1179.10/635.34	c cleaning 9995 clauses out of 20015 with flag 2385001/2385001
1182.55/637.30	c cleaning 10004 clauses out of 20020 with flag 2395001/2395001
1186.00/639.36	c cleaning 9999 clauses out of 20015 with flag 2405000/2405000
1189.67/641.56	c cleaning 9999 clauses out of 20017 with flag 2415001/2415001
1192.94/643.45	c cleaning 9999 clauses out of 20017 with flag 2425001/2425001
1195.96/645.23	c cleaning 9999 clauses out of 20018 with flag 2435001/2435001
1199.20/647.14	c cleaning 10000 clauses out of 20019 with flag 2445001/2445001
1202.59/649.26	c cleaning 10000 clauses out of 20019 with flag 2455001/2455001
1205.64/651.08	c cleaning 9999 clauses out of 20018 with flag 2465000/2465000
1208.88/652.91	c cleaning 10004 clauses out of 20022 with flag 2475003/2475003
1211.73/654.66	c cleaning 9998 clauses out of 20016 with flag 2485001/2485001
1215.31/656.81	c cleaning 9999 clauses out of 20018 with flag 2495001/2495001
1218.35/658.69	c cleaning 9995 clauses out of 20018 with flag 2505000/2505000
1221.60/660.53	c cleaning 9998 clauses out of 20023 with flag 2515000/2515000
1224.63/662.33	c cleaning 10002 clauses out of 20025 with flag 2525000/2525000
1227.92/664.35	c cleaning 9999 clauses out of 20024 with flag 2535001/2535001
1230.94/666.15	c cleaning 10005 clauses out of 20025 with flag 2545001/2545001
1233.98/667.96	c cleaning 10002 clauses out of 20020 with flag 2555001/2555001
1237.24/669.82	c cleaning 9999 clauses out of 20017 with flag 2565000/2565000
1241.03/672.17	c cleaning 10000 clauses out of 20018 with flag 2575000/2575000
1245.03/674.40	c cleaning 10005 clauses out of 20019 with flag 2585001/2585001
1248.87/676.63	c cleaning 9999 clauses out of 20014 with flag 2595001/2595001
1252.91/678.95	c cleaning 10000 clauses out of 20015 with flag 2605001/2605001
1257.08/681.41	c cleaning 10000 clauses out of 20016 with flag 2615002/2615002
1260.91/683.65	c cleaning 9996 clauses out of 20014 with flag 2625000/2625000
1265.34/686.10	c cleaning 10005 clauses out of 20019 with flag 2635001/2635001
1269.38/688.40	c cleaning 10000 clauses out of 20013 with flag 2645000/2645000
1273.55/690.99	c cleaning 10000 clauses out of 20013 with flag 2655000/2655000
1277.57/693.27	c cleaning 9996 clauses out of 20013 with flag 2665000/2665000
1281.60/695.52	c cleaning 10003 clauses out of 20019 with flag 2675002/2675002
1285.42/697.79	c cleaning 9998 clauses out of 20015 with flag 2685001/2685001
1289.58/700.20	c cleaning 10001 clauses out of 20016 with flag 2695000/2695000
1293.41/702.44	c cleaning 9998 clauses out of 20016 with flag 2705001/2705001
1297.43/704.75	c cleaning 10004 clauses out of 20019 with flag 2715002/2715002
1301.66/707.10	c cleaning 9998 clauses out of 20014 with flag 2725001/2725001
1306.23/709.81	c cleaning 9999 clauses out of 20016 with flag 2735001/2735001
1310.26/712.17	c cleaning 9998 clauses out of 20017 with flag 2745001/2745001
1314.28/714.45	c cleaning 10000 clauses out of 20018 with flag 2755000/2755000
1318.51/716.84	c cleaning 10000 clauses out of 20018 with flag 2765000/2765000
1323.13/719.50	c cleaning 9992 clauses out of 20019 with flag 2775001/2775001
1330.15/723.34	c cleaning 9994 clauses out of 20026 with flag 2785000/2785000
1336.78/726.90	c cleaning 10010 clauses out of 20032 with flag 2795000/2795000
1343.23/730.49	c cleaning 10003 clauses out of 20025 with flag 2805003/2805003
1350.33/734.49	c cleaning 9993 clauses out of 20019 with flag 2815000/2815000
1357.18/738.18	c cleaning 10001 clauses out of 20026 with flag 2825000/2825000
1363.95/741.82	c cleaning 10002 clauses out of 20026 with flag 2835001/2835001
1370.56/745.47	c cleaning 9996 clauses out of 20023 with flag 2845000/2845000
1377.52/749.32	c cleaning 10006 clauses out of 20029 with flag 2855002/2855002
1384.13/752.94	c cleaning 10002 clauses out of 20022 with flag 2865001/2865001
1390.73/756.54	c cleaning 9995 clauses out of 20019 with flag 2875000/2875000
1397.53/760.20	c cleaning 9999 clauses out of 20025 with flag 2885001/2885001
1404.28/764.03	c cleaning 10006 clauses out of 20025 with flag 2895000/2895000
1411.11/767.80	c cleaning 9999 clauses out of 20019 with flag 2905000/2905000
1417.89/771.50	c cleaning 9997 clauses out of 20021 with flag 2915001/2915001
1424.68/775.15	c cleaning 10002 clauses out of 20024 with flag 2925001/2925001
1431.65/779.04	c cleaning 10001 clauses out of 20022 with flag 2935001/2935001
1438.24/782.68	c cleaning 10002 clauses out of 20020 with flag 2945000/2945000
1445.03/786.40	c cleaning 9998 clauses out of 20019 with flag 2955001/2955001
1451.82/790.05	c cleaning 9997 clauses out of 20020 with flag 2965000/2965000
1458.75/793.95	c cleaning 10000 clauses out of 20024 with flag 2975001/2975001
1465.53/797.66	c cleaning 10003 clauses out of 20023 with flag 2985000/2985000
1472.30/801.38	c cleaning 9999 clauses out of 20020 with flag 2995000/2995000
1479.08/805.04	c cleaning 9994 clauses out of 20021 with flag 3005000/3005000
1484.66/808.29	c cleaning 0 clauses out of 18001 with flag 0/18001
1486.66/809.60	c cleaning 10009 clauses out of 20029 with flag 3015002/3015002
1493.60/813.35	c cleaning 10001 clauses out of 20019 with flag 3025001/3025001
1500.37/817.06	c cleaning 9995 clauses out of 20018 with flag 3035001/3035001
1507.22/820.88	c cleaning 10002 clauses out of 20023 with flag 3045001/3045001
1514.19/824.68	c cleaning 10002 clauses out of 20021 with flag 3055001/3055001
1521.15/828.40	c cleaning 9999 clauses out of 20019 with flag 3065001/3065001
1527.91/832.12	c cleaning 10000 clauses out of 20020 with flag 3075001/3075001
1534.70/835.99	c cleaning 9995 clauses out of 20019 with flag 3085000/3085000
1541.64/839.72	c cleaning 10000 clauses out of 20025 with flag 3095001/3095001
1548.39/843.40	c cleaning 10002 clauses out of 20024 with flag 3105000/3105000
1555.55/847.31	c cleaning 10000 clauses out of 20022 with flag 3115000/3115000
1561.63/850.78	c cleaning 10001 clauses out of 20022 with flag 3125000/3125000
1567.19/853.88	c cleaning 10002 clauses out of 20022 with flag 3135001/3135001
1572.57/856.86	c cleaning 9996 clauses out of 20019 with flag 3145000/3145000
1577.88/859.83	c cleaning 9998 clauses out of 20023 with flag 3155000/3155000
1583.53/863.19	c cleaning 10005 clauses out of 20026 with flag 3165001/3165001
1589.28/866.35	c cleaning 10000 clauses out of 20020 with flag 3175000/3175000
1594.84/869.47	c cleaning 9999 clauses out of 20021 with flag 3185001/3185001
1600.42/872.54	c cleaning 9996 clauses out of 20021 with flag 3195000/3195000
1606.05/875.88	c cleaning 10005 clauses out of 20026 with flag 3205001/3205001
1611.43/878.91	c cleaning 9999 clauses out of 20020 with flag 3215000/3215000
1616.95/881.92	c cleaning 9997 clauses out of 20021 with flag 3225000/3225000
1622.09/884.83	c cleaning 10001 clauses out of 20024 with flag 3235000/3235000
1627.75/888.14	c cleaning 10000 clauses out of 20023 with flag 3245000/3245000
1633.09/891.18	c cleaning 10003 clauses out of 20023 with flag 3255000/3255000
1638.03/893.97	c cleaning 10003 clauses out of 20021 with flag 3265001/3265001
1643.37/896.90	c cleaning 9997 clauses out of 20017 with flag 3275000/3275000
1648.62/900.04	c cleaning 9998 clauses out of 20020 with flag 3285000/3285000
1653.56/902.82	c cleaning 10003 clauses out of 20022 with flag 3295000/3295000
1658.89/905.80	c cleaning 9995 clauses out of 20018 with flag 3305000/3305000
1664.23/908.83	c cleaning 10000 clauses out of 20023 with flag 3315000/3315000
1670.05/912.26	c cleaning 10007 clauses out of 20024 with flag 3325001/3325001
1675.68/915.33	c cleaning 10000 clauses out of 20017 with flag 3335001/3335001
1681.24/918.50	c cleaning 10002 clauses out of 20016 with flag 3345000/3345000
1686.55/921.49	c cleaning 9997 clauses out of 20015 with flag 3355001/3355001
1692.39/924.86	c cleaning 10001 clauses out of 20017 with flag 3365000/3365000
1698.52/928.21	c cleaning 9999 clauses out of 20017 with flag 3375001/3375001
1704.26/931.42	c cleaning 10000 clauses out of 20018 with flag 3385001/3385001
1709.98/934.66	c cleaning 9996 clauses out of 20017 with flag 3395000/3395000
1715.99/938.13	c cleaning 10000 clauses out of 20021 with flag 3405000/3405000
1721.92/941.44	c cleaning 10006 clauses out of 20022 with flag 3415001/3415001
1727.44/944.53	c cleaning 9998 clauses out of 20016 with flag 3425001/3425001
1732.97/947.63	c cleaning 10000 clauses out of 20018 with flag 3435001/3435001
1738.82/951.01	c cleaning 9996 clauses out of 20018 with flag 3445001/3445001
1744.15/954.08	c cleaning 9997 clauses out of 20022 with flag 3455001/3455001
1750.08/957.39	c cleaning 10002 clauses out of 20026 with flag 3465002/3465002
1754.80/960.09	c cleaning 10001 clauses out of 20023 with flag 3475001/3475001
1760.20/963.23	c cleaning 9998 clauses out of 20022 with flag 3485001/3485001
1765.12/966.00	c cleaning 10000 clauses out of 20023 with flag 3495000/3495000
1769.83/968.73	c cleaning 10002 clauses out of 20024 with flag 3505001/3505001
1774.39/971.35	c cleaning 10000 clauses out of 20022 with flag 3515001/3515001
1779.40/974.33	c cleaning 10000 clauses out of 20021 with flag 3525000/3525000
1783.91/976.98	c cleaning 9996 clauses out of 20021 with flag 3535000/3535000
1788.83/979.75	c cleaning 10006 clauses out of 20025 with flag 3545000/3545000
1793.74/982.60	c cleaning 9995 clauses out of 20020 with flag 3555001/3555001
1798.75/985.45	c cleaning 9998 clauses out of 20024 with flag 3565000/3565000
1800.08/986.42	c starts		: 250
1800.08/986.42	c conflicts		: 3566423
1800.08/986.42	c decisions		: 3673907
1800.08/986.43	c propagations		: 36810933
1800.08/986.43	c inspects		: 1770621500
1800.08/986.43	c shortcuts		: 0
1800.08/986.43	c learnt literals	: 16
1800.08/986.43	c learnt binary clauses	: 12
1800.08/986.43	c learnt ternary clauses	: 22
1800.08/986.43	c learnt constraints	: 3566407
1800.08/986.43	c ignored constraints	: 0
1800.08/986.43	c root simplifications	: 0
1800.08/986.43	c removed literals (reason simplification)	: 244580399
1800.08/986.43	c reason swapping (by a shorter reason)	: 0
1800.08/986.43	c Calls to reduceDB	: 358
1800.08/986.43	c number of reductions to clauses (during analyze)	: 0
1800.08/986.43	c number of learned constraints concerned by reduction	: 0
1800.08/986.43	c number of learning phase by resolution	: 0
1800.08/986.43	c number of learning phase by cutting planes	: 0
1800.08/986.43	c speed (assignments/second)	: 37338.30623729556
1800.08/986.43	c non guided choices	45342
1800.08/986.44	c learnt constraints type 
1800.08/986.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1800.08/986.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11501
1800.08/986.44	c constraints type 
1800.08/986.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
1800.08/986.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 144
1800.08/986.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1272
1800.08/986.44	c constraints type 
1800.08/986.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 144
1800.08/986.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
1800.08/986.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1272
1800.08/986.44	s UNKNOWN
1800.08/986.44	c Total wall clock time (in seconds): 986.331

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-3454259-1307191788/watcher-3454259-1307191788 -o /tmp/evaluation-result-3454259-1307191788/solver-3454259-1307191788 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454259-1307191788.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: 2.69 3.50 3.66 3/516 19408
/proc/meminfo: memFree=21522292/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 6004 0 1 0 0 0 0 0 18 0 2 0 830775505 10694979584 5708 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2611079 5721 917 9 0 2602235 0
[pid=19408/tid=19410] ppid=19406 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) R 19406 19408 15618 0 -1 4202560 8182 0 1 0 0 1 0 0 19 0 2 0 830775506 10694979584 8998 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.041229 s]
/proc/loadavg: 2.69 3.50 3.66 3/516 19408
/proc/meminfo: memFree=21522292/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 11248 0 1 0 2 1 0 0 18 0 13 0 830775505 10718699520 10946 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2616870 10948 1672 9 0 2607618 0
[pid=19408/tid=19410] ppid=19406 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) R 19406 19408 15618 0 -1 4202560 10103 0 1 0 1 1 0 0 25 0 13 0 830775506 10718699520 10948 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 47924497797125 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.1012 s]
/proc/loadavg: 2.69 3.50 3.66 3/516 19408
/proc/meminfo: memFree=21522292/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10540164 CPUtime=0.1 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 13097 0 1 0 9 1 0 0 18 0 18 0 830775505 10793127936 12786 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2635041 12788 2092 9 0 2625775 0
[pid=19408/tid=19410] ppid=19406 vsize=10540164 CPUtime=0.08 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) R 19406 19408 15618 0 -1 4202560 11180 0 1 0 7 1 0 0 18 0 18 0 830775506 10793127936 12788 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 47924497797125 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540164

[startup+0.301239 s]
/proc/loadavg: 2.69 3.50 3.66 3/516 19408
/proc/meminfo: memFree=21522292/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10544460 CPUtime=0.53 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 18734 0 1 0 51 2 0 0 18 0 18 0 830775505 10797527040 17376 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2636115 17377 2203 9 0 2626849 0
[pid=19408/tid=19410] ppid=19406 vsize=10544460 CPUtime=0.28 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) R 19406 19408 15618 0 -1 4202560 14215 0 1 0 27 1 0 0 18 0 18 0 830775506 10797527040 17379 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 46912505571688 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10544460

[startup+0.701026 s]
/proc/loadavg: 2.69 3.50 3.66 3/516 19408
/proc/meminfo: memFree=21522292/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10555324 CPUtime=1.62 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 38311 0 1 0 157 5 0 0 18 0 22 0 830775505 10808651776 34104 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2638831 34104 2228 9 0 2629565 0
[pid=19408/tid=19410] ppid=19406 vsize=10555324 CPUtime=0.54 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) S 19406 19408 15618 0 -1 4202560 25980 0 1 0 51 3 0 0 19 0 22 0 830775506 10808651776 34104 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 10555324

[startup+1.50092 s]
/proc/loadavg: 2.69 3.50 3.66 6/560 19452
/proc/meminfo: memFree=21211884/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10554008 CPUtime=4.01 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 74581 0 1 0 393 8 0 0 18 0 22 0 830775505 10807304192 68144 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2638502 68145 2240 9 0 2629236 0
[pid=19408/tid=19410] ppid=19406 vsize=10554008 CPUtime=0.54 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) S 19406 19408 15618 0 -1 4202560 25980 0 1 0 51 3 0 0 15 0 22 0 830775506 10807304192 68145 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830775507 10807304192 68145 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830775507 10807304192 68146 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830775507 10807304192 68147 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830775507 10807304192 68147 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19425] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19425/stat : 19425 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830775507 10807304192 68147 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19426] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19426/stat : 19426 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830775507 10807304192 68148 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19427] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19427/stat : 19427 (java) S 19406 19408 15618 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 22 0 830775507 10807304192 68148 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19428] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19428/stat : 19428 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 830775507 10807304192 68148 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19430] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19430/stat : 19430 (java) S 19406 19408 15618 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 830775508 10807304192 68149 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 0 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 15618 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 22 0 830775509 10807304192 68149 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19434] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19434/stat : 19434 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830775509 10807304192 68150 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19440] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19440/stat : 19440 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830775511 10807304192 68150 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512515505 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=10554008 CPUtime=0.83 cores=1,3,5,7
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 15618 0 -1 4202560 8643 0 0 0 83 0 0 0 25 0 22 0 830775511 10807304192 68151 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=10554008 CPUtime=0.87 cores=1,3,5,7
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 15618 0 -1 4202560 3973 0 0 0 87 0 0 0 15 0 22 0 830775511 10807304192 68151 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
[pid=19408/tid=19443] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19443/stat : 19443 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830775511 10807304192 68152 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830775511 10807304192 68152 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19449] ppid=19406 vsize=10554008 CPUtime=0.94 cores=1,3,5,7
/proc/19408/task/19449/stat : 19449 (java) R 19406 19408 15618 0 -1 4202560 456 0 0 0 94 0 0 0 23 0 22 0 830775560 10807304192 68152 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 46912506043913 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=10554008 CPUtime=0.79 cores=1,3,5,7
/proc/19408/task/19450/stat : 19450 (java) R 19406 19408 15618 0 -1 4202560 34370 0 0 0 77 2 0 0 18 0 22 0 830775560 10807304192 68153 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 46912505783962 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19408/tid=19451] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19451/stat : 19451 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830775566 10807304192 68153 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19452] ppid=19406 vsize=10554008 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19452/stat : 19452 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830775570 10807304192 68154 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 10554008

[startup+3.1016 s]
/proc/loadavg: 2.79 3.51 3.66 8/560 19452
/proc/meminfo: memFree=20749624/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10555384 CPUtime=8 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 154528 0 1 0 784 16 0 0 18 0 22 0 830775505 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2638846 143077 2266 9 0 2629580 0
[pid=19408/tid=19410] ppid=19406 vsize=10555384 CPUtime=0.54 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) S 19406 19408 15618 0 -1 4202560 25980 0 1 0 51 3 0 0 15 0 22 0 830775506 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=10555384 CPUtime=0.01 cores=1,3,5,7
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 15618 0 -1 4202560 1041 0 0 0 1 0 0 0 18 0 22 0 830775507 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 15618 0 -1 4202560 586 0 0 0 0 0 0 0 18 0 22 0 830775507 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 15618 0 -1 4202560 375 0 0 0 0 0 0 0 18 0 22 0 830775507 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=10555384 CPUtime=0.01 cores=1,3,5,7
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 15618 0 -1 4202560 1099 0 0 0 1 0 0 0 18 0 22 0 830775507 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19425] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19425/stat : 19425 (java) S 19406 19408 15618 0 -1 4202560 122 0 0 0 0 0 0 0 18 0 22 0 830775507 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19426] ppid=19406 vsize=10555384 CPUtime=0.01 cores=1,3,5,7
/proc/19408/task/19426/stat : 19426 (java) S 19406 19408 15618 0 -1 4202560 1131 0 0 0 1 0 0 0 18 0 22 0 830775507 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19427] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19427/stat : 19427 (java) S 19406 19408 15618 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830775507 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19428] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19428/stat : 19428 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830775507 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19430] ppid=19406 vsize=10555384 CPUtime=0.04 cores=1,3,5,7
/proc/19408/task/19430/stat : 19430 (java) S 19406 19408 15618 0 -1 4202560 4335 0 0 0 4 0 0 0 15 0 22 0 830775508 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 0 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830775509 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19434] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19434/stat : 19434 (java) S 19406 19408 15618 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830775509 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19440] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19440/stat : 19440 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830775511 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512515505 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=10555384 CPUtime=1.01 cores=1,3,5,7
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 15618 0 -1 4202560 8980 0 0 0 101 0 0 0 15 0 22 0 830775511 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=10555384 CPUtime=1.51 cores=1,3,5,7
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 15618 0 -1 4202560 10074 0 0 0 150 1 0 0 15 0 22 0 830775511 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
[pid=19408/tid=19443] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19443/stat : 19443 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830775511 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830775511 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19449] ppid=19406 vsize=10555384 CPUtime=2.47 cores=1,3,5,7
/proc/19408/task/19449/stat : 19449 (java) R 19406 19408 15618 0 -1 4202560 771 0 0 0 247 0 0 0 25 0 22 0 830775560 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 46912505975487 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=10555384 CPUtime=2.32 cores=1,3,5,7
/proc/19408/task/19450/stat : 19450 (java) R 19406 19408 15618 0 -1 4202560 98874 0 0 0 223 9 0 0 19 0 22 0 830775560 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 46912505881127 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19408/tid=19451] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19451/stat : 19451 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830775566 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19452] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19452/stat : 19452 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830775570 10808713216 143077 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 10555384

[startup+6.30098 s]
/proc/loadavg: 2.79 3.51 3.66 6/560 19452
/proc/meminfo: memFree=20167164/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10555384 CPUtime=14.41 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 161138 0 1 0 1424 17 0 0 18 0 22 0 830775505 10808713216 149683 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2638846 149683 2266 9 0 2629580 0
[pid=19408/tid=19410] ppid=19406 vsize=10555384 CPUtime=0.54 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) S 19406 19408 15618 0 -1 4202560 25980 0 1 0 51 3 0 0 15 0 22 0 830775506 10808713216 149683 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=10555384 CPUtime=0.01 cores=1,3,5,7
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 15618 0 -1 4202560 1045 0 0 0 1 0 0 0 17 0 22 0 830775507 10808713216 149683 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=10555384 CPUtime=0.01 cores=1,3,5,7
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 15618 0 -1 4202560 595 0 0 0 1 0 0 0 18 0 22 0 830775507 10808713216 149683 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=10555384 CPUtime=0.01 cores=1,3,5,7
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 15618 0 -1 4202560 814 0 0 0 1 0 0 0 15 0 22 0 830775507 10808713216 149683 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=10555384 CPUtime=0.01 cores=1,3,5,7
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 15618 0 -1 4202560 1100 0 0 0 1 0 0 0 15 0 22 0 830775507 10808713216 149683 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19425] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19425/stat : 19425 (java) S 19406 19408 15618 0 -1 4202560 511 0 0 0 0 0 0 0 15 0 22 0 830775507 10808713216 149683 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19426] ppid=19406 vsize=10555384 CPUtime=0.01 cores=1,3,5,7
/proc/19408/task/19426/stat : 19426 (java) S 19406 19408 15618 0 -1 4202560 1413 0 0 0 1 0 0 0 15 0 22 0 830775507 10808713216 149683 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19427] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19427/stat : 19427 (java) S 19406 19408 15618 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 830775507 10808713216 149683 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19428] ppid=19406 vsize=10555384 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19428/stat : 19428 (java) S 19406 19408 15618 0 -1 4202560 467 0 0 0 0 0 0 0 15 0 22 0 830775507 10808713216 149683 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0

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

[pid=19408/tid=19450] ppid=19406 vsize=10626548 CPUtime=677.54 cores=1,3,5,7
/proc/19408/task/19450/stat : 19450 (java) R 19406 19408 15618 0 -1 4202560 163337 0 0 0 67737 17 0 0 16 0 22 0 830775560 10881585152 303227 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 46912505881269 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19408/tid=19451] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19451/stat : 19451 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830775566 10881585152 303227 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19452] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19452/stat : 19452 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830775570 10881585152 303227 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1509.59
Current children cumulated vsize (KiB) 10626548

[startup+882.301 s]
/proc/loadavg: 3.90 3.86 3.77 4/560 19499
/proc/meminfo: memFree=16487460/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10626548 CPUtime=1617.39 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 323404 0 1 0 161697 42 0 0 18 0 22 0 830775505 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2656637 306106 2267 9 0 2647371 0
[pid=19408/tid=19410] ppid=19406 vsize=10626548 CPUtime=0.54 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) S 19406 19408 15618 0 -1 4202560 26201 0 1 0 51 3 0 0 15 0 22 0 830775506 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=10626548 CPUtime=1.07 cores=1,3,5,7
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 15618 0 -1 4202560 1220 0 0 0 107 0 0 0 15 0 22 0 830775507 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=10626548 CPUtime=1.18 cores=1,3,5,7
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 15618 0 -1 4202560 866 0 0 0 118 0 0 0 15 0 22 0 830775507 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=10626548 CPUtime=1.16 cores=1,3,5,7
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 15618 0 -1 4202560 991 0 0 0 116 0 0 0 15 0 22 0 830775507 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=10626548 CPUtime=1.22 cores=1,3,5,7
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 15618 0 -1 4202560 1235 0 0 0 122 0 0 0 16 0 22 0 830775507 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19425] ppid=19406 vsize=10626548 CPUtime=1.25 cores=1,3,5,7
/proc/19408/task/19425/stat : 19425 (java) S 19406 19408 15618 0 -1 4202560 616 0 0 0 125 0 0 0 15 0 22 0 830775507 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19426] ppid=19406 vsize=10626548 CPUtime=1.28 cores=1,3,5,7
/proc/19408/task/19426/stat : 19426 (java) S 19406 19408 15618 0 -1 4202560 1677 0 0 0 128 0 0 0 16 0 22 0 830775507 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19427] ppid=19406 vsize=10626548 CPUtime=1.06 cores=1,3,5,7
/proc/19408/task/19427/stat : 19427 (java) S 19406 19408 15618 0 -1 4202560 171 0 0 0 106 0 0 0 15 0 22 0 830775507 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19428] ppid=19406 vsize=10626548 CPUtime=1.25 cores=1,3,5,7
/proc/19408/task/19428/stat : 19428 (java) S 19406 19408 15618 0 -1 4202560 691 0 0 0 125 0 0 0 16 0 22 0 830775507 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19430] ppid=19406 vsize=10626548 CPUtime=153.69 cores=1,3,5,7
/proc/19408/task/19430/stat : 19430 (java) R 19406 19408 15618 0 -1 4202560 98655 0 0 0 15355 14 0 0 16 0 22 0 830775508 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 47924501387332 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830775509 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19434] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19434/stat : 19434 (java) S 19406 19408 15618 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830775509 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19440] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19440/stat : 19440 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830775511 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512515505 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=10626548 CPUtime=1.51 cores=1,3,5,7
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 15618 0 -1 4202560 11193 0 0 0 150 1 0 0 15 0 22 0 830775511 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=10626548 CPUtime=2.33 cores=1,3,5,7
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 15618 0 -1 4202560 14466 0 0 0 231 2 0 0 15 0 22 0 830775511 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
[pid=19408/tid=19443] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19443/stat : 19443 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830775511 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 15618 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830775511 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19449] ppid=19406 vsize=10626548 CPUtime=724.91 cores=1,3,5,7
/proc/19408/task/19449/stat : 19449 (java) S 19406 19408 15618 0 -1 4202560 877 0 0 0 72491 0 0 0 18 0 22 0 830775560 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=10626548 CPUtime=724.83 cores=1,3,5,7
/proc/19408/task/19450/stat : 19450 (java) S 19406 19408 15618 0 -1 4202560 163337 0 0 0 72466 17 0 0 18 0 22 0 830775560 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19451] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19451/stat : 19451 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830775566 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19452] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19452/stat : 19452 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830775570 10881585152 306106 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1617.39
Current children cumulated vsize (KiB) 10626548

[startup+942.302 s]
/proc/loadavg: 3.77 3.82 3.76 4/560 19591
/proc/meminfo: memFree=18757804/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10626548 CPUtime=1723.05 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 325957 0 1 0 172262 43 0 0 18 0 22 0 830775505 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2656637 308633 2267 9 0 2647371 0
[pid=19408/tid=19410] ppid=19406 vsize=10626548 CPUtime=0.54 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) S 19406 19408 15618 0 -1 4202560 26221 0 1 0 51 3 0 0 15 0 22 0 830775506 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=10626548 CPUtime=1.18 cores=1,3,5,7
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 15618 0 -1 4202560 1232 0 0 0 118 0 0 0 15 0 22 0 830775507 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=10626548 CPUtime=1.29 cores=1,3,5,7
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 15618 0 -1 4202560 878 0 0 0 129 0 0 0 16 0 22 0 830775507 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=10626548 CPUtime=1.25 cores=1,3,5,7
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 15618 0 -1 4202560 1002 0 0 0 125 0 0 0 16 0 22 0 830775507 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=10626548 CPUtime=1.31 cores=1,3,5,7
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 15618 0 -1 4202560 1245 0 0 0 131 0 0 0 16 0 22 0 830775507 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19425] ppid=19406 vsize=10626548 CPUtime=1.31 cores=1,3,5,7
/proc/19408/task/19425/stat : 19425 (java) S 19406 19408 15618 0 -1 4202560 625 0 0 0 131 0 0 0 15 0 22 0 830775507 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19426] ppid=19406 vsize=10626548 CPUtime=1.33 cores=1,3,5,7
/proc/19408/task/19426/stat : 19426 (java) S 19406 19408 15618 0 -1 4202560 1680 0 0 0 133 0 0 0 15 0 22 0 830775507 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19427] ppid=19406 vsize=10626548 CPUtime=1.18 cores=1,3,5,7
/proc/19408/task/19427/stat : 19427 (java) S 19406 19408 15618 0 -1 4202560 176 0 0 0 118 0 0 0 16 0 22 0 830775507 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19428] ppid=19406 vsize=10626548 CPUtime=1.35 cores=1,3,5,7
/proc/19408/task/19428/stat : 19428 (java) S 19406 19408 15618 0 -1 4202560 691 0 0 0 135 0 0 0 15 0 22 0 830775507 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19430] ppid=19406 vsize=10626548 CPUtime=168.36 cores=1,3,5,7
/proc/19408/task/19430/stat : 19430 (java) S 19406 19408 15618 0 -1 4202560 101122 0 0 0 16821 15 0 0 16 0 22 0 830775508 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 0 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830775509 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19434] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19434/stat : 19434 (java) S 19406 19408 15618 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830775509 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19440] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19440/stat : 19440 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830775511 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512515505 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=10626548 CPUtime=1.51 cores=1,3,5,7
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 15618 0 -1 4202560 11193 0 0 0 150 1 0 0 15 0 22 0 830775511 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=10626548 CPUtime=2.42 cores=1,3,5,7
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 15618 0 -1 4202560 14467 0 0 0 240 2 0 0 15 0 22 0 830775511 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
[pid=19408/tid=19443] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19443/stat : 19443 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830775511 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 15618 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830775511 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19449] ppid=19406 vsize=10626548 CPUtime=770 cores=1,3,5,7
/proc/19408/task/19449/stat : 19449 (java) R 19406 19408 15618 0 -1 4202560 877 0 0 0 76999 1 0 0 16 0 22 0 830775560 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 46912506070441 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=10626548 CPUtime=769.91 cores=1,3,5,7
/proc/19408/task/19450/stat : 19450 (java) R 19406 19408 15618 0 -1 4202560 163338 0 0 0 76974 17 0 0 15 0 22 0 830775560 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 46912505880447 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19408/tid=19451] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19451/stat : 19451 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830775566 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19452] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19452/stat : 19452 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830775570 10881585152 308633 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1723.05
Current children cumulated vsize (KiB) 10626548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+986.402 s]
/proc/loadavg: 3.60 3.78 3.75 4/556 19643
/proc/meminfo: memFree=17966448/32950928 swapFree=34259960/67111528
[pid=19408] ppid=19406 vsize=10626548 CPUtime=1800.08 cores=1,3,5,7
/proc/19408/stat : 19408 (java) S 19406 19408 15618 0 -1 4202496 327811 0 1 0 179964 44 0 0 18 0 22 0 830775505 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19408/statm: 2656637 310464 2267 9 0 2647371 0
[pid=19408/tid=19410] ppid=19406 vsize=10626548 CPUtime=0.54 cores=1,3,5,7
/proc/19408/task/19410/stat : 19410 (java) S 19406 19408 15618 0 -1 4202560 26236 0 1 0 51 3 0 0 15 0 22 0 830775506 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=10626548 CPUtime=1.27 cores=1,3,5,7
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 15618 0 -1 4202560 1240 0 0 0 127 0 0 0 15 0 22 0 830775507 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=10626548 CPUtime=1.35 cores=1,3,5,7
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 15618 0 -1 4202560 891 0 0 0 135 0 0 0 15 0 22 0 830775507 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=10626548 CPUtime=1.33 cores=1,3,5,7
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 15618 0 -1 4202560 1011 0 0 0 133 0 0 0 15 0 22 0 830775507 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=10626548 CPUtime=1.39 cores=1,3,5,7
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 15618 0 -1 4202560 1250 0 0 0 139 0 0 0 16 0 22 0 830775507 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19425] ppid=19406 vsize=10626548 CPUtime=1.42 cores=1,3,5,7
/proc/19408/task/19425/stat : 19425 (java) S 19406 19408 15618 0 -1 4202560 639 0 0 0 142 0 0 0 16 0 22 0 830775507 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19426] ppid=19406 vsize=10626548 CPUtime=1.38 cores=1,3,5,7
/proc/19408/task/19426/stat : 19426 (java) S 19406 19408 15618 0 -1 4202560 1683 0 0 0 138 0 0 0 15 0 22 0 830775507 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19427] ppid=19406 vsize=10626548 CPUtime=1.22 cores=1,3,5,7
/proc/19408/task/19427/stat : 19427 (java) S 19406 19408 15618 0 -1 4202560 184 0 0 0 122 0 0 0 15 0 22 0 830775507 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19428] ppid=19406 vsize=10626548 CPUtime=1.42 cores=1,3,5,7
/proc/19408/task/19428/stat : 19428 (java) S 19406 19408 15618 0 -1 4202560 709 0 0 0 142 0 0 0 15 0 22 0 830775507 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19430] ppid=19406 vsize=10626548 CPUtime=179.72 cores=1,3,5,7
/proc/19408/task/19430/stat : 19430 (java) S 19406 19408 15618 0 -1 4202560 102879 0 0 0 17957 15 0 0 16 0 22 0 830775508 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 0 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830775509 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19434] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19434/stat : 19434 (java) S 19406 19408 15618 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830775509 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19440] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19440/stat : 19440 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830775511 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512515505 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=10626548 CPUtime=1.51 cores=1,3,5,7
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 15618 0 -1 4202560 11193 0 0 0 150 1 0 0 15 0 22 0 830775511 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 5 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=10626548 CPUtime=2.42 cores=1,3,5,7
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 15618 0 -1 4202560 14467 0 0 0 240 2 0 0 15 0 22 0 830775511 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
[pid=19408/tid=19443] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19443/stat : 19443 (java) S 19406 19408 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830775511 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512507801 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 15618 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 830775511 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 7 0 0 0
[pid=19408/tid=19449] ppid=19406 vsize=10626548 CPUtime=802.55 cores=1,3,5,7
/proc/19408/task/19449/stat : 19449 (java) R 19406 19408 15618 0 -1 4202560 877 0 0 0 80254 1 0 0 16 0 22 0 830775560 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 46912506013876 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=10626548 CPUtime=802.46 cores=1,3,5,7
/proc/19408/task/19450/stat : 19450 (java) R 19406 19408 15618 0 -1 4202560 163338 0 0 0 80229 17 0 0 16 0 22 0 830775560 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 46912505881206 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19408/tid=19451] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19451/stat : 19451 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830775566 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 3 0 0 0
[pid=19408/tid=19452] ppid=19406 vsize=10626548 CPUtime=0 cores=1,3,5,7
/proc/19408/task/19452/stat : 19452 (java) S 19406 19408 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830775570 10881585152 310464 33554432000 1073741824 1073778376 140737149042592 18446744073709551615 254512508416 0 4 0 16800975 18446604462103554048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10626548

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): 986.492
CPU time (s): 1800.2
CPU user time (s): 1799.71
CPU system time (s): 0.495924
CPU usage (%): 182.485
Max. virtual memory (cumulated for all children) (KiB): 10632440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327843
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= 32766
involuntary context switches= 16811

runsolver used 5.2412 second user time and 12.7971 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 14:49:48
IDJOB=3454259
IDBENCH=2545
IDSOLVER=1950
FILE ID=node149/3454259-1307191788
RUNJOBID= node149-1307191787-19292
PBS_JOBID= 13508817
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-gesa3_o.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454259-1307191788/watcher-3454259-1307191788 -o /tmp/evaluation-result-3454259-1307191788/solver-3454259-1307191788 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454259-1307191788.opb

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

MD5SUM BENCH= 65c2bbddd90efb87154e28c84e06f5c3
RANDOM SEED=1084094400

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21522572 kB
Buffers:        338460 kB
Cached:        3278612 kB
SwapCached:     123196 kB
Active:         372128 kB
Inactive:     10719596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21522572 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            2320 kB
Writeback:           0 kB
AnonPages:     7375832 kB
Mapped:          18300 kB
Slab:           148864 kB
PageTables:     117396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173094504 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= 73720 MiB
End job on node149 at 2011-06-04 15:06:17