Trace number 2661892

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)12 1800.83 949.79

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_3.opb
MD5SUM8decd85a4aebca069c2c72faa547de31
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark90.1533
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1244
Sum of products size (including duplicates)2488
Number of different products1244
Sum of products size2488

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	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-2661892-1276656362.opb
0.24/0.21	c reading problem ... 
0.90/0.66	c ... done. Wall clock time 0.446s.
0.90/0.66	c #vars     1344
0.90/0.66	c #constraints  2588
0.90/0.66	c constraints type 
0.90/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1344
0.90/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1244
0.90/0.66	c constraints type 
0.90/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1344
0.90/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1244
1.09/0.73	c And the winner is Resolution
1.20/1.67	c SATISFIABLE
1.20/1.67	c OPTIMIZING...
1.20/1.67	c Got one! Elapsed wall clock time (in seconds):1.46
1.20/1.67	o 16
1.46/1.88	c And the winner is CuttingPlanes
1.65/2.70	c Got one! Elapsed wall clock time (in seconds):2.489
1.65/2.70	o 15
4.00/3.94	c And the winner is Resolution
4.13/4.85	c Got one! Elapsed wall clock time (in seconds):4.639
4.13/4.85	o 14
4.41/5.06	c And the winner is Resolution
4.55/5.86	c Got one! Elapsed wall clock time (in seconds):5.647
4.55/5.86	o 13
7.40/7.32	c cleaning 2495 clauses out of 5000 with flag 5000/5000
11.70/9.58	c cleaning 4251 clauses out of 8508 with flag 11003/11003
16.39/11.95	c cleaning 5624 clauses out of 11254 with flag 18000/18000
21.88/14.77	c cleaning 6813 clauses out of 13630 with flag 26000/26000
28.12/17.90	c cleaning 7904 clauses out of 15817 with flag 35000/35000
35.17/21.53	c cleaning 8951 clauses out of 17913 with flag 45000/45000
42.21/25.11	c cleaning 9476 clauses out of 18963 with flag 55001/55001
48.65/28.42	c cleaning 9737 clauses out of 19486 with flag 65000/65000
55.84/32.13	c cleaning 9869 clauses out of 19750 with flag 75001/75001
63.06/35.84	c cleaning 9936 clauses out of 19881 with flag 85001/85001
70.49/39.65	c cleaning 9967 clauses out of 19944 with flag 95000/95000
77.48/43.28	c cleaning 9985 clauses out of 19979 with flag 105002/105002
84.45/46.89	c cleaning 9992 clauses out of 19993 with flag 115001/115001
91.87/50.62	c cleaning 9995 clauses out of 20001 with flag 125001/125001
98.46/54.01	c cleaning 9997 clauses out of 20005 with flag 135000/135000
105.06/57.47	c cleaning 10002 clauses out of 20010 with flag 145002/145002
112.62/61.32	c cleaning 10001 clauses out of 20007 with flag 155001/155001
119.22/64.70	c cleaning 9994 clauses out of 20007 with flag 165002/165002
125.84/68.14	c cleaning 10003 clauses out of 20011 with flag 175000/175000
132.25/71.47	c cleaning 9997 clauses out of 20008 with flag 185000/185000
138.41/74.62	c cleaning 9998 clauses out of 20013 with flag 195002/195002
144.24/77.62	c cleaning 10002 clauses out of 20013 with flag 205000/205000
150.21/80.79	c cleaning 9997 clauses out of 20011 with flag 215000/215000
157.21/84.38	c cleaning 10002 clauses out of 20014 with flag 225000/225000
164.16/87.92	c cleaning 9999 clauses out of 20013 with flag 235001/235001
170.56/91.29	c cleaning 10004 clauses out of 20016 with flag 245003/245003
177.14/94.66	c cleaning 10000 clauses out of 20009 with flag 255000/255000
183.52/97.94	c cleaning 9998 clauses out of 20010 with flag 265001/265001
189.44/101.10	c cleaning 10000 clauses out of 20011 with flag 275000/275000
196.41/104.62	c cleaning 9999 clauses out of 20011 with flag 285000/285000
202.60/107.83	c cleaning 10000 clauses out of 20012 with flag 295000/295000
208.97/111.14	c cleaning 10002 clauses out of 20013 with flag 305001/305001
216.29/114.95	c cleaning 10000 clauses out of 20011 with flag 315001/315001
222.44/118.16	c cleaning 10000 clauses out of 20010 with flag 325000/325000
228.80/121.49	c cleaning 9998 clauses out of 20010 with flag 335000/335000
234.96/124.65	c cleaning 10001 clauses out of 20012 with flag 345000/345000
242.08/128.32	c cleaning 10001 clauses out of 20011 with flag 355000/355000
249.82/132.37	c cleaning 10001 clauses out of 20010 with flag 365000/365000
256.96/136.09	c cleaning 10000 clauses out of 20009 with flag 375000/375000
264.71/140.09	c cleaning 10005 clauses out of 20013 with flag 385004/385004
272.01/143.87	c cleaning 9997 clauses out of 20004 with flag 395000/395000
278.77/147.37	c cleaning 10000 clauses out of 20007 with flag 405000/405000
285.12/150.69	c cleaning 9998 clauses out of 20007 with flag 415000/415000
291.46/153.91	c cleaning 9997 clauses out of 20010 with flag 425001/425001
297.55/157.19	c cleaning 9998 clauses out of 20013 with flag 435001/435001
303.90/160.43	c cleaning 10003 clauses out of 20016 with flag 445002/445002
310.46/163.84	c cleaning 10002 clauses out of 20012 with flag 455001/455001
317.17/167.35	c cleaning 9998 clauses out of 20012 with flag 465003/465003
324.63/171.24	c cleaning 10002 clauses out of 20012 with flag 475001/475001
331.14/174.63	c cleaning 9999 clauses out of 20009 with flag 485000/485000
334.89/176.64	c And the winner is Resolution
335.41/177.23	c Got one! Elapsed wall clock time (in seconds):177.014
335.41/177.23	o 12
338.13/178.60	c cleaning 10000 clauses out of 20012 with flag 495002/495002
345.05/182.20	c cleaning 10002 clauses out of 20011 with flag 505001/505001
351.49/185.69	c cleaning 9999 clauses out of 20008 with flag 515000/515000
358.22/189.17	c cleaning 9999 clauses out of 20010 with flag 525001/525001
364.54/192.47	c cleaning 10001 clauses out of 20010 with flag 535000/535000
371.64/196.11	c cleaning 10002 clauses out of 20010 with flag 545001/545001
378.29/199.70	c cleaning 9998 clauses out of 20007 with flag 555000/555000
385.21/203.24	c cleaning 10000 clauses out of 20011 with flag 565002/565002
390.12/205.87	c cleaning 0 clauses out of 5001 with flag 0/5001
392.48/207.20	c cleaning 10000 clauses out of 20009 with flag 575000/575000
399.91/211.07	c cleaning 9994 clauses out of 20009 with flag 585000/585000
407.19/214.88	c cleaning 9999 clauses out of 20016 with flag 595001/595001
414.30/218.57	c cleaning 10008 clauses out of 20019 with flag 605003/605003
421.58/222.33	c cleaning 9997 clauses out of 20008 with flag 615000/615000
428.99/226.24	c cleaning 10000 clauses out of 20012 with flag 625001/625001
435.89/229.84	c cleaning 10001 clauses out of 20014 with flag 635003/635003
443.15/233.62	c cleaning 10001 clauses out of 20011 with flag 645001/645001
450.86/237.62	c cleaning 10000 clauses out of 20009 with flag 655000/655000
458.26/241.56	c cleaning 9997 clauses out of 20009 with flag 665000/665000
466.14/245.63	c cleaning 10001 clauses out of 20012 with flag 675000/675000
473.83/249.67	c cleaning 10000 clauses out of 20012 with flag 685001/685001
481.10/253.42	c cleaning 9996 clauses out of 20011 with flag 695000/695000
488.10/257.18	c cleaning 10001 clauses out of 20015 with flag 705000/705000
495.60/261.09	c cleaning 10000 clauses out of 20014 with flag 715000/715000
502.49/264.69	c cleaning 10000 clauses out of 20014 with flag 725000/725000
510.56/268.84	c cleaning 10005 clauses out of 20018 with flag 735004/735004
519.56/273.57	c cleaning 9995 clauses out of 20009 with flag 745000/745000
528.85/278.33	c cleaning 10001 clauses out of 20015 with flag 755001/755001
537.90/283.03	c cleaning 10002 clauses out of 20013 with flag 765000/765000
547.76/288.11	c cleaning 9999 clauses out of 20012 with flag 775001/775001
557.72/293.32	c cleaning 9997 clauses out of 20012 with flag 785000/785000
566.59/297.98	c cleaning 10002 clauses out of 20018 with flag 795003/795003
574.64/302.10	c cleaning 10003 clauses out of 20015 with flag 805002/805002
581.88/305.92	c cleaning 9998 clauses out of 20010 with flag 815000/815000
589.47/309.91	c cleaning 10004 clauses out of 20013 with flag 825001/825001
596.54/313.65	c cleaning 9997 clauses out of 20010 with flag 835002/835002
604.01/317.59	c cleaning 9998 clauses out of 20012 with flag 845001/845001
611.46/321.43	c cleaning 9996 clauses out of 20013 with flag 855000/855000
618.26/325.07	c cleaning 10001 clauses out of 20017 with flag 865000/865000
625.53/328.81	c cleaning 10003 clauses out of 20017 with flag 875001/875001
632.57/332.51	c cleaning 9999 clauses out of 20013 with flag 885000/885000
640.25/336.53	c cleaning 9997 clauses out of 20014 with flag 895000/895000
647.81/340.59	c cleaning 10005 clauses out of 20017 with flag 905000/905000
656.26/344.91	c cleaning 10003 clauses out of 20013 with flag 915001/915001
664.29/349.16	c cleaning 9998 clauses out of 20009 with flag 925000/925000
671.94/353.19	c cleaning 10003 clauses out of 20012 with flag 935001/935001
679.69/357.26	c cleaning 9997 clauses out of 20009 with flag 945001/945001
687.74/361.49	c cleaning 10000 clauses out of 20012 with flag 955001/955001
695.57/365.57	c cleaning 10000 clauses out of 20013 with flag 965002/965002
703.81/369.80	c cleaning 9999 clauses out of 20012 with flag 975001/975001
711.38/373.85	c cleaning 10001 clauses out of 20013 with flag 985001/985001
718.62/377.63	c cleaning 10000 clauses out of 20013 with flag 995002/995002
725.89/381.44	c cleaning 9999 clauses out of 20011 with flag 1005000/1005000
732.92/385.17	c cleaning 9998 clauses out of 20012 with flag 1015000/1015000
740.29/389.09	c cleaning 9997 clauses out of 20014 with flag 1025000/1025000
747.73/392.90	c cleaning 10000 clauses out of 20018 with flag 1035001/1035001
755.39/396.93	c cleaning 10003 clauses out of 20017 with flag 1045000/1045000
763.04/400.97	c cleaning 9997 clauses out of 20014 with flag 1055000/1055000
770.98/405.18	c cleaning 10003 clauses out of 20017 with flag 1065000/1065000
779.02/409.31	c cleaning 10000 clauses out of 20015 with flag 1075001/1075001
787.26/413.61	c cleaning 10002 clauses out of 20016 with flag 1085002/1085002
795.29/417.82	c cleaning 9998 clauses out of 20012 with flag 1095000/1095000
803.26/422.04	c cleaning 10000 clauses out of 20014 with flag 1105000/1105000
811.30/426.25	c cleaning 9999 clauses out of 20014 with flag 1115000/1115000
819.14/430.38	c cleaning 10002 clauses out of 20015 with flag 1125000/1125000
826.81/434.31	c cleaning 10000 clauses out of 20014 with flag 1135001/1135001
834.96/438.69	c cleaning 10000 clauses out of 20016 with flag 1145003/1145003
843.41/443.07	c cleaning 10002 clauses out of 20015 with flag 1155002/1155002
852.05/447.51	c cleaning 9997 clauses out of 20011 with flag 1165000/1165000
859.70/451.53	c cleaning 10001 clauses out of 20015 with flag 1175001/1175001
867.66/455.79	c cleaning 10004 clauses out of 20017 with flag 1185004/1185004
875.70/459.96	c cleaning 9999 clauses out of 20009 with flag 1195000/1195000
883.53/464.09	c cleaning 9998 clauses out of 20010 with flag 1205000/1205000
891.98/468.41	c cleaning 9997 clauses out of 20012 with flag 1215000/1215000
900.53/472.95	c cleaning 10001 clauses out of 20015 with flag 1225000/1225000
909.15/477.46	c cleaning 10000 clauses out of 20016 with flag 1235002/1235002
917.18/481.69	c cleaning 10002 clauses out of 20016 with flag 1245002/1245002
925.20/485.85	c cleaning 10001 clauses out of 20014 with flag 1255002/1255002
933.34/490.19	c cleaning 9999 clauses out of 20012 with flag 1265001/1265001
941.20/494.29	c cleaning 9996 clauses out of 20012 with flag 1275000/1275000
949.02/498.38	c cleaning 10000 clauses out of 20017 with flag 1285001/1285001
956.85/502.48	c cleaning 10003 clauses out of 20018 with flag 1295002/1295002
964.80/506.66	c cleaning 10000 clauses out of 20013 with flag 1305000/1305000
972.84/510.86	c cleaning 9999 clauses out of 20013 with flag 1315000/1315000
981.06/515.13	c cleaning 10000 clauses out of 20016 with flag 1325002/1325002
988.50/519.07	c cleaning 10003 clauses out of 20014 with flag 1335000/1335000
995.84/522.93	c cleaning 10003 clauses out of 20011 with flag 1345000/1345000
1003.08/526.71	c cleaning 10000 clauses out of 20009 with flag 1355001/1355001
1010.90/530.82	c cleaning 9999 clauses out of 20008 with flag 1365000/1365000
1018.52/534.86	c cleaning 10000 clauses out of 20010 with flag 1375001/1375001
1026.28/538.94	c cleaning 10001 clauses out of 20010 with flag 1385001/1385001
1033.69/542.84	c cleaning 9999 clauses out of 20008 with flag 1395000/1395000
1041.30/546.84	c cleaning 9999 clauses out of 20009 with flag 1405000/1405000
1048.52/550.69	c cleaning 9996 clauses out of 20012 with flag 1415002/1415002
1056.45/554.85	c cleaning 10001 clauses out of 20015 with flag 1425001/1425001
1063.68/558.62	c cleaning 10000 clauses out of 20014 with flag 1435001/1435001
1071.30/562.62	c cleaning 9999 clauses out of 20013 with flag 1445000/1445000
1078.52/566.46	c cleaning 10001 clauses out of 20015 with flag 1455001/1455001
1085.84/570.35	c cleaning 9998 clauses out of 20013 with flag 1465000/1465000
1092.85/574.04	c cleaning 10002 clauses out of 20015 with flag 1475000/1475000
1100.06/577.80	c cleaning 10002 clauses out of 20014 with flag 1485001/1485001
1107.28/581.68	c cleaning 9997 clauses out of 20011 with flag 1495000/1495000
1114.60/585.60	c cleaning 10006 clauses out of 20017 with flag 1505003/1505003
1122.21/589.51	c cleaning 9996 clauses out of 20008 with flag 1515000/1515000
1129.80/593.56	c cleaning 9996 clauses out of 20012 with flag 1525000/1525000
1137.41/597.53	c cleaning 10002 clauses out of 20016 with flag 1535000/1535000
1144.71/601.47	c cleaning 9999 clauses out of 20015 with flag 1545001/1545001
1152.51/605.51	c cleaning 9999 clauses out of 20016 with flag 1555001/1555001
1160.47/609.76	c cleaning 10003 clauses out of 20017 with flag 1565001/1565001
1168.64/614.05	c cleaning 10000 clauses out of 20014 with flag 1575001/1575001
1176.91/618.44	c cleaning 10001 clauses out of 20014 with flag 1585001/1585001
1184.91/622.63	c cleaning 9999 clauses out of 20013 with flag 1595001/1595001
1193.09/627.00	c cleaning 10000 clauses out of 20018 with flag 1605005/1605005
1201.66/631.49	c cleaning 9999 clauses out of 20015 with flag 1615002/1615002
1210.32/636.10	c cleaning 10001 clauses out of 20014 with flag 1625000/1625000
1218.69/640.48	c cleaning 10002 clauses out of 20013 with flag 1635000/1635000
1226.08/644.39	c cleaning 9997 clauses out of 20011 with flag 1645000/1645000
1233.85/648.41	c cleaning 9998 clauses out of 20014 with flag 1655000/1655000
1241.73/652.69	c cleaning 10001 clauses out of 20017 with flag 1665001/1665001
1250.10/657.03	c cleaning 9999 clauses out of 20015 with flag 1675000/1675000
1258.25/661.36	c cleaning 10004 clauses out of 20016 with flag 1685000/1685000
1266.21/665.53	c cleaning 10000 clauses out of 20012 with flag 1695000/1695000
1274.27/669.90	c cleaning 10002 clauses out of 20013 with flag 1705001/1705001
1282.63/674.28	c cleaning 10001 clauses out of 20011 with flag 1715001/1715001
1291.37/678.88	c cleaning 10000 clauses out of 20010 with flag 1725001/1725001
1299.32/683.04	c cleaning 10000 clauses out of 20012 with flag 1735003/1735003
1306.76/687.08	c cleaning 9997 clauses out of 20011 with flag 1745002/1745002
1315.32/691.53	c cleaning 10000 clauses out of 20014 with flag 1755002/1755002
1324.28/696.26	c cleaning 10000 clauses out of 20012 with flag 1765000/1765000
1332.82/700.75	c cleaning 10001 clauses out of 20012 with flag 1775000/1775000
1340.47/704.82	c cleaning 10001 clauses out of 20012 with flag 1785001/1785001
1347.05/708.35	c cleaning 9998 clauses out of 20011 with flag 1795001/1795001
1354.18/712.13	c cleaning 10003 clauses out of 20013 with flag 1805001/1805001
1361.54/716.05	c cleaning 10001 clauses out of 20011 with flag 1815002/1815002
1369.35/720.24	c cleaning 9999 clauses out of 20010 with flag 1825002/1825002
1377.09/724.38	c cleaning 9998 clauses out of 20009 with flag 1835000/1835000
1385.22/728.65	c cleaning 10000 clauses out of 20011 with flag 1845000/1845000
1392.95/732.73	c cleaning 9998 clauses out of 20012 with flag 1855001/1855001
1400.57/736.85	c cleaning 9996 clauses out of 20013 with flag 1865000/1865000
1408.52/741.04	c cleaning 10003 clauses out of 20019 with flag 1875002/1875002
1416.46/745.26	c cleaning 9999 clauses out of 20016 with flag 1885002/1885002
1424.59/749.53	c cleaning 10002 clauses out of 20016 with flag 1895001/1895001
1432.62/753.80	c cleaning 9998 clauses out of 20014 with flag 1905001/1905001
1441.16/758.38	c cleaning 9999 clauses out of 20015 with flag 1915000/1915000
1449.68/762.84	c cleaning 10005 clauses out of 20017 with flag 1925001/1925001
1457.61/767.04	c cleaning 9997 clauses out of 20011 with flag 1935000/1935000
1465.63/771.33	c cleaning 9999 clauses out of 20014 with flag 1945000/1945000
1473.76/775.61	c cleaning 10002 clauses out of 20018 with flag 1955003/1955003
1482.08/780.08	c cleaning 10000 clauses out of 20013 with flag 1965000/1965000
1490.80/784.65	c cleaning 9999 clauses out of 20014 with flag 1975001/1975001
1498.99/789.01	c cleaning 10002 clauses out of 20014 with flag 1985000/1985000
1507.09/793.33	c cleaning 9998 clauses out of 20012 with flag 1995000/1995000
1515.19/797.63	c cleaning 10005 clauses out of 20014 with flag 2005000/2005000
1522.92/801.72	c cleaning 10000 clauses out of 20011 with flag 2015002/2015002
1531.13/806.13	c cleaning 9999 clauses out of 20009 with flag 2025000/2025000
1539.85/810.78	c cleaning 10001 clauses out of 20012 with flag 2035002/2035002
1549.13/815.68	c cleaning 10000 clauses out of 20009 with flag 2045000/2045000
1557.44/820.03	c cleaning 10001 clauses out of 20011 with flag 2055002/2055002
1565.43/824.31	c cleaning 9995 clauses out of 20008 with flag 2065000/2065000
1572.96/828.39	c cleaning 10001 clauses out of 20014 with flag 2075001/2075001
1580.65/832.48	c cleaning 10006 clauses out of 20015 with flag 2085003/2085003
1588.56/836.68	c cleaning 9999 clauses out of 20008 with flag 2095002/2095002
1596.74/841.06	c cleaning 9999 clauses out of 20007 with flag 2105000/2105000
1604.85/845.31	c cleaning 9999 clauses out of 20011 with flag 2115003/2115003
1613.13/849.78	c cleaning 9999 clauses out of 20010 with flag 2125001/2125001
1621.42/854.18	c cleaning 10002 clauses out of 20011 with flag 2135001/2135001
1629.77/858.70	c cleaning 9999 clauses out of 20008 with flag 2145000/2145000
1638.24/863.18	c cleaning 9998 clauses out of 20011 with flag 2155002/2155002
1647.14/867.89	c cleaning 9998 clauses out of 20012 with flag 2165001/2165001
1656.19/872.60	c cleaning 9999 clauses out of 20013 with flag 2175000/2175000
1665.13/877.49	c cleaning 10000 clauses out of 20014 with flag 2185000/2185000
1673.81/882.10	c cleaning 10002 clauses out of 20016 with flag 2195002/2195002
1682.86/886.84	c cleaning 9998 clauses out of 20012 with flag 2205000/2205000
1691.72/891.50	c cleaning 10001 clauses out of 20016 with flag 2215002/2215002
1701.08/896.51	c cleaning 10003 clauses out of 20019 with flag 2225006/2225006
1709.66/901.17	c cleaning 9999 clauses out of 20010 with flag 2235000/2235000
1718.72/905.96	c cleaning 10002 clauses out of 20014 with flag 2245003/2245003
1727.39/910.59	c cleaning 10001 clauses out of 20012 with flag 2255003/2255003
1737.13/915.70	c cleaning 9999 clauses out of 20014 with flag 2265006/2265006
1745.99/920.47	c cleaning 9997 clauses out of 20009 with flag 2275000/2275000
1756.06/925.79	c cleaning 10001 clauses out of 20013 with flag 2285001/2285001
1765.52/930.77	c cleaning 9997 clauses out of 20012 with flag 2295001/2295001
1774.47/935.52	c cleaning 10002 clauses out of 20016 with flag 2305002/2305002
1782.95/940.02	c cleaning 10001 clauses out of 20013 with flag 2315001/2315001
1791.41/944.53	c cleaning 9999 clauses out of 20013 with flag 2325002/2325002
1799.87/949.08	c cleaning 10000 clauses out of 20014 with flag 2335002/2335002
1800.57/949.69	c starts		: 233
1800.57/949.69	c conflicts		: 2335007
1800.57/949.69	c decisions		: 3543828
1800.57/949.69	c propagations		: 199370784
1800.57/949.69	c inspects		: 1752034443
1800.57/949.69	c learnt literals	: 0
1800.57/949.69	c learnt binary clauses	: 0
1800.57/949.69	c learnt ternary clauses	: 0
1800.57/949.69	c learnt clauses	: 2335007
1800.57/949.69	c ignored clauses	: 0
1800.57/949.69	c root simplifications	: 0
1800.57/949.69	c removed literals (reason simplification)	: 4999045
1800.57/949.69	c reason swapping (by a shorter reason)	: 0
1800.57/949.69	c Calls to reduceDB	: 235
1800.57/949.69	c number of reductions to clauses (during analyze)	: 0
1800.57/949.69	c number of learned constraints concerned by reduction	: 0
1800.57/949.69	c number of learning phase by resolution	: 0
1800.57/949.69	c number of learning phase by cutting planes	: 0
1800.57/949.69	c speed (assignments/second)	: 258097.29385447086
1800.57/949.69	c non guided choices	0
1800.68/949.71	c learnt constraints type 
1800.68/949.71	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10063
1800.68/949.71	c constraints type 
1800.68/949.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1344
1800.68/949.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.68/949.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1244
1800.68/949.71	c constraints type 
1800.68/949.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1344
1800.68/949.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.68/949.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1244
1800.68/949.71	s SATISFIABLE
1800.68/949.72	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 
1800.68/949.72	c objective function=12
1800.68/949.72	c Total wall clock time (in seconds): 949.503

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661892-1276656362/watcher-2661892-1276656362 -o /tmp/evaluation-result-2661892-1276656362/solver-2661892-1276656362 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661892-1276656362.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6490
/proc/meminfo: memFree=1792256/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=248 CPUtime=0
/proc/6490/stat : 6490 (java) R 6488 6490 5562 0 -1 4194304 282 0 0 0 0 0 0 0 20 0 1 0 41237953 253952 28 1992294400 134512640 134550932 4290528608 18446744073709551615 11227614 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6490/statm: 62 28 21 10 0 23 0

