Trace number 1114387

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)9 3600.05 3606.32

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-37_ext.xml
MD5SUM6d143140d55a0ecf08cf2fdc434bce33
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark441.578
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.04/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.08	c 0	BEGIN Sun Jul 13 00:21:04 2008
0.04/0.08	c 0	PID 13752
0.04/0.08	c 0	HOST node73.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-1114387-1215901264.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114387-1215901264.xml' 'HOME/temp.csp'
0.07/0.53	c 1	1 domains, 40 variables, 0 predicates, 180 relations, 180 constraints
0.07/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.64	c 1	Parsing HOME/temp.csp
0.92/1.03	c 1	parsed 401 expressions
0.92/1.03	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.04	c 1	MAX CSP: 180 constraints
0.92/1.04	c 1	Converting to clausal form CSP
0.92/1.06	c 1	converted 59 (10%) expressions
0.92/1.07	c 1	converted 117 (20%) expressions
0.92/1.07	c 1	converted 176 (30%) expressions
0.92/1.10	c 1	converted 234 (40%) expressions
1.02/1.17	c 1	converted 292 (50%) expressions
1.02/1.19	c 1	converted 351 (60%) expressions
1.11/1.21	c 1	converted 409 (70%) expressions
1.11/1.23	c 1	converted 468 (80%) expressions
1.11/1.25	c 2	converted 526 (90%) expressions
1.21/1.40	c 2	converted 584 (100%) expressions
1.21/1.40	c 2	CSP : 400 integers, 0 booleans, 539 clauses, largest domain size 271
1.21/1.40	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.40	c 2	Propagation in CSP
1.32/1.42	c 2	176 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.42	c 2	CSP : 400 integers, 0 booleans, 539 clauses, largest domain size 181
1.32/1.42	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.42	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.42	c 2	CSP : 400 integers, 0 booleans, 539 clauses, largest domain size 181
1.32/1.42	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.47	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.48	c 2	40 (10%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.32/1.49	c 2	80 (20%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.32/1.49	c 2	120 (30%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.32/1.49	c 2	160 (40%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.32/1.49	c 2	200 (50%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.32/1.49	c 2	240 (60%) CSP integer variables are encoded (1147 clauses, 12929 bytes)
1.32/1.49	c 2	280 (70%) CSP integer variables are encoded (2337 clauses, 28399 bytes)
1.32/1.49	c 2	320 (80%) CSP integer variables are encoded (2703 clauses, 33157 bytes)
1.32/1.49	c 2	360 (90%) CSP integer variables are encoded (2904 clauses, 35770 bytes)
1.32/1.49	c 2	400 (100%) CSP integer variables are encoded (3189 clauses, 39475 bytes)
1.41/1.59	c 2	54 (10%) CSP clauses are encoded (11088 clauses, 217111 bytes)
1.52/1.64	c 2	108 (20%) CSP clauses are encoded (18964 clauses, 412845 bytes)
1.52/1.69	c 2	162 (30%) CSP clauses are encoded (26774 clauses, 606792 bytes)
1.61/1.72	c 2	216 (40%) CSP clauses are encoded (29690 clauses, 676652 bytes)
1.61/1.76	c 2	270 (50%) CSP clauses are encoded (48084 clauses, 1003657 bytes)
1.61/1.76	c 2	324 (60%) CSP clauses are encoded (48864 clauses, 1016711 bytes)
1.61/1.79	c 2	378 (70%) CSP clauses are encoded (65240 clauses, 1315682 bytes)
1.61/1.79	c 2	432 (80%) CSP clauses are encoded (66084 clauses, 1329847 bytes)
1.61/1.79	c 2	486 (90%) CSP clauses are encoded (67932 clauses, 1362206 bytes)
1.71/1.81	c 2	539 (100%) CSP clauses are encoded (74430 clauses, 1478796 bytes)
1.71/1.81	c 2	539 CSP clauses encoded
1.71/1.81	c 2	Writing map file : HOME/temp.map
1.71/1.81	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.81	c 2	SAT : 3589 SAT variables, 74430 SAT clauses, 1478796 bytes
1.71/1.81	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.87	c 2	OBJECTIVE minimize _COST
1.71/1.87	c 2	SOLVING HOME/temp.cnf
1.71/1.87	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.71/1.88	c 2	This is MiniSat 2.0 beta incremental
1.71/1.88	c 2	WARNING: for repeatability, setting FPU to use double precision
1.71/1.88	c 2	============================[ Problem Statistics ]=============================
1.71/1.88	c 2	|                                                                             |
1.71/1.88	c 2	|  Number of variables:  3589                                                 |
1.71/1.88	c 2	|  Number of clauses:    74430                                                |
1.75/1.91	c 2	|  Parsing time:         0.03         s                                       |
1.75/1.92	c 2	OK
1.75/1.92	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.75/1.92	c 2	SEARCHING: _COST <= 90
1.75/1.92	c 2	============================[ Search Statistics ]==============================
1.75/1.92	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.75/1.92	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.75/1.92	c 2	===============================================================================
1.75/1.92	c 2	|         0 |    3589    74430   261039 |    24810        0    nan |  0.000 % |
1.75/1.92	c 2	===============================================================================
1.75/1.92	c 2	restarts              : 1
1.75/1.92	c 2	conflicts             : 2             (53 /sec)
1.75/1.92	c 2	decisions             : 42            (0.00 % random) (1105 /sec)
1.75/1.92	c 2	propagations          : 3732           (98226 /sec)
1.75/1.92	c 2	conflict literals     : 20             (16.67 % deleted)
1.75/1.92	c 2	Memory used           : 5.25 MB
1.75/1.92	c 2	CPU time              : 0.037994 s
1.75/1.92	c 2	
1.75/1.92	c 2	SATISFIABLE
1.75/1.92	c 2	OK
1.75/1.92	c 2	FOUND: _COST <= 90
1.75/1.92	s SATISFIABLE
1.75/1.92	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.75/1.92	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.75/2.01	c 2	Decoding HOME/temp.out
1.75/2.06	c 2	OBJECTIVE _COST 90
1.75/2.06	o 90
1.75/2.06	v 24 11 23 14 16 0 18 12 21 4 24 3 10 11 18 11 20 1 19 23 13 22 22 23 24 24 14 22 23 24 23 24 24 24 22 24 24 24 24 24
1.75/2.07	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.75/2.10	c 2	OK
1.75/2.10	c 2	OBJECTIVE BOUND: 0 <= _COST <= 90
1.75/2.10	c 2	SEARCHING: _COST <= 45
1.94/2.11	c 2	============================[ Search Statistics ]==============================
1.94/2.11	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.94/2.11	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.94/2.11	c 2	===============================================================================
1.94/2.11	c 2	|         2 |    3589    74430   261039 |    24810        2     10 |  0.000 % |
1.94/2.12	c 2	|       103 |    2912    74430   261039 |    27291      103     38 | 20.064 % |
1.94/2.14	c 2	|       253 |    2912    74430   261039 |    30020      253     36 | 20.064 % |
1.94/2.14	c 2	===============================================================================
1.94/2.14	c 2	restarts              : 4
1.94/2.14	c 2	conflicts             : 273           (3413 /sec)
1.94/2.14	c 2	decisions             : 655           (0.92 % random) (8189 /sec)
1.94/2.14	c 2	propagations          : 64542          (806906 /sec)
1.94/2.14	c 2	conflict literals     : 9600           (22.75 % deleted)
1.94/2.14	c 2	Memory used           : 5.38 MB
1.94/2.14	c 2	CPU time              : 0.079987 s
1.94/2.14	c 2	
1.94/2.14	c 2	SATISFIABLE
1.94/2.14	c 2	OK
1.94/2.15	c 2	FOUND: _COST <= 45
1.94/2.15	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.94/2.15	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.98/2.27	c 3	Decoding HOME/temp.out
1.98/2.32	c 3	OBJECTIVE _COST 38
1.98/2.32	o 38
1.98/2.33	v 10 24 24 6 14 15 12 19 23 10 21 7 7 24 23 24 1 7 15 24 14 19 4 24 23 9 20 24 3 15 24 8 22 24 24 12 21 0 12 24
1.98/2.33	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.98/2.43	c 3	OK
1.98/2.43	c 3	OBJECTIVE BOUND: 0 <= _COST <= 38
1.98/2.43	c 3	SEARCHING: _COST <= 19
1.98/2.43	c 3	============================[ Search Statistics ]==============================
1.98/2.43	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.98/2.43	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.98/2.43	c 3	===============================================================================
1.98/2.43	c 3	|       273 |    2869    74430   261039 |    24810      273     35 | 20.064 % |
1.98/2.45	c 3	|       373 |    2869    74430   261039 |    27291      373     32 | 33.688 % |
1.98/2.47	c 3	|       523 |    2869    74430   261039 |    30020      523     32 | 33.688 % |
2.17/2.50	c 3	|       748 |    2869    74430   261039 |    33022      748     28 | 33.688 % |
2.17/2.55	c 3	|      1087 |    2869    74430   261039 |    36324     1087     32 | 33.688 % |
2.27/2.61	c 3	|      1593 |    2869    74430   261039 |    39956     1593     36 | 33.688 % |
2.37/2.74	c 3	|      2352 |    2380    44618   175088 |    43952     2352     33 | 33.688 % |
2.57/2.94	c 3	|      3491 |    2380    44618   175088 |    48347     3491     34 | 33.688 % |
2.87/3.23	c 3	|      5200 |    2380    44618   175088 |    53182     5200     33 | 33.688 % |
3.38/3.72	c 4	|      7763 |    2380    44618   175088 |    58500     7763     32 | 33.688 % |
4.17/4.53	c 5	|     11609 |    2380    44618   175088 |    64350    11609     32 | 33.688 % |
5.36/5.79	c 6	|     17376 |    2380    44618   175088 |    70785    17376     31 | 33.688 % |
7.85/8.28	c 9	|     26025 |    2380    44618   175088 |    77864    26025     31 | 33.688 % |
12.63/13.09	c 13	|     39001 |    2380    44618   175088 |    85650    39001     30 | 33.688 % |
22.38/22.81	c 23	|     58463 |    2380    44618   175088 |    94215    58463     34 | 33.688 % |
42.57/43.17	c 43	|     87657 |    2380    44618   175088 |   103637    87657     39 | 33.688 % |
65.86/66.54	c 67	|    131447 |    2380    44618   175088 |   114001    40406     31 | 33.688 % |
115.73/116.63	c 117	|    197132 |    2380    44618   175088 |   125401   106091     34 | 33.688 % |
191.06/192.40	c 193	|    295658 |    2380    44618   175088 |   137941    91860     44 | 33.688 % |
314.27/316.13	c 316	|    443447 |    2380    44618   175088 |   151735   116368     34 | 33.688 % |
556.19/559.21	c 559	|    665130 |    2380    44618   175088 |   166909    66303     38 | 33.688 % |
905.53/910.18	c 910	|    997655 |    2380    44618   175088 |   183600    97006     37 | 33.688 % |
1268.88/1273.69	c 1274	===============================================================================
1268.88/1273.69	c 1274	restarts              : 26
1268.88/1273.69	c 1274	conflicts             : 1303036       (1029 /sec)
1268.88/1273.69	c 1274	decisions             : 1390204       (0.78 % random) (1098 /sec)
1268.88/1273.69	c 1274	propagations          : 340120438      (268518 /sec)
1268.88/1273.69	c 1274	conflict literals     : 48025343       (37.32 % deleted)
1268.88/1273.69	c 1274	Memory used           : 47.98 MB
1268.88/1273.69	c 1274	CPU time              : 1266.66 s
1268.88/1273.69	c 1274	
1268.88/1273.69	c 1274	SATISFIABLE
1268.88/1273.69	c 1274	OK
1268.88/1273.69	c 1274	FOUND: _COST <= 19
1268.88/1273.69	c 1274	DECODING HOME/temp.out WITH HOME/temp.map
1268.88/1273.69	c 1274	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1268.96/1273.77	c 1274	Decoding HOME/temp.out
1269.05/1273.83	c 1274	OBJECTIVE _COST 19
1269.05/1273.83	o 19
1269.05/1273.83	v 24 24 18 19 14 0 1 9 24 2 24 12 13 24 24 14 9 1 24 14 24 4 12 4 2 14 24 3 24 14 14 6 17 24 24 24 24 6 20 24
1269.05/1273.84	c 1274	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1269.05/1273.88	c 1274	OK
1269.05/1273.88	c 1274	OBJECTIVE BOUND: 0 <= _COST <= 19
1269.05/1273.88	c 1274	SEARCHING: _COST <= 9
1269.05/1273.88	c 1274	============================[ Search Statistics ]==============================
1269.05/1273.88	c 1274	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1269.05/1273.88	c 1274	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1269.05/1273.88	c 1274	===============================================================================
1269.05/1273.88	c 1274	|   1303036 |    2127    37477   154405 |    12492    65872     36 | 33.688 % |
1269.65/1274.42	c 1275	|   1303137 |    2127    37477   154405 |    13741     8367     32 | 40.737 % |
1269.65/1274.45	c 1275	|   1303287 |    2127    37477   154405 |    15115     8517     32 | 40.737 % |
1269.75/1274.51	c 1275	|   1303513 |    2127    37477   154405 |    16627     8743     32 | 40.737 % |
1269.75/1274.59	c 1275	|   1303851 |    2127    37477   154405 |    18290     9081     31 | 40.737 % |
1269.85/1274.68	c 1275	|   1304357 |    2127    37477   154405 |    20119     9587     31 | 40.737 % |
1270.05/1274.84	c 1275	|   1305116 |    2127    37477   154405 |    22130    10346     31 | 40.737 % |
1270.25/1275.04	c 1275	|   1306256 |    2127    37477   154405 |    24344    11486     30 | 40.737 % |
1270.65/1275.43	c 1276	|   1307964 |    2127    37477   154405 |    26778    13194     32 | 40.737 % |
1271.26/1276.02	c 1276	|   1310526 |    2127    37477   154405 |    29456    15756     32 | 40.737 % |
1272.25/1277.03	c 1277	|   1314370 |    2127    37477   154405 |    32401    19600     33 | 40.737 % |
1273.75/1278.53	c 1279	|   1320136 |    2127    37477   154405 |    35642    25366     32 | 40.737 % |
1276.75/1281.54	c 1282	|   1328785 |    2127    37477   154405 |    39206    34015     31 | 40.737 % |
1281.45/1286.26	c 1287	|   1341759 |    2127    37477   154405 |    43126    18656     33 | 40.737 % |
1289.54/1294.38	c 1295	|   1361220 |    2127    37477   154405 |    47439    38117     35 | 40.737 % |
1304.43/1309.22	c 1309	|   1390412 |    2127    37477   154405 |    52183    32143     30 | 40.737 % |
1320.73/1325.58	c 1326	===============================================================================
1320.73/1325.58	c 1326	restarts              : 42
1320.73/1325.58	c 1326	conflicts             : 1426310       (1082 /sec)
1320.73/1325.58	c 1326	decisions             : 1521513       (0.78 % random) (1154 /sec)
1320.73/1325.58	c 1326	propagations          : 376207440      (285359 /sec)
1320.73/1325.58	c 1326	conflict literals     : 52106342       (37.55 % deleted)
1320.73/1325.58	c 1326	Memory used           : 47.98 MB
1320.73/1325.58	c 1326	CPU time              : 1318.36 s
1320.73/1325.58	c 1326	
1320.73/1325.58	c 1326	SATISFIABLE
1320.73/1325.58	c 1326	OK
1320.73/1325.58	c 1326	FOUND: _COST <= 9
1320.73/1325.58	c 1326	DECODING HOME/temp.out WITH HOME/temp.map
1320.73/1325.58	c 1326	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1320.81/1325.66	c 1326	Decoding HOME/temp.out
1320.81/1325.73	c 1326	OBJECTIVE _COST 9
1320.81/1325.73	o 9
1320.81/1325.73	v 7 24 4 19 19 24 0 4 24 0 2 8 10 12 9 22 9 21 24 18 24 3 22 19 6 14 24 22 0 8 16 9 24 11 19 5 22 24 18 24
1320.81/1325.73	c 1326	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1320.99/1325.80	c 1326	OK
1320.99/1325.80	c 1326	OBJECTIVE BOUND: 0 <= _COST <= 9
1320.99/1325.80	c 1326	SEARCHING: _COST <= 4
1320.99/1325.80	c 1326	============================[ Search Statistics ]==============================
1320.99/1325.80	c 1326	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1320.99/1325.80	c 1326	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1320.99/1325.80	c 1326	===============================================================================
1320.99/1325.80	c 1326	|   1426310 |    1903    32918   141390 |    10972    27503     33 | 40.737 % |
1321.08/1325.95	c 1326	|   1426410 |    1903    32918   141390 |    12069     6665     43 | 46.979 % |
1321.08/1325.99	c 1326	|   1426560 |    1903    32918   141390 |    13276     6815     42 | 46.979 % |
1321.18/1326.04	c 1326	|   1426785 |    1903    32918   141390 |    14604     7040     42 | 46.979 % |
1321.28/1326.12	c 1326	|   1427122 |    1903    32918   141390 |    16065     7377     41 | 46.979 % |
1321.38/1326.25	c 1327	|   1427628 |    1903    32918   141390 |    17671     7883     40 | 46.979 % |
1321.58/1326.43	c 1327	|   1428387 |    1903    32918   141390 |    19438     8642     38 | 46.979 % |
1321.88/1326.76	c 1327	|   1429527 |    1903    32918   141390 |    21382     9782     37 | 46.979 % |
1322.27/1327.18	c 1327	|   1431236 |    1903    32918   141390 |    23520    11491     36 | 46.979 % |
1322.97/1327.85	c 1328	|   1433800 |    1903    32918   141390 |    25872    14055     35 | 46.979 % |
1324.17/1329.09	c 1329	|   1437645 |    1903    32918   141390 |    28460    17900     39 | 46.979 % |
1326.54/1331.43	c 1332	|   1443411 |    1903    32918   141390 |    31306    23666     43 | 46.979 % |
1330.80/1335.76	c 1336	|   1452060 |    1903    32918   141390 |    34436    32315     47 | 46.979 % |
1336.74/1341.75	c 1342	|   1465036 |    1903    32918   141390 |    37880    22733     51 | 46.979 % |
1347.74/1352.82	c 1353	|   1484500 |    1903    32918   141390 |    41668    17281     53 | 46.979 % |
1364.87/1370.19	c 1370	|   1513693 |    1903    32918   141390 |    45835    19362     50 | 46.979 % |
1387.24/1392.69	c 1393	|   1557483 |    1903    32918   141390 |    50419    30214     50 | 46.979 % |
1426.22/1431.65	c 1432	|   1623167 |    1903    32918   141390 |    55461    24568     49 | 46.979 % |
1483.19/1488.68	c 1489	|   1721693 |    1903    32918   141390 |    61007    42450     46 | 46.979 % |
1578.15/1583.69	c 1584	|   1869482 |    1903    32918   141390 |    67107    52080     44 | 46.979 % |
1727.89/1733.48	c 1734	|   2091165 |    1903    32918   141390 |    73818    65810     49 | 46.979 % |
1953.89/1959.51	c 1960	|   2423690 |    1903    32918   141390 |    81200    45263     34 | 46.979 % |
2313.15/2319.00	c 2319	|   2922479 |    1903    32918   141390 |    89320    80911     37 | 46.979 % |
2849.62/2855.64	c 2856	|   3670661 |    1903    32918   141390 |    98252    78141     39 | 46.979 % |
3600.00/3606.31	c ERROR INTERRUPTED
3600.00/3606.31	c 3607	CPU 3599.43 (0.05 0.03 3599.38 0.56)
3600.00/3606.31	c 3607	END Sun Jul 13 01:21:11 2008

Verifier Data (download as text)

OK	9	171
9 unsatisfied constraints, 171 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1114387-1215901264/watcher-1114387-1215901264 -o /tmp/evaluation-result-1114387-1215901264/solver-1114387-1215901264 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1114387-1215901264.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.89 3.13 3.20 5/87 13752
/proc/meminfo: memFree=1825376/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=12268 CPUtime=0
/proc/13752/stat : 13752 (sugar++) R 13750 13752 12594 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 46824005 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 210723633765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13752/statm: 3067 316 241 3 0 167 0

[startup+0.0634891 s]
/proc/loadavg: 2.89 3.13 3.20 5/87 13752
/proc/meminfo: memFree=1825376/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=15948 CPUtime=0.04
/proc/13752/stat : 13752 (sugar++) R 13750 13752 12594 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 46824005 16330752 878 996147200 4194304 4206940 548682068528 18446744073709551615 210723633765 0 0 4224 0 0 0 0 17 1 0 0
/proc/13752/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101488 s]
/proc/loadavg: 2.89 3.13 3.20 5/87 13752
/proc/meminfo: memFree=1825376/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16740 CPUtime=0.07
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 46824005 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301509 s]
/proc/loadavg: 2.89 3.13 3.20 5/87 13752
/proc/meminfo: memFree=1825376/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16740 CPUtime=0.07
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 46824005 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701556 s]
/proc/loadavg: 2.89 3.13 3.20 5/87 13752
/proc/meminfo: memFree=1825376/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16740 CPUtime=0.5
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1296 4643 0 1 5 2 40 3 15 0 1 0 46824005 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16740

[startup+1.50265 s]
/proc/loadavg: 2.89 3.13 3.20 4/98 13774
/proc/meminfo: memFree=1811016/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16740 CPUtime=0.5
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1297 4643 0 1 5 2 40 3 15 0 1 0 46824005 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4185 1104 409 3 0 764 0
[pid=13765] ppid=13752 vsize=5356 CPUtime=0
/proc/13765/stat : 13765 (sh) S 13752 13752 12594 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 46824062 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13765/statm: 1339 233 193 169 0 50 0
[pid=13766] ppid=13765 vsize=868380 CPUtime=0.91
/proc/13766/stat : 13766 (java) S 13765 13752 12594 0 -1 0 8967 0 1 0 87 4 0 0 20 0 9 0 46824062 889221120 8194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13766/statm: 217095 8194 2565 9 0 211642 0
[pid=13766/tid=13767] ppid=13765 vsize=868380 CPUtime=0.48
/proc/13766/task/13767/stat : 13767 (java) R 13765 13752 12594 0 -1 64 2667 0 1 0 46 2 0 0 25 0 9 0 46824063 889221120 8194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13766/tid=13768] ppid=13765 vsize=868380 CPUtime=0.24
/proc/13766/task/13768/stat : 13768 (java) S 13765 13752 12594 0 -1 64 4166 0 0 0 24 0 0 0 16 0 9 0 46824064 889221120 8194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13766/tid=13769] ppid=13765 vsize=868380 CPUtime=0
/proc/13766/task/13769/stat : 13769 (java) S 13765 13752 12594 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46824064 889221120 8194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13766/tid=13770] ppid=13765 vsize=868380 CPUtime=0
/proc/13766/task/13770/stat : 13770 (java) S 13765 13752 12594 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46824064 889221120 8194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13766/tid=13771] ppid=13765 vsize=868380 CPUtime=0
/proc/13766/task/13771/stat : 13771 (java) S 13765 13752 12594 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 46824066 889221120 8194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13766/tid=13772] ppid=13765 vsize=868380 CPUtime=0.15
/proc/13766/task/13772/stat : 13772 (java) S 13765 13752 12594 0 -1 64 1438 0 0 0 15 0 0 0 16 0 9 0 46824066 889221120 8194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13766/tid=13773] ppid=13765 vsize=868380 CPUtime=0
/proc/13766/task/13773/stat : 13773 (java) S 13765 13752 12594 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 46824066 889221120 8194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13766/tid=13774] ppid=13765 vsize=868380 CPUtime=0
/proc/13766/task/13774/stat : 13774 (java) S 13765 13752 12594 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46824066 889221120 8194 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890476

