Trace number 1108675

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)18 3600.04 3615.72

General information on the benchmark

Namecsp/rand-2-25/
normalized-rand-25-25-300-147-50021_ext.xml
MD5SUM72d0c62ff90f027d1b15f27f9493e392
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1594.05
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
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.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 16:15:05 2008
0.00/0.07	c 0	PID 13736
0.06/0.07	c 0	HOST node16.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-1108675-1215785705.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108675-1215785705.xml' 'HOME/temp.csp'
0.06/0.81	c 1	1 domains, 25 variables, 0 predicates, 300 relations, 300 constraints
0.06/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.84	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.77/0.91	c 1	Parsing HOME/temp.csp
1.11/1.27	c 1	parsed 626 expressions
1.11/1.27	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.27	c 1	MAX CSP: 300 constraints
1.11/1.27	c 1	Converting to clausal form CSP
1.21/1.30	c 2	converted 93 (10%) expressions
1.21/1.30	c 2	converted 186 (20%) expressions
1.21/1.31	c 2	converted 279 (30%) expressions
1.21/1.34	c 2	converted 372 (40%) expressions
1.21/1.36	c 2	converted 465 (50%) expressions
1.21/1.38	c 2	converted 558 (60%) expressions
1.31/1.45	c 2	converted 651 (70%) expressions
1.31/1.47	c 2	converted 744 (80%) expressions
1.31/1.49	c 2	converted 837 (90%) expressions
1.50/1.65	c 2	converted 929 (100%) expressions
1.50/1.65	c 2	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 451
1.50/1.65	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.65	c 2	Propagation in CSP
1.50/1.68	c 2	296 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.68	c 2	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 301
1.50/1.68	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.68	c 2	Simplifing CSP by introducing new Boolean variables
1.50/1.69	c 2	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 301
1.50/1.69	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.73	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.65/1.81	c 2	63 (10%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.65/1.81	c 2	125 (20%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.65/1.81	c 2	188 (30%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.65/1.81	c 2	250 (40%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.65/1.81	c 2	313 (50%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.65/1.82	c 2	375 (60%) CSP integer variables are encoded (1068 clauses, 12395 bytes)
1.65/1.82	c 2	438 (70%) CSP integer variables are encoded (3391 clauses, 42594 bytes)
1.65/1.82	c 2	500 (80%) CSP integer variables are encoded (3998 clauses, 50485 bytes)
1.65/1.82	c 2	563 (90%) CSP integer variables are encoded (4354 clauses, 55113 bytes)
1.65/1.82	c 2	625 (100%) CSP integer variables are encoded (4868 clauses, 61795 bytes)
1.75/1.92	c 2	90 (10%) CSP clauses are encoded (13993 clauses, 261332 bytes)
1.75/1.97	c 2	180 (20%) CSP clauses are encoded (23054 clauses, 479501 bytes)
1.85/2.03	c 2	270 (30%) CSP clauses are encoded (32010 clauses, 695455 bytes)
1.85/2.06	c 2	360 (40%) CSP clauses are encoded (35701 clauses, 779062 bytes)
1.94/2.16	c 2	450 (50%) CSP clauses are encoded (84869 clauses, 1661114 bytes)
1.94/2.16	c 2	540 (60%) CSP clauses are encoded (86767 clauses, 1693533 bytes)
2.05/2.24	c 2	630 (70%) CSP clauses are encoded (131627 clauses, 2516241 bytes)
2.05/2.24	c 2	720 (80%) CSP clauses are encoded (133779 clauses, 2553131 bytes)
2.05/2.25	c 2	810 (90%) CSP clauses are encoded (138615 clauses, 2639081 bytes)
2.05/2.28	c 2	899 (100%) CSP clauses are encoded (156101 clauses, 2955989 bytes)
2.05/2.28	c 3	899 CSP clauses encoded
2.05/2.28	c 3	Writing map file : HOME/temp.map
2.05/2.29	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.05/2.29	c 3	SAT : 5493 SAT variables, 156101 SAT clauses, 2955989 bytes
2.05/2.29	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.35	c 3	OBJECTIVE minimize _COST
2.14/2.35	c 3	SOLVING HOME/temp.cnf
2.14/2.35	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.14/2.35	c 3	This is MiniSat 2.0 beta incremental
2.14/2.35	c 3	WARNING: for repeatability, setting FPU to use double precision
2.14/2.35	c 3	============================[ Problem Statistics ]=============================
2.14/2.35	c 3	|                                                                             |
2.14/2.35	c 3	|  Number of variables:  5493                                                 |
2.14/2.35	c 3	|  Number of clauses:    156101                                               |
2.15/2.43	c 3	|  Parsing time:         0.07         s                                       |
2.15/2.43	c 3	OK
2.15/2.43	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.15/2.43	c 3	SEARCHING: _COST <= 150
2.15/2.43	c 3	============================[ Search Statistics ]==============================
2.15/2.43	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.15/2.43	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.15/2.43	c 3	===============================================================================
2.15/2.43	c 3	|         0 |    5493   156101   508894 |    52033        0    nan |  0.000 % |
2.15/2.44	c 3	===============================================================================
2.15/2.44	c 3	restarts              : 1
2.15/2.44	c 3	conflicts             : 3             (35 /sec)
2.15/2.44	c 3	decisions             : 27            (0.00 % random) (314 /sec)
2.15/2.44	c 3	propagations          : 5699           (66278 /sec)
2.15/2.44	c 3	conflict literals     : 61             (1.61 % deleted)
2.15/2.44	c 3	Memory used           : 8.73 MB
2.15/2.44	c 3	CPU time              : 0.085986 s
2.15/2.44	c 3	
2.15/2.44	c 3	SATISFIABLE
2.15/2.45	c 3	OK
2.15/2.45	c 3	FOUND: _COST <= 150
2.15/2.45	s SATISFIABLE
2.15/2.45	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.15/2.45	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.15/2.55	c 3	Decoding HOME/temp.out
2.15/2.62	c 3	OBJECTIVE _COST 150
2.15/2.62	o 150
2.15/2.62	v 3 23 22 20 0 23 17 13 24 13 18 24 17 24 22 22 23 23 22 24 22 24 23 24 24
2.15/2.62	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.15/2.66	c 3	OK
2.15/2.66	c 3	OBJECTIVE BOUND: 0 <= _COST <= 150
2.15/2.66	c 3	SEARCHING: _COST <= 75
2.15/2.67	c 3	============================[ Search Statistics ]==============================
2.15/2.67	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.15/2.67	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.15/2.67	c 3	===============================================================================
2.15/2.67	c 3	|         3 |    5493   156101   508894 |    52033        3     20 |  0.000 % |
2.30/2.72	c 3	|       103 |    4220   156101   508894 |    57237      103     30 | 24.579 % |
2.30/2.73	c 3	===============================================================================
2.30/2.73	c 3	restarts              : 3
2.30/2.73	c 3	conflicts             : 218           (1434 /sec)
2.30/2.73	c 3	decisions             : 437           (0.00 % random) (2875 /sec)
2.30/2.73	c 3	propagations          : 103785         (682904 /sec)
2.30/2.73	c 3	conflict literals     : 8341           (35.95 % deleted)
2.30/2.73	c 3	Memory used           : 8.86 MB
2.30/2.73	c 3	CPU time              : 0.151976 s
2.30/2.73	c 3	
2.30/2.73	c 3	SATISFIABLE
2.30/2.73	c 3	OK
2.30/2.73	c 3	FOUND: _COST <= 75
2.30/2.73	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.30/2.73	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.31/2.82	c 3	Decoding HOME/temp.out
2.31/2.90	c 3	OBJECTIVE _COST 75
2.31/2.90	o 75
2.31/2.90	v 21 11 21 24 15 24 20 10 24 24 24 24 24 24 24 24 24 24 24 7 20 24 22 24 24
2.31/2.90	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.31/2.96	c 3	OK
2.31/2.96	c 3	OBJECTIVE BOUND: 0 <= _COST <= 75
2.31/2.96	c 3	SEARCHING: _COST <= 37
2.31/2.96	c 3	============================[ Search Statistics ]==============================
2.31/2.97	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.31/2.97	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.31/2.97	c 3	===============================================================================
2.31/2.97	c 3	|       218 |    4143   156101   508894 |    52033      218     38 | 24.579 % |
2.31/2.98	c 3	|       318 |    4143   156101   508894 |    57237      318     33 | 38.232 % |
2.47/3.02	c 3	|       469 |    4143   156101   508894 |    62960      469     30 | 38.232 % |
2.47/3.07	c 3	|       696 |    4143   156101   508894 |    69256      696     31 | 38.232 % |
2.47/3.14	c 3	|      1033 |    4143   156101   508894 |    76182     1033     31 | 38.232 % |
2.86/3.25	c 3	|      1539 |    4143   156101   508894 |    83800     1539     32 | 38.232 % |
3.06/3.44	c 4	|      2298 |    3393    83597   297457 |    92180     2298     33 | 38.232 % |
3.26/3.67	c 4	|      3437 |    3393    83597   297457 |   101398     3437     32 | 38.232 % |
3.65/4.04	c 4	|      5145 |    3393    83597   297457 |   111538     5145     32 | 38.232 % |
4.25/4.64	c 5	|      7707 |    3393    83597   297457 |   122692     7707     31 | 38.232 % |
5.24/5.63	c 6	|     11552 |    3393    83597   297457 |   134961    11552     32 | 38.232 % |
6.64/7.03	c 7	|     17320 |    3393    83597   297457 |   148458    17320     34 | 38.232 % |
8.44/8.82	c 9	===============================================================================
8.44/8.82	c 9	restarts              : 15
8.44/8.82	c 9	conflicts             : 22769         (3804 /sec)
8.44/8.82	c 9	decisions             : 25918         (0.45 % random) (4330 /sec)
8.44/8.82	c 9	propagations          : 7118339        (1189147 /sec)
8.44/8.82	c 9	conflict literals     : 794941         (37.62 % deleted)
8.44/8.82	c 9	Memory used           : 11.06 MB
8.44/8.82	c 9	CPU time              : 5.98609 s
8.44/8.82	c 9	
8.44/8.82	c 9	SATISFIABLE
8.44/8.83	c 9	OK
8.44/8.83	c 9	FOUND: _COST <= 37
8.44/8.83	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.44/8.83	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.46/9.10	c 9	Decoding HOME/temp.out
8.46/9.17	c 9	OBJECTIVE _COST 37
8.46/9.17	o 37
8.46/9.17	v 24 23 16 24 24 24 22 10 24 24 24 12 18 24 12 24 24 24 1 1 20 24 0 24 24
8.46/9.18	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.63/9.20	c 9	OK
8.63/9.20	c 9	OBJECTIVE BOUND: 0 <= _COST <= 37
8.63/9.20	c 9	SEARCHING: _COST <= 18
8.63/9.20	c 9	============================[ Search Statistics ]==============================
8.63/9.20	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.63/9.20	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.63/9.20	c 9	===============================================================================
8.63/9.20	c 9	|     22769 |    2895    61378   232256 |    20459    22684     35 | 38.232 % |
8.63/9.24	c 9	|     22869 |    2895    61378   232256 |    22505    22784     35 | 47.298 % |
8.73/9.30	c 10	|     23019 |    2895    61378   232256 |    24755    22934     35 | 47.298 % |
8.73/9.37	c 10	|     23244 |    2895    61378   232256 |    27231    23159     35 | 47.298 % |
8.82/9.47	c 10	|     23582 |    2895    61378   232256 |    29954    23497     35 | 47.298 % |
9.02/9.64	c 10	|     24088 |    2895    61378   232256 |    32949    24003     35 | 47.298 % |
9.22/9.88	c 10	|     24848 |    2895    61378   232256 |    36244    24763     34 | 47.298 % |
9.62/10.21	c 10	|     25987 |    2895    61378   232256 |    39869    25902     34 | 47.298 % |
10.12/10.72	c 11	|     27695 |    2895    61378   232256 |    43856    27610     35 | 47.298 % |
10.92/11.55	c 12	|     30257 |    2895    61378   232256 |    48242    30172     35 | 47.298 % |
12.42/13.01	c 13	|     34101 |    2895    61378   232256 |    53066    34016     35 | 47.298 % |
15.01/15.64	c 16	|     39867 |    2895    61378   232256 |    58372    39782     35 | 47.298 % |
18.79/19.46	c 20	|     48516 |    2895    61378   232256 |    64210    48431     34 | 47.298 % |
25.16/25.88	c 26	|     61490 |    2895    61378   232256 |    70631    61405     34 | 47.298 % |
35.33/36.04	c 36	|     80951 |    2895    61378   232256 |    77694    18930     33 | 47.298 % |
50.37/51.18	c 51	|    110144 |    2895    61378   232256 |    85463    48123     32 | 47.298 % |
90.82/91.75	c 92	|    153933 |    2895    61378   232256 |    94010    16482     28 | 47.298 % |
134.76/135.81	c 136	|    219618 |    2895    61378   232256 |   103411    82167     35 | 47.298 % |
195.73/197.00	c 197	|    318144 |    2895    61378   232256 |   113752    85469     62 | 47.298 % |
302.45/304.18	c 304	|    465933 |    2895    61378   232256 |   125127    27311     41 | 47.298 % |
512.87/515.40	c 516	|    687617 |    2895    61378   232256 |   137640    24826     47 | 47.298 % |
848.03/851.71	c 852	|   1020142 |    2895    61378   232256 |   151404   111142     39 | 47.298 % |
1378.76/1384.57	c 1385	|   1518930 |    2895    61378   232256 |   166544    62158     36 | 47.298 % |
2235.53/2245.17	c 2245	|   2267113 |    2895    61378   232256 |   183199    46144     33 | 47.298 % |
2625.99/2637.34	c 2638	===============================================================================
2625.99/2637.34	c 2638	restarts              : 39
2625.99/2637.34	c 2638	conflicts             : 2571732       (980 /sec)
2625.99/2637.34	c 2638	decisions             : 2784096       (0.52 % random) (1061 /sec)
2625.99/2637.34	c 2638	propagations          : 793988974      (302684 /sec)
2625.99/2637.34	c 2638	conflict literals     : 99194582       (36.93 % deleted)
2625.99/2637.34	c 2638	Memory used           : 55.84 MB
2625.99/2637.34	c 2638	CPU time              : 2623.16 s
2625.99/2637.34	c 2638	
2625.99/2637.34	c 2638	SATISFIABLE
2625.99/2637.35	c 2638	OK
2625.99/2637.35	c 2638	FOUND: _COST <= 18
2625.99/2637.35	c 2638	DECODING HOME/temp.out WITH HOME/temp.map
2625.99/2637.35	c 2638	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2626.04/2637.45	c 2638	Decoding HOME/temp.out
2626.04/2637.54	c 2638	OBJECTIVE _COST 18
2626.04/2637.54	o 18
2626.04/2637.54	v 3 11 24 1 24 0 22 15 16 24 24 11 16 24 19 0 0 8 24 2 24 24 0 23 8
2626.04/2637.55	c 2638	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2626.26/2637.66	c 2638	OK
2626.26/2637.66	c 2638	OBJECTIVE BOUND: 0 <= _COST <= 18
2626.26/2637.66	c 2638	SEARCHING: _COST <= 9
2626.26/2637.66	c 2638	============================[ Search Statistics ]==============================
2626.26/2637.66	c 2638	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2626.26/2637.66	c 2638	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2626.26/2637.66	c 2638	===============================================================================
2626.26/2637.66	c 2638	|   2571732 |    2503    47860   192859 |    15953   182711     36 | 47.298 % |
2628.55/2639.91	c 2640	|   2571832 |    2503    47860   192859 |    17548    19299     32 | 54.434 % |
2628.55/2639.98	c 2640	|   2571982 |    2503    47860   192859 |    19303    19449     32 | 54.434 % |
2628.65/2640.08	c 2640	|   2572207 |    2503    47860   192859 |    21233    19674     32 | 54.434 % |
2628.84/2640.23	c 2640	|   2572544 |    2503    47860   192859 |    23357    20011     32 | 54.434 % |
2629.04/2640.46	c 2641	|   2573051 |    2503    47860   192859 |    25693    20518     32 | 54.434 % |
2629.34/2640.76	c 2641	|   2573812 |    2503    47860   192859 |    28262    21279     32 | 54.434 % |
2629.84/2641.21	c 2641	|   2574954 |    2503    47860   192859 |    31088    22421     32 | 54.434 % |
2630.54/2641.93	c 2642	|   2576663 |    2503    47860   192859 |    34197    24130     32 | 54.434 % |
2631.54/2642.93	c 2643	|   2579225 |    2503    47860   192859 |    37617    26692     32 | 54.434 % |
2633.13/2644.59	c 2645	|   2583070 |    2503    47860   192859 |    41378    30537     32 | 54.434 % |
2635.52/2646.96	c 2647	|   2588838 |    2503    47860   192859 |    45516    36305     32 | 54.434 % |
2639.31/2650.75	c 2651	|   2597487 |    2503    47860   192859 |    50068    44954     32 | 54.434 % |
2645.58/2657.08	c 2657	|   2610461 |    2503    47860   192859 |    55075    16823     27 | 54.434 % |
2654.84/2666.30	c 2667	|   2629923 |    2503    47860   192859 |    60582    36285     34 | 54.434 % |
2676.64/2688.25	c 2688	|   2659115 |    2503    47860   192859 |    66641    16635     33 | 54.434 % |
2699.93/2711.64	c 2712	|   2702904 |    2503    47860   192859 |    73305    60424     38 | 54.434 % |
2743.44/2755.37	c 2756	|   2768588 |    2503    47860   192859 |    80635    62534     53 | 54.434 % |
2820.07/2832.34	c 2833	|   2867115 |    2503    47860   192859 |    88699    22055     35 | 54.434 % |
2927.20/2939.96	c 2940	|   3014904 |    2503    47860   192859 |    97569    92492     35 | 54.434 % |
3103.91/3117.42	c 3118	|   3236588 |    2503    47860   192859 |   107326    56870     37 | 54.434 % |
3401.08/3415.93	c 3416	|   3569113 |    2503    47860   192859 |   118058   105380     39 | 54.434 % |
3600.00/3615.71	c ERROR INTERRUPTED
3600.00/3615.72	c 3616	CPU 3599.46 (0.06 0.02 3599.4 0.53)
3600.00/3615.72	c 3616	END Fri Jul 11 17:15:21 2008

Verifier Data (download as text)

OK	18	282
18 unsatisfied constraints, 282 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-1108675-1215785705/watcher-1108675-1215785705 -o /tmp/evaluation-result-1108675-1215785705/solver-1108675-1215785705 -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-1108675-1215785705.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.68 2.67 2.57 4/80 13736
/proc/meminfo: memFree=1742832/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=12268 CPUtime=0
/proc/13736/stat : 13736 (sugar++) R 13734 13736 13243 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 35273089 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/13736/statm: 3067 316 241 3 0 167 0

[startup+0.076614 s]
/proc/loadavg: 2.68 2.67 2.57 4/80 13736
/proc/meminfo: memFree=1742832/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16740 CPUtime=0.06
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1143 0 0 0 5 1 0 0 20 0 1 0 35273089 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101876 s]
/proc/loadavg: 2.68 2.67 2.57 4/80 13736
/proc/meminfo: memFree=1742832/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16740 CPUtime=0.06
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 35273089 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30182 s]
/proc/loadavg: 2.68 2.67 2.57 4/80 13736
/proc/meminfo: memFree=1742832/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16740 CPUtime=0.06
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 35273089 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70172 s]
/proc/loadavg: 2.68 2.67 2.57 4/80 13736
/proc/meminfo: memFree=1742832/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16740 CPUtime=0.06
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 35273089 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50251 s]
/proc/loadavg: 2.68 2.67 2.57 4/91 13758
/proc/meminfo: memFree=1734104/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16740 CPUtime=0.77
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1296 4756 0 1 5 1 67 4 15 0 1 0 35273089 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4185 1104 409 3 0 764 0
[pid=13749] ppid=13736 vsize=5356 CPUtime=0
/proc/13749/stat : 13749 (sh) S 13736 13736 13243 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 35273174 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13749/statm: 1339 233 193 169 0 50 0
[pid=13750] ppid=13749 vsize=864332 CPUtime=0.64
/proc/13750/stat : 13750 (java) S 13749 13736 13243 0 -1 0 7188 0 1 0 60 4 0 0 20 0 9 0 35273174 885075968 6468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13750/statm: 216083 6468 2540 9 0 210658 0
[pid=13750/tid=13751] ppid=13749 vsize=864332 CPUtime=0.36
/proc/13750/task/13751/stat : 13751 (java) R 13749 13736 13243 0 -1 64 2596 0 1 0 35 1 0 0 25 0 9 0 35273175 885075968 6468 996147200 134512640 134550740 4294955920 18446744073709551615 101444645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13750/tid=13752] ppid=13749 vsize=864332 CPUtime=0.17
/proc/13750/task/13752/stat : 13752 (java) S 13749 13736 13243 0 -1 64 3554 0 0 0 16 1 0 0 16 0 9 0 35273176 885075968 6468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13750/tid=13753] ppid=13749 vsize=864332 CPUtime=0
/proc/13750/task/13753/stat : 13753 (java) S 13749 13736 13243 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35273176 885075968 6468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13750/tid=13754] ppid=13749 vsize=864332 CPUtime=0
/proc/13750/task/13754/stat : 13754 (java) S 13749 13736 13243 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 35273176 885075968 6468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13750/tid=13755] ppid=13749 vsize=864332 CPUtime=0
/proc/13750/task/13755/stat : 13755 (java) S 13749 13736 13243 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35273178 885075968 6468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13750/tid=13756] ppid=13749 vsize=864332 CPUtime=0.08
/proc/13750/task/13756/stat : 13756 (java) S 13749 13736 13243 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 35273178 885075968 6468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13750/tid=13757] ppid=13749 vsize=864332 CPUtime=0
/proc/13750/task/13757/stat : 13757 (java) S 13749 13736 13243 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35273178 885075968 6468 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13750/tid=13758] ppid=13749 vsize=864332 CPUtime=0
/proc/13750/task/13758/stat : 13758 (java) S 13749 13736 13243 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35273178 885075968 6468 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) 886428

