Trace number 2662174

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 PB RES // CP 2.2.0 2010-05-31? (TO) 1800.88 1037.09

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-modszk1.opb
MD5SUM73a69ec0478725312d0c26d36222113a
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 variables48602
Total number of constraints686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints686
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 29700
Biggest coefficient in the objective function 197378980184064000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 14554406665136992500
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 197378980184064000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 14554406665136992500
Number of bits of the biggest sum of numbers64
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.21	c version 2.2.0.v20100531
0.09/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.21	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.21	c java.vm.version	11.2-b01
0.09/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.21	c sun.arch.data.model	32
0.09/0.21	c java.version		1.6.0_12
0.09/0.21	c os.name		Linux
0.09/0.21	c os.version		2.6.18-164.el5
0.09/0.21	c os.arch		i386
0.09/0.21	c Free memory 		1393557488
0.09/0.21	c Max memory 		1395916800
0.09/0.21	c Total memory 		1395916800
0.09/0.21	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662174-1276549822.opb
0.25/0.21	c reading problem ... 
4.01/2.31	c ... done. Wall clock time 2.093s.
4.01/2.31	c #vars     48602
4.01/2.31	c #constraints  2469
4.01/2.31	c constraints type 
4.01/2.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1367
4.01/2.31	c constraints type 
4.01/2.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1367
22.84/11.84	c cleaning 2500 clauses out of 5000 with flag 5000/5000
25.56/13.32	c cleaning 4243 clauses out of 8500 with flag 11000/11000
28.51/14.92	c cleaning 5629 clauses out of 11257 with flag 18000/18000
31.85/16.76	c cleaning 6807 clauses out of 13628 with flag 26000/26000
35.92/18.93	c cleaning 7908 clauses out of 15822 with flag 35001/35001
39.85/21.07	c cleaning 8953 clauses out of 17913 with flag 45000/45000
45.58/24.02	c cleaning 9476 clauses out of 18960 with flag 55000/55000
50.88/26.86	c cleaning 9742 clauses out of 19484 with flag 65000/65000
55.72/29.45	c cleaning 9868 clauses out of 19743 with flag 75001/75001
61.00/32.22	c cleaning 9933 clauses out of 19874 with flag 85000/85000
65.70/34.72	c cleaning 9969 clauses out of 19941 with flag 95000/95000
71.79/37.92	c cleaning 9986 clauses out of 19973 with flag 105001/105001
78.40/41.45	c cleaning 9992 clauses out of 19987 with flag 115001/115001
83.88/44.39	c cleaning 9996 clauses out of 19995 with flag 125001/125001
89.73/47.41	c cleaning 10000 clauses out of 19999 with flag 135001/135001
96.59/51.03	c cleaning 9998 clauses out of 19999 with flag 145001/145001
102.96/54.41	c cleaning 9998 clauses out of 20001 with flag 155001/155001
107.40/56.81	c cleaning 9997 clauses out of 20003 with flag 165001/165001
113.45/60.08	c cleaning 10000 clauses out of 20005 with flag 175000/175000
119.29/63.15	c cleaning 9998 clauses out of 20006 with flag 185001/185001
125.63/66.54	c cleaning 10004 clauses out of 20007 with flag 195000/195000
132.44/70.16	c cleaning 10001 clauses out of 20004 with flag 205001/205001
140.05/74.14	c cleaning 9997 clauses out of 20002 with flag 215000/215000
146.45/77.57	c cleaning 9998 clauses out of 20005 with flag 225000/225000
151.96/80.52	c cleaning 10002 clauses out of 20007 with flag 235000/235000
158.35/83.91	c cleaning 10004 clauses out of 20008 with flag 245003/245003
164.93/87.45	c cleaning 9997 clauses out of 20001 with flag 255000/255000
172.67/91.54	c cleaning 9998 clauses out of 20004 with flag 265000/265000
178.55/94.75	c cleaning 10002 clauses out of 20007 with flag 275001/275001
185.12/98.21	c cleaning 9996 clauses out of 20004 with flag 285000/285000
191.08/101.40	c cleaning 9998 clauses out of 20008 with flag 295000/295000
196.88/104.54	c cleaning 9999 clauses out of 20011 with flag 305001/305001
201.92/107.35	c cleaning 10000 clauses out of 20011 with flag 315000/315000
206.91/110.08	c cleaning 10000 clauses out of 20011 with flag 325000/325000
212.24/112.92	c cleaning 10004 clauses out of 20013 with flag 335002/335002
217.01/115.57	c cleaning 9997 clauses out of 20007 with flag 345000/345000
222.87/118.76	c cleaning 10004 clauses out of 20011 with flag 355001/355001
228.38/121.76	c cleaning 9998 clauses out of 20006 with flag 365000/365000
233.50/124.53	c cleaning 9998 clauses out of 20009 with flag 375001/375001
239.60/127.82	c cleaning 9998 clauses out of 20011 with flag 385001/385001
245.77/131.20	c cleaning 9997 clauses out of 20013 with flag 395001/395001
250.89/134.05	c cleaning 10001 clauses out of 20016 with flag 405001/405001
256.38/137.09	c cleaning 10002 clauses out of 20014 with flag 415000/415000
263.27/140.77	c cleaning 10002 clauses out of 20012 with flag 425000/425000
270.44/144.66	c cleaning 10000 clauses out of 20012 with flag 435002/435002
275.36/147.39	c cleaning 10003 clauses out of 20010 with flag 445000/445000
281.45/150.61	c cleaning 10003 clauses out of 20008 with flag 455001/455001
287.71/154.09	c cleaning 9995 clauses out of 20004 with flag 465000/465000
293.25/157.18	c cleaning 9999 clauses out of 20010 with flag 475001/475001
299.12/160.37	c cleaning 10000 clauses out of 20010 with flag 485000/485000
304.58/163.36	c cleaning 10000 clauses out of 20010 with flag 495000/495000
309.46/166.09	c cleaning 10002 clauses out of 20011 with flag 505001/505001
315.55/169.46	c cleaning 10000 clauses out of 20009 with flag 515001/515001
320.98/172.42	c cleaning 10000 clauses out of 20009 with flag 525001/525001
326.02/175.25	c cleaning 9997 clauses out of 20009 with flag 535001/535001
331.06/178.09	c cleaning 10000 clauses out of 20011 with flag 545000/545000
336.77/181.26	c cleaning 10001 clauses out of 20011 with flag 555000/555000
342.00/184.10	c cleaning 10000 clauses out of 20010 with flag 565000/565000
346.63/186.70	c cleaning 10000 clauses out of 20010 with flag 575000/575000
352.45/189.91	c cleaning 9998 clauses out of 20011 with flag 585001/585001
358.37/193.20	c cleaning 10001 clauses out of 20012 with flag 595000/595000
363.40/196.02	c cleaning 10000 clauses out of 20011 with flag 605000/605000
368.63/198.90	c cleaning 9998 clauses out of 20012 with flag 615001/615001
373.05/201.41	c cleaning 10001 clauses out of 20013 with flag 625000/625000
377.93/204.36	c cleaning 10001 clauses out of 20013 with flag 635001/635001
382.99/207.24	c cleaning 9999 clauses out of 20011 with flag 645000/645000
387.55/209.82	c cleaning 9997 clauses out of 20012 with flag 655000/655000
393.56/213.14	c cleaning 10001 clauses out of 20015 with flag 665000/665000
398.85/216.13	c cleaning 10001 clauses out of 20015 with flag 675001/675001
403.67/218.86	c cleaning 10000 clauses out of 20014 with flag 685001/685001
409.27/221.91	c cleaning 10003 clauses out of 20013 with flag 695000/695000
414.10/224.66	c cleaning 10000 clauses out of 20011 with flag 705001/705001
418.61/227.23	c cleaning 9998 clauses out of 20011 with flag 715001/715001
425.00/230.72	c cleaning 10002 clauses out of 20012 with flag 725000/725000
430.61/233.87	c cleaning 10001 clauses out of 20010 with flag 735000/735000
436.21/236.99	c cleaning 10000 clauses out of 20010 with flag 745001/745001
442.23/240.39	c cleaning 10001 clauses out of 20010 with flag 755001/755001
449.42/244.24	c cleaning 10000 clauses out of 20009 with flag 765001/765001
459.56/249.70	c cleaning 10002 clauses out of 20009 with flag 775001/775001
464.94/252.66	c cleaning 9998 clauses out of 20006 with flag 785000/785000
470.77/255.90	c cleaning 10004 clauses out of 20008 with flag 795000/795000
475.40/258.59	c cleaning 9998 clauses out of 20004 with flag 805000/805000
481.57/261.92	c cleaning 9994 clauses out of 20006 with flag 815000/815000
488.36/265.61	c cleaning 10003 clauses out of 20014 with flag 825002/825002
494.36/269.03	c cleaning 10002 clauses out of 20009 with flag 835000/835000
500.54/272.42	c cleaning 10002 clauses out of 20007 with flag 845000/845000
505.50/275.23	c cleaning 10000 clauses out of 20007 with flag 855002/855002
510.86/278.30	c cleaning 10003 clauses out of 20005 with flag 865000/865000
517.04/281.77	c cleaning 9997 clauses out of 20002 with flag 875000/875000
523.59/285.33	c cleaning 9998 clauses out of 20006 with flag 885001/885001
531.10/289.45	c cleaning 10001 clauses out of 20008 with flag 895001/895001
537.05/292.71	c cleaning 10001 clauses out of 20007 with flag 905001/905001
542.24/295.80	c cleaning 9996 clauses out of 20005 with flag 915000/915000
547.40/298.63	c cleaning 10002 clauses out of 20009 with flag 925000/925000
553.15/301.83	c cleaning 10000 clauses out of 20008 with flag 935001/935001
561.24/306.22	c cleaning 10004 clauses out of 20007 with flag 945000/945000
575.05/313.61	c cleaning 9992 clauses out of 20003 with flag 955000/955000
593.08/323.06	c cleaning 10000 clauses out of 20012 with flag 965001/965001
604.54/329.14	c cleaning 10007 clauses out of 20013 with flag 975002/975002
609.06/331.71	c cleaning 9999 clauses out of 20004 with flag 985000/985000
630.01/342.77	c cleaning 9969 clauses out of 20005 with flag 995000/995000
654.70/355.54	c cleaning 9995 clauses out of 20036 with flag 1005000/1005000
678.39/367.82	c cleaning 10015 clauses out of 20042 with flag 1015001/1015001
683.25/370.61	c cleaning 10004 clauses out of 20026 with flag 1025000/1025000
688.66/373.84	c cleaning 10006 clauses out of 20022 with flag 1035000/1035000
692.53/376.17	c cleaning 0 clauses out of 5000 with flag 0/5000
694.76/377.61	c cleaning 10000 clauses out of 20016 with flag 1045000/1045000
702.55/381.90	c cleaning 10001 clauses out of 20017 with flag 1055001/1055001
707.53/385.00	c cleaning 9998 clauses out of 20015 with flag 1065000/1065000
712.75/387.91	c cleaning 9998 clauses out of 20017 with flag 1075000/1075000
717.77/390.86	c cleaning 10003 clauses out of 20019 with flag 1085000/1085000
722.83/393.74	c cleaning 9998 clauses out of 20016 with flag 1095000/1095000
728.01/396.82	c cleaning 10002 clauses out of 20018 with flag 1105000/1105000
732.43/399.44	c cleaning 9999 clauses out of 20016 with flag 1115000/1115000
736.86/402.02	c cleaning 10003 clauses out of 20018 with flag 1125001/1125001
741.51/404.74	c cleaning 9996 clauses out of 20014 with flag 1135000/1135000
746.49/407.79	c cleaning 10003 clauses out of 20018 with flag 1145000/1145000
752.10/410.97	c cleaning 9999 clauses out of 20015 with flag 1155000/1155000
757.48/414.00	c cleaning 10000 clauses out of 20017 with flag 1165001/1165001
762.67/417.07	c cleaning 10001 clauses out of 20016 with flag 1175000/1175000
767.69/420.04	c cleaning 10004 clauses out of 20015 with flag 1185000/1185000
772.68/422.98	c cleaning 9995 clauses out of 20012 with flag 1195001/1195001
777.85/425.96	c cleaning 9998 clauses out of 20016 with flag 1205000/1205000
782.44/428.68	c cleaning 10005 clauses out of 20020 with flag 1215002/1215002
787.35/431.65	c cleaning 10002 clauses out of 20013 with flag 1225000/1225000
792.55/434.60	c cleaning 10001 clauses out of 20013 with flag 1235002/1235002
797.34/437.42	c cleaning 10003 clauses out of 20011 with flag 1245001/1245001
802.70/440.50	c cleaning 9999 clauses out of 20008 with flag 1255001/1255001
807.81/443.67	c cleaning 10003 clauses out of 20009 with flag 1265001/1265001
813.20/446.71	c cleaning 10001 clauses out of 20006 with flag 1275001/1275001
818.39/449.72	c cleaning 9992 clauses out of 20004 with flag 1285000/1285000
823.58/452.79	c cleaning 10002 clauses out of 20012 with flag 1295000/1295000
829.33/456.14	c cleaning 10000 clauses out of 20012 with flag 1305002/1305002
834.51/459.12	c cleaning 10002 clauses out of 20010 with flag 1315000/1315000
839.68/462.12	c cleaning 10000 clauses out of 20008 with flag 1325000/1325000
844.47/464.97	c cleaning 9995 clauses out of 20008 with flag 1335000/1335000
849.42/467.97	c cleaning 10003 clauses out of 20015 with flag 1345002/1345002
854.42/470.85	c cleaning 10000 clauses out of 20011 with flag 1355001/1355001
858.99/473.56	c cleaning 10001 clauses out of 20011 with flag 1365001/1365001
863.97/476.46	c cleaning 9995 clauses out of 20009 with flag 1375000/1375000
870.09/480.02	c cleaning 9998 clauses out of 20015 with flag 1385001/1385001
875.65/483.21	c cleaning 9998 clauses out of 20016 with flag 1395000/1395000
880.84/486.28	c cleaning 10004 clauses out of 20019 with flag 1405001/1405001
886.78/489.62	c cleaning 10000 clauses out of 20015 with flag 1415001/1415001
893.55/493.53	c cleaning 9996 clauses out of 20014 with flag 1425000/1425000
900.48/497.47	c cleaning 10004 clauses out of 20019 with flag 1435001/1435001
906.82/501.06	c cleaning 9998 clauses out of 20014 with flag 1445000/1445000
911.77/503.97	c cleaning 10002 clauses out of 20016 with flag 1455000/1455000
917.04/507.07	c cleaning 10003 clauses out of 20015 with flag 1465001/1465001
922.38/510.11	c cleaning 10000 clauses out of 20011 with flag 1475000/1475000
926.94/512.80	c cleaning 9998 clauses out of 20012 with flag 1485001/1485001
931.89/515.75	c cleaning 10002 clauses out of 20014 with flag 1495001/1495001
937.13/518.88	c cleaning 9999 clauses out of 20011 with flag 1505000/1505000
942.48/521.96	c cleaning 9996 clauses out of 20012 with flag 1515000/1515000
947.62/524.91	c cleaning 10002 clauses out of 20017 with flag 1525001/1525001
952.70/527.91	c cleaning 9999 clauses out of 20015 with flag 1535001/1535001
958.30/531.22	c cleaning 9998 clauses out of 20015 with flag 1545000/1545000
963.21/534.14	c cleaning 10001 clauses out of 20017 with flag 1555000/1555000
968.73/537.34	c cleaning 10001 clauses out of 20016 with flag 1565000/1565000
973.27/540.10	c cleaning 10007 clauses out of 20017 with flag 1575002/1575002
978.86/543.36	c cleaning 9998 clauses out of 20009 with flag 1585001/1585001
983.55/546.10	c cleaning 10000 clauses out of 20011 with flag 1595001/1595001
988.10/548.86	c cleaning 10003 clauses out of 20011 with flag 1605001/1605001
993.80/552.19	c cleaning 9997 clauses out of 20008 with flag 1615001/1615001
999.37/555.48	c cleaning 9998 clauses out of 20010 with flag 1625000/1625000
1004.86/558.68	c cleaning 10002 clauses out of 20013 with flag 1635001/1635001
1010.57/561.96	c cleaning 9999 clauses out of 20011 with flag 1645001/1645001
1015.69/564.90	c cleaning 10001 clauses out of 20012 with flag 1655001/1655001
1021.21/568.23	c cleaning 10000 clauses out of 20011 with flag 1665001/1665001
1026.33/571.28	c cleaning 10002 clauses out of 20010 with flag 1675000/1675000
1031.62/574.31	c cleaning 10003 clauses out of 20009 with flag 1685001/1685001
1036.92/577.41	c cleaning 9996 clauses out of 20005 with flag 1695000/1695000
1042.49/580.71	c cleaning 9999 clauses out of 20009 with flag 1705000/1705000
1048.17/584.05	c cleaning 10003 clauses out of 20011 with flag 1715001/1715001
1053.64/587.26	c cleaning 9996 clauses out of 20007 with flag 1725000/1725000
1059.13/590.43	c cleaning 10002 clauses out of 20013 with flag 1735002/1735002
1064.85/593.82	c cleaning 10000 clauses out of 20010 with flag 1745001/1745001
1070.72/597.25	c cleaning 9999 clauses out of 20009 with flag 1755000/1755000
1075.72/600.28	c cleaning 9998 clauses out of 20010 with flag 1765000/1765000
1081.39/603.58	c cleaning 10002 clauses out of 20012 with flag 1775000/1775000
1087.35/607.11	c cleaning 9994 clauses out of 20010 with flag 1785000/1785000
1092.39/610.18	c cleaning 10004 clauses out of 20017 with flag 1795001/1795001
1098.25/613.53	c cleaning 10001 clauses out of 20013 with flag 1805001/1805001
1104.09/616.95	c cleaning 9998 clauses out of 20011 with flag 1815000/1815000
1109.21/620.02	c cleaning 10003 clauses out of 20013 with flag 1825000/1825000
1114.64/623.21	c cleaning 9998 clauses out of 20010 with flag 1835000/1835000
1119.90/626.37	c cleaning 9999 clauses out of 20012 with flag 1845000/1845000
1125.49/629.62	c cleaning 9999 clauses out of 20014 with flag 1855001/1855001
1131.18/633.01	c cleaning 10003 clauses out of 20015 with flag 1865001/1865001
1136.81/636.39	c cleaning 9995 clauses out of 20011 with flag 1875000/1875000
1142.03/639.47	c cleaning 10005 clauses out of 20018 with flag 1885002/1885002
1148.05/642.94	c cleaning 10000 clauses out of 20012 with flag 1895001/1895001
1154.02/646.50	c cleaning 10000 clauses out of 20011 with flag 1905000/1905000
1159.07/649.57	c cleaning 9997 clauses out of 20011 with flag 1915000/1915000
1164.30/652.67	c cleaning 10002 clauses out of 20014 with flag 1925000/1925000
1169.53/655.71	c cleaning 10000 clauses out of 20013 with flag 1935001/1935001
1174.87/659.01	c cleaning 10004 clauses out of 20014 with flag 1945002/1945002
1180.68/662.49	c cleaning 9998 clauses out of 20010 with flag 1955002/1955002
1186.30/665.70	c cleaning 9998 clauses out of 20010 with flag 1965000/1965000
1192.08/669.11	c cleaning 9999 clauses out of 20012 with flag 1975000/1975000
1197.76/672.54	c cleaning 10001 clauses out of 20013 with flag 1985000/1985000
1203.37/675.84	c cleaning 10000 clauses out of 20012 with flag 1995000/1995000
1209.39/679.37	c cleaning 10000 clauses out of 20012 with flag 2005000/2005000
1215.19/682.78	c cleaning 9998 clauses out of 20013 with flag 2015001/2015001
1221.68/686.69	c cleaning 9999 clauses out of 20014 with flag 2025000/2025000
1228.49/690.59	c cleaning 10000 clauses out of 20016 with flag 2035001/2035001
1233.69/693.69	c cleaning 10000 clauses out of 20016 with flag 2045001/2045001
1239.49/697.08	c cleaning 10002 clauses out of 20016 with flag 2055001/2055001
1244.97/700.37	c cleaning 10000 clauses out of 20013 with flag 2065000/2065000
1250.37/703.55	c cleaning 9997 clauses out of 20014 with flag 2075001/2075001
1256.37/707.01	c cleaning 10005 clauses out of 20017 with flag 2085001/2085001
1261.77/710.22	c cleaning 9999 clauses out of 20012 with flag 2095001/2095001
1267.23/713.59	c cleaning 9999 clauses out of 20013 with flag 2105001/2105001
1272.41/716.65	c cleaning 10002 clauses out of 20013 with flag 2115000/2115000
1278.39/720.13	c cleaning 9998 clauses out of 20012 with flag 2125001/2125001
1283.99/723.43	c cleaning 10000 clauses out of 20015 with flag 2135002/2135002
1288.64/726.33	c cleaning 10000 clauses out of 20014 with flag 2145001/2145001
1293.46/729.30	c cleaning 10000 clauses out of 20014 with flag 2155001/2155001
1298.64/732.31	c cleaning 9998 clauses out of 20014 with flag 2165001/2165001
1303.64/735.33	c cleaning 10000 clauses out of 20016 with flag 2175001/2175001
1308.89/738.52	c cleaning 10006 clauses out of 20016 with flag 2185001/2185001
1314.06/741.68	c cleaning 9997 clauses out of 20010 with flag 2195001/2195001
1319.03/744.66	c cleaning 9998 clauses out of 20012 with flag 2205000/2205000
1324.00/747.61	c cleaning 9993 clauses out of 20015 with flag 2215001/2215001
1328.94/750.79	c cleaning 10008 clauses out of 20021 with flag 2225000/2225000
1334.12/753.83	c cleaning 10003 clauses out of 20015 with flag 2235002/2235002
1338.93/756.75	c cleaning 9999 clauses out of 20011 with flag 2245001/2245001
1344.11/759.80	c cleaning 10000 clauses out of 20011 with flag 2255000/2255000
1349.05/762.96	c cleaning 10004 clauses out of 20011 with flag 2265000/2265000
1354.63/766.26	c cleaning 9996 clauses out of 20007 with flag 2275000/2275000
1359.63/769.23	c cleaning 9997 clauses out of 20012 with flag 2285001/2285001
1364.24/772.09	c cleaning 10001 clauses out of 20014 with flag 2295000/2295000
1369.76/775.45	c cleaning 10002 clauses out of 20013 with flag 2305000/2305000
1374.73/778.41	c cleaning 9999 clauses out of 20011 with flag 2315000/2315000
1379.71/781.42	c cleaning 10000 clauses out of 20013 with flag 2325001/2325001
1384.68/784.48	c cleaning 9998 clauses out of 20012 with flag 2335000/2335000
1390.20/787.88	c cleaning 10003 clauses out of 20016 with flag 2345002/2345002
1395.21/790.87	c cleaning 9999 clauses out of 20011 with flag 2355000/2355000
1399.77/793.67	c cleaning 10004 clauses out of 20014 with flag 2365002/2365002
1404.76/796.69	c cleaning 9995 clauses out of 20008 with flag 2375000/2375000
1409.19/799.47	c cleaning 10000 clauses out of 20013 with flag 2385000/2385000
1413.57/802.12	c cleaning 10000 clauses out of 20013 with flag 2395000/2395000
1418.36/805.06	c cleaning 9998 clauses out of 20014 with flag 2405001/2405001
1422.74/807.71	c cleaning 9997 clauses out of 20015 with flag 2415000/2415000
1427.38/810.63	c cleaning 10001 clauses out of 20018 with flag 2425000/2425000
1432.33/813.65	c cleaning 10006 clauses out of 20017 with flag 2435000/2435000
1437.31/816.61	c cleaning 9998 clauses out of 20012 with flag 2445001/2445001
1442.10/819.57	c cleaning 10001 clauses out of 20014 with flag 2455001/2455001
1447.32/822.80	c cleaning 9998 clauses out of 20012 with flag 2465000/2465000
1452.29/825.73	c cleaning 10006 clauses out of 20015 with flag 2475001/2475001
1457.65/828.95	c cleaning 10000 clauses out of 20008 with flag 2485000/2485000
1463.03/832.12	c cleaning 9996 clauses out of 20010 with flag 2495002/2495002
1468.46/835.48	c cleaning 10002 clauses out of 20012 with flag 2505000/2505000
1473.83/838.66	c cleaning 9998 clauses out of 20010 with flag 2515000/2515000
1479.00/841.80	c cleaning 10003 clauses out of 20013 with flag 2525001/2525001
1484.56/845.03	c cleaning 9999 clauses out of 20009 with flag 2535000/2535000
1489.86/848.35	c cleaning 9994 clauses out of 20010 with flag 2545000/2545000
1494.64/851.20	c cleaning 10001 clauses out of 20016 with flag 2555000/2555000
1499.40/854.10	c cleaning 10002 clauses out of 20016 with flag 2565001/2565001
1503.79/856.82	c cleaning 9997 clauses out of 20014 with flag 2575001/2575001
1508.66/859.92	c cleaning 10003 clauses out of 20017 with flag 2585001/2585001
1513.43/862.81	c cleaning 10003 clauses out of 20015 with flag 2595002/2595002
1517.60/865.45	c cleaning 9996 clauses out of 20010 with flag 2605000/2605000
1521.97/868.10	c cleaning 9999 clauses out of 20014 with flag 2615000/2615000
1526.67/871.10	c cleaning 10002 clauses out of 20015 with flag 2625000/2625000
1531.61/874.02	c cleaning 10003 clauses out of 20013 with flag 2635000/2635000
1536.36/876.91	c cleaning 10000 clauses out of 20011 with flag 2645001/2645001
1540.93/879.75	c cleaning 10001 clauses out of 20010 with flag 2655000/2655000
1546.19/883.02	c cleaning 9999 clauses out of 20009 with flag 2665000/2665000
1551.13/886.04	c cleaning 9999 clauses out of 20010 with flag 2675000/2675000
1556.08/889.03	c cleaning 9996 clauses out of 20011 with flag 2685000/2685000
1560.84/891.98	c cleaning 10003 clauses out of 20015 with flag 2695000/2695000
1565.64/894.90	c cleaning 10005 clauses out of 20013 with flag 2705001/2705001
1570.36/897.81	c cleaning 10000 clauses out of 20008 with flag 2715001/2715001
1575.32/900.86	c cleaning 9998 clauses out of 20007 with flag 2725000/2725000
1580.19/903.86	c cleaning 10002 clauses out of 20010 with flag 2735001/2735001
1585.47/907.15	c cleaning 9996 clauses out of 20008 with flag 2745001/2745001
1590.22/910.01	c cleaning 9996 clauses out of 20012 with flag 2755001/2755001
1595.38/913.18	c cleaning 10001 clauses out of 20015 with flag 2765000/2765000
1600.54/916.24	c cleaning 9998 clauses out of 20014 with flag 2775000/2775000
1605.95/919.51	c cleaning 10001 clauses out of 20016 with flag 2785000/2785000
1611.07/922.61	c cleaning 9996 clauses out of 20015 with flag 2795000/2795000
1616.42/925.83	c cleaning 10004 clauses out of 20021 with flag 2805002/2805002
1621.75/929.08	c cleaning 10000 clauses out of 20015 with flag 2815000/2815000
1626.50/931.98	c cleaning 9999 clauses out of 20016 with flag 2825001/2825001
1631.05/934.73	c cleaning 9997 clauses out of 20016 with flag 2835000/2835000
1635.98/937.71	c cleaning 10003 clauses out of 20019 with flag 2845000/2845000
1640.92/940.76	c cleaning 10001 clauses out of 20017 with flag 2855001/2855001
1646.78/944.40	c cleaning 9997 clauses out of 20015 with flag 2865000/2865000
1652.49/947.74	c cleaning 10004 clauses out of 20019 with flag 2875001/2875001
1657.83/950.92	c cleaning 9998 clauses out of 20014 with flag 2885000/2885000
1662.96/954.08	c cleaning 10003 clauses out of 20016 with flag 2895000/2895000
1668.42/957.32	c cleaning 10003 clauses out of 20013 with flag 2905000/2905000
1673.57/960.44	c cleaning 9997 clauses out of 20011 with flag 2915001/2915001
1678.67/963.55	c cleaning 10005 clauses out of 20014 with flag 2925001/2925001
1684.39/966.91	c cleaning 10000 clauses out of 20008 with flag 2935000/2935000
1690.20/970.54	c cleaning 9998 clauses out of 20009 with flag 2945001/2945001
1695.13/973.52	c cleaning 9997 clauses out of 20011 with flag 2955001/2955001
1700.64/976.82	c cleaning 10003 clauses out of 20013 with flag 2965000/2965000
1705.93/980.09	c cleaning 10001 clauses out of 20011 with flag 2975001/2975001
1711.57/983.56	c cleaning 9999 clauses out of 20010 with flag 2985001/2985001
1716.93/986.78	c cleaning 9999 clauses out of 20011 with flag 2995001/2995001
1722.05/989.89	c cleaning 10001 clauses out of 20011 with flag 3005000/3005000
1727.79/993.30	c cleaning 9995 clauses out of 20010 with flag 3015000/3015000
1733.04/996.60	c cleaning 10005 clauses out of 20015 with flag 3025000/3025000
1738.94/1000.03	c cleaning 10001 clauses out of 20011 with flag 3035001/3035001
1744.66/1003.41	c cleaning 9998 clauses out of 20010 with flag 3045001/3045001
1750.58/1006.96	c cleaning 9998 clauses out of 20011 with flag 3055000/3055000
1756.31/1010.35	c cleaning 9999 clauses out of 20014 with flag 3065001/3065001
1761.63/1013.58	c cleaning 10000 clauses out of 20014 with flag 3075000/3075000
1767.15/1016.80	c cleaning 9999 clauses out of 20014 with flag 3085000/3085000
1772.66/1020.17	c cleaning 10003 clauses out of 20016 with flag 3095001/3095001
1778.52/1023.68	c cleaning 10001 clauses out of 20013 with flag 3105001/3105001
1784.24/1027.07	c cleaning 9999 clauses out of 20012 with flag 3115001/3115001
1790.18/1030.51	c cleaning 10003 clauses out of 20013 with flag 3125001/3125001
1795.69/1033.86	c cleaning 9993 clauses out of 20009 with flag 3135000/3135000
1800.18/1036.81	c starts		: 248
1800.18/1036.81	c conflicts		: 3142989
1800.18/1036.81	c decisions		: 3551543
1800.18/1036.81	c propagations		: 33765316
1800.18/1036.81	c inspects		: 1217618494
1800.18/1036.81	c learnt literals	: 0
1800.18/1036.81	c learnt binary clauses	: 0
1800.18/1036.81	c learnt ternary clauses	: 0
1800.18/1036.81	c learnt clauses	: 3142989
1800.18/1036.81	c ignored clauses	: 0
1800.18/1036.81	c root simplifications	: 0
1800.39/1036.81	c removed literals (reason simplification)	: 87843259
1800.39/1036.81	c reason swapping (by a shorter reason)	: 0
1800.39/1036.81	c Calls to reduceDB	: 315
1800.39/1036.81	c number of reductions to clauses (during analyze)	: 0
1800.39/1036.81	c number of learned constraints concerned by reduction	: 0
1800.39/1036.81	c number of learning phase by resolution	: 0
1800.39/1036.81	c number of learning phase by cutting planes	: 0
1800.39/1036.81	c speed (assignments/second)	: 32639.182293333128
1800.39/1036.81	c non guided choices	88002
1800.55/1036.97	c learnt constraints type 
1800.55/1036.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18520
1800.55/1036.97	c constraints type 
1800.55/1036.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1367
1800.55/1036.97	c constraints type 
1800.55/1036.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1367
1800.55/1036.97	s UNKNOWN
1800.55/1036.97	c Total wall clock time (in seconds): 1036.754

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662174-1276549822/watcher-2662174-1276549822 -o /tmp/evaluation-result-2662174-1276549822/solver-2662174-1276549822 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662174-1276549822.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 0.99 2/106 30369
/proc/meminfo: memFree=1796560/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1832 CPUtime=0
/proc/30369/stat : 30369 (java6) R 30367 30369 29797 0 -1 4194304 244 0 0 0 0 0 0 0 22 0 1 0 30585974 1875968 148 1992294400 134512640 134550932 4286836192 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/30369/statm: 458 148 111 10 0 63 0

