Trace number 2661542

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.25 928.025

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_4_40.opb
MD5SUM4bc8406e35a3f2674c743b72d3a1792a
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark213.487
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/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-2661542-1276676723.opb
0.24/0.22	c reading problem ... 
3.16/2.54	c ... done. Wall clock time 2.329s.
3.16/2.54	c #vars     3270
3.16/2.54	c #constraints  6443
3.16/2.54	c constraints type 
3.16/2.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3070
3.16/2.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
3.16/2.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.16/2.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
3.16/2.54	c constraints type 
3.16/2.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.16/2.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
3.16/2.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
3.16/2.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
11.09/6.53	c cleaning 2499 clauses out of 5002 with flag 5002/5002
17.17/9.69	c cleaning 4258 clauses out of 8516 with flag 11015/11015
24.82/13.59	c cleaning 5623 clauses out of 11245 with flag 18002/18002
32.87/17.61	c cleaning 6808 clauses out of 13620 with flag 26000/26000
42.66/22.69	c cleaning 7904 clauses out of 15813 with flag 35001/35001
52.93/27.85	c cleaning 8954 clauses out of 17910 with flag 45002/45002
63.52/33.27	c cleaning 9483 clauses out of 18966 with flag 55012/55012
72.78/37.92	c cleaning 9734 clauses out of 19471 with flag 65000/65000
84.93/44.14	c cleaning 9876 clauses out of 19752 with flag 75015/75015
95.93/49.73	c cleaning 9929 clauses out of 19861 with flag 85000/85000
106.73/55.25	c cleaning 9965 clauses out of 19932 with flag 95000/95000
117.33/60.64	c cleaning 9985 clauses out of 19973 with flag 105006/105006
126.91/65.55	c cleaning 9992 clauses out of 19986 with flag 115004/115004
136.32/70.35	c cleaning 9996 clauses out of 19996 with flag 125006/125006
146.49/75.58	c cleaning 9996 clauses out of 19996 with flag 135002/135002
155.49/80.12	c cleaning 10004 clauses out of 20010 with flag 145012/145012
165.02/85.05	c cleaning 9997 clauses out of 19998 with flag 155004/155004
174.79/90.02	c cleaning 9997 clauses out of 19999 with flag 165002/165002
186.77/96.16	c cleaning 9999 clauses out of 20002 with flag 175002/175002
195.73/100.71	c cleaning 10000 clauses out of 20005 with flag 185004/185004
206.04/106.04	c cleaning 10019 clauses out of 20037 with flag 195036/195036
215.80/111.06	c cleaning 9997 clauses out of 19998 with flag 205016/205016
224.97/115.75	c cleaning 9992 clauses out of 19985 with flag 215000/215000
234.15/120.42	c cleaning 9995 clauses out of 19993 with flag 225000/225000
244.84/125.95	c cleaning 10003 clauses out of 20010 with flag 235012/235012
255.19/131.24	c cleaning 10003 clauses out of 20009 with flag 245014/245014
265.95/136.75	c cleaning 9998 clauses out of 19998 with flag 255006/255006
274.31/141.06	c cleaning 9992 clauses out of 19994 with flag 265000/265000
283.60/145.81	c cleaning 10002 clauses out of 20008 with flag 275006/275006
291.36/149.87	c cleaning 10014 clauses out of 20030 with flag 285030/285030
301.32/154.93	c cleaning 9989 clauses out of 19986 with flag 295000/295000
310.48/159.62	c cleaning 9998 clauses out of 19997 with flag 305000/305000
319.57/164.31	c cleaning 10001 clauses out of 20003 with flag 315004/315004
328.33/168.86	c cleaning 9999 clauses out of 19998 with flag 325000/325000
339.07/174.38	c cleaning 9987 clauses out of 19999 with flag 335000/335000
349.41/179.60	c cleaning 9997 clauses out of 20012 with flag 345000/345000
359.72/184.90	c cleaning 9995 clauses out of 20015 with flag 355000/355000
369.70/190.04	c cleaning 9999 clauses out of 20020 with flag 365000/365000
379.04/194.86	c cleaning 10002 clauses out of 20021 with flag 375000/375000
388.98/199.93	c cleaning 10008 clauses out of 20019 with flag 385000/385000
398.10/204.63	c cleaning 10005 clauses out of 20011 with flag 395000/395000
407.44/209.40	c cleaning 10004 clauses out of 20007 with flag 405001/405001
416.22/213.93	c cleaning 9997 clauses out of 20002 with flag 415000/415000
424.58/218.27	c cleaning 9999 clauses out of 20005 with flag 425000/425000
432.30/222.25	c cleaning 9996 clauses out of 20006 with flag 435000/435000
443.04/227.74	c cleaning 9971 clauses out of 20010 with flag 445000/445000
453.56/233.11	c cleaning 9992 clauses out of 20039 with flag 455000/455000
463.52/238.20	c cleaning 9994 clauses out of 20047 with flag 465000/465000
472.43/242.90	c cleaning 9997 clauses out of 20053 with flag 475000/475000
482.40/247.95	c cleaning 10026 clauses out of 20056 with flag 485000/485000
492.39/253.05	c cleaning 9988 clauses out of 20030 with flag 495000/495000
502.31/258.17	c cleaning 10003 clauses out of 20042 with flag 505000/505000
511.82/263.04	c cleaning 10020 clauses out of 20040 with flag 515001/515001
521.17/267.84	c cleaning 9985 clauses out of 20019 with flag 525000/525000
530.93/272.86	c cleaning 9986 clauses out of 20034 with flag 535000/535000
540.66/277.86	c cleaning 10001 clauses out of 20048 with flag 545000/545000
549.95/282.66	c cleaning 9994 clauses out of 20047 with flag 555000/555000
558.49/287.04	c cleaning 10003 clauses out of 20053 with flag 565000/565000
567.62/291.76	c cleaning 10007 clauses out of 20050 with flag 575000/575000
575.79/295.93	c cleaning 9989 clauses out of 20043 with flag 585000/585000
585.07/300.71	c cleaning 10008 clauses out of 20054 with flag 595000/595000
593.61/305.12	c cleaning 10005 clauses out of 20046 with flag 605000/605000
602.16/309.53	c cleaning 10002 clauses out of 20041 with flag 615000/615000
610.50/313.88	c cleaning 10003 clauses out of 20039 with flag 625000/625000
618.59/318.02	c cleaning 10005 clauses out of 20036 with flag 635000/635000
626.15/321.90	c cleaning 10016 clauses out of 20031 with flag 645000/645000
634.71/326.39	c cleaning 9995 clauses out of 20015 with flag 655000/655000
644.25/331.24	c cleaning 9993 clauses out of 20020 with flag 665000/665000
652.99/335.72	c cleaning 9998 clauses out of 20027 with flag 675000/675000
661.53/340.14	c cleaning 10004 clauses out of 20029 with flag 685000/685000
670.69/344.86	c cleaning 9986 clauses out of 20025 with flag 695000/695000
679.42/349.32	c cleaning 10000 clauses out of 20039 with flag 705000/705000
687.94/353.78	c cleaning 10004 clauses out of 20039 with flag 715000/715000
696.88/358.35	c cleaning 10000 clauses out of 20035 with flag 725000/725000
705.85/363.00	c cleaning 9999 clauses out of 20035 with flag 735000/735000
714.39/367.37	c cleaning 9992 clauses out of 20036 with flag 745000/745000
723.09/371.85	c cleaning 10010 clauses out of 20044 with flag 755000/755000
731.42/376.16	c cleaning 9997 clauses out of 20034 with flag 765000/765000
739.37/380.24	c cleaning 10002 clauses out of 20037 with flag 775000/775000
746.72/384.05	c cleaning 10005 clauses out of 20037 with flag 785002/785002
756.39/389.00	c cleaning 9998 clauses out of 20030 with flag 795000/795000
765.74/393.81	c cleaning 9994 clauses out of 20032 with flag 805000/805000
774.76/398.53	c cleaning 9995 clauses out of 20038 with flag 815000/815000
783.36/403.03	c cleaning 10018 clauses out of 20043 with flag 825000/825000
791.73/407.41	c cleaning 10003 clauses out of 20025 with flag 835000/835000
799.68/411.68	c cleaning 10009 clauses out of 20023 with flag 845001/845001
807.43/415.75	c cleaning 9985 clauses out of 20013 with flag 855000/855000
814.62/419.54	c cleaning 10007 clauses out of 20028 with flag 865000/865000
820.98/422.88	c cleaning 10004 clauses out of 20021 with flag 875000/875000
829.53/427.27	c cleaning 9991 clauses out of 20017 with flag 885000/885000
838.67/431.99	c cleaning 9999 clauses out of 20026 with flag 895000/895000
847.42/436.48	c cleaning 10000 clauses out of 20027 with flag 905000/905000
856.18/440.93	c cleaning 10010 clauses out of 20027 with flag 915000/915000
864.97/445.43	c cleaning 9981 clauses out of 20017 with flag 925000/925000
874.53/450.33	c cleaning 9988 clauses out of 20036 with flag 935000/935000
884.09/455.28	c cleaning 9987 clauses out of 20048 with flag 945000/945000
893.81/460.22	c cleaning 10007 clauses out of 20061 with flag 955000/955000
902.78/464.82	c cleaning 10008 clauses out of 20054 with flag 965000/965000
911.97/469.59	c cleaning 9994 clauses out of 20046 with flag 975000/975000
921.34/474.34	c cleaning 9994 clauses out of 20052 with flag 985000/985000
930.43/479.08	c cleaning 10008 clauses out of 20058 with flag 995000/995000
939.77/483.80	c cleaning 9992 clauses out of 20050 with flag 1005000/1005000
948.32/488.29	c cleaning 9994 clauses out of 20058 with flag 1015000/1015000
957.84/493.16	c cleaning 9997 clauses out of 20064 with flag 1025000/1025000
967.49/498.19	c cleaning 9995 clauses out of 20067 with flag 1035000/1035000
976.81/502.93	c cleaning 10014 clauses out of 20072 with flag 1045000/1045000
984.95/507.20	c cleaning 9993 clauses out of 20058 with flag 1055000/1055000
993.09/511.31	c cleaning 10009 clauses out of 20065 with flag 1065000/1065000
1000.75/515.37	c cleaning 9995 clauses out of 20058 with flag 1075002/1075002
1008.31/519.28	c cleaning 10005 clauses out of 20061 with flag 1085000/1085000
1015.45/522.94	c cleaning 9997 clauses out of 20056 with flag 1095000/1095000
1021.81/526.28	c cleaning 9994 clauses out of 20059 with flag 1105000/1105000
1029.10/530.01	c cleaning 10008 clauses out of 20066 with flag 1115001/1115001
1037.46/534.38	c cleaning 10005 clauses out of 20057 with flag 1125000/1125000
1045.83/538.65	c cleaning 9998 clauses out of 20053 with flag 1135001/1135001
1054.20/542.97	c cleaning 10003 clauses out of 20054 with flag 1145000/1145000
1062.68/547.33	c cleaning 9993 clauses out of 20051 with flag 1155000/1155000
1070.65/551.47	c cleaning 9998 clauses out of 20058 with flag 1165000/1165000
1078.39/555.45	c cleaning 9998 clauses out of 20060 with flag 1175000/1175000
1087.51/560.14	c cleaning 10007 clauses out of 20062 with flag 1185000/1185000
1096.59/564.88	c cleaning 9995 clauses out of 20055 with flag 1195000/1195000
1105.36/569.38	c cleaning 9997 clauses out of 20061 with flag 1205001/1205001
1113.89/573.77	c cleaning 10024 clauses out of 20063 with flag 1215000/1215000
1122.65/578.27	c cleaning 9995 clauses out of 20039 with flag 1225000/1225000
1130.96/582.52	c cleaning 9996 clauses out of 20044 with flag 1235000/1235000
1139.12/586.78	c cleaning 10003 clauses out of 20048 with flag 1245000/1245000
1147.29/590.97	c cleaning 9990 clauses out of 20045 with flag 1255000/1255000
1155.28/595.02	c cleaning 9997 clauses out of 20055 with flag 1265000/1265000
1162.37/598.74	c cleaning 9999 clauses out of 20058 with flag 1275000/1275000
1170.94/603.17	c cleaning 9994 clauses out of 20059 with flag 1285000/1285000
1179.91/607.77	c cleaning 9996 clauses out of 20065 with flag 1295000/1295000
1188.45/612.12	c cleaning 10011 clauses out of 20069 with flag 1305000/1305000
1196.69/616.45	c cleaning 10011 clauses out of 20058 with flag 1315000/1315000
1204.83/620.62	c cleaning 9993 clauses out of 20047 with flag 1325000/1325000
1214.76/625.80	c cleaning 10012 clauses out of 20054 with flag 1335000/1335000
1223.90/630.41	c cleaning 9986 clauses out of 20042 with flag 1345000/1345000
1232.54/634.93	c cleaning 9999 clauses out of 20056 with flag 1355000/1355000
1241.88/639.77	c cleaning 10010 clauses out of 20058 with flag 1365001/1365001
1251.21/644.59	c cleaning 9991 clauses out of 20047 with flag 1375000/1375000
1260.52/649.35	c cleaning 10020 clauses out of 20056 with flag 1385000/1385000
1269.76/654.18	c cleaning 9986 clauses out of 20036 with flag 1395000/1395000
1278.72/658.71	c cleaning 9995 clauses out of 20050 with flag 1405000/1405000
1287.29/663.20	c cleaning 9991 clauses out of 20055 with flag 1415000/1415000
1297.46/668.31	c cleaning 10007 clauses out of 20064 with flag 1425000/1425000
1306.77/673.13	c cleaning 9991 clauses out of 20057 with flag 1435000/1435000
1315.49/677.66	c cleaning 9997 clauses out of 20066 with flag 1445000/1445000
1324.22/682.11	c cleaning 10010 clauses out of 20069 with flag 1455000/1455000
1333.15/686.78	c cleaning 9995 clauses out of 20059 with flag 1465000/1465000
1342.39/691.50	c cleaning 10006 clauses out of 20065 with flag 1475001/1475001
1350.96/695.99	c cleaning 10014 clauses out of 20058 with flag 1485000/1485000
1359.52/700.38	c cleaning 9986 clauses out of 20045 with flag 1495001/1495001
1367.90/704.65	c cleaning 10007 clauses out of 20059 with flag 1505001/1505001
1375.39/708.56	c cleaning 10010 clauses out of 20051 with flag 1515000/1515000
1383.16/712.57	c cleaning 9986 clauses out of 20042 with flag 1525001/1525001
1392.53/717.33	c cleaning 10005 clauses out of 20055 with flag 1535000/1535000
1401.70/722.01	c cleaning 10008 clauses out of 20050 with flag 1545000/1545000
1410.39/726.58	c cleaning 9994 clauses out of 20042 with flag 1555000/1555000
1418.71/730.87	c cleaning 10000 clauses out of 20048 with flag 1565000/1565000
1426.83/735.08	c cleaning 9994 clauses out of 20048 with flag 1575000/1575000
1434.78/739.19	c cleaning 9993 clauses out of 20054 with flag 1585000/1585000
1442.27/743.08	c cleaning 10003 clauses out of 20061 with flag 1595000/1595000
1449.24/746.68	c cleaning 9998 clauses out of 20058 with flag 1605000/1605000
1457.61/750.90	c cleaning 10011 clauses out of 20060 with flag 1615000/1615000
1466.56/755.60	c cleaning 10008 clauses out of 20049 with flag 1625000/1625000
1476.42/760.67	c cleaning 9992 clauses out of 20041 with flag 1635000/1635000
1485.38/765.27	c cleaning 9993 clauses out of 20049 with flag 1645000/1645000
1493.90/769.69	c cleaning 9991 clauses out of 20056 with flag 1655000/1655000
1502.46/774.05	c cleaning 10008 clauses out of 20065 with flag 1665000/1665000
1510.58/778.29	c cleaning 9994 clauses out of 20057 with flag 1675000/1675000
1518.35/782.27	c cleaning 9998 clauses out of 20063 with flag 1685000/1685000
1525.94/786.14	c cleaning 10000 clauses out of 20065 with flag 1695000/1695000
1533.13/789.81	c cleaning 10004 clauses out of 20065 with flag 1705000/1705000
1539.84/793.34	c cleaning 10003 clauses out of 20061 with flag 1715000/1715000
1547.21/797.13	c cleaning 10013 clauses out of 20058 with flag 1725000/1725000
1555.60/801.41	c cleaning 9995 clauses out of 20045 with flag 1735000/1735000
1563.34/805.45	c cleaning 9992 clauses out of 20050 with flag 1745000/1745000
1571.59/809.78	c cleaning 10003 clauses out of 20058 with flag 1755000/1755000
1579.33/813.78	c cleaning 9995 clauses out of 20055 with flag 1765000/1765000
1587.65/818.04	c cleaning 10003 clauses out of 20060 with flag 1775000/1775000
1596.00/822.38	c cleaning 10013 clauses out of 20057 with flag 1785000/1785000
1603.89/826.49	c cleaning 9996 clauses out of 20044 with flag 1795000/1795000
1612.05/830.68	c cleaning 9990 clauses out of 20048 with flag 1805000/1805000
1620.01/834.78	c cleaning 10001 clauses out of 20058 with flag 1815000/1815000
1627.58/838.64	c cleaning 10004 clauses out of 20057 with flag 1825000/1825000
1634.69/842.35	c cleaning 9998 clauses out of 20055 with flag 1835002/1835002
1641.45/845.88	c cleaning 10002 clauses out of 20055 with flag 1845000/1845000
1648.00/849.26	c cleaning 9996 clauses out of 20054 with flag 1855001/1855001
1655.53/853.14	c cleaning 10010 clauses out of 20057 with flag 1865000/1865000
1663.83/857.45	c cleaning 9993 clauses out of 20047 with flag 1875000/1875000
1671.60/861.48	c cleaning 9990 clauses out of 20054 with flag 1885000/1885000
1679.98/865.79	c cleaning 9996 clauses out of 20064 with flag 1895000/1895000
1688.14/869.99	c cleaning 10013 clauses out of 20069 with flag 1905001/1905001
1696.03/874.01	c cleaning 9993 clauses out of 20055 with flag 1915000/1915000
1703.42/877.85	c cleaning 10013 clauses out of 20062 with flag 1925000/1925000
1710.19/881.36	c cleaning 9999 clauses out of 20049 with flag 1935000/1935000
1716.19/884.47	c cleaning 9993 clauses out of 20050 with flag 1945000/1945000
1725.04/889.06	c cleaning 9995 clauses out of 20058 with flag 1955001/1955001
1734.15/893.72	c cleaning 9999 clauses out of 20062 with flag 1965000/1965000
1741.88/897.76	c cleaning 10016 clauses out of 20063 with flag 1975000/1975000
1749.44/901.69	c cleaning 9997 clauses out of 20048 with flag 1985001/1985001
1757.68/905.99	c cleaning 9998 clauses out of 20050 with flag 1995000/1995000
1765.04/909.77	c cleaning 9994 clauses out of 20052 with flag 2005000/2005000
1772.56/913.61	c cleaning 9995 clauses out of 20058 with flag 2015000/2015000
1781.08/918.10	c cleaning 10013 clauses out of 20063 with flag 2025000/2025000
1789.93/922.64	c cleaning 9989 clauses out of 20050 with flag 2035000/2035000
1798.05/926.81	c cleaning 9998 clauses out of 20061 with flag 2045000/2045000
1800.05/927.91	c starts		: 224
1800.05/927.91	c conflicts		: 2047624
1800.05/927.91	c decisions		: 2469078
1800.05/927.91	c propagations		: 110684196
1800.05/927.91	c inspects		: 1732773303
1800.05/927.91	c learnt literals	: 0
1800.05/927.91	c learnt binary clauses	: 0
1800.05/927.91	c learnt ternary clauses	: 904
1800.05/927.91	c learnt clauses	: 2047625
1800.05/927.91	c ignored clauses	: 0
1800.05/927.92	c root simplifications	: 0
1800.05/927.92	c removed literals (reason simplification)	: 137232262
1800.05/927.92	c reason swapping (by a shorter reason)	: 0
1800.05/927.92	c Calls to reduceDB	: 206
1800.05/927.92	c number of reductions to clauses (during analyze)	: 0
1800.05/927.92	c number of learned constraints concerned by reduction	: 0
1800.05/927.92	c number of learning phase by resolution	: 0
1800.05/927.92	c number of learning phase by cutting planes	: 0
1800.05/927.92	c speed (assignments/second)	: 119611.04597193119
1800.05/927.92	c non guided choices	3137
1800.05/927.93	c learnt constraints type 
1800.05/927.93	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12727
1800.05/927.93	c constraints type 
1800.05/927.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3070
1800.05/927.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.05/927.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.05/927.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1800.05/927.94	c constraints type 
1800.05/927.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.05/927.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
1800.05/927.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.05/927.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1800.05/927.94	s UNKNOWN
1800.05/927.94	c Total wall clock time (in seconds): 927.724

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-2661542-1276676723/watcher-2661542-1276676723 -o /tmp/evaluation-result-2661542-1276676723/solver-2661542-1276676723 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661542-1276676723.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.00 1.00 1.00 3/105 16778
/proc/meminfo: memFree=1745964/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1752 CPUtime=0
/proc/16778/stat : 16778 (java6) R 16776 16778 15990 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 8966063 1794048 75 1992294400 134512640 134550932 4288525456 18446744073709551615 2305954 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16778/statm: 438 80 64 10 0 30 0

