Trace number 2662208

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.34 970.287

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-gesa3_o.opb
MD5SUM65c2bbddd90efb87154e28c84e06f5c3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15504
Total number of constraints1416
Number of constraints which are clauses168
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1248
Minimum length of a constraint2
Maximum length of a constraint311
Number of terms in the objective function 8784
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 144203531006459664
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 144203531006459664
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100531
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662208-1276573768.opb
0.24/0.22	c reading problem ... 
2.73/1.70	c ... done. Wall clock time 1.475s.
2.73/1.70	c #vars     15504
2.73/1.70	c #constraints  8184
2.73/1.70	c constraints type 
2.73/1.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
2.73/1.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 144
2.73/1.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1272
2.73/1.70	c constraints type 
2.73/1.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 144
2.73/1.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
2.73/1.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1272
11.44/6.07	c cleaning 2496 clauses out of 5002 with flag 5002/5002
18.05/9.49	c cleaning 4245 clauses out of 8504 with flag 11001/11001
24.67/12.84	c cleaning 5621 clauses out of 11258 with flag 18000/18000
33.26/17.27	c cleaning 6816 clauses out of 13638 with flag 26001/26001
40.81/21.11	c cleaning 7911 clauses out of 15821 with flag 35000/35000
47.20/24.44	c cleaning 8945 clauses out of 17910 with flag 45000/45000
54.39/28.11	c cleaning 9483 clauses out of 18966 with flag 55001/55001
60.38/31.24	c cleaning 9741 clauses out of 19481 with flag 65000/65000
66.11/34.26	c cleaning 9869 clauses out of 19740 with flag 75000/75000
71.11/36.81	c cleaning 9930 clauses out of 19872 with flag 85001/85001
75.49/39.17	c cleaning 9971 clauses out of 19942 with flag 95001/95001
80.68/41.84	c cleaning 9970 clauses out of 19970 with flag 105000/105000
85.78/44.59	c cleaning 9992 clauses out of 20001 with flag 115001/115001
91.17/47.39	c cleaning 9999 clauses out of 20007 with flag 125000/125000
97.69/50.73	c cleaning 9999 clauses out of 20008 with flag 135000/135000
104.05/54.04	c cleaning 10000 clauses out of 20009 with flag 145000/145000
110.73/57.60	c cleaning 9999 clauses out of 20009 with flag 155000/155000
117.67/61.13	c cleaning 9998 clauses out of 20010 with flag 165000/165000
124.00/64.41	c cleaning 9998 clauses out of 20012 with flag 175000/175000
128.96/67.03	c cleaning 10003 clauses out of 20014 with flag 185000/185000
134.02/69.72	c cleaning 9998 clauses out of 20011 with flag 195000/195000
139.16/72.47	c cleaning 10003 clauses out of 20013 with flag 205000/205000
144.30/75.11	c cleaning 9993 clauses out of 20010 with flag 215000/215000
150.22/78.25	c cleaning 9997 clauses out of 20018 with flag 225001/225001
155.48/81.10	c cleaning 9990 clauses out of 20020 with flag 235001/235001
160.81/83.88	c cleaning 9995 clauses out of 20029 with flag 245000/245000
166.13/86.61	c cleaning 9997 clauses out of 20035 with flag 255001/255001
171.26/89.35	c cleaning 10012 clauses out of 20036 with flag 265000/265000
180.44/94.16	c cleaning 10007 clauses out of 20025 with flag 275001/275001
188.32/98.22	c cleaning 9998 clauses out of 20018 with flag 285001/285001
195.39/101.93	c cleaning 10001 clauses out of 20020 with flag 295001/295001
203.07/105.91	c cleaning 10003 clauses out of 20019 with flag 305001/305001
209.63/109.47	c cleaning 10001 clauses out of 20016 with flag 315001/315001
216.11/112.82	c cleaning 10002 clauses out of 20015 with flag 325001/325001
222.78/116.35	c cleaning 9996 clauses out of 20013 with flag 335001/335001
228.66/119.41	c cleaning 10001 clauses out of 20016 with flag 345000/345000
237.42/124.03	c cleaning 10002 clauses out of 20016 with flag 355001/355001
246.27/128.61	c cleaning 10004 clauses out of 20013 with flag 365000/365000
254.50/132.91	c cleaning 9998 clauses out of 20009 with flag 375000/375000
262.75/137.20	c cleaning 9997 clauses out of 20011 with flag 385000/385000
272.07/142.12	c cleaning 10002 clauses out of 20014 with flag 395000/395000
279.30/145.99	c cleaning 9999 clauses out of 20012 with flag 405001/405001
288.32/150.67	c cleaning 9997 clauses out of 20012 with flag 415000/415000
295.35/154.33	c cleaning 10001 clauses out of 20015 with flag 425000/425000
303.67/158.76	c cleaning 10000 clauses out of 20014 with flag 435000/435000
310.69/162.44	c cleaning 10000 clauses out of 20014 with flag 445000/445000
317.92/166.26	c cleaning 10001 clauses out of 20014 with flag 455000/455000
325.53/170.24	c cleaning 9999 clauses out of 20015 with flag 465002/465002
333.84/174.66	c cleaning 10001 clauses out of 20015 with flag 475001/475001
343.83/179.89	c cleaning 10001 clauses out of 20013 with flag 485000/485000
352.21/184.20	c cleaning 9997 clauses out of 20012 with flag 495000/495000
361.00/188.81	c cleaning 10001 clauses out of 20017 with flag 505002/505002
371.06/194.18	c cleaning 10000 clauses out of 20014 with flag 515000/515000
381.02/199.33	c cleaning 10000 clauses out of 20015 with flag 525001/525001
391.39/204.75	c cleaning 9998 clauses out of 20014 with flag 535000/535000
401.13/209.85	c cleaning 9998 clauses out of 20017 with flag 545001/545001
410.37/214.72	c cleaning 10003 clauses out of 20018 with flag 555000/555000
419.73/219.61	c cleaning 9998 clauses out of 20015 with flag 565000/565000
429.08/224.53	c cleaning 10001 clauses out of 20019 with flag 575002/575002
437.61/229.03	c cleaning 10000 clauses out of 20016 with flag 585000/585000
447.24/234.20	c cleaning 10000 clauses out of 20016 with flag 595000/595000
457.55/239.55	c cleaning 9998 clauses out of 20016 with flag 605000/605000
466.50/244.23	c cleaning 10001 clauses out of 20018 with flag 615000/615000
474.83/248.63	c cleaning 10001 clauses out of 20018 with flag 625001/625001
482.64/252.84	c cleaning 10001 clauses out of 20016 with flag 635000/635000
489.78/256.65	c cleaning 10000 clauses out of 20015 with flag 645000/645000
499.71/261.89	c cleaning 9999 clauses out of 20015 with flag 655000/655000
510.03/267.21	c cleaning 10003 clauses out of 20017 with flag 665001/665001
520.43/272.72	c cleaning 10003 clauses out of 20013 with flag 675000/675000
531.11/278.31	c cleaning 10001 clauses out of 20014 with flag 685004/685004
541.01/283.50	c cleaning 9997 clauses out of 20009 with flag 695000/695000
549.50/288.00	c cleaning 9997 clauses out of 20013 with flag 705001/705001
556.27/291.72	c cleaning 10001 clauses out of 20017 with flag 715002/715002
564.59/296.15	c cleaning 9995 clauses out of 20014 with flag 725000/725000
571.72/299.99	c cleaning 10004 clauses out of 20019 with flag 735000/735000
578.45/303.56	c cleaning 9998 clauses out of 20015 with flag 745000/745000
588.81/309.01	c cleaning 9999 clauses out of 20017 with flag 755000/755000
594.94/312.36	c cleaning 9998 clauses out of 20019 with flag 765001/765001
602.63/316.40	c cleaning 10003 clauses out of 20020 with flag 775000/775000
610.31/320.55	c cleaning 10001 clauses out of 20018 with flag 785001/785001
616.51/323.95	c cleaning 9998 clauses out of 20017 with flag 795001/795001
622.82/327.32	c cleaning 9994 clauses out of 20018 with flag 805000/805000
628.75/330.50	c cleaning 10001 clauses out of 20024 with flag 815000/815000
635.26/334.02	c cleaning 9997 clauses out of 20023 with flag 825000/825000
643.07/338.28	c cleaning 10003 clauses out of 20026 with flag 835000/835000
649.58/341.78	c cleaning 10004 clauses out of 20023 with flag 845000/845000
656.32/345.33	c cleaning 10000 clauses out of 20019 with flag 855000/855000
663.59/349.21	c cleaning 9996 clauses out of 20019 with flag 865000/865000
670.38/352.90	c cleaning 9998 clauses out of 20023 with flag 875000/875000
678.47/357.25	c cleaning 10005 clauses out of 20025 with flag 885000/885000
690.13/363.31	c cleaning 10002 clauses out of 20020 with flag 895000/895000
701.40/369.26	c cleaning 10001 clauses out of 20018 with flag 905000/905000
710.53/374.17	c cleaning 10002 clauses out of 20019 with flag 915002/915002
719.40/378.82	c cleaning 10001 clauses out of 20015 with flag 925000/925000
728.05/383.48	c cleaning 9990 clauses out of 20014 with flag 935000/935000
739.09/389.22	c cleaning 10011 clauses out of 20025 with flag 945001/945001
749.38/394.76	c cleaning 10000 clauses out of 20013 with flag 955000/955000
755.45/398.10	c cleaning 0 clauses out of 5000 with flag 0/5000
760.30/400.78	c cleaning 9997 clauses out of 20013 with flag 965000/965000
771.10/406.49	c cleaning 10006 clauses out of 20017 with flag 975001/975001
781.57/412.00	c cleaning 9980 clauses out of 20011 with flag 985001/985001
792.20/417.66	c cleaning 9998 clauses out of 20030 with flag 995000/995000
803.24/423.49	c cleaning 9995 clauses out of 20032 with flag 1005000/1005000
814.42/429.32	c cleaning 9998 clauses out of 20038 with flag 1015001/1015001
823.70/434.39	c cleaning 10011 clauses out of 20039 with flag 1025000/1025000
832.72/439.10	c cleaning 10004 clauses out of 20029 with flag 1035001/1035001
842.34/444.21	c cleaning 10002 clauses out of 20025 with flag 1045001/1045001
851.36/449.05	c cleaning 9997 clauses out of 20023 with flag 1055001/1055001
861.02/454.23	c cleaning 10004 clauses out of 20025 with flag 1065000/1065000
871.01/459.54	c cleaning 9997 clauses out of 20021 with flag 1075000/1075000
880.62/464.66	c cleaning 10007 clauses out of 20025 with flag 1085001/1085001
889.82/469.59	c cleaning 9997 clauses out of 20018 with flag 1095001/1095001
899.47/474.78	c cleaning 10001 clauses out of 20020 with flag 1105000/1105000
908.86/479.74	c cleaning 9999 clauses out of 20019 with flag 1115000/1115000
918.04/484.67	c cleaning 10001 clauses out of 20021 with flag 1125001/1125001
927.04/489.45	c cleaning 9998 clauses out of 20020 with flag 1135001/1135001
936.48/494.50	c cleaning 10004 clauses out of 20021 with flag 1145000/1145000
946.66/499.98	c cleaning 9997 clauses out of 20017 with flag 1155000/1155000
956.24/505.01	c cleaning 10003 clauses out of 20021 with flag 1165001/1165001
965.64/510.02	c cleaning 9998 clauses out of 20017 with flag 1175000/1175000
975.26/515.20	c cleaning 10002 clauses out of 20020 with flag 1185001/1185001
984.61/520.23	c cleaning 9995 clauses out of 20017 with flag 1195000/1195000
994.53/525.52	c cleaning 10003 clauses out of 20022 with flag 1205000/1205000
1004.69/530.98	c cleaning 10000 clauses out of 20019 with flag 1215000/1215000
1015.48/536.73	c cleaning 9998 clauses out of 20019 with flag 1225000/1225000
1026.60/542.60	c cleaning 9999 clauses out of 20021 with flag 1235000/1235000
1037.72/548.56	c cleaning 10003 clauses out of 20022 with flag 1245000/1245000
1048.66/554.36	c cleaning 9998 clauses out of 20020 with flag 1255001/1255001
1059.57/560.25	c cleaning 10001 clauses out of 20022 with flag 1265001/1265001
1069.08/565.39	c cleaning 10003 clauses out of 20020 with flag 1275000/1275000
1078.96/570.67	c cleaning 9995 clauses out of 20017 with flag 1285000/1285000
1089.05/576.00	c cleaning 10004 clauses out of 20024 with flag 1295002/1295002
1099.04/581.49	c cleaning 9997 clauses out of 20019 with flag 1305001/1305001
1108.52/586.56	c cleaning 9998 clauses out of 20021 with flag 1315000/1315000
1118.41/591.89	c cleaning 10003 clauses out of 20023 with flag 1325000/1325000
1128.67/597.35	c cleaning 10001 clauses out of 20019 with flag 1335000/1335000
1138.90/602.91	c cleaning 9998 clauses out of 20019 with flag 1345001/1345001
1147.56/607.68	c cleaning 9997 clauses out of 20021 with flag 1355001/1355001
1159.21/613.90	c cleaning 10005 clauses out of 20023 with flag 1365000/1365000
1169.84/619.54	c cleaning 10001 clauses out of 20019 with flag 1375001/1375001
1180.86/625.59	c cleaning 9999 clauses out of 20018 with flag 1385001/1385001
1192.70/631.89	c cleaning 10003 clauses out of 20018 with flag 1395000/1395000
1203.33/637.59	c cleaning 10002 clauses out of 20015 with flag 1405000/1405000
1214.15/643.30	c cleaning 9996 clauses out of 20014 with flag 1415001/1415001
1225.96/649.78	c cleaning 10004 clauses out of 20018 with flag 1425001/1425001
1236.79/655.51	c cleaning 10000 clauses out of 20013 with flag 1435000/1435000
1246.80/660.99	c cleaning 9996 clauses out of 20013 with flag 1445000/1445000
1257.01/666.42	c cleaning 10004 clauses out of 20017 with flag 1455000/1455000
1267.79/672.33	c cleaning 10002 clauses out of 20013 with flag 1465000/1465000
1277.61/677.62	c cleaning 10000 clauses out of 20011 with flag 1475000/1475000
1287.62/683.07	c cleaning 9997 clauses out of 20011 with flag 1485000/1485000
1297.41/688.32	c cleaning 9999 clauses out of 20014 with flag 1495000/1495000
1306.96/693.62	c cleaning 9999 clauses out of 20016 with flag 1505001/1505001
1316.97/699.09	c cleaning 9997 clauses out of 20016 with flag 1515000/1515000
1326.76/704.33	c cleaning 10007 clauses out of 20019 with flag 1525000/1525000
1336.77/709.73	c cleaning 10003 clauses out of 20014 with flag 1535002/1535002
1347.14/715.41	c cleaning 9990 clauses out of 20010 with flag 1545001/1545001
1353.18/718.89	c cleaning 9995 clauses out of 20019 with flag 1555000/1555000
1358.83/722.06	c cleaning 10002 clauses out of 20025 with flag 1565001/1565001
1365.25/725.64	c cleaning 9998 clauses out of 20022 with flag 1575000/1575000
1371.25/729.12	c cleaning 10001 clauses out of 20025 with flag 1585001/1585001
1377.07/732.43	c cleaning 9996 clauses out of 20023 with flag 1595000/1595000
1382.90/735.75	c cleaning 10000 clauses out of 20027 with flag 1605000/1605000
1388.73/739.06	c cleaning 10001 clauses out of 20027 with flag 1615000/1615000
1395.15/742.72	c cleaning 10012 clauses out of 20028 with flag 1625002/1625002
1400.79/745.94	c cleaning 10003 clauses out of 20015 with flag 1635001/1635001
1406.45/749.11	c cleaning 9999 clauses out of 20011 with flag 1645000/1645000
1412.04/752.32	c cleaning 9998 clauses out of 20012 with flag 1655000/1655000
1417.41/755.57	c cleaning 10002 clauses out of 20015 with flag 1665001/1665001
1423.42/758.93	c cleaning 9995 clauses out of 20012 with flag 1675000/1675000
1429.02/762.12	c cleaning 10002 clauses out of 20018 with flag 1685001/1685001
1434.64/765.32	c cleaning 9995 clauses out of 20015 with flag 1695000/1695000
1440.43/768.73	c cleaning 10002 clauses out of 20020 with flag 1705000/1705000
1446.43/772.12	c cleaning 10000 clauses out of 20018 with flag 1715000/1715000
1452.02/775.40	c cleaning 10000 clauses out of 20019 with flag 1725001/1725001
1457.83/778.60	c cleaning 10002 clauses out of 20018 with flag 1735000/1735000
1463.98/782.26	c cleaning 9998 clauses out of 20017 with flag 1745001/1745001
1469.79/785.50	c cleaning 10002 clauses out of 20019 with flag 1755001/1755001
1475.39/788.73	c cleaning 9997 clauses out of 20016 with flag 1765000/1765000
1480.77/791.80	c cleaning 10002 clauses out of 20020 with flag 1775001/1775001
1486.54/795.27	c cleaning 9999 clauses out of 20018 with flag 1785001/1785001
1492.13/798.46	c cleaning 10001 clauses out of 20018 with flag 1795000/1795000
1497.92/801.71	c cleaning 10002 clauses out of 20020 with flag 1805003/1805003
1503.30/804.81	c cleaning 9996 clauses out of 20015 with flag 1815000/1815000
1509.05/808.28	c cleaning 10003 clauses out of 20020 with flag 1825001/1825001
1514.85/811.55	c cleaning 9999 clauses out of 20017 with flag 1835001/1835001
1520.63/814.83	c cleaning 10002 clauses out of 20017 with flag 1845000/1845000
1526.43/818.10	c cleaning 9997 clauses out of 20016 with flag 1855001/1855001
1532.61/821.72	c cleaning 9999 clauses out of 20019 with flag 1865001/1865001
1538.42/825.02	c cleaning 10003 clauses out of 20020 with flag 1875001/1875001
1543.81/828.10	c cleaning 10002 clauses out of 20017 with flag 1885001/1885001
1549.21/831.28	c cleaning 9997 clauses out of 20015 with flag 1895001/1895001
1554.55/834.37	c cleaning 10002 clauses out of 20017 with flag 1905000/1905000
1560.54/837.75	c cleaning 10000 clauses out of 20015 with flag 1915000/1915000
1566.31/841.01	c cleaning 9999 clauses out of 20015 with flag 1925000/1925000
1571.69/844.15	c cleaning 9997 clauses out of 20016 with flag 1935000/1935000
1576.82/847.17	c cleaning 10001 clauses out of 20019 with flag 1945000/1945000
1582.21/850.25	c cleaning 10002 clauses out of 20019 with flag 1955001/1955001
1587.19/853.17	c cleaning 9998 clauses out of 20016 with flag 1965000/1965000
1592.96/856.43	c cleaning 10004 clauses out of 20019 with flag 1975001/1975001
1598.31/859.55	c cleaning 10000 clauses out of 20015 with flag 1985001/1985001
1604.11/862.89	c cleaning 9994 clauses out of 20013 with flag 1995000/1995000
1613.68/868.07	c cleaning 10004 clauses out of 20020 with flag 2005001/2005001
1623.64/873.47	c cleaning 10003 clauses out of 20015 with flag 2015000/2015000
1633.74/879.03	c cleaning 9998 clauses out of 20013 with flag 2025001/2025001
1636.95/881.10	c cleaning 0 clauses out of 11000 with flag 0/11000
1641.95/883.95	c cleaning 9982 clauses out of 20013 with flag 2035000/2035000
1647.49/887.20	c cleaning 10010 clauses out of 20031 with flag 2045001/2045001
1657.18/892.55	c cleaning 9994 clauses out of 20021 with flag 2055001/2055001
1669.11/898.90	c cleaning 10011 clauses out of 20026 with flag 2065000/2065000
1680.85/905.30	c cleaning 9980 clauses out of 20014 with flag 2075000/2075000
1692.96/911.76	c cleaning 10007 clauses out of 20034 with flag 2085000/2085000
1705.42/918.55	c cleaning 10004 clauses out of 20028 with flag 2095001/2095001
1717.53/925.03	c cleaning 10001 clauses out of 20024 with flag 2105001/2105001
1728.42/930.93	c cleaning 9997 clauses out of 20022 with flag 2115000/2115000
1738.93/936.69	c cleaning 10003 clauses out of 20026 with flag 2125001/2125001
1750.19/942.84	c cleaning 10000 clauses out of 20022 with flag 2135000/2135000
1762.28/949.39	c cleaning 10000 clauses out of 20022 with flag 2145000/2145000
1771.97/954.68	c cleaning 10000 clauses out of 20022 with flag 2155000/2155000
1781.87/960.06	c cleaning 9997 clauses out of 20022 with flag 2165000/2165000
1791.91/965.65	c cleaning 10001 clauses out of 20025 with flag 2175000/2175000
1800.04/970.12	c starts		: 227
1800.04/970.12	c conflicts		: 2183470
1800.04/970.12	c decisions		: 2270567
1800.04/970.12	c propagations		: 19391700
1800.04/970.12	c inspects		: 857197868
1800.04/970.13	c learnt literals	: 11
1800.04/970.13	c learnt binary clauses	: 34
1800.04/970.13	c learnt ternary clauses	: 29
1800.04/970.13	c learnt clauses	: 2183459
1800.04/970.13	c ignored clauses	: 0
1800.04/970.13	c root simplifications	: 0
1800.04/970.13	c removed literals (reason simplification)	: 105378273
1800.04/970.13	c reason swapping (by a shorter reason)	: 0
1800.04/970.13	c Calls to reduceDB	: 219
1800.04/970.13	c number of reductions to clauses (during analyze)	: 0
1800.04/970.13	c number of learned constraints concerned by reduction	: 0
1800.04/970.13	c number of learning phase by resolution	: 0
1800.04/970.13	c number of learning phase by cutting planes	: 0
1800.04/970.13	c speed (assignments/second)	: 20023.89439380109
1800.04/970.13	c non guided choices	30799
1800.04/970.21	c learnt constraints type 
1800.04/970.21	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18538
1800.04/970.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
1800.04/970.21	c constraints type 
1800.04/970.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
1800.04/970.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 144
1800.04/970.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1272
1800.04/970.21	c constraints type 
1800.04/970.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 144
1800.04/970.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
1800.04/970.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1272
1800.04/970.21	s UNKNOWN
1800.04/970.21	c Total wall clock time (in seconds): 969.992

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-2662208-1276573768/watcher-2662208-1276573768 -o /tmp/evaluation-result-2662208-1276573768/solver-2662208-1276573768 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662208-1276573768.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: 1.84 1.85 1.53 3/106 2706
/proc/meminfo: memFree=1641632/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1752 CPUtime=0
/proc/2706/stat : 2706 (java6) R 2704 2706 1526 0 -1 4194304 152 0 0 0 0 0 0 0 19 0 1 0 32978116 1794048 70 1992294400 134512640 134550932 4289142688 18446744073709551615 9136560 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2706/statm: 438 77 62 10 0 30 0

