Trace number 3454207

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.67 988.414

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dg012142.opb
MD5SUM4f88b3d47f6404caca0c9a65b4bd3b5a
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 variables41920
Total number of constraints2137
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2097
Minimum length of a constraint1
Maximum length of a constraint371
Number of terms in the objective function 22720
Biggest coefficient in the objective function 5368709120000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 1036222338778688
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 1036222338778688
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	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-3454207-1307190561.opb
0.10/0.11	c reading problem ... 
1.61/1.11	c ... done. Wall clock time 0.995s.
1.61/1.11	c #vars     41920
1.61/1.11	c #constraints  9045
1.61/1.11	c constraints type 
1.61/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2737
1.61/1.11	c constraints type 
1.61/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2737
7.45/3.41	c cleaning 2491 clauses out of 4994 with flag 5004/5004
11.77/5.28	c cleaning 4236 clauses out of 8492 with flag 11000/11000
16.32/7.55	c cleaning 5617 clauses out of 11256 with flag 18001/18001
20.40/9.70	c cleaning 6800 clauses out of 13638 with flag 26000/26000
26.65/12.83	c cleaning 7917 clauses out of 15838 with flag 35001/35001
32.30/15.77	c cleaning 8947 clauses out of 17919 with flag 45001/45001
37.75/18.51	c cleaning 9470 clauses out of 18974 with flag 55005/55005
42.58/21.07	c cleaning 9735 clauses out of 19499 with flag 65000/65000
48.56/24.13	c cleaning 9843 clauses out of 19764 with flag 75000/75000
54.15/27.06	c cleaning 9922 clauses out of 19913 with flag 85001/85001
59.97/30.05	c cleaning 9972 clauses out of 19991 with flag 95001/95001
64.77/32.52	c cleaning 9994 clauses out of 20016 with flag 105000/105000
73.09/36.80	c cleaning 9976 clauses out of 20022 with flag 115000/115000
78.87/39.83	c cleaning 10005 clauses out of 20045 with flag 125000/125000
85.45/43.22	c cleaning 10010 clauses out of 20040 with flag 135000/135000
94.63/47.91	c cleaning 9949 clauses out of 20030 with flag 145001/145001
102.29/51.96	c cleaning 10004 clauses out of 20080 with flag 155000/155000
105.64/53.73	c cleaning 9973 clauses out of 20076 with flag 165001/165001
110.23/56.14	c cleaning 0 clauses out of 5001 with flag 0/5001
113.20/57.67	c cleaning 9951 clauses out of 20102 with flag 175000/175000
117.84/60.04	c cleaning 10059 clauses out of 20149 with flag 185000/185000
123.18/62.89	c cleaning 9996 clauses out of 20091 with flag 195001/195001
128.92/65.83	c cleaning 10000 clauses out of 20095 with flag 205001/205001
132.46/67.78	c cleaning 10032 clauses out of 20094 with flag 215000/215000
136.66/70.08	c cleaning 10017 clauses out of 20054 with flag 225000/225000
142.80/73.28	c cleaning 10007 clauses out of 20037 with flag 235000/235000
148.31/76.12	c cleaning 9961 clauses out of 20030 with flag 245000/245000
151.22/77.77	c cleaning 10017 clauses out of 20069 with flag 255000/255000
156.02/80.34	c cleaning 10004 clauses out of 20052 with flag 265000/265000
160.67/82.80	c cleaning 10010 clauses out of 20046 with flag 275000/275000
165.97/85.65	c cleaning 9997 clauses out of 20037 with flag 285002/285002
174.25/89.92	c cleaning 9987 clauses out of 20038 with flag 295000/295000
177.97/92.09	c cleaning 9952 clauses out of 20052 with flag 305001/305001
180.47/93.50	c cleaning 10045 clauses out of 20099 with flag 315000/315000
183.50/95.19	c cleaning 10021 clauses out of 20055 with flag 325001/325001
186.16/96.69	c cleaning 9999 clauses out of 20034 with flag 335001/335001
189.25/98.44	c cleaning 9925 clauses out of 20035 with flag 345001/345001
194.10/101.07	c cleaning 10018 clauses out of 20109 with flag 355000/355000
199.75/104.08	c cleaning 10019 clauses out of 20092 with flag 365001/365001
203.39/106.06	c cleaning 10002 clauses out of 20073 with flag 375001/375001
208.07/108.69	c cleaning 9977 clauses out of 20070 with flag 385000/385000
213.70/111.61	c cleaning 9992 clauses out of 20094 with flag 395001/395001
218.97/114.46	c cleaning 10037 clauses out of 20102 with flag 405001/405001
225.57/117.93	c cleaning 9998 clauses out of 20064 with flag 415001/415001
234.42/122.64	c cleaning 10010 clauses out of 20065 with flag 425000/425000
240.03/125.69	c cleaning 9992 clauses out of 20055 with flag 435001/435001
244.65/128.14	c cleaning 10005 clauses out of 20063 with flag 445001/445001
249.46/130.81	c cleaning 10000 clauses out of 20058 with flag 455001/455001
254.08/133.38	c cleaning 10003 clauses out of 20057 with flag 465000/465000
258.29/135.64	c cleaning 10001 clauses out of 20057 with flag 475003/475003
263.49/138.42	c cleaning 10003 clauses out of 20055 with flag 485002/485002
268.68/141.29	c cleaning 9964 clauses out of 20049 with flag 495000/495000
273.71/144.11	c cleaning 9994 clauses out of 20085 with flag 505001/505001
278.28/146.59	c cleaning 10002 clauses out of 20091 with flag 515001/515001
282.86/149.07	c cleaning 9994 clauses out of 20088 with flag 525000/525000
287.44/151.57	c cleaning 10004 clauses out of 20094 with flag 535000/535000
294.63/155.41	c cleaning 10025 clauses out of 20090 with flag 545000/545000
300.61/158.65	c cleaning 9968 clauses out of 20065 with flag 555000/555000
302.98/160.03	c cleaning 0 clauses out of 11005 with flag 0/11005
303.80/160.65	c cleaning 9926 clauses out of 20098 with flag 565001/565001
309.34/163.75	c cleaning 9974 clauses out of 20172 with flag 575001/575001
316.30/167.42	c cleaning 9993 clauses out of 20197 with flag 585000/585000
324.31/171.65	c cleaning 10085 clauses out of 20203 with flag 595000/595000
328.83/174.15	c cleaning 10020 clauses out of 20116 with flag 605000/605000
335.78/177.97	c cleaning 10008 clauses out of 20097 with flag 615001/615001
342.93/181.71	c cleaning 10004 clauses out of 20089 with flag 625001/625001
349.26/185.19	c cleaning 10000 clauses out of 20085 with flag 635001/635001
355.41/188.47	c cleaning 9999 clauses out of 20084 with flag 645000/645000
361.54/191.88	c cleaning 10006 clauses out of 20085 with flag 655000/655000
367.27/194.98	c cleaning 10030 clauses out of 20076 with flag 665000/665000
374.00/198.54	c cleaning 9969 clauses out of 20046 with flag 675000/675000
381.15/202.39	c cleaning 9982 clauses out of 20077 with flag 685000/685000
389.83/207.06	c cleaning 10024 clauses out of 20094 with flag 695001/695001
393.19/209.01	c cleaning 9997 clauses out of 20069 with flag 705000/705000
396.49/210.81	c cleaning 9975 clauses out of 20072 with flag 715000/715000
400.39/213.07	c cleaning 10042 clauses out of 20098 with flag 725001/725001
403.47/214.93	c cleaning 10019 clauses out of 20056 with flag 735001/735001
406.19/216.55	c cleaning 10007 clauses out of 20037 with flag 745001/745001
409.89/218.68	c cleaning 9976 clauses out of 20030 with flag 755001/755001
414.60/221.24	c cleaning 10003 clauses out of 20053 with flag 765001/765001
419.47/224.07	c cleaning 10000 clauses out of 20050 with flag 775001/775001
423.77/226.51	c cleaning 10000 clauses out of 20050 with flag 785001/785001
427.47/228.51	c cleaning 10006 clauses out of 20050 with flag 795001/795001
430.97/230.50	c cleaning 9991 clauses out of 20044 with flag 805001/805001
436.43/233.62	c cleaning 9993 clauses out of 20053 with flag 815001/815001
439.92/235.60	c cleaning 9973 clauses out of 20059 with flag 825000/825000
442.21/237.00	c cleaning 10000 clauses out of 20086 with flag 835000/835000
444.49/238.46	c cleaning 10009 clauses out of 20086 with flag 845000/845000
447.15/240.19	c cleaning 10004 clauses out of 20079 with flag 855002/855002
449.83/241.78	c cleaning 9998 clauses out of 20073 with flag 865000/865000
455.51/244.90	c cleaning 10020 clauses out of 20075 with flag 875000/875000
459.79/247.22	c cleaning 10011 clauses out of 20056 with flag 885001/885001
464.43/249.90	c cleaning 10008 clauses out of 20044 with flag 895000/895000
469.50/252.70	c cleaning 10003 clauses out of 20036 with flag 905000/905000
474.37/255.45	c cleaning 10004 clauses out of 20033 with flag 915000/915000
479.44/258.26	c cleaning 10003 clauses out of 20032 with flag 925003/925003
484.67/261.23	c cleaning 10001 clauses out of 20026 with flag 935000/935000
489.55/263.93	c cleaning 10000 clauses out of 20025 with flag 945000/945000
494.00/266.41	c cleaning 10001 clauses out of 20025 with flag 955000/955000
498.46/268.97	c cleaning 10001 clauses out of 20024 with flag 965000/965000
504.29/272.25	c cleaning 9945 clauses out of 20023 with flag 975001/975001
508.55/274.65	c cleaning 9990 clauses out of 20078 with flag 985001/985001
515.03/278.10	c cleaning 9988 clauses out of 20087 with flag 995000/995000
521.31/281.55	c cleaning 10006 clauses out of 20099 with flag 1005000/1005000
526.50/284.58	c cleaning 10027 clauses out of 20095 with flag 1015002/1015002
531.96/287.53	c cleaning 10021 clauses out of 20070 with flag 1025004/1025004
540.02/291.89	c cleaning 10003 clauses out of 20045 with flag 1035000/1035000
549.47/296.81	c cleaning 9996 clauses out of 20043 with flag 1045001/1045001
558.47/301.72	c cleaning 10015 clauses out of 20049 with flag 1055003/1055003
568.13/306.82	c cleaning 9996 clauses out of 20032 with flag 1065001/1065001
579.16/312.68	c cleaning 10003 clauses out of 20039 with flag 1075004/1075004
589.80/318.27	c cleaning 9992 clauses out of 20032 with flag 1085000/1085000
600.58/324.03	c cleaning 10003 clauses out of 20041 with flag 1095001/1095001
608.01/328.09	c cleaning 9983 clauses out of 20038 with flag 1105001/1105001
620.07/334.32	c cleaning 9974 clauses out of 20055 with flag 1115001/1115001
633.27/341.29	c cleaning 9999 clauses out of 20080 with flag 1125000/1125000
647.03/348.61	c cleaning 9984 clauses out of 20081 with flag 1135000/1135000
659.87/355.24	c cleaning 10015 clauses out of 20099 with flag 1145002/1145002
673.66/362.45	c cleaning 9997 clauses out of 20082 with flag 1155000/1155000
683.27/367.54	c cleaning 9971 clauses out of 20085 with flag 1165000/1165000
688.01/370.32	c cleaning 9988 clauses out of 20114 with flag 1175000/1175000
694.42/373.90	c cleaning 9998 clauses out of 20127 with flag 1185001/1185001
700.85/377.36	c cleaning 10002 clauses out of 20129 with flag 1195001/1195001
706.85/380.66	c cleaning 9995 clauses out of 20126 with flag 1205000/1205000
713.16/384.23	c cleaning 10004 clauses out of 20132 with flag 1215001/1215001
719.56/387.76	c cleaning 9999 clauses out of 20127 with flag 1225000/1225000
725.96/391.30	c cleaning 10002 clauses out of 20129 with flag 1235001/1235001
732.15/394.61	c cleaning 9997 clauses out of 20126 with flag 1245000/1245000
738.37/398.18	c cleaning 10001 clauses out of 20129 with flag 1255000/1255000
742.54/400.58	c cleaning 10048 clauses out of 20129 with flag 1265001/1265001
745.72/402.43	c cleaning 10018 clauses out of 20081 with flag 1275001/1275001
750.31/405.03	c cleaning 10004 clauses out of 20063 with flag 1285001/1285001
754.62/407.69	c cleaning 9946 clauses out of 20059 with flag 1295001/1295001
758.41/409.86	c cleaning 10014 clauses out of 20113 with flag 1305001/1305001
762.40/412.14	c cleaning 9958 clauses out of 20099 with flag 1315001/1315001
765.58/414.09	c cleaning 9921 clauses out of 20140 with flag 1325000/1325000
769.28/416.35	c cleaning 10002 clauses out of 20219 with flag 1335000/1335000
772.67/418.32	c cleaning 10042 clauses out of 20218 with flag 1345001/1345001
777.25/420.96	c cleaning 10039 clauses out of 20173 with flag 1355001/1355001
785.84/425.53	c cleaning 10019 clauses out of 20137 with flag 1365004/1365004
794.17/430.14	c cleaning 10006 clauses out of 20115 with flag 1375001/1375001
802.51/434.65	c cleaning 10001 clauses out of 20108 with flag 1385000/1385000
810.68/439.03	c cleaning 9994 clauses out of 20107 with flag 1395000/1395000
819.25/443.62	c cleaning 10005 clauses out of 20115 with flag 1405002/1405002
827.54/448.24	c cleaning 9995 clauses out of 20108 with flag 1415000/1415000
835.31/452.47	c cleaning 10004 clauses out of 20114 with flag 1425001/1425001
843.27/456.79	c cleaning 9998 clauses out of 20109 with flag 1435000/1435000
851.24/461.05	c cleaning 10008 clauses out of 20112 with flag 1445001/1445001
859.31/465.53	c cleaning 9996 clauses out of 20104 with flag 1455001/1455001
867.69/470.04	c cleaning 10004 clauses out of 20107 with flag 1465000/1465000
875.45/474.27	c cleaning 10007 clauses out of 20103 with flag 1475000/1475000
883.43/478.54	c cleaning 9995 clauses out of 20096 with flag 1485000/1485000
891.68/483.16	c cleaning 9997 clauses out of 20104 with flag 1495003/1495003
896.44/485.86	c cleaning 10046 clauses out of 20104 with flag 1505001/1505001
901.80/488.84	c cleaning 10016 clauses out of 20056 with flag 1515001/1515001
910.16/493.32	c cleaning 9996 clauses out of 20040 with flag 1525001/1525001
916.22/496.81	c cleaning 9986 clauses out of 20045 with flag 1535002/1535002
922.57/500.39	c cleaning 9960 clauses out of 20057 with flag 1545000/1545000
932.33/505.52	c cleaning 0 clauses out of 18002 with flag 0/18002
938.69/509.06	c cleaning 9999 clauses out of 20097 with flag 1555000/1555000
948.94/514.61	c cleaning 10007 clauses out of 20098 with flag 1565000/1565000
951.89/516.46	c cleaning 9998 clauses out of 20092 with flag 1575001/1575001
954.67/518.17	c cleaning 10016 clauses out of 20093 with flag 1585000/1585000
957.99/520.14	c cleaning 10022 clauses out of 20075 with flag 1595000/1595000
962.23/522.73	c cleaning 10010 clauses out of 20053 with flag 1605000/1605000
966.38/525.12	c cleaning 10007 clauses out of 20044 with flag 1615001/1615001
974.72/529.67	c cleaning 9977 clauses out of 20036 with flag 1625000/1625000
990.87/538.08	c cleaning 10024 clauses out of 20060 with flag 1635001/1635001
995.31/540.72	c cleaning 9949 clauses out of 20036 with flag 1645001/1645001
998.84/542.85	c cleaning 9998 clauses out of 20088 with flag 1655002/1655002
1002.37/545.00	c cleaning 10000 clauses out of 20088 with flag 1665000/1665000
1006.11/547.12	c cleaning 10004 clauses out of 20089 with flag 1675001/1675001
1010.55/549.86	c cleaning 10002 clauses out of 20084 with flag 1685000/1685000
1014.29/552.06	c cleaning 9948 clauses out of 20083 with flag 1695001/1695001
1019.23/554.88	c cleaning 10019 clauses out of 20134 with flag 1705000/1705000
1026.60/558.84	c cleaning 10044 clauses out of 20115 with flag 1715000/1715000
1035.99/564.05	c cleaning 10019 clauses out of 20071 with flag 1725000/1725000
1041.51/567.13	c cleaning 9966 clauses out of 20052 with flag 1735000/1735000
1046.43/570.00	c cleaning 10004 clauses out of 20088 with flag 1745002/1745002
1051.55/572.81	c cleaning 9996 clauses out of 20083 with flag 1755001/1755001
1056.76/575.99	c cleaning 9997 clauses out of 20087 with flag 1765001/1765001
1061.68/578.75	c cleaning 10003 clauses out of 20090 with flag 1775001/1775001
1067.23/581.73	c cleaning 10000 clauses out of 20086 with flag 1785000/1785000
1072.55/584.73	c cleaning 9996 clauses out of 20087 with flag 1795001/1795001
1078.25/588.07	c cleaning 10011 clauses out of 20089 with flag 1805002/1805002
1084.77/591.68	c cleaning 10007 clauses out of 20077 with flag 1815001/1815001
1091.68/595.48	c cleaning 10001 clauses out of 20070 with flag 1825001/1825001
1098.79/599.33	c cleaning 10001 clauses out of 20068 with flag 1835000/1835000
1106.18/603.57	c cleaning 10000 clauses out of 20067 with flag 1845000/1845000
1113.09/607.38	c cleaning 10002 clauses out of 20067 with flag 1855000/1855000
1120.00/611.11	c cleaning 10002 clauses out of 20065 with flag 1865000/1865000
1126.50/614.74	c cleaning 9999 clauses out of 20064 with flag 1875001/1875001
1133.40/618.62	c cleaning 9997 clauses out of 20065 with flag 1885001/1885001
1140.30/622.48	c cleaning 10001 clauses out of 20068 with flag 1895001/1895001
1147.20/626.29	c cleaning 9999 clauses out of 20066 with flag 1905000/1905000
1154.52/630.28	c cleaning 9999 clauses out of 20067 with flag 1915000/1915000
1161.49/634.14	c cleaning 9999 clauses out of 20070 with flag 1925002/1925002
1168.41/637.92	c cleaning 10001 clauses out of 20069 with flag 1935000/1935000
1175.09/641.66	c cleaning 10006 clauses out of 20069 with flag 1945001/1945001
1180.22/644.55	c cleaning 10019 clauses out of 20063 with flag 1955001/1955001
1182.80/646.30	c cleaning 10007 clauses out of 20044 with flag 1965001/1965001
1184.90/647.79	c cleaning 10007 clauses out of 20037 with flag 1975001/1975001
1187.19/649.27	c cleaning 9999 clauses out of 20030 with flag 1985001/1985001
1189.49/650.75	c cleaning 10000 clauses out of 20031 with flag 1995001/1995001
1192.08/652.55	c cleaning 10001 clauses out of 20031 with flag 2005001/2005001
1194.39/654.04	c cleaning 10000 clauses out of 20030 with flag 2015001/2015001
1196.48/655.44	c cleaning 10009 clauses out of 20029 with flag 2025000/2025000
1200.18/657.65	c cleaning 9912 clauses out of 20021 with flag 2035001/2035001
1202.96/659.57	c cleaning 10045 clauses out of 20108 with flag 2045000/2045000
1205.50/661.18	c cleaning 10002 clauses out of 20063 with flag 2055000/2055000
1208.77/663.20	c cleaning 9999 clauses out of 20062 with flag 2065001/2065001
1216.46/667.31	c cleaning 9985 clauses out of 20062 with flag 2075000/2075000
1227.83/673.59	c cleaning 9993 clauses out of 20077 with flag 2085000/2085000
1238.92/679.46	c cleaning 9997 clauses out of 20086 with flag 2095002/2095002
1249.40/685.07	c cleaning 9984 clauses out of 20087 with flag 2105000/2105000
1262.30/691.89	c cleaning 9991 clauses out of 20103 with flag 2115000/2115000
1276.43/699.42	c cleaning 10012 clauses out of 20114 with flag 2125002/2125002
1290.71/706.96	c cleaning 9990 clauses out of 20100 with flag 2135000/2135000
1302.77/713.34	c cleaning 10000 clauses out of 20110 with flag 2145000/2145000
1315.64/720.14	c cleaning 9991 clauses out of 20111 with flag 2155001/2155001
1329.19/727.48	c cleaning 9989 clauses out of 20120 with flag 2165001/2165001
1340.88/733.70	c cleaning 10060 clauses out of 20130 with flag 2175001/2175001
1347.52/737.34	c cleaning 10029 clauses out of 20069 with flag 2185000/2185000
1353.38/740.60	c cleaning 9922 clauses out of 20040 with flag 2195000/2195000
1359.90/744.46	c cleaning 10050 clauses out of 20119 with flag 2205001/2205001
1366.96/748.31	c cleaning 10012 clauses out of 20065 with flag 2215000/2215000
1381.06/755.78	c cleaning 10006 clauses out of 20055 with flag 2225002/2225002
1394.67/762.94	c cleaning 9984 clauses out of 20047 with flag 2235001/2235001
1398.18/765.26	c cleaning 10004 clauses out of 20062 with flag 2245000/2245000
1401.22/767.18	c cleaning 9999 clauses out of 20058 with flag 2255000/2255000
1404.47/769.11	c cleaning 10001 clauses out of 20059 with flag 2265000/2265000
1406.91/770.78	c cleaning 9998 clauses out of 20058 with flag 2275000/2275000
1410.21/772.97	c cleaning 9982 clauses out of 20060 with flag 2285000/2285000
1414.26/775.32	c cleaning 10019 clauses out of 20079 with flag 2295001/2295001
1417.51/777.37	c cleaning 10008 clauses out of 20059 with flag 2305000/2305000
1422.15/780.01	c cleaning 9990 clauses out of 20051 with flag 2315000/2315000
1426.25/782.65	c cleaning 9968 clauses out of 20062 with flag 2325001/2325001
1429.29/784.59	c cleaning 9999 clauses out of 20093 with flag 2335000/2335000
1432.57/786.52	c cleaning 9998 clauses out of 20094 with flag 2345000/2345000
1435.77/788.56	c cleaning 10004 clauses out of 20097 with flag 2355001/2355001
1439.28/790.91	c cleaning 9995 clauses out of 20092 with flag 2365000/2365000
1442.69/792.94	c cleaning 10026 clauses out of 20098 with flag 2375001/2375001
1446.77/795.37	c cleaning 9959 clauses out of 20072 with flag 2385001/2385001
1450.42/797.52	c cleaning 10018 clauses out of 20113 with flag 2395001/2395001
1458.28/802.07	c cleaning 9989 clauses out of 20094 with flag 2405001/2405001
1461.53/804.04	c cleaning 10034 clauses out of 20104 with flag 2415000/2415000
1465.55/806.49	c cleaning 9953 clauses out of 20071 with flag 2425001/2425001
1468.38/808.27	c cleaning 9978 clauses out of 20117 with flag 2435000/2435000
1471.27/810.26	c cleaning 9998 clauses out of 20140 with flag 2445001/2445001
1473.74/811.89	c cleaning 9996 clauses out of 20141 with flag 2455000/2455000
1476.33/813.52	c cleaning 10008 clauses out of 20146 with flag 2465001/2465001
1478.80/815.16	c cleaning 9995 clauses out of 20138 with flag 2475001/2475001
1481.66/817.21	c cleaning 9999 clauses out of 20142 with flag 2485000/2485000
1484.89/819.17	c cleaning 10000 clauses out of 20144 with flag 2495001/2495001
1494.13/824.16	c cleaning 10050 clauses out of 20144 with flag 2505001/2505001
1507.17/831.07	c cleaning 10030 clauses out of 20094 with flag 2515001/2515001
1519.65/837.87	c cleaning 10018 clauses out of 20064 with flag 2525001/2525001
1531.88/844.32	c cleaning 10018 clauses out of 20047 with flag 2535002/2535002
1546.31/851.98	c cleaning 9995 clauses out of 20027 with flag 2545000/2545000
1562.33/860.30	c cleaning 9990 clauses out of 20034 with flag 2555002/2555002
1579.20/869.31	c cleaning 9993 clauses out of 20044 with flag 2565002/2565002
1594.62/877.46	c cleaning 10011 clauses out of 20052 with flag 2575003/2575003
1609.64/885.39	c cleaning 10009 clauses out of 20038 with flag 2585000/2585000
1624.47/893.16	c cleaning 9995 clauses out of 20029 with flag 2595000/2595000
1639.10/901.08	c cleaning 10006 clauses out of 20034 with flag 2605000/2605000
1655.74/909.75	c cleaning 10002 clauses out of 20029 with flag 2615001/2615001
1670.51/917.51	c cleaning 9998 clauses out of 20026 with flag 2625000/2625000
1684.74/925.05	c cleaning 9998 clauses out of 20029 with flag 2635001/2635001
1700.96/933.79	c cleaning 10000 clauses out of 20031 with flag 2645001/2645001
1712.18/939.79	c cleaning 9978 clauses out of 20030 with flag 2655000/2655000
1721.97/945.04	c cleaning 9990 clauses out of 20053 with flag 2665001/2665001
1731.15/950.02	c cleaning 9989 clauses out of 20062 with flag 2675000/2675000
1740.58/955.39	c cleaning 10001 clauses out of 20074 with flag 2685001/2685001
1750.37/960.60	c cleaning 9998 clauses out of 20072 with flag 2695000/2695000
1760.76/966.22	c cleaning 9994 clauses out of 20075 with flag 2705001/2705001
1771.33/971.90	c cleaning 9996 clauses out of 20081 with flag 2715001/2715001
1780.59/977.14	c cleaning 10006 clauses out of 20085 with flag 2725001/2725001
1789.57/982.02	c cleaning 9997 clauses out of 20078 with flag 2735000/2735000
1799.54/987.46	c cleaning 10009 clauses out of 20081 with flag 2745000/2745000
1800.53/988.32	c starts		: 230
1800.53/988.32	c conflicts		: 2745002
1800.53/988.32	c decisions		: 6571806
1800.53/988.32	c propagations		: 69565520
1800.53/988.32	c inspects		: 1641265357
1800.53/988.32	c shortcuts		: 0
1800.53/988.32	c learnt literals	: 81
1800.53/988.32	c learnt binary clauses	: 100
1800.53/988.32	c learnt ternary clauses	: 117
1800.53/988.32	c learnt constraints	: 2744920
1800.53/988.32	c ignored constraints	: 0
1800.53/988.32	c root simplifications	: 0
1800.53/988.32	c removed literals (reason simplification)	: 60574194
1800.53/988.32	c reason swapping (by a shorter reason)	: 0
1800.53/988.32	c Calls to reduceDB	: 276
1800.53/988.32	c number of reductions to clauses (during analyze)	: 0
1800.53/988.32	c number of learned constraints concerned by reduction	: 0
1800.53/988.32	c number of learning phase by resolution	: 0
1800.53/988.32	c number of learning phase by cutting planes	: 0
1800.53/988.32	c speed (assignments/second)	: 70466.86162707188
1800.53/988.32	c non guided choices	2630093
1800.53/988.32	c learnt constraints type 
1800.53/988.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 100
1800.53/988.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9986
1800.53/988.32	c constraints type 
1800.53/988.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2737
1800.53/988.32	c constraints type 
1800.53/988.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2737
1800.53/988.32	s UNKNOWN
1800.53/988.32	c Total wall clock time (in seconds): 988.213

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

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

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