[startup+0.029262 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6490
/proc/meminfo: memFree=1792256/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1518228 CPUtime=0.01
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 2625 0 1 0 0 1 0 0 18 0 4 0 41237953 1554665472 2069 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 379557 2069 419 10 0 377268 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518228

[startup+0.101342 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6490
/proc/meminfo: memFree=1792256/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1525204 CPUtime=0.09
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 3963 0 1 0 7 2 0 0 18 0 12 0 41237953 1561808896 3402 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 381301 3402 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525204

[startup+0.301362 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6490
/proc/meminfo: memFree=1792256/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1526124 CPUtime=0.36
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 5350 0 1 0 33 3 0 0 18 0 12 0 41237953 1562750976 4787 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 381531 4787 1356 10 0 378834 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526124

[startup+0.701412 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6490
/proc/meminfo: memFree=1792256/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1531664 CPUtime=1.09
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 7449 0 1 0 105 4 0 0 18 0 16 0 41237953 1568423936 6657 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 382916 6657 1405 10 0 380219 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1531664

[startup+1.50149 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 6506
/proc/meminfo: memFree=1770260/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1531664 CPUtime=1.2
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 7584 0 1 0 116 4 0 0 18 0 14 0 41237953 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 382916 6792 1416 10 0 380219 0
[pid=6490/tid=6492] ppid=6488 vsize=1531664 CPUtime=0.63
/proc/6490/task/6492/stat : 6492 (java) S 6488 6490 5562 0 -1 4202560 4621 0 1 0 60 3 0 0 25 0 14 0 41237955 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6493] ppid=6488 vsize=1531664 CPUtime=0
/proc/6490/task/6493/stat : 6493 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 41237956 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6494] ppid=6488 vsize=1531664 CPUtime=0
/proc/6490/task/6494/stat : 6494 (java) S 6488 6490 5562 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 41237956 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6495] ppid=6488 vsize=1531664 CPUtime=0
/proc/6490/task/6495/stat : 6495 (java) S 6488 6490 5562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 41237958 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6496] ppid=6488 vsize=1531664 CPUtime=0
/proc/6490/task/6496/stat : 6496 (java) S 6488 6490 5562 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 14 0 41237959 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6497] ppid=6488 vsize=1531664 CPUtime=0
/proc/6490/task/6497/stat : 6497 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 41237959 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6498] ppid=6488 vsize=1531664 CPUtime=0
/proc/6490/task/6498/stat : 6498 (java) S 6488 6490 5562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 41237963 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6499] ppid=6488 vsize=1531664 CPUtime=0.25
/proc/6490/task/6499/stat : 6499 (java) S 6488 6490 5562 0 -1 4202560 957 0 0 0 25 0 0 0 18 0 14 0 41237963 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6500] ppid=6488 vsize=1531664 CPUtime=0.23
/proc/6490/task/6500/stat : 6500 (java) S 6488 6490 5562 0 -1 4202560 741 0 0 0 23 0 0 0 25 0 14 0 41237963 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6501] ppid=6488 vsize=1531664 CPUtime=0
/proc/6490/task/6501/stat : 6501 (java) S 6488 6490 5562 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 41237963 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6502] ppid=6488 vsize=1531664 CPUtime=0
/proc/6490/task/6502/stat : 6502 (java) S 6488 6490 5562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 41237963 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6505] ppid=6488 vsize=1531664 CPUtime=0
/proc/6490/task/6505/stat : 6505 (java) S 6488 6490 5562 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 41238022 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6506] ppid=6488 vsize=1531664 CPUtime=0
/proc/6490/task/6506/stat : 6506 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 41238023 1568423936 6792 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1531664

