Trace number 2662206

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.31 932.044

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-timtab1.opb
MD5SUMc68fa68a808b234260c8cfaf77f6d655
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 variables3763
Total number of constraints453
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 constraints453
Minimum length of a constraint2
Maximum length of a constraint138
Number of terms in the objective function 1925
Biggest coefficient in the objective function 3604480000000000
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 349617145499934465
Number of bits of the sum of numbers in the objective function 59
Biggest number in a constraint 1200000000000000000000
Number of bits of the biggest number in a constraint 71
Biggest sum of numbers in a constraint 4359960937500000284217
Number of bits of the biggest sum of numbers72
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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662206-1276571231.opb
0.23/0.22	c reading problem ... 
1.51/0.93	c ... done. Wall clock time 0.719s.
1.51/0.93	c #vars     3763
1.51/0.94	c #constraints  624
1.51/0.94	c constraints type 
1.51/0.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 38
1.51/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 586
1.51/0.94	c constraints type 
1.51/0.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 38
1.51/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 586
9.64/5.05	c cleaning 2500 clauses out of 5001 with flag 5001/5001
12.55/6.58	c cleaning 4250 clauses out of 8500 with flag 11000/11000
17.04/8.82	c cleaning 5625 clauses out of 11250 with flag 18000/18000
21.71/11.24	c cleaning 6813 clauses out of 13625 with flag 26000/26000
28.16/14.51	c cleaning 7906 clauses out of 15812 with flag 35000/35000
34.03/17.60	c cleaning 8952 clauses out of 17907 with flag 45001/45001
43.24/22.29	c cleaning 9473 clauses out of 18954 with flag 55000/55000
52.26/26.85	c cleaning 9737 clauses out of 19482 with flag 65001/65001
59.67/30.61	c cleaning 9869 clauses out of 19744 with flag 75000/75000
69.29/35.50	c cleaning 9938 clauses out of 19876 with flag 85001/85001
76.53/39.29	c cleaning 9965 clauses out of 19937 with flag 95000/95000
84.95/43.58	c cleaning 9984 clauses out of 19973 with flag 105001/105001
92.37/47.35	c cleaning 9990 clauses out of 19989 with flag 115001/115001
99.38/50.93	c cleaning 9998 clauses out of 19998 with flag 125000/125000
100.88/51.71	c cleaning 0 clauses out of 5002 with flag 0/5002
107.70/55.22	c cleaning 9998 clauses out of 20001 with flag 135001/135001
114.90/58.92	c cleaning 9998 clauses out of 20002 with flag 145000/145000
121.92/62.60	c cleaning 10001 clauses out of 20004 with flag 155000/155000
128.76/66.04	c cleaning 10000 clauses out of 20003 with flag 165000/165000
136.35/69.97	c cleaning 10000 clauses out of 20004 with flag 175001/175001
144.34/74.09	c cleaning 9997 clauses out of 20003 with flag 185000/185000
153.55/78.78	c cleaning 9999 clauses out of 20006 with flag 195000/195000
164.13/84.12	c cleaning 10000 clauses out of 20008 with flag 205001/205001
175.10/89.77	c cleaning 10000 clauses out of 20008 with flag 215001/215001
184.47/94.57	c cleaning 10000 clauses out of 20008 with flag 225001/225001
192.28/98.55	c cleaning 10002 clauses out of 20008 with flag 235001/235001
199.29/102.13	c cleaning 10003 clauses out of 20005 with flag 245000/245000
206.90/106.05	c cleaning 10000 clauses out of 20003 with flag 255001/255001
217.65/111.58	c cleaning 9998 clauses out of 20003 with flag 265001/265001
225.46/115.53	c cleaning 9998 clauses out of 20004 with flag 275000/275000
232.86/119.35	c cleaning 10001 clauses out of 20006 with flag 285000/285000
241.44/123.77	c cleaning 9998 clauses out of 20005 with flag 295000/295000
250.60/128.43	c cleaning 9999 clauses out of 20009 with flag 305002/305002
256.61/131.52	c cleaning 10005 clauses out of 20009 with flag 315001/315001
264.21/135.40	c cleaning 10001 clauses out of 20003 with flag 325000/325000
271.80/139.37	c cleaning 9996 clauses out of 20002 with flag 335000/335000
280.16/143.62	c cleaning 10001 clauses out of 20007 with flag 345001/345001
289.54/148.41	c cleaning 10003 clauses out of 20005 with flag 355000/355000
296.33/151.90	c cleaning 10000 clauses out of 20003 with flag 365001/365001
302.94/155.39	c cleaning 9999 clauses out of 20003 with flag 375001/375001
310.30/159.18	c cleaning 9997 clauses out of 20003 with flag 385000/385000
318.88/163.59	c cleaning 10000 clauses out of 20006 with flag 395000/395000
328.65/168.53	c cleaning 10001 clauses out of 20007 with flag 405001/405001
336.64/172.61	c cleaning 10003 clauses out of 20006 with flag 415001/415001
344.58/176.74	c cleaning 10003 clauses out of 20005 with flag 425003/425003
353.36/181.23	c cleaning 9995 clauses out of 19999 with flag 435000/435000
361.14/185.26	c cleaning 10002 clauses out of 20004 with flag 445000/445000
369.71/189.60	c cleaning 10000 clauses out of 20003 with flag 455001/455001
377.48/193.66	c cleaning 9997 clauses out of 20002 with flag 465000/465000
386.05/198.06	c cleaning 10002 clauses out of 20006 with flag 475001/475001
395.40/202.87	c cleaning 9997 clauses out of 20003 with flag 485000/485000
404.17/207.35	c cleaning 10002 clauses out of 20007 with flag 495001/495001
414.50/212.70	c cleaning 9999 clauses out of 20004 with flag 505000/505000
423.44/217.20	c cleaning 10002 clauses out of 20005 with flag 515000/515000
434.78/223.08	c cleaning 9995 clauses out of 20004 with flag 525001/525001
448.90/230.25	c cleaning 10000 clauses out of 20008 with flag 535000/535000
462.17/237.06	c cleaning 9999 clauses out of 20008 with flag 545000/545000
472.10/242.20	c cleaning 10002 clauses out of 20009 with flag 555000/555000
480.87/246.68	c cleaning 10004 clauses out of 20008 with flag 565001/565001
489.43/251.00	c cleaning 9999 clauses out of 20004 with flag 575001/575001
497.75/255.37	c cleaning 10003 clauses out of 20005 with flag 585001/585001
505.52/259.38	c cleaning 10001 clauses out of 20001 with flag 595000/595000
512.70/263.04	c cleaning 9999 clauses out of 20001 with flag 605001/605001
521.26/267.43	c cleaning 9995 clauses out of 20001 with flag 615000/615000
529.97/271.95	c cleaning 10000 clauses out of 20007 with flag 625001/625001
535.97/275.03	c cleaning 10001 clauses out of 20007 with flag 635001/635001
542.72/278.58	c cleaning 10003 clauses out of 20007 with flag 645002/645002
549.30/281.95	c cleaning 10000 clauses out of 20003 with flag 655001/655001
556.24/285.54	c cleaning 9998 clauses out of 20003 with flag 665001/665001
564.78/289.96	c cleaning 9996 clauses out of 20004 with flag 675000/675000
573.12/294.26	c cleaning 10001 clauses out of 20009 with flag 685001/685001
581.28/298.47	c cleaning 9997 clauses out of 20007 with flag 695000/695000
586.04/300.99	c cleaning 10001 clauses out of 20010 with flag 705000/705000
592.22/304.16	c cleaning 10001 clauses out of 20010 with flag 715001/715001
598.19/307.21	c cleaning 9996 clauses out of 20008 with flag 725000/725000
603.58/310.01	c cleaning 9996 clauses out of 20013 with flag 735001/735001
609.32/313.04	c cleaning 10007 clauses out of 20017 with flag 745001/745001
615.69/316.36	c cleaning 10001 clauses out of 20010 with flag 755001/755001
621.85/319.54	c cleaning 10003 clauses out of 20010 with flag 765002/765002
623.46/320.42	c cleaning 0 clauses out of 11000 with flag 0/11000
628.20/322.94	c cleaning 9994 clauses out of 20005 with flag 775000/775000
634.75/326.34	c cleaning 10003 clauses out of 20014 with flag 785003/785003
641.51/329.81	c cleaning 9997 clauses out of 20008 with flag 795000/795000
647.48/332.97	c cleaning 10003 clauses out of 20012 with flag 805001/805001
653.81/336.28	c cleaning 10000 clauses out of 20008 with flag 815000/815000
659.58/339.29	c cleaning 10003 clauses out of 20009 with flag 825001/825001
665.93/342.55	c cleaning 10002 clauses out of 20006 with flag 835001/835001
672.50/345.97	c cleaning 9998 clauses out of 20004 with flag 845001/845001
678.23/348.96	c cleaning 9999 clauses out of 20006 with flag 855001/855001
684.22/352.04	c cleaning 10001 clauses out of 20007 with flag 865001/865001
690.95/355.55	c cleaning 9999 clauses out of 20005 with flag 875000/875000
698.52/359.49	c cleaning 10001 clauses out of 20007 with flag 885001/885001
706.43/363.58	c cleaning 9997 clauses out of 20006 with flag 895001/895001
716.18/368.59	c cleaning 9997 clauses out of 20009 with flag 905001/905001
725.51/373.30	c cleaning 9998 clauses out of 20011 with flag 915000/915000
733.45/377.42	c cleaning 10004 clauses out of 20015 with flag 925002/925002
739.57/380.65	c cleaning 10000 clauses out of 20009 with flag 935000/935000
745.31/383.70	c cleaning 9999 clauses out of 20011 with flag 945002/945002
751.27/386.77	c cleaning 9996 clauses out of 20010 with flag 955000/955000
758.03/390.28	c cleaning 10001 clauses out of 20014 with flag 965000/965000
764.74/393.75	c cleaning 10003 clauses out of 20013 with flag 975000/975000
770.29/396.69	c cleaning 9997 clauses out of 20010 with flag 985000/985000
775.85/399.58	c cleaning 9999 clauses out of 20014 with flag 995001/995001
782.20/402.84	c cleaning 10001 clauses out of 20015 with flag 1005001/1005001
788.52/406.15	c cleaning 10001 clauses out of 20013 with flag 1015000/1015000
794.67/409.33	c cleaning 10001 clauses out of 20012 with flag 1025000/1025000
800.83/412.52	c cleaning 10006 clauses out of 20012 with flag 1035001/1035001
807.57/416.05	c cleaning 9999 clauses out of 20006 with flag 1045001/1045001
814.09/419.42	c cleaning 10000 clauses out of 20006 with flag 1055000/1055000
822.83/423.97	c cleaning 10000 clauses out of 20006 with flag 1065000/1065000
829.96/427.64	c cleaning 10000 clauses out of 20006 with flag 1075000/1075000
838.10/431.89	c cleaning 10000 clauses out of 20007 with flag 1085001/1085001
844.21/435.07	c cleaning 9994 clauses out of 20006 with flag 1095000/1095000
850.97/438.54	c cleaning 10000 clauses out of 20012 with flag 1105000/1105000
857.12/441.73	c cleaning 9999 clauses out of 20012 with flag 1115000/1115000
863.47/445.09	c cleaning 9999 clauses out of 20013 with flag 1125000/1125000
869.98/448.45	c cleaning 10002 clauses out of 20014 with flag 1135000/1135000
876.33/451.72	c cleaning 10000 clauses out of 20012 with flag 1145000/1145000
882.68/455.00	c cleaning 10000 clauses out of 20013 with flag 1155001/1155001
888.43/458.05	c cleaning 9999 clauses out of 20012 with flag 1165000/1165000
894.54/461.20	c cleaning 10004 clauses out of 20013 with flag 1175000/1175000
901.48/464.81	c cleaning 9997 clauses out of 20010 with flag 1185001/1185001
908.82/468.62	c cleaning 10001 clauses out of 20013 with flag 1195001/1195001
915.17/471.93	c cleaning 10000 clauses out of 20012 with flag 1205001/1205001
921.65/475.39	c cleaning 10002 clauses out of 20011 with flag 1215000/1215000
928.20/478.71	c cleaning 9998 clauses out of 20009 with flag 1225000/1225000
935.34/482.46	c cleaning 10000 clauses out of 20011 with flag 1235000/1235000
943.48/486.69	c cleaning 10000 clauses out of 20011 with flag 1245000/1245000
952.34/491.24	c cleaning 10003 clauses out of 20011 with flag 1255000/1255000
959.87/495.17	c cleaning 9999 clauses out of 20010 with flag 1265002/1265002
967.81/499.29	c cleaning 9999 clauses out of 20009 with flag 1275000/1275000
976.14/503.55	c cleaning 9999 clauses out of 20010 with flag 1285000/1285000
983.43/507.37	c cleaning 10000 clauses out of 20012 with flag 1295001/1295001
990.57/511.05	c cleaning 9997 clauses out of 20011 with flag 1305000/1305000
998.90/515.39	c cleaning 10001 clauses out of 20014 with flag 1315000/1315000
1005.43/518.70	c cleaning 9997 clauses out of 20013 with flag 1325000/1325000
1012.92/522.67	c cleaning 10001 clauses out of 20017 with flag 1335001/1335001
1020.86/526.73	c cleaning 10001 clauses out of 20015 with flag 1345000/1345000
1028.20/530.58	c cleaning 10003 clauses out of 20015 with flag 1355001/1355001
1035.34/534.22	c cleaning 9999 clauses out of 20012 with flag 1365001/1365001
1042.82/538.19	c cleaning 10000 clauses out of 20012 with flag 1375000/1375000
1050.15/541.92	c cleaning 10002 clauses out of 20012 with flag 1385000/1385000
1057.31/545.61	c cleaning 10000 clauses out of 20010 with flag 1395000/1395000
1064.23/549.20	c cleaning 10004 clauses out of 20011 with flag 1405001/1405001
1071.34/552.95	c cleaning 9999 clauses out of 20006 with flag 1415000/1415000
1079.87/557.30	c cleaning 9998 clauses out of 20008 with flag 1425001/1425001
1087.19/561.14	c cleaning 9999 clauses out of 20010 with flag 1435001/1435001
1094.53/564.93	c cleaning 10000 clauses out of 20010 with flag 1445000/1445000
1102.81/569.23	c cleaning 10000 clauses out of 20011 with flag 1455001/1455001
1111.14/573.52	c cleaning 10001 clauses out of 20011 with flag 1465001/1465001
1120.46/578.35	c cleaning 10002 clauses out of 20010 with flag 1475001/1475001
1128.58/582.58	c cleaning 10002 clauses out of 20008 with flag 1485001/1485001
1137.28/587.03	c cleaning 9995 clauses out of 20006 with flag 1495001/1495001
1146.40/591.78	c cleaning 9999 clauses out of 20011 with flag 1505001/1505001
1155.12/596.26	c cleaning 10001 clauses out of 20011 with flag 1515000/1515000
1162.63/600.13	c cleaning 10000 clauses out of 20010 with flag 1525000/1525000
1170.12/604.08	c cleaning 9999 clauses out of 20010 with flag 1535000/1535000
1178.84/608.54	c cleaning 10003 clauses out of 20012 with flag 1545001/1545001
1186.15/612.36	c cleaning 10000 clauses out of 20009 with flag 1555001/1555001
1192.89/615.83	c cleaning 10000 clauses out of 20008 with flag 1565000/1565000
1199.77/619.44	c cleaning 9999 clauses out of 20008 with flag 1575000/1575000
1206.71/623.05	c cleaning 9998 clauses out of 20010 with flag 1585001/1585001
1214.03/626.85	c cleaning 10003 clauses out of 20011 with flag 1595000/1595000
1221.56/630.72	c cleaning 10001 clauses out of 20009 with flag 1605001/1605001
1230.23/635.21	c cleaning 9998 clauses out of 20007 with flag 1615000/1615000
1239.34/639.95	c cleaning 9998 clauses out of 20009 with flag 1625000/1625000
1247.26/644.06	c cleaning 10000 clauses out of 20012 with flag 1635001/1635001
1254.19/647.64	c cleaning 9999 clauses out of 20012 with flag 1645001/1645001
1262.49/651.91	c cleaning 10000 clauses out of 20013 with flag 1655001/1655001
1269.79/655.74	c cleaning 10000 clauses out of 20012 with flag 1665000/1665000
1276.91/659.40	c cleaning 10003 clauses out of 20012 with flag 1675000/1675000
1285.01/663.64	c cleaning 9999 clauses out of 20009 with flag 1685000/1685000
1291.89/667.24	c cleaning 9999 clauses out of 20010 with flag 1695000/1695000
1299.00/671.00	c cleaning 10001 clauses out of 20011 with flag 1705000/1705000
1306.51/674.85	c cleaning 9996 clauses out of 20010 with flag 1715000/1715000
1313.84/678.70	c cleaning 10005 clauses out of 20015 with flag 1725001/1725001
1320.51/682.14	c cleaning 10000 clauses out of 20010 with flag 1735001/1735001
1327.22/685.66	c cleaning 9998 clauses out of 20010 with flag 1745001/1745001
1334.35/689.34	c cleaning 10002 clauses out of 20012 with flag 1755001/1755001
1341.06/692.83	c cleaning 9999 clauses out of 20010 with flag 1765001/1765001
1349.33/697.14	c cleaning 9995 clauses out of 20010 with flag 1775000/1775000
1357.04/701.15	c cleaning 10002 clauses out of 20015 with flag 1785000/1785000
1364.56/705.09	c cleaning 10003 clauses out of 20013 with flag 1795000/1795000
1372.85/709.39	c cleaning 9998 clauses out of 20011 with flag 1805001/1805001
1381.32/713.74	c cleaning 10004 clauses out of 20013 with flag 1815001/1815001
1387.85/717.17	c cleaning 9999 clauses out of 20009 with flag 1825001/1825001
1395.35/721.02	c cleaning 9996 clauses out of 20010 with flag 1835001/1835001
1402.26/724.60	c cleaning 9997 clauses out of 20014 with flag 1845001/1845001
1408.73/728.03	c cleaning 10008 clauses out of 20016 with flag 1855000/1855000
1416.03/731.83	c cleaning 10001 clauses out of 20009 with flag 1865001/1865001
1422.35/735.15	c cleaning 9997 clauses out of 20008 with flag 1875001/1875001
1429.86/739.02	c cleaning 9999 clauses out of 20010 with flag 1885000/1885000
1437.12/742.88	c cleaning 10001 clauses out of 20011 with flag 1895000/1895000
1444.03/746.48	c cleaning 10000 clauses out of 20010 with flag 1905000/1905000
1451.93/750.59	c cleaning 9998 clauses out of 20011 with flag 1915001/1915001
1459.02/754.29	c cleaning 10004 clauses out of 20013 with flag 1925001/1925001
1465.69/757.79	c cleaning 9996 clauses out of 20008 with flag 1935000/1935000
1472.59/761.39	c cleaning 10001 clauses out of 20012 with flag 1945000/1945000
1479.69/765.04	c cleaning 10002 clauses out of 20012 with flag 1955001/1955001
1486.19/768.48	c cleaning 10001 clauses out of 20009 with flag 1965000/1965000
1492.85/771.93	c cleaning 10001 clauses out of 20009 with flag 1975001/1975001
1499.37/775.36	c cleaning 9997 clauses out of 20007 with flag 1985000/1985000
1507.66/779.65	c cleaning 9999 clauses out of 20011 with flag 1995001/1995001
1515.35/783.67	c cleaning 9997 clauses out of 20012 with flag 2005001/2005001
1522.39/787.32	c cleaning 10004 clauses out of 20015 with flag 2015001/2015001
1529.89/791.20	c cleaning 10004 clauses out of 20011 with flag 2025001/2025001
1538.58/795.79	c cleaning 9998 clauses out of 20007 with flag 2035001/2035001
1546.86/800.04	c cleaning 9999 clauses out of 20008 with flag 2045000/2045000
1554.71/804.16	c cleaning 9998 clauses out of 20010 with flag 2055001/2055001
1561.99/807.99	c cleaning 10000 clauses out of 20011 with flag 2065000/2065000
1569.10/811.70	c cleaning 10002 clauses out of 20012 with flag 2075001/2075001
1577.38/815.92	c cleaning 9998 clauses out of 20009 with flag 2085000/2085000
1585.24/820.04	c cleaning 10002 clauses out of 20011 with flag 2095000/2095000
1592.74/823.93	c cleaning 9996 clauses out of 20010 with flag 2105001/2105001
1600.42/827.95	c cleaning 10002 clauses out of 20014 with flag 2115001/2115001
1608.69/832.24	c cleaning 10000 clauses out of 20011 with flag 2125000/2125000
1616.54/836.35	c cleaning 9998 clauses out of 20012 with flag 2135001/2135001
1624.02/840.29	c cleaning 10000 clauses out of 20014 with flag 2145001/2145001
1631.71/844.29	c cleaning 10002 clauses out of 20013 with flag 2155000/2155000
1639.60/848.40	c cleaning 10002 clauses out of 20012 with flag 2165001/2165001
1647.24/852.30	c cleaning 10002 clauses out of 20009 with flag 2175000/2175000
1655.13/856.43	c cleaning 10003 clauses out of 20007 with flag 2185000/2185000
1663.40/860.79	c cleaning 9998 clauses out of 20004 with flag 2195000/2195000
1672.08/865.21	c cleaning 9999 clauses out of 20007 with flag 2205001/2205001
1680.09/869.49	c cleaning 10002 clauses out of 20007 with flag 2215000/2215000
1688.16/873.67	c cleaning 9998 clauses out of 20006 with flag 2225001/2225001
1695.63/877.58	c cleaning 9997 clauses out of 20007 with flag 2235000/2235000
1704.11/881.97	c cleaning 10002 clauses out of 20011 with flag 2245001/2245001
1712.54/886.31	c cleaning 10004 clauses out of 20008 with flag 2255000/2255000
1721.24/890.82	c cleaning 10001 clauses out of 20004 with flag 2265000/2265000
1729.11/894.90	c cleaning 9998 clauses out of 20003 with flag 2275000/2275000
1736.99/899.06	c cleaning 9999 clauses out of 20005 with flag 2285000/2285000
1745.99/903.73	c cleaning 10001 clauses out of 20007 with flag 2295001/2295001
1753.29/907.58	c cleaning 9999 clauses out of 20005 with flag 2305000/2305000
1761.94/912.06	c cleaning 9999 clauses out of 20006 with flag 2315000/2315000
1770.40/916.44	c cleaning 9997 clauses out of 20008 with flag 2325001/2325001
1778.23/920.60	c cleaning 9998 clauses out of 20010 with flag 2335000/2335000
1785.90/924.53	c cleaning 10004 clauses out of 20013 with flag 2345001/2345001
1793.19/928.39	c cleaning 9997 clauses out of 20008 with flag 2355000/2355000
1800.07/931.92	c starts		: 229
1800.07/931.92	c conflicts		: 2364835
1800.07/931.92	c decisions		: 2385493
1800.07/931.92	c propagations		: 51224098
1800.07/931.92	c inspects		: 1884089525
1800.07/931.92	c learnt literals	: 0
1800.07/931.92	c learnt binary clauses	: 2
1800.07/931.92	c learnt ternary clauses	: 12
1800.07/931.92	c learnt clauses	: 2364834
1800.07/931.92	c ignored clauses	: 0
1800.07/931.92	c root simplifications	: 0
1800.07/931.92	c removed literals (reason simplification)	: 42376840
1800.07/931.92	c reason swapping (by a shorter reason)	: 0
1800.07/931.92	c Calls to reduceDB	: 237
1800.07/931.92	c number of reductions to clauses (during analyze)	: 0
1800.07/931.92	c number of learned constraints concerned by reduction	: 0
1800.07/931.92	c number of learning phase by resolution	: 0
1800.07/931.92	c number of learning phase by cutting planes	: 0
1800.07/931.92	c speed (assignments/second)	: 55021.636316960285
1800.07/931.92	c non guided choices	4
1800.07/931.98	c learnt constraints type 
1800.07/931.98	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19925
1800.07/931.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.07/931.98	c constraints type 
1800.07/931.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 38
1800.07/931.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 586
1800.07/931.98	c constraints type 
1800.07/931.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 38
1800.07/931.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 586
1800.07/931.98	s UNKNOWN
1800.07/931.98	c Total wall clock time (in seconds): 931.765

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-2662206-1276571231/watcher-2662206-1276571231 -o /tmp/evaluation-result-2662206-1276571231/solver-2662206-1276571231 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662206-1276571231.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.85 2.01 1.86 3/107 523
/proc/meminfo: memFree=1856976/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=24036 CPUtime=0
/proc/523/stat : 523 (runsolver) R 521 523 31726 0 -1 4202560 80 0 0 0 0 0 0 0 19 0 1 0 30778838 24612864 106 1992294400 4194304 4302564 140736742465424 18446744073709551615 259177161719 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/523/statm: 6009 106 69 27 0 2647 0