[startup+0 s]
/proc/loadavg: 3.73 3.84 3.58 2/479 18838
/proc/meminfo: memFree=21459148/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 2086 0 1 0 0 0 0 0 25 0 2 0 830654276 10681323520 1788 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2607745 1800 906 9 0 2598901 0
[pid=18838/tid=18839] ppid=18836 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) R 18836 18838 14960 0 -1 4202560 4295 0 1 0 0 0 0 0 25 0 2 0 830654277 10694979584 5111 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0929641 s]
/proc/loadavg: 3.73 3.84 3.58 2/479 18838
/proc/meminfo: memFree=21459148/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10539888 CPUtime=0.1 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 12929 0 1 0 8 2 0 0 25 0 18 0 830654276 10792845312 12610 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2634972 12610 2092 9 0 2625706 0
[pid=18838/tid=18839] ppid=18836 vsize=10539888 CPUtime=0.07 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) R 18836 18838 14960 0 -1 4202560 11000 0 1 0 6 1 0 0 18 0 18 0 830654277 10792845312 12610 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 47266878491475 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) 10539888

[startup+0.100653 s]
/proc/loadavg: 3.73 3.84 3.58 2/479 18838
/proc/meminfo: memFree=21459148/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10539888 CPUtime=0.1 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 13031 0 1 0 8 2 0 0 25 0 18 0 830654276 10792845312 12712 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2634972 12712 2093 9 0 2625706 0
[pid=18838/tid=18839] ppid=18836 vsize=10539888 CPUtime=0.09 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) R 18836 18838 14960 0 -1 4202560 11101 0 1 0 7 2 0 0 18 0 18 0 830654277 10792845312 12712 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 47266873996035 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) 10539888

