Trace number 2661896

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-31SAT (TO)28 1800.51 949.517

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1789.64
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint11
Maximum length of a constraint20
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.18	c version 2.2.0.v20100531
0.08/0.18	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.18	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.18	c java.vm.version	11.2-b01
0.08/0.18	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.18	c sun.arch.data.model	32
0.08/0.18	c java.version		1.6.0_12
0.08/0.18	c os.name		Linux
0.08/0.18	c os.version		2.6.18-164.el5
0.08/0.18	c os.arch		i386
0.08/0.18	c Free memory 		1393557488
0.08/0.18	c Max memory 		1395916800
0.08/0.18	c Total memory 		1395916800
0.08/0.18	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661896-1276656913.opb
0.24/0.21	c reading problem ... 
1.72/1.10	c ... done. Wall clock time 0.885s.
1.72/1.10	c #vars     2692
1.72/1.10	c #constraints  5184
1.72/1.10	c constraints type 
1.72/1.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2692
1.72/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
1.72/1.10	c constraints type 
1.72/1.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2692
1.72/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
2.03/1.20	c And the winner is Resolution
2.15/2.11	c SATISFIABLE
2.15/2.11	c OPTIMIZING...
2.15/2.11	c Got one! Elapsed wall clock time (in seconds):1.9
2.15/2.11	o 33
4.13/3.15	c And the winner is Resolution
4.27/4.16	c Got one! Elapsed wall clock time (in seconds):3.945
4.27/4.16	o 31
4.27/4.20	c And the winner is CuttingPlanes
4.35/5.17	c Got one! Elapsed wall clock time (in seconds):4.956
4.35/5.17	o 30
4.81/5.49	c And the winner is Resolution
5.00/6.22	c Got one! Elapsed wall clock time (in seconds):6.007
5.00/6.22	o 28
9.30/8.48	c cleaning 2497 clauses out of 5001 with flag 5001/5001
15.56/11.66	c cleaning 4245 clauses out of 8504 with flag 11001/11001
22.02/14.95	c cleaning 5623 clauses out of 11259 with flag 18001/18001
29.85/18.96	c cleaning 6815 clauses out of 13636 with flag 26001/26001
38.83/23.51	c cleaning 7907 clauses out of 15820 with flag 35000/35000
48.62/28.51	c cleaning 8949 clauses out of 17914 with flag 45001/45001
57.79/33.22	c cleaning 9478 clauses out of 18964 with flag 55000/55000
67.74/38.34	c cleaning 9733 clauses out of 19486 with flag 65000/65000
79.05/44.18	c cleaning 9874 clauses out of 19753 with flag 75000/75000
88.57/49.09	c cleaning 9934 clauses out of 19880 with flag 85001/85001
98.69/54.26	c cleaning 9969 clauses out of 19946 with flag 95001/95001
109.20/59.64	c cleaning 9982 clauses out of 19976 with flag 105000/105000
120.23/65.30	c cleaning 9994 clauses out of 19995 with flag 115001/115001
130.14/70.43	c cleaning 9993 clauses out of 20001 with flag 125001/125001
141.01/76.00	c cleaning 9996 clauses out of 20007 with flag 135000/135000
151.33/81.40	c cleaning 9999 clauses out of 20012 with flag 145001/145001
161.72/86.77	c cleaning 10000 clauses out of 20013 with flag 155001/155001
170.83/91.45	c cleaning 9999 clauses out of 20013 with flag 165001/165001
179.93/96.15	c cleaning 10004 clauses out of 20013 with flag 175000/175000
189.63/101.18	c cleaning 9998 clauses out of 20009 with flag 185000/185000
198.85/105.99	c cleaning 9998 clauses out of 20011 with flag 195000/195000
208.15/110.77	c cleaning 10002 clauses out of 20013 with flag 205000/205000
217.26/115.50	c cleaning 9998 clauses out of 20011 with flag 215000/215000
228.71/121.32	c cleaning 9997 clauses out of 20013 with flag 225000/225000
238.74/126.53	c cleaning 10005 clauses out of 20018 with flag 235002/235002
248.59/131.63	c cleaning 9997 clauses out of 20012 with flag 245001/245001
258.45/136.72	c cleaning 10004 clauses out of 20015 with flag 255001/255001
267.71/141.57	c cleaning 10001 clauses out of 20012 with flag 265002/265002
277.30/146.54	c cleaning 9999 clauses out of 20010 with flag 275001/275001
286.97/151.50	c cleaning 10000 clauses out of 20010 with flag 285000/285000
296.82/156.63	c cleaning 9997 clauses out of 20010 with flag 295000/295000
307.05/161.98	c cleaning 9998 clauses out of 20013 with flag 305000/305000
318.39/167.85	c cleaning 10000 clauses out of 20015 with flag 315000/315000
329.60/173.67	c cleaning 10001 clauses out of 20017 with flag 325002/325002
341.81/179.96	c cleaning 10001 clauses out of 20015 with flag 335001/335001
354.41/186.48	c cleaning 9998 clauses out of 20013 with flag 345000/345000
365.31/192.10	c cleaning 10000 clauses out of 20015 with flag 355000/355000
376.13/197.70	c cleaning 9999 clauses out of 20016 with flag 365001/365001
386.35/203.08	c cleaning 10002 clauses out of 20017 with flag 375001/375001
396.94/208.56	c cleaning 9997 clauses out of 20014 with flag 385000/385000
406.86/213.79	c cleaning 10000 clauses out of 20020 with flag 395003/395003
416.66/218.84	c cleaning 10002 clauses out of 20017 with flag 405000/405000
427.06/224.31	c cleaning 9999 clauses out of 20015 with flag 415000/415000
437.25/229.51	c cleaning 10004 clauses out of 20017 with flag 425001/425001
446.57/234.46	c cleaning 9999 clauses out of 20012 with flag 435000/435000
456.36/239.60	c cleaning 9999 clauses out of 20013 with flag 445000/445000
465.98/244.52	c cleaning 9995 clauses out of 20014 with flag 455000/455000
475.79/249.65	c cleaning 10006 clauses out of 20021 with flag 465002/465002
485.29/254.63	c cleaning 9999 clauses out of 20013 with flag 475000/475000
495.07/259.79	c cleaning 9995 clauses out of 20014 with flag 485000/485000
505.27/265.10	c cleaning 10003 clauses out of 20020 with flag 495001/495001
515.25/270.20	c cleaning 9999 clauses out of 20016 with flag 505000/505000
524.97/275.39	c cleaning 9998 clauses out of 20018 with flag 515001/515001
535.15/280.65	c cleaning 10007 clauses out of 20021 with flag 525002/525002
545.14/285.88	c cleaning 9995 clauses out of 20012 with flag 535000/535000
555.33/291.16	c cleaning 10001 clauses out of 20017 with flag 545000/545000
565.82/296.64	c cleaning 10000 clauses out of 20016 with flag 555000/555000
576.19/302.07	c cleaning 9999 clauses out of 20016 with flag 565000/565000
586.56/307.40	c cleaning 10000 clauses out of 20017 with flag 575000/575000
596.91/312.86	c cleaning 10003 clauses out of 20018 with flag 585001/585001
606.57/317.91	c cleaning 10005 clauses out of 20014 with flag 595000/595000
617.50/323.61	c cleaning 10001 clauses out of 20009 with flag 605000/605000
628.25/329.24	c cleaning 9995 clauses out of 20008 with flag 615000/615000
638.78/334.76	c cleaning 9997 clauses out of 20013 with flag 625000/625000
648.03/339.69	c cleaning 9999 clauses out of 20016 with flag 635000/635000
657.77/344.70	c cleaning 10004 clauses out of 20019 with flag 645002/645002
667.25/349.80	c cleaning 9999 clauses out of 20013 with flag 655000/655000
676.98/354.90	c cleaning 9995 clauses out of 20014 with flag 665000/665000
686.80/360.09	c cleaning 10006 clauses out of 20019 with flag 675000/675000
696.35/365.05	c cleaning 9998 clauses out of 20014 with flag 685001/685001
706.08/370.11	c cleaning 9995 clauses out of 20016 with flag 695001/695001
716.20/375.43	c cleaning 10001 clauses out of 20020 with flag 705000/705000
720.27/377.74	c cleaning 0 clauses out of 5002 with flag 0/5002
726.24/380.97	c cleaning 9998 clauses out of 20019 with flag 715000/715000
736.36/386.21	c cleaning 10002 clauses out of 20021 with flag 725000/725000
746.67/391.65	c cleaning 10004 clauses out of 20019 with flag 735000/735000
757.66/397.42	c cleaning 10004 clauses out of 20015 with flag 745000/745000
768.76/403.21	c cleaning 9998 clauses out of 20011 with flag 755000/755000
779.86/409.05	c cleaning 10000 clauses out of 20013 with flag 765000/765000
791.54/415.18	c cleaning 10001 clauses out of 20014 with flag 775001/775001
802.73/421.07	c cleaning 10000 clauses out of 20013 with flag 785001/785001
813.83/426.84	c cleaning 9996 clauses out of 20012 with flag 795000/795000
824.33/432.32	c cleaning 9998 clauses out of 20017 with flag 805001/805001
835.00/437.97	c cleaning 10000 clauses out of 20020 with flag 815002/815002
846.31/443.97	c cleaning 9998 clauses out of 20018 with flag 825000/825000
857.58/449.84	c cleaning 9995 clauses out of 20020 with flag 835000/835000
868.42/455.55	c cleaning 10005 clauses out of 20026 with flag 845001/845001
879.28/461.21	c cleaning 10005 clauses out of 20021 with flag 855001/855001
891.20/467.52	c cleaning 10000 clauses out of 20015 with flag 865000/865000
901.86/473.16	c cleaning 9999 clauses out of 20015 with flag 875000/875000
912.14/478.54	c cleaning 10005 clauses out of 20017 with flag 885001/885001
922.20/483.84	c cleaning 10004 clauses out of 20012 with flag 895001/895001
932.54/489.40	c cleaning 9994 clauses out of 20008 with flag 905001/905001
942.80/494.79	c cleaning 10004 clauses out of 20014 with flag 915001/915001
952.68/499.97	c cleaning 9997 clauses out of 20009 with flag 925000/925000
962.96/505.37	c cleaning 10000 clauses out of 20013 with flag 935001/935001
972.91/510.65	c cleaning 10002 clauses out of 20013 with flag 945001/945001
983.56/516.23	c cleaning 10002 clauses out of 20010 with flag 955000/955000
994.42/521.97	c cleaning 9997 clauses out of 20008 with flag 965000/965000
1004.69/527.36	c cleaning 10001 clauses out of 20012 with flag 975001/975001
1014.84/532.79	c cleaning 9995 clauses out of 20010 with flag 985000/985000
1026.28/538.78	c cleaning 10001 clauses out of 20015 with flag 995000/995000
1036.55/544.16	c cleaning 9997 clauses out of 20015 with flag 1005001/1005001
1047.81/550.02	c cleaning 10002 clauses out of 20017 with flag 1015000/1015000
1057.53/555.24	c cleaning 10001 clauses out of 20015 with flag 1025000/1025000
1067.01/560.27	c cleaning 10007 clauses out of 20017 with flag 1035003/1035003
1075.69/564.90	c cleaning 9993 clauses out of 20007 with flag 1045000/1045000
1084.97/569.77	c cleaning 9997 clauses out of 20015 with flag 1055001/1055001
1094.29/574.76	c cleaning 10003 clauses out of 20019 with flag 1065002/1065002
1103.58/579.68	c cleaning 10000 clauses out of 20014 with flag 1075000/1075000
1112.64/584.41	c cleaning 10001 clauses out of 20015 with flag 1085001/1085001
1122.10/589.41	c cleaning 10000 clauses out of 20015 with flag 1095002/1095002
1132.05/594.75	c cleaning 9998 clauses out of 20013 with flag 1105000/1105000
1141.71/599.83	c cleaning 10001 clauses out of 20015 with flag 1115000/1115000
1151.59/605.04	c cleaning 10003 clauses out of 20014 with flag 1125000/1125000
1161.84/610.49	c cleaning 9999 clauses out of 20012 with flag 1135001/1135001
1171.56/615.63	c cleaning 9999 clauses out of 20013 with flag 1145001/1145001
1181.03/620.66	c cleaning 9996 clauses out of 20013 with flag 1155000/1155000
1190.90/625.81	c cleaning 10001 clauses out of 20020 with flag 1165003/1165003
1200.95/631.14	c cleaning 10001 clauses out of 20016 with flag 1175000/1175000
1210.88/636.49	c cleaning 10000 clauses out of 20015 with flag 1185000/1185000
1221.12/641.86	c cleaning 10001 clauses out of 20016 with flag 1195001/1195001
1231.38/647.22	c cleaning 9996 clauses out of 20014 with flag 1205000/1205000
1241.63/652.65	c cleaning 10002 clauses out of 20018 with flag 1215000/1215000
1251.76/658.08	c cleaning 9997 clauses out of 20016 with flag 1225000/1225000
1262.20/663.53	c cleaning 9997 clauses out of 20020 with flag 1235001/1235001
1272.82/669.10	c cleaning 9998 clauses out of 20022 with flag 1245000/1245000
1282.25/674.12	c cleaning 10003 clauses out of 20026 with flag 1255002/1255002
1291.73/679.20	c cleaning 10000 clauses out of 20022 with flag 1265001/1265001
1301.34/684.35	c cleaning 10002 clauses out of 20021 with flag 1275000/1275000
1311.57/689.79	c cleaning 9998 clauses out of 20019 with flag 1285000/1285000
1320.60/694.58	c cleaning 10004 clauses out of 20024 with flag 1295003/1295003
1330.10/699.63	c cleaning 9999 clauses out of 20018 with flag 1305001/1305001
1339.52/704.66	c cleaning 10002 clauses out of 20018 with flag 1315000/1315000
1348.93/709.68	c cleaning 9997 clauses out of 20016 with flag 1325000/1325000
1358.16/714.56	c cleaning 10001 clauses out of 20019 with flag 1335000/1335000
1368.01/719.87	c cleaning 10003 clauses out of 20018 with flag 1345000/1345000
1378.41/725.31	c cleaning 10001 clauses out of 20016 with flag 1355001/1355001
1389.60/731.26	c cleaning 10003 clauses out of 20015 with flag 1365001/1365001
1401.39/737.46	c cleaning 10000 clauses out of 20012 with flag 1375001/1375001
1413.17/743.75	c cleaning 10001 clauses out of 20011 with flag 1385000/1385000
1423.76/749.39	c cleaning 9996 clauses out of 20011 with flag 1395001/1395001
1435.34/755.49	c cleaning 10004 clauses out of 20015 with flag 1405001/1405001
1446.70/761.40	c cleaning 9998 clauses out of 20011 with flag 1415001/1415001
1458.50/767.71	c cleaning 9995 clauses out of 20013 with flag 1425001/1425001
1470.04/773.88	c cleaning 9997 clauses out of 20018 with flag 1435001/1435001
1481.79/780.02	c cleaning 10001 clauses out of 20020 with flag 1445000/1445000
1493.96/786.47	c cleaning 10000 clauses out of 20019 with flag 1455000/1455000
1505.11/792.44	c cleaning 10003 clauses out of 20019 with flag 1465000/1465000
1516.28/798.36	c cleaning 10001 clauses out of 20017 with flag 1475001/1475001
1528.00/804.57	c cleaning 9999 clauses out of 20015 with flag 1485000/1485000
1539.16/810.46	c cleaning 9998 clauses out of 20016 with flag 1495000/1495000
1550.51/816.54	c cleaning 9996 clauses out of 20018 with flag 1505000/1505000
1561.44/822.37	c cleaning 10001 clauses out of 20023 with flag 1515001/1515001
1571.97/827.95	c cleaning 10008 clauses out of 20021 with flag 1525000/1525000
1584.88/834.79	c cleaning 9997 clauses out of 20013 with flag 1535000/1535000
1598.41/841.95	c cleaning 9997 clauses out of 20016 with flag 1545000/1545000
1610.72/848.45	c cleaning 10000 clauses out of 20019 with flag 1555000/1555000
1623.02/854.92	c cleaning 10001 clauses out of 20019 with flag 1565000/1565000
1635.51/861.50	c cleaning 10001 clauses out of 20019 with flag 1575001/1575001
1648.42/868.49	c cleaning 9998 clauses out of 20019 with flag 1585002/1585002
1660.91/875.05	c cleaning 10000 clauses out of 20019 with flag 1595000/1595000
1674.38/882.20	c cleaning 10003 clauses out of 20019 with flag 1605000/1605000
1687.04/888.86	c cleaning 10001 clauses out of 20016 with flag 1615000/1615000
1698.72/895.18	c cleaning 10003 clauses out of 20015 with flag 1625000/1625000
1710.02/901.11	c cleaning 9998 clauses out of 20013 with flag 1635001/1635001
1721.10/907.08	c cleaning 10000 clauses out of 20014 with flag 1645000/1645000
1733.18/913.42	c cleaning 10001 clauses out of 20014 with flag 1655000/1655000
1745.03/919.82	c cleaning 9998 clauses out of 20013 with flag 1665000/1665000
1756.90/926.14	c cleaning 9999 clauses out of 20016 with flag 1675001/1675001
1768.33/932.28	c cleaning 9999 clauses out of 20017 with flag 1685001/1685001
1779.96/938.43	c cleaning 10001 clauses out of 20018 with flag 1695001/1695001
1791.84/944.84	c cleaning 9998 clauses out of 20017 with flag 1705001/1705001
1800.14/949.32	c starts		: 212
1800.14/949.32	c conflicts		: 1711785
1800.14/949.32	c decisions		: 2579796
1800.14/949.32	c propagations		: 165965392
1800.14/949.32	c inspects		: 1515550007
1800.14/949.32	c learnt literals	: 0
1800.14/949.32	c learnt binary clauses	: 0
1800.14/949.32	c learnt ternary clauses	: 0
1800.14/949.32	c learnt clauses	: 1711786
1800.14/949.32	c ignored clauses	: 0
1800.14/949.32	c root simplifications	: 0
1800.14/949.32	c removed literals (reason simplification)	: 2471837
1800.14/949.32	c reason swapping (by a shorter reason)	: 0
1800.14/949.32	c Calls to reduceDB	: 172
1800.14/949.32	c number of reductions to clauses (during analyze)	: 0
1800.14/949.32	c number of learned constraints concerned by reduction	: 0
1800.14/949.32	c number of learning phase by resolution	: 0
1800.14/949.32	c number of learning phase by cutting planes	: 0
1800.14/949.33	c speed (assignments/second)	: 175977.9780384772
1800.14/949.33	c non guided choices	3
1800.34/949.43	c learnt constraints type 
1800.34/949.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16987
1800.34/949.43	c constraints type 
1800.34/949.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2692
1800.34/949.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.34/949.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
1800.34/949.43	c constraints type 
1800.34/949.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2692
1800.34/949.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.34/949.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
1800.34/949.43	s SATISFIABLE
1800.34/949.43	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 x15 x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 x71 x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 
1800.34/949.43	c objective function=28
1800.34/949.43	c Total wall clock time (in seconds): 949.216