[startup+3.10168 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 6508
/proc/meminfo: memFree=1767656/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1534032 CPUtime=2.44
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 11432 0 1 0 238 6 0 0 18 0 16 0 41237953 1570848768 9755 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 383508 9756 1423 10 0 380811 0
[pid=6490/tid=6492] ppid=6488 vsize=1534032 CPUtime=0.65
/proc/6490/task/6492/stat : 6492 (java) S 6488 6490 5562 0 -1 4202560 4663 0 1 0 62 3 0 0 19 0 16 0 41237955 1570848768 9756 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6493] ppid=6488 vsize=1534032 CPUtime=0
/proc/6490/task/6493/stat : 6493 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 41237956 1570848768 9757 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6494] ppid=6488 vsize=1534032 CPUtime=0
/proc/6490/task/6494/stat : 6494 (java) S 6488 6490 5562 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 41237956 1570848768 9758 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6495] ppid=6488 vsize=1534032 CPUtime=0
/proc/6490/task/6495/stat : 6495 (java) S 6488 6490 5562 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 41237958 1570848768 9760 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6496] ppid=6488 vsize=1534032 CPUtime=0
/proc/6490/task/6496/stat : 6496 (java) S 6488 6490 5562 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 41237959 1570848768 9760 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6497] ppid=6488 vsize=1534032 CPUtime=0
/proc/6490/task/6497/stat : 6497 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 41237959 1570848768 9760 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6498] ppid=6488 vsize=1534032 CPUtime=0
/proc/6490/task/6498/stat : 6498 (java) S 6488 6490 5562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41237963 1570848768 9761 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6499] ppid=6488 vsize=1534032 CPUtime=0.68
/proc/6490/task/6499/stat : 6499 (java) R 6488 6490 5562 0 -1 4202560 1700 0 0 0 68 0 0 0 16 0 16 0 41237963 1570848768 9761 1992294400 134512640 134550932 4290528608 18446744073709551615 106830990 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6490/tid=6500] ppid=6488 vsize=1534032 CPUtime=0.74
/proc/6490/task/6500/stat : 6500 (java) S 6488 6490 5562 0 -1 4202560 1663 0 0 0 74 0 0 0 15 0 16 0 41237963 1570848768 9762 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6501] ppid=6488 vsize=1534032 CPUtime=0
/proc/6490/task/6501/stat : 6501 (java) S 6488 6490 5562 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 41237963 1570848768 9762 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6502] ppid=6488 vsize=1534032 CPUtime=0
/proc/6490/task/6502/stat : 6502 (java) S 6488 6490 5562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41237963 1570848768 9763 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6505] ppid=6488 vsize=1534032 CPUtime=0
/proc/6490/task/6505/stat : 6505 (java) S 6488 6490 5562 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41238022 1570848768 9763 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6506] ppid=6488 vsize=1534032 CPUtime=0
/proc/6490/task/6506/stat : 6506 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41238023 1570848768 9763 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1534032
heavy processes:

