Trace number 2662185

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.32 950.664

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scorpion.opb
MD5SUM5969f09e744b158004f0e27c746edfe9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10740
Total number of constraints377
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 10788957847552
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 603693086370759
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 33554432000000
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 603693086370759
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.25/0.22	c Pseudo Boolean Optimization
0.25/0.22	c ManyCore solver with 2 solvers running in parallel
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.22	c Expensive reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.22	c No reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2662185-1276555096.opb
0.25/0.22	c reading problem ... 
2.33/1.37	c ... done. Wall clock time 1.153s.
2.33/1.37	c #vars     10740
2.33/1.37	c #constraints  2393
2.33/1.37	c constraints type 
2.33/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
2.33/1.37	c constraints type 
2.33/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
15.02/7.76	c cleaning 2490 clauses out of 4999 with flag 5001/5001
20.29/10.44	c cleaning 4247 clauses out of 8506 with flag 11000/11000
24.93/12.82	c cleaning 5624 clauses out of 11259 with flag 18000/18000
30.16/15.54	c cleaning 6814 clauses out of 13636 with flag 26002/26002
35.94/18.54	c cleaning 7903 clauses out of 15819 with flag 35000/35000
42.77/22.02	c cleaning 8952 clauses out of 17919 with flag 45003/45003
50.16/25.88	c cleaning 9471 clauses out of 18962 with flag 55000/55000
56.96/29.35	c cleaning 9738 clauses out of 19491 with flag 65000/65000
67.71/34.83	c cleaning 9867 clauses out of 19754 with flag 75001/75001
78.48/40.38	c cleaning 9932 clauses out of 19886 with flag 85000/85000
89.04/45.74	c cleaning 9974 clauses out of 19955 with flag 95001/95001
99.59/51.10	c cleaning 9948 clauses out of 19980 with flag 105000/105000
106.35/54.61	c cleaning 10010 clauses out of 20033 with flag 115001/115001
116.88/60.00	c cleaning 9992 clauses out of 20021 with flag 125000/125000
122.09/62.78	c cleaning 9996 clauses out of 20029 with flag 135000/135000
126.87/65.23	c cleaning 10012 clauses out of 20033 with flag 145000/145000
130.83/67.31	c cleaning 9994 clauses out of 20021 with flag 155000/155000
136.43/70.21	c cleaning 9994 clauses out of 20028 with flag 165001/165001
143.42/73.85	c cleaning 10004 clauses out of 20034 with flag 175001/175001
149.00/76.79	c cleaning 9996 clauses out of 20029 with flag 185001/185001
154.75/79.70	c cleaning 9993 clauses out of 20034 with flag 195002/195002
160.14/82.57	c cleaning 9991 clauses out of 20040 with flag 205001/205001
167.89/86.54	c cleaning 9982 clauses out of 20048 with flag 215000/215000
174.46/89.99	c cleaning 9993 clauses out of 20066 with flag 225000/225000
182.57/94.18	c cleaning 10004 clauses out of 20074 with flag 235001/235001
192.13/99.02	c cleaning 9990 clauses out of 20068 with flag 245000/245000
200.47/103.35	c cleaning 9997 clauses out of 20079 with flag 255001/255001
209.02/107.74	c cleaning 9999 clauses out of 20082 with flag 265001/265001
215.73/111.26	c cleaning 10008 clauses out of 20081 with flag 275000/275000
221.91/114.44	c cleaning 10015 clauses out of 20073 with flag 285000/285000
226.87/117.07	c cleaning 10004 clauses out of 20060 with flag 295002/295002
232.83/120.10	c cleaning 10001 clauses out of 20053 with flag 305000/305000
245.93/126.82	c cleaning 9988 clauses out of 20052 with flag 315000/315000
258.86/133.46	c cleaning 9990 clauses out of 20064 with flag 325000/325000
269.19/138.77	c cleaning 9995 clauses out of 20075 with flag 335001/335001
273.95/141.24	c cleaning 10005 clauses out of 20080 with flag 345001/345001
278.29/143.57	c cleaning 10009 clauses out of 20075 with flag 355001/355001
291.17/150.19	c cleaning 9997 clauses out of 20066 with flag 365001/365001
309.02/159.29	c cleaning 10005 clauses out of 20072 with flag 375004/375004
330.64/170.21	c cleaning 9993 clauses out of 20064 with flag 385001/385001
353.01/181.63	c cleaning 9996 clauses out of 20070 with flag 395000/395000
371.25/191.00	c cleaning 10006 clauses out of 20072 with flag 405000/405000
379.54/195.28	c cleaning 9996 clauses out of 20068 with flag 415003/415003
385.62/198.43	c cleaning 9989 clauses out of 20070 with flag 425001/425001
392.43/202.01	c cleaning 10015 clauses out of 20081 with flag 435001/435001
398.92/205.41	c cleaning 9995 clauses out of 20066 with flag 445001/445001
410.19/211.23	c cleaning 9997 clauses out of 20071 with flag 455001/455001
418.24/215.50	c cleaning 10006 clauses out of 20074 with flag 465001/465001
423.82/218.40	c cleaning 10001 clauses out of 20067 with flag 475000/475000
429.49/221.41	c cleaning 9991 clauses out of 20066 with flag 485000/485000
435.73/224.73	c cleaning 9986 clauses out of 20074 with flag 495000/495000
440.97/227.51	c cleaning 9993 clauses out of 20088 with flag 505000/505000
446.33/230.40	c cleaning 9996 clauses out of 20096 with flag 515001/515001
450.41/232.70	c cleaning 10024 clauses out of 20100 with flag 525001/525001
454.87/235.04	c cleaning 10008 clauses out of 20075 with flag 535000/535000
459.35/237.48	c cleaning 10003 clauses out of 20067 with flag 545000/545000
464.11/240.06	c cleaning 9998 clauses out of 20064 with flag 555000/555000
469.76/243.03	c cleaning 9986 clauses out of 20066 with flag 565000/565000
475.99/246.32	c cleaning 10003 clauses out of 20080 with flag 575000/575000
482.23/249.63	c cleaning 10016 clauses out of 20078 with flag 585001/585001
488.35/253.00	c cleaning 9964 clauses out of 20062 with flag 595001/595001
494.18/256.00	c cleaning 9992 clauses out of 20097 with flag 605000/605000
499.83/259.01	c cleaning 10015 clauses out of 20106 with flag 615001/615001
505.86/262.25	c cleaning 9993 clauses out of 20090 with flag 625000/625000
512.18/265.61	c cleaning 10015 clauses out of 20096 with flag 635001/635001
520.18/269.80	c cleaning 10015 clauses out of 20083 with flag 645003/645003
525.02/272.49	c cleaning 9995 clauses out of 20065 with flag 655000/655000
532.65/276.44	c cleaning 9993 clauses out of 20070 with flag 665000/665000
537.58/279.11	c cleaning 10008 clauses out of 20077 with flag 675000/675000
542.42/281.73	c cleaning 10006 clauses out of 20069 with flag 685000/685000
553.17/287.33	c cleaning 9981 clauses out of 20063 with flag 695000/695000
565.11/293.53	c cleaning 9991 clauses out of 20083 with flag 705001/705001
572.98/297.77	c cleaning 10013 clauses out of 20091 with flag 715000/715000
579.39/301.11	c cleaning 10011 clauses out of 20079 with flag 725001/725001
587.39/305.40	c cleaning 9998 clauses out of 20069 with flag 735002/735002
594.98/309.35	c cleaning 9988 clauses out of 20070 with flag 745001/745001
604.02/314.18	c cleaning 9994 clauses out of 20082 with flag 755001/755001
610.42/317.57	c cleaning 10012 clauses out of 20087 with flag 765000/765000
617.02/321.06	c cleaning 9987 clauses out of 20075 with flag 775001/775001
623.21/324.38	c cleaning 9994 clauses out of 20089 with flag 785002/785002
630.07/328.08	c cleaning 9996 clauses out of 20094 with flag 795001/795001
637.85/332.16	c cleaning 10000 clauses out of 20098 with flag 805001/805001
644.43/335.67	c cleaning 9995 clauses out of 20097 with flag 815000/815000
651.22/339.29	c cleaning 9997 clauses out of 20102 with flag 825000/825000
658.87/343.33	c cleaning 10018 clauses out of 20105 with flag 835000/835000
666.05/347.16	c cleaning 10009 clauses out of 20089 with flag 845002/845002
674.38/351.56	c cleaning 9996 clauses out of 20080 with flag 855002/855002
683.16/356.15	c cleaning 10000 clauses out of 20083 with flag 865001/865001
692.19/360.93	c cleaning 10003 clauses out of 20082 with flag 875000/875000
701.74/365.94	c cleaning 9998 clauses out of 20079 with flag 885000/885000
710.71/370.70	c cleaning 9996 clauses out of 20081 with flag 895000/895000
719.28/375.14	c cleaning 10003 clauses out of 20086 with flag 905001/905001
719.89/375.67	c cleaning 0 clauses out of 5000 with flag 0/5000
729.59/380.74	c cleaning 10002 clauses out of 20082 with flag 915000/915000
739.34/385.81	c cleaning 10000 clauses out of 20081 with flag 925001/925001
748.10/390.47	c cleaning 10003 clauses out of 20081 with flag 935001/935001
758.70/396.06	c cleaning 9993 clauses out of 20078 with flag 945001/945001
765.66/399.77	c cleaning 9989 clauses out of 20085 with flag 955001/955001
776.97/405.63	c cleaning 10009 clauses out of 20096 with flag 965001/965001
786.07/410.43	c cleaning 10001 clauses out of 20085 with flag 975000/975000
794.46/414.96	c cleaning 9994 clauses out of 20084 with flag 985000/985000
802.01/418.96	c cleaning 10002 clauses out of 20090 with flag 995001/995001
808.15/422.21	c cleaning 9999 clauses out of 20090 with flag 1005003/1005003
814.11/425.40	c cleaning 9996 clauses out of 20088 with flag 1015000/1015000
821.71/429.55	c cleaning 9994 clauses out of 20092 with flag 1025000/1025000
832.02/434.99	c cleaning 10010 clauses out of 20099 with flag 1035001/1035001
840.36/439.37	c cleaning 10002 clauses out of 20088 with flag 1045000/1045000
849.08/443.97	c cleaning 9993 clauses out of 20087 with flag 1055001/1055001
858.86/449.18	c cleaning 9995 clauses out of 20093 with flag 1065000/1065000
866.40/453.12	c cleaning 10002 clauses out of 20099 with flag 1075001/1075001
874.12/457.23	c cleaning 10011 clauses out of 20096 with flag 1085000/1085000
882.04/461.41	c cleaning 10005 clauses out of 20085 with flag 1095000/1095000
889.83/465.63	c cleaning 10008 clauses out of 20080 with flag 1105000/1105000
896.15/469.07	c cleaning 10001 clauses out of 20072 with flag 1115000/1115000
902.49/472.48	c cleaning 10002 clauses out of 20072 with flag 1125001/1125001
908.83/475.88	c cleaning 9996 clauses out of 20070 with flag 1135001/1135001
916.42/479.92	c cleaning 9998 clauses out of 20074 with flag 1145001/1145001
923.56/483.71	c cleaning 10000 clauses out of 20076 with flag 1155001/1155001
931.29/487.82	c cleaning 10000 clauses out of 20075 with flag 1165000/1165000
939.22/492.09	c cleaning 10001 clauses out of 20075 with flag 1175001/1175001
946.97/496.30	c cleaning 9984 clauses out of 20073 with flag 1185000/1185000
953.50/499.79	c cleaning 10001 clauses out of 20090 with flag 1195001/1195001
960.04/503.27	c cleaning 9990 clauses out of 20088 with flag 1205000/1205000
966.57/506.77	c cleaning 10008 clauses out of 20098 with flag 1215000/1215000
973.37/510.49	c cleaning 10004 clauses out of 20090 with flag 1225000/1225000
980.28/514.10	c cleaning 9992 clauses out of 20086 with flag 1235000/1235000
986.61/517.58	c cleaning 10007 clauses out of 20095 with flag 1245001/1245001
993.55/521.24	c cleaning 9997 clauses out of 20087 with flag 1255000/1255000
1000.15/524.86	c cleaning 10002 clauses out of 20090 with flag 1265000/1265000
1006.88/528.49	c cleaning 10002 clauses out of 20088 with flag 1275000/1275000
1014.39/532.46	c cleaning 10008 clauses out of 20086 with flag 1285000/1285000
1021.70/536.39	c cleaning 9983 clauses out of 20078 with flag 1295000/1295000
1028.08/539.83	c cleaning 10005 clauses out of 20098 with flag 1305003/1305003
1034.19/543.17	c cleaning 9956 clauses out of 20090 with flag 1315000/1315000
1039.93/546.22	c cleaning 10022 clauses out of 20134 with flag 1325000/1325000
1045.67/549.39	c cleaning 10006 clauses out of 20114 with flag 1335002/1335002
1052.04/552.81	c cleaning 10000 clauses out of 20106 with flag 1345000/1345000
1057.97/556.09	c cleaning 9994 clauses out of 20106 with flag 1355000/1355000
1064.10/559.33	c cleaning 10002 clauses out of 20112 with flag 1365000/1365000
1070.02/562.57	c cleaning 10000 clauses out of 20111 with flag 1375001/1375001
1076.21/565.97	c cleaning 10007 clauses out of 20114 with flag 1385004/1385004
1083.12/569.65	c cleaning 9980 clauses out of 20104 with flag 1395001/1395001
1089.45/573.06	c cleaning 9968 clauses out of 20124 with flag 1405001/1405001
1095.96/576.58	c cleaning 9991 clauses out of 20155 with flag 1415000/1415000
1103.71/580.74	c cleaning 10046 clauses out of 20162 with flag 1425000/1425000
1110.41/584.30	c cleaning 10004 clauses out of 20115 with flag 1435000/1435000
1116.73/587.73	c cleaning 10007 clauses out of 20112 with flag 1445001/1445001
1122.65/590.93	c cleaning 10016 clauses out of 20106 with flag 1455002/1455002
1134.77/597.38	c cleaning 10002 clauses out of 20088 with flag 1465000/1465000
1153.76/607.16	c cleaning 9997 clauses out of 20086 with flag 1475000/1475000
1162.84/611.97	c cleaning 10011 clauses out of 20093 with flag 1485004/1485004
1167.76/614.69	c cleaning 9998 clauses out of 20078 with flag 1495000/1495000
1172.92/617.58	c cleaning 9995 clauses out of 20080 with flag 1505000/1505000
1186.16/624.49	c cleaning 9994 clauses out of 20085 with flag 1515000/1515000
1202.18/632.78	c cleaning 10004 clauses out of 20092 with flag 1525001/1525001
1219.98/641.92	c cleaning 9997 clauses out of 20088 with flag 1535001/1535001
1235.25/649.95	c cleaning 9996 clauses out of 20090 with flag 1545000/1545000
1247.10/656.10	c cleaning 9995 clauses out of 20095 with flag 1555001/1555001
1259.94/662.81	c cleaning 10000 clauses out of 20099 with flag 1565000/1565000
1272.19/669.26	c cleaning 10011 clauses out of 20099 with flag 1575000/1575000
1277.55/672.29	c cleaning 10000 clauses out of 20089 with flag 1585001/1585001
1283.07/675.24	c cleaning 10003 clauses out of 20090 with flag 1595002/1595002
1288.37/678.17	c cleaning 9993 clauses out of 20085 with flag 1605000/1605000
1293.67/681.08	c cleaning 10003 clauses out of 20093 with flag 1615001/1615001
1300.82/684.90	c cleaning 10005 clauses out of 20091 with flag 1625002/1625002
1309.10/689.31	c cleaning 9987 clauses out of 20085 with flag 1635001/1635001
1315.41/692.71	c cleaning 9992 clauses out of 20097 with flag 1645000/1645000
1321.31/695.95	c cleaning 9998 clauses out of 20106 with flag 1655001/1655001
1328.05/699.63	c cleaning 9994 clauses out of 20108 with flag 1665001/1665001
1333.95/702.88	c cleaning 9997 clauses out of 20113 with flag 1675000/1675000
1341.61/706.91	c cleaning 10006 clauses out of 20116 with flag 1685000/1685000
1352.47/712.67	c cleaning 9986 clauses out of 20111 with flag 1695001/1695001
1366.14/719.81	c cleaning 10001 clauses out of 20125 with flag 1705001/1705001
1379.36/726.75	c cleaning 10000 clauses out of 20124 with flag 1715001/1715001
1386.84/730.78	c cleaning 10015 clauses out of 20123 with flag 1725001/1725001
1394.12/734.61	c cleaning 10009 clauses out of 20107 with flag 1735000/1735000
1401.64/738.72	c cleaning 9993 clauses out of 20098 with flag 1745000/1745000
1408.14/742.26	c cleaning 10006 clauses out of 20106 with flag 1755001/1755001
1415.61/746.27	c cleaning 9992 clauses out of 20099 with flag 1765001/1765001
1422.30/749.85	c cleaning 9991 clauses out of 20107 with flag 1775001/1775001
1438.33/758.24	c cleaning 9999 clauses out of 20115 with flag 1785000/1785000
1455.49/767.11	c cleaning 9999 clauses out of 20118 with flag 1795002/1795002
1470.09/774.78	c cleaning 10001 clauses out of 20118 with flag 1805001/1805001
1485.89/782.94	c cleaning 9997 clauses out of 20117 with flag 1815001/1815001
1500.74/790.76	c cleaning 10001 clauses out of 20120 with flag 1825001/1825001
1517.53/799.44	c cleaning 9999 clauses out of 20119 with flag 1835001/1835001
1535.89/808.91	c cleaning 9997 clauses out of 20119 with flag 1845000/1845000
1550.50/816.58	c cleaning 10000 clauses out of 20123 with flag 1855001/1855001
1566.55/824.91	c cleaning 10006 clauses out of 20123 with flag 1865001/1865001
1573.41/828.69	c cleaning 9999 clauses out of 20118 with flag 1875002/1875002
1582.25/833.31	c cleaning 9996 clauses out of 20118 with flag 1885001/1885001
1594.46/839.71	c cleaning 10000 clauses out of 20121 with flag 1895000/1895000
1601.79/843.78	c cleaning 9997 clauses out of 20121 with flag 1905000/1905000
1610.42/848.34	c cleaning 9992 clauses out of 20125 with flag 1915001/1915001
1620.07/853.47	c cleaning 9997 clauses out of 20133 with flag 1925001/1925001
1628.11/857.72	c cleaning 10004 clauses out of 20139 with flag 1935004/1935004
1636.40/862.29	c cleaning 10012 clauses out of 20133 with flag 1945002/1945002
1644.86/866.78	c cleaning 10003 clauses out of 20119 with flag 1955000/1955000
1653.89/871.50	c cleaning 10003 clauses out of 20116 with flag 1965000/1965000
1661.35/875.60	c cleaning 9982 clauses out of 20113 with flag 1975000/1975000
1668.22/879.40	c cleaning 9999 clauses out of 20132 with flag 1985001/1985001
1675.69/883.34	c cleaning 10001 clauses out of 20133 with flag 1995001/1995001
1683.13/887.37	c cleaning 10004 clauses out of 20132 with flag 2005001/2005001
1690.59/891.39	c cleaning 9996 clauses out of 20127 with flag 2015000/2015000
1698.11/895.48	c cleaning 9996 clauses out of 20131 with flag 2025000/2025000
1705.74/899.51	c cleaning 10001 clauses out of 20135 with flag 2035000/2035000
1712.79/903.39	c cleaning 10003 clauses out of 20134 with flag 2045000/2045000
1720.25/907.39	c cleaning 9998 clauses out of 20131 with flag 2055000/2055000
1727.94/911.51	c cleaning 9999 clauses out of 20133 with flag 2065000/2065000
1735.38/915.51	c cleaning 10003 clauses out of 20135 with flag 2075001/2075001
1742.63/919.42	c cleaning 9999 clauses out of 20132 with flag 2085001/2085001
1749.87/923.37	c cleaning 9997 clauses out of 20132 with flag 2095000/2095000
1757.35/927.49	c cleaning 9998 clauses out of 20135 with flag 2105000/2105000
1764.40/931.26	c cleaning 10002 clauses out of 20137 with flag 2115000/2115000
1772.05/935.37	c cleaning 10007 clauses out of 20135 with flag 2125000/2125000
1778.88/939.07	c cleaning 10020 clauses out of 20128 with flag 2135000/2135000
1787.55/943.71	c cleaning 9994 clauses out of 20109 with flag 2145001/2145001
1797.76/949.12	c cleaning 10008 clauses out of 20114 with flag 2155000/2155000
1800.05/950.51	c starts		: 223
1800.05/950.51	c conflicts		: 2157193
1800.05/950.51	c decisions		: 2289791
1800.05/950.51	c propagations		: 25781602
1800.05/950.51	c inspects		: 404757582
1800.05/950.52	c learnt literals	: 28
1800.05/950.52	c learnt binary clauses	: 36
1800.05/950.52	c learnt ternary clauses	: 56
1800.05/950.52	c learnt clauses	: 2157165
1800.05/950.52	c ignored clauses	: 0
1800.05/950.52	c root simplifications	: 0
1800.05/950.52	c removed literals (reason simplification)	: 63313397
1800.05/950.52	c reason swapping (by a shorter reason)	: 0
1800.05/950.52	c Calls to reduceDB	: 217
1800.05/950.52	c number of reductions to clauses (during analyze)	: 0
1800.05/950.52	c number of learned constraints concerned by reduction	: 0
1800.05/950.52	c number of learning phase by resolution	: 0
1800.05/950.52	c number of learning phase by cutting planes	: 0
1800.05/950.52	c speed (assignments/second)	: 27163.02478865167
1800.05/950.52	c non guided choices	45736
1800.05/950.59	c learnt constraints type 
1800.05/950.59	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12419
1800.05/950.59	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.05/950.59	c constraints type 
1800.05/950.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1800.05/950.59	c constraints type 
1800.05/950.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1800.05/950.59	s UNKNOWN
1800.05/950.59	c Total wall clock time (in seconds): 950.374

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-2662185-1276555096/watcher-2662185-1276555096 -o /tmp/evaluation-result-2662185-1276555096/solver-2662185-1276555096 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662185-1276555096.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/106 639
/proc/meminfo: memFree=1871884/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=24036 CPUtime=0
/proc/639/stat : 639 (runsolver) R 637 639 32745 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 1 0 31111225 24612864 106 1992294400 4194304 4302564 140734019241664 18446744073709551615 239006753783 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/639/statm: 6009 106 69 27 0 2647 0