[startup+0.020771 s]
/proc/loadavg: 1.85 2.01 1.86 3/107 523
/proc/meminfo: memFree=1856976/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=13684 CPUtime=0
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 1184 0 0 0 0 0 0 0 18 0 2 0 30778838 14012416 632 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 3421 632 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.102315 s]
/proc/loadavg: 1.85 2.01 1.86 3/107 523
/proc/meminfo: memFree=1856976/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=1525044 CPUtime=0.08
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 3966 0 1 0 6 2 0 0 18 0 12 0 30778838 1561645056 3406 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 381261 3406 1075 10 0 378564 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525044

[startup+0.301333 s]
/proc/loadavg: 1.85 2.01 1.86 3/107 523
/proc/meminfo: memFree=1856976/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=1526116 CPUtime=0.39
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 5380 0 1 0 36 3 0 0 18 0 12 0 30778838 1562742784 4818 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 381529 4818 1360 10 0 378832 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526116

[startup+0.701373 s]
/proc/loadavg: 1.85 2.01 1.86 3/107 523
/proc/meminfo: memFree=1856976/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=1530188 CPUtime=1.11
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 8757 0 1 0 107 4 0 0 18 0 12 0 30778838 1566912512 7836 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 382547 7837 1404 10 0 379850 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1530188