[startup+0.0380901 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16778
/proc/meminfo: memFree=1745964/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1520328 CPUtime=0.02
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 3288 0 1 0 1 1 0 0 18 0 4 0 8966063 1556815872 2731 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 380082 2731 944 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.103031 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16778
/proc/meminfo: memFree=1745964/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1524180 CPUtime=0.08
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 3968 0 1 0 6 2 0 0 18 0 12 0 8966063 1560760320 3407 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 381045 3407 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.313719 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16778
/proc/meminfo: memFree=1745964/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1526548 CPUtime=0.39
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 5485 0 1 0 35 4 0 0 18 0 12 0 8966063 1563185152 4922 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 381637 4922 1363 10 0 378940 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526548

[startup+0.701101 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 16778
/proc/meminfo: memFree=1745964/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1529196 CPUtime=1.02
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 6998 0 1 0 97 5 0 0 18 0 12 0 8966063 1565896704 6366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 382299 6366 1407 10 0 379602 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1529196

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 16790
/proc/meminfo: memFree=1722184/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1529444 CPUtime=2.09
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 8865 0 1 0 203 6 0 0 18 0 12 0 8966063 1566150656 8114 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 382361 8114 1411 10 0 379664 0
[pid=16778/tid=16780] ppid=16776 vsize=1529444 CPUtime=1.31
/proc/16778/task/16780/stat : 16780 (java) R 16776 16778 15990 0 -1 4202560 6174 0 1 0 127 4 0 0 25 0 12 0 8966064 1566150656 8114 1992294400 134512640 134550932 4291942880 18446744073709551615 4108888075 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=1529444 CPUtime=0
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 15990 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8966066 1566150656 8115 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=1529444 CPUtime=0
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 8966066 1566150656 8115 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=1529444 CPUtime=0
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8966067 1566150656 8115 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=1529444 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 15990 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 8966068 1566150656 8115 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=1529444 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 15990 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 8966068 1566150656 8115 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=1529444 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8966072 1566150656 8115 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=1529444 CPUtime=0.28
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 15990 0 -1 4202560 405 0 0 0 28 0 0 0 17 0 12 0 8966072 1566150656 8115 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=1529444 CPUtime=0.46
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 15990 0 -1 4202560 1221 0 0 0 46 0 0 0 15 0 12 0 8966072 1566150656 8115 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=1529444 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8966072 1566150656 8115 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=1529444 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8966072 1566150656 8115 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1529444

[startup+3.10137 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 16790
/proc/meminfo: memFree=1715364/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1546668 CPUtime=4.34
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 17542 0 1 0 425 9 0 0 18 0 16 0 8966063 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 386667 14366 1425 10 0 383970 0
[pid=16778/tid=16780] ppid=16776 vsize=1546668 CPUtime=2.3
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 15990 0 -1 4202560 7635 0 1 0 226 4 0 0 25 0 16 0 8966064 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=1546668 CPUtime=0
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 15990 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 8966066 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=1546668 CPUtime=0
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 8966066 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=1546668 CPUtime=0
/proc/16778/task/16783/stat : 16783 (java) R 16776 16778 15990 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 8966067 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=1546668 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 15990 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 8966068 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=1546668 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 15990 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 8966068 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=1546668 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8966072 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=1546668 CPUtime=0.71
/proc/16778/task/16787/stat : 16787 (java) R 16776 16778 15990 0 -1 4202560 4284 0 0 0 70 1 0 0 16 0 16 0 8966072 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 104163359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=1546668 CPUtime=1
/proc/16778/task/16788/stat : 16788 (java) R 16776 16778 15990 0 -1 4202560 3693 0 0 0 98 2 0 0 16 0 16 0 8966072 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 103151713 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=1546668 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8966072 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=1546668 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8966072 1583788032 14366 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1546668

[startup+6.30272 s]
/proc/loadavg: 1.32 1.07 1.02 4/121 16794
/proc/meminfo: memFree=1592076/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1547380 CPUtime=10.68
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 47974 0 1 0 1029 39 0 0 18 0 16 0 8966063 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 386845 41356 1441 10 0 384148 0
[pid=16778/tid=16780] ppid=16776 vsize=1547380 CPUtime=2.3
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 15990 0 -1 4202560 7635 0 1 0 226 4 0 0 15 0 16 0 8966064 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=1547380 CPUtime=0.04
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 15990 0 -1 4202560 2264 0 0 0 4 0 0 0 18 0 16 0 8966066 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=1547380 CPUtime=0.02
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 15990 0 -1 4202560 949 0 0 0 2 0 0 0 18 0 16 0 8966066 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=1547380 CPUtime=0.32
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 15990 0 -1 4202560 11 0 0 0 15 17 0 0 15 0 16 0 8966067 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 15990 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=1547380 CPUtime=3.22
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 15990 0 -1 4202560 6868 0 0 0 319 3 0 0 15 0 16 0 8966072 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=1547380 CPUtime=1.37
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 15990 0 -1 4202560 4875 0 0 0 135 2 0 0 15 0 16 0 8966072 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8966072 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16791] ppid=16776 vsize=1547380 CPUtime=2.76
/proc/16778/task/16791/stat : 16791 (java) R 16776 16778 15990 0 -1 4202560 22135 0 0 0 268 8 0 0 18 0 16 0 8966318 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4109138741 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16778/tid=16792] ppid=16776 vsize=1547380 CPUtime=0.55
/proc/16778/task/16792/stat : 16792 (java) R 16776 16778 15990 0 -1 4202560 2165 0 0 0 55 0 0 0 25 0 16 0 8966318 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4109372424 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16778/tid=16793] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16793/stat : 16793 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8966319 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16794] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16794/stat : 16794 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 8966322 1584517120 41356 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 1547380

