Trace number 2661850

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)11 1801.64 948.495

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_4.opb
MD5SUM431de611ddaca60ef9395e6cd3a99cf2
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 benchmark269.188
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)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2661850-1276651135.opb
0.23/0.22	c reading problem ... 
0.89/0.67	c ... done. Wall clock time 0.448s.
0.89/0.67	c #vars     1358
0.89/0.67	c #constraints  2616
0.89/0.67	c constraints type 
0.89/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1358
0.89/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
0.89/0.67	c constraints type 
0.89/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1358
0.89/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
1.08/0.72	c And the winner is Resolution
1.27/1.69	c SATISFIABLE
1.27/1.69	c OPTIMIZING...
1.27/1.69	c Got one! Elapsed wall clock time (in seconds):1.474
1.27/1.69	o 15
2.12/2.20	c And the winner is Resolution
2.70/2.71	c Got one! Elapsed wall clock time (in seconds):2.487
2.70/2.71	o 14
3.90/3.35	c And the winner is Resolution
4.01/3.75	c Got one! Elapsed wall clock time (in seconds):3.536
4.01/3.75	o 13
6.87/5.30	c cleaning 2495 clauses out of 5001 with flag 5001/5001
11.58/7.63	c cleaning 4248 clauses out of 8505 with flag 11000/11000
16.65/10.21	c cleaning 5623 clauses out of 11259 with flag 18002/18002
21.93/13.00	c cleaning 6811 clauses out of 13634 with flag 26000/26000
28.18/16.19	c cleaning 7906 clauses out of 15823 with flag 35000/35000
35.02/19.63	c cleaning 8954 clauses out of 17918 with flag 45001/45001
42.05/23.23	c cleaning 9478 clauses out of 18965 with flag 55002/55002
49.08/26.88	c cleaning 9735 clauses out of 19485 with flag 65000/65000
56.06/30.47	c cleaning 9873 clauses out of 19750 with flag 75000/75000
62.48/33.79	c cleaning 9932 clauses out of 19877 with flag 85000/85000
69.71/37.41	c cleaning 9968 clauses out of 19949 with flag 95004/95004
77.29/41.34	c cleaning 9985 clauses out of 19981 with flag 105004/105004
85.05/45.40	c cleaning 9993 clauses out of 19992 with flag 115000/115000
91.85/48.85	c cleaning 9993 clauses out of 19999 with flag 125000/125000
98.26/52.10	c cleaning 9997 clauses out of 20007 with flag 135001/135001
102.07/54.17	c And the winner is Resolution
102.44/54.56	c Got one! Elapsed wall clock time (in seconds):54.342
102.44/54.56	o 12
104.88/55.83	c cleaning 10001 clauses out of 20010 with flag 145001/145001
111.84/59.46	c cleaning 9999 clauses out of 20008 with flag 155000/155000
121.20/64.26	c cleaning 9998 clauses out of 20010 with flag 165001/165001
130.56/69.07	c cleaning 10002 clauses out of 20011 with flag 175000/175000
138.53/73.14	c cleaning 9999 clauses out of 20010 with flag 185001/185001
146.65/77.38	c cleaning 10000 clauses out of 20012 with flag 195002/195002
154.02/81.15	c cleaning 9999 clauses out of 20010 with flag 205000/205000
161.39/84.93	c cleaning 10001 clauses out of 20011 with flag 215000/215000
168.95/88.85	c cleaning 10001 clauses out of 20011 with flag 225001/225001
171.31/90.12	c And the winner is Resolution
171.60/90.68	c Got one! Elapsed wall clock time (in seconds):90.46
171.60/90.68	o 11
176.00/92.94	c cleaning 9998 clauses out of 20010 with flag 235001/235001
183.15/96.63	c cleaning 10000 clauses out of 20012 with flag 245001/245001
190.10/100.25	c cleaning 9999 clauses out of 20011 with flag 255000/255000
197.64/104.10	c cleaning 9998 clauses out of 20012 with flag 265000/265000
205.51/108.23	c cleaning 10002 clauses out of 20015 with flag 275001/275001
214.03/112.62	c cleaning 10002 clauses out of 20012 with flag 285000/285000
222.35/116.90	c cleaning 10000 clauses out of 20010 with flag 295000/295000
230.46/121.17	c cleaning 10002 clauses out of 20013 with flag 305003/305003
238.92/125.58	c cleaning 9997 clauses out of 20008 with flag 315000/315000
247.44/129.91	c cleaning 10003 clauses out of 20013 with flag 325002/325002
255.56/134.20	c cleaning 10001 clauses out of 20008 with flag 335000/335000
264.85/139.00	c cleaning 10001 clauses out of 20008 with flag 345001/345001
274.48/143.95	c cleaning 9996 clauses out of 20006 with flag 355000/355000
283.97/148.84	c cleaning 9998 clauses out of 20010 with flag 365000/365000
292.07/153.04	c cleaning 9998 clauses out of 20013 with flag 375001/375001
300.94/157.65	c cleaning 10003 clauses out of 20015 with flag 385001/385001
310.14/162.42	c cleaning 10003 clauses out of 20014 with flag 395003/395003
318.21/166.67	c cleaning 9996 clauses out of 20008 with flag 405000/405000
327.09/171.22	c cleaning 10000 clauses out of 20012 with flag 415000/415000
336.36/176.06	c cleaning 10003 clauses out of 20012 with flag 425000/425000
344.95/180.53	c cleaning 10001 clauses out of 20010 with flag 435001/435001
349.85/183.12	c cleaning 0 clauses out of 5000 with flag 0/5000
353.35/185.10	c cleaning 9998 clauses out of 20009 with flag 445001/445001
362.03/189.55	c cleaning 10000 clauses out of 20010 with flag 455000/455000
371.21/194.32	c cleaning 10002 clauses out of 20011 with flag 465001/465001
379.08/198.40	c cleaning 10001 clauses out of 20008 with flag 475000/475000
387.74/202.96	c cleaning 9999 clauses out of 20007 with flag 485000/485000
396.20/207.34	c cleaning 9999 clauses out of 20008 with flag 495000/495000
404.77/211.85	c cleaning 9998 clauses out of 20009 with flag 505000/505000
414.22/216.76	c cleaning 10003 clauses out of 20011 with flag 515000/515000
423.25/221.47	c cleaning 9997 clauses out of 20008 with flag 525000/525000
432.12/226.02	c cleaning 9995 clauses out of 20011 with flag 535000/535000
440.70/230.51	c cleaning 10003 clauses out of 20016 with flag 545000/545000
449.75/235.22	c cleaning 10001 clauses out of 20016 with flag 555003/555003
459.02/240.02	c cleaning 10000 clauses out of 20013 with flag 565001/565001
468.46/244.90	c cleaning 10001 clauses out of 20013 with flag 575001/575001
477.45/249.70	c cleaning 9998 clauses out of 20012 with flag 585001/585001
486.87/254.53	c cleaning 9997 clauses out of 20014 with flag 595001/595001
496.32/259.43	c cleaning 10003 clauses out of 20016 with flag 605000/605000
503.58/263.28	c cleaning 10004 clauses out of 20013 with flag 615000/615000
512.16/267.80	c cleaning 10002 clauses out of 20011 with flag 625002/625002
520.80/272.28	c cleaning 9998 clauses out of 20008 with flag 635001/635001
529.25/276.67	c cleaning 9998 clauses out of 20009 with flag 645000/645000
536.90/280.67	c cleaning 9998 clauses out of 20012 with flag 655001/655001
545.27/285.02	c cleaning 10000 clauses out of 20013 with flag 665000/665000
554.11/289.65	c cleaning 10006 clauses out of 20015 with flag 675002/675002
563.35/294.41	c cleaning 9997 clauses out of 20007 with flag 685000/685000
571.99/298.98	c cleaning 9999 clauses out of 20011 with flag 695001/695001
581.33/303.86	c cleaning 9999 clauses out of 20013 with flag 705002/705002
590.96/308.81	c cleaning 9998 clauses out of 20012 with flag 715000/715000
599.61/313.37	c cleaning 10002 clauses out of 20016 with flag 725002/725002
608.45/317.92	c cleaning 9999 clauses out of 20013 with flag 735001/735001
617.58/322.70	c cleaning 10002 clauses out of 20013 with flag 745000/745000
626.59/327.41	c cleaning 10002 clauses out of 20011 with flag 755000/755000
635.22/331.97	c cleaning 9998 clauses out of 20009 with flag 765000/765000
644.06/336.52	c cleaning 9998 clauses out of 20011 with flag 775000/775000
653.38/341.45	c cleaning 10000 clauses out of 20014 with flag 785001/785001
662.39/346.16	c cleaning 10003 clauses out of 20013 with flag 795000/795000
671.80/351.07	c cleaning 10001 clauses out of 20011 with flag 805001/805001
681.21/355.98	c cleaning 10000 clauses out of 20010 with flag 815001/815001
690.73/360.97	c cleaning 10000 clauses out of 20010 with flag 825001/825001
699.52/365.57	c cleaning 10001 clauses out of 20011 with flag 835002/835002
708.74/370.37	c cleaning 9997 clauses out of 20008 with flag 845000/845000
718.34/375.37	c cleaning 10001 clauses out of 20012 with flag 855001/855001
727.45/380.11	c cleaning 10000 clauses out of 20013 with flag 865003/865003
736.66/384.91	c cleaning 10000 clauses out of 20010 with flag 875000/875000
746.24/389.97	c cleaning 9999 clauses out of 20010 with flag 885000/885000
755.83/394.99	c cleaning 9997 clauses out of 20011 with flag 895000/895000
764.92/399.79	c cleaning 10001 clauses out of 20014 with flag 905000/905000
773.71/404.32	c cleaning 10003 clauses out of 20013 with flag 915000/915000
782.70/409.00	c cleaning 10001 clauses out of 20011 with flag 925001/925001
791.10/413.45	c cleaning 10002 clauses out of 20009 with flag 935000/935000
800.18/418.25	c cleaning 9998 clauses out of 20007 with flag 945000/945000
809.17/422.90	c cleaning 10002 clauses out of 20009 with flag 955000/955000
817.57/427.30	c cleaning 9995 clauses out of 20007 with flag 965000/965000
825.96/431.79	c cleaning 9997 clauses out of 20012 with flag 975000/975000
834.67/436.39	c cleaning 10001 clauses out of 20018 with flag 985003/985003
843.28/440.85	c cleaning 9999 clauses out of 20014 with flag 995000/995000
852.08/445.46	c cleaning 10002 clauses out of 20015 with flag 1005000/1005000
860.85/450.07	c cleaning 10000 clauses out of 20013 with flag 1015000/1015000
870.34/455.02	c cleaning 10004 clauses out of 20015 with flag 1025002/1025002
879.54/459.87	c cleaning 10003 clauses out of 20010 with flag 1035001/1035001
889.31/464.94	c cleaning 9999 clauses out of 20008 with flag 1045002/1045002
898.68/469.89	c cleaning 9998 clauses out of 20008 with flag 1055001/1055001
908.18/474.85	c cleaning 9998 clauses out of 20009 with flag 1065000/1065000
917.15/479.51	c cleaning 10000 clauses out of 20012 with flag 1075001/1075001
926.12/484.22	c cleaning 10001 clauses out of 20012 with flag 1085001/1085001
936.08/489.41	c cleaning 9997 clauses out of 20010 with flag 1095000/1095000
945.94/494.69	c cleaning 10003 clauses out of 20013 with flag 1105000/1105000
955.50/499.64	c cleaning 9997 clauses out of 20010 with flag 1115000/1115000
965.67/504.93	c cleaning 10001 clauses out of 20014 with flag 1125001/1125001
975.41/510.03	c cleaning 10004 clauses out of 20017 with flag 1135005/1135005
985.66/515.46	c cleaning 9999 clauses out of 20011 with flag 1145003/1145003
995.83/520.75	c cleaning 9999 clauses out of 20009 with flag 1155000/1155000
1006.15/526.12	c cleaning 10000 clauses out of 20010 with flag 1165000/1165000
1016.49/531.55	c cleaning 10001 clauses out of 20010 with flag 1175000/1175000
1026.72/536.90	c cleaning 9999 clauses out of 20009 with flag 1185000/1185000
1037.07/542.31	c cleaning 10001 clauses out of 20010 with flag 1195000/1195000
1046.79/547.47	c cleaning 10000 clauses out of 20009 with flag 1205000/1205000
1056.31/552.44	c cleaning 9995 clauses out of 20010 with flag 1215001/1215001
1066.17/557.64	c cleaning 10001 clauses out of 20014 with flag 1225000/1225000
1075.44/562.57	c cleaning 9999 clauses out of 20013 with flag 1235000/1235000
1085.17/567.67	c cleaning 10000 clauses out of 20014 with flag 1245000/1245000
1094.68/572.69	c cleaning 10001 clauses out of 20014 with flag 1255000/1255000
1104.50/577.88	c cleaning 10000 clauses out of 20013 with flag 1265000/1265000
1113.84/582.79	c cleaning 9998 clauses out of 20013 with flag 1275000/1275000
1123.16/587.62	c cleaning 10000 clauses out of 20015 with flag 1285000/1285000
1133.09/592.85	c cleaning 10002 clauses out of 20015 with flag 1295000/1295000
1142.48/597.87	c cleaning 10001 clauses out of 20013 with flag 1305000/1305000
1152.19/602.91	c cleaning 9997 clauses out of 20012 with flag 1315000/1315000
1160.91/607.59	c cleaning 10000 clauses out of 20015 with flag 1325000/1325000
1170.22/612.41	c cleaning 10000 clauses out of 20015 with flag 1335000/1335000
1179.22/617.29	c cleaning 10003 clauses out of 20015 with flag 1345000/1345000
1188.13/621.93	c cleaning 10000 clauses out of 20012 with flag 1355000/1355000
1196.65/626.49	c cleaning 9998 clauses out of 20012 with flag 1365000/1365000
1205.57/631.11	c cleaning 10001 clauses out of 20015 with flag 1375001/1375001
1214.17/635.76	c cleaning 10001 clauses out of 20013 with flag 1385000/1385000
1222.89/640.31	c cleaning 9999 clauses out of 20013 with flag 1395001/1395001
1231.60/644.99	c cleaning 10001 clauses out of 20013 with flag 1405000/1405000
1240.30/649.56	c cleaning 10000 clauses out of 20014 with flag 1415002/1415002
1249.70/654.51	c cleaning 10005 clauses out of 20013 with flag 1425001/1425001
1258.59/659.27	c cleaning 10001 clauses out of 20007 with flag 1435000/1435000
1268.50/664.43	c cleaning 10001 clauses out of 20007 with flag 1445001/1445001
1278.18/669.60	c cleaning 9996 clauses out of 20005 with flag 1455000/1455000
1287.96/674.76	c cleaning 10001 clauses out of 20009 with flag 1465000/1465000
1297.85/679.91	c cleaning 10000 clauses out of 20011 with flag 1475003/1475003
1306.95/684.71	c cleaning 10002 clauses out of 20009 with flag 1485001/1485001
1316.26/689.66	c cleaning 10000 clauses out of 20006 with flag 1495000/1495000
1325.64/694.68	c cleaning 9995 clauses out of 20006 with flag 1505000/1505000
1334.95/699.52	c cleaning 9998 clauses out of 20012 with flag 1515001/1515001
1343.63/704.19	c cleaning 10001 clauses out of 20013 with flag 1525000/1525000
1352.69/708.98	c cleaning 10000 clauses out of 20012 with flag 1535000/1535000
1362.42/714.14	c cleaning 10002 clauses out of 20012 with flag 1545000/1545000
1371.91/719.13	c cleaning 9999 clauses out of 20011 with flag 1555001/1555001
1381.59/724.21	c cleaning 9999 clauses out of 20011 with flag 1565000/1565000
1391.08/729.26	c cleaning 9998 clauses out of 20013 with flag 1575001/1575001
1400.79/734.46	c cleaning 10002 clauses out of 20015 with flag 1585001/1585001
1410.66/739.60	c cleaning 10001 clauses out of 20013 with flag 1595001/1595001
1419.95/744.53	c cleaning 10000 clauses out of 20014 with flag 1605003/1605003
1429.20/749.40	c cleaning 9995 clauses out of 20012 with flag 1615001/1615001
1438.94/754.64	c cleaning 9999 clauses out of 20016 with flag 1625000/1625000
1447.41/759.13	c cleaning 10001 clauses out of 20017 with flag 1635000/1635000
1455.90/763.61	c cleaning 10003 clauses out of 20016 with flag 1645000/1645000
1464.37/768.15	c cleaning 10001 clauses out of 20013 with flag 1655000/1655000
1473.12/772.89	c cleaning 10005 clauses out of 20018 with flag 1665006/1665006
1481.78/777.40	c cleaning 9997 clauses out of 20011 with flag 1675004/1675004
1490.66/782.14	c cleaning 10000 clauses out of 20010 with flag 1685000/1685000
1500.09/787.16	c cleaning 10000 clauses out of 20010 with flag 1695000/1695000
1509.60/792.20	c cleaning 9998 clauses out of 20010 with flag 1705000/1705000
1519.24/797.31	c cleaning 10002 clauses out of 20014 with flag 1715002/1715002
1528.69/802.33	c cleaning 10000 clauses out of 20010 with flag 1725000/1725000
1537.74/807.12	c cleaning 9999 clauses out of 20011 with flag 1735001/1735001
1547.64/812.43	c cleaning 9994 clauses out of 20011 with flag 1745000/1745000
1556.93/817.32	c cleaning 10002 clauses out of 20020 with flag 1755003/1755003
1565.37/821.89	c cleaning 10000 clauses out of 20015 with flag 1765000/1765000
1574.42/826.60	c cleaning 9999 clauses out of 20016 with flag 1775001/1775001
1583.57/831.56	c cleaning 10000 clauses out of 20016 with flag 1785000/1785000
1591.83/835.98	c cleaning 10005 clauses out of 20017 with flag 1795001/1795001
1600.44/840.66	c cleaning 9998 clauses out of 20011 with flag 1805000/1805000
1608.81/845.29	c cleaning 10002 clauses out of 20015 with flag 1815002/1815002
1617.59/850.16	c cleaning 9994 clauses out of 20011 with flag 1825000/1825000
1626.26/854.75	c cleaning 10003 clauses out of 20017 with flag 1835000/1835000
1634.69/859.29	c cleaning 9998 clauses out of 20014 with flag 1845000/1845000
1643.14/863.70	c cleaning 10003 clauses out of 20016 with flag 1855000/1855000
1651.84/868.42	c cleaning 10003 clauses out of 20018 with flag 1865005/1865005
1660.49/873.06	c cleaning 9998 clauses out of 20010 with flag 1875000/1875000
1669.14/877.61	c cleaning 10000 clauses out of 20012 with flag 1885000/1885000
1677.59/882.12	c cleaning 10001 clauses out of 20012 with flag 1895000/1895000
1686.48/886.92	c cleaning 10001 clauses out of 20014 with flag 1905003/1905003
1695.71/891.83	c cleaning 9998 clauses out of 20010 with flag 1915000/1915000
1704.15/896.34	c cleaning 10000 clauses out of 20012 with flag 1925000/1925000
1712.61/900.91	c cleaning 10000 clauses out of 20013 with flag 1935001/1935001
1721.28/905.55	c cleaning 10003 clauses out of 20016 with flag 1945004/1945004
1730.12/910.25	c cleaning 9999 clauses out of 20010 with flag 1955001/1955001
1738.76/914.81	c cleaning 9999 clauses out of 20013 with flag 1965003/1965003
1747.98/919.76	c cleaning 9997 clauses out of 20012 with flag 1975001/1975001
1757.63/924.90	c cleaning 10000 clauses out of 20016 with flag 1985002/1985002
1766.62/929.73	c cleaning 10000 clauses out of 20015 with flag 1995001/1995001
1776.03/934.72	c cleaning 10004 clauses out of 20017 with flag 2005003/2005003
1784.64/939.32	c cleaning 10002 clauses out of 20012 with flag 2015002/2015002
1793.68/944.30	c cleaning 10002 clauses out of 20009 with flag 2025001/2025001
1801.10/948.26	c starts		: 227
1801.10/948.26	c conflicts		: 2033653
1801.10/948.26	c decisions		: 3215352
1801.10/948.26	c propagations		: 194270034
1801.10/948.26	c inspects		: 1697621832
1801.10/948.26	c learnt literals	: 0
1801.10/948.26	c learnt binary clauses	: 0
1801.10/948.26	c learnt ternary clauses	: 0
1801.10/948.26	c learnt clauses	: 2033653
1801.10/948.26	c ignored clauses	: 0
1801.10/948.26	c root simplifications	: 0
1801.10/948.26	c removed literals (reason simplification)	: 3672701
1801.10/948.26	c reason swapping (by a shorter reason)	: 0
1801.10/948.26	c Calls to reduceDB	: 204
1801.10/948.26	c number of reductions to clauses (during analyze)	: 0
1801.10/948.26	c number of learned constraints concerned by reduction	: 0
1801.10/948.26	c number of learning phase by resolution	: 0
1801.10/948.26	c number of learning phase by cutting planes	: 0
1801.10/948.26	c speed (assignments/second)	: 226533.8978702762
1801.10/948.26	c non guided choices	0
1801.49/948.41	c learnt constraints type 
1801.49/948.41	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18893
1801.49/948.41	c constraints type 
1801.49/948.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1358
1801.49/948.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1801.49/948.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
1801.49/948.41	c constraints type 
1801.49/948.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1358
1801.49/948.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1801.49/948.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1258
1801.49/948.41	s SATISFIABLE
1801.49/948.42	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 
1801.49/948.42	c objective function=11
1801.49/948.42	c Total wall clock time (in seconds): 948.197