[startup+0.0692029 s]
/proc/loadavg: 0.92 0.99 0.99 2/106 30369
/proc/meminfo: memFree=1796560/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1522820 CPUtime=0.05
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 3672 0 1 0 4 1 0 0 18 0 7 0 30585974 1559367680 3114 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 380705 3114 1033 10 0 378015 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1522820

[startup+0.101208 s]
/proc/loadavg: 0.92 0.99 0.99 2/106 30369
/proc/meminfo: memFree=1796560/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1525044 CPUtime=0.09
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 3939 0 1 0 7 2 0 0 18 0 12 0 30585974 1561645056 3379 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 381261 3379 1074 10 0 378564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525044

[startup+0.301604 s]
/proc/loadavg: 0.92 0.99 0.99 2/106 30369
/proc/meminfo: memFree=1796560/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1526508 CPUtime=0.39
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 5897 0 1 0 36 3 0 0 18 0 12 0 30585974 1563144192 5335 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 381627 5335 1359 10 0 378930 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526508

[startup+0.700602 s]
/proc/loadavg: 0.92 0.99 0.99 2/106 30369
/proc/meminfo: memFree=1796560/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1527672 CPUtime=1.07
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 9876 0 1 0 102 5 0 0 18 0 12 0 30585974 1564336128 9226 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 381918 9226 1400 10 0 379221 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1527672