[startup+12.7024 s]
/proc/loadavg: 1.45 1.10 1.03 3/121 16794
/proc/meminfo: memFree=1543468/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1547380 CPUtime=23.24
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 59090 0 1 0 2279 45 0 0 18 0 16 0 8966063 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 386845 52013 1450 10 0 384148 0
[pid=16778/tid=16780] ppid=16776 vsize=1547380 CPUtime=2.3
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 15990 0 -1 4202560 7635 0 1 0 226 4 0 0 15 0 16 0 8966064 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=1547380 CPUtime=0.21
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 15990 0 -1 4202560 5737 0 0 0 19 2 0 0 16 0 16 0 8966066 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=1547380 CPUtime=0.2
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 15990 0 -1 4202560 4280 0 0 0 18 2 0 0 16 0 16 0 8966066 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=1547380 CPUtime=0.46
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 15990 0 -1 4202560 2698 0 0 0 28 18 0 0 15 0 16 0 8966067 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 15990 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=1547380 CPUtime=3.75
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 15990 0 -1 4202560 6907 0 0 0 372 3 0 0 15 0 16 0 8966072 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=1547380 CPUtime=1.46
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 15990 0 -1 4202560 4887 0 0 0 144 2 0 0 15 0 16 0 8966072 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8966072 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16791] ppid=16776 vsize=1547380 CPUtime=8.59
/proc/16778/task/16791/stat : 16791 (java) R 16776 16778 15990 0 -1 4202560 22297 0 0 0 850 9 0 0 22 0 16 0 8966318 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4109119966 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16778/tid=16792] ppid=16776 vsize=1547380 CPUtime=6.19
/proc/16778/task/16792/stat : 16792 (java) R 16776 16778 15990 0 -1 4202560 3577 0 0 0 618 1 0 0 25 0 16 0 8966318 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4109406252 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16778/tid=16793] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16793/stat : 16793 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8966319 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16794] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16794/stat : 16794 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 8966322 1584517120 52013 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.24
Current children cumulated vsize (KiB) 1547380