[startup+1.50244 s]
/proc/loadavg: 1.85 2.01 1.86 5/121 537
/proc/meminfo: memFree=1818488/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=1541584 CPUtime=2.7
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 16840 0 1 0 262 8 0 0 18 0 16 0 30778838 1578582016 13726 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 385396 13727 1414 10 0 382699 0
[pid=523/tid=525] ppid=521 vsize=1541584 CPUtime=0.88
/proc/523/task/525/stat : 525 (java) S 521 523 31726 0 -1 4202560 7669 0 1 0 84 4 0 0 25 0 16 0 30778840 1578582016 13727 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1541584 CPUtime=0
/proc/523/task/526/stat : 526 (java) S 521 523 31726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 30778841 1578582016 13728 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1541584 CPUtime=0
/proc/523/task/527/stat : 527 (java) S 521 523 31726 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 30778841 1578582016 13728 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=528] ppid=521 vsize=1541584 CPUtime=0
/proc/523/task/528/stat : 528 (java) S 521 523 31726 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 30778843 1578582016 13729 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1541584 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 31726 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 30778844 1578582016 13730 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=530] ppid=521 vsize=1541584 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 31726 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30778844 1578582016 13730 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=531] ppid=521 vsize=1541584 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1578582016 13730 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=532] ppid=521 vsize=1541584 CPUtime=1.03
/proc/523/task/532/stat : 532 (java) R 521 523 31726 0 -1 4202560 5742 0 0 0 102 1 0 0 18 0 16 0 30778848 1578582016 13731 1992294400 134512640 134550932 4289994480 18446744073709551615 102339249 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=523/tid=533] ppid=521 vsize=1541584 CPUtime=0.2
/proc/523/task/533/stat : 533 (java) R 521 523 31726 0 -1 4202560 760 0 0 0 20 0 0 0 25 0 16 0 30778848 1578582016 13731 1992294400 134512640 134550932 4289994480 18446744073709551615 106114320 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=523/tid=534] ppid=521 vsize=1541584 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1578582016 13732 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=535] ppid=521 vsize=1541584 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30778848 1578582016 13732 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1541584 CPUtime=0.22
/proc/523/task/536/stat : 536 (java) R 521 523 31726 0 -1 4202560 650 0 0 0 22 0 0 0 25 0 16 0 30778932 1578582016 13732 1992294400 134512640 134550932 4289994480 18446744073709551615 104272342 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=523/tid=537] ppid=521 vsize=1541584 CPUtime=0.32
/proc/523/task/537/stat : 537 (java) R 521 523 31726 0 -1 4202560 953 0 0 0 32 0 0 0 25 0 16 0 30778932 1578582016 13733 1992294400 134512640 134550932 4289994480 18446744073709551615 4109979537 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1541584