[startup+3.10209 s]
/proc/loadavg: 2.71 2.67 2.58 4/91 13758
/proc/meminfo: memFree=1717080/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.47
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1625 21346 0 4 5 2 221 19 15 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 16872

[startup+6.30126 s]
/proc/loadavg: 2.71 2.67 2.58 3/82 13779
/proc/meminfo: memFree=1727968/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.47
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1625 21346 0 4 5 2 221 19 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=9724 CPUtime=3.47
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 2336 0 0 0 346 1 0 0 25 0 1 0 35273325 9957376 2281 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 2431 2281 79 151 0 2277 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 26596

[startup+12.7016 s]
/proc/loadavg: 2.75 2.68 2.58 4/82 13789
/proc/meminfo: memFree=1725024/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.63
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1695 25126 0 5 6 2 234 21 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=12692 CPUtime=9.48
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 3061 0 0 0 947 1 0 0 25 0 1 0 35273325 12996608 3004 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13759/statm: 3173 3004 79 151 0 3019 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 29564

[startup+25.5013 s]
/proc/loadavg: 2.71 2.68 2.58 4/82 13789
/proc/meminfo: memFree=1720352/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.63
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1695 25126 0 5 6 2 234 21 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=17224 CPUtime=22.23
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 4196 0 0 0 2221 2 0 0 25 0 1 0 35273325 17637376 4139 996147200 134512640 135134323 4294956192 18446744073709551615 134532004 0 0 4096 3 0 0 0 17 0 0 0
/proc/13759/statm: 4306 4139 79 151 0 4152 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 34096