[startup+0.0121829 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 639
/proc/meminfo: memFree=1871884/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=392 CPUtime=0
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4194304 294 0 0 0 0 0 0 0 18 0 1 0 31111225 401408 40 1992294400 134512640 134550932 4290960160 18446744073709551615 2323028 0 2147483391 4096 0 18446744071699387582 0 0 17 0 0 0 0
/proc/639/statm: 458 148 111 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.102472 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 639
/proc/meminfo: memFree=1871884/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1524180 CPUtime=0.08
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 31111225 1560760320 3402 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300082 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 639
/proc/meminfo: memFree=1871884/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1526732 CPUtime=0.39
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 5566 0 1 0 36 3 0 0 18 0 12 0 31111225 1563373568 5003 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 381683 5003 1364 10 0 378986 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526732

[startup+0.700089 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 639
/proc/meminfo: memFree=1871884/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1528716 CPUtime=1.14
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 8481 0 1 0 110 4 0 0 18 0 12 0 31111225 1565405184 7830 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 382179 7832 1405 10 0 379482 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1528716

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 651
/proc/meminfo: memFree=1824856/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1548012 CPUtime=2.73
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 24842 0 1 0 262 11 0 0 18 0 14 0 31111225 1585164288 22300 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 387003 22300 1414 10 0 384306 0
[pid=639/tid=641] ppid=637 vsize=1548012 CPUtime=1.32
/proc/639/task/641/stat : 641 (java) S 637 639 32745 0 -1 4202560 15847 0 1 0 125 7 0 0 19 0 14 0 31111227 1585164288 22300 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=642] ppid=637 vsize=1548012 CPUtime=0
/proc/639/task/642/stat : 642 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 31111228 1585164288 22300 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=643] ppid=637 vsize=1548012 CPUtime=0
/proc/639/task/643/stat : 643 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 31111228 1585164288 22301 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=644] ppid=637 vsize=1548012 CPUtime=0
/proc/639/task/644/stat : 644 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 31111230 1585164288 22301 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=645] ppid=637 vsize=1548012 CPUtime=0
/proc/639/task/645/stat : 645 (java) S 637 639 32745 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 31111230 1585164288 22301 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=646] ppid=637 vsize=1548012 CPUtime=0
/proc/639/task/646/stat : 646 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 31111230 1585164288 22301 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=647] ppid=637 vsize=1548012 CPUtime=0
/proc/639/task/647/stat : 647 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 31111235 1585164288 22301 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=648] ppid=637 vsize=1548012 CPUtime=0.44
/proc/639/task/648/stat : 648 (java) R 637 639 32745 0 -1 4202560 1011 0 0 0 44 0 0 0 25 0 14 0 31111235 1585164288 22301 1992294400 134512640 134550932 4290960160 18446744073709551615 104163182 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=639/tid=649] ppid=637 vsize=1548012 CPUtime=0.81
/proc/639/task/649/stat : 649 (java) R 637 639 32745 0 -1 4202560 6368 0 0 0 79 2 0 0 18 0 14 0 31111235 1585164288 22301 1992294400 134512640 134550932 4290960160 18446744073709551615 104163931 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=639/tid=650] ppid=637 vsize=1548012 CPUtime=0
/proc/639/task/650/stat : 650 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 31111235 1585164288 22302 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=651] ppid=637 vsize=1548012 CPUtime=0
/proc/639/task/651/stat : 651 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 31111235 1585164288 22302 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1548012

