Trace number 1114779

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)10 3600.15 3621.42

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-11_ext.xml
MD5SUMfc1c9e94735324d0f1178548c93d4e5d
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 benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
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 Sun Jul 13 02:15:04 2008
0.00/0.07	c 0	PID 14072
0.00/0.07	c 0	HOST node79.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1114779-1215908103.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114779-1215908103.xml' 'HOME/temp.csp'
0.40/1.38	c 1	1 domains, 40 variables, 0 predicates, 338 relations, 338 constraints
0.48/1.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.48/1.47	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/2.18	c 2	Parsing HOME/temp.csp
0.77/2.47	c 2	parsed 717 expressions
0.77/2.47	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.77/2.48	c 2	MAX CSP: 338 constraints
0.77/2.48	c 2	Converting to clausal form CSP
0.88/2.51	c 2	converted 106 (10%) expressions
0.88/2.51	c 2	converted 212 (20%) expressions
0.88/2.51	c 2	converted 318 (30%) expressions
0.88/2.58	c 2	converted 424 (40%) expressions
0.98/2.60	c 2	converted 529 (50%) expressions
0.98/2.62	c 2	converted 635 (60%) expressions
0.98/2.64	c 2	converted 741 (70%) expressions
0.98/2.66	c 2	converted 847 (80%) expressions
0.98/2.68	c 2	converted 953 (90%) expressions
1.18/2.88	c 2	converted 1058 (100%) expressions
1.18/2.88	c 2	CSP : 716 integers, 0 booleans, 1013 clauses, largest domain size 508
1.18/2.88	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/2.88	c 2	Propagation in CSP
1.28/2.93	c 2	334 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.28/2.93	c 2	CSP : 716 integers, 0 booleans, 1013 clauses, largest domain size 339
1.28/2.93	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/2.93	c 3	Simplifing CSP by introducing new Boolean variables
1.28/2.93	c 3	CSP : 716 integers, 0 booleans, 1013 clauses, largest domain size 339
1.28/2.93	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/2.98	c 3	Encoding CSP to SAT : HOME/temp.cnf
1.36/3.21	c 3	72 (10%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.36/3.21	c 3	144 (20%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.36/3.21	c 3	215 (30%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.36/3.21	c 3	287 (40%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.36/3.21	c 3	358 (50%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.36/3.22	c 3	430 (60%) CSP integer variables are encoded (1231 clauses, 14503 bytes)
1.36/3.22	c 3	502 (70%) CSP integer variables are encoded (3255 clauses, 40815 bytes)
1.36/3.22	c 3	573 (80%) CSP integer variables are encoded (4569 clauses, 57897 bytes)
1.36/3.22	c 3	645 (90%) CSP integer variables are encoded (4985 clauses, 63305 bytes)
1.36/3.23	c 3	716 (100%) CSP integer variables are encoded (5581 clauses, 71053 bytes)
1.36/3.30	c 3	102 (10%) CSP clauses are encoded (11993 clauses, 211781 bytes)
1.47/3.34	c 3	203 (20%) CSP clauses are encoded (18377 clauses, 363309 bytes)
1.47/3.38	c 3	304 (30%) CSP clauses are encoded (24872 clauses, 518915 bytes)
1.56/3.41	c 3	406 (40%) CSP clauses are encoded (28008 clauses, 589296 bytes)
1.56/3.42	c 3	507 (50%) CSP clauses are encoded (35383 clauses, 721079 bytes)
1.66/3.51	c 3	608 (60%) CSP clauses are encoded (68234 clauses, 1303449 bytes)
1.76/3.65	c 3	710 (70%) CSP clauses are encoded (148918 clauses, 2784825 bytes)
1.76/3.66	c 3	811 (80%) CSP clauses are encoded (151605 clauses, 2831181 bytes)
1.76/3.68	c 3	912 (90%) CSP clauses are encoded (157736 clauses, 2940575 bytes)
1.86/3.71	c 3	1013 (100%) CSP clauses are encoded (179743 clauses, 3340182 bytes)
1.86/3.71	c 3	1013 CSP clauses encoded
1.86/3.71	c 3	Writing map file : HOME/temp.map
1.86/3.72	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.86/3.72	c 3	SAT : 6297 SAT variables, 179743 SAT clauses, 3340182 bytes
1.86/3.72	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/3.82	c 3	OBJECTIVE minimize _COST
1.89/3.82	c 3	SOLVING HOME/temp.cnf
1.89/3.82	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.89/3.82	c 3	This is MiniSat 2.0 beta incremental
1.89/3.82	c 3	WARNING: for repeatability, setting FPU to use double precision
1.89/3.82	c 3	============================[ Problem Statistics ]=============================
1.89/3.82	c 3	|                                                                             |
1.89/3.82	c 3	|  Number of variables:  6297                                                 |
1.89/3.82	c 3	|  Number of clauses:    179743                                               |
1.91/3.90	c 3	|  Parsing time:         0.07         s                                       |
1.91/3.90	c 3	OK
1.91/3.90	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
1.91/3.90	c 3	SEARCHING: _COST <= 169
1.91/3.91	c 3	============================[ Search Statistics ]==============================
1.91/3.91	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.91/3.91	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.91/3.91	c 3	===============================================================================
1.91/3.91	c 3	|         0 |    6297   179743   560611 |    59914        0    nan |  0.000 % |
1.91/3.92	c 3	===============================================================================
1.91/3.92	c 3	restarts              : 1
1.91/3.92	c 3	conflicts             : 0             (0 /sec)
1.91/3.92	c 3	decisions             : 40            (0.00 % random) (460 /sec)
1.91/3.92	c 3	propagations          : 6297           (72391 /sec)
1.91/3.92	c 3	conflict literals     : 0              ( nan % deleted)
1.91/3.92	c 3	Memory used           : 9.57 MB
1.91/3.92	c 3	CPU time              : 0.086986 s
1.91/3.92	c 3	
1.91/3.92	c 3	SATISFIABLE
1.91/3.93	c 3	OK
1.91/3.93	c 3	FOUND: _COST <= 169
1.91/3.93	s SATISFIABLE
1.91/3.93	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.91/3.93	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'
1.91/4.04	c 4	Decoding HOME/temp.out
1.91/4.12	c 4	OBJECTIVE _COST 169
1.91/4.12	o 169
1.91/4.12	v 18 14 15 11 16 8 14 0 9 15 14 13 14 12 12 18 15 18 16 15 8 13 17 18 17 17 8 17 17 16 18 18 18 18 18 18 15 18 18 18
1.91/4.12	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.91/4.17	c 4	OK
1.91/4.17	c 4	OBJECTIVE BOUND: 0 <= _COST <= 169
1.91/4.17	c 4	SEARCHING: _COST <= 84
1.91/4.17	c 4	============================[ Search Statistics ]==============================
1.91/4.17	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.91/4.17	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.91/4.17	c 4	===============================================================================
1.91/4.17	c 4	|         0 |    6297   179743   560611 |    59914        0    nan |  0.000 % |
1.91/4.19	c 4	===============================================================================
1.91/4.19	c 4	restarts              : 2
1.91/4.19	c 4	conflicts             : 21            (210 /sec)
1.91/4.19	c 4	decisions             : 113           (0.88 % random) (1130 /sec)
1.91/4.19	c 4	propagations          : 14247          (142493 /sec)
1.91/4.19	c 4	conflict literals     : 565            (11.86 % deleted)
1.91/4.19	c 4	Memory used           : 9.70 MB
1.91/4.19	c 4	CPU time              : 0.099984 s
1.91/4.19	c 4	
1.91/4.19	c 4	SATISFIABLE
1.91/4.19	c 4	OK
1.91/4.19	c 4	FOUND: _COST <= 84
1.91/4.19	c 4	DECODING HOME/temp.out WITH HOME/temp.map
1.91/4.19	c 4	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.07/4.26	c 4	Decoding HOME/temp.out
2.28/4.37	c 4	OBJECTIVE _COST 84
2.28/4.37	o 84
2.28/4.37	v 18 4 12 6 18 0 10 3 1 15 12 12 14 7 7 13 3 8 8 15 17 12 1 1 5 12 8 9 17 10 18 18 18 18 18 18 15 18 18 18
2.28/4.37	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.28/4.40	c 4	OK
2.28/4.40	c 4	OBJECTIVE BOUND: 0 <= _COST <= 84
2.28/4.40	c 4	SEARCHING: _COST <= 42
2.28/4.40	c 4	============================[ Search Statistics ]==============================
2.37/4.41	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.37/4.41	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.37/4.41	c 4	===============================================================================
2.37/4.41	c 4	|        21 |    4776   179743   560611 |    59914       21     27 |  0.000 % |
2.37/4.43	c 4	|       122 |    4776   179743   560611 |    65905      122     29 | 37.686 % |
2.37/4.45	c 4	|       272 |    4776   179743   560611 |    72496      272     38 | 37.686 % |
2.47/4.50	c 4	|       497 |    4776   179743   560611 |    79745      497     35 | 37.686 % |
2.47/4.55	c 4	|       834 |    4776   179743   560611 |    87720      834     44 | 37.686 % |
2.57/4.65	c 4	|      1340 |    4776   179743   560611 |    96492     1340     40 | 37.686 % |
2.67/4.77	c 4	|      2099 |    4776   179743   560611 |   106141     2099     45 | 37.686 % |
2.96/5.01	c 5	|      3238 |    3924    88166   292745 |   116756     3238     44 | 37.686 % |
3.16/5.27	c 5	|      4946 |    3924    88166   292745 |   128431     4946     45 | 37.686 % |
3.76/5.83	c 5	|      7509 |    3924    88166   292745 |   141274     7509     45 | 37.686 % |
3.76/5.84	c 5	===============================================================================
3.76/5.84	c 5	restarts              : 12
3.76/5.84	c 5	conflicts             : 7526          (4888 /sec)
3.76/5.84	c 5	decisions             : 9561          (0.43 % random) (6209 /sec)
3.76/5.84	c 5	propagations          : 2455566        (1594767 /sec)
3.76/5.84	c 5	conflict literals     : 341256         (27.93 % deleted)
3.76/5.84	c 5	Memory used           : 10.21 MB
3.76/5.84	c 5	CPU time              : 1.53977 s
3.76/5.84	c 5	
3.76/5.84	c 5	SATISFIABLE
3.76/5.84	c 5	OK
3.76/5.84	c 5	FOUND: _COST <= 42
3.76/5.84	c 5	DECODING HOME/temp.out WITH HOME/temp.map
3.76/5.84	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.81/5.93	c 6	Decoding HOME/temp.out
3.81/6.04	c 6	OBJECTIVE _COST 42
3.81/6.04	o 42
3.81/6.04	v 8 7 4 18 14 18 18 18 0 4 11 14 18 8 18 12 7 17 14 12 18 14 5 16 18 9 18 18 12 18 7 16 18 1 18 18 0 18 18 16
3.81/6.04	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.82/6.12	c 6	OK
3.82/6.12	c 6	OBJECTIVE BOUND: 0 <= _COST <= 42
3.82/6.12	c 6	SEARCHING: _COST <= 21
3.82/6.13	c 6	============================[ Search Statistics ]==============================
3.82/6.14	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.82/6.14	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.82/6.14	c 6	===============================================================================
3.82/6.14	c 6	|      7526 |    3376    60839   212366 |    20279     7526     45 | 37.686 % |
3.82/6.15	c 6	|      7626 |    3376    60839   212366 |    22307     7626     45 | 46.388 % |
3.82/6.17	c 6	|      7776 |    3376    60839   212366 |    24538     7776     45 | 46.388 % |
4.11/6.23	c 6	|      8001 |    3376    60839   212366 |    26992     8001     44 | 46.388 % |
4.11/6.28	c 6	|      8341 |    3376    60839   212366 |    29691     8341     44 | 46.388 % |
4.21/6.39	c 6	|      8847 |    3376    60839   212366 |    32660     8847     43 | 46.388 % |
4.41/6.55	c 6	|      9606 |    3376    60839   212366 |    35926     9606     43 | 46.388 % |
4.61/6.77	c 6	|     10745 |    3376    60839   212366 |    39519    10745     43 | 46.388 % |
5.01/7.16	c 7	|     12453 |    3376    60839   212366 |    43471    12453     42 | 46.388 % |
5.01/7.18	c 7	===============================================================================
5.01/7.18	c 7	restarts              : 21
5.01/7.18	c 7	conflicts             : 12514         (4784 /sec)
5.01/7.18	c 7	decisions             : 15903         (0.47 % random) (6080 /sec)
5.01/7.18	c 7	propagations          : 4243895        (1622531 /sec)
5.01/7.18	c 7	conflict literals     : 529773         (28.66 % deleted)
5.01/7.18	c 7	Memory used           : 10.36 MB
5.01/7.18	c 7	CPU time              : 2.6156 s
5.01/7.18	c 7	
5.01/7.18	c 7	SATISFIABLE
5.01/7.18	c 7	OK
5.01/7.18	c 7	FOUND: _COST <= 21
5.01/7.18	c 7	DECODING HOME/temp.out WITH HOME/temp.map
5.01/7.18	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.09/7.26	c 7	Decoding HOME/temp.out
5.09/7.34	c 7	OBJECTIVE _COST 21
5.09/7.34	o 21
5.09/7.34	v 7 18 4 2 18 3 15 17 10 15 11 14 8 6 7 18 18 3 7 6 18 18 1 16 18 8 18 18 14 11 3 18 18 18 9 2 15 6 0 10
5.09/7.34	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.25/7.41	c 7	OK
5.25/7.41	c 7	OBJECTIVE BOUND: 0 <= _COST <= 21
5.25/7.41	c 7	SEARCHING: _COST <= 10
5.25/7.41	c 7	============================[ Search Statistics ]==============================
5.25/7.41	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.25/7.41	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.25/7.41	c 7	===============================================================================
5.25/7.41	c 7	|     12514 |    2954    44306   164012 |    14768    11009     40 | 46.388 % |
5.25/7.43	c 7	|     12614 |    2954    44306   164012 |    16245    11109     40 | 53.090 % |
5.25/7.47	c 7	|     12764 |    2954    44306   164012 |    17870    11259     39 | 53.090 % |
5.34/7.51	c 7	|     12990 |    2954    44306   164012 |    19657    11485     39 | 53.090 % |
5.34/7.58	c 7	|     13327 |    2954    44306   164012 |    21622    11822     39 | 53.090 % |
5.45/7.69	c 7	|     13833 |    2954    44306   164012 |    23785    12328     38 | 53.090 % |
5.65/7.84	c 7	|     14592 |    2954    44306   164012 |    26163    13087     38 | 53.090 % |
5.84/8.09	c 8	|     15732 |    2954    44306   164012 |    28779    14227     37 | 53.090 % |
6.25/8.49	c 8	|     17440 |    2954    44306   164012 |    31657    15935     36 | 53.090 % |
6.85/9.08	c 9	|     20002 |    2954    44306   164012 |    34823    18497     35 | 53.090 % |
7.84/10.02	c 10	|     23846 |    2954    44306   164012 |    38306    22341     34 | 53.090 % |
9.34/11.57	c 11	|     29612 |    2954    44306   164012 |    42136    28107     34 | 53.090 % |
12.05/14.27	c 14	|     38262 |    2954    44306   164012 |    46350    36757     35 | 53.090 % |
16.93/19.17	c 19	|     51239 |    2954    44306   164012 |    50985    49734     36 | 53.090 % |
24.44/26.66	c 26	|     70700 |    2954    44306   164012 |    56083    26591     38 | 53.090 % |
38.33/40.54	c 40	|     99892 |    2954    44306   164012 |    61692    55783     40 | 53.090 % |
62.42/64.60	c 64	|    143681 |    2954    44306   164012 |    67861    47863     41 | 53.090 % |
97.91/100.14	c 100	|    209365 |    2954    44306   164012 |    74647    54930     38 | 53.090 % |
159.08/161.33	c 161	|    307891 |    2954    44306   164012 |    82112    27681     36 | 53.090 % |
250.54/252.85	c 252	|    455681 |    2954    44306   164012 |    90323    34735     36 | 53.090 % |
340.06/342.58	c 342	===============================================================================
340.06/342.58	c 342	restarts              : 41
340.06/342.58	c 342	conflicts             : 606916        (1799 /sec)
340.06/342.58	c 342	decisions             : 666521        (0.56 % random) (1975 /sec)
340.06/342.58	c 342	propagations          : 218818776      (648441 /sec)
340.06/342.58	c 342	conflict literals     : 24537261       (36.16 % deleted)
340.06/342.58	c 342	Memory used           : 28.92 MB
340.06/342.58	c 342	CPU time              : 337.454 s
340.06/342.58	c 342	
340.06/342.58	c 342	SATISFIABLE
340.06/342.58	c 342	OK
340.06/342.58	c 342	FOUND: _COST <= 10
340.06/342.58	c 342	DECODING HOME/temp.out WITH HOME/temp.map
340.06/342.58	c 342	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
340.14/342.66	c 342	Decoding HOME/temp.out
340.14/342.77	c 342	OBJECTIVE _COST 10
340.14/342.77	o 10
340.14/342.78	v 0 9 6 2 18 14 18 17 1 4 13 12 8 15 9 13 3 12 15 2 18 11 3 0 18 13 8 18 8 12 18 16 6 11 3 11 3 9 0 18
340.14/342.78	c 342	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
340.34/342.81	c 342	OK
340.34/342.81	c 342	OBJECTIVE BOUND: 0 <= _COST <= 10
340.34/342.81	c 342	SEARCHING: _COST <= 5
340.34/342.81	c 342	============================[ Search Statistics ]==============================
340.34/342.81	c 342	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
340.34/342.81	c 342	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
340.34/342.81	c 342	===============================================================================
340.34/342.81	c 342	|    606916 |    2551    34379   135429 |    11459    28328     34 | 53.090 % |
340.44/342.91	c 342	|    607016 |    2551    34379   135429 |    12605    13834     34 | 59.490 % |
340.44/342.96	c 343	|    607167 |    2551    34379   135429 |    13866    13985     34 | 59.490 % |
340.54/343.02	c 343	|    607393 |    2551    34379   135429 |    15252    14211     34 | 59.490 % |
340.64/343.12	c 343	|    607730 |    2551    34379   135429 |    16778    14548     34 | 59.490 % |
340.83/343.30	c 343	|    608236 |    2551    34379   135429 |    18455    15054     35 | 59.490 % |
341.03/343.51	c 343	|    608995 |    2551    34379   135429 |    20301    15813     35 | 59.490 % |
341.33/343.83	c 343	|    610135 |    2551    34379   135429 |    22331    16953     35 | 59.490 % |
341.83/344.31	c 344	|    611843 |    2551    34379   135429 |    24564    18661     35 | 59.490 % |
342.42/344.97	c 345	|    614405 |    2551    34379   135429 |    27021    21223     35 | 59.490 % |
343.71/346.20	c 346	|    618250 |    2551    34379   135429 |    29723    25068     35 | 59.490 % |
345.60/348.11	c 348	|    624016 |    2551    34379   135429 |    32695    30834     35 | 59.490 % |
348.39/350.97	c 351	|    632665 |    2551    34379   135429 |    35965    14548     37 | 59.490 % |
352.67/355.22	c 355	|    645639 |    2551    34379   135429 |    39561    27522     41 | 59.490 % |
361.49/364.10	c 364	|    665100 |    2551    34379   135429 |    43518    17175     38 | 59.490 % |
374.01/376.78	c 376	|    694292 |    2551    34379   135429 |    47869    46367     46 | 59.490 % |
395.49/398.37	c 398	|    738082 |    2551    34379   135429 |    52656    51359     50 | 59.490 % |
429.80/432.89	c 432	|    803767 |    2551    34379   135429 |    57922    33357     57 | 59.490 % |
477.72/481.04	c 481	|    902293 |    2551    34379   135429 |    63714    37737     45 | 59.490 % |
553.88/557.65	c 557	|   1050082 |    2551    34379   135429 |    70086    25628     43 | 59.490 % |
685.12/689.65	c 689	|   1271765 |    2551    34379   135429 |    77094    71288     61 | 59.490 % |
894.71/900.45	c 900	|   1604290 |    2551    34379   135429 |    84804    74247     44 | 59.490 % |
1222.12/1229.76	c 1229	|   2103078 |    2551    34379   135429 |    93284    62544     47 | 59.490 % |
1697.27/1707.61	c 1707	|   2851260 |    2551    34379   135429 |   102613    85878     41 | 59.490 % |
2503.23/2518.27	c 2518	|   3973534 |    2551    34379   135429 |   112874    44184     39 | 59.490 % |
3600.09/3621.41	c ERROR INTERRUPTED
3600.09/3621.42	c 3621	CPU 3599.71 (0.06 0.02 3599.65 0.39)
3600.09/3621.42	c 3621	END Sun Jul 13 03:15:25 2008

Verifier Data (download as text)

OK	10	328
10 unsatisfied constraints, 328 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-1114779-1215908103/watcher-1114779-1215908103 -o /tmp/evaluation-result-1114779-1215908103/solver-1114779-1215908103 -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-1114779-1215908103.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.39 2.53 2.57 4/105 14072
/proc/meminfo: memFree=1798352/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=12268 CPUtime=0
/proc/14072/stat : 14072 (sugar++) R 14070 14072 13473 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 47507545 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 234046061157 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/14072/statm: 3067 316 241 3 0 167 0

[startup+0.0786979 s]
/proc/loadavg: 2.39 2.53 2.57 4/105 14072
/proc/meminfo: memFree=1798352/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16740 CPUtime=0.06
/proc/14072/stat : 14072 (sugar++) R 14070 14072 13473 0 -1 4194304 1189 128 0 0 5 1 0 0 20 0 1 0 47507545 17141760 1103 996147200 4194304 4206940 548682068528 18446744073709551615 234045893279 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14072/statm: 4185 1103 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101683 s]
/proc/loadavg: 2.39 2.53 2.57 4/105 14072
/proc/meminfo: memFree=1798352/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16740 CPUtime=0.06
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1219 128 0 0 5 1 0 0 20 0 1 0 47507545 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301709 s]
/proc/loadavg: 2.39 2.53 2.57 4/105 14072
/proc/meminfo: memFree=1798352/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16740 CPUtime=0.06
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1219 128 0 0 5 1 0 0 20 0 1 0 47507545 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702886 s]
/proc/loadavg: 2.39 2.53 2.57 4/105 14072
/proc/meminfo: memFree=1798352/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16740 CPUtime=0.06
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1219 128 0 0 5 1 0 0 20 0 1 0 47507545 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50282 s]
/proc/loadavg: 2.39 2.53 2.57 4/116 14084
/proc/meminfo: memFree=1791672/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16740 CPUtime=0.49
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1279 4746 0 1 5 1 38 5 16 0 1 0 47507545 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16740

[startup+3.10114 s]
/proc/loadavg: 2.39 2.53 2.57 4/109 14087
/proc/meminfo: memFree=1793200/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16740 CPUtime=0.5
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1297 4746 0 1 5 2 38 5 15 0 1 0 47507545 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4185 1104 409 3 0 764 0
[pid=14085] ppid=14072 vsize=5356 CPUtime=0
/proc/14085/stat : 14085 (sh) S 14072 14072 13473 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47507692 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14085/statm: 1339 233 193 169 0 50 0
[pid=14086] ppid=14085 vsize=868476 CPUtime=0.86
/proc/14086/stat : 14086 (java) S 14085 14072 13473 0 -1 0 8101 0 1 0 82 4 0 0 20 0 9 0 47507693 889319424 7341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14086/statm: 217119 7341 2542 9 0 211674 0
[pid=14086/tid=14087] ppid=14085 vsize=868476 CPUtime=0.43
/proc/14086/task/14087/stat : 14087 (java) R 14085 14072 13473 0 -1 64 2661 0 1 0 42 1 0 0 25 0 9 0 47507694 889319424 7341 996147200 134512640 134550740 4294955920 18446744073709551615 4738972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14086/tid=14088] ppid=14085 vsize=868476 CPUtime=0.23
/proc/14086/task/14088/stat : 14088 (java) S 14085 14072 13473 0 -1 64 3285 0 0 0 22 1 0 0 16 0 9 0 47507755 889319424 7341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14086/tid=14089] ppid=14085 vsize=868476 CPUtime=0
/proc/14086/task/14089/stat : 14089 (java) S 14085 14072 13473 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 47507756 889319424 7341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14086/tid=14090] ppid=14085 vsize=868476 CPUtime=0
/proc/14086/task/14090/stat : 14090 (java) S 14085 14072 13473 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 47507756 889319424 7341 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 890572