[startup+0.052856 s]
/proc/loadavg: 1.84 1.85 1.53 3/106 2706
/proc/meminfo: memFree=1641632/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1521340 CPUtime=0.03
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 3501 0 1 0 2 1 0 0 15 0 6 0 32978116 1557852160 2943 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 380335 2943 990 10 0 377645 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521340

[startup+0.100777 s]
/proc/loadavg: 1.84 1.85 1.53 3/106 2706
/proc/meminfo: memFree=1641632/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1524180 CPUtime=0.07
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 3949 0 1 0 6 1 0 0 15 0 12 0 32978116 1560760320 3387 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 381045 3387 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524180

[startup+0.343693 s]
/proc/loadavg: 1.84 1.85 1.53 3/106 2706
/proc/meminfo: memFree=1641632/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1526992 CPUtime=0.46
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 5709 0 1 0 44 2 0 0 15 0 12 0 32978116 1563639808 5145 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 381748 5145 1368 10 0 379051 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 1526992

[startup+0.700685 s]
/proc/loadavg: 1.84 1.85 1.53 3/106 2706
/proc/meminfo: memFree=1641632/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1528220 CPUtime=1.11
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 7955 0 1 0 108 3 0 0 15 0 12 0 32978116 1564897280 7341 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 382055 7341 1405 10 0 379358 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528220