[startup+25.5018 s]
/proc/loadavg: 1.57 1.14 1.05 3/121 16794
/proc/meminfo: memFree=1524496/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1547380 CPUtime=48.31
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 63827 0 1 0 4783 48 0 0 18 0 16 0 8966063 1584517120 56396 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/16778/statm: 386845 76113 1450 10 0 384148 0
[pid=16778/tid=16780] ppid=16776 vsize=1547380 CPUtime=2.3
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 15990 0 -1 4202560 7643 0 1 0 226 4 0 0 15 0 16 0 8966064 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=1547380 CPUtime=5.53
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 15990 0 -1 4202560 19915 0 0 0 530 23 0 0 15 0 16 0 8966066 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=1547380 CPUtime=5.43
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 15990 0 -1 4202560 17852 0 0 0 522 21 0 0 15 0 16 0 8966066 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=1547380 CPUtime=31.29
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 15990 0 -1 4202560 3705 0 0 0 3095 34 0 0 15 0 16 0 8966067 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 15990 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=1547380 CPUtime=3.76
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 15990 0 -1 4202560 6907 0 0 0 373 3 0 0 16 0 16 0 8966072 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=1547380 CPUtime=1.84
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 15990 0 -1 4202560 4895 0 0 0 182 2 0 0 15 0 16 0 8966072 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 15990 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 8966072 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16791] ppid=16776 vsize=1547380 CPUtime=718.23
/proc/16778/task/16791/stat : 16791 (java) R 16776 16778 15990 0 -1 4202560 22779 0 0 0 71810 13 0 0 25 0 16 0 8966318 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4109009996 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16778/tid=16792] ppid=16776 vsize=1547380 CPUtime=711.15
/proc/16778/task/16792/stat : 16792 (java) R 16776 16778 15990 0 -1 4202560 3955 0 0 0 71103 12 0 0 25 0 16 0 8966318 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4109702483 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16778/tid=16793] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16793/stat : 16793 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8966319 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16794] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16794/stat : 16794 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 8966322 1584517120 76113 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1479.62
Current children cumulated vsize (KiB) 1547380