[startup+6.30148 s]
/proc/loadavg: 2.44 2.54 2.57 3/107 14115
/proc/meminfo: memFree=1781696/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.47
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1695 24890 0 5 6 2 219 20 15 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=10452 CPUtime=1.74
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 2543 0 0 0 173 1 0 0 17 0 1 0 47507927 10702848 2486 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14095/statm: 2613 2486 79 151 0 2459 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 27324

[startup+12.7012 s]
/proc/loadavg: 2.41 2.53 2.57 3/107 14135
/proc/meminfo: memFree=1780488/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.62
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1766 28735 0 6 6 2 232 22 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=12228 CPUtime=7.93
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 2983 0 0 0 791 2 0 0 25 0 1 0 47507927 12521472 2924 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14095/statm: 3057 2924 79 151 0 2903 0
Current children cumulated CPU time (s) 10.55
Current children cumulated vsize (KiB) 29100

[startup+25.5025 s]
/proc/loadavg: 2.40 2.52 2.57 3/107 14135
/proc/meminfo: memFree=1775688/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.62
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1766 28735 0 6 6 2 232 22 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=16820 CPUtime=20.72
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 4110 0 0 0 2069 3 0 0 25 0 1 0 47507927 17223680 4051 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 0 0 0
/proc/14095/statm: 4205 4051 79 151 0 4051 0
Current children cumulated CPU time (s) 23.34
Current children cumulated vsize (KiB) 33692