Verifier Data

OK	11

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661850-1276651135/watcher-2661850-1276651135 -o /tmp/evaluation-result-2661850-1276651135/solver-2661850-1276651135 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661850-1276651135.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 12817
/proc/meminfo: memFree=1798572/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1832 CPUtime=0
/proc/12817/stat : 12817 (java6) R 12815 12817 12157 0 -1 4194304 253 0 0 0 0 0 0 0 16 0 1 0 6401510 1875968 155 1992294400 134512640 134550932 4288732928 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12817/statm: 458 156 119 10 0 63 0

[startup+0.074429 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12817
/proc/meminfo: memFree=1798572/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1521796 CPUtime=0.05
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 3721 0 1 0 3 2 0 0 15 0 7 0 6401510 1558319104 3162 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 380449 3162 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.10143 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12817
/proc/meminfo: memFree=1798572/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1524180 CPUtime=0.08
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 3956 0 1 0 5 3 0 0 15 0 12 0 6401510 1560760320 3395 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 381045 3395 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301456 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12817
/proc/meminfo: memFree=1798572/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1526380 CPUtime=0.36
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 5377 0 1 0 32 4 0 0 15 0 12 0 6401510 1563013120 4814 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 381595 4814 1355 10 0 378898 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526380

[startup+0.701519 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12817
/proc/meminfo: memFree=1798572/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1529660 CPUtime=1.08
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 7020 0 1 0 103 5 0 0 15 0 15 0 6401510 1566371840 6416 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 382415 6416 1410 10 0 379718 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529660

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 1.00 1/120 12833
/proc/meminfo: memFree=1777320/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1529780 CPUtime=1.27
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 7247 0 1 0 122 5 0 0 15 0 14 0 6401510 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 382445 6562 1415 10 0 379748 0
[pid=12817/tid=12819] ppid=12815 vsize=1529780 CPUtime=0.64
/proc/12817/task/12819/stat : 12819 (java) S 12815 12817 12157 0 -1 4202560 4625 0 1 0 60 4 0 0 25 0 14 0 6401512 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12820] ppid=12815 vsize=1529780 CPUtime=0
/proc/12817/task/12820/stat : 12820 (java) S 12815 12817 12157 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 14 0 6401513 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12821] ppid=12815 vsize=1529780 CPUtime=0
/proc/12817/task/12821/stat : 12821 (java) S 12815 12817 12157 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 6401513 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12822] ppid=12815 vsize=1529780 CPUtime=0
/proc/12817/task/12822/stat : 12822 (java) S 12815 12817 12157 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 6401515 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12823] ppid=12815 vsize=1529780 CPUtime=0
/proc/12817/task/12823/stat : 12823 (java) S 12815 12817 12157 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 6401515 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12824] ppid=12815 vsize=1529780 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6401515 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12825] ppid=12815 vsize=1529780 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12815 12817 12157 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6401520 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12826] ppid=12815 vsize=1529780 CPUtime=0.11
/proc/12817/task/12826/stat : 12826 (java) S 12815 12817 12157 0 -1 4202560 156 0 0 0 11 0 0 0 22 0 14 0 6401520 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12827] ppid=12815 vsize=1529780 CPUtime=0.43
/proc/12817/task/12827/stat : 12827 (java) S 12815 12817 12157 0 -1 4202560 1218 0 0 0 43 0 0 0 16 0 14 0 6401520 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12828] ppid=12815 vsize=1529780 CPUtime=0
/proc/12817/task/12828/stat : 12828 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6401520 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12829] ppid=12815 vsize=1529780 CPUtime=0
/proc/12817/task/12829/stat : 12829 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 6401520 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12832] ppid=12815 vsize=1529780 CPUtime=0
/proc/12817/task/12832/stat : 12832 (java) S 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6401580 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12833] ppid=12815 vsize=1529780 CPUtime=0
/proc/12817/task/12833/stat : 12833 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6401583 1566494720 6562 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1529780