[startup+3.10184 s]
/proc/loadavg: 2.89 3.13 3.20 4/96 13785
/proc/meminfo: memFree=1810328/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.03
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1621 21495 0 4 5 3 179 16 15 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=5764 CPUtime=0.74
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 1377 0 0 0 74 0 0 0 22 0 1 0 46824193 5902336 1322 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/13775/statm: 1441 1322 80 151 0 1287 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 22636

[startup+6.30122 s]
/proc/loadavg: 2.89 3.13 3.20 4/89 13795
/proc/meminfo: memFree=1813712/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.03
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1621 21495 0 4 5 3 179 16 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=7820 CPUtime=3.93
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 1895 0 0 0 392 1 0 0 25 0 1 0 46824193 8007680 1840 996147200 134512640 135134323 4294956192 18446744073709551615 134529607 0 0 4096 3 0 0 0 17 1 0 0
/proc/13775/statm: 1955 1840 80 151 0 1801 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 24692

[startup+12.703 s]
/proc/loadavg: 2.90 3.12 3.19 3/89 13795
/proc/meminfo: memFree=1810512/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.03
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1621 21495 0 4 5 3 179 16 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=10652 CPUtime=10.3
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 2588 0 0 0 1028 2 0 0 25 0 1 0 46824193 10907648 2533 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/13775/statm: 2663 2533 80 151 0 2509 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 27524