[startup+3.1016 s]
/proc/loadavg: 1.85 2.01 1.86 6/123 539
/proc/meminfo: memFree=1798632/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=1543720 CPUtime=5.88
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 33277 0 1 0 574 14 0 0 18 0 16 0 30778838 1580769280 26880 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 385930 26885 1430 10 0 383233 0
[pid=523/tid=525] ppid=521 vsize=1543720 CPUtime=0.88
/proc/523/task/525/stat : 525 (java) S 521 523 31726 0 -1 4202560 7669 0 1 0 84 4 0 0 18 0 16 0 30778840 1580769280 26888 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1543720 CPUtime=0
/proc/523/task/526/stat : 526 (java) S 521 523 31726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 30778841 1580769280 26890 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1543720 CPUtime=0
/proc/523/task/527/stat : 527 (java) S 521 523 31726 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 30778841 1580769280 26893 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=528] ppid=521 vsize=1543720 CPUtime=0
/proc/523/task/528/stat : 528 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 30778843 1580769280 26895 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1543720 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 31726 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 30778844 1580769280 26897 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=530] ppid=521 vsize=1543720 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 31726 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 30778844 1580769280 26898 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=531] ppid=521 vsize=1543720 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1580769280 26899 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=532] ppid=521 vsize=1543720 CPUtime=2.31
/proc/523/task/532/stat : 532 (java) R 521 523 31726 0 -1 4202560 9291 0 0 0 228 3 0 0 18 0 16 0 30778848 1580769280 26899 1992294400 134512640 134550932 4289994480 18446744073709551615 106260353 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=523/tid=533] ppid=521 vsize=1543720 CPUtime=0.5
/proc/523/task/533/stat : 533 (java) R 521 523 31726 0 -1 4202560 1230 0 0 0 50 0 0 0 25 0 16 0 30778848 1580769280 26899 1992294400 134512640 134550932 4289994480 18446744073709551615 101914144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=523/tid=534] ppid=521 vsize=1543720 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1580769280 26899 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=535] ppid=521 vsize=1543720 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30778848 1580769280 26899 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1543720 CPUtime=1
/proc/523/task/536/stat : 536 (java) R 521 523 31726 0 -1 4202560 4548 0 0 0 99 1 0 0 25 0 16 0 30778932 1580769280 26900 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=523/tid=537] ppid=521 vsize=1543720 CPUtime=1.14
/proc/523/task/537/stat : 537 (java) R 521 523 31726 0 -1 4202560 9487 0 0 0 111 3 0 0 25 0 16 0 30778932 1580769280 26902 1992294400 134512640 134550932 4289994480 18446744073709551615 4109979525 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=523/tid=538] ppid=521 vsize=1543720 CPUtime=0
/proc/523/task/538/stat : 538 (java) S 521 523 31726 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30778970 1580769280 26905 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=539] ppid=521 vsize=1543720 CPUtime=0
/proc/523/task/539/stat : 539 (java) S 521 523 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30778982 1580769280 26908 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1543720