[startup+3.10113 s]
/proc/loadavg: 1.00 1.00 1.00 6/120 653
/proc/meminfo: memFree=1781936/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1547408 CPUtime=5.92
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 33656 0 1 0 578 14 0 0 18 0 16 0 31111225 1584545792 29654 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 386852 29654 1429 10 0 384155 0
[pid=639/tid=641] ppid=637 vsize=1547408 CPUtime=1.32
/proc/639/task/641/stat : 641 (java) S 637 639 32745 0 -1 4202560 15847 0 1 0 125 7 0 0 18 0 16 0 31111227 1584545792 29654 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=642] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/642/stat : 642 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 31111228 1584545792 29654 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=643] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/643/stat : 643 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 31111228 1584545792 29654 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=644] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/644/stat : 644 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 31111230 1584545792 29654 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=645] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/645/stat : 645 (java) S 637 639 32745 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 31111230 1584545792 29654 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=646] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/646/stat : 646 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 31111230 1584545792 29655 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=647] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/647/stat : 647 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1584545792 29655 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=648] ppid=637 vsize=1547408 CPUtime=0.84
/proc/639/task/648/stat : 648 (java) R 637 639 32745 0 -1 4202560 1094 0 0 0 84 0 0 0 24 0 16 0 31111235 1584545792 29655 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=639/tid=649] ppid=637 vsize=1547408 CPUtime=1.8
/proc/639/task/649/stat : 649 (java) R 637 639 32745 0 -1 4202560 7811 0 0 0 178 2 0 0 18 0 16 0 31111235 1584545792 29655 1992294400 134512640 134550932 4290960160 18446744073709551615 104138843 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=639/tid=650] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/650/stat : 650 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1584545792 29655 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=651] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/651/stat : 651 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31111235 1584545792 29655 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=652] ppid=637 vsize=1547408 CPUtime=1.19
/proc/639/task/652/stat : 652 (java) R 637 639 32745 0 -1 4202560 3114 0 0 0 119 0 0 0 19 0 16 0 31111363 1584545792 29655 1992294400 134512640 134550932 4290960160 18446744073709551615 104622857 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=639/tid=653] ppid=637 vsize=1547408 CPUtime=0.7
/proc/639/task/653/stat : 653 (java) R 637 639 32745 0 -1 4202560 4714 0 0 0 69 1 0 0 18 0 16 0 31111363 1584545792 29655 1992294400 134512640 134550932 4290960160 18446744073709551615 4109491991 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1547408