[startup+0.307657 s]
/proc/loadavg: 3.73 3.84 3.58 2/479 18838
/proc/meminfo: memFree=21459148/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10541296 CPUtime=0.52 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 19098 0 1 0 50 2 0 0 25 0 18 0 830654276 10794287104 18040 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2635324 18040 2200 9 0 2626058 0
[pid=18838/tid=18839] ppid=18836 vsize=10541296 CPUtime=0.29 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) R 18836 18838 14960 0 -1 4202560 15365 0 1 0 27 2 0 0 18 0 18 0 830654277 10794287104 18040 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 47266874012567 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10541296

[startup+0.700564 s]
/proc/loadavg: 3.73 3.84 3.58 2/479 18838
/proc/meminfo: memFree=21459148/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10552864 CPUtime=1.29 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 48870 0 1 0 123 6 0 0 25 0 18 0 830654276 10806132736 43753 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2638216 43761 2205 9 0 2628950 0
[pid=18838/tid=18839] ppid=18836 vsize=10552864 CPUtime=0.68 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) R 18836 18838 14960 0 -1 4202560 36358 0 1 0 64 4 0 0 18 0 18 0 830654277 10806132736 43761 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 46912505620778 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10552864

[startup+1.50138 s]
/proc/loadavg: 3.73 3.84 3.58 3/497 18859
/proc/meminfo: memFree=21179456/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10556976 CPUtime=3.18 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 94352 0 1 0 306 12 0 0 25 0 22 0 830654276 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2639244 89235 2227 9 0 2629978 0
[pid=18838/tid=18839] ppid=18836 vsize=10556976 CPUtime=1.09 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) S 18836 18838 14960 0 -1 4202560 72961 0 1 0 101 8 0 0 20 0 22 0 830654277 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18842] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18842/stat : 18842 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18843] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18843/stat : 18843 (java) S 18836 18838 14960 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830654279 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18844] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18844/stat : 18844 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18845] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18845/stat : 18845 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18846] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18846/stat : 18846 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18847] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18847/stat : 18847 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18848] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18848/stat : 18848 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18849] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18849/stat : 18849 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18851] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18851/stat : 18851 (java) S 18836 18838 14960 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830654280 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 0 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18852] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18852/stat : 18852 (java) S 18836 18838 14960 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830654280 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18853] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18853/stat : 18853 (java) S 18836 18838 14960 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830654280 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18854] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18854/stat : 18854 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654282 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347716017 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18855] ppid=18836 vsize=10556976 CPUtime=0.68 cores=1,3,5,7
/proc/18838/task/18855/stat : 18855 (java) R 18836 18838 14960 0 -1 4202560 4138 0 0 0 68 0 0 0 20 0 22 0 830654282 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 47266874844604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18838/tid=18857] ppid=18836 vsize=10556976 CPUtime=0.61 cores=1,3,5,7
/proc/18838/task/18857/stat : 18857 (java) R 18836 18838 14960 0 -1 4202560 7502 0 0 0 60 1 0 0 16 0 22 0 830654283 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 47266878444208 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18838/tid=18858] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18858/stat : 18858 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654283 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18859] ppid=18836 vsize=10556976 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18859/stat : 18859 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830654283 10810343424 89235 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 10556976