[startup+822.302 s]
/proc/loadavg: 2.02 1.99 1.62 4/121 16819
/proc/meminfo: memFree=1440672/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1547380 CPUtime=1596
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 89650 0 1 0 159477 123 0 0 18 0 16 0 8966063 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 386845 76872 1450 10 0 384148 0
[pid=16778/tid=16780] ppid=16776 vsize=1547380 CPUtime=2.3
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 15990 0 -1 4202560 7643 0 1 0 226 4 0 0 15 0 16 0 8966064 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=1547380 CPUtime=5.86
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 15990 0 -1 4202560 20418 0 0 0 562 24 0 0 15 0 16 0 8966066 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=1547380 CPUtime=5.78
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 15990 0 -1 4202560 18169 0 0 0 556 22 0 0 15 0 16 0 8966066 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=1547380 CPUtime=34.13
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 15990 0 -1 4202560 3709 0 0 0 3376 37 0 0 15 0 16 0 8966067 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 15990 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=1547380 CPUtime=3.76
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 15990 0 -1 4202560 6907 0 0 0 373 3 0 0 16 0 16 0 8966072 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=1547380 CPUtime=1.84
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 15990 0 -1 4202560 4895 0 0 0 182 2 0 0 15 0 16 0 8966072 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 15990 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 8966072 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16791] ppid=16776 vsize=1547380 CPUtime=774.88
/proc/16778/task/16791/stat : 16791 (java) R 16776 16778 15990 0 -1 4202560 22818 0 0 0 77475 13 0 0 25 0 16 0 8966318 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4109800961 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16778/tid=16792] ppid=16776 vsize=1547380 CPUtime=767.35
/proc/16778/task/16792/stat : 16792 (java) R 16776 16778 15990 0 -1 4202560 3972 0 0 0 76722 13 0 0 25 0 16 0 8966318 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4109742911 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16778/tid=16793] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16793/stat : 16793 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8966319 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16794] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16794/stat : 16794 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 8966322 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1596
Current children cumulated vsize (KiB) 1547380