Verifier Data

OK	28

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661896-1276656913/watcher-2661896-1276656913 -o /tmp/evaluation-result-2661896-1276656913/solver-2661896-1276656913 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661896-1276656913.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.86 1.94 1.63 3/106 15600
/proc/meminfo: memFree=1566924/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1832 CPUtime=0
/proc/15600/stat : 15600 (java6) R 15598 15600 13420 0 -1 4194304 255 0 0 0 0 0 0 0 19 0 1 0 6981984 1875968 156 1992294400 134512640 134550932 4290367408 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15600/statm: 1 1 0 0 0 1 0

[startup+0.0323899 s]
/proc/loadavg: 1.86 1.94 1.63 3/106 15600
/proc/meminfo: memFree=1566924/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1518368 CPUtime=0.01
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 2793 0 1 0 0 1 0 0 18 0 4 0 6981984 1554808832 2236 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 379592 2236 519 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100997 s]
/proc/loadavg: 1.86 1.94 1.63 3/106 15600
/proc/meminfo: memFree=1566924/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1524180 CPUtime=0.08
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 3960 0 1 0 6 2 0 0 18 0 12 0 6981984 1560760320 3399 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300726 s]
/proc/loadavg: 1.86 1.94 1.63 3/106 15600
/proc/meminfo: memFree=1566924/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1526196 CPUtime=0.36
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 5346 0 1 0 33 3 0 0 18 0 12 0 6981984 1562824704 4783 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 381549 4783 1356 10 0 378852 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526196