[startup+6.30118 s]
/proc/loadavg: 1.24 1.05 1.01 5/122 655
/proc/meminfo: memFree=1696856/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1547408 CPUtime=12.25
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 50528 0 1 0 1204 21 0 0 18 0 16 0 31111225 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 386852 45569 1441 10 0 384155 0
[pid=639/tid=641] ppid=637 vsize=1547408 CPUtime=1.32
/proc/639/task/641/stat : 641 (java) S 637 639 32745 0 -1 4202560 15847 0 1 0 125 7 0 0 18 0 16 0 31111227 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=642] ppid=637 vsize=1547408 CPUtime=0.18
/proc/639/task/642/stat : 642 (java) S 637 639 32745 0 -1 4202560 3938 0 0 0 17 1 0 0 16 0 16 0 31111228 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=643] ppid=637 vsize=1547408 CPUtime=0.18
/proc/639/task/643/stat : 643 (java) S 637 639 32745 0 -1 4202560 3509 0 0 0 18 0 0 0 16 0 16 0 31111228 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=644] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/644/stat : 644 (java) S 637 639 32745 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 16 0 31111230 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=645] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/645/stat : 645 (java) S 637 639 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31111230 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=646] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/646/stat : 646 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31111230 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=647] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/647/stat : 647 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=648] ppid=637 vsize=1547408 CPUtime=1.14
/proc/639/task/648/stat : 648 (java) S 637 639 32745 0 -1 4202560 1116 0 0 0 114 0 0 0 15 0 16 0 31111235 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=649] ppid=637 vsize=1547408 CPUtime=3.22
/proc/639/task/649/stat : 649 (java) S 637 639 32745 0 -1 4202560 8761 0 0 0 320 2 0 0 16 0 16 0 31111235 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=650] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/650/stat : 650 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=651] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/651/stat : 651 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31111235 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=652] ppid=637 vsize=1547408 CPUtime=2.72
/proc/639/task/652/stat : 652 (java) R 637 639 32745 0 -1 4202560 3452 0 0 0 271 1 0 0 20 0 16 0 31111363 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4110010408 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=639/tid=653] ppid=637 vsize=1547408 CPUtime=3.38
/proc/639/task/653/stat : 653 (java) R 637 639 32745 0 -1 4202560 12813 0 0 0 334 4 0 0 21 0 16 0 31111363 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4109873137 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=639/tid=654] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/654/stat : 654 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31111445 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=655] ppid=637 vsize=1547408 CPUtime=0
/proc/639/task/655/stat : 655 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 31111471 1584545792 45569 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 1547408