[startup+3.10109 s]
/proc/loadavg: 3.73 3.84 3.58 5/501 18863
/proc/meminfo: memFree=20963752/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10554880 CPUtime=6.84 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 178911 0 1 0 664 20 0 0 25 0 22 0 830654276 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2638720 172958 2229 9 0 2629454 0
[pid=18838/tid=18839] ppid=18836 vsize=10554880 CPUtime=1.09 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) S 18836 18838 14960 0 -1 4202560 72961 0 1 0 101 8 0 0 15 0 22 0 830654277 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18842] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18842/stat : 18842 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18843] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18843/stat : 18843 (java) S 18836 18838 14960 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830654279 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18844] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18844/stat : 18844 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18845] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18845/stat : 18845 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18846] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18846/stat : 18846 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18847] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18847/stat : 18847 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18848] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18848/stat : 18848 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18849] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18849/stat : 18849 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654279 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18851] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18851/stat : 18851 (java) S 18836 18838 14960 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830654280 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 0 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18852] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18852/stat : 18852 (java) S 18836 18838 14960 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830654280 10808197120 172958 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18853] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18853/stat : 18853 (java) S 18836 18838 14960 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830654280 10808197120 172959 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18854] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18854/stat : 18854 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654282 10808197120 172959 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347716017 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18855] ppid=18836 vsize=10554880 CPUtime=1 cores=1,3,5,7
/proc/18838/task/18855/stat : 18855 (java) S 18836 18838 14960 0 -1 4202560 4440 0 0 0 100 0 0 0 15 0 22 0 830654282 10808197120 172959 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18857] ppid=18836 vsize=10554880 CPUtime=0.76 cores=1,3,5,7
/proc/18838/task/18857/stat : 18857 (java) S 18836 18838 14960 0 -1 4202560 7765 0 0 0 75 1 0 0 15 0 22 0 830654283 10808197120 172959 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18858] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18858/stat : 18858 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654283 10808197120 172959 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18859] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18859/stat : 18859 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830654283 10808197120 172959 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18860] ppid=18836 vsize=10554880 CPUtime=1.98 cores=1,3,5,7
/proc/18838/task/18860/stat : 18860 (java) R 18836 18838 14960 0 -1 4202560 1507 0 0 0 198 0 0 0 25 0 22 0 830654388 10808197120 172959 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 47266878491475 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18838/tid=18861] ppid=18836 vsize=10554880 CPUtime=1.96 cores=1,3,5,7
/proc/18838/task/18861/stat : 18861 (java) R 18836 18838 14960 0 -1 4202560 91072 0 0 0 187 9 0 0 25 0 22 0 830654388 10808197120 172959 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 46912505876498 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18838/tid=18862] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18862/stat : 18862 (java) S 18836 18838 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830654396 10808197120 172959 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18863] ppid=18836 vsize=10554880 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18863/stat : 18863 (java) S 18836 18838 14960 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830654400 10808197120 172959 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 10554880