[startup+6.30137 s]
/proc/loadavg: 2.02 2.05 1.87 4/123 539
/proc/meminfo: memFree=1690380/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=1543856 CPUtime=12.14
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 52023 0 1 0 1194 20 0 0 18 0 16 0 30778838 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 385964 44308 1450 10 0 383267 0
[pid=523/tid=525] ppid=521 vsize=1543856 CPUtime=0.88
/proc/523/task/525/stat : 525 (java) S 521 523 31726 0 -1 4202560 7669 0 1 0 84 4 0 0 18 0 16 0 30778840 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1543856 CPUtime=0.1
/proc/523/task/526/stat : 526 (java) S 521 523 31726 0 -1 4202560 2316 0 0 0 10 0 0 0 16 0 16 0 30778841 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1543856 CPUtime=0.09
/proc/523/task/527/stat : 527 (java) S 521 523 31726 0 -1 4202560 2133 0 0 0 9 0 0 0 15 0 16 0 30778841 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=528] ppid=521 vsize=1543856 CPUtime=0.06
/proc/523/task/528/stat : 528 (java) S 521 523 31726 0 -1 4202560 1777 0 0 0 6 0 0 0 15 0 16 0 30778843 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30778844 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=530] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30778844 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=531] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=532] ppid=521 vsize=1543856 CPUtime=3.28
/proc/523/task/532/stat : 532 (java) S 521 523 31726 0 -1 4202560 10418 0 0 0 324 4 0 0 15 0 16 0 30778848 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=533] ppid=521 vsize=1543856 CPUtime=0.98
/proc/523/task/533/stat : 533 (java) S 521 523 31726 0 -1 4202560 1503 0 0 0 98 0 0 0 16 0 16 0 30778848 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=535] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30778848 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1543856 CPUtime=3.35
/proc/523/task/536/stat : 536 (java) R 521 523 31726 0 -1 4202560 7969 0 0 0 333 2 0 0 25 0 16 0 30778932 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4109979982 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=523/tid=537] ppid=521 vsize=1543856 CPUtime=3.32
/proc/523/task/537/stat : 537 (java) R 521 523 31726 0 -1 4202560 17165 0 0 0 326 6 0 0 17 0 16 0 30778932 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4110295169 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=523/tid=538] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/538/stat : 538 (java) S 521 523 31726 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30778970 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=539] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/539/stat : 539 (java) S 521 523 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30778982 1580908544 44308 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 1543856

