Trace number 2662663

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.54 936.541

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
Bench CategoryDEC-SMALLINT (no optimisation, small 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.17	c version 2.2.0.v20100531
0.08/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.17	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.17	c java.vm.version	11.2-b01
0.08/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version		1.6.0_12
0.08/0.17	c os.name		Linux
0.08/0.17	c os.version		2.6.18-164.el5
0.08/0.17	c os.arch		i386
0.08/0.17	c Free memory 		1393557488
0.08/0.17	c Max memory 		1395916800
0.08/0.17	c Total memory 		1395916800
0.08/0.17	c Number of processors 	2
0.20/0.23	c Pseudo Boolean Optimization
0.20/0.23	c ManyCore solver with 2 solvers running in parallel
0.20/0.23	c --- Begin Solver configuration ---
0.20/0.23	c Stops conflict analysis at the first Unique Implication Point
0.20/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.20/0.23	c Learn all clauses as in MiniSAT
0.20/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.20/0.23	c Expensive reason simplification
0.20/0.23	c Armin Biere (Picosat) restarts strategy
0.20/0.23	c Glucose learned constraints deletion strategy
0.20/0.23	c timeout=2147483s
0.20/0.23	c DB Simplification allowed=false
0.20/0.23	c --- End Solver configuration ---
0.20/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.20/0.23	c --- Begin Solver configuration ---
0.20/0.23	c Stops conflict analysis at the first Unique Implication Point
0.20/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.20/0.23	c Learn all clauses as in MiniSAT
0.20/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.20/0.23	c No reason simplification
0.20/0.23	c Armin Biere (Picosat) restarts strategy
0.20/0.23	c Glucose learned constraints deletion strategy
0.20/0.23	c timeout=2147483s
0.20/0.23	c DB Simplification allowed=false
0.20/0.23	c --- End Solver configuration ---
0.20/0.23	
0.20/0.23	c solving HOME/instance-2662663-1278546209.opb
0.20/0.23	c reading problem ... 
0.69/0.53	c ... done. Wall clock time 0.296s.
0.69/0.53	c #vars     490
0.69/0.53	c #constraints  737
0.69/0.53	c constraints type 
0.69/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
0.69/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.69/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 253
0.69/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 338
0.69/0.53	c constraints type 
0.69/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
0.69/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.69/0.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.69/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 338
7.03/3.77	c cleaning 2500 clauses out of 5001 with flag 5001/5001
10.56/5.57	c cleaning 4248 clauses out of 8501 with flag 11001/11001
14.86/7.72	c cleaning 5626 clauses out of 11252 with flag 18000/18000
20.72/10.72	c cleaning 6813 clauses out of 13627 with flag 26001/26001
27.55/14.29	c cleaning 7907 clauses out of 15813 with flag 35000/35000
35.78/18.45	c cleaning 8950 clauses out of 17908 with flag 45002/45002
44.41/22.82	c cleaning 9477 clauses out of 18956 with flag 55000/55000
53.63/27.59	c cleaning 9740 clauses out of 19482 with flag 65003/65003
62.99/32.34	c cleaning 9869 clauses out of 19739 with flag 75000/75000
72.80/37.34	c cleaning 9932 clauses out of 19870 with flag 85000/85000
84.78/43.42	c cleaning 9966 clauses out of 19938 with flag 95000/95000
96.77/49.53	c cleaning 9984 clauses out of 19973 with flag 105001/105001
109.27/55.95	c cleaning 9987 clauses out of 19990 with flag 115002/115002
122.83/62.82	c cleaning 9989 clauses out of 20001 with flag 125000/125000
134.77/68.92	c cleaning 9993 clauses out of 20014 with flag 135002/135002
145.53/74.49	c cleaning 10003 clauses out of 20019 with flag 145000/145000
155.25/79.44	c cleaning 10005 clauses out of 20017 with flag 155001/155001
165.02/84.44	c cleaning 9996 clauses out of 20011 with flag 165000/165000
176.96/90.57	c cleaning 10002 clauses out of 20016 with flag 175001/175001
187.32/95.88	c cleaning 10002 clauses out of 20013 with flag 185000/185000
199.20/101.90	c cleaning 9984 clauses out of 20011 with flag 195000/195000
209.93/107.49	c cleaning 10003 clauses out of 20027 with flag 205000/205000
221.48/113.33	c cleaning 10003 clauses out of 20024 with flag 215000/215000
232.59/119.07	c cleaning 10005 clauses out of 20023 with flag 225002/225002
243.27/124.51	c cleaning 9997 clauses out of 20016 with flag 235000/235000
253.83/129.94	c cleaning 9994 clauses out of 20019 with flag 245000/245000
265.34/135.83	c cleaning 10003 clauses out of 20028 with flag 255003/255003
276.07/141.37	c cleaning 9986 clauses out of 20024 with flag 265002/265002
286.74/146.83	c cleaning 10010 clauses out of 20037 with flag 275001/275001
296.86/152.03	c cleaning 10006 clauses out of 20026 with flag 285000/285000
306.41/156.93	c cleaning 10001 clauses out of 20020 with flag 295000/295000
315.94/161.84	c cleaning 9989 clauses out of 20019 with flag 305000/305000
326.00/167.09	c cleaning 10003 clauses out of 20031 with flag 315001/315001
336.73/172.51	c cleaning 10005 clauses out of 20027 with flag 325000/325000
347.25/177.92	c cleaning 10005 clauses out of 20025 with flag 335003/335003
357.96/183.43	c cleaning 10001 clauses out of 20017 with flag 345000/345000
368.62/188.92	c cleaning 9991 clauses out of 20016 with flag 355000/355000
379.32/194.40	c cleaning 10005 clauses out of 20025 with flag 365000/365000
389.80/199.82	c cleaning 10005 clauses out of 20020 with flag 375000/375000
399.52/204.85	c cleaning 10000 clauses out of 20015 with flag 385000/385000
409.37/209.90	c cleaning 9995 clauses out of 20015 with flag 395000/395000
419.08/214.98	c cleaning 9994 clauses out of 20021 with flag 405001/405001
430.18/220.70	c cleaning 10003 clauses out of 20026 with flag 415000/415000
440.27/225.82	c cleaning 10004 clauses out of 20023 with flag 425000/425000
449.32/230.59	c cleaning 10002 clauses out of 20019 with flag 435000/435000
458.23/235.14	c cleaning 10004 clauses out of 20020 with flag 445003/445003
466.74/239.54	c cleaning 10002 clauses out of 20013 with flag 455000/455000
475.24/243.91	c cleaning 9996 clauses out of 20011 with flag 465000/465000
484.29/248.68	c cleaning 10004 clauses out of 20015 with flag 475000/475000
493.97/253.68	c cleaning 10001 clauses out of 20011 with flag 485000/485000
503.07/258.39	c cleaning 9987 clauses out of 20010 with flag 495000/495000
512.97/263.41	c cleaning 10005 clauses out of 20026 with flag 505003/505003
522.20/268.27	c cleaning 9995 clauses out of 20018 with flag 515000/515000
532.29/273.43	c cleaning 10004 clauses out of 20023 with flag 525000/525000
541.99/278.47	c cleaning 9996 clauses out of 20019 with flag 535000/535000
552.08/283.60	c cleaning 10007 clauses out of 20027 with flag 545004/545004
561.89/288.71	c cleaning 9995 clauses out of 20016 with flag 555000/555000
572.57/294.26	c cleaning 10006 clauses out of 20021 with flag 565000/565000
583.65/299.96	c cleaning 9995 clauses out of 20015 with flag 575000/575000
593.13/304.84	c cleaning 10005 clauses out of 20022 with flag 585002/585002
601.54/309.27	c cleaning 9994 clauses out of 20015 with flag 595000/595000
610.01/313.62	c cleaning 10004 clauses out of 20021 with flag 605000/605000
617.68/317.66	c cleaning 10004 clauses out of 20017 with flag 615000/615000
625.77/321.81	c cleaning 9999 clauses out of 20016 with flag 625003/625003
634.17/326.28	c cleaning 10001 clauses out of 20016 with flag 635002/635002
643.25/330.98	c cleaning 10000 clauses out of 20013 with flag 645000/645000
652.93/335.94	c cleaning 10000 clauses out of 20016 with flag 655003/655003
662.39/340.80	c cleaning 9992 clauses out of 20013 with flag 665000/665000
671.42/345.56	c cleaning 10004 clauses out of 20021 with flag 675000/675000
680.27/350.10	c cleaning 9991 clauses out of 20017 with flag 685000/685000
688.55/354.48	c cleaning 10005 clauses out of 20026 with flag 695000/695000
697.01/358.83	c cleaning 10007 clauses out of 20023 with flag 705002/705002
706.60/363.86	c cleaning 10000 clauses out of 20016 with flag 715002/715002
715.87/368.66	c cleaning 9998 clauses out of 20015 with flag 725001/725001
724.93/373.37	c cleaning 10004 clauses out of 20017 with flag 735001/735001
733.77/377.96	c cleaning 10001 clauses out of 20013 with flag 745001/745001
742.73/382.61	c cleaning 9988 clauses out of 20011 with flag 755000/755000
751.60/387.25	c cleaning 10000 clauses out of 20024 with flag 765001/765001
760.84/392.01	c cleaning 10010 clauses out of 20025 with flag 775002/775002
771.08/397.39	c cleaning 10000 clauses out of 20013 with flag 785000/785000
780.63/402.37	c cleaning 9995 clauses out of 20015 with flag 795002/795002
789.70/407.07	c cleaning 10003 clauses out of 20020 with flag 805002/805002
798.93/411.86	c cleaning 9995 clauses out of 20016 with flag 815001/815001
807.18/416.15	c cleaning 10001 clauses out of 20020 with flag 825000/825000
815.74/420.68	c cleaning 10003 clauses out of 20019 with flag 835000/835000
824.38/425.16	c cleaning 10002 clauses out of 20018 with flag 845002/845002
832.83/429.54	c cleaning 9989 clauses out of 20014 with flag 855000/855000
841.07/433.87	c cleaning 10007 clauses out of 20025 with flag 865000/865000
850.03/438.55	c cleaning 10003 clauses out of 20019 with flag 875001/875001
858.46/443.00	c cleaning 10004 clauses out of 20017 with flag 885002/885002
867.51/447.64	c cleaning 9997 clauses out of 20012 with flag 895001/895001
875.94/452.10	c cleaning 9978 clauses out of 20014 with flag 905000/905000
884.89/456.79	c cleaning 10013 clauses out of 20036 with flag 915000/915000
893.50/461.20	c cleaning 10009 clauses out of 20026 with flag 925003/925003
902.34/465.83	c cleaning 9999 clauses out of 20014 with flag 935000/935000
910.96/470.35	c cleaning 10001 clauses out of 20016 with flag 945001/945001
920.08/475.10	c cleaning 9996 clauses out of 20014 with flag 955000/955000
928.73/479.68	c cleaning 9999 clauses out of 20020 with flag 965002/965002
936.96/483.98	c cleaning 10000 clauses out of 20019 with flag 975000/975000
945.80/488.52	c cleaning 9995 clauses out of 20019 with flag 985000/985000
954.90/493.39	c cleaning 9993 clauses out of 20025 with flag 995001/995001
963.73/498.00	c cleaning 10001 clauses out of 20031 with flag 1005000/1005000
972.35/502.44	c cleaning 10000 clauses out of 20030 with flag 1015000/1015000
980.40/506.65	c cleaning 10007 clauses out of 20030 with flag 1025000/1025000
988.93/511.12	c cleaning 10002 clauses out of 20023 with flag 1035000/1035000
997.35/515.56	c cleaning 10004 clauses out of 20021 with flag 1045000/1045000
1006.17/520.11	c cleaning 9999 clauses out of 20017 with flag 1055000/1055000
1015.39/524.93	c cleaning 10001 clauses out of 20018 with flag 1065000/1065000
1025.11/530.04	c cleaning 9998 clauses out of 20017 with flag 1075000/1075000
1033.93/534.62	c cleaning 10004 clauses out of 20020 with flag 1085001/1085001
1042.72/539.25	c cleaning 10001 clauses out of 20015 with flag 1095000/1095000
1051.52/543.85	c cleaning 10001 clauses out of 20014 with flag 1105000/1105000
1060.46/548.57	c cleaning 10003 clauses out of 20014 with flag 1115001/1115001
1069.46/553.30	c cleaning 9999 clauses out of 20011 with flag 1125001/1125001
1078.86/558.13	c cleaning 10000 clauses out of 20011 with flag 1135000/1135000
1088.65/563.28	c cleaning 9998 clauses out of 20012 with flag 1145001/1145001
1099.15/568.72	c cleaning 9993 clauses out of 20014 with flag 1155001/1155001
1110.72/574.73	c cleaning 10005 clauses out of 20022 with flag 1165002/1165002
1119.92/579.55	c cleaning 9998 clauses out of 20015 with flag 1175000/1175000
1130.09/584.86	c cleaning 10003 clauses out of 20020 with flag 1185003/1185003
1139.79/589.92	c cleaning 10002 clauses out of 20014 with flag 1195000/1195000
1149.60/595.09	c cleaning 9999 clauses out of 20014 with flag 1205002/1205002
1159.58/600.28	c cleaning 10000 clauses out of 20014 with flag 1215001/1215001
1169.18/605.22	c cleaning 10001 clauses out of 20013 with flag 1225000/1225000
1178.68/610.27	c cleaning 10000 clauses out of 20012 with flag 1235000/1235000
1188.24/615.22	c cleaning 10000 clauses out of 20013 with flag 1245001/1245001
1197.84/620.28	c cleaning 9987 clauses out of 20012 with flag 1255000/1255000
1207.44/625.27	c cleaning 10005 clauses out of 20026 with flag 1265001/1265001
1217.34/630.41	c cleaning 9995 clauses out of 20020 with flag 1275000/1275000
1226.91/635.42	c cleaning 10009 clauses out of 20027 with flag 1285002/1285002
1236.13/640.21	c cleaning 0 clauses out of 5000 with flag 0/5000
1236.95/640.89	c cleaning 9998 clauses out of 20016 with flag 1295000/1295000
1247.43/646.35	c cleaning 9994 clauses out of 20018 with flag 1305000/1305000
1257.99/651.83	c cleaning 10005 clauses out of 20024 with flag 1315000/1315000
1268.78/657.42	c cleaning 10005 clauses out of 20020 with flag 1325001/1325001
1278.17/662.34	c cleaning 9995 clauses out of 20014 with flag 1335000/1335000
1287.84/667.42	c cleaning 9998 clauses out of 20019 with flag 1345000/1345000
1297.22/672.37	c cleaning 10007 clauses out of 20024 with flag 1355003/1355003
1306.61/677.29	c cleaning 10003 clauses out of 20014 with flag 1365000/1365000
1315.58/681.99	c cleaning 9995 clauses out of 20011 with flag 1375000/1375000
1324.66/686.76	c cleaning 9987 clauses out of 20017 with flag 1385001/1385001
1334.04/691.60	c cleaning 10006 clauses out of 20029 with flag 1395000/1395000
1343.21/696.48	c cleaning 10005 clauses out of 20023 with flag 1405000/1405000
1352.97/701.50	c cleaning 10001 clauses out of 20021 with flag 1415003/1415003
1362.62/706.65	c cleaning 10000 clauses out of 20017 with flag 1425000/1425000
1372.18/711.69	c cleaning 10004 clauses out of 20018 with flag 1435001/1435001
1381.54/716.51	c cleaning 10000 clauses out of 20013 with flag 1445000/1445000
1391.09/721.52	c cleaning 10002 clauses out of 20017 with flag 1455004/1455004
1402.14/727.37	c cleaning 9995 clauses out of 20012 with flag 1465001/1465001
1411.70/732.37	c cleaning 10003 clauses out of 20017 with flag 1475001/1475001
1421.26/737.31	c cleaning 9998 clauses out of 20013 with flag 1485000/1485000
1430.62/742.25	c cleaning 10002 clauses out of 20016 with flag 1495001/1495001
1440.87/747.61	c cleaning 9996 clauses out of 20013 with flag 1505000/1505000
1450.25/752.52	c cleaning 10001 clauses out of 20017 with flag 1515000/1515000
1460.39/757.86	c cleaning 9990 clauses out of 20019 with flag 1525003/1525003
1470.34/763.02	c cleaning 9999 clauses out of 20026 with flag 1535000/1535000
1480.38/768.32	c cleaning 10005 clauses out of 20028 with flag 1545001/1545001
1489.93/773.39	c cleaning 9996 clauses out of 20022 with flag 1555000/1555000
1500.05/778.66	c cleaning 10003 clauses out of 20029 with flag 1565003/1565003
1509.98/783.82	c cleaning 10002 clauses out of 20023 with flag 1575000/1575000
1519.44/788.85	c cleaning 10005 clauses out of 20022 with flag 1585001/1585001
1529.18/793.94	c cleaning 10003 clauses out of 20017 with flag 1595001/1595001
1540.54/799.84	c cleaning 10000 clauses out of 20014 with flag 1605001/1605001
1551.87/805.74	c cleaning 10004 clauses out of 20015 with flag 1615002/1615002
1561.90/811.02	c cleaning 9997 clauses out of 20009 with flag 1625000/1625000
1571.47/816.09	c cleaning 10002 clauses out of 20013 with flag 1635001/1635001
1581.62/821.36	c cleaning 9999 clauses out of 20011 with flag 1645001/1645001
1591.76/826.69	c cleaning 10000 clauses out of 20011 with flag 1655000/1655000
1602.79/832.44	c cleaning 9995 clauses out of 20012 with flag 1665001/1665001
1612.74/837.66	c cleaning 10004 clauses out of 20025 with flag 1675009/1675009
1623.08/843.10	c cleaning 10005 clauses out of 20019 with flag 1685007/1685007
1633.22/848.36	c cleaning 9996 clauses out of 20008 with flag 1695001/1695001
1643.64/853.82	c cleaning 9983 clauses out of 20011 with flag 1705000/1705000
1654.75/859.66	c cleaning 10008 clauses out of 20029 with flag 1715001/1715001
1664.09/864.58	c cleaning 10001 clauses out of 20023 with flag 1725003/1725003
1673.63/869.52	c cleaning 10005 clauses out of 20021 with flag 1735002/1735002
1683.63/874.89	c cleaning 10001 clauses out of 20014 with flag 1745000/1745000
1694.15/880.34	c cleaning 10001 clauses out of 20014 with flag 1755001/1755001
1704.48/885.76	c cleaning 10000 clauses out of 20014 with flag 1765002/1765002
1713.60/890.51	c cleaning 10000 clauses out of 20012 with flag 1775000/1775000
1722.41/895.26	c cleaning 9999 clauses out of 20014 with flag 1785002/1785002
1731.72/900.13	c cleaning 9999 clauses out of 20013 with flag 1795000/1795000
1740.63/904.82	c cleaning 9998 clauses out of 20014 with flag 1805000/1805000
1749.36/909.43	c cleaning 10003 clauses out of 20018 with flag 1815002/1815002
1757.97/914.03	c cleaning 9996 clauses out of 20013 with flag 1825000/1825000
1767.10/918.85	c cleaning 10000 clauses out of 20017 with flag 1835000/1835000
1776.82/923.94	c cleaning 9984 clauses out of 20017 with flag 1845000/1845000
1786.74/929.18	c cleaning 10009 clauses out of 20035 with flag 1855002/1855002
1796.14/934.16	c cleaning 10006 clauses out of 20028 with flag 1865004/1865004
1800.10/936.32	c starts		: 210
1800.10/936.32	c conflicts		: 1869539
1800.10/936.32	c decisions		: 5802620
1800.10/936.32	c propagations		: 78302743
1800.10/936.32	c inspects		: 1412709344
1800.10/936.32	c learnt literals	: 0
1800.10/936.32	c learnt binary clauses	: 0
1800.10/936.32	c learnt ternary clauses	: 0
1800.10/936.32	c learnt clauses	: 1869538
1800.10/936.32	c ignored clauses	: 0
1800.10/936.32	c root simplifications	: 0
1800.10/936.32	c removed literals (reason simplification)	: 86933387
1800.10/936.32	c reason swapping (by a shorter reason)	: 0
1800.10/936.32	c Calls to reduceDB	: 188
1800.10/936.32	c number of reductions to clauses (during analyze)	: 0
1800.10/936.32	c number of learned constraints concerned by reduction	: 0
1800.10/936.32	c number of learning phase by resolution	: 0
1800.10/936.32	c number of learning phase by cutting planes	: 0
1800.10/936.32	c speed (assignments/second)	: 83675.6394871066
1800.10/936.32	c non guided choices	56
1800.32/936.45	c learnt constraints type 
1800.32/936.45	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14779
1800.32/936.45	c constraints type 
1800.32/936.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
1800.32/936.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.32/936.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 253
1800.32/936.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 338
1800.32/936.45	c constraints type 
1800.32/936.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
1800.32/936.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
1800.32/936.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.32/936.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 338
1800.32/936.45	s UNKNOWN
1800.32/936.45	c Total wall clock time (in seconds): 936.221

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-2662663-1278546209/watcher-2662663-1278546209 -o /tmp/evaluation-result-2662663-1278546209/solver-2662663-1278546209 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662663-1278546209.opb 

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31020
/proc/meminfo: memFree=1666740/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1752 CPUtime=0
/proc/31020/stat : 31020 (java) R 31018 31020 30993 0 -1 4194304 326 0 0 0 0 0 0 0 16 0 1 0 22828407 1794048 70 1992294400 134512640 134550932 4291624784 18446744073709551615 12517282 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31020/statm: 438 80 64 10 0 30 0

[startup+0.110998 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31020
/proc/meminfo: memFree=1666740/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1523992 CPUtime=0.08
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 3921 0 1 0 6 2 0 0 16 0 12 0 22828407 1560567808 3359 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 380998 3359 1063 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.201006 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31020
/proc/meminfo: memFree=1666740/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1525776 CPUtime=0.2
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 4917 0 1 0 17 3 0 0 16 0 12 0 22828407 1562394624 4353 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 381444 4353 1332 10 0 378747 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1525776

[startup+0.30101 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31020
/proc/meminfo: memFree=1666740/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1526228 CPUtime=0.33
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 5358 0 1 0 30 3 0 0 16 0 12 0 22828407 1562857472 4794 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 381557 4794 1351 10 0 378860 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526228

[startup+0.701055 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31020
/proc/meminfo: memFree=1666740/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1532664 CPUtime=1.09
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 7916 0 1 0 104 5 0 0 16 0 16 0 22828407 1569447936 6869 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 383166 6870 1408 10 0 380469 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1532664

[startup+1.50212 s]
/proc/loadavg: 0.00 0.00 0.00 7/122 31036
/proc/meminfo: memFree=1641008/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1545532 CPUtime=2.67
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 13526 0 1 0 261 6 0 0 16 0 16 0 22828407 1582624768 11683 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 386383 11683 1421 10 0 383686 0
[pid=31020/tid=31022] ppid=31018 vsize=1545532 CPUtime=0.49
/proc/31020/task/31022/stat : 31022 (java) S 31018 31020 30993 0 -1 4202560 4383 0 1 0 46 3 0 0 24 0 16 0 22828409 1582624768 11683 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=1545532 CPUtime=0
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 30993 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 16 0 22828410 1582624768 11684 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=1545532 CPUtime=0
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 30993 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 22828410 1582624768 11685 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=1545532 CPUtime=0
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 22828412 1582624768 11685 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=1545532 CPUtime=0
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 30993 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 16 0 22828413 1582624768 11685 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=1545532 CPUtime=0
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 22828413 1582624768 11685 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=1545532 CPUtime=0
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 22828418 1582624768 11685 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=1545532 CPUtime=0.58
/proc/31020/task/31029/stat : 31029 (java) R 31018 31020 30993 0 -1 4202560 1481 0 0 0 58 0 0 0 20 0 16 0 22828418 1582624768 11685 1992294400 134512640 134550932 4291624784 18446744073709551615 13030908 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=1545532 CPUtime=1.12
/proc/31020/task/31030/stat : 31030 (java) R 31018 31020 30993 0 -1 4202560 4550 0 0 0 111 1 0 0 17 0 16 0 22828418 1582624768 11686 1992294400 134512640 134550932 4291624784 18446744073709551615 106251262 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=1545532 CPUtime=0
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 22828418 1582624768 11686 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=1545532 CPUtime=0
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22828418 1582624768 11686 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=1545532 CPUtime=0.04
/proc/31020/task/31033/stat : 31033 (java) R 31018 31020 30993 0 -1 4202560 71 0 0 0 4 0 0 0 25 0 16 0 22828461 1582624768 11686 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=1545532 CPUtime=0.4
/proc/31020/task/31034/stat : 31034 (java) R 31018 31020 30993 0 -1 4202560 1967 0 0 0 40 0 0 0 25 0 16 0 22828461 1582624768 11686 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=1545532 CPUtime=0
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1582624768 11686 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=1545532 CPUtime=0
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1582624768 11686 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1545532

[startup+3.10226 s]
/proc/loadavg: 0.00 0.00 0.00 4/122 31036
/proc/meminfo: memFree=1612736/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1550272 CPUtime=5.85
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 41134 0 1 0 567 18 0 0 16 0 16 0 22828407 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 387568 34472 1434 10 0 384871 0
[pid=31020/tid=31022] ppid=31018 vsize=1550272 CPUtime=0.49
/proc/31020/task/31022/stat : 31022 (java) S 31018 31020 30993 0 -1 4202560 4383 0 1 0 46 3 0 0 18 0 16 0 22828409 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=1550272 CPUtime=0
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 30993 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 16 0 22828410 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=1550272 CPUtime=0
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 30993 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 22828410 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=1550272 CPUtime=0
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 22828412 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=1550272 CPUtime=0
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 30993 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 16 0 22828413 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=1550272 CPUtime=0
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 22828413 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=1550272 CPUtime=0
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 22828418 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=1550272 CPUtime=1.41
/proc/31020/task/31029/stat : 31029 (java) R 31018 31020 30993 0 -1 4202560 5537 0 0 0 139 2 0 0 18 0 16 0 22828418 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 104139126 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=1550272 CPUtime=2
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 30993 0 -1 4202560 7069 0 0 0 198 2 0 0 15 0 16 0 22828418 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=1550272 CPUtime=0
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 22828418 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=1550272 CPUtime=0
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22828418 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=1550272 CPUtime=1.07
/proc/31020/task/31033/stat : 31033 (java) R 31018 31020 30993 0 -1 4202560 13167 0 0 0 102 5 0 0 18 0 16 0 22828461 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4110266665 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=1550272 CPUtime=0.82
/proc/31020/task/31034/stat : 31034 (java) R 31018 31020 30993 0 -1 4202560 9902 0 0 0 79 3 0 0 25 0 16 0 22828461 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4109506093 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=1550272 CPUtime=0
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=1550272 CPUtime=0
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1587478528 34472 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1550272

[startup+6.30154 s]
/proc/loadavg: 0.16 0.03 0.01 4/122 31036
/proc/meminfo: memFree=1502252/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1547628 CPUtime=12.08
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 52111 0 1 0 1185 23 0 0 16 0 16 0 22828407 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 386907 44451 1448 10 0 384210 0
[pid=31020/tid=31022] ppid=31018 vsize=1547628 CPUtime=0.49
/proc/31020/task/31022/stat : 31022 (java) S 31018 31020 30993 0 -1 4202560 4383 0 1 0 46 3 0 0 18 0 16 0 22828409 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=1547628 CPUtime=0.07
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 30993 0 -1 4202560 1884 0 0 0 7 0 0 0 15 0 16 0 22828410 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=1547628 CPUtime=0.07
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 30993 0 -1 4202560 1686 0 0 0 7 0 0 0 15 0 16 0 22828410 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=1547628 CPUtime=0.1
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 30993 0 -1 4202560 2572 0 0 0 10 0 0 0 16 0 16 0 22828412 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 30993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22828413 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 30993 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 22828413 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 22828418 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=1547628 CPUtime=1.57
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 30993 0 -1 4202560 5710 0 0 0 155 2 0 0 15 0 16 0 22828418 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=1547628 CPUtime=2.11
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 30993 0 -1 4202560 7079 0 0 0 209 2 0 0 15 0 16 0 22828418 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 22828418 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22828418 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=1547628 CPUtime=3.92
/proc/31020/task/31033/stat : 31033 (java) R 31018 31020 30993 0 -1 4202560 15192 0 0 0 386 6 0 0 20 0 16 0 22828461 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4110129229 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=1547628 CPUtime=3.65
/proc/31020/task/31034/stat : 31034 (java) R 31018 31020 30993 0 -1 4202560 12533 0 0 0 361 4 0 0 25 0 16 0 22828461 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4109903101 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1584771072 44451 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 1547628

[startup+12.7021 s]
/proc/loadavg: 0.31 0.07 0.02 3/122 31036
/proc/meminfo: memFree=1457116/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1547628 CPUtime=24.58
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 61633 0 1 0 2430 28 0 0 16 0 16 0 22828407 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 386907 53482 1448 10 0 384210 0
[pid=31020/tid=31022] ppid=31018 vsize=1547628 CPUtime=0.49
/proc/31020/task/31022/stat : 31022 (java) S 31018 31020 30993 0 -1 4202560 4383 0 1 0 46 3 0 0 15 0 16 0 22828409 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=1547628 CPUtime=0.19
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 30993 0 -1 4202560 4670 0 0 0 17 2 0 0 15 0 16 0 22828410 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=1547628 CPUtime=0.19
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 30993 0 -1 4202560 4208 0 0 0 18 1 0 0 16 0 16 0 22828410 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=1547628 CPUtime=0.28
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 30993 0 -1 4202560 3835 0 0 0 27 1 0 0 15 0 16 0 22828412 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 30993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22828413 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 30993 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 22828413 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 22828418 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=1547628 CPUtime=1.57
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 30993 0 -1 4202560 5710 0 0 0 155 2 0 0 15 0 16 0 22828418 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=1547628 CPUtime=2.17
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 30993 0 -1 4202560 7081 0 0 0 215 2 0 0 16 0 16 0 22828418 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 22828418 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22828418 1584771072 53482 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0

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

/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1584771072 77878 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1584771072 77878 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1468.96
Current children cumulated vsize (KiB) 1547628

[startup+822.301 s]
/proc/loadavg: 1.97 1.87 1.16 2/122 31056
/proc/meminfo: memFree=1355064/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1547628 CPUtime=1583.25
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 90875 0 1 0 158156 169 0 0 16 0 16 0 22828407 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 386907 78470 1448 10 0 384210 0
[pid=31020/tid=31022] ppid=31018 vsize=1547628 CPUtime=0.5
/proc/31020/task/31022/stat : 31022 (java) S 31018 31020 30993 0 -1 4202560 4405 0 1 0 47 3 0 0 15 0 16 0 22828409 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=1547628 CPUtime=12.31
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 30993 0 -1 4202560 19177 0 0 0 1183 48 0 0 16 0 16 0 22828410 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=1547628 CPUtime=12.25
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 30993 0 -1 4202560 16616 0 0 0 1163 62 0 0 15 0 16 0 22828410 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=1547628 CPUtime=46.99
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 30993 0 -1 4202560 4258 0 0 0 4689 10 0 0 16 0 16 0 22828412 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 30993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22828413 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 30993 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 22828413 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 22828418 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=1547628 CPUtime=1.97
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 30993 0 -1 4202560 6921 0 0 0 195 2 0 0 16 0 16 0 22828418 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=1547628 CPUtime=2.35
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 30993 0 -1 4202560 7088 0 0 0 233 2 0 0 15 0 16 0 22828418 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 22828418 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 30993 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 22828418 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=1547628 CPUtime=755.04
/proc/31020/task/31033/stat : 31033 (java) R 31018 31020 30993 0 -1 4202560 16548 0 0 0 75482 22 0 0 24 0 16 0 22828461 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4110266635 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=1547628 CPUtime=751.77
/proc/31020/task/31034/stat : 31034 (java) R 31018 31020 30993 0 -1 4202560 14742 0 0 0 75162 15 0 0 23 0 16 0 22828461 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4110315298 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1584771072 78470 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1583.25
Current children cumulated vsize (KiB) 1547628

[startup+882.31 s]
/proc/loadavg: 1.93 1.87 1.20 3/122 31058
/proc/meminfo: memFree=1352460/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1547628 CPUtime=1697.74
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 91575 0 1 0 169596 178 0 0 16 0 16 0 22828407 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 386907 79080 1448 10 0 384210 0
[pid=31020/tid=31022] ppid=31018 vsize=1547628 CPUtime=0.5
/proc/31020/task/31022/stat : 31022 (java) S 31018 31020 30993 0 -1 4202560 4409 0 1 0 47 3 0 0 15 0 16 0 22828409 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=1547628 CPUtime=13.4
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 30993 0 -1 4202560 19699 0 0 0 1287 53 0 0 16 0 16 0 22828410 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=1547628 CPUtime=13.34
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 30993 0 -1 4202560 16739 0 0 0 1269 65 0 0 16 0 16 0 22828410 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=1547628 CPUtime=51.46
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 30993 0 -1 4202560 4262 0 0 0 5135 11 0 0 15 0 16 0 22828412 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 30993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22828413 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 30993 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 22828413 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 22828418 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=1547628 CPUtime=1.97
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 30993 0 -1 4202560 6921 0 0 0 195 2 0 0 16 0 16 0 22828418 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=1547628 CPUtime=2.35
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 30993 0 -1 4202560 7088 0 0 0 233 2 0 0 15 0 16 0 22828418 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 22828418 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 30993 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 22828418 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=1547628 CPUtime=808.6
/proc/31020/task/31033/stat : 31033 (java) R 31018 31020 30993 0 -1 4202560 16569 0 0 0 80838 22 0 0 25 0 16 0 22828461 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4110129271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=1547628 CPUtime=806.05
/proc/31020/task/31034/stat : 31034 (java) R 31018 31020 30993 0 -1 4202560 14764 0 0 0 80589 16 0 0 25 0 16 0 22828461 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4109964509 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1584771072 79080 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1697.74
Current children cumulated vsize (KiB) 1547628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+936.303 s]
/proc/loadavg: 1.78 1.85 1.23 3/122 31060
/proc/meminfo: memFree=1350228/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1547628 CPUtime=1800.1
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 92202 0 1 0 179823 187 0 0 16 0 16 0 22828407 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 386907 79652 1448 10 0 384210 0
[pid=31020/tid=31022] ppid=31018 vsize=1547628 CPUtime=0.5
/proc/31020/task/31022/stat : 31022 (java) S 31018 31020 30993 0 -1 4202560 4413 0 1 0 47 3 0 0 15 0 16 0 22828409 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=1547628 CPUtime=14.43
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 30993 0 -1 4202560 20136 0 0 0 1386 57 0 0 16 0 16 0 22828410 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=1547628 CPUtime=14.38
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 30993 0 -1 4202560 16881 0 0 0 1371 67 0 0 16 0 16 0 22828410 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=1547628 CPUtime=56.24
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 30993 0 -1 4202560 4264 0 0 0 5612 12 0 0 15 0 16 0 22828412 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 30993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 22828413 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 30993 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 22828413 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 22828418 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=1547628 CPUtime=1.97
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 30993 0 -1 4202560 6921 0 0 0 195 2 0 0 16 0 16 0 22828418 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=1547628 CPUtime=2.35
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 30993 0 -1 4202560 7088 0 0 0 233 2 0 0 15 0 16 0 22828418 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 22828418 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 30993 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 22828418 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=1547628 CPUtime=856.29
/proc/31020/task/31033/stat : 31033 (java) R 31018 31020 30993 0 -1 4202560 16588 0 0 0 85606 23 0 0 25 0 16 0 22828461 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4110249857 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=1547628 CPUtime=853.86
/proc/31020/task/31034/stat : 31034 (java) R 31018 31020 30993 0 -1 4202560 14785 0 0 0 85370 16 0 0 25 0 16 0 22828461 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4109973155 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=1547628 CPUtime=0
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22828462 1584771072 79652 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1547628

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

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

[startup+936.503 s]
/proc/loadavg: 1.78 1.85 1.23 3/122 31060
/proc/meminfo: memFree=1350228/2059040 swapFree=4139712/4192956
[pid=31020] ppid=31018 vsize=1548276 CPUtime=1800.49
/proc/31020/stat : 31020 (java) S 31018 31020 30993 0 -1 4202496 92226 0 1 0 179861 188 0 0 15 0 17 0 22828407 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31020/statm: 387069 79676 1451 10 0 384372 0
[pid=31020/tid=31022] ppid=31018 vsize=1548276 CPUtime=0.5
/proc/31020/task/31022/stat : 31022 (java) S 31018 31020 30993 0 -1 4202560 4413 0 1 0 47 3 0 0 15 0 17 0 22828409 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31023] ppid=31018 vsize=1548276 CPUtime=14.43
/proc/31020/task/31023/stat : 31023 (java) S 31018 31020 30993 0 -1 4202560 20136 0 0 0 1386 57 0 0 16 0 17 0 22828410 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31024] ppid=31018 vsize=1548276 CPUtime=14.38
/proc/31020/task/31024/stat : 31024 (java) S 31018 31020 30993 0 -1 4202560 16881 0 0 0 1371 67 0 0 16 0 17 0 22828410 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31025] ppid=31018 vsize=1548276 CPUtime=56.24
/proc/31020/task/31025/stat : 31025 (java) S 31018 31020 30993 0 -1 4202560 4264 0 0 0 5612 12 0 0 15 0 17 0 22828412 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31026] ppid=31018 vsize=1548276 CPUtime=0
/proc/31020/task/31026/stat : 31026 (java) S 31018 31020 30993 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 22828413 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31027] ppid=31018 vsize=1548276 CPUtime=0
/proc/31020/task/31027/stat : 31027 (java) S 31018 31020 30993 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 22828413 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31028] ppid=31018 vsize=1548276 CPUtime=0
/proc/31020/task/31028/stat : 31028 (java) S 31018 31020 30993 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 22828418 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31029] ppid=31018 vsize=1548276 CPUtime=1.97
/proc/31020/task/31029/stat : 31029 (java) S 31018 31020 30993 0 -1 4202560 6923 0 0 0 195 2 0 0 15 0 17 0 22828418 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31030] ppid=31018 vsize=1548276 CPUtime=2.38
/proc/31020/task/31030/stat : 31030 (java) S 31018 31020 30993 0 -1 4202560 7088 0 0 0 236 2 0 0 15 0 17 0 22828418 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31031] ppid=31018 vsize=1548276 CPUtime=0
/proc/31020/task/31031/stat : 31031 (java) S 31018 31020 30993 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 17 0 22828418 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31032] ppid=31018 vsize=1548276 CPUtime=0
/proc/31020/task/31032/stat : 31032 (java) S 31018 31020 30993 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 22828418 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 0 0 0 0
[pid=31020/tid=31033] ppid=31018 vsize=1548276 CPUtime=856.43
/proc/31020/task/31033/stat : 31033 (java) R 31018 31020 30993 0 -1 4202560 16588 0 0 0 85620 23 0 0 25 0 17 0 22828461 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4109920742 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31020/tid=31034] ppid=31018 vsize=1548276 CPUtime=854.05
/proc/31020/task/31034/stat : 31034 (java) R 31018 31020 30993 0 -1 4202560 14785 0 0 0 85389 16 0 0 25 0 17 0 22828461 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4110129247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31020/tid=31035] ppid=31018 vsize=1548276 CPUtime=0
/proc/31020/task/31035/stat : 31035 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 22828462 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
[pid=31020/tid=31036] ppid=31018 vsize=1548276 CPUtime=0
/proc/31020/task/31036/stat : 31036 (java) S 31018 31020 30993 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 22828462 1585434624 79676 1992294400 134512640 134550932 4291624784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823974144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 1548276