[startup+25.5015 s]
/proc/loadavg: 2.84 3.10 3.18 4/89 13795
/proc/meminfo: memFree=1805136/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.03
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1621 21495 0 4 5 3 179 16 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=16060 CPUtime=23.03
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 3929 0 0 0 2300 3 0 0 25 0 1 0 46824193 16445440 3874 996147200 134512640 135134323 4294956192 18446744073709551615 134529083 0 0 4096 3 0 0 0 17 1 0 0
/proc/13775/statm: 4015 3874 80 151 0 3861 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 32932

[startup+51.1015 s]
/proc/loadavg: 2.83 3.08 3.17 3/89 13795
/proc/meminfo: memFree=1797648/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.03
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1621 21495 0 4 5 3 179 16 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=23660 CPUtime=48.51
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 5793 0 0 0 4845 6 0 0 25 0 1 0 46824193 24227840 5738 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13775/statm: 5915 5738 80 151 0 5761 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 40532

[startup+102.307 s]
/proc/loadavg: 2.81 3.03 3.15 4/89 13795
/proc/meminfo: memFree=1796432/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.03
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1621 21495 0 4 5 3 179 16 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=24592 CPUtime=99.46
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 6030 0 0 0 9940 6 0 0 25 0 1 0 46824193 25182208 5975 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 1 0 0
/proc/13775/statm: 6148 5975 80 151 0 5994 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 41464