[startup+1.50167 s]
/proc/loadavg: 1.84 1.85 1.53 4/118 2718
/proc/meminfo: memFree=1595656/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1542164 CPUtime=2.61
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 21392 0 1 0 252 9 0 0 15 0 12 0 32978116 1579175936 17795 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 385541 17797 1406 10 0 382844 0
[pid=2706/tid=2708] ppid=2704 vsize=1542164 CPUtime=1.21
/proc/2706/task/2708/stat : 2708 (java) R 2704 2706 1526 0 -1 4202560 12746 0 1 0 116 5 0 0 25 0 12 0 32978118 1579175936 17797 1992294400 134512640 134550932 4292529520 18446744073709551615 4109505394 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2706/tid=2709] ppid=2704 vsize=1542164 CPUtime=0
/proc/2706/task/2709/stat : 2709 (java) S 2704 2706 1526 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 32978119 1579175936 17799 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2710] ppid=2704 vsize=1542164 CPUtime=0
/proc/2706/task/2710/stat : 2710 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32978119 1579175936 17800 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2711] ppid=2704 vsize=1542164 CPUtime=0
/proc/2706/task/2711/stat : 2711 (java) S 2704 2706 1526 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 32978121 1579175936 17801 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2712] ppid=2704 vsize=1542164 CPUtime=0
/proc/2706/task/2712/stat : 2712 (java) S 2704 2706 1526 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 32978121 1579175936 17802 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2713] ppid=2704 vsize=1542164 CPUtime=0
/proc/2706/task/2713/stat : 2713 (java) S 2704 2706 1526 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 32978121 1579175936 17803 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2714] ppid=2704 vsize=1542164 CPUtime=0
/proc/2706/task/2714/stat : 2714 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32978126 1579175936 17804 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2715] ppid=2704 vsize=1542164 CPUtime=0.29
/proc/2706/task/2715/stat : 2715 (java) S 2704 2706 1526 0 -1 4202560 956 0 0 0 29 0 0 0 22 0 12 0 32978126 1579175936 17805 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2716] ppid=2704 vsize=1542164 CPUtime=1.07
/proc/2706/task/2716/stat : 2716 (java) S 2704 2706 1526 0 -1 4202560 6627 0 0 0 105 2 0 0 17 0 12 0 32978126 1579175936 17806 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2717] ppid=2704 vsize=1542164 CPUtime=0
/proc/2706/task/2717/stat : 2717 (java) S 2704 2706 1526 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32978126 1579175936 17807 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2718] ppid=2704 vsize=1542164 CPUtime=0
/proc/2706/task/2718/stat : 2718 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32978126 1579175936 17808 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1542164