[startup+12.7015 s]
/proc/loadavg: 2.02 2.04 1.87 3/123 539
/proc/meminfo: memFree=1662852/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=1543856 CPUtime=24.59
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 57542 0 1 0 2436 23 0 0 18 0 16 0 30778838 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 385964 49561 1450 10 0 383267 0
[pid=523/tid=525] ppid=521 vsize=1543856 CPUtime=0.88
/proc/523/task/525/stat : 525 (java) S 521 523 31726 0 -1 4202560 7669 0 1 0 84 4 0 0 18 0 16 0 30778840 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1543856 CPUtime=0.2
/proc/523/task/526/stat : 526 (java) S 521 523 31726 0 -1 4202560 3744 0 0 0 19 1 0 0 16 0 16 0 30778841 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1543856 CPUtime=0.19
/proc/523/task/527/stat : 527 (java) S 521 523 31726 0 -1 4202560 3624 0 0 0 18 1 0 0 16 0 16 0 30778841 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=528] ppid=521 vsize=1543856 CPUtime=0.3
/proc/523/task/528/stat : 528 (java) S 521 523 31726 0 -1 4202560 2819 0 0 0 30 0 0 0 15 0 16 0 30778843 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30778844 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=530] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30778844 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=531] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=532] ppid=521 vsize=1543856 CPUtime=3.28
/proc/523/task/532/stat : 532 (java) S 521 523 31726 0 -1 4202560 10418 0 0 0 324 4 0 0 15 0 16 0 30778848 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=533] ppid=521 vsize=1543856 CPUtime=1.09
/proc/523/task/533/stat : 533 (java) S 521 523 31726 0 -1 4202560 1511 0 0 0 109 0 0 0 16 0 16 0 30778848 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=535] ppid=521 vsize=1543856 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30778848 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=536] ppid=521 vsize=1543856 CPUtime=9.27
/proc/523/task/536/stat : 536 (java) R 521 523 31726 0 -1 4202560 8566 0 0 0 925 2 0 0 25 0 16 0 30778932 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4110326151 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=523/tid=537] ppid=521 vsize=1543856 CPUtime=9.29
/proc/523/task/537/stat : 537 (java) R 521 523 31726 0 -1 4202560 18118 0 0 0 923 6 0 0 25 0 16 0 30778932 1580908544 49561 1992294400 134512640 134550932 4289994480 18446744073709551615 4110278825 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