[startup+162.302 s]
/proc/loadavg: 2.84 3.00 3.14 3/89 13795
/proc/meminfo: memFree=1791760/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.03
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1621 21495 0 4 5 3 179 16 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=29100 CPUtime=159.18
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 7175 0 0 0 15910 8 0 0 25 0 1 0 46824193 29798400 7120 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 1 0 0
/proc/13775/statm: 7275 7120 80 151 0 7121 0
Current children cumulated CPU time (s) 161.21
Current children cumulated vsize (KiB) 45972

[startup+222.302 s]
/proc/loadavg: 3.00 3.02 3.13 3/89 13795
/proc/meminfo: memFree=1787280/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.03
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1621 21495 0 4 5 3 179 16 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=33660 CPUtime=218.89
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 8297 0 0 0 21880 9 0 0 25 0 1 0 46824193 34467840 8242 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13775/statm: 8415 8242 80 151 0 8261 0
Current children cumulated CPU time (s) 220.92
Current children cumulated vsize (KiB) 50532

[startup+282.302 s]
/proc/loadavg: 2.93 2.99 3.11 4/89 13795
/proc/meminfo: memFree=1785104/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.03
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1621 21495 0 4 5 3 179 16 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=36064 CPUtime=278.59
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 8832 0 0 0 27850 9 0 0 25 0 1 0 46824193 36929536 8777 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13775/statm: 9016 8777 80 151 0 8862 0
Current children cumulated CPU time (s) 280.62
Current children cumulated vsize (KiB) 52936