[startup+3.10163 s]
/proc/loadavg: 2.10 1.90 1.55 4/120 2720
/proc/meminfo: memFree=1552736/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1543460 CPUtime=5.7
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 41367 0 1 0 554 16 0 0 15 0 16 0 32978116 1580503040 37768 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 385865 37771 1433 10 0 383168 0
[pid=2706/tid=2708] ppid=2704 vsize=1543460 CPUtime=1.38
/proc/2706/task/2708/stat : 2708 (java) S 2704 2706 1526 0 -1 4202560 16217 0 1 0 132 6 0 0 18 0 16 0 32978118 1580503040 37772 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2709] ppid=2704 vsize=1543460 CPUtime=0.01
/proc/2706/task/2709/stat : 2709 (java) R 2704 2706 1526 0 -1 4202560 533 0 0 0 1 0 0 0 15 0 16 0 32978119 1580503040 37774 1992294400 134512640 134550932 4292529520 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2706/tid=2710] ppid=2704 vsize=1543460 CPUtime=0.01
/proc/2706/task/2710/stat : 2710 (java) R 2704 2706 1526 0 -1 4202560 432 0 0 0 1 0 0 0 18 0 16 0 32978119 1580503040 37776 1992294400 134512640 134550932 4292529520 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2706/tid=2711] ppid=2704 vsize=1543460 CPUtime=0
/proc/2706/task/2711/stat : 2711 (java) S 2704 2706 1526 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 32978121 1580503040 37778 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2712] ppid=2704 vsize=1543460 CPUtime=0
/proc/2706/task/2712/stat : 2712 (java) S 2704 2706 1526 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 32978121 1580503040 37779 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2713] ppid=2704 vsize=1543460 CPUtime=0
/proc/2706/task/2713/stat : 2713 (java) S 2704 2706 1526 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 32978121 1580503040 37781 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2714] ppid=2704 vsize=1543460 CPUtime=0
/proc/2706/task/2714/stat : 2714 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32978126 1580503040 37782 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2715] ppid=2704 vsize=1543460 CPUtime=1.03
/proc/2706/task/2715/stat : 2715 (java) S 2704 2706 1526 0 -1 4202560 1012 0 0 0 103 0 0 0 20 0 16 0 32978126 1580503040 37784 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2716] ppid=2704 vsize=1543460 CPUtime=1.77
/proc/2706/task/2716/stat : 2716 (java) S 2704 2706 1526 0 -1 4202560 6692 0 0 0 174 3 0 0 15 0 16 0 32978126 1580503040 37786 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2717] ppid=2704 vsize=1543460 CPUtime=0
/proc/2706/task/2717/stat : 2717 (java) S 2704 2706 1526 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32978126 1580503040 37787 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2718] ppid=2704 vsize=1543460 CPUtime=0
/proc/2706/task/2718/stat : 2718 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32978126 1580503040 37789 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2719] ppid=2704 vsize=1543460 CPUtime=0.7
/proc/2706/task/2719/stat : 2719 (java) S 2704 2706 1526 0 -1 4202560 5608 0 0 0 69 1 0 0 18 0 16 0 32978286 1580503040 37791 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2720] ppid=2704 vsize=1543460 CPUtime=0.73
/proc/2706/task/2720/stat : 2720 (java) S 2704 2706 1526 0 -1 4202560 9808 0 0 0 70 3 0 0 25 0 16 0 32978286 1580503040 37793 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 1543460