[startup+1.5016 s]
/proc/loadavg: 0.92 0.99 0.99 4/118 30381
/proc/meminfo: memFree=1749964/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1542272 CPUtime=2.65
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 25775 0 1 0 253 12 0 0 18 0 12 0 30585974 1579286528 23741 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 385568 23744 1406 10 0 382871 0
[pid=30369/tid=30371] ppid=30367 vsize=1542272 CPUtime=1.47
/proc/30369/task/30371/stat : 30371 (java) R 30367 30369 29797 0 -1 4202560 19081 0 1 0 138 9 0 0 18 0 12 0 30585976 1579286528 23745 1992294400 134512640 134550932 4288214784 18446744073709551615 4108958156 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1542272 CPUtime=0
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29797 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 30585978 1579286528 23745 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1542272 CPUtime=0
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29797 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30585978 1579286528 23745 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1542272 CPUtime=0
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29797 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 30585979 1579286528 23747 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1542272 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29797 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 30585980 1579286528 23747 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1542272 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 30585980 1579286528 23748 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1542272 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30585984 1579286528 23749 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1542272 CPUtime=0.5
/proc/30369/task/30378/stat : 30378 (java) R 30367 30369 29797 0 -1 4202560 2742 0 0 0 49 1 0 0 25 0 12 0 30585984 1579286528 23750 1992294400 134512640 134550932 4288214784 18446744073709551615 105856416 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1542272 CPUtime=0.65
/proc/30369/task/30379/stat : 30379 (java) R 30367 30369 29797 0 -1 4202560 2895 0 0 0 65 0 0 0 25 0 12 0 30585984 1579286528 23751 1992294400 134512640 134550932 4288214784 18446744073709551615 105497941 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1542272 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30585984 1579286528 23752 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1542272 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30585984 1579286528 23752 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1542272