[startup+51.1022 s]
/proc/loadavg: 2.40 2.51 2.56 3/107 14135
/proc/meminfo: memFree=1772360/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.62
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1766 28735 0 6 6 2 232 22 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=20272 CPUtime=46.31
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 4951 0 0 0 4627 4 0 0 25 0 1 0 47507927 20758528 4892 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/14095/statm: 5068 4892 79 151 0 4914 0
Current children cumulated CPU time (s) 48.93
Current children cumulated vsize (KiB) 37144

[startup+102.309 s]
/proc/loadavg: 2.64 2.55 2.57 3/107 14135
/proc/meminfo: memFree=1769736/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.62
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1766 28735 0 6 6 2 232 22 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=22744 CPUtime=97.49
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 5578 0 0 0 9745 4 0 0 25 0 1 0 47507927 23289856 5519 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14095/statm: 5686 5519 79 151 0 5532 0
Current children cumulated CPU time (s) 100.11
Current children cumulated vsize (KiB) 39616

[startup+162.303 s]
/proc/loadavg: 2.55 2.54 2.56 3/107 14135
/proc/meminfo: memFree=1768712/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.62
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1766 28735 0 6 6 2 232 22 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=23684 CPUtime=157.46
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 5816 0 0 0 15742 4 0 0 25 0 1 0 47507927 24252416 5757 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14095/statm: 5921 5757 79 151 0 5767 0
Current children cumulated CPU time (s) 160.08
Current children cumulated vsize (KiB) 40556