[startup+3.10286 s]
/proc/loadavg: 0.92 0.98 0.99 6/122 12835
/proc/meminfo: memFree=1768740/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1540856 CPUtime=3.49
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 17302 0 1 0 339 10 0 0 15 0 16 0 6401510 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 385214 14549 1425 10 0 382517 0
[pid=12817/tid=12819] ppid=12815 vsize=1540856 CPUtime=0.66
/proc/12817/task/12819/stat : 12819 (java) S 12815 12817 12157 0 -1 4202560 4676 0 1 0 62 4 0 0 19 0 16 0 6401512 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12820] ppid=12815 vsize=1540856 CPUtime=0
/proc/12817/task/12820/stat : 12820 (java) S 12815 12817 12157 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 6401513 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12821] ppid=12815 vsize=1540856 CPUtime=0
/proc/12817/task/12821/stat : 12821 (java) S 12815 12817 12157 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6401513 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12822] ppid=12815 vsize=1540856 CPUtime=0
/proc/12817/task/12822/stat : 12822 (java) S 12815 12817 12157 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6401515 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12823] ppid=12815 vsize=1540856 CPUtime=0
/proc/12817/task/12823/stat : 12823 (java) S 12815 12817 12157 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6401515 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12824] ppid=12815 vsize=1540856 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6401515 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12825] ppid=12815 vsize=1540856 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12815 12817 12157 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6401520 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12826] ppid=12815 vsize=1540856 CPUtime=0.68
/proc/12817/task/12826/stat : 12826 (java) S 12815 12817 12157 0 -1 4202560 290 0 0 0 68 0 0 0 16 0 16 0 6401520 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12827] ppid=12815 vsize=1540856 CPUtime=1.63
/proc/12817/task/12827/stat : 12827 (java) R 12815 12817 12157 0 -1 4202560 5933 0 0 0 161 2 0 0 16 0 16 0 6401520 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 105727553 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12817/tid=12828] ppid=12815 vsize=1540856 CPUtime=0
/proc/12817/task/12828/stat : 12828 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6401520 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12829] ppid=12815 vsize=1540856 CPUtime=0
/proc/12817/task/12829/stat : 12829 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6401520 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12832] ppid=12815 vsize=1540856 CPUtime=0
/proc/12817/task/12832/stat : 12832 (java) S 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6401580 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12833] ppid=12815 vsize=1540856 CPUtime=0
/proc/12817/task/12833/stat : 12833 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6401583 1577836544 14549 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 1540856