[startup+6.30152 s]
/proc/loadavg: 3.75 3.85 3.58 4/501 18863
/proc/meminfo: memFree=20539924/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10557568 CPUtime=13.93 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 240641 0 1 0 1364 29 0 0 25 0 22 0 830654276 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2639392 230626 2256 9 0 2630126 0
[pid=18838/tid=18839] ppid=18836 vsize=10557568 CPUtime=1.09 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) S 18836 18838 14960 0 -1 4202560 72961 0 1 0 101 8 0 0 15 0 22 0 830654277 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18842] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18842/stat : 18842 (java) S 18836 18838 14960 0 -1 4202560 602 0 0 0 0 0 0 0 16 0 22 0 830654279 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
[pid=18838/tid=18843] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18843/stat : 18843 (java) S 18836 18838 14960 0 -1 4202560 468 0 0 0 0 0 0 0 16 0 22 0 830654279 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18844] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18844/stat : 18844 (java) S 18836 18838 14960 0 -1 4202560 477 0 0 0 0 0 0 0 16 0 22 0 830654279 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
[pid=18838/tid=18845] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18845/stat : 18845 (java) S 18836 18838 14960 0 -1 4202560 162 0 0 0 0 0 0 0 18 0 22 0 830654279 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
[pid=18838/tid=18846] ppid=18836 vsize=10557568 CPUtime=0.03 cores=1,3,5,7
/proc/18838/task/18846/stat : 18846 (java) S 18836 18838 14960 0 -1 4202560 3629 0 0 0 3 0 0 0 18 0 22 0 830654279 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18847] ppid=18836 vsize=10557568 CPUtime=0.03 cores=1,3,5,7
/proc/18838/task/18847/stat : 18847 (java) S 18836 18838 14960 0 -1 4202560 3747 0 0 0 3 0 0 0 18 0 22 0 830654279 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
[pid=18838/tid=18848] ppid=18836 vsize=10557568 CPUtime=0.03 cores=1,3,5,7
/proc/18838/task/18848/stat : 18848 (java) S 18836 18838 14960 0 -1 4202560 2647 0 0 0 3 0 0 0 18 0 22 0 830654279 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
[pid=18838/tid=18849] ppid=18836 vsize=10557568 CPUtime=0.03 cores=1,3,5,7
/proc/18838/task/18849/stat : 18849 (java) S 18836 18838 14960 0 -1 4202560 2821 0 0 0 3 0 0 0 18 0 22 0 830654279 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18851] ppid=18836 vsize=10557568 CPUtime=0.27 cores=1,3,5,7
/proc/18838/task/18851/stat : 18851 (java) S 18836 18838 14960 0 -1 4202560 14196 0 0 0 26 1 0 0 16 0 22 0 830654280 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 0 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18852] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18852/stat : 18852 (java) S 18836 18838 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830654280 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18853] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18853/stat : 18853 (java) S 18836 18838 14960 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830654280 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18854] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18854/stat : 18854 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654282 10810949632 230626 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347716017 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0

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