[startup+3.10159 s]
/proc/loadavg: 0.92 0.99 0.99 4/118 30381
/proc/meminfo: memFree=1647292/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1541108 CPUtime=5.6
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 48808 0 1 0 536 24 0 0 18 0 15 0 30585974 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 385277 45072 1437 10 0 382580 0
[pid=30369/tid=30371] ppid=30367 vsize=1541108 CPUtime=2.1
/proc/30369/task/30371/stat : 30371 (java) S 30367 30369 29797 0 -1 4202560 32038 0 1 0 195 15 0 0 17 0 15 0 30585976 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1541108 CPUtime=0.16
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29797 0 -1 4202560 3913 0 0 0 15 1 0 0 18 0 15 0 30585978 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1541108 CPUtime=0.16
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29797 0 -1 4202560 4717 0 0 0 14 2 0 0 18 0 15 0 30585978 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1541108 CPUtime=0
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29797 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 15 0 30585979 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1541108 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 30585980 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1541108 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29797 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 30585980 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1541108 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 30585984 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1541108 CPUtime=0.86
/proc/30369/task/30378/stat : 30378 (java) R 30367 30369 29797 0 -1 4202560 4065 0 0 0 84 2 0 0 21 0 15 0 30585984 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1541108 CPUtime=1.37
/proc/30369/task/30379/stat : 30379 (java) R 30367 30369 29797 0 -1 4202560 2976 0 0 0 136 1 0 0 18 0 15 0 30585984 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 105538878 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1541108 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 30585984 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1541108 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 15 0 30585984 1578094592 45072 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 1541108