[startup+6.30232 s]
/proc/loadavg: 0.92 0.98 0.99 3/122 12839
/proc/meminfo: memFree=1638664/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1539956 CPUtime=8.99
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 43998 0 1 0 876 23 0 0 15 0 16 0 6401510 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 384989 40957 1448 10 0 382292 0
[pid=12817/tid=12819] ppid=12815 vsize=1539956 CPUtime=0.66
/proc/12817/task/12819/stat : 12819 (java) S 12815 12817 12157 0 -1 4202560 4689 0 1 0 62 4 0 0 18 0 16 0 6401512 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12820] ppid=12815 vsize=1539956 CPUtime=0.07
/proc/12817/task/12820/stat : 12820 (java) S 12815 12817 12157 0 -1 4202560 1574 0 0 0 7 0 0 0 16 0 16 0 6401513 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12821] ppid=12815 vsize=1539956 CPUtime=0.07
/proc/12817/task/12821/stat : 12821 (java) S 12815 12817 12157 0 -1 4202560 1446 0 0 0 7 0 0 0 16 0 16 0 6401513 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12822] ppid=12815 vsize=1539956 CPUtime=0.05
/proc/12817/task/12822/stat : 12822 (java) S 12815 12817 12157 0 -1 4202560 1472 0 0 0 5 0 0 0 15 0 16 0 6401515 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12823] ppid=12815 vsize=1539956 CPUtime=0
/proc/12817/task/12823/stat : 12823 (java) S 12815 12817 12157 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6401515 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12824] ppid=12815 vsize=1539956 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12815 12817 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6401515 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12825] ppid=12815 vsize=1539956 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12815 12817 12157 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6401520 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12826] ppid=12815 vsize=1539956 CPUtime=0.8
/proc/12817/task/12826/stat : 12826 (java) S 12815 12817 12157 0 -1 4202560 298 0 0 0 80 0 0 0 15 0 16 0 6401520 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12827] ppid=12815 vsize=1539956 CPUtime=2.19
/proc/12817/task/12827/stat : 12827 (java) S 12815 12817 12157 0 -1 4202560 6001 0 0 0 217 2 0 0 15 0 16 0 6401520 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12828] ppid=12815 vsize=1539956 CPUtime=0
/proc/12817/task/12828/stat : 12828 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6401520 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12829] ppid=12815 vsize=1539956 CPUtime=0
/proc/12817/task/12829/stat : 12829 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6401520 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12832] ppid=12815 vsize=1539956 CPUtime=0
/proc/12817/task/12832/stat : 12832 (java) S 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6401580 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12833] ppid=12815 vsize=1539956 CPUtime=0
/proc/12817/task/12833/stat : 12833 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6401583 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12838] ppid=12815 vsize=1539956 CPUtime=2.26
/proc/12817/task/12838/stat : 12838 (java) R 12815 12817 12157 0 -1 4202560 8715 0 0 0 223 3 0 0 19 0 16 0 6401886 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4109883007 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12817/tid=12839] ppid=12815 vsize=1539956 CPUtime=2
/proc/12817/task/12839/stat : 12839 (java) R 12815 12817 12157 0 -1 4202560 5986 0 0 0 197 3 0 0 25 0 16 0 6401886 1576914944 40957 1992294400 134512640 134550932 4291883600 18446744073709551615 4109929053 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 1539956