[startup+222.302 s]
/proc/loadavg: 2.68 2.58 2.57 3/107 14135
/proc/meminfo: memFree=1766408/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.62
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1766 28735 0 6 6 2 232 22 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=26116 CPUtime=217.43
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 6402 0 0 0 21738 5 0 0 25 0 1 0 47507927 26742784 6343 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/14095/statm: 6529 6343 79 151 0 6375 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 42988

[startup+282.303 s]
/proc/loadavg: 2.62 2.56 2.56 3/107 14137
/proc/meminfo: memFree=1765064/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.62
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1766 28735 0 6 6 2 232 22 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=27324 CPUtime=277.41
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 6721 0 0 0 27735 6 0 0 25 0 1 0 47507927 27979776 6662 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14095/statm: 6831 6662 79 151 0 6677 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 44196

[startup+342.303 s]
/proc/loadavg: 2.33 2.50 2.53 3/100 14169
/proc/meminfo: memFree=1829824/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.62
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1766 28735 0 6 6 2 232 22 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=29612 CPUtime=337.24
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 7219 0 0 0 33717 7 0 0 25 0 1 0 47507927 30322688 7160 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 7403 7160 79 151 0 7249 0
Current children cumulated CPU time (s) 339.86
Current children cumulated vsize (KiB) 46484