/proc/meminfo: memFree=20706056/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10557568 CPUtime=1716.57 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 484249 0 1 0 171596 61 0 0 25 0 22 0 830654276 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2639392 468942 2257 9 0 2630126 0
[pid=18838/tid=18839] ppid=18836 vsize=10557568 CPUtime=1.09 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) S 18836 18838 14960 0 -1 4202560 73171 0 1 0 101 8 0 0 15 0 22 0 830654277 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18842] ppid=18836 vsize=10557568 CPUtime=1.17 cores=1,3,5,7
/proc/18838/task/18842/stat : 18842 (java) S 18836 18838 14960 0 -1 4202560 976 0 0 0 117 0 0 0 15 0 22 0 830654279 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18843] ppid=18836 vsize=10557568 CPUtime=1.23 cores=1,3,5,7
/proc/18838/task/18843/stat : 18843 (java) S 18836 18838 14960 0 -1 4202560 692 0 0 0 123 0 0 0 15 0 22 0 830654279 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18844] ppid=18836 vsize=10557568 CPUtime=1.18 cores=1,3,5,7
/proc/18838/task/18844/stat : 18844 (java) S 18836 18838 14960 0 -1 4202560 698 0 0 0 118 0 0 0 15 0 22 0 830654279 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18845] ppid=18836 vsize=10557568 CPUtime=1.22 cores=1,3,5,7
/proc/18838/task/18845/stat : 18845 (java) S 18836 18838 14960 0 -1 4202560 814 0 0 0 122 0 0 0 15 0 22 0 830654279 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18846] ppid=18836 vsize=10557568 CPUtime=1.39 cores=1,3,5,7
/proc/18838/task/18846/stat : 18846 (java) S 18836 18838 14960 0 -1 4202560 3917 0 0 0 138 1 0 0 16 0 22 0 830654279 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18847] ppid=18836 vsize=10557568 CPUtime=1.4 cores=1,3,5,7
/proc/18838/task/18847/stat : 18847 (java) S 18836 18838 14960 0 -1 4202560 4062 0 0 0 140 0 0 0 15 0 22 0 830654279 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18848] ppid=18836 vsize=10557568 CPUtime=1.29 cores=1,3,5,7
/proc/18838/task/18848/stat : 18848 (java) S 18836 18838 14960 0 -1 4202560 2962 0 0 0 129 0 0 0 16 0 22 0 830654279 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18849] ppid=18836 vsize=10557568 CPUtime=1.3 cores=1,3,5,7
/proc/18838/task/18849/stat : 18849 (java) S 18836 18838 14960 0 -1 4202560 2951 0 0 0 130 0 0 0 16 0 22 0 830654279 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18851] ppid=18836 vsize=10557568 CPUtime=174.01 cores=1,3,5,7
/proc/18838/task/18851/stat : 18851 (java) S 18836 18838 14960 0 -1 4202560 126796 0 0 0 17387 14 0 0 15 0 22 0 830654280 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 0 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18852] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18852/stat : 18852 (java) S 18836 18838 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830654280 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18853] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18853/stat : 18853 (java) S 18836 18838 14960 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830654280 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18854] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18854/stat : 18854 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654282 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347716017 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18855] ppid=18836 vsize=10557568 CPUtime=1.72 cores=1,3,5,7
/proc/18838/task/18855/stat : 18855 (java) S 18836 18838 14960 0 -1 4202560 7793 0 0 0 171 1 0 0 16 0 22 0 830654282 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18857] ppid=18836 vsize=10557568 CPUtime=1.79 cores=1,3,5,7
/proc/18838/task/18857/stat : 18857 (java) S 18836 18838 14960 0 -1 4202560 15027 0 0 0 178 1 0 0 15 0 22 0 830654283 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18858] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18858/stat : 18858 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654283 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18859] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18859/stat : 18859 (java) S 18836 18838 14960 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 830654283 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18860] ppid=18836 vsize=10557568 CPUtime=763.79 cores=1,3,5,7
/proc/18838/task/18860/stat : 18860 (java) R 18836 18838 14960 0 -1 4202560 1721 0 0 0 76379 0 0 0 20 0 22 0 830654388 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 46912506007767 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18838/tid=18861] ppid=18836 vsize=10557568 CPUtime=763.82 cores=1,3,5,7
/proc/18838/task/18861/stat : 18861 (java) R 18836 18838 14960 0 -1 4202560 241457 0 0 0 76355 27 0 0 20 0 22 0 830654388 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 46912505876441 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18838/tid=18862] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18862/stat : 18862 (java) S 18836 18838 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830654396 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18863] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18863/stat : 18863 (java) S 18836 18838 14960 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830654400 10810949632 468942 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1716.57
Current children cumulated vsize (KiB) 10557568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+987.818 s]
/proc/loadavg: 4.04 3.89 3.74 4/501 18950
/proc/meminfo: memFree=20689676/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10557568 CPUtime=1800.06 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 487064 0 1 0 179945 61 0 0 25 0 22 0 830654276 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2639392 471745 2257 9 0 2630126 0
[pid=18838/tid=18839] ppid=18836 vsize=10557568 CPUtime=1.09 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) S 18836 18838 14960 0 -1 4202560 73179 0 1 0 101 8 0 0 15 0 22 0 830654277 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18842] ppid=18836 vsize=10557568 CPUtime=1.23 cores=1,3,5,7
/proc/18838/task/18842/stat : 18842 (java) S 18836 18838 14960 0 -1 4202560 980 0 0 0 123 0 0 0 15 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
[pid=18838/tid=18843] ppid=18836 vsize=10557568 CPUtime=1.27 cores=1,3,5,7
/proc/18838/task/18843/stat : 18843 (java) S 18836 18838 14960 0 -1 4202560 697 0 0 0 127 0 0 0 15 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18844] ppid=18836 vsize=10557568 CPUtime=1.21 cores=1,3,5,7
/proc/18838/task/18844/stat : 18844 (java) S 18836 18838 14960 0 -1 4202560 703 0 0 0 121 0 0 0 16 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18845] ppid=18836 vsize=10557568 CPUtime=1.29 cores=1,3,5,7
/proc/18838/task/18845/stat : 18845 (java) S 18836 18838 14960 0 -1 4202560 823 0 0 0 129 0 0 0 16 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18846] ppid=18836 vsize=10557568 CPUtime=1.42 cores=1,3,5,7
/proc/18838/task/18846/stat : 18846 (java) S 18836 18838 14960 0 -1 4202560 3919 0 0 0 141 1 0 0 15 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18847] ppid=18836 vsize=10557568 CPUtime=1.47 cores=1,3,5,7
/proc/18838/task/18847/stat : 18847 (java) S 18836 18838 14960 0 -1 4202560 4080 0 0 0 147 0 0 0 15 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18848] ppid=18836 vsize=10557568 CPUtime=1.34 cores=1,3,5,7
/proc/18838/task/18848/stat : 18848 (java) S 18836 18838 14960 0 -1 4202560 2971 0 0 0 134 0 0 0 15 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18849] ppid=18836 vsize=10557568 CPUtime=1.38 cores=1,3,5,7
/proc/18838/task/18849/stat : 18849 (java) S 18836 18838 14960 0 -1 4202560 2966 0 0 0 137 1 0 0 16 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
[pid=18838/tid=18851] ppid=18836 vsize=10557568 CPUtime=181.71 cores=1,3,5,7
/proc/18838/task/18851/stat : 18851 (java) R 18836 18838 14960 0 -1 4202560 129534 0 0 0 18157 14 0 0 16 0 22 0 830654280 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 47266876853391 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=18838/tid=18852] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18852/stat : 18852 (java) S 18836 18838 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830654280 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18853] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18853/stat : 18853 (java) S 18836 18838 14960 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830654280 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18854] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18854/stat : 18854 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654282 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347716017 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18855] ppid=18836 vsize=10557568 CPUtime=1.72 cores=1,3,5,7
/proc/18838/task/18855/stat : 18855 (java) S 18836 18838 14960 0 -1 4202560 7793 0 0 0 171 1 0 0 16 0 22 0 830654282 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18857] ppid=18836 vsize=10557568 CPUtime=1.79 cores=1,3,5,7
/proc/18838/task/18857/stat : 18857 (java) S 18836 18838 14960 0 -1 4202560 15027 0 0 0 178 1 0 0 15 0 22 0 830654283 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18858] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18858/stat : 18858 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654283 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18859] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18859/stat : 18859 (java) S 18836 18838 14960 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 830654283 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18860] ppid=18836 vsize=10557568 CPUtime=801.48 cores=1,3,5,7
/proc/18838/task/18860/stat : 18860 (java) S 18836 18838 14960 0 -1 4202560 1721 0 0 0 80148 0 0 0 25 0 22 0 830654388 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18861] ppid=18836 vsize=10557568 CPUtime=801.51 cores=1,3,5,7
/proc/18838/task/18861/stat : 18861 (java) S 18836 18838 14960 0 -1 4202560 241457 0 0 0 80124 27 0 0 25 0 22 0 830654388 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18862] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18862/stat : 18862 (java) S 18836 18838 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830654396 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18863] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18863/stat : 18863 (java) S 18836 18838 14960 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830654400 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10557568

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

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