[startup+51.1016 s]
/proc/loadavg: 2.75 2.68 2.58 4/82 13789
/proc/meminfo: memFree=1717984/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.63
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1695 25126 0 5 6 2 234 21 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=19612 CPUtime=47.74
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 4775 0 0 0 4771 3 0 0 25 0 1 0 35273325 20082688 4718 996147200 134512640 135134323 4294956192 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 0 0 0
/proc/13759/statm: 4903 4718 79 151 0 4749 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 36484

[startup+102.306 s]
/proc/loadavg: 2.57 2.64 2.57 4/82 13789
/proc/meminfo: memFree=1715168/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.63
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1695 25126 0 5 6 2 234 21 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=22228 CPUtime=98.76
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 5451 0 0 0 9872 4 0 0 25 0 1 0 35273325 22761472 5394 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13759/statm: 5557 5394 79 151 0 5403 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 39100

[startup+162.302 s]
/proc/loadavg: 2.68 2.66 2.58 4/82 13791
/proc/meminfo: memFree=1707296/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.63
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1695 25126 0 5 6 2 234 21 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=30000 CPUtime=158.53
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 7356 0 0 0 15848 5 0 0 25 0 1 0 35273325 30720000 7299 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/13759/statm: 7500 7299 79 151 0 7346 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 46872