[startup+402.302 s]
/proc/loadavg: 2.34 2.46 2.52 3/107 14214
/proc/meminfo: memFree=1771528/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81

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

[pid=14095] ppid=14072 vsize=49040 CPUtime=2842.53
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 11919 0 0 0 284241 12 0 0 25 0 1 0 47507927 50216960 11858 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12260 11858 79 151 0 12106 0
Current children cumulated CPU time (s) 2845.34
Current children cumulated vsize (KiB) 65912

[startup+2922.3 s]
/proc/loadavg: 2.62 2.68 2.67 4/107 14220
/proc/meminfo: memFree=1741064/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=49040 CPUtime=2902.19
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 11920 0 0 0 290207 12 0 0 25 0 1 0 47507927 50216960 11859 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12260 11859 79 151 0 12106 0
Current children cumulated CPU time (s) 2905
Current children cumulated vsize (KiB) 65912

[startup+2982.3 s]
/proc/loadavg: 2.75 2.71 2.68 4/107 14220
/proc/meminfo: memFree=1741000/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=49040 CPUtime=2961.84
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 11920 0 0 0 296172 12 0 0 25 0 1 0 47507927 50216960 11859 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12260 11859 79 151 0 12106 0
Current children cumulated CPU time (s) 2964.65
Current children cumulated vsize (KiB) 65912