[startup+6.30203 s]
/proc/loadavg: 1.24 1.05 1.02 1/120 6514
/proc/meminfo: memFree=1668952/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1542816 CPUtime=5.42
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 40608 0 1 0 523 19 0 0 18 0 16 0 41237953 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 385704 36244 1432 10 0 383007 0
[pid=6490/tid=6492] ppid=6488 vsize=1542816 CPUtime=0.65
/proc/6490/task/6492/stat : 6492 (java) S 6488 6490 5562 0 -1 4202560 4690 0 1 0 62 3 0 0 19 0 16 0 41237955 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6493] ppid=6488 vsize=1542816 CPUtime=0.01
/proc/6490/task/6493/stat : 6493 (java) S 6488 6490 5562 0 -1 4202560 421 0 0 0 1 0 0 0 18 0 16 0 41237956 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6494] ppid=6488 vsize=1542816 CPUtime=0.01
/proc/6490/task/6494/stat : 6494 (java) S 6488 6490 5562 0 -1 4202560 358 0 0 0 1 0 0 0 18 0 16 0 41237956 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6495] ppid=6488 vsize=1542816 CPUtime=0
/proc/6490/task/6495/stat : 6495 (java) S 6488 6490 5562 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 41237958 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6496] ppid=6488 vsize=1542816 CPUtime=0
/proc/6490/task/6496/stat : 6496 (java) S 6488 6490 5562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 41237959 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6497] ppid=6488 vsize=1542816 CPUtime=0
/proc/6490/task/6497/stat : 6497 (java) R 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 41237959 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6490/tid=6498] ppid=6488 vsize=1542816 CPUtime=0
/proc/6490/task/6498/stat : 6498 (java) S 6488 6490 5562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41237963 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6499] ppid=6488 vsize=1542816 CPUtime=1.44
/proc/6490/task/6499/stat : 6499 (java) R 6488 6490 5562 0 -1 4202560 4690 0 0 0 143 1 0 0 16 0 16 0 41237963 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 103595200 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6490/tid=6500] ppid=6488 vsize=1542816 CPUtime=1.6
/proc/6490/task/6500/stat : 6500 (java) S 6488 6490 5562 0 -1 4202560 3627 0 0 0 159 1 0 0 15 0 16 0 41237963 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6501] ppid=6488 vsize=1542816 CPUtime=0
/proc/6490/task/6501/stat : 6501 (java) S 6488 6490 5562 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 41237963 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6502] ppid=6488 vsize=1542816 CPUtime=0
/proc/6490/task/6502/stat : 6502 (java) S 6488 6490 5562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41237963 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6505] ppid=6488 vsize=1542816 CPUtime=0
/proc/6490/task/6505/stat : 6505 (java) S 6488 6490 5562 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41238022 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6506] ppid=6488 vsize=1542816 CPUtime=0
/proc/6490/task/6506/stat : 6506 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41238023 1579843584 36244 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 1542816