[startup+6.30157 s]
/proc/loadavg: 1.25 1.05 1.02 6/122 30385
/proc/meminfo: memFree=1593940/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1541456 CPUtime=11.93
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 56850 0 1 0 1164 29 0 0 18 0 16 0 30585974 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 385364 52330 1441 10 0 382667 0
[pid=30369/tid=30371] ppid=30367 vsize=1541456 CPUtime=2.1
/proc/30369/task/30371/stat : 30371 (java) S 30367 30369 29797 0 -1 4202560 32038 0 1 0 195 15 0 0 15 0 16 0 30585976 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1541456 CPUtime=0.42
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29797 0 -1 4202560 6970 0 0 0 40 2 0 0 16 0 16 0 30585978 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1541456 CPUtime=0.44
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29797 0 -1 4202560 8970 0 0 0 39 5 0 0 16 0 16 0 30585978 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1541456 CPUtime=0
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29797 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 30585979 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1541456 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 30585980 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1541456 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29797 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30585980 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1541456 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30585984 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1541456 CPUtime=1.67
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29797 0 -1 4202560 4305 0 0 0 165 2 0 0 15 0 16 0 30585984 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1541456 CPUtime=2.39
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29797 0 -1 4202560 3440 0 0 0 238 1 0 0 15 0 16 0 30585984 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1541456 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30585984 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1541456 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 30585984 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30382] ppid=30367 vsize=1541456 CPUtime=2.75
/proc/30369/task/30382/stat : 30382 (java) R 30367 30369 29797 0 -1 4202560 28 0 0 0 275 0 0 0 21 0 16 0 30586206 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4109431263 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30383] ppid=30367 vsize=1541456 CPUtime=2.08
/proc/30369/task/30383/stat : 30383 (java) R 30367 30369 29797 0 -1 4202560 23 0 0 0 208 0 0 0 20 0 16 0 30586206 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4108933443 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1541456 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30586267 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30385] ppid=30367 vsize=1541456 CPUtime=0
/proc/30369/task/30385/stat : 30385 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 30586291 1578450944 52330 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 1541456