[startup+6.30156 s]
/proc/loadavg: 2.10 1.90 1.55 4/122 2722
/proc/meminfo: memFree=1467780/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1543152 CPUtime=11.9
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 54939 0 1 0 1166 24 0 0 15 0 16 0 32978116 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 385788 49731 1445 10 0 383091 0
[pid=2706/tid=2708] ppid=2704 vsize=1543152 CPUtime=1.38
/proc/2706/task/2708/stat : 2708 (java) S 2704 2706 1526 0 -1 4202560 16217 0 1 0 132 6 0 0 18 0 16 0 32978118 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2709] ppid=2704 vsize=1543152 CPUtime=0.2
/proc/2706/task/2709/stat : 2709 (java) S 2704 2706 1526 0 -1 4202560 4667 0 0 0 19 1 0 0 16 0 16 0 32978119 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2710] ppid=2704 vsize=1543152 CPUtime=0.21
/proc/2706/task/2710/stat : 2710 (java) S 2704 2706 1526 0 -1 4202560 3717 0 0 0 19 2 0 0 16 0 16 0 32978119 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2711] ppid=2704 vsize=1543152 CPUtime=0.15
/proc/2706/task/2711/stat : 2711 (java) S 2704 2706 1526 0 -1 4202560 4127 0 0 0 12 3 0 0 16 0 16 0 32978121 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2712] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2712/stat : 2712 (java) S 2704 2706 1526 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32978121 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2713] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2713/stat : 2713 (java) S 2704 2706 1526 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32978121 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2714] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2714/stat : 2714 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32978126 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2715] ppid=2704 vsize=1543152 CPUtime=2.03
/proc/2706/task/2715/stat : 2715 (java) S 2704 2706 1526 0 -1 4202560 2539 0 0 0 202 1 0 0 15 0 16 0 32978126 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2716] ppid=2704 vsize=1543152 CPUtime=1.95
/proc/2706/task/2716/stat : 2716 (java) S 2704 2706 1526 0 -1 4202560 6709 0 0 0 192 3 0 0 15 0 16 0 32978126 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2717] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2717/stat : 2717 (java) S 2704 2706 1526 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32978126 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2718] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2718/stat : 2718 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32978126 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2719] ppid=2704 vsize=1543152 CPUtime=3.47
/proc/2706/task/2719/stat : 2719 (java) R 2704 2706 1526 0 -1 4202560 5791 0 0 0 346 1 0 0 21 0 16 0 32978286 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4109992482 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2706/tid=2720] ppid=2704 vsize=1543152 CPUtime=2.42
/proc/2706/task/2720/stat : 2720 (java) R 2704 2706 1526 0 -1 4202560 10099 0 0 0 239 3 0 0 24 0 16 0 32978286 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4109918264 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2706/tid=2721] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2721/stat : 2721 (java) S 2704 2706 1526 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32978337 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2722] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2722/stat : 2722 (java) S 2704 2706 1526 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32978347 1580187648 49731 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 1543152