[startup+12.7011 s]
/proc/loadavg: 1.46 1.10 1.03 2/122 6516
/proc/meminfo: memFree=1600488/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1541884 CPUtime=17.91
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 53937 0 1 0 1766 25 0 0 18 0 16 0 41237953 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 385471 49154 1449 10 0 382774 0
[pid=6490/tid=6492] ppid=6488 vsize=1541884 CPUtime=0.65
/proc/6490/task/6492/stat : 6492 (java) S 6488 6490 5562 0 -1 4202560 4690 0 1 0 62 3 0 0 18 0 16 0 41237955 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6493] ppid=6488 vsize=1541884 CPUtime=0.17
/proc/6490/task/6493/stat : 6493 (java) S 6488 6490 5562 0 -1 4202560 3721 0 0 0 16 1 0 0 16 0 16 0 41237956 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6494] ppid=6488 vsize=1541884 CPUtime=0.17
/proc/6490/task/6494/stat : 6494 (java) S 6488 6490 5562 0 -1 4202560 3777 0 0 0 16 1 0 0 15 0 16 0 41237956 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6495] ppid=6488 vsize=1541884 CPUtime=0.19
/proc/6490/task/6495/stat : 6495 (java) S 6488 6490 5562 0 -1 4202560 2719 0 0 0 19 0 0 0 15 0 16 0 41237958 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6496] ppid=6488 vsize=1541884 CPUtime=0
/proc/6490/task/6496/stat : 6496 (java) S 6488 6490 5562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 41237959 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6497] ppid=6488 vsize=1541884 CPUtime=0
/proc/6490/task/6497/stat : 6497 (java) S 6488 6490 5562 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41237959 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6498] ppid=6488 vsize=1541884 CPUtime=0
/proc/6490/task/6498/stat : 6498 (java) S 6488 6490 5562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41237963 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6499] ppid=6488 vsize=1541884 CPUtime=2.01
/proc/6490/task/6499/stat : 6499 (java) S 6488 6490 5562 0 -1 4202560 4736 0 0 0 200 1 0 0 15 0 16 0 41237963 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6500] ppid=6488 vsize=1541884 CPUtime=1.76
/proc/6490/task/6500/stat : 6500 (java) S 6488 6490 5562 0 -1 4202560 3636 0 0 0 175 1 0 0 16 0 16 0 41237963 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6501] ppid=6488 vsize=1541884 CPUtime=0
/proc/6490/task/6501/stat : 6501 (java) S 6488 6490 5562 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 41237963 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6502] ppid=6488 vsize=1541884 CPUtime=0
/proc/6490/task/6502/stat : 6502 (java) S 6488 6490 5562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41237963 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6505] ppid=6488 vsize=1541884 CPUtime=0
/proc/6490/task/6505/stat : 6505 (java) S 6488 6490 5562 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41238022 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6506] ppid=6488 vsize=1541884 CPUtime=0
/proc/6490/task/6506/stat : 6506 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41238023 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6515] ppid=6488 vsize=1541884 CPUtime=5.59
/proc/6490/task/6515/stat : 6515 (java) R 6488 6490 5562 0 -1 4202560 3332 0 0 0 558 1 0 0 25 0 16 0 41238540 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4109365375 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6490/tid=6516] ppid=6488 vsize=1541884 CPUtime=6.02
/proc/6490/task/6516/stat : 6516 (java) R 6488 6490 5562 0 -1 4202560 3944 0 0 0 601 1 0 0 25 0 16 0 41238540 1578889216 49154 1992294400 134512640 134550932 4290528608 18446744073709551615 4109341693 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.91
Current children cumulated vsize (KiB) 1541884


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