[startup+0.700723 s]
/proc/loadavg: 1.86 1.94 1.63 3/106 15600
/proc/meminfo: memFree=1566924/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1528420 CPUtime=1.13
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 6853 0 1 0 109 4 0 0 18 0 12 0 6981984 1565102080 6290 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 382105 6290 1395 10 0 379408 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528420

[startup+1.50172 s]
/proc/loadavg: 1.86 1.94 1.63 2/118 15612
/proc/meminfo: memFree=1542216/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1530688 CPUtime=2.15
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 8750 0 1 0 210 5 0 0 18 0 14 0 6981984 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 382672 7867 1420 10 0 379975 0
[pid=15600/tid=15602] ppid=15598 vsize=1530688 CPUtime=1.07
/proc/15600/task/15602/stat : 15602 (java) S 15598 15600 13420 0 -1 4202560 5503 0 1 0 103 4 0 0 20 0 14 0 6981986 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=1530688 CPUtime=0
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 13420 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 14 0 6981987 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=1530688 CPUtime=0
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 14 0 6981987 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=1530688 CPUtime=0
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 13420 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 6981989 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=1530688 CPUtime=0
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 13420 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 6981990 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=1530688 CPUtime=0
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 13420 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 6981990 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=1530688 CPUtime=0
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 13420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6981994 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=1530688 CPUtime=0.35
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 13420 0 -1 4202560 586 0 0 0 35 0 0 0 24 0 14 0 6981994 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=1530688 CPUtime=0.58
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 13420 0 -1 4202560 1261 0 0 0 58 0 0 0 25 0 14 0 6981994 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=1530688 CPUtime=0
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6981994 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=1530688 CPUtime=0
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 6981994 1567424512 7867 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1530688