[startup+12.7012 s]
/proc/loadavg: 1.09 1.02 1.01 3/122 12839
/proc/meminfo: memFree=1606804/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1541408 CPUtime=21.53
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 53759 0 1 0 2126 27 0 0 15 0 16 0 6401510 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 385352 49683 1449 10 0 382655 0
[pid=12817/tid=12819] ppid=12815 vsize=1541408 CPUtime=0.66
/proc/12817/task/12819/stat : 12819 (java) S 12815 12817 12157 0 -1 4202560 4689 0 1 0 62 4 0 0 18 0 16 0 6401512 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12820] ppid=12815 vsize=1541408 CPUtime=0.21
/proc/12817/task/12820/stat : 12820 (java) S 12815 12817 12157 0 -1 4202560 4413 0 0 0 20 1 0 0 15 0 16 0 6401513 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12821] ppid=12815 vsize=1541408 CPUtime=0.21
/proc/12817/task/12821/stat : 12821 (java) S 12815 12817 12157 0 -1 4202560 3985 0 0 0 19 2 0 0 16 0 16 0 6401513 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12822] ppid=12815 vsize=1541408 CPUtime=0.19
/proc/12817/task/12822/stat : 12822 (java) S 12815 12817 12157 0 -1 4202560 2267 0 0 0 19 0 0 0 15 0 16 0 6401515 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12823] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12823/stat : 12823 (java) S 12815 12817 12157 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6401515 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12824] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12815 12817 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6401515 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12825] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12815 12817 12157 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6401520 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12826] ppid=12815 vsize=1541408 CPUtime=0.94
/proc/12817/task/12826/stat : 12826 (java) S 12815 12817 12157 0 -1 4202560 318 0 0 0 94 0 0 0 16 0 16 0 6401520 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12827] ppid=12815 vsize=1541408 CPUtime=2.53
/proc/12817/task/12827/stat : 12827 (java) S 12815 12817 12157 0 -1 4202560 7221 0 0 0 251 2 0 0 15 0 16 0 6401520 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12828] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12828/stat : 12828 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6401520 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12829] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12829/stat : 12829 (java) R 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6401520 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12817/tid=12832] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12832/stat : 12832 (java) S 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6401580 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12833] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12833/stat : 12833 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6401583 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12838] ppid=12815 vsize=1541408 CPUtime=8.03
/proc/12817/task/12838/stat : 12838 (java) R 12815 12817 12157 0 -1 4202560 9533 0 0 0 800 3 0 0 25 0 16 0 6401886 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4109946066 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12817/tid=12839] ppid=12815 vsize=1541408 CPUtime=7.86
/proc/12817/task/12839/stat : 12839 (java) R 12815 12817 12157 0 -1 4202560 7516 0 0 0 783 3 0 0 25 0 16 0 6401886 1578401792 49683 1992294400 134512640 134550932 4291883600 18446744073709551615 4109883007 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+947.702 s]
/proc/loadavg: 2.74 2.33 1.78 4/122 12870
/proc/meminfo: memFree=1478580/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1541408 CPUtime=1800.12
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 87751 0 1 0 179846 166 0 0 15 0 16 0 6401510 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 385352 80543 1449 10 0 382655 0
[pid=12817/tid=12819] ppid=12815 vsize=1541408 CPUtime=0.67
/proc/12817/task/12819/stat : 12819 (java) S 12815 12817 12157 0 -1 4202560 4725 0 1 0 63 4 0 0 15 0 16 0 6401512 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12820] ppid=12815 vsize=1541408 CPUtime=23.13
/proc/12817/task/12820/stat : 12820 (java) S 12815 12817 12157 0 -1 4202560 19933 0 0 0 2258 55 0 0 15 0 16 0 6401513 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12821] ppid=12815 vsize=1541408 CPUtime=23.11
/proc/12817/task/12821/stat : 12821 (java) S 12815 12817 12157 0 -1 4202560 19082 0 0 0 2259 52 0 0 16 0 16 0 6401513 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12822] ppid=12815 vsize=1541408 CPUtime=73.48
/proc/12817/task/12822/stat : 12822 (java) S 12815 12817 12157 0 -1 4202560 4046 0 0 0 7332 16 0 0 15 0 16 0 6401515 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12823] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12823/stat : 12823 (java) S 12815 12817 12157 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6401515 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12824] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12815 12817 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6401515 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12825] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12815 12817 12157 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6401520 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12826] ppid=12815 vsize=1541408 CPUtime=0.94
/proc/12817/task/12826/stat : 12826 (java) S 12815 12817 12157 0 -1 4202560 318 0 0 0 94 0 0 0 16 0 16 0 6401520 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12827] ppid=12815 vsize=1541408 CPUtime=2.82
/proc/12817/task/12827/stat : 12827 (java) S 12815 12817 12157 0 -1 4202560 7456 0 0 0 280 2 0 0 15 0 16 0 6401520 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12828] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12828/stat : 12828 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6401520 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12829] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12829/stat : 12829 (java) S 12815 12817 12157 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 6401520 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12832] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12832/stat : 12832 (java) S 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6401580 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12833] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12833/stat : 12833 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6401583 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12844] ppid=12815 vsize=1541408 CPUtime=759.46
/proc/12817/task/12844/stat : 12844 (java) R 12815 12817 12157 0 -1 4202560 741 0 0 0 75937 9 0 0 18 0 16 0 6410579 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4109924842 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12817/tid=12845] ppid=12815 vsize=1541408 CPUtime=755.37
/proc/12817/task/12845/stat : 12845 (java) R 12815 12817 12157 0 -1 4202560 411 0 0 0 75531 6 0 0 18 0 16 0 6410579 1578401792 80543 1992294400 134512640 134550932 4291883600 18446744073709551615 4109850249 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1541408

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

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