/proc/6490/task/6521/stat : 6521 (java) R 6488 6490 5562 0 -1 4202560 643 0 0 0 67551 6 0 0 25 0 16 0 41255677 1579737088 77289 1992294400 134512640 134550932 4290528608 18446744073709551615 4109365375 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6490/tid=6522] ppid=6488 vsize=1542712 CPUtime=672.57
/proc/6490/task/6522/stat : 6522 (java) R 6488 6490 5562 0 -1 4202560 329 0 0 0 67252 5 0 0 25 0 16 0 41255677 1579737088 77289 1992294400 134512640 134550932 4290528608 18446744073709551615 4109419585 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.05
Current children cumulated vsize (KiB) 1542712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+949.104 s]
/proc/loadavg: 2.24 2.11 1.69 2/122 6551
/proc/meminfo: memFree=1483804/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1542712 CPUtime=1800.08
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 85996 0 1 0 179832 176 0 0 18 0 16 0 41237953 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 385678 77557 1449 10 0 382981 0
[pid=6490/tid=6492] ppid=6488 vsize=1542712 CPUtime=0.66
/proc/6490/task/6492/stat : 6492 (java) S 6488 6490 5562 0 -1 4202560 4739 0 1 0 63 3 0 0 15 0 16 0 41237955 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6493] ppid=6488 vsize=1542712 CPUtime=22.05
/proc/6490/task/6493/stat : 6493 (java) S 6488 6490 5562 0 -1 4202560 18737 0 0 0 2148 57 0 0 16 0 16 0 41237956 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6494] ppid=6488 vsize=1542712 CPUtime=22.04
/proc/6490/task/6494/stat : 6494 (java) S 6488 6490 5562 0 -1 4202560 16795 0 0 0 2138 66 0 0 16 0 16 0 41237956 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6495] ppid=6488 vsize=1542712 CPUtime=74.07
/proc/6490/task/6495/stat : 6495 (java) R 6488 6490 5562 0 -1 4202560 4279 0 0 0 7392 15 0 0 15 0 16 0 41237958 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 103602739 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=6490/tid=6496] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6496/stat : 6496 (java) S 6488 6490 5562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 41237959 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6497] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6497/stat : 6497 (java) S 6488 6490 5562 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41237959 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6498] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6498/stat : 6498 (java) S 6488 6490 5562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6499] ppid=6488 vsize=1542712 CPUtime=2.63
/proc/6490/task/6499/stat : 6499 (java) S 6488 6490 5562 0 -1 4202560 5880 0 0 0 261 2 0 0 15 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6500] ppid=6488 vsize=1542712 CPUtime=1.79
/proc/6490/task/6500/stat : 6500 (java) S 6488 6490 5562 0 -1 4202560 3636 0 0 0 178 1 0 0 15 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6501] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6501/stat : 6501 (java) S 6488 6490 5562 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6502] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6502/stat : 6502 (java) S 6488 6490 5562 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6505] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6505/stat : 6505 (java) S 6488 6490 5562 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41238022 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6506] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6506/stat : 6506 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41238023 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6521] ppid=6488 vsize=1542712 CPUtime=681.69
/proc/6490/task/6521/stat : 6521 (java) S 6488 6490 5562 0 -1 4202560 649 0 0 0 68163 6 0 0 25 0 16 0 41255677 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6522] ppid=6488 vsize=1542712 CPUtime=678.59
/proc/6490/task/6522/stat : 6522 (java) S 6488 6490 5562 0 -1 4202560 332 0 0 0 67854 5 0 0 25 0 16 0 41255677 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1542712

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

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