[startup+342.302 s]
/proc/loadavg: 2.92 2.98 3.09 4/89 13795
/proc/meminfo: memFree=1784336/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.03
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1621 21495 0 4 5 3 179 16 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=13775] ppid=13752 vsize=51368 CPUtime=2913.94
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 12451 0 0 0 291362 32 0 0 25 0 1 0 46824193 52600832 12392 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 12842 12392 80 151 0 12688 0
Current children cumulated CPU time (s) 2916.28
Current children cumulated vsize (KiB) 68240

[startup+2982.3 s]
/proc/loadavg: 2.66 2.65 2.63 3/89 13978
/proc/meminfo: memFree=1775312/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=52840 CPUtime=2973.91
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 12835 0 0 0 297359 32 0 0 25 0 1 0 46824193 54108160 12776 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13210 12776 80 151 0 13056 0
Current children cumulated CPU time (s) 2976.25
Current children cumulated vsize (KiB) 69712

[startup+3042.3 s]
/proc/loadavg: 2.61 2.64 2.63 3/89 13978
/proc/meminfo: memFree=1775248/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=52840 CPUtime=3033.89
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 12843 0 0 0 303357 32 0 0 25 0 1 0 46824193 54108160 12784 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13210 12784 80 151 0 13056 0
Current children cumulated CPU time (s) 3036.23
Current children cumulated vsize (KiB) 69712