[startup+947.816 s]
/proc/loadavg: 2.74 2.33 1.78 4/122 12870
/proc/meminfo: memFree=1478580/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1541408 CPUtime=1800.33
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 87754 0 1 0 179867 166 0 0 15 0 16 0 6401510 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 385352 80546 1449 10 0 382655 0
[pid=12817/tid=12819] ppid=12815 vsize=1541408 CPUtime=0.67
/proc/12817/task/12819/stat : 12819 (java) S 12815 12817 12157 0 -1 4202560 4725 0 1 0 63 4 0 0 15 0 16 0 6401512 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12820] ppid=12815 vsize=1541408 CPUtime=23.13
/proc/12817/task/12820/stat : 12820 (java) S 12815 12817 12157 0 -1 4202560 19933 0 0 0 2258 55 0 0 15 0 16 0 6401513 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12821] ppid=12815 vsize=1541408 CPUtime=23.11
/proc/12817/task/12821/stat : 12821 (java) S 12815 12817 12157 0 -1 4202560 19082 0 0 0 2259 52 0 0 16 0 16 0 6401513 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12822] ppid=12815 vsize=1541408 CPUtime=73.48
/proc/12817/task/12822/stat : 12822 (java) S 12815 12817 12157 0 -1 4202560 4046 0 0 0 7332 16 0 0 15 0 16 0 6401515 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12823] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12823/stat : 12823 (java) S 12815 12817 12157 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6401515 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12824] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12815 12817 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6401515 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12825] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) R 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 6401520 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 0 0 0 0
[pid=12817/tid=12826] ppid=12815 vsize=1541408 CPUtime=0.94
/proc/12817/task/12826/stat : 12826 (java) S 12815 12817 12157 0 -1 4202560 318 0 0 0 94 0 0 0 16 0 16 0 6401520 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12827] ppid=12815 vsize=1541408 CPUtime=2.82
/proc/12817/task/12827/stat : 12827 (java) S 12815 12817 12157 0 -1 4202560 7456 0 0 0 280 2 0 0 15 0 16 0 6401520 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12828] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12828/stat : 12828 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6401520 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12829] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12829/stat : 12829 (java) S 12815 12817 12157 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 6401520 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12832] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12832/stat : 12832 (java) S 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6401580 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12833] ppid=12815 vsize=1541408 CPUtime=0
/proc/12817/task/12833/stat : 12833 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6401583 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12844] ppid=12815 vsize=1541408 CPUtime=759.57
/proc/12817/task/12844/stat : 12844 (java) R 12815 12817 12157 0 -1 4202560 741 0 0 0 75948 9 0 0 18 0 16 0 6410579 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4110206908 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12817/tid=12845] ppid=12815 vsize=1541408 CPUtime=755.47
/proc/12817/task/12845/stat : 12845 (java) R 12815 12817 12157 0 -1 4202560 411 0 0 0 75541 6 0 0 18 0 16 0 6410579 1578401792 80546 1992294400 134512640 134550932 4291883600 18446744073709551615 4109927325 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1541408