[startup+949.401 s]
/proc/loadavg: 2.24 2.11 1.69 2/123 6552
/proc/meminfo: memFree=1483796/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1542712 CPUtime=1800.37
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 85997 0 1 0 179861 176 0 0 18 0 16 0 41237953 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 385678 77557 1449 10 0 382981 0
[pid=6490/tid=6492] ppid=6488 vsize=1542712 CPUtime=0.66
/proc/6490/task/6492/stat : 6492 (java) S 6488 6490 5562 0 -1 4202560 4739 0 1 0 63 3 0 0 15 0 16 0 41237955 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6493] ppid=6488 vsize=1542712 CPUtime=22.05
/proc/6490/task/6493/stat : 6493 (java) S 6488 6490 5562 0 -1 4202560 18737 0 0 0 2148 57 0 0 16 0 16 0 41237956 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6494] ppid=6488 vsize=1542712 CPUtime=22.04
/proc/6490/task/6494/stat : 6494 (java) S 6488 6490 5562 0 -1 4202560 16795 0 0 0 2138 66 0 0 16 0 16 0 41237956 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6495] ppid=6488 vsize=1542712 CPUtime=74.35
/proc/6490/task/6495/stat : 6495 (java) R 6488 6490 5562 0 -1 4202560 4279 0 0 0 7420 15 0 0 16 0 16 0 41237958 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 105886127 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=6490/tid=6496] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6496/stat : 6496 (java) S 6488 6490 5562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 41237959 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6497] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6497/stat : 6497 (java) S 6488 6490 5562 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41237959 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6498] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6498/stat : 6498 (java) S 6488 6490 5562 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6499] ppid=6488 vsize=1542712 CPUtime=2.63
/proc/6490/task/6499/stat : 6499 (java) S 6488 6490 5562 0 -1 4202560 5880 0 0 0 261 2 0 0 15 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6500] ppid=6488 vsize=1542712 CPUtime=1.79
/proc/6490/task/6500/stat : 6500 (java) S 6488 6490 5562 0 -1 4202560 3636 0 0 0 178 1 0 0 15 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6501] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6501/stat : 6501 (java) S 6488 6490 5562 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6502] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6502/stat : 6502 (java) S 6488 6490 5562 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6505] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6505/stat : 6505 (java) S 6488 6490 5562 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41238022 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6506] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6506/stat : 6506 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41238023 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6521] ppid=6488 vsize=1542712 CPUtime=681.69
/proc/6490/task/6521/stat : 6521 (java) S 6488 6490 5562 0 -1 4202560 649 0 0 0 68163 6 0 0 25 0 16 0 41255677 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6522] ppid=6488 vsize=1542712 CPUtime=678.59
/proc/6490/task/6522/stat : 6522 (java) S 6488 6490 5562 0 -1 4202560 332 0 0 0 67854 5 0 0 25 0 16 0 41255677 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 1542712

[startup+949.601 s]
/proc/loadavg: 2.24 2.11 1.69 2/123 6552
/proc/meminfo: memFree=1483796/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1542712 CPUtime=1800.57
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 85997 0 1 0 179881 176 0 0 18 0 16 0 41237953 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 385678 77557 1449 10 0 382981 0
[pid=6490/tid=6492] ppid=6488 vsize=1542712 CPUtime=0.66
/proc/6490/task/6492/stat : 6492 (java) S 6488 6490 5562 0 -1 4202560 4739 0 1 0 63 3 0 0 15 0 16 0 41237955 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6493] ppid=6488 vsize=1542712 CPUtime=22.05
/proc/6490/task/6493/stat : 6493 (java) S 6488 6490 5562 0 -1 4202560 18737 0 0 0 2148 57 0 0 16 0 16 0 41237956 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6494] ppid=6488 vsize=1542712 CPUtime=22.04
/proc/6490/task/6494/stat : 6494 (java) S 6488 6490 5562 0 -1 4202560 16795 0 0 0 2138 66 0 0 16 0 16 0 41237956 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6495] ppid=6488 vsize=1542712 CPUtime=74.55
/proc/6490/task/6495/stat : 6495 (java) R 6488 6490 5562 0 -1 4202560 4279 0 0 0 7440 15 0 0 16 0 16 0 41237958 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 104187828 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=6490/tid=6496] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6496/stat : 6496 (java) S 6488 6490 5562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 41237959 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6497] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6497/stat : 6497 (java) S 6488 6490 5562 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41237959 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6498] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6498/stat : 6498 (java) S 6488 6490 5562 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6499] ppid=6488 vsize=1542712 CPUtime=2.63
/proc/6490/task/6499/stat : 6499 (java) S 6488 6490 5562 0 -1 4202560 5880 0 0 0 261 2 0 0 15 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6500] ppid=6488 vsize=1542712 CPUtime=1.79
/proc/6490/task/6500/stat : 6500 (java) S 6488 6490 5562 0 -1 4202560 3636 0 0 0 178 1 0 0 15 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6501] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6501/stat : 6501 (java) S 6488 6490 5562 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6502] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6502/stat : 6502 (java) S 6488 6490 5562 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 41237963 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6505] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6505/stat : 6505 (java) S 6488 6490 5562 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41238022 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6506] ppid=6488 vsize=1542712 CPUtime=0
/proc/6490/task/6506/stat : 6506 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41238023 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6521] ppid=6488 vsize=1542712 CPUtime=681.69
/proc/6490/task/6521/stat : 6521 (java) S 6488 6490 5562 0 -1 4202560 649 0 0 0 68163 6 0 0 25 0 16 0 41255677 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6522] ppid=6488 vsize=1542712 CPUtime=678.59
/proc/6490/task/6522/stat : 6522 (java) S 6488 6490 5562 0 -1 4202560 332 0 0 0 67854 5 0 0 25 0 16 0 41255677 1579737088 77557 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (KiB) 1542712