[startup+3042.3 s]
/proc/loadavg: 2.60 2.67 2.66 4/107 14220
/proc/meminfo: memFree=1741000/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=49040 CPUtime=3021.5
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 11925 0 0 0 302138 12 0 0 25 0 1 0 47507927 50216960 11864 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12260 11864 79 151 0 12106 0
Current children cumulated CPU time (s) 3024.31
Current children cumulated vsize (KiB) 65912

[startup+3102.3 s]
/proc/loadavg: 2.67 2.68 2.67 4/107 14220
/proc/meminfo: memFree=1741000/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=49040 CPUtime=3081.16
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 11925 0 0 0 308104 12 0 0 25 0 1 0 47507927 50216960 11864 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12260 11864 79 151 0 12106 0
Current children cumulated CPU time (s) 3083.97
Current children cumulated vsize (KiB) 65912

[startup+3162.3 s]
/proc/loadavg: 2.70 2.68 2.66 4/107 14220
/proc/meminfo: memFree=1741000/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=49040 CPUtime=3140.81
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 11925 0 0 0 314069 12 0 0 25 0 1 0 47507927 50216960 11864 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12260 11864 79 151 0 12106 0
Current children cumulated CPU time (s) 3143.62
Current children cumulated vsize (KiB) 65912

[startup+3222.3 s]
/proc/loadavg: 2.70 2.67 2.66 3/107 14220
/proc/meminfo: memFree=1741000/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=49040 CPUtime=3200.48
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 11948 0 0 0 320035 13 0 0 25 0 1 0 47507927 50216960 11887 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12260 11887 79 151 0 12106 0
Current children cumulated CPU time (s) 3203.29
Current children cumulated vsize (KiB) 65912