[startup+12.7022 s]
/proc/loadavg: 1.46 1.10 1.03 3/122 655
/proc/meminfo: memFree=1663252/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1545360 CPUtime=24.73
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 59951 0 1 0 2447 26 0 0 18 0 16 0 31111225 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 386340 53511 1450 10 0 383643 0
[pid=639/tid=641] ppid=637 vsize=1545360 CPUtime=1.32
/proc/639/task/641/stat : 641 (java) S 637 639 32745 0 -1 4202560 15848 0 1 0 125 7 0 0 15 0 16 0 31111227 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=642] ppid=637 vsize=1545360 CPUtime=0.43
/proc/639/task/642/stat : 642 (java) S 637 639 32745 0 -1 4202560 8174 0 0 0 40 3 0 0 15 0 16 0 31111228 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=643] ppid=637 vsize=1545360 CPUtime=0.42
/proc/639/task/643/stat : 643 (java) S 637 639 32745 0 -1 4202560 7833 0 0 0 39 3 0 0 16 0 16 0 31111228 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=644] ppid=637 vsize=1545360 CPUtime=0.21
/proc/639/task/644/stat : 644 (java) S 637 639 32745 0 -1 4202560 839 0 0 0 21 0 0 0 15 0 16 0 31111230 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=645] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/645/stat : 645 (java) S 637 639 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31111230 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=646] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/646/stat : 646 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31111230 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=647] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/647/stat : 647 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=648] ppid=637 vsize=1545360 CPUtime=1.27
/proc/639/task/648/stat : 648 (java) S 637 639 32745 0 -1 4202560 1120 0 0 0 127 0 0 0 15 0 16 0 31111235 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=649] ppid=637 vsize=1545360 CPUtime=3.51
/proc/639/task/649/stat : 649 (java) S 637 639 32745 0 -1 4202560 8780 0 0 0 349 2 0 0 15 0 16 0 31111235 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=650] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/650/stat : 650 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=651] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/651/stat : 651 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31111235 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=652] ppid=637 vsize=1545360 CPUtime=8.3
/proc/639/task/652/stat : 652 (java) R 637 639 32745 0 -1 4202560 3462 0 0 0 829 1 0 0 25 0 16 0 31111363 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4109975364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=639/tid=653] ppid=637 vsize=1545360 CPUtime=9.18
/proc/639/task/653/stat : 653 (java) R 637 639 32745 0 -1 4202560 12821 0 0 0 914 4 0 0 25 0 16 0 31111363 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4109501891 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=639/tid=654] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/654/stat : 654 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31111445 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=655] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/655/stat : 655 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 31111471 1582448640 53511 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 1545360