[startup+3.10171 s]
/proc/loadavg: 1.86 1.94 1.63 1/120 15616
/proc/meminfo: memFree=1540340/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1545144 CPUtime=4.13
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 21137 0 1 0 401 12 0 0 18 0 16 0 6981984 1582227456 17373 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 386286 17373 1426 10 0 383589 0
[pid=15600/tid=15602] ppid=15598 vsize=1545144 CPUtime=1.08
/proc/15600/task/15602/stat : 15602 (java) S 15598 15600 13420 0 -1 4202560 5543 0 1 0 104 4 0 0 19 0 16 0 6981986 1582227456 17374 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=1545144 CPUtime=0
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 13420 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 6981987 1582227456 17375 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=1545144 CPUtime=0
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 6981987 1582227456 17376 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=1545144 CPUtime=0
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 13420 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 6981989 1582227456 17376 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=1545144 CPUtime=0
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 13420 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6981990 1582227456 17377 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=1545144 CPUtime=0
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 13420 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6981990 1582227456 17378 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=1545144 CPUtime=0
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 13420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6981994 1582227456 17378 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=1545144 CPUtime=1.23
/proc/15600/task/15609/stat : 15609 (java) R 15598 15600 13420 0 -1 4202560 5259 0 0 0 121 2 0 0 18 0 16 0 6981994 1582227456 17378 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=1545144 CPUtime=1.21
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 13420 0 -1 4202560 2746 0 0 0 120 1 0 0 15 0 16 0 6981994 1582227456 17379 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=1545144 CPUtime=0
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6981994 1582227456 17381 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=1545144 CPUtime=0
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6981994 1582227456 17382 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=1545144 CPUtime=0
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 13420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6982098 1582227456 17384 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=1545144 CPUtime=0
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 6982105 1582227456 17384 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1545144