[startup+988.201 s]
/proc/loadavg: 4.04 3.89 3.74 4/501 18950
/proc/meminfo: memFree=20689676/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=10557568 CPUtime=1800.43 cores=1,3,5,7
/proc/18838/stat : 18838 (java) S 18836 18838 14960 0 -1 4202496 487065 0 1 0 179982 61 0 0 18 0 22 0 830654276 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 2639392 471745 2257 9 0 2630126 0
[pid=18838/tid=18839] ppid=18836 vsize=10557568 CPUtime=1.09 cores=1,3,5,7
/proc/18838/task/18839/stat : 18839 (java) S 18836 18838 14960 0 -1 4202560 73179 0 1 0 101 8 0 0 15 0 22 0 830654277 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18842] ppid=18836 vsize=10557568 CPUtime=1.23 cores=1,3,5,7
/proc/18838/task/18842/stat : 18842 (java) S 18836 18838 14960 0 -1 4202560 980 0 0 0 123 0 0 0 15 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
[pid=18838/tid=18843] ppid=18836 vsize=10557568 CPUtime=1.27 cores=1,3,5,7
/proc/18838/task/18843/stat : 18843 (java) S 18836 18838 14960 0 -1 4202560 697 0 0 0 127 0 0 0 15 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18844] ppid=18836 vsize=10557568 CPUtime=1.21 cores=1,3,5,7
/proc/18838/task/18844/stat : 18844 (java) S 18836 18838 14960 0 -1 4202560 703 0 0 0 121 0 0 0 16 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18845] ppid=18836 vsize=10557568 CPUtime=1.29 cores=1,3,5,7
/proc/18838/task/18845/stat : 18845 (java) S 18836 18838 14960 0 -1 4202560 823 0 0 0 129 0 0 0 16 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18846] ppid=18836 vsize=10557568 CPUtime=1.42 cores=1,3,5,7
/proc/18838/task/18846/stat : 18846 (java) S 18836 18838 14960 0 -1 4202560 3919 0 0 0 141 1 0 0 15 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18847] ppid=18836 vsize=10557568 CPUtime=1.47 cores=1,3,5,7
/proc/18838/task/18847/stat : 18847 (java) S 18836 18838 14960 0 -1 4202560 4080 0 0 0 147 0 0 0 15 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18848] ppid=18836 vsize=10557568 CPUtime=1.34 cores=1,3,5,7
/proc/18838/task/18848/stat : 18848 (java) S 18836 18838 14960 0 -1 4202560 2971 0 0 0 134 0 0 0 15 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18849] ppid=18836 vsize=10557568 CPUtime=1.38 cores=1,3,5,7
/proc/18838/task/18849/stat : 18849 (java) S 18836 18838 14960 0 -1 4202560 2966 0 0 0 137 1 0 0 16 0 22 0 830654279 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
[pid=18838/tid=18851] ppid=18836 vsize=10557568 CPUtime=182.08 cores=1,3,5,7
/proc/18838/task/18851/stat : 18851 (java) R 18836 18838 14960 0 -1 4202560 129534 0 0 0 18194 14 0 0 16 0 22 0 830654280 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 47266877235272 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=18838/tid=18852] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18852/stat : 18852 (java) S 18836 18838 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830654280 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18853] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18853/stat : 18853 (java) S 18836 18838 14960 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830654280 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18854] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18854/stat : 18854 (java) S 18836 18838 14960 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830654282 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18855] ppid=18836 vsize=10557568 CPUtime=1.72 cores=1,3,5,7
/proc/18838/task/18855/stat : 18855 (java) S 18836 18838 14960 0 -1 4202560 7793 0 0 0 171 1 0 0 16 0 22 0 830654282 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18857] ppid=18836 vsize=10557568 CPUtime=1.79 cores=1,3,5,7
/proc/18838/task/18857/stat : 18857 (java) S 18836 18838 14960 0 -1 4202560 15027 0 0 0 178 1 0 0 15 0 22 0 830654283 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 5 0 0 0
[pid=18838/tid=18858] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18858/stat : 18858 (java) S 18836 18838 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830654283 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18859] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18859/stat : 18859 (java) S 18836 18838 14960 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 830654283 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18860] ppid=18836 vsize=10557568 CPUtime=801.48 cores=1,3,5,7
/proc/18838/task/18860/stat : 18860 (java) S 18836 18838 14960 0 -1 4202560 1721 0 0 0 80148 0 0 0 25 0 22 0 830654388 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18861] ppid=18836 vsize=10557568 CPUtime=801.51 cores=1,3,5,7
/proc/18838/task/18861/stat : 18861 (java) S 18836 18838 14960 0 -1 4202560 241457 0 0 0 80124 27 0 0 25 0 22 0 830654388 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708313 0 4 0 16800975 18446604468362621184 0 0 -1 1 0 0 0
[pid=18838/tid=18862] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18862/stat : 18862 (java) S 18836 18838 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830654396 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 3 0 0 0
[pid=18838/tid=18863] ppid=18836 vsize=10557568 CPUtime=0 cores=1,3,5,7
/proc/18838/task/18863/stat : 18863 (java) S 18836 18838 14960 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830654400 10810949632 471745 33554432000 1073741824 1073778376 140736992405248 18446744073709551615 232347708928 0 4 0 16800975 18446604468362621184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 10557568