[startup+3102.3 s]
/proc/loadavg: 2.63 2.63 2.63 3/89 13978
/proc/meminfo: memFree=1775184/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=52840 CPUtime=3093.87
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 12848 0 0 0 309354 33 0 0 25 0 1 0 46824193 54108160 12789 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13210 12789 80 151 0 13056 0
Current children cumulated CPU time (s) 3096.21
Current children cumulated vsize (KiB) 69712

[startup+3162.3 s]
/proc/loadavg: 2.71 2.65 2.63 3/89 13978
/proc/meminfo: memFree=1774928/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=52972 CPUtime=3153.85
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 12882 0 0 0 315352 33 0 0 25 0 1 0 46824193 54243328 12823 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13243 12823 80 151 0 13089 0
Current children cumulated CPU time (s) 3156.19
Current children cumulated vsize (KiB) 69844

[startup+3222.3 s]
/proc/loadavg: 2.58 2.63 2.63 3/89 13978
/proc/meminfo: memFree=1774864/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=53052 CPUtime=3213.82
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 12884 0 0 0 321349 33 0 0 25 0 1 0 46824193 54325248 12825 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13263 12825 80 151 0 13109 0
Current children cumulated CPU time (s) 3216.16
Current children cumulated vsize (KiB) 69924

[startup+3282.3 s]
/proc/loadavg: 2.77 2.67 2.64 3/89 13978
/proc/meminfo: memFree=1774736/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=53044 CPUtime=3273.8
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 12884 0 0 0 327347 33 0 0 25 0 1 0 46824193 54317056 12825 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13261 12825 80 151 0 13107 0
Current children cumulated CPU time (s) 3276.14
Current children cumulated vsize (KiB) 69916