[startup+25.5019 s]

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

/proc/639/task/654/stat : 654 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31111445 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=655] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/655/stat : 655 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 31111471 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1561.39
Current children cumulated vsize (KiB) 1545360

[startup+882.301 s]
/proc/loadavg: 2.12 2.07 1.69 3/122 679
/proc/meminfo: memFree=1464232/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1545360 CPUtime=1673.7
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 117912 0 1 0 167221 149 0 0 18 0 16 0 31111225 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 386340 102497 1450 10 0 383643 0
[pid=639/tid=641] ppid=637 vsize=1545360 CPUtime=1.32
/proc/639/task/641/stat : 641 (java) S 637 639 32745 0 -1 4202560 15890 0 1 0 125 7 0 0 15 0 16 0 31111227 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=642] ppid=637 vsize=1545360 CPUtime=11.08
/proc/639/task/642/stat : 642 (java) S 637 639 32745 0 -1 4202560 32978 0 0 0 1073 35 0 0 15 0 16 0 31111228 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=643] ppid=637 vsize=1545360 CPUtime=11.03
/proc/639/task/643/stat : 643 (java) S 637 639 32745 0 -1 4202560 33407 0 0 0 1063 40 0 0 16 0 16 0 31111228 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=644] ppid=637 vsize=1545360 CPUtime=76.23
/proc/639/task/644/stat : 644 (java) S 637 639 32745 0 -1 4202560 5805 0 0 0 7612 11 0 0 15 0 16 0 31111230 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=645] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/645/stat : 645 (java) S 637 639 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31111230 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=646] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/646/stat : 646 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31111230 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=647] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/647/stat : 647 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=648] ppid=637 vsize=1545360 CPUtime=2.19
/proc/639/task/648/stat : 648 (java) S 637 639 32745 0 -1 4202560 2838 0 0 0 218 1 0 0 15 0 16 0 31111235 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=649] ppid=637 vsize=1545360 CPUtime=3.54
/proc/639/task/649/stat : 649 (java) S 637 639 32745 0 -1 4202560 8780 0 0 0 352 2 0 0 15 0 16 0 31111235 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=650] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/650/stat : 650 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=651] ppid=637 vsize=1545360 CPUtime=0.01
/proc/639/task/651/stat : 651 (java) S 637 639 32745 0 -1 4202560 53 0 0 0 0 1 0 0 15 0 16 0 31111235 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=652] ppid=637 vsize=1545360 CPUtime=786.25
/proc/639/task/652/stat : 652 (java) R 637 639 32745 0 -1 4202560 3904 0 0 0 78595 30 0 0 25 0 16 0 31111363 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4109975763 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=639/tid=653] ppid=637 vsize=1545360 CPUtime=781.94
/proc/639/task/653/stat : 653 (java) R 637 639 32745 0 -1 4202560 13184 0 0 0 78179 15 0 0 25 0 16 0 31111363 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4109915401 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=639/tid=654] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/654/stat : 654 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31111445 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=655] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/655/stat : 655 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 31111471 1582448640 102497 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1673.7
Current children cumulated vsize (KiB) 1545360