[startup+222.302 s]
/proc/loadavg: 2.72 2.67 2.59 3/82 13791
/proc/meminfo: memFree=1696480/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.63
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1695 25126 0 5 6 2 234 21 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=40796 CPUtime=218.3
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 10055 0 0 0 21822 8 0 0 25 0 1 0 35273325 41775104 9998 996147200 134512640 135134323 4294956192 18446744073709551615 134532169 0 0 4096 3 0 0 0 17 0 0 0
/proc/13759/statm: 10199 9998 79 151 0 10045 0
Current children cumulated CPU time (s) 220.93
Current children cumulated vsize (KiB) 57668

[startup+282.301 s]
/proc/loadavg: 2.69 2.66 2.58 3/82 13791
/proc/meminfo: memFree=1696096/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.63
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1695 25126 0 5 6 2 234 21 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=41060 CPUtime=278.1
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 10122 0 0 0 27801 9 0 0 25 0 1 0 35273325 42045440 10065 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/13759/statm: 10265 10065 79 151 0 10111 0
Current children cumulated CPU time (s) 280.73
Current children cumulated vsize (KiB) 57932

[startup+342.302 s]
/proc/loadavg: 2.52 2.62 2.57 4/82 13791
/proc/meminfo: memFree=1696096/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.63
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1695 25126 0 5 6 2 234 21 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=41060 CPUtime=337.87
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 10123 0 0 0 33778 9 0 0 25 0 1 0 35273325 42045440 10066 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=13759] ppid=13736 vsize=57132 CPUtime=2906.83
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 290657 26 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 2909.67
Current children cumulated vsize (KiB) 74004