[startup+3342.3 s]
/proc/loadavg: 2.43 2.59 2.61 3/89 13978
/proc/meminfo: memFree=1773776/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=54240 CPUtime=3333.77
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 13153 0 0 0 333344 33 0 0 25 0 1 0 46824193 55541760 13094 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13560 13094 80 151 0 13406 0
Current children cumulated CPU time (s) 3336.11
Current children cumulated vsize (KiB) 71112

[startup+3402.31 s]
/proc/loadavg: 2.56 2.60 2.62 3/89 13978
/proc/meminfo: memFree=1773456/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=54552 CPUtime=3393.75
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 13231 0 0 0 339342 33 0 0 25 0 1 0 46824193 55861248 13172 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13638 13172 80 151 0 13484 0
Current children cumulated CPU time (s) 3396.09
Current children cumulated vsize (KiB) 71424

[startup+3462.3 s]
/proc/loadavg: 2.48 2.58 2.61 3/89 13978
/proc/meminfo: memFree=1772944/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=54948 CPUtime=3453.73
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 13338 0 0 0 345339 34 0 0 25 0 1 0 46824193 56266752 13279 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13737 13279 80 151 0 13583 0
Current children cumulated CPU time (s) 3456.07
Current children cumulated vsize (KiB) 71820

[startup+3522.3 s]
/proc/loadavg: 2.71 2.62 2.62 3/89 13980
/proc/meminfo: memFree=1772688/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=55092 CPUtime=3513.7
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 13366 0 0 0 351336 34 0 0 25 0 1 0 46824193 56414208 13307 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13773 13307 80 151 0 13619 0
Current children cumulated CPU time (s) 3516.04
Current children cumulated vsize (KiB) 71964