/proc/523/statm: 387244 71345 1450 10 0 384547 0
[pid=523/tid=525] ppid=521 vsize=1548976 CPUtime=0.88
/proc/523/task/525/stat : 525 (java) S 521 523 31726 0 -1 4202560 7702 0 1 0 84 4 0 0 15 0 16 0 30778840 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1548976 CPUtime=18.96
/proc/523/task/526/stat : 526 (java) S 521 523 31726 0 -1 4202560 13888 0 0 0 1870 26 0 0 16 0 16 0 30778841 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1548976 CPUtime=18.93
/proc/523/task/527/stat : 527 (java) S 521 523 31726 0 -1 4202560 13541 0 0 0 1866 27 0 0 16 0 16 0 30778841 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=528] ppid=521 vsize=1548976 CPUtime=36.78
/proc/523/task/528/stat : 528 (java) S 521 523 31726 0 -1 4202560 4297 0 0 0 3656 22 0 0 15 0 16 0 30778843 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30778844 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=530] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30778844 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=531] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=532] ppid=521 vsize=1548976 CPUtime=4.22
/proc/523/task/532/stat : 532 (java) S 521 523 31726 0 -1 4202560 12970 0 0 0 417 5 0 0 15 0 16 0 30778848 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1548976 CPUtime=1.65
/proc/523/task/533/stat : 533 (java) S 521 523 31726 0 -1 4202560 1539 0 0 0 165 0 0 0 16 0 16 0 30778848 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=535] ppid=521 vsize=1548976 CPUtime=0.01
/proc/523/task/535/stat : 535 (java) S 521 523 31726 0 -1 4202560 43 0 0 0 0 1 0 0 15 0 16 0 30778848 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1548976 CPUtime=695.74
/proc/523/task/536/stat : 536 (java) R 521 523 31726 0 -1 4202560 9269 0 0 0 69557 17 0 0 25 0 16 0 30778932 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4109972565 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=523/tid=537] ppid=521 vsize=1548976 CPUtime=697.1
/proc/523/task/537/stat : 537 (java) R 521 523 31726 0 -1 4202560 18763 0 0 0 69687 23 0 0 25 0 16 0 30778932 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4110707855 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=523/tid=538] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/538/stat : 538 (java) S 521 523 31726 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30778970 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=539] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/539/stat : 539 (java) S 521 523 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30778982 1586151424 71345 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1474.35
Current children cumulated vsize (KiB) 1548976

[startup+822.302 s]
/proc/loadavg: 1.89 1.96 1.91 3/123 561
/proc/meminfo: memFree=1571216/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=1548976 CPUtime=1589.55
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 83947 0 1 0 158815 140 0 0 18 0 16 0 30778838 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 387244 72052 1450 10 0 384547 0
[pid=523/tid=525] ppid=521 vsize=1548976 CPUtime=0.88
/proc/523/task/525/stat : 525 (java) S 521 523 31726 0 -1 4202560 7703 0 1 0 84 4 0 0 15 0 16 0 30778840 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1548976 CPUtime=21.32
/proc/523/task/526/stat : 526 (java) S 521 523 31726 0 -1 4202560 14142 0 0 0 2102 30 0 0 15 0 16 0 30778841 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1548976 CPUtime=21.29
/proc/523/task/527/stat : 527 (java) S 521 523 31726 0 -1 4202560 14030 0 0 0 2100 29 0 0 16 0 16 0 30778841 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=528] ppid=521 vsize=1548976 CPUtime=40.53
/proc/523/task/528/stat : 528 (java) S 521 523 31726 0 -1 4202560 4301 0 0 0 4030 23 0 0 15 0 16 0 30778843 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=529] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30778844 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=530] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30778844 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=531] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=532] ppid=521 vsize=1548976 CPUtime=4.22
/proc/523/task/532/stat : 532 (java) S 521 523 31726 0 -1 4202560 12970 0 0 0 417 5 0 0 15 0 16 0 30778848 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1548976 CPUtime=1.65
/proc/523/task/533/stat : 533 (java) S 521 523 31726 0 -1 4202560 1539 0 0 0 165 0 0 0 16 0 16 0 30778848 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=535] ppid=521 vsize=1548976 CPUtime=0.01
/proc/523/task/535/stat : 535 (java) S 521 523 31726 0 -1 4202560 47 0 0 0 0 1 0 0 15 0 16 0 30778848 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1548976 CPUtime=749.45
/proc/523/task/536/stat : 536 (java) R 521 523 31726 0 -1 4202560 9334 0 0 0 74926 19 0 0 25 0 16 0 30778932 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4110357846 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=523/tid=537] ppid=521 vsize=1548976 CPUtime=750.1
/proc/523/task/537/stat : 537 (java) R 521 523 31726 0 -1 4202560 18809 0 0 0 74986 24 0 0 25 0 16 0 30778932 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4109972577 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=523/tid=538] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/538/stat : 538 (java) S 521 523 31726 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30778970 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=539] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/539/stat : 539 (java) S 521 523 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30778982 1586151424 72052 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1589.55
Current children cumulated vsize (KiB) 1548976