[startup+948.21 s]
/proc/loadavg: 2.74 2.33 1.78 4/125 12875
/proc/meminfo: memFree=1478556/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1542056 CPUtime=1801.1
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 87763 0 1 0 179944 166 0 0 15 0 18 0 6401510 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 385514 80554 1449 10 0 382817 0
[pid=12817/tid=12819] ppid=12815 vsize=1542056 CPUtime=0.67
/proc/12817/task/12819/stat : 12819 (java) S 12815 12817 12157 0 -1 4202560 4725 0 1 0 63 4 0 0 15 0 18 0 6401512 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12820] ppid=12815 vsize=1542056 CPUtime=23.15
/proc/12817/task/12820/stat : 12820 (java) S 12815 12817 12157 0 -1 4202560 19933 0 0 0 2260 55 0 0 16 0 18 0 6401513 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12821] ppid=12815 vsize=1542056 CPUtime=23.14
/proc/12817/task/12821/stat : 12821 (java) S 12815 12817 12157 0 -1 4202560 19082 0 0 0 2262 52 0 0 15 0 18 0 6401513 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12822] ppid=12815 vsize=1542056 CPUtime=73.48
/proc/12817/task/12822/stat : 12822 (java) S 12815 12817 12157 0 -1 4202560 4046 0 0 0 7332 16 0 0 15 0 18 0 6401515 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12823] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12823/stat : 12823 (java) S 12815 12817 12157 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 6401515 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12824] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12815 12817 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 6401515 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12825] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12815 12817 12157 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 18 0 6401520 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12826] ppid=12815 vsize=1542056 CPUtime=0.94
/proc/12817/task/12826/stat : 12826 (java) S 12815 12817 12157 0 -1 4202560 318 0 0 0 94 0 0 0 16 0 18 0 6401520 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12827] ppid=12815 vsize=1542056 CPUtime=2.82
/proc/12817/task/12827/stat : 12827 (java) S 12815 12817 12157 0 -1 4202560 7456 0 0 0 280 2 0 0 15 0 18 0 6401520 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12828] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12828/stat : 12828 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 6401520 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12829] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12829/stat : 12829 (java) S 12815 12817 12157 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 6401520 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12832] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12832/stat : 12832 (java) S 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 6401580 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12833] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12833/stat : 12833 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 6401583 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12844] ppid=12815 vsize=1542056 CPUtime=759.93
/proc/12817/task/12844/stat : 12844 (java) R 12815 12817 12157 0 -1 4202560 741 0 0 0 75984 9 0 0 18 0 18 0 6410579 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4109944928 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12817/tid=12845] ppid=12815 vsize=1542056 CPUtime=755.83
/proc/12817/task/12845/stat : 12845 (java) R 12815 12817 12157 0 -1 4202560 411 0 0 0 75577 6 0 0 18 0 18 0 6410579 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4109925337 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12817/tid=12874] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12874/stat : 12874 (java) S 12815 12817 12157 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 6496293 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12875] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12875/stat : 12875 (java) R 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 18 0 6496303 1579065344 80554 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 1542056