[startup+942.302 s]
/proc/loadavg: 1.94 2.03 1.70 3/122 681
/proc/meminfo: memFree=1457660/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1545360 CPUtime=1784.77
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 119604 0 1 0 178318 159 0 0 18 0 16 0 31111225 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 386340 104108 1450 10 0 383643 0
[pid=639/tid=641] ppid=637 vsize=1545360 CPUtime=1.32
/proc/639/task/641/stat : 641 (java) S 637 639 32745 0 -1 4202560 15890 0 1 0 125 7 0 0 15 0 16 0 31111227 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=642] ppid=637 vsize=1545360 CPUtime=11.96
/proc/639/task/642/stat : 642 (java) S 637 639 32745 0 -1 4202560 34269 0 0 0 1158 38 0 0 16 0 16 0 31111228 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=643] ppid=637 vsize=1545360 CPUtime=11.9
/proc/639/task/643/stat : 643 (java) S 637 639 32745 0 -1 4202560 33710 0 0 0 1146 44 0 0 15 0 16 0 31111228 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=644] ppid=637 vsize=1545360 CPUtime=84.24
/proc/639/task/644/stat : 644 (java) S 637 639 32745 0 -1 4202560 5851 0 0 0 8412 12 0 0 16 0 16 0 31111230 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=645] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/645/stat : 645 (java) S 637 639 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31111230 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=646] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/646/stat : 646 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31111230 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=647] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/647/stat : 647 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=648] ppid=637 vsize=1545360 CPUtime=2.19
/proc/639/task/648/stat : 648 (java) S 637 639 32745 0 -1 4202560 2838 0 0 0 218 1 0 0 15 0 16 0 31111235 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=649] ppid=637 vsize=1545360 CPUtime=3.54
/proc/639/task/649/stat : 649 (java) S 637 639 32745 0 -1 4202560 8780 0 0 0 352 2 0 0 15 0 16 0 31111235 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=650] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/650/stat : 650 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=651] ppid=637 vsize=1545360 CPUtime=0.01
/proc/639/task/651/stat : 651 (java) S 637 639 32745 0 -1 4202560 55 0 0 0 0 1 0 0 15 0 16 0 31111235 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=652] ppid=637 vsize=1545360 CPUtime=836.84
/proc/639/task/652/stat : 652 (java) R 637 639 32745 0 -1 4202560 3935 0 0 0 83654 30 0 0 25 0 16 0 31111363 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4110428402 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=639/tid=653] ppid=637 vsize=1545360 CPUtime=832.67
/proc/639/task/653/stat : 653 (java) R 637 639 32745 0 -1 4202560 13203 0 0 0 83249 18 0 0 25 0 16 0 31111363 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4109975364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=639/tid=654] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/654/stat : 654 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31111445 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=655] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/655/stat : 655 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 31111471 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.77
Current children cumulated vsize (KiB) 1545360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+950.502 s]
/proc/loadavg: 2.03 2.04 1.71 4/122 681
/proc/meminfo: memFree=1457660/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1545360 CPUtime=1800.05
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 119615 0 1 0 179845 160 0 0 18 0 16 0 31111225 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 386340 104108 1450 10 0 383643 0
[pid=639/tid=641] ppid=637 vsize=1545360 CPUtime=1.32
/proc/639/task/641/stat : 641 (java) S 637 639 32745 0 -1 4202560 15891 0 1 0 125 7 0 0 15 0 16 0 31111227 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=642] ppid=637 vsize=1545360 CPUtime=12.1
/proc/639/task/642/stat : 642 (java) S 637 639 32745 0 -1 4202560 34269 0 0 0 1171 39 0 0 16 0 16 0 31111228 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=643] ppid=637 vsize=1545360 CPUtime=12.03
/proc/639/task/643/stat : 643 (java) S 637 639 32745 0 -1 4202560 33710 0 0 0 1159 44 0 0 15 0 16 0 31111228 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=644] ppid=637 vsize=1545360 CPUtime=85.24
/proc/639/task/644/stat : 644 (java) S 637 639 32745 0 -1 4202560 5853 0 0 0 8512 12 0 0 16 0 16 0 31111230 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=645] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/645/stat : 645 (java) S 637 639 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31111230 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=646] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/646/stat : 646 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31111230 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=647] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/647/stat : 647 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=648] ppid=637 vsize=1545360 CPUtime=2.19
/proc/639/task/648/stat : 648 (java) S 637 639 32745 0 -1 4202560 2838 0 0 0 218 1 0 0 15 0 16 0 31111235 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=649] ppid=637 vsize=1545360 CPUtime=3.54
/proc/639/task/649/stat : 649 (java) S 637 639 32745 0 -1 4202560 8780 0 0 0 352 2 0 0 15 0 16 0 31111235 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=650] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/650/stat : 650 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31111235 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=651] ppid=637 vsize=1545360 CPUtime=0.01
/proc/639/task/651/stat : 651 (java) S 637 639 32745 0 -1 4202560 57 0 0 0 0 1 0 0 15 0 16 0 31111235 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=652] ppid=637 vsize=1545360 CPUtime=843.84
/proc/639/task/652/stat : 652 (java) R 637 639 32745 0 -1 4202560 3940 0 0 0 84354 30 0 0 22 0 16 0 31111363 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4110385562 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=639/tid=653] ppid=637 vsize=1545360 CPUtime=839.69
/proc/639/task/653/stat : 653 (java) R 637 639 32745 0 -1 4202560 13204 0 0 0 83951 18 0 0 22 0 16 0 31111363 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4109915253 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=639/tid=654] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/654/stat : 654 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 31111445 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=655] ppid=637 vsize=1545360 CPUtime=0
/proc/639/task/655/stat : 655 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 16 0 31111471 1582448640 104108 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1545360

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

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