[startup+3282.3 s]
/proc/loadavg: 2.78 2.70 2.66 3/107 14220
/proc/meminfo: memFree=1740552/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=49416 CPUtime=3260.14
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 12003 0 0 0 326001 13 0 0 25 0 1 0 47507927 50601984 11942 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12354 11942 79 151 0 12200 0
Current children cumulated CPU time (s) 3262.95
Current children cumulated vsize (KiB) 66288

[startup+3342.3 s]
/proc/loadavg: 2.63 2.66 2.65 3/107 14220
/proc/meminfo: memFree=1739848/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=50008 CPUtime=3319.79
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 12156 0 0 0 331966 13 0 0 25 0 1 0 47507927 51208192 12095 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12502 12095 79 151 0 12348 0
Current children cumulated CPU time (s) 3322.6
Current children cumulated vsize (KiB) 66880

[startup+3402.31 s]
/proc/loadavg: 2.77 2.69 2.66 3/107 14220
/proc/meminfo: memFree=1738760/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=51108 CPUtime=3379.44
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 12432 0 0 0 337931 13 0 0 25 0 1 0 47507927 52334592 12371 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12777 12371 79 151 0 12623 0
Current children cumulated CPU time (s) 3382.25
Current children cumulated vsize (KiB) 67980

[startup+3462.3 s]
/proc/loadavg: 2.70 2.68 2.65 4/107 14220
/proc/meminfo: memFree=1738504/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=51108 CPUtime=3439.1
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 12432 0 0 0 343897 13 0 0 25 0 1 0 47507927 52334592 12371 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12777 12371 79 151 0 12623 0
Current children cumulated CPU time (s) 3441.91
Current children cumulated vsize (KiB) 67980