[startup+949.701 s]
/proc/loadavg: 2.24 2.11 1.69 2/123 6552
/proc/meminfo: memFree=1483796/2059040 swapFree=4140260/4192956
[pid=6490] ppid=6488 vsize=1543360 CPUtime=1800.68
/proc/6490/stat : 6490 (java) S 6488 6490 5562 0 -1 4202496 86012 0 1 0 179892 176 0 0 18 0 18 0 41237953 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6490/statm: 385840 77572 1449 10 0 383143 0
[pid=6490/tid=6492] ppid=6488 vsize=1543360 CPUtime=0.66
/proc/6490/task/6492/stat : 6492 (java) S 6488 6490 5562 0 -1 4202560 4739 0 1 0 63 3 0 0 15 0 18 0 41237955 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6493] ppid=6488 vsize=1543360 CPUtime=22.05
/proc/6490/task/6493/stat : 6493 (java) S 6488 6490 5562 0 -1 4202560 18737 0 0 0 2148 57 0 0 16 0 18 0 41237956 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6494] ppid=6488 vsize=1543360 CPUtime=22.04
/proc/6490/task/6494/stat : 6494 (java) S 6488 6490 5562 0 -1 4202560 16795 0 0 0 2138 66 0 0 16 0 18 0 41237956 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6495] ppid=6488 vsize=1543360 CPUtime=74.65
/proc/6490/task/6495/stat : 6495 (java) S 6488 6490 5562 0 -1 4202560 4279 0 0 0 7450 15 0 0 16 0 18 0 41237958 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6496] ppid=6488 vsize=1543360 CPUtime=0
/proc/6490/task/6496/stat : 6496 (java) S 6488 6490 5562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 41237959 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6497] ppid=6488 vsize=1543360 CPUtime=0
/proc/6490/task/6497/stat : 6497 (java) S 6488 6490 5562 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 41237959 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6498] ppid=6488 vsize=1543360 CPUtime=0
/proc/6490/task/6498/stat : 6498 (java) S 6488 6490 5562 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 18 0 41237963 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6499] ppid=6488 vsize=1543360 CPUtime=2.63
/proc/6490/task/6499/stat : 6499 (java) S 6488 6490 5562 0 -1 4202560 5880 0 0 0 261 2 0 0 15 0 18 0 41237963 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6500] ppid=6488 vsize=1543360 CPUtime=1.79
/proc/6490/task/6500/stat : 6500 (java) S 6488 6490 5562 0 -1 4202560 3636 0 0 0 178 1 0 0 15 0 18 0 41237963 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6501] ppid=6488 vsize=1543360 CPUtime=0
/proc/6490/task/6501/stat : 6501 (java) S 6488 6490 5562 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 41237963 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6502] ppid=6488 vsize=1543360 CPUtime=0
/proc/6490/task/6502/stat : 6502 (java) S 6488 6490 5562 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 41237963 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 0 0 0 0
[pid=6490/tid=6505] ppid=6488 vsize=1543360 CPUtime=0
/proc/6490/task/6505/stat : 6505 (java) S 6488 6490 5562 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 41238022 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6506] ppid=6488 vsize=1543360 CPUtime=0
/proc/6490/task/6506/stat : 6506 (java) S 6488 6490 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 41238023 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821974400 0 0 -1 1 0 0 0
[pid=6490/tid=6521] ppid=6488 vsize=1543360 CPUtime=681.7
/proc/6490/task/6521/stat : 6521 (java) R 6488 6490 5562 0 -1 4202560 649 0 0 0 68164 6 0 0 20 0 18 0 41255677 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4109365195 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6490/tid=6522] ppid=6488 vsize=1543360 CPUtime=678.59
/proc/6490/task/6522/stat : 6522 (java) R 6488 6490 5562 0 -1 4202560 332 0 0 0 67854 5 0 0 19 0 18 0 41255677 1580400640 77572 1992294400 134512640 134550932 4290528608 18446744073709551615 4109361665 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 1543360

Child status: 143
Real time (s): 949.79
CPU time (s): 1800.83
CPU user time (s): 1799.03
CPU system time (s): 1.80472
CPU usage (%): 189.603
Max. virtual memory (cumulated for all children) (KiB): 1545064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.80472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86017
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= 34313
involuntary context switches= 53155

runsolver used 5.33019 second user time and 10.3994 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-16 04:46:02
IDJOB=2661892
IDBENCH=48147
IDSOLVER=1166
FILE ID=node009/2661892-1276656362
PBS_JOBID= 11172455
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_100_10_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661892-1276656362/watcher-2661892-1276656362 -o /tmp/evaluation-result-2661892-1276656362/solver-2661892-1276656362 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661892-1276656362.opb

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

MD5SUM BENCH= 8decd85a4aebca069c2c72faa547de31
RANDOM SEED=1560012333

node009.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.199
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.39
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.199
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:       1792652 kB
Buffers:         47660 kB
Cached:         124440 kB
SwapCached:       6204 kB
Active:          99180 kB
Inactive:        86240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1792652 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:             280 kB
Writeback:           0 kB
AnonPages:       11700 kB
Mapped:          13160 kB
Slab:            58984 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182208 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= 62556 MiB
End job on node009 at 2010-06-16 05:01:53