[startup+6.30169 s]
/proc/loadavg: 1.87 1.94 1.63 3/122 15624
/proc/meminfo: memFree=1469024/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1541200 CPUtime=5.15
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 35773 0 1 0 498 17 0 0 18 0 16 0 6981984 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 385300 31172 1429 10 0 382603 0
[pid=15600/tid=15602] ppid=15598 vsize=1541200 CPUtime=1.1
/proc/15600/task/15602/stat : 15602 (java) S 15598 15600 13420 0 -1 4202560 5624 0 1 0 106 4 0 0 19 0 16 0 6981986 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 13420 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 6981987 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 6981987 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 13420 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 16 0 6981989 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 13420 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6981990 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 13420 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6981990 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 13420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6981994 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=1541200 CPUtime=1.39
/proc/15600/task/15609/stat : 15609 (java) R 15598 15600 13420 0 -1 4202560 5327 0 0 0 137 2 0 0 15 0 16 0 6981994 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 104163906 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=1541200 CPUtime=1.42
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 13420 0 -1 4202560 2755 0 0 0 141 1 0 0 15 0 16 0 6981994 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6981994 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6981994 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 13420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6982098 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 6982105 1578188800 31172 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 1541200

[startup+12.7024 s]
/proc/loadavg: 1.88 1.94 1.63 3/122 15626
/proc/meminfo: memFree=1372056/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1541200 CPUtime=17.66
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 54793 0 1 0 1741 25 0 0 18 0 16 0 6981984 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 385300 49768 1451 10 0 382603 0
[pid=15600/tid=15602] ppid=15598 vsize=1541200 CPUtime=1.1
/proc/15600/task/15602/stat : 15602 (java) S 15598 15600 13420 0 -1 4202560 5624 0 1 0 106 4 0 0 18 0 16 0 6981986 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=1541200 CPUtime=0.23
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 13420 0 -1 4202560 4413 0 0 0 21 2 0 0 15 0 16 0 6981987 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=1541200 CPUtime=0.23
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 13420 0 -1 4202560 4793 0 0 0 21 2 0 0 15 0 16 0 6981987 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=1541200 CPUtime=0.15
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 13420 0 -1 4202560 2373 0 0 0 15 0 0 0 16 0 16 0 6981989 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 13420 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6981990 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 13420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6981990 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 13420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6981994 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=1541200 CPUtime=2.02
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 13420 0 -1 4202560 5439 0 0 0 200 2 0 0 15 0 16 0 6981994 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=1541200 CPUtime=1.69
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 13420 0 -1 4202560 2773 0 0 0 168 1 0 0 16 0 16 0 6981994 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6981994 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6981994 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 13420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6982098 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 6982105 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15625] ppid=15598 vsize=1541200 CPUtime=5.33
/proc/15600/task/15625/stat : 15625 (java) R 15598 15600 13420 0 -1 4202560 5296 0 0 0 532 1 0 0 25 0 16 0 6982607 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4109815018 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15600/tid=15626] ppid=15598 vsize=1541200 CPUtime=5.68
/proc/15600/task/15626/stat : 15626 (java) R 15598 15600 13420 0 -1 4202560 3379 0 0 0 568 0 0 0 22 0 16 0 6982607 1578188800 49768 1992294400 134512640 134550932 4289951968 18446744073709551615 4109851704 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.66
Current children cumulated vsize (KiB) 1541200