[startup+882.301 s]
/proc/loadavg: 2.00 1.99 1.64 3/121 16819
/proc/meminfo: memFree=1440548/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1547380 CPUtime=1712
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 89701 0 1 0 171071 129 0 0 18 0 16 0 8966063 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 386845 76872 1450 10 0 384148 0
[pid=16778/tid=16780] ppid=16776 vsize=1547380 CPUtime=2.3
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 15990 0 -1 4202560 7644 0 1 0 226 4 0 0 15 0 16 0 8966064 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=1547380 CPUtime=6.13
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 15990 0 -1 4202560 20418 0 0 0 588 25 0 0 16 0 16 0 8966066 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=1547380 CPUtime=6.03
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 15990 0 -1 4202560 18169 0 0 0 580 23 0 0 16 0 16 0 8966066 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=1547380 CPUtime=37.41
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 15990 0 -1 4202560 3713 0 0 0 3702 39 0 0 16 0 16 0 8966067 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 15990 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=1547380 CPUtime=3.76
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 15990 0 -1 4202560 6907 0 0 0 373 3 0 0 16 0 16 0 8966072 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=1547380 CPUtime=1.84
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 15990 0 -1 4202560 4895 0 0 0 182 2 0 0 15 0 16 0 8966072 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 15990 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 8966072 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16791] ppid=16776 vsize=1547380 CPUtime=831.07
/proc/16778/task/16791/stat : 16791 (java) R 16776 16778 15990 0 -1 4202560 22854 0 0 0 83093 14 0 0 25 0 16 0 8966318 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4109409479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16778/tid=16792] ppid=16776 vsize=1547380 CPUtime=823.34
/proc/16778/task/16792/stat : 16792 (java) R 16776 16778 15990 0 -1 4202560 3978 0 0 0 82321 13 0 0 25 0 16 0 8966318 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4109482392 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16778/tid=16793] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16793/stat : 16793 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8966319 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16794] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16794/stat : 16794 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 8966322 1584517120 76872 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1712
Current children cumulated vsize (KiB) 1547380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.902 s]
/proc/loadavg: 1.94 1.97 1.65 3/121 16821
/proc/meminfo: memFree=1426908/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=1547380 CPUtime=1800.05
/proc/16778/stat : 16778 (java) S 16776 16778 15990 0 -1 4202496 93703 0 1 0 179871 134 0 0 18 0 16 0 8966063 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 386845 80265 1450 10 0 384148 0
[pid=16778/tid=16780] ppid=16776 vsize=1547380 CPUtime=2.3
/proc/16778/task/16780/stat : 16780 (java) S 16776 16778 15990 0 -1 4202560 7645 0 1 0 226 4 0 0 15 0 16 0 8966064 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16781] ppid=16776 vsize=1547380 CPUtime=6.65
/proc/16778/task/16781/stat : 16781 (java) S 16776 16778 15990 0 -1 4202560 22215 0 0 0 638 27 0 0 16 0 16 0 8966066 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16782] ppid=16776 vsize=1547380 CPUtime=6.55
/proc/16778/task/16782/stat : 16782 (java) S 16776 16778 15990 0 -1 4202560 20065 0 0 0 630 25 0 0 15 0 16 0 8966066 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16783] ppid=16776 vsize=1547380 CPUtime=39.8
/proc/16778/task/16783/stat : 16783 (java) S 16776 16778 15990 0 -1 4202560 3944 0 0 0 3940 40 0 0 15 0 16 0 8966067 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 0 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16784] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16784/stat : 16784 (java) S 16776 16778 15990 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16785] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16785/stat : 16785 (java) S 16776 16778 15990 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 8966068 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16786] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16786/stat : 16786 (java) S 16776 16778 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16787] ppid=16776 vsize=1547380 CPUtime=3.76
/proc/16778/task/16787/stat : 16787 (java) S 16776 16778 15990 0 -1 4202560 6907 0 0 0 373 3 0 0 16 0 16 0 8966072 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16788] ppid=16776 vsize=1547380 CPUtime=1.84
/proc/16778/task/16788/stat : 16788 (java) S 16776 16778 15990 0 -1 4202560 4895 0 0 0 182 2 0 0 15 0 16 0 8966072 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16789] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16789/stat : 16789 (java) S 16776 16778 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8966072 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16790] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16790/stat : 16790 (java) S 16776 16778 15990 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 8966072 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 0 0 0 0
[pid=16778/tid=16791] ppid=16776 vsize=1547380 CPUtime=873.29
/proc/16778/task/16791/stat : 16791 (java) R 16776 16778 15990 0 -1 4202560 22895 0 0 0 87314 15 0 0 25 0 16 0 8966318 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4109099127 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16778/tid=16792] ppid=16776 vsize=1547380 CPUtime=865.77
/proc/16778/task/16792/stat : 16792 (java) R 16776 16778 15990 0 -1 4202560 4012 0 0 0 86563 14 0 0 25 0 16 0 8966318 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4109502003 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16778/tid=16793] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16793/stat : 16793 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8966319 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
[pid=16778/tid=16794] ppid=16776 vsize=1547380 CPUtime=0
/proc/16778/task/16794/stat : 16794 (java) S 16776 16778 15990 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 8966322 1584517120 80265 1992294400 134512640 134550932 4291942880 18446744073709551615 4294960144 0 4 0 16800975 18446604437806775104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1547380

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

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