[startup+12.7014 s]
/proc/loadavg: 2.08 1.91 1.55 3/122 2722
/proc/meminfo: memFree=1440128/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1543152 CPUtime=24.47
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 57197 0 1 0 2421 26 0 0 15 0 16 0 32978116 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 385788 51933 1449 10 0 383091 0
[pid=2706/tid=2708] ppid=2704 vsize=1543152 CPUtime=1.38
/proc/2706/task/2708/stat : 2708 (java) S 2704 2706 1526 0 -1 4202560 16217 0 1 0 132 6 0 0 18 0 16 0 32978118 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2709] ppid=2704 vsize=1543152 CPUtime=0.28
/proc/2706/task/2709/stat : 2709 (java) S 2704 2706 1526 0 -1 4202560 5331 0 0 0 27 1 0 0 15 0 16 0 32978119 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2710] ppid=2704 vsize=1543152 CPUtime=0.28
/proc/2706/task/2710/stat : 2710 (java) S 2704 2706 1526 0 -1 4202560 4231 0 0 0 26 2 0 0 15 0 16 0 32978119 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2711] ppid=2704 vsize=1543152 CPUtime=0.28
/proc/2706/task/2711/stat : 2711 (java) S 2704 2706 1526 0 -1 4202560 5157 0 0 0 24 4 0 0 15 0 16 0 32978121 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2712] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2712/stat : 2712 (java) S 2704 2706 1526 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32978121 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2713] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2713/stat : 2713 (java) S 2704 2706 1526 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32978121 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2714] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2714/stat : 2714 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32978126 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2715] ppid=2704 vsize=1543152 CPUtime=2.27
/proc/2706/task/2715/stat : 2715 (java) S 2704 2706 1526 0 -1 4202560 2564 0 0 0 226 1 0 0 16 0 16 0 32978126 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2716] ppid=2704 vsize=1543152 CPUtime=2.26
/proc/2706/task/2716/stat : 2716 (java) S 2704 2706 1526 0 -1 4202560 6725 0 0 0 223 3 0 0 15 0 16 0 32978126 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2717] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2717/stat : 2717 (java) S 2704 2706 1526 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32978126 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2718] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2718/stat : 2718 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32978126 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2719] ppid=2704 vsize=1543152 CPUtime=9.52
/proc/2706/task/2719/stat : 2719 (java) R 2704 2706 1526 0 -1 4202560 5795 0 0 0 950 2 0 0 25 0 16 0 32978286 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4109992242 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2706/tid=2720] ppid=2704 vsize=1543152 CPUtime=8.12
/proc/2706/task/2720/stat : 2720 (java) R 2704 2706 1526 0 -1 4202560 10104 0 0 0 809 3 0 0 25 0 16 0 32978286 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4109504040 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2706/tid=2721] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2721/stat : 2721 (java) S 2704 2706 1526 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32978337 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2722] ppid=2704 vsize=1543152 CPUtime=0
/proc/2706/task/2722/stat : 2722 (java) S 2704 2706 1526 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32978347 1580187648 51933 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 1543152

[startup+25.5011 s]

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

/proc/2706/task/2719/stat : 2719 (java) S 2704 2706 1526 0 -1 4202560 6060 0 0 0 70976 15 0 0 22 0 16 0 32978286 1581236224 102930 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2720] ppid=2704 vsize=1544176 CPUtime=703.56
/proc/2706/task/2720/stat : 2720 (java) S 2704 2706 1526 0 -1 4202560 10220 0 0 0 70333 23 0 0 23 0 16 0 32978286 1581236224 102930 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2721] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2721/stat : 2721 (java) S 2704 2706 1526 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32978337 1581236224 102930 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2722] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2722/stat : 2722 (java) S 2704 2706 1526 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32978347 1581236224 102930 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1533.24
Current children cumulated vsize (KiB) 1544176