[startup+25.5016 s]
/proc/loadavg: 1.98 1.96 1.64 3/122 15626
/proc/meminfo: memFree=1356556/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1541200 CPUtime=42.67
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 59103 0 1 0 4239 28 0 0 18 0 16 0 6981984 1578188800 53621 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/15600/statm: 385300 88937 1451 10 0 382603 0
[pid=15600/tid=15602] ppid=15598 vsize=1541200 CPUtime=1.1
/proc/15600/task/15602/stat : 15602 (java) S 15598 15600 13420 0 -1 4202560 5649 0 1 0 106 4 0 0 15 0 16 0 6981986 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=1541200 CPUtime=20.18
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 13420 0 -1 4202560 23114 0 0 0 1952 66 0 0 16 0 16 0 6981987 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=1541200 CPUtime=20.18
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 13420 0 -1 4202560 25371 0 0 0 1974 44 0 0 16 0 16 0 6981987 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=1541200 CPUtime=67.47
/proc/15600/task/15605/stat : 15605 (java) R 15598 15600 13420 0 -1 4202560 4685 0 0 0 6730 17 0 0 16 0 16 0 6981989 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 105696810 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 13420 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6981990 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 13420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6981990 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 13420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6981994 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=1541200 CPUtime=2.58
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 13420 0 -1 4202560 7328 0 0 0 256 2 0 0 15 0 16 0 6981994 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=1541200 CPUtime=1.72
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 13420 0 -1 4202560 2773 0 0 0 171 1 0 0 15 0 16 0 6981994 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6981994 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 13420 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 6981994 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 13420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6982098 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 6982105 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15625] ppid=15598 vsize=1541200 CPUtime=782.44
/proc/15600/task/15625/stat : 15625 (java) S 15598 15600 13420 0 -1 4202560 6039 0 0 0 78214 30 0 0 25 0 16 0 6982607 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15626] ppid=15598 vsize=1541200 CPUtime=777.77
/proc/15600/task/15626/stat : 15626 (java) S 15598 15600 13420 0 -1 4202560 3724 0 0 0 77765 12 0 0 25 0 16 0 6982607 1578188800 88937 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1674.69
Current children cumulated vsize (KiB) 1541200