[startup+12.7016 s]
/proc/loadavg: 1.31 1.07 1.02 2/122 30385
/proc/meminfo: memFree=1567536/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1538984 CPUtime=24.38
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 64556 0 1 0 2404 34 0 0 18 0 16 0 30585974 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 384746 58493 1446 10 0 382049 0
[pid=30369/tid=30371] ppid=30367 vsize=1538984 CPUtime=2.1
/proc/30369/task/30371/stat : 30371 (java) S 30367 30369 29797 0 -1 4202560 32038 0 1 0 195 15 0 0 15 0 16 0 30585976 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1538984 CPUtime=0.86
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29797 0 -1 4202560 10283 0 0 0 82 4 0 0 15 0 16 0 30585978 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1538984 CPUtime=0.88
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29797 0 -1 4202560 13195 0 0 0 81 7 0 0 16 0 16 0 30585978 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1538984 CPUtime=0.23
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29797 0 -1 4202560 139 0 0 0 23 0 0 0 15 0 16 0 30585979 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1538984 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 30585980 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1538984 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29797 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30585980 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1538984 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30585984 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1538984 CPUtime=1.96
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29797 0 -1 4202560 4320 0 0 0 194 2 0 0 15 0 16 0 30585984 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1538984 CPUtime=2.43
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29797 0 -1 4202560 3443 0 0 0 242 1 0 0 15 0 16 0 30585984 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1538984 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30585984 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1538984 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 30585984 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30382] ppid=30367 vsize=1538984 CPUtime=8.34
/proc/30369/task/30382/stat : 30382 (java) R 30367 30369 29797 0 -1 4202560 39 0 0 0 834 0 0 0 18 0 16 0 30586206 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4109461613 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30383] ppid=30367 vsize=1538984 CPUtime=7.49
/proc/30369/task/30383/stat : 30383 (java) R 30367 30369 29797 0 -1 4202560 32 0 0 0 749 0 0 0 25 0 16 0 30586206 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4109424875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1538984 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30586267 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30385] ppid=30367 vsize=1538984 CPUtime=0
/proc/30369/task/30385/stat : 30385 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 30586291 1575919616 58493 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.38
Current children cumulated vsize (KiB) 1538984