[startup+928.016 s]
/proc/loadavg: 1.94 1.97 1.65 3/121 16821
/proc/meminfo: memFree=1426908/2059040 swapFree=4192956/4192956
[pid=16778] ppid=16776 vsize=0 CPUtime=1800.23
/proc/16778/stat : 16778 (java) Z 16776 16778 15990 0 -1 4203548 93722 0 1 0 179886 137 0 0 17 0 2 0 8966063 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16778/statm: 0 0 0 0 0 0 0
[pid=16778/tid=16791] ppid=16776 vsize=0 CPUtime=873.39
/proc/16778/task/16791/stat : 16791 (java) R 16776 16778 15990 0 -1 4203588 22895 0 0 0 87322 17 0 0 25 0 2 0 8966318 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 928.025
CPU time (s): 1800.25
CPU user time (s): 1798.87
CPU system time (s): 1.38179
CPU usage (%): 193.987
Max. virtual memory (cumulated for all children) (KiB): 1549008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.38179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93722
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= 32525
involuntary context switches= 51645

runsolver used 5.2762 second user time and 6.74997 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-16 10:25:24
IDJOB=2661542
IDBENCH=48302
IDSOLVER=1166
FILE ID=node086/2661542-1276676723
PBS_JOBID= 11172526
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_4_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661542-1276676723/watcher-2661542-1276676723 -o /tmp/evaluation-result-2661542-1276676723/solver-2661542-1276676723 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661542-1276676723.opb

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

MD5SUM BENCH= 4bc8406e35a3f2674c743b72d3a1792a
RANDOM SEED=818741811

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1746236 kB
Buffers:         59840 kB
Cached:         116724 kB
SwapCached:          0 kB
Active:         121788 kB
Inactive:       114120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1746236 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       59244 kB
Mapped:          15348 kB
Slab:            55188 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180664 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= 62576 MiB
End job on node086 at 2010-06-16 10:40:53