[startup+942.302 s]
/proc/loadavg: 2.57 2.35 2.01 5/122 15659
/proc/meminfo: memFree=1201928/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1541200 CPUtime=1786.88
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 102332 0 1 0 178487 201 0 0 18 0 16 0 6981984 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 385300 91675 1451 10 0 382603 0
[pid=15600/tid=15602] ppid=15598 vsize=1541200 CPUtime=1.1
/proc/15600/task/15602/stat : 15602 (java) S 15598 15600 13420 0 -1 4202560 5654 0 1 0 106 4 0 0 15 0 16 0 6981986 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=1541200 CPUtime=21.95
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 13420 0 -1 4202560 24316 0 0 0 2126 69 0 0 16 0 16 0 6981987 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=1541200 CPUtime=21.94
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 13420 0 -1 4202560 26849 0 0 0 2144 50 0 0 15 0 16 0 6981987 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=1541200 CPUtime=74.28
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 13420 0 -1 4202560 4818 0 0 0 7411 17 0 0 15 0 16 0 6981989 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 13420 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6981990 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 13420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6981990 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 13420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6981994 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=1541200 CPUtime=2.58
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 13420 0 -1 4202560 7328 0 0 0 256 2 0 0 15 0 16 0 6981994 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=1541200 CPUtime=1.72
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 13420 0 -1 4202560 2773 0 0 0 171 1 0 0 15 0 16 0 6981994 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6981994 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 13420 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 6981994 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 13420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6982098 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 6982105 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15625] ppid=15598 vsize=1541200 CPUtime=833.43
/proc/15600/task/15625/stat : 15625 (java) R 15598 15600 13420 0 -1 4202560 6085 0 0 0 83311 32 0 0 18 0 16 0 6982607 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4109796503 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15600/tid=15626] ppid=15598 vsize=1541200 CPUtime=828.65
/proc/15600/task/15626/stat : 15626 (java) R 15598 15600 13420 0 -1 4202560 3751 0 0 0 82852 13 0 0 22 0 16 0 6982607 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4109627325 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.88
Current children cumulated vsize (KiB) 1541200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+949.31 s]
/proc/loadavg: 2.53 2.34 2.01 3/122 15659
/proc/meminfo: memFree=1201928/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1541200 CPUtime=1800.14
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 102342 0 1 0 179813 201 0 0 18 0 16 0 6981984 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 385300 91675 1451 10 0 382603 0
[pid=15600/tid=15602] ppid=15598 vsize=1541200 CPUtime=1.1
/proc/15600/task/15602/stat : 15602 (java) S 15598 15600 13420 0 -1 4202560 5655 0 1 0 106 4 0 0 15 0 16 0 6981986 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=1541200 CPUtime=22.16
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 13420 0 -1 4202560 24316 0 0 0 2147 69 0 0 15 0 16 0 6981987 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=1541200 CPUtime=22.14
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 13420 0 -1 4202560 26849 0 0 0 2164 50 0 0 16 0 16 0 6981987 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=1541200 CPUtime=74.91
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 13420 0 -1 4202560 4818 0 0 0 7474 17 0 0 15 0 16 0 6981989 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 13420 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6981990 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 13420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6981990 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 13420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6981994 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=1541200 CPUtime=2.58
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 13420 0 -1 4202560 7328 0 0 0 256 2 0 0 15 0 16 0 6981994 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=1541200 CPUtime=1.72
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 13420 0 -1 4202560 2773 0 0 0 171 1 0 0 15 0 16 0 6981994 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6981994 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15612/stat : 15612 (java) R 15598 15600 13420 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 6981994 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 13420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6982098 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=1541200 CPUtime=0
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 6982105 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15625] ppid=15598 vsize=1541200 CPUtime=839.52
/proc/15600/task/15625/stat : 15625 (java) R 15598 15600 13420 0 -1 4202560 6092 0 0 0 83920 32 0 0 19 0 16 0 6982607 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4109844040 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15600/tid=15626] ppid=15598 vsize=1541200 CPUtime=834.78
/proc/15600/task/15626/stat : 15626 (java) R 15598 15600 13420 0 -1 4202560 3753 0 0 0 83465 13 0 0 25 0 16 0 6982607 1578188800 91675 1992294400 134512640 134550932 4289951968 18446744073709551615 4109780939 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1541200

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

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