[startup+25.5015 s]
/proc/loadavg: 1.39 1.10 1.03 3/122 30387
/proc/meminfo: memFree=1553276/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1538984 CPUtime=48.31
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 68630 0 1 0 4793 38 0 0 18 0 16 0 30585974 1575919616 62237 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30586267 1576079360 119664 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30385] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30385/stat : 30385 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 30586291 1576079360 119664 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1544.81
Current children cumulated vsize (KiB) 1539140

[startup+942.301 s]
/proc/loadavg: 1.78 1.99 1.70 2/122 30414
/proc/meminfo: memFree=1314452/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1539140 CPUtime=1642.79
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 187964 0 1 0 164068 211 0 0 18 0 16 0 30585974 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 384785 121027 1450 10 0 382088 0
[pid=30369/tid=30371] ppid=30367 vsize=1539140 CPUtime=2.11
/proc/30369/task/30371/stat : 30371 (java) S 30367 30369 29797 0 -1 4202560 32126 0 1 0 196 15 0 0 15 0 16 0 30585976 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1539140 CPUtime=17.44
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29797 0 -1 4202560 37843 0 0 0 1674 70 0 0 16 0 16 0 30585978 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1539140 CPUtime=17.52
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29797 0 -1 4202560 45781 0 0 0 1696 56 0 0 15 0 16 0 30585978 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1539140 CPUtime=227.09
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29797 0 -1 4202560 62206 0 0 0 22671 38 0 0 17 0 16 0 30585979 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 30585980 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29797 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30585980 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30585984 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1539140 CPUtime=1.96
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29797 0 -1 4202560 4320 0 0 0 194 2 0 0 15 0 16 0 30585984 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1539140 CPUtime=4.27
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29797 0 -1 4202560 3696 0 0 0 426 1 0 0 16 0 16 0 30585984 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30585984 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29797 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30585984 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30382] ppid=30367 vsize=1539140 CPUtime=687.78
/proc/30369/task/30382/stat : 30382 (java) R 30367 30369 29797 0 -1 4202560 490 0 0 0 68766 12 0 0 18 0 16 0 30586206 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4109469461 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30383] ppid=30367 vsize=1539140 CPUtime=684.51
/proc/30369/task/30383/stat : 30383 (java) R 30367 30369 29797 0 -1 4202560 379 0 0 0 68440 11 0 0 18 0 16 0 30586206 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4109359454 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30586267 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30385] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30385/stat : 30385 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 30586291 1576079360 121027 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1642.79
Current children cumulated vsize (KiB) 1539140

[startup+1002.3 s]
/proc/loadavg: 1.92 1.99 1.72 3/122 30416
/proc/meminfo: memFree=1309120/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1539140 CPUtime=1742.49
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 189815 0 1 0 174025 224 0 0 18 0 16 0 30585974 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 384785 122175 1450 10 0 382088 0
[pid=30369/tid=30371] ppid=30367 vsize=1539140 CPUtime=2.11
/proc/30369/task/30371/stat : 30371 (java) S 30367 30369 29797 0 -1 4202560 32137 0 1 0 196 15 0 0 15 0 16 0 30585976 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1539140 CPUtime=18.68
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29797 0 -1 4202560 38236 0 0 0 1789 79 0 0 16 0 16 0 30585978 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1539140 CPUtime=18.76
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29797 0 -1 4202560 46163 0 0 0 1818 58 0 0 16 0 16 0 30585978 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1539140 CPUtime=246.55
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29797 0 -1 4202560 63235 0 0 0 24616 39 0 0 15 0 16 0 30585979 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 30585980 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29797 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30585980 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30585984 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1539140 CPUtime=1.96
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29797 0 -1 4202560 4320 0 0 0 194 2 0 0 15 0 16 0 30585984 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1539140 CPUtime=4.27
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29797 0 -1 4202560 3696 0 0 0 426 1 0 0 16 0 16 0 30585984 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30585984 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29797 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 30585984 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30382] ppid=30367 vsize=1539140 CPUtime=726.66
/proc/30369/task/30382/stat : 30382 (java) R 30367 30369 29797 0 -1 4202560 509 0 0 0 72653 13 0 0 19 0 16 0 30586206 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4108990345 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30383] ppid=30367 vsize=1539140 CPUtime=723.4
/proc/30369/task/30383/stat : 30383 (java) R 30367 30369 29797 0 -1 4202560 394 0 0 0 72329 11 0 0 19 0 16 0 30586206 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4109355684 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30586267 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30385] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30385/stat : 30385 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 30586291 1576079360 122175 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.49
Current children cumulated vsize (KiB) 1539140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1036.7 s]
/proc/loadavg: 2.08 2.02 1.74 3/122 30416
/proc/meminfo: memFree=1305648/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1539140 CPUtime=1800.18
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 193940 0 1 0 179783 235 0 0 18 0 16 0 30585974 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 384785 123037 1450 10 0 382088 0
[pid=30369/tid=30371] ppid=30367 vsize=1539140 CPUtime=2.11
/proc/30369/task/30371/stat : 30371 (java) S 30367 30369 29797 0 -1 4202560 32149 0 1 0 196 15 0 0 15 0 16 0 30585976 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1539140 CPUtime=19.53
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29797 0 -1 4202560 38997 0 0 0 1873 80 0 0 15 0 16 0 30585978 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1539140 CPUtime=19.6
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29797 0 -1 4202560 46283 0 0 0 1895 65 0 0 16 0 16 0 30585978 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1539140 CPUtime=257.25
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29797 0 -1 4202560 66447 0 0 0 25684 41 0 0 15 0 16 0 30585979 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 30585980 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29797 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30585980 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29797 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30585984 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1539140 CPUtime=1.96
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29797 0 -1 4202560 4320 0 0 0 194 2 0 0 15 0 16 0 30585984 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1539140 CPUtime=4.27
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29797 0 -1 4202560 3696 0 0 0 426 1 0 0 16 0 16 0 30585984 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 30585984 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29797 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 16 0 30585984 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30382] ppid=30367 vsize=1539140 CPUtime=749.11
/proc/30369/task/30382/stat : 30382 (java) R 30367 30369 29797 0 -1 4202560 512 0 0 0 74898 13 0 0 19 0 16 0 30586206 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4109531706 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30383] ppid=30367 vsize=1539140 CPUtime=746.26
/proc/30369/task/30383/stat : 30383 (java) R 30367 30369 29797 0 -1 4202560 409 0 0 0 74614 12 0 0 19 0 16 0 30586206 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4109358166 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30586267 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30385] ppid=30367 vsize=1539140 CPUtime=0
/proc/30369/task/30385/stat : 30385 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 30586291 1576079360 123037 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1539140

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

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