Child status: 143
Real time (s): 936.541
CPU time (s): 1800.54
CPU user time (s): 1798.63
CPU system time (s): 1.91271
CPU usage (%): 192.254
Max. virtual memory (cumulated for all children) (KiB): 1551724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.91271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92227
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= 28351
involuntary context switches= 51997

runsolver used 5.42417 second user time and 10.0845 second system time

The end

Launcher Data

Begin job on node041 at 2010-07-08 01:43:29
IDJOB=2662663
IDBENCH=1167
IDSOLVER=1166
FILE ID=node041/2662663-1278546209
PBS_JOBID= 11239499
Free space on /tmp= 62104 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662663-1278546209/watcher-2662663-1278546209 -o /tmp/evaluation-result-2662663-1278546209/solver-2662663-1278546209 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662663-1278546209.opb

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=1171615099

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1667260 kB
Buffers:         62588 kB
Cached:         228768 kB
SwapCached:       7160 kB
Active:         112188 kB
Inactive:       192980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1667260 kB
SwapTotal:     4192956 kB
SwapFree:      4139712 kB
Dirty:             632 kB
Writeback:           0 kB
AnonPages:       11260 kB
Mapped:          11800 kB
Slab:            64592 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181712 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= 62104 MiB
End job on node041 at 2010-07-08 01:59:07