[startup+948.402 s]
/proc/loadavg: 2.74 2.33 1.78 4/125 12875
/proc/meminfo: memFree=1478556/2059040 swapFree=4144492/4192956
[pid=12817] ppid=12815 vsize=1542056 CPUtime=1801.49
/proc/12817/stat : 12817 (java) S 12815 12817 12157 0 -1 4202496 87770 0 1 0 179983 166 0 0 15 0 18 0 6401510 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12817/statm: 385514 80561 1451 10 0 382817 0
[pid=12817/tid=12819] ppid=12815 vsize=1542056 CPUtime=0.67
/proc/12817/task/12819/stat : 12819 (java) S 12815 12817 12157 0 -1 4202560 4725 0 1 0 63 4 0 0 15 0 18 0 6401512 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12820] ppid=12815 vsize=1542056 CPUtime=23.15
/proc/12817/task/12820/stat : 12820 (java) S 12815 12817 12157 0 -1 4202560 19933 0 0 0 2260 55 0 0 16 0 18 0 6401513 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12821] ppid=12815 vsize=1542056 CPUtime=23.14
/proc/12817/task/12821/stat : 12821 (java) S 12815 12817 12157 0 -1 4202560 19082 0 0 0 2262 52 0 0 15 0 18 0 6401513 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12822] ppid=12815 vsize=1542056 CPUtime=73.48
/proc/12817/task/12822/stat : 12822 (java) S 12815 12817 12157 0 -1 4202560 4046 0 0 0 7332 16 0 0 15 0 18 0 6401515 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 0 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12823] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12823/stat : 12823 (java) S 12815 12817 12157 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 6401515 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12824] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12824/stat : 12824 (java) S 12815 12817 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 6401515 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12825] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12825/stat : 12825 (java) S 12815 12817 12157 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 18 0 6401520 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12826] ppid=12815 vsize=1542056 CPUtime=0.94
/proc/12817/task/12826/stat : 12826 (java) S 12815 12817 12157 0 -1 4202560 318 0 0 0 94 0 0 0 16 0 18 0 6401520 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12827] ppid=12815 vsize=1542056 CPUtime=2.84
/proc/12817/task/12827/stat : 12827 (java) R 12815 12817 12157 0 -1 4202560 7458 0 0 0 282 2 0 0 15 0 18 0 6401520 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 105600702 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12817/tid=12828] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12828/stat : 12828 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 6401520 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12829] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12829/stat : 12829 (java) S 12815 12817 12157 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 6401520 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 0 0 0 0
[pid=12817/tid=12832] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12832/stat : 12832 (java) S 12815 12817 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 6401580 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12833] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12833/stat : 12833 (java) S 12815 12817 12157 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 6401583 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12844] ppid=12815 vsize=1542056 CPUtime=760.08
/proc/12817/task/12844/stat : 12844 (java) R 12815 12817 12157 0 -1 4202560 741 0 0 0 75999 9 0 0 19 0 18 0 6410579 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4109945586 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12817/tid=12845] ppid=12815 vsize=1542056 CPUtime=756.02
/proc/12817/task/12845/stat : 12845 (java) R 12815 12817 12157 0 -1 4202560 411 0 0 0 75596 6 0 0 19 0 18 0 6410579 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4109850721 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12817/tid=12874] ppid=12815 vsize=1542056 CPUtime=0
/proc/12817/task/12874/stat : 12874 (java) S 12815 12817 12157 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 6496293 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 18446604437835891008 0 0 -1 1 0 0 0
[pid=12817/tid=12875] ppid=12815 vsize=1542056 CPUtime=0.02
/proc/12817/task/12875/stat : 12875 (java) R 12815 12817 12157 0 -1 4202560 5 0 0 0 2 0 0 0 19 0 18 0 6496303 1579065344 80561 1992294400 134512640 134550932 4291883600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.49
Current children cumulated vsize (KiB) 1542056

Child status: 143
Real time (s): 948.495
CPU time (s): 1801.64
CPU user time (s): 1799.94
CPU system time (s): 1.69774
CPU usage (%): 189.947
Max. virtual memory (cumulated for all children) (KiB): 1543028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 1.69774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87773
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= 34469
involuntary context switches= 54074

runsolver used 4.24935 second user time and 11.4523 second system time

The end

Launcher Data

Begin job on node049 at 2010-06-16 03:18:55
IDJOB=2661850
IDBENCH=48105
IDSOLVER=1166
FILE ID=node049/2661850-1276651135
PBS_JOBID= 11172439
Free space on /tmp= 62524 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_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661850-1276651135/watcher-2661850-1276651135 -o /tmp/evaluation-result-2661850-1276651135/solver-2661850-1276651135 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661850-1276651135.opb

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

MD5SUM BENCH= 431de611ddaca60ef9395e6cd3a99cf2
RANDOM SEED=859463116

node049.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:       1798968 kB
Buffers:         66744 kB
Cached:          99400 kB
SwapCached:       5472 kB
Active:          96172 kB
Inactive:        86544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1798968 kB
SwapTotal:     4192956 kB
SwapFree:      4144492 kB
Dirty:             272 kB
Writeback:           0 kB
AnonPages:       14116 kB
Mapped:          13080 kB
Slab:            55196 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183580 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node049 at 2010-06-16 03:34:44