[startup+1037 s]
/proc/loadavg: 2.08 2.02 1.74 3/122 30416
/proc/meminfo: memFree=1305648/2059040 swapFree=4164948/4192956
[pid=30369] ppid=30367 vsize=1539788 CPUtime=1800.75
/proc/30369/stat : 30369 (java) S 30367 30369 29797 0 -1 4202496 193962 0 1 0 179840 235 0 0 18 0 17 0 30585974 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30369/statm: 384947 123059 1453 10 0 382250 0
[pid=30369/tid=30371] ppid=30367 vsize=1539788 CPUtime=2.11
/proc/30369/task/30371/stat : 30371 (java) S 30367 30369 29797 0 -1 4202560 32149 0 1 0 196 15 0 0 15 0 17 0 30585976 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30372] ppid=30367 vsize=1539788 CPUtime=19.53
/proc/30369/task/30372/stat : 30372 (java) S 30367 30369 29797 0 -1 4202560 38997 0 0 0 1873 80 0 0 15 0 17 0 30585978 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30373] ppid=30367 vsize=1539788 CPUtime=19.6
/proc/30369/task/30373/stat : 30373 (java) S 30367 30369 29797 0 -1 4202560 46283 0 0 0 1895 65 0 0 16 0 17 0 30585978 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30374] ppid=30367 vsize=1539788 CPUtime=257.25
/proc/30369/task/30374/stat : 30374 (java) S 30367 30369 29797 0 -1 4202560 66447 0 0 0 25684 41 0 0 15 0 17 0 30585979 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30375] ppid=30367 vsize=1539788 CPUtime=0
/proc/30369/task/30375/stat : 30375 (java) S 30367 30369 29797 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 17 0 30585980 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30376] ppid=30367 vsize=1539788 CPUtime=0
/proc/30369/task/30376/stat : 30376 (java) S 30367 30369 29797 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 30585980 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30377] ppid=30367 vsize=1539788 CPUtime=0
/proc/30369/task/30377/stat : 30377 (java) S 30367 30369 29797 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 30585984 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30378] ppid=30367 vsize=1539788 CPUtime=1.96
/proc/30369/task/30378/stat : 30378 (java) S 30367 30369 29797 0 -1 4202560 4320 0 0 0 194 2 0 0 15 0 17 0 30585984 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30379] ppid=30367 vsize=1539788 CPUtime=4.3
/proc/30369/task/30379/stat : 30379 (java) S 30367 30369 29797 0 -1 4202560 3698 0 0 0 429 1 0 0 16 0 17 0 30585984 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30380] ppid=30367 vsize=1539788 CPUtime=0
/proc/30369/task/30380/stat : 30380 (java) S 30367 30369 29797 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 30585984 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30381] ppid=30367 vsize=1539788 CPUtime=0
/proc/30369/task/30381/stat : 30381 (java) S 30367 30369 29797 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 17 0 30585984 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
[pid=30369/tid=30382] ppid=30367 vsize=1539788 CPUtime=749.39
/proc/30369/task/30382/stat : 30382 (java) R 30367 30369 29797 0 -1 4202560 512 0 0 0 74926 13 0 0 20 0 17 0 30586206 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4109702559 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30369/tid=30383] ppid=30367 vsize=1539788 CPUtime=746.49
/proc/30369/task/30383/stat : 30383 (java) R 30367 30369 29797 0 -1 4202560 409 0 0 0 74637 12 0 0 20 0 17 0 30586206 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4109415619 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30369/tid=30384] ppid=30367 vsize=1539788 CPUtime=0
/proc/30369/task/30384/stat : 30384 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 30586267 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 0 0 0 0
[pid=30369/tid=30385] ppid=30367 vsize=1539788 CPUtime=0
/proc/30369/task/30385/stat : 30385 (java) S 30367 30369 29797 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 17 0 30586291 1576742912 123059 1992294400 134512640 134550932 4288214784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823046720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 1539788

Child status: 143
Real time (s): 1037.09
CPU time (s): 1800.88
CPU user time (s): 1798.47
CPU system time (s): 2.40863
CPU usage (%): 173.647
Max. virtual memory (cumulated for all children) (KiB): 1544112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 2.40863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193964
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= 33093
involuntary context switches= 48191

runsolver used 4.97024 second user time and 10.7924 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-14 23:10:23
IDJOB=2662174
IDBENCH=2416
IDSOLVER=1166
FILE ID=node005/2662174-1276549822
PBS_JOBID= 11173478
Free space on /tmp= 62560 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-modszk1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662174-1276549822/watcher-2662174-1276549822 -o /tmp/evaluation-result-2662174-1276549822/solver-2662174-1276549822 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662174-1276549822.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 73a69ec0478725312d0c26d36222113a
RANDOM SEED=897626955

node005.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1796964 kB
Buffers:         47264 kB
Cached:         112612 kB
SwapCached:       1408 kB
Active:          74316 kB
Inactive:       118508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1796964 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:            2416 kB
Writeback:           4 kB
AnonPages:       31580 kB
Mapped:          14652 kB
Slab:            47348 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181592 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62560 MiB
End job on node005 at 2010-06-14 23:27:41