[startup+882.301 s]
/proc/loadavg: 2.04 1.99 1.92 2/123 563
/proc/meminfo: memFree=1567372/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=1548976 CPUtime=1704.62
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 85003 0 1 0 170313 149 0 0 18 0 16 0 30778838 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 387244 72963 1450 10 0 384547 0
[pid=523/tid=525] ppid=521 vsize=1548976 CPUtime=0.88
/proc/523/task/525/stat : 525 (java) S 521 523 31726 0 -1 4202560 7712 0 1 0 84 4 0 0 15 0 16 0 30778840 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=526] ppid=521 vsize=1548976 CPUtime=23.72
/proc/523/task/526/stat : 526 (java) S 521 523 31726 0 -1 4202560 14533 0 0 0 2341 31 0 0 15 0 16 0 30778841 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1548976 CPUtime=23.69
/proc/523/task/527/stat : 527 (java) S 521 523 31726 0 -1 4202560 14572 0 0 0 2337 32 0 0 16 0 16 0 30778841 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=528] ppid=521 vsize=1548976 CPUtime=44.42
/proc/523/task/528/stat : 528 (java) S 521 523 31726 0 -1 4202560 4305 0 0 0 4417 25 0 0 16 0 16 0 30778843 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=529] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30778844 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=530] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30778844 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=531] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=532] ppid=521 vsize=1548976 CPUtime=4.22
/proc/523/task/532/stat : 532 (java) S 521 523 31726 0 -1 4202560 12970 0 0 0 417 5 0 0 15 0 16 0 30778848 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1548976 CPUtime=1.65
/proc/523/task/533/stat : 533 (java) S 521 523 31726 0 -1 4202560 1539 0 0 0 165 0 0 0 16 0 16 0 30778848 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=535] ppid=521 vsize=1548976 CPUtime=0.01
/proc/523/task/535/stat : 535 (java) S 521 523 31726 0 -1 4202560 51 0 0 0 0 1 0 0 15 0 16 0 30778848 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1548976 CPUtime=802.43
/proc/523/task/536/stat : 536 (java) R 521 523 31726 0 -1 4202560 9384 0 0 0 80223 20 0 0 23 0 16 0 30778932 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4110359131 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=523/tid=537] ppid=521 vsize=1548976 CPUtime=803.51
/proc/523/task/537/stat : 537 (java) R 521 523 31726 0 -1 4202560 18865 0 0 0 80325 26 0 0 22 0 16 0 30778932 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4109972577 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=523/tid=538] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/538/stat : 538 (java) S 521 523 31726 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30778970 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=539] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/539/stat : 539 (java) S 521 523 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30778982 1586151424 72963 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1704.62
Current children cumulated vsize (KiB) 1548976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+931.902 s]
/proc/loadavg: 2.02 1.99 1.92 3/123 563
/proc/meminfo: memFree=1565636/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=1548976 CPUtime=1800.07
/proc/523/stat : 523 (java) S 521 523 31726 0 -1 4202496 85511 0 1 0 179852 155 0 0 18 0 16 0 30778838 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 387244 73376 1450 10 0 384547 0
[pid=523/tid=525] ppid=521 vsize=1548976 CPUtime=0.88
/proc/523/task/525/stat : 525 (java) S 521 523 31726 0 -1 4202560 7713 0 1 0 84 4 0 0 15 0 16 0 30778840 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1548976 CPUtime=25.65
/proc/523/task/526/stat : 526 (java) S 521 523 31726 0 -1 4202560 14646 0 0 0 2532 33 0 0 16 0 16 0 30778841 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=527] ppid=521 vsize=1548976 CPUtime=25.62
/proc/523/task/527/stat : 527 (java) S 521 523 31726 0 -1 4202560 14874 0 0 0 2529 33 0 0 15 0 16 0 30778841 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=528] ppid=521 vsize=1548976 CPUtime=47.31
/proc/523/task/528/stat : 528 (java) S 521 523 31726 0 -1 4202560 4307 0 0 0 4705 26 0 0 15 0 16 0 30778843 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 0 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=529] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 31726 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30778844 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=530] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30778844 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=531] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=532] ppid=521 vsize=1548976 CPUtime=4.22
/proc/523/task/532/stat : 532 (java) S 521 523 31726 0 -1 4202560 12970 0 0 0 417 5 0 0 15 0 16 0 30778848 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1548976 CPUtime=1.65
/proc/523/task/533/stat : 533 (java) S 521 523 31726 0 -1 4202560 1539 0 0 0 165 0 0 0 16 0 16 0 30778848 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 31726 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30778848 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 0 0 0 0
[pid=523/tid=535] ppid=521 vsize=1548976 CPUtime=0.01
/proc/523/task/535/stat : 535 (java) S 521 523 31726 0 -1 4202560 53 0 0 0 0 1 0 0 15 0 16 0 30778848 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1548976 CPUtime=846.75
/proc/523/task/536/stat : 536 (java) R 521 523 31726 0 -1 4202560 9424 0 0 0 84653 22 0 0 25 0 16 0 30778932 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4110358349 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=523/tid=537] ppid=521 vsize=1548976 CPUtime=847.88
/proc/523/task/537/stat : 537 (java) R 521 523 31726 0 -1 4202560 18913 0 0 0 84762 26 0 0 25 0 16 0 30778932 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4110305668 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=523/tid=538] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/538/stat : 538 (java) S 521 523 31726 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30778970 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
[pid=523/tid=539] ppid=521 vsize=1548976 CPUtime=0
/proc/523/task/539/stat : 539 (java) S 521 523 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30778982 1586151424 73376 1992294400 134512640 134550932 4289994480 18446744073709551615 4294960144 0 4 0 16800975 18446604437829046592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1548976

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

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

[startup+932.018 s]
/proc/loadavg: 2.02 1.99 1.92 3/123 563
/proc/meminfo: memFree=1565636/2059040 swapFree=4140072/4192956
[pid=523] ppid=521 vsize=0 CPUtime=1800.27
/proc/523/stat : 523 (java) Z 521 523 31726 0 -1 4203548 85535 0 1 0 179872 155 0 0 17 0 2 0 30778838 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/523/statm: 0 0 0 0 0 0 0
[pid=523/tid=537] ppid=521 vsize=0 CPUtime=847.96
/proc/523/task/537/stat : 537 (java) R 521 523 31726 0 -1 4203588 18913 0 0 0 84769 27 0 0 25 0 2 0 30778932 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 932.044
CPU time (s): 1800.31
CPU user time (s): 1798.72
CPU system time (s): 1.58576
CPU usage (%): 193.157
Max. virtual memory (cumulated for all children) (KiB): 1550000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.58576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85535
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= 36769
involuntary context switches= 55918

runsolver used 3.61145 second user time and 11.9782 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-15 05:07:11
IDJOB=2662206
IDBENCH=2526
IDSOLVER=1166
FILE ID=node025/2662206-1276571231
PBS_JOBID= 11173506
Free space on /tmp= 62580 MiB

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

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

MD5SUM BENCH= c68fa68a808b234260c8cfaf77f6d655
RANDOM SEED=1167838746

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1857372 kB
Buffers:         19468 kB
Cached:          94656 kB
SwapCached:       6432 kB
Active:          82276 kB
Inactive:        45140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1857372 kB
SwapTotal:     4192956 kB
SwapFree:      4140072 kB
Dirty:             540 kB
Writeback:           0 kB
AnonPages:       11332 kB
Mapped:          12900 kB
Slab:            52388 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181660 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= 62580 MiB
End job on node025 at 2010-06-15 05:22:45