[startup+882.301 s]
/proc/loadavg: 3.10 2.51 2.00 4/122 2755
/proc/meminfo: memFree=1219408/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1544176 CPUtime=1638.75
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 121139 0 1 0 163741 134 0 0 15 0 16 0 32978116 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 386044 106272 1449 10 0 383347 0
[pid=2706/tid=2708] ppid=2704 vsize=1544176 CPUtime=1.38
/proc/2706/task/2708/stat : 2708 (java) S 2704 2706 1526 0 -1 4202560 16251 0 1 0 132 6 0 0 15 0 16 0 32978118 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2709] ppid=2704 vsize=1544176 CPUtime=7.78
/proc/2706/task/2709/stat : 2709 (java) S 2704 2706 1526 0 -1 4202560 31593 0 0 0 752 26 0 0 15 0 16 0 32978119 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2710] ppid=2704 vsize=1544176 CPUtime=7.78
/proc/2706/task/2710/stat : 2710 (java) S 2704 2706 1526 0 -1 4202560 30109 0 0 0 748 30 0 0 16 0 16 0 32978119 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2711] ppid=2704 vsize=1544176 CPUtime=111.46
/proc/2706/task/2711/stat : 2711 (java) S 2704 2706 1526 0 -1 4202560 13664 0 0 0 11124 22 0 0 16 0 16 0 32978121 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2712] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2712/stat : 2712 (java) S 2704 2706 1526 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32978121 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2713] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2713/stat : 2713 (java) S 2704 2706 1526 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32978121 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2714] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2714/stat : 2714 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32978126 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2715] ppid=2704 vsize=1544176 CPUtime=2.7
/proc/2706/task/2715/stat : 2715 (java) S 2704 2706 1526 0 -1 4202560 2591 0 0 0 269 1 0 0 15 0 16 0 32978126 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2716] ppid=2704 vsize=1544176 CPUtime=3.22
/proc/2706/task/2716/stat : 2716 (java) S 2704 2706 1526 0 -1 4202560 9509 0 0 0 317 5 0 0 15 0 16 0 32978126 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2717] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2717/stat : 2717 (java) S 2704 2706 1526 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32978126 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2718] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2718/stat : 2718 (java) S 2704 2706 1526 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 32978126 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2719] ppid=2704 vsize=1544176 CPUtime=755.52
/proc/2706/task/2719/stat : 2719 (java) R 2704 2706 1526 0 -1 4202560 6075 0 0 0 75536 16 0 0 16 0 16 0 32978286 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4109503852 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2706/tid=2720] ppid=2704 vsize=1544176 CPUtime=748.84
/proc/2706/task/2720/stat : 2720 (java) R 2704 2706 1526 0 -1 4202560 10222 0 0 0 74860 24 0 0 16 0 16 0 32978286 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4109503869 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2706/tid=2721] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2721/stat : 2721 (java) S 2704 2706 1526 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32978337 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2722] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2722/stat : 2722 (java) S 2704 2706 1526 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32978347 1581236224 106272 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1638.75
Current children cumulated vsize (KiB) 1544176

[startup+942.302 s]
/proc/loadavg: 2.54 2.47 2.01 3/122 2755
/proc/meminfo: memFree=1210480/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1544176 CPUtime=1749.2
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 123726 0 1 0 174780 140 0 0 15 0 16 0 32978116 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 386044 108516 1449 10 0 383347 0
[pid=2706/tid=2708] ppid=2704 vsize=1544176 CPUtime=1.38
/proc/2706/task/2708/stat : 2708 (java) S 2704 2706 1526 0 -1 4202560 16257 0 1 0 132 6 0 0 15 0 16 0 32978118 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2709] ppid=2704 vsize=1544176 CPUtime=8.29
/proc/2706/task/2709/stat : 2709 (java) S 2704 2706 1526 0 -1 4202560 32304 0 0 0 802 27 0 0 16 0 16 0 32978119 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2710] ppid=2704 vsize=1544176 CPUtime=8.29
/proc/2706/task/2710/stat : 2710 (java) S 2704 2706 1526 0 -1 4202560 31338 0 0 0 797 32 0 0 16 0 16 0 32978119 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2711] ppid=2704 vsize=1544176 CPUtime=120.08
/proc/2706/task/2711/stat : 2711 (java) S 2704 2706 1526 0 -1 4202560 14287 0 0 0 11985 23 0 0 15 0 16 0 32978121 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2712] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2712/stat : 2712 (java) S 2704 2706 1526 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32978121 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2713] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2713/stat : 2713 (java) S 2704 2706 1526 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32978121 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2714] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2714/stat : 2714 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32978126 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2715] ppid=2704 vsize=1544176 CPUtime=2.73
/proc/2706/task/2715/stat : 2715 (java) S 2704 2706 1526 0 -1 4202560 2591 0 0 0 272 1 0 0 15 0 16 0 32978126 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2716] ppid=2704 vsize=1544176 CPUtime=3.22
/proc/2706/task/2716/stat : 2716 (java) S 2704 2706 1526 0 -1 4202560 9509 0 0 0 317 5 0 0 15 0 16 0 32978126 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2717] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2717/stat : 2717 (java) S 2704 2706 1526 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32978126 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2718] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2718/stat : 2718 (java) S 2704 2706 1526 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 32978126 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2719] ppid=2704 vsize=1544176 CPUtime=805.85
/proc/2706/task/2719/stat : 2719 (java) R 2704 2706 1526 0 -1 4202560 6085 0 0 0 80568 17 0 0 25 0 16 0 32978286 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4109992464 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2706/tid=2720] ppid=2704 vsize=1544176 CPUtime=799.28
/proc/2706/task/2720/stat : 2720 (java) R 2704 2706 1526 0 -1 4202560 10228 0 0 0 79903 25 0 0 25 0 16 0 32978286 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4109829057 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2706/tid=2721] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2721/stat : 2721 (java) S 2704 2706 1526 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32978337 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2722] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2722/stat : 2722 (java) S 2704 2706 1526 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32978347 1581236224 108516 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1749.2
Current children cumulated vsize (KiB) 1544176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+970.101 s]
/proc/loadavg: 2.35 2.43 2.01 3/122 2757
/proc/meminfo: memFree=1204652/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1544176 CPUtime=1800.04
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 125290 0 1 0 179861 143 0 0 15 0 16 0 32978116 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 386044 109950 1449 10 0 383347 0
[pid=2706/tid=2708] ppid=2704 vsize=1544176 CPUtime=1.38
/proc/2706/task/2708/stat : 2708 (java) S 2704 2706 1526 0 -1 4202560 16257 0 1 0 132 6 0 0 15 0 16 0 32978118 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2709] ppid=2704 vsize=1544176 CPUtime=8.58
/proc/2706/task/2709/stat : 2709 (java) S 2704 2706 1526 0 -1 4202560 32727 0 0 0 830 28 0 0 15 0 16 0 32978119 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2710] ppid=2704 vsize=1544176 CPUtime=8.58
/proc/2706/task/2710/stat : 2710 (java) S 2704 2706 1526 0 -1 4202560 32208 0 0 0 826 32 0 0 16 0 16 0 32978119 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2711] ppid=2704 vsize=1544176 CPUtime=124.41
/proc/2706/task/2711/stat : 2711 (java) S 2704 2706 1526 0 -1 4202560 14546 0 0 0 12418 23 0 0 15 0 16 0 32978121 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2712] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2712/stat : 2712 (java) S 2704 2706 1526 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32978121 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2713] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2713/stat : 2713 (java) S 2704 2706 1526 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32978121 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2714] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2714/stat : 2714 (java) S 2704 2706 1526 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 32978126 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2715] ppid=2704 vsize=1544176 CPUtime=2.73
/proc/2706/task/2715/stat : 2715 (java) S 2704 2706 1526 0 -1 4202560 2591 0 0 0 272 1 0 0 15 0 16 0 32978126 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2716] ppid=2704 vsize=1544176 CPUtime=3.22
/proc/2706/task/2716/stat : 2716 (java) S 2704 2706 1526 0 -1 4202560 9509 0 0 0 317 5 0 0 15 0 16 0 32978126 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2717] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2717/stat : 2717 (java) S 2704 2706 1526 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32978126 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2718] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2718/stat : 2718 (java) S 2704 2706 1526 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 32978126 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2719] ppid=2704 vsize=1544176 CPUtime=829.03
/proc/2706/task/2719/stat : 2719 (java) R 2704 2706 1526 0 -1 4202560 6092 0 0 0 82885 18 0 0 25 0 16 0 32978286 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4109972915 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2706/tid=2720] ppid=2704 vsize=1544176 CPUtime=822.03
/proc/2706/task/2720/stat : 2720 (java) R 2704 2706 1526 0 -1 4202560 10231 0 0 0 82178 25 0 0 25 0 16 0 32978286 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4109828387 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2706/tid=2721] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2721/stat : 2721 (java) S 2704 2706 1526 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32978337 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2722] ppid=2704 vsize=1544176 CPUtime=0
/proc/2706/task/2722/stat : 2722 (java) S 2704 2706 1526 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32978347 1581236224 109950 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1544176

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

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