[startup+2982.3 s]
/proc/loadavg: 2.01 2.00 2.07 3/83 13848
/proc/meminfo: memFree=1741520/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=2966.57
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 296630 27 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 2969.41
Current children cumulated vsize (KiB) 74004

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/83 13848
/proc/meminfo: memFree=1741520/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3026.3
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 302603 27 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 3029.14
Current children cumulated vsize (KiB) 74004

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 13848
/proc/meminfo: memFree=1741464/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3086.03
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 308576 27 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 3088.87
Current children cumulated vsize (KiB) 74004

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 13848
/proc/meminfo: memFree=1741400/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3145.77
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 314550 27 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 3148.61
Current children cumulated vsize (KiB) 74004

[startup+3222.3 s]
/proc/loadavg: 2.06 2.01 2.06 3/83 13848
/proc/meminfo: memFree=1741400/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3205.5
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 320523 27 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 3208.34
Current children cumulated vsize (KiB) 74004

[startup+3282.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/83 13848
/proc/meminfo: memFree=1741400/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3265.24
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 326497 27 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 3268.08
Current children cumulated vsize (KiB) 74004

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/83 13848
/proc/meminfo: memFree=1741400/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3324.97
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 332470 27 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134524721 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 3327.81
Current children cumulated vsize (KiB) 74004

[startup+3402.31 s]
/proc/loadavg: 2.05 2.01 2.04 3/83 13848
/proc/meminfo: memFree=1741400/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3384.7
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 338443 27 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 3387.54
Current children cumulated vsize (KiB) 74004

[startup+3462.3 s]
/proc/loadavg: 2.02 2.01 2.04 3/83 13848
/proc/meminfo: memFree=1741208/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3444.44
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 344416 28 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 3447.28
Current children cumulated vsize (KiB) 74004

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 13848
/proc/meminfo: memFree=1741208/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3504.17
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13903 0 0 0 350389 28 0 0 25 0 1 0 35273325 58503168 13836 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13836 79 151 0 14129 0
Current children cumulated CPU time (s) 3507.01
Current children cumulated vsize (KiB) 74004

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 13848
/proc/meminfo: memFree=1741144/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3563.91
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13904 0 0 0 356363 28 0 0 25 0 1 0 35273325 58503168 13837 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13837 79 151 0 14129 0
Current children cumulated CPU time (s) 3566.75
Current children cumulated vsize (KiB) 74004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.71 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 13848
/proc/meminfo: memFree=1741016/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3597.16
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13904 0 0 0 359688 28 0 0 25 0 1 0 35273325 58503168 13837 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13837 79 151 0 14129 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 74004

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

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

[startup+3615.71 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 13848
/proc/meminfo: memFree=1741016/2055920 swapFree=4179412/4192956
[pid=13736] ppid=13734 vsize=16872 CPUtime=2.84
/proc/13736/stat : 13736 (sugar++) S 13734 13736 13243 0 -1 4194304 1765 28904 0 6 6 2 252 24 16 0 1 0 35273089 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13736/statm: 4218 1121 414 3 0 797 0
[pid=13759] ppid=13736 vsize=57132 CPUtime=3597.16
/proc/13759/stat : 13759 (minisat-inc) R 13736 13736 13243 0 -1 4194304 13904 0 0 0 359688 28 0 0 25 0 1 0 35273325 58503168 13837 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13759/statm: 14283 13837 79 151 0 14129 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 74004

Child status: 0
Real time (s): 3615.72
CPU time (s): 3600.04
CPU user time (s): 3599.47
CPU system time (s): 0.568913
CPU usage (%): 99.5664
Max. virtual memory (cumulated for all children) (KiB): 890492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.568913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44653
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= 3470
involuntary context switches= 71400

runsolver used 3.14652 second user time and 10.0295 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-11 16:15:05
IDJOB=1108675
IDBENCH=60749
IDSOLVER=367
FILE ID=node16/1108675-1215785705
PBS_JOBID= 7903163
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-2-25/normalized-rand-25-25-300-147-50021_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-1108675-1215785705/watcher-1108675-1215785705 -o /tmp/evaluation-result-1108675-1215785705/solver-1108675-1215785705 -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-1108675-1215785705.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72d0c62ff90f027d1b15f27f9493e392
RANDOM SEED=1320257592

node16.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.218
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.218
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:       1743568 kB
Buffers:         27992 kB
Cached:         156188 kB
SwapCached:       8124 kB
Active:         113712 kB
Inactive:       156028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743568 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            1204 kB
Writeback:           0 kB
Mapped:          99692 kB
Slab:            27756 kB
Committed_AS:   914356 kB
PageTables:       1992 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= 66524 MiB
End job on node16 at 2008-07-11 17:15:23