[startup+988.401 s]
/proc/loadavg: 4.04 3.89 3.74 4/501 18950
/proc/meminfo: memFree=20689676/32951124 swapFree=60688864/67111528
[pid=18838] ppid=18836 vsize=0 CPUtime=1800.64 cores=1,3,5,7
/proc/18838/stat : 18838 (java) Z 18836 18838 14960 0 -1 4203548 487781 0 1 0 179997 67 0 0 15 0 2 0 830654276 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18838/statm: 0 0 0 0 0 0 0
[pid=18838/tid=18862] ppid=18836 vsize=0 CPUtime=0.05 cores=1,3,5,7
/proc/18838/task/18862/stat : 18862 (java) R 18836 18838 14960 0 -1 4203588 7 0 0 0 0 5 0 0 18 0 2 0 830654396 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 988.414
CPU time (s): 1800.67
CPU user time (s): 1799.97
CPU system time (s): 0.691894
CPU usage (%): 182.177
Max. virtual memory (cumulated for all children) (KiB): 10563168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.691894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487781
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= 30122
involuntary context switches= 18837

runsolver used 4.73528 second user time and 10.6054 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-04 14:29:21
IDJOB=3454207
IDBENCH=2355
IDSOLVER=1950
FILE ID=node132/3454207-1307190561
RUNJOBID= node132-1307187587-17913
PBS_JOBID= 13508840
Free space on /tmp= 73924 MiB

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

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

MD5SUM BENCH= 4f88b3d47f6404caca0c9a65b4bd3b5a
RANDOM SEED=39300021

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      21459304 kB
Buffers:        328712 kB
Cached:        3055372 kB
SwapCached:      15140 kB
Active:        5810136 kB
Inactive:      5411328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21459304 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:            3968 kB
Writeback:          12 kB
AnonPages:     7829412 kB
Mapped:          27508 kB
Slab:           144464 kB
PageTables:      59532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119583248 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node132 at 2011-06-04 14:45:51