[startup+3522.3 s]
/proc/loadavg: 2.61 2.66 2.64 4/107 14220
/proc/meminfo: memFree=1738056/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=51788 CPUtime=3498.75
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 12568 0 0 0 349862 13 0 0 25 0 1 0 47507927 53030912 12507 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12947 12507 79 151 0 12793 0
Current children cumulated CPU time (s) 3501.56
Current children cumulated vsize (KiB) 68660

[startup+3582.3 s]
/proc/loadavg: 2.54 2.63 2.63 4/107 14220
/proc/meminfo: memFree=1737864/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=51788 CPUtime=3558.41
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 12578 0 0 0 355828 13 0 0 25 0 1 0 47507927 53030912 12517 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12947 12517 79 151 0 12793 0
Current children cumulated CPU time (s) 3561.22
Current children cumulated vsize (KiB) 68660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.4 s]
/proc/loadavg: 2.70 2.66 2.64 4/107 14220
/proc/meminfo: memFree=1737928/2055920 swapFree=4192812/4192956
[pid=14072] ppid=14070 vsize=16872 CPUtime=2.81
/proc/14072/stat : 14072 (sugar++) S 14070 14072 13473 0 -1 4194304 1835 32583 0 7 6 2 249 24 16 0 1 0 47507545 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14072/statm: 4218 1122 414 3 0 797 0
[pid=14095] ppid=14072 vsize=51788 CPUtime=3597.28
/proc/14095/stat : 14095 (minisat-inc) R 14072 14072 13473 0 -1 4194304 12578 0 0 0 359715 13 0 0 25 0 1 0 47507927 53030912 12517 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14095/statm: 12947 12517 79 151 0 12793 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 68660

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

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

Child status: 0
Real time (s): 3621.42
CPU time (s): 3600.15
CPU user time (s): 3599.72
CPU system time (s): 0.424935
CPU usage (%): 99.4125
Max. virtual memory (cumulated for all children) (KiB): 890604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.72
system time used= 0.424935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47076
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4222
involuntary context switches= 54902

runsolver used 4.89926 second user time and 14.8817 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-13 02:15:04
IDJOB=1114779
IDBENCH=61776
IDSOLVER=367
FILE ID=node79/1114779-1215908103
PBS_JOBID= 7903718
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-11_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-1114779-1215908103/watcher-1114779-1215908103 -o /tmp/evaluation-result-1114779-1215908103/solver-1114779-1215908103 -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-1114779-1215908103.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc1c9e94735324d0f1178548c93d4e5d
RANDOM SEED=452536263

node79.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.234
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.234
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1799088 kB
Buffers:         31724 kB
Cached:          66468 kB
SwapCached:          0 kB
Active:         164412 kB
Inactive:        43348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1068 kB
Writeback:           0 kB
Mapped:         130676 kB
Slab:            31320 kB
Committed_AS:  1123528 kB
PageTables:       4068 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= 66496 MiB
End job on node79 at 2008-07-13 03:15:27