[startup+3582.3 s]
/proc/loadavg: 2.78 2.66 2.63 3/89 13980
/proc/meminfo: memFree=1772624/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=55092 CPUtime=3573.67
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 13366 0 0 0 357333 34 0 0 25 0 1 0 46824193 56414208 13307 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13773 13307 80 151 0 13619 0
Current children cumulated CPU time (s) 3576.01
Current children cumulated vsize (KiB) 71964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 2.73 2.65 2.63 3/89 13980
/proc/meminfo: memFree=1772304/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=55424 CPUtime=3597.66
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 13454 0 0 0 359732 34 0 0 25 0 1 0 46824193 56754176 13387 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13856 13387 80 151 0 13702 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 72296

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

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

[startup+3606.3 s]
/proc/loadavg: 2.73 2.65 2.63 3/89 13980
/proc/meminfo: memFree=1772304/2055920 swapFree=4176408/4192956
[pid=13752] ppid=13750 vsize=16872 CPUtime=2.34
/proc/13752/stat : 13752 (sugar++) S 13750 13752 12594 0 -1 4194304 1762 28988 0 6 5 3 205 21 16 0 1 0 46824005 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13752/statm: 4218 1118 414 3 0 797 0
[pid=13775] ppid=13752 vsize=55424 CPUtime=3597.66
/proc/13775/stat : 13775 (minisat-inc) R 13752 13752 12594 0 -1 4194304 13454 0 0 0 359732 34 0 0 25 0 1 0 46824193 56754176 13387 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/13775/statm: 13856 13387 80 151 0 13702 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 72296

Child status: 0
Real time (s): 3606.32
CPU time (s): 3600.05
CPU user time (s): 3599.44
CPU system time (s): 0.607907
CPU usage (%): 99.8261
Max. virtual memory (cumulated for all children) (KiB): 890476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.44
system time used= 0.607907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44283
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3234
involuntary context switches= 36427

runsolver used 3.9304 second user time and 12.6811 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-13 00:21:04
IDJOB=1114387
IDBENCH=61727
IDSOLVER=367
FILE ID=node73/1114387-1215901264
PBS_JOBID= 7903589
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-37_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1114387-1215901264/watcher-1114387-1215901264 -o /tmp/evaluation-result-1114387-1215901264/solver-1114387-1215901264 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1114387-1215901264.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6d143140d55a0ecf08cf2fdc434bce33
RANDOM SEED=1692196189

node73.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.239
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.239
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1826048 kB
Buffers:         13552 kB
Cached:          70688 kB
SwapCached:       5520 kB
Active:         133272 kB
Inactive:        45168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826048 kB
SwapTotal:     4192956 kB
SwapFree:      4176408 kB
Dirty:            1208 kB
Writeback:           0 kB
Mapped:         110700 kB
Slab:            35816 kB
Committed_AS:   954516 kB
PageTables:       2596 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node73 at 2008-07-13 01:21:13