[startup+949.417 s]
/proc/loadavg: 2.53 2.34 2.01 3/122 15659
/proc/meminfo: memFree=1201928/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=1541848 CPUtime=1800.34
/proc/15600/stat : 15600 (java) S 15598 15600 13420 0 -1 4202496 102357 0 1 0 179833 201 0 0 18 0 18 0 6981984 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 385462 91690 1451 10 0 382765 0
[pid=15600/tid=15602] ppid=15598 vsize=1541848 CPUtime=1.1
/proc/15600/task/15602/stat : 15602 (java) S 15598 15600 13420 0 -1 4202560 5655 0 1 0 106 4 0 0 15 0 18 0 6981986 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15603] ppid=15598 vsize=1541848 CPUtime=22.16
/proc/15600/task/15603/stat : 15603 (java) S 15598 15600 13420 0 -1 4202560 24316 0 0 0 2147 69 0 0 15 0 18 0 6981987 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15604] ppid=15598 vsize=1541848 CPUtime=22.14
/proc/15600/task/15604/stat : 15604 (java) S 15598 15600 13420 0 -1 4202560 26849 0 0 0 2164 50 0 0 16 0 18 0 6981987 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15605] ppid=15598 vsize=1541848 CPUtime=74.91
/proc/15600/task/15605/stat : 15605 (java) S 15598 15600 13420 0 -1 4202560 4818 0 0 0 7474 17 0 0 15 0 18 0 6981989 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 0 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15606] ppid=15598 vsize=1541848 CPUtime=0
/proc/15600/task/15606/stat : 15606 (java) S 15598 15600 13420 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 6981990 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15607] ppid=15598 vsize=1541848 CPUtime=0
/proc/15600/task/15607/stat : 15607 (java) S 15598 15600 13420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 6981990 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15608] ppid=15598 vsize=1541848 CPUtime=0
/proc/15600/task/15608/stat : 15608 (java) S 15598 15600 13420 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 6981994 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15609] ppid=15598 vsize=1541848 CPUtime=2.58
/proc/15600/task/15609/stat : 15609 (java) S 15598 15600 13420 0 -1 4202560 7328 0 0 0 256 2 0 0 15 0 18 0 6981994 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15610] ppid=15598 vsize=1541848 CPUtime=1.72
/proc/15600/task/15610/stat : 15610 (java) S 15598 15600 13420 0 -1 4202560 2773 0 0 0 171 1 0 0 15 0 18 0 6981994 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15611] ppid=15598 vsize=1541848 CPUtime=0
/proc/15600/task/15611/stat : 15611 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 6981994 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15612] ppid=15598 vsize=1541848 CPUtime=0
/proc/15600/task/15612/stat : 15612 (java) S 15598 15600 13420 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 6981994 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 1 0 0 0
[pid=15600/tid=15615] ppid=15598 vsize=1541848 CPUtime=0
/proc/15600/task/15615/stat : 15615 (java) S 15598 15600 13420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 6982098 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15616] ppid=15598 vsize=1541848 CPUtime=0
/proc/15600/task/15616/stat : 15616 (java) S 15598 15600 13420 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 18 0 6982105 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4294960144 0 4 0 16800975 18446604437829875840 0 0 -1 0 0 0 0
[pid=15600/tid=15625] ppid=15598 vsize=1541848 CPUtime=839.62
/proc/15600/task/15625/stat : 15625 (java) R 15598 15600 13420 0 -1 4202560 6092 0 0 0 83930 32 0 0 19 0 18 0 6982607 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4109665616 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15600/tid=15626] ppid=15598 vsize=1541848 CPUtime=834.86
/proc/15600/task/15626/stat : 15626 (java) R 15598 15600 13420 0 -1 4202560 3753 0 0 0 83473 13 0 0 25 0 18 0 6982607 1578852352 91690 1992294400 134512640 134550932 4289951968 18446744073709551615 4109777557 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 1541848

[startup+949.502 s]
/proc/loadavg: 2.53 2.34 2.01 3/122 15659
/proc/meminfo: memFree=1201928/2059040 swapFree=4192956/4192956
[pid=15600] ppid=15598 vsize=0 CPUtime=1800.49
/proc/15600/stat : 15600 (java) Z 15598 15600 13420 0 -1 4203548 102362 0 1 0 179845 204 0 0 16 0 2 0 6981984 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15600/statm: 0 0 0 0 0 0 0
[pid=15600/tid=15626] ppid=15598 vsize=0 CPUtime=834.93
/proc/15600/task/15626/stat : 15626 (java) R 15598 15600 13420 0 -1 4203588 3753 0 0 0 83478 15 0 0 25 0 2 0 6982607 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 949.517
CPU time (s): 1800.51
CPU user time (s): 1798.46
CPU system time (s): 2.05469
CPU usage (%): 189.624
Max. virtual memory (cumulated for all children) (KiB): 1546880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 2.05469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102362
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= 33110
involuntary context switches= 53279

runsolver used 4.72628 second user time and 11.0383 second system time

The end

Launcher Data

Begin job on node059 at 2010-06-16 04:55:13
IDJOB=2661896
IDBENCH=48151
IDSOLVER=1166
FILE ID=node059/2661896-1276656913
PBS_JOBID= 11172428
Free space on /tmp= 62556 MiB

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

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=405571113

node059.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1567196 kB
Buffers:         95452 kB
Cached:         254676 kB
SwapCached:          0 kB
Active:         152644 kB
Inactive:       257116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1567196 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       59596 kB
Mapped:          15348 kB
Slab:            60152 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181840 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= 62552 MiB
End job on node059 at 2010-06-16 05:11:04