[startup+950.616 s]
/proc/loadavg: 2.03 2.04 1.71 4/122 681
/proc/meminfo: memFree=1457660/2059040 swapFree=4140216/4192956
[pid=639] ppid=637 vsize=1546008 CPUtime=1800.26
/proc/639/stat : 639 (java) S 637 639 32745 0 -1 4202496 119638 0 1 0 179866 160 0 0 18 0 17 0 31111225 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/639/statm: 386502 104131 1453 10 0 383805 0
[pid=639/tid=641] ppid=637 vsize=1546008 CPUtime=1.32
/proc/639/task/641/stat : 641 (java) S 637 639 32745 0 -1 4202560 15891 0 1 0 125 7 0 0 15 0 17 0 31111227 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=642] ppid=637 vsize=1546008 CPUtime=12.1
/proc/639/task/642/stat : 642 (java) S 637 639 32745 0 -1 4202560 34269 0 0 0 1171 39 0 0 16 0 17 0 31111228 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=643] ppid=637 vsize=1546008 CPUtime=12.03
/proc/639/task/643/stat : 643 (java) S 637 639 32745 0 -1 4202560 33710 0 0 0 1159 44 0 0 15 0 17 0 31111228 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=644] ppid=637 vsize=1546008 CPUtime=85.24
/proc/639/task/644/stat : 644 (java) S 637 639 32745 0 -1 4202560 5853 0 0 0 8512 12 0 0 16 0 17 0 31111230 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 0 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=645] ppid=637 vsize=1546008 CPUtime=0
/proc/639/task/645/stat : 645 (java) S 637 639 32745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 31111230 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=646] ppid=637 vsize=1546008 CPUtime=0
/proc/639/task/646/stat : 646 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 31111230 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=647] ppid=637 vsize=1546008 CPUtime=0
/proc/639/task/647/stat : 647 (java) S 637 639 32745 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 31111235 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=648] ppid=637 vsize=1546008 CPUtime=2.19
/proc/639/task/648/stat : 648 (java) S 637 639 32745 0 -1 4202560 2840 0 0 0 218 1 0 0 15 0 17 0 31111235 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 1 0 0 0
[pid=639/tid=649] ppid=637 vsize=1546008 CPUtime=3.54
/proc/639/task/649/stat : 649 (java) S 637 639 32745 0 -1 4202560 8780 0 0 0 352 2 0 0 16 0 17 0 31111235 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=650] ppid=637 vsize=1546008 CPUtime=0
/proc/639/task/650/stat : 650 (java) S 637 639 32745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 31111235 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=651] ppid=637 vsize=1546008 CPUtime=0.01
/proc/639/task/651/stat : 651 (java) S 637 639 32745 0 -1 4202560 57 0 0 0 0 1 0 0 15 0 17 0 31111235 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=652] ppid=637 vsize=1546008 CPUtime=843.94
/proc/639/task/652/stat : 652 (java) R 637 639 32745 0 -1 4202560 3940 0 0 0 84364 30 0 0 23 0 17 0 31111363 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4109268320 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=639/tid=653] ppid=637 vsize=1546008 CPUtime=839.76
/proc/639/task/653/stat : 653 (java) R 637 639 32745 0 -1 4202560 13204 0 0 0 83958 18 0 0 23 0 17 0 31111363 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4109975328 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=639/tid=654] ppid=637 vsize=1546008 CPUtime=0
/proc/639/task/654/stat : 654 (java) S 637 639 32745 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 31111445 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
[pid=639/tid=655] ppid=637 vsize=1546008 CPUtime=0
/proc/639/task/655/stat : 655 (java) S 637 639 32745 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 17 0 31111471 1583112192 104131 1992294400 134512640 134550932 4290960160 18446744073709551615 4294960144 0 4 0 16800975 18446604437815566464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1546008

Child status: 143
Real time (s): 950.664
CPU time (s): 1800.32
CPU user time (s): 1798.68
CPU system time (s): 1.64475
CPU usage (%): 189.375
Max. virtual memory (cumulated for all children) (KiB): 1550284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.64475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119638
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= 30278
involuntary context switches= 51825

runsolver used 4.75428 second user time and 10.2444 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-15 00:38:16
IDJOB=2662185
IDBENCH=2446
IDSOLVER=1166
FILE ID=node010/2662185-1276555096
PBS_JOBID= 11173492
Free space on /tmp= 62500 MiB

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

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

MD5SUM BENCH= 5969f09e744b158004f0e27c746edfe9
RANDOM SEED=316909782

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1872280 kB
Buffers:         22240 kB
Cached:          88088 kB
SwapCached:       5988 kB
Active:          78912 kB
Inactive:        44032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1872280 kB
SwapTotal:     4192956 kB
SwapFree:      4140216 kB
Dirty:            1016 kB
Writeback:           0 kB
AnonPages:       10916 kB
Mapped:          13024 kB
Slab:            41796 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182688 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= 62500 MiB
End job on node010 at 2010-06-15 00:54:09