[startup+970.235 s]
/proc/loadavg: 2.35 2.43 2.01 3/122 2757
/proc/meminfo: memFree=1204652/2059040 swapFree=4135896/4192956
[pid=2706] ppid=2704 vsize=1544824 CPUtime=1800.28
/proc/2706/stat : 2706 (java) S 2704 2706 1526 0 -1 4202496 125312 0 1 0 179885 143 0 0 15 0 15 0 32978116 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2706/statm: 386206 109972 1452 10 0 383509 0
[pid=2706/tid=2708] ppid=2704 vsize=1544824 CPUtime=1.38
/proc/2706/task/2708/stat : 2708 (java) S 2704 2706 1526 0 -1 4202560 16257 0 1 0 132 6 0 0 15 0 15 0 32978118 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2709] ppid=2704 vsize=1544824 CPUtime=8.58
/proc/2706/task/2709/stat : 2709 (java) S 2704 2706 1526 0 -1 4202560 32727 0 0 0 830 28 0 0 15 0 15 0 32978119 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2710] ppid=2704 vsize=1544824 CPUtime=8.58
/proc/2706/task/2710/stat : 2710 (java) S 2704 2706 1526 0 -1 4202560 32208 0 0 0 826 32 0 0 16 0 15 0 32978119 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2711] ppid=2704 vsize=1544824 CPUtime=124.41
/proc/2706/task/2711/stat : 2711 (java) R 2704 2706 1526 0 -1 4202560 14546 0 0 0 12418 23 0 0 15 0 15 0 32978121 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 105828993 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2706/tid=2712] ppid=2704 vsize=1544824 CPUtime=0
/proc/2706/task/2712/stat : 2712 (java) S 2704 2706 1526 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 32978121 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2713] ppid=2704 vsize=1544824 CPUtime=0
/proc/2706/task/2713/stat : 2713 (java) S 2704 2706 1526 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 32978121 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2715] ppid=2704 vsize=1544824 CPUtime=2.75
/proc/2706/task/2715/stat : 2715 (java) R 2704 2706 1526 0 -1 4202560 2593 0 0 0 274 1 0 0 15 0 15 0 32978126 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 106251513 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2706/tid=2716] ppid=2704 vsize=1544824 CPUtime=3.23
/proc/2706/task/2716/stat : 2716 (java) S 2704 2706 1526 0 -1 4202560 9509 0 0 0 318 5 0 0 16 0 15 0 32978126 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2717] ppid=2704 vsize=1544824 CPUtime=0
/proc/2706/task/2717/stat : 2717 (java) S 2704 2706 1526 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 15 0 32978126 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2719] ppid=2704 vsize=1544824 CPUtime=829.12
/proc/2706/task/2719/stat : 2719 (java) S 2704 2706 1526 0 -1 4202560 6092 0 0 0 82894 18 0 0 25 0 15 0 32978286 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
[pid=2706/tid=2720] ppid=2704 vsize=1544824 CPUtime=822.12
/proc/2706/task/2720/stat : 2720 (java) R 2704 2706 1526 0 -1 4202560 10231 0 0 0 82187 25 0 0 25 0 15 0 32978286 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4109828834 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2706/tid=2721] ppid=2704 vsize=1544824 CPUtime=0
/proc/2706/task/2721/stat : 2721 (java) S 2704 2706 1526 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 32978337 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 1 0 0 0
[pid=2706/tid=2722] ppid=2704 vsize=1544824 CPUtime=0
/proc/2706/task/2722/stat : 2722 (java) S 2704 2706 1526 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 15 0 32978347 1581899776 109972 1992294400 134512640 134550932 4292529520 18446744073709551615 4294960144 0 4 0 16800975 18446604437843524288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1544824

Child status: 143
Real time (s): 970.287
CPU time (s): 1800.34
CPU user time (s): 1798.86
CPU system time (s): 1.48377
CPU usage (%): 185.547
Max. virtual memory (cumulated for all children) (KiB): 1551964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.48377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125313
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= 26368
involuntary context switches= 49387

runsolver used 5.38018 second user time and 10.0015 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-15 05:49:28
IDJOB=2662208
IDBENCH=2545
IDSOLVER=1166
FILE ID=node015/2662208-1276573768
PBS_JOBID= 11173511
Free space on /tmp= 62584 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/MIPLIB/miplib3/normalized-mps-v2-20-10-gesa3_o.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662208-1276573768/watcher-2662208-1276573768 -o /tmp/evaluation-result-2662208-1276573768/solver-2662208-1276573768 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662208-1276573768.opb

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

MD5SUM BENCH= 65c2bbddd90efb87154e28c84e06f5c3
RANDOM SEED=880860139

node015.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.244
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.48
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.244
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1641912 kB
Buffers:        173544 kB
Cached:         162024 kB
SwapCached:      11036 kB
Active:         101200 kB
Inactive:       248584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1641912 kB
SwapTotal:     4192956 kB
SwapFree:      4135896 kB
Dirty:            1284 kB
Writeback:           0 kB
AnonPages:       12420 kB
Mapped:           9376 kB
Slab:            45364 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181344 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= 62584 MiB
End job on node015 at 2010-06-15 06:05:40