Trace number 1125315

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 NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM 48.0557 48.7431

General information on the benchmark

Namemaxcsp/celar/subs7/
normalized-scenw-7-sub1_ext.xml
MD5SUM37718aff0086a536b68a7ef0054e5796
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints18
Best CPU time to get the best result obtained on this benchmark0.187971
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints300
Maximum constraint arity2
Maximum domain size44
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 16 02:48:02 2008
0.00/0.08	c 0	PID 28156
0.07/0.08	c 0	HOST node48.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1125315-1216169282.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125315-1216169282.xml' 'HOME/temp.csp'
0.07/0.68	c 0	1 domains, 14 variables, 0 predicates, 94 relations, 300 constraints
0.07/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 0	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.07/0.79	c 0	Parsing HOME/temp.csp
1.12/1.21	c 1	parsed 409 expressions
1.12/1.21	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.22	c 1	MAX CSP: 300 constraints
1.12/1.22	c 1	Converting to clausal form CSP
1.12/1.25	c 1	converted 72 (10%) expressions
1.22/1.36	c 1	converted 143 (20%) expressions
1.32/1.41	c 1	converted 214 (30%) expressions
1.32/1.46	c 1	converted 285 (40%) expressions
1.42/1.58	c 1	converted 356 (50%) expressions
1.52/1.63	c 1	converted 428 (60%) expressions
1.52/1.67	c 1	converted 499 (70%) expressions
1.62/1.72	c 1	converted 570 (80%) expressions
1.62/1.76	c 1	converted 641 (90%) expressions
1.82/1.96	c 2	converted 712 (100%) expressions
1.82/1.96	c 2	CSP : 614 integers, 0 booleans, 899 clauses, largest domain size 451
1.82/1.96	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.96	c 2	Propagation in CSP
1.92/2.00	c 2	296 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.00	c 2	CSP : 614 integers, 0 booleans, 899 clauses, largest domain size 301
1.92/2.00	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.00	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.00	c 2	CSP : 614 integers, 0 booleans, 899 clauses, largest domain size 301
1.92/2.00	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.11	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.02/2.13	c 2	62 (10%) CSP integer variables are encoded (588 clauses, 6322 bytes)
2.02/2.13	c 2	123 (20%) CSP integer variables are encoded (588 clauses, 6322 bytes)
2.02/2.13	c 2	185 (30%) CSP integer variables are encoded (588 clauses, 6322 bytes)
2.02/2.13	c 2	246 (40%) CSP integer variables are encoded (588 clauses, 6322 bytes)
2.02/2.13	c 2	307 (50%) CSP integer variables are encoded (588 clauses, 6322 bytes)
2.02/2.14	c 2	369 (60%) CSP integer variables are encoded (1098 clauses, 12759 bytes)
2.02/2.14	c 2	430 (70%) CSP integer variables are encoded (3408 clauses, 42789 bytes)
2.02/2.15	c 2	492 (80%) CSP integer variables are encoded (4025 clauses, 50810 bytes)
2.02/2.15	c 2	553 (90%) CSP integer variables are encoded (4368 clauses, 55269 bytes)
2.02/2.15	c 2	614 (100%) CSP integer variables are encoded (4881 clauses, 61938 bytes)
2.11/2.29	c 2	90 (10%) CSP clauses are encoded (8293 clauses, 129391 bytes)
2.21/2.39	c 2	180 (20%) CSP clauses are encoded (12272 clauses, 220381 bytes)
2.31/2.48	c 2	270 (30%) CSP clauses are encoded (16116 clauses, 308291 bytes)
2.40/2.53	c 2	360 (40%) CSP clauses are encoded (18131 clauses, 349609 bytes)
2.50/2.63	c 2	450 (50%) CSP clauses are encoded (67299 clauses, 1231669 bytes)
2.50/2.63	c 2	540 (60%) CSP clauses are encoded (69197 clauses, 1264088 bytes)
2.61/2.72	c 2	630 (70%) CSP clauses are encoded (114057 clauses, 2086796 bytes)
2.61/2.73	c 2	720 (80%) CSP clauses are encoded (116209 clauses, 2123686 bytes)
2.61/2.74	c 2	810 (90%) CSP clauses are encoded (121045 clauses, 2209636 bytes)
2.61/2.77	c 2	899 (100%) CSP clauses are encoded (138531 clauses, 2526544 bytes)
2.61/2.77	c 2	899 CSP clauses encoded
2.61/2.77	c 2	Writing map file : HOME/temp.map
2.61/2.78	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.78	c 2	SAT : 5495 SAT variables, 138531 SAT clauses, 2526544 bytes
2.61/2.78	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.81	c 2	OBJECTIVE minimize _COST
2.69/2.81	c 2	SOLVING HOME/temp.cnf
2.69/2.81	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.69/2.81	c 2	This is MiniSat 2.0 beta incremental
2.69/2.81	c 2	WARNING: for repeatability, setting FPU to use double precision
2.69/2.81	c 2	============================[ Problem Statistics ]=============================
2.69/2.81	c 2	|                                                                             |
2.69/2.81	c 2	|  Number of variables:  5495                                                 |
2.69/2.81	c 2	|  Number of clauses:    138531                                               |
2.69/2.87	c 3	|  Parsing time:         0.06         s                                       |
2.69/2.88	c 3	OK
2.69/2.88	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.69/2.88	c 3	SEARCHING: _COST <= 150
2.69/2.88	c 3	============================[ Search Statistics ]==============================
2.69/2.88	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.69/2.88	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.69/2.88	c 3	===============================================================================
2.69/2.88	c 3	|         0 |    5495   138531   420645 |    46177        0    nan |  0.000 % |
2.70/2.91	c 3	===============================================================================
2.70/2.91	c 3	restarts              : 1
2.70/2.91	c 3	conflicts             : 75            (798 /sec)
2.70/2.91	c 3	decisions             : 281           (0.71 % random) (2990 /sec)
2.70/2.91	c 3	propagations          : 31413          (334234 /sec)
2.70/2.91	c 3	conflict literals     : 1532           (16.69 % deleted)
2.70/2.91	c 3	Memory used           : 8.07 MB
2.70/2.91	c 3	CPU time              : 0.093985 s
2.70/2.91	c 3	
2.70/2.91	c 3	SATISFIABLE
2.70/2.92	c 3	OK
2.70/2.92	c 3	FOUND: _COST <= 150
2.70/2.92	s SATISFIABLE
2.70/2.92	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.70/2.92	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.70/3.00	c 3	Decoding HOME/temp.out
2.70/3.09	c 3	OBJECTIVE _COST 150
2.70/3.09	o 150
2.70/3.09	v 43 38 43 43 39 23 43 1 38 6 43 43 43 43
2.70/3.11	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.70/3.11	c 3	OK
2.70/3.11	c 3	OBJECTIVE BOUND: 0 <= _COST <= 150
2.70/3.11	c 3	SEARCHING: _COST <= 75
2.70/3.12	c 3	============================[ Search Statistics ]==============================
2.70/3.13	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.70/3.13	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.70/3.13	c 3	===============================================================================
2.70/3.13	c 3	|        75 |    5495   138531   420645 |    46177       75     20 |  0.000 % |
2.70/3.14	c 3	|       175 |    5495   138531   420645 |    50794      175     15 | 24.570 % |
2.70/3.17	c 3	|       327 |    5495   138531   420645 |    55874      327     14 | 24.570 % |
3.07/3.23	c 3	|       553 |    5495   138531   420645 |    61461      553     16 | 24.570 % |
3.17/3.33	c 3	|       890 |    5495   138531   420645 |    67607      890     16 | 24.570 % |
3.26/3.42	c 3	|      1396 |    5495   138531   420645 |    74368     1396     19 | 24.570 % |
3.46/3.60	c 3	|      2155 |    4145    93477   289383 |    81805     2155     19 | 24.570 % |
3.66/3.81	c 3	|      3294 |    4145    93477   289383 |    89985     3294     21 | 24.570 % |
3.86/4.03	c 4	===============================================================================
3.86/4.03	c 4	restarts              : 9
3.86/4.03	c 4	conflicts             : 4235          (4248 /sec)
3.86/4.03	c 4	decisions             : 6282          (0.57 % random) (6302 /sec)
3.86/4.03	c 4	propagations          : 1443081        (1447644 /sec)
3.86/4.03	c 4	conflict literals     : 93983          (32.93 % deleted)
3.86/4.03	c 4	Memory used           : 8.20 MB
3.86/4.03	c 4	CPU time              : 0.996848 s
3.86/4.03	c 4	
3.86/4.03	c 4	SATISFIABLE
3.86/4.03	c 4	OK
3.86/4.03	c 4	FOUND: _COST <= 75
3.86/4.03	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.86/4.03	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'
3.89/4.11	c 4	Decoding HOME/temp.out
3.89/4.18	c 4	OBJECTIVE _COST 75
3.89/4.18	o 75
3.89/4.18	v 43 43 11 1 38 12 17 5 11 33 11 6 41 43
3.89/4.19	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.89/4.25	c 4	OK
3.89/4.25	c 4	OBJECTIVE BOUND: 0 <= _COST <= 75
3.89/4.25	c 4	SEARCHING: _COST <= 37
3.89/4.25	c 4	============================[ Search Statistics ]==============================
3.89/4.25	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.89/4.25	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.89/4.25	c 4	===============================================================================
3.89/4.25	c 4	|      4235 |    3395    66027   209208 |    22009     4228     22 | 24.570 % |
3.89/4.28	c 4	|      4336 |    3395    66027   209208 |    24209     4329     22 | 38.218 % |
4.12/4.31	c 4	|      4487 |    3395    66027   209208 |    26630     4480     22 | 38.218 % |
4.12/4.37	c 4	|      4712 |    3395    66027   209208 |    29293     4705     21 | 38.218 % |
4.21/4.45	c 4	|      5049 |    3395    66027   209208 |    32223     5042     21 | 38.218 % |
4.31/4.55	c 4	|      5555 |    3395    66027   209208 |    35445     5548     21 | 38.218 % |
4.51/4.71	c 4	|      6315 |    3395    66027   209208 |    38990     6308     20 | 38.218 % |
4.71/4.99	c 5	|      7455 |    3395    66027   209208 |    42889     7448     20 | 38.218 % |
5.11/5.38	c 5	|      9163 |    3395    66027   209208 |    47178     9156     19 | 38.218 % |
5.80/6.08	c 6	|     11726 |    3395    66027   209208 |    51896    11719     19 | 38.218 % |
7.09/7.32	c 7	|     15573 |    3395    66027   209208 |    57085    15566     19 | 38.218 % |
9.17/9.40	c 9	|     21339 |    3395    66027   209208 |    62794    21332     19 | 38.218 % |
12.33/12.62	c 12	|     29988 |    3395    66027   209208 |    69073    29981     19 | 38.218 % |
18.97/19.31	c 19	|     42962 |    3395    66027   209208 |    75981    42955     19 | 38.218 % |
21.94/22.31	c 22	===============================================================================
21.94/22.31	c 22	restarts              : 23
21.94/22.31	c 22	conflicts             : 49689         (2633 /sec)
21.94/22.31	c 22	decisions             : 64877         (0.82 % random) (3437 /sec)
21.94/22.31	c 22	propagations          : 18155001       (961899 /sec)
21.94/22.31	c 22	conflict literals     : 968978         (35.02 % deleted)
21.94/22.31	c 22	Memory used           : 11.98 MB
21.94/22.31	c 22	CPU time              : 18.8741 s
21.94/22.31	c 22	
21.94/22.31	c 22	SATISFIABLE
21.94/22.31	c 22	OK
21.94/22.31	c 22	FOUND: _COST <= 37
21.94/22.31	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.94/22.31	c 22	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.94/22.39	c 22	Decoding HOME/temp.out
21.96/22.46	c 22	OBJECTIVE _COST 37
21.96/22.46	o 37
21.96/22.47	v 43 43 5 0 6 12 12 0 0 33 5 5 33 43
21.96/22.47	c 22	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
21.96/22.54	c 22	OK
21.96/22.54	c 22	OBJECTIVE BOUND: 0 <= _COST <= 37
21.96/22.54	c 22	SEARCHING: _COST <= 18
21.96/22.54	c 22	============================[ Search Statistics ]==============================
21.96/22.54	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.96/22.54	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.96/22.54	c 22	===============================================================================
21.96/22.54	c 22	|     49689 |    2897    43808   144007 |    14602    49388     19 | 38.218 % |
22.30/22.72	c 22	|     49790 |    2897    43808   144007 |    16062    14323     19 | 47.281 % |
22.30/22.77	c 22	|     49944 |    2897    43808   144007 |    17669    14477     19 | 47.281 % |
22.40/22.85	c 22	|     50169 |    2897    43808   144007 |    19436    14702     19 | 47.281 % |
22.50/22.96	c 23	|     50506 |    2897    43808   144007 |    21379    15039     18 | 47.281 % |
22.70/23.14	c 23	|     51013 |    2897    43808   144007 |    23517    15546     18 | 47.281 % |
22.89/23.35	c 23	|     51772 |    2897    43808   144007 |    25869    16305     18 | 47.281 % |
23.29/23.71	c 23	|     52912 |    2897    43808   144007 |    28456    17445     18 | 47.281 % |
23.79/24.22	c 24	|     54622 |    2897    43808   144007 |    31302    19155     17 | 47.281 % |
23.88/24.31	c 24	===============================================================================
23.88/24.31	c 24	restarts              : 32
23.88/24.31	c 24	conflicts             : 54973         (2663 /sec)
23.88/24.31	c 24	decisions             : 72019         (0.84 % random) (3489 /sec)
23.88/24.31	c 24	propagations          : 20372221       (986937 /sec)
23.88/24.31	c 24	conflict literals     : 1035311        (35.02 % deleted)
23.88/24.31	c 24	Memory used           : 11.98 MB
23.88/24.31	c 24	CPU time              : 20.6419 s
23.88/24.31	c 24	
23.88/24.31	c 24	SATISFIABLE
23.88/24.32	c 24	OK
23.88/24.32	c 24	FOUND: _COST <= 18
23.88/24.32	c 24	DECODING HOME/temp.out WITH HOME/temp.map
23.88/24.32	c 24	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
23.88/24.40	c 24	Decoding HOME/temp.out
23.91/24.47	c 24	OBJECTIVE _COST 18
23.91/24.47	o 18
23.91/24.47	v 43 43 8 2 7 11 11 2 1 7 3 8 36 32
23.91/24.47	c 24	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
23.91/24.58	c 24	OK
23.91/24.58	c 24	OBJECTIVE BOUND: 0 <= _COST <= 18
23.91/24.58	c 24	SEARCHING: _COST <= 9
23.91/24.58	c 24	============================[ Search Statistics ]==============================
23.91/24.58	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.91/24.58	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.91/24.58	c 24	===============================================================================
23.91/24.58	c 24	|     54973 |    2494    29927   103044 |     9975     5023     12 | 47.281 % |
24.13/24.61	c 24	|     55073 |    2494    29927   103044 |    10973     5123     12 | 54.614 % |
24.13/24.64	c 24	|     55223 |    2494    29927   103044 |    12070     5273     12 | 54.614 % |
24.13/24.69	c 24	|     55448 |    2494    29927   103044 |    13277     5498     12 | 54.614 % |
24.23/24.76	c 24	|     55785 |    2494    29927   103044 |    14605     5835     12 | 54.614 % |
24.33/24.87	c 25	|     56292 |    2494    29927   103044 |    16065     6342     12 | 54.614 % |
24.53/25.03	c 25	|     57054 |    2494    29927   103044 |    17672     7104     11 | 54.614 % |
24.73/25.23	c 25	|     58193 |    2494    29927   103044 |    19439     8243     12 | 54.615 % |
24.73/25.26	c 25	===============================================================================
24.73/25.26	c 25	restarts              : 40
24.73/25.26	c 25	conflicts             : 58259         (2727 /sec)
24.73/25.26	c 25	decisions             : 76333         (0.85 % random) (3573 /sec)
24.73/25.26	c 25	propagations          : 21625833       (1012268 /sec)
24.73/25.26	c 25	conflict literals     : 1072720        (34.80 % deleted)
24.73/25.26	c 25	Memory used           : 11.98 MB
24.73/25.26	c 25	CPU time              : 21.3638 s
24.73/25.26	c 25	
24.73/25.26	c 25	UNSATISFIABLE
24.73/25.26	c 25	OK
24.73/25.26	c 25	NOT FOUND: _COST <= 9
24.73/25.26	c 25	OK
24.73/25.26	c 25	OBJECTIVE BOUND: 10 <= _COST <= 18
24.73/25.26	c 25	SEARCHING: _COST <= 14
24.73/25.26	c 25	============================[ Search Statistics ]==============================
24.73/25.26	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.73/25.26	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.73/25.26	c 25	===============================================================================
24.73/25.26	c 25	|     58259 |    2460    29746   102603 |     9915     8195     12 | 54.615 % |
24.73/25.29	c 25	|     58359 |    2460    29746   102603 |    10906     8295     12 | 55.232 % |
24.82/25.32	c 25	|     58509 |    2460    29746   102603 |    11997     8445     12 | 55.232 % |
24.82/25.37	c 25	|     58734 |    2460    29746   102603 |    13197     8670     12 | 55.232 % |
24.92/25.44	c 25	|     59071 |    2460    29746   102603 |    14517     9007     12 | 55.232 % |
25.02/25.56	c 25	|     59577 |    2460    29746   102603 |    15968     9513     12 | 55.232 % |
25.21/25.76	c 25	|     60336 |    2460    29746   102603 |    17565    10272     12 | 55.232 % |
25.41/25.98	c 26	|     61476 |    2460    29746   102603 |    19322    11412     13 | 55.232 % |
25.81/26.38	c 26	|     63184 |    2460    29746   102603 |    21254    13120     13 | 55.232 % |
26.50/27.02	c 27	|     65746 |    2460    29746   102603 |    23379    15682     13 | 55.232 % |
27.69/28.22	c 28	|     69590 |    2460    29746   102603 |    25717    19526     13 | 55.233 % |
28.98/29.50	c 29	===============================================================================
28.98/29.50	c 29	restarts              : 51
28.98/29.50	c 29	conflicts             : 74818         (2926 /sec)
28.98/29.50	c 29	decisions             : 97894         (0.91 % random) (3828 /sec)
28.98/29.50	c 29	propagations          : 27932116       (1092374 /sec)
28.98/29.50	c 29	conflict literals     : 1310907        (34.17 % deleted)
28.98/29.50	c 29	Memory used           : 12.12 MB
28.98/29.50	c 29	CPU time              : 25.5701 s
28.98/29.50	c 29	
28.98/29.50	c 29	UNSATISFIABLE
28.98/29.50	c 29	OK
28.98/29.50	c 29	NOT FOUND: _COST <= 14
28.98/29.51	c 29	OK
28.98/29.51	c 29	OBJECTIVE BOUND: 15 <= _COST <= 18
28.98/29.51	c 29	SEARCHING: _COST <= 16
28.98/29.51	c 29	============================[ Search Statistics ]==============================
28.98/29.51	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.98/29.51	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.98/29.51	c 29	===============================================================================
28.98/29.51	c 29	|     74818 |    2435    29566   102138 |     9855    22922     14 | 55.233 % |
28.98/29.58	c 29	|     74920 |    2435    29566   102138 |    10840    11563     13 | 55.687 % |
29.08/29.63	c 29	|     75070 |    2435    29566   102138 |    11924    11713     13 | 55.687 % |
29.08/29.69	c 29	|     75295 |    2435    29566   102138 |    13117    11938     13 | 55.687 % |
29.17/29.77	c 29	|     75632 |    2435    29566   102138 |    14429    12275     13 | 55.687 % |
29.37/29.92	c 30	|     76138 |    2435    29566   102138 |    15872    12781     13 | 55.687 % |
29.57/30.13	c 30	|     76898 |    2435    29566   102138 |    17459    13541     13 | 55.687 % |
29.87/30.43	c 30	|     78040 |    2435    29566   102138 |    19205    14683     13 | 55.687 % |
30.26/30.81	c 30	|     79749 |    2435    29566   102138 |    21125    16392     14 | 55.687 % |
30.96/31.53	c 31	|     82313 |    2435    29566   102138 |    23238    18956     14 | 55.687 % |
31.95/32.52	c 32	|     86158 |    2435    29566   102138 |    25562    22801     15 | 55.687 % |
33.73/34.38	c 34	|     91924 |    2435    29566   102138 |    28118    28567     15 | 55.687 % |
36.01/36.68	c 36	===============================================================================
36.01/36.68	c 36	restarts              : 63
36.01/36.68	c 36	conflicts             : 99099         (3033 /sec)
36.01/36.68	c 36	decisions             : 128819        (0.96 % random) (3943 /sec)
36.01/36.68	c 36	propagations          : 36817056       (1126868 /sec)
36.01/36.68	c 36	conflict literals     : 1726450        (33.06 % deleted)
36.01/36.68	c 36	Memory used           : 12.12 MB
36.01/36.68	c 36	CPU time              : 32.672 s
36.01/36.68	c 36	
36.01/36.68	c 36	UNSATISFIABLE
36.01/36.68	c 36	OK
36.01/36.68	c 36	NOT FOUND: _COST <= 16
36.01/36.68	c 36	OK
36.01/36.68	c 36	OBJECTIVE BOUND: 17 <= _COST <= 18
36.01/36.68	c 36	SEARCHING: _COST <= 17
36.01/36.68	c 36	============================[ Search Statistics ]==============================
36.01/36.68	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.01/36.68	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.01/36.68	c 36	===============================================================================
36.01/36.68	c 36	|     99099 |    2425    29487   101931 |     9829    17699     16 | 55.687 % |
36.10/36.73	c 36	|     99200 |    2425    29487   101931 |    10811     8951     15 | 55.869 % |
36.10/36.77	c 36	|     99350 |    2425    29487   101931 |    11893     9101     14 | 55.869 % |
36.20/36.82	c 36	|     99575 |    2425    29487   101931 |    13082     9326     14 | 55.869 % |
36.20/36.89	c 37	|     99912 |    2425    29487   101931 |    14390     9663     14 | 55.869 % |
36.30/36.98	c 37	|    100419 |    2425    29487   101931 |    15829    10170     15 | 55.869 % |
36.50/37.15	c 37	|    101179 |    2425    29487   101931 |    17412    10930     14 | 55.869 % |
36.80/37.45	c 37	|    102319 |    2425    29487   101931 |    19153    12070     14 | 55.869 % |
37.09/37.74	c 37	|    104030 |    2425    29487   101931 |    21069    13781     15 | 55.869 % |
37.69/38.38	c 38	|    106592 |    2425    29487   101931 |    23176    16343     16 | 55.869 % |
38.88/39.59	c 39	|    110437 |    2425    29487   101931 |    25493    20188     15 | 55.869 % |
40.56/41.22	c 41	|    116204 |    2425    29487   101931 |    28043    25955     17 | 55.869 % |
43.43/44.16	c 44	|    124854 |    2425    29487   101931 |    30847    17801     16 | 55.869 % |
47.00/47.73	c 47	|    137828 |    2425    29487   101931 |    33932    30775     18 | 55.869 % |
47.99/48.73	c 48	===============================================================================
47.99/48.73	c 48	restarts              : 77
47.99/48.73	c 48	conflicts             : 140181        (3143 /sec)
47.99/48.73	c 48	decisions             : 181409        (1.01 % random) (4067 /sec)
47.99/48.73	c 48	propagations          : 51965235       (1164951 /sec)
47.99/48.73	c 48	conflict literals     : 2471778        (32.18 % deleted)
47.99/48.73	c 48	Memory used           : 12.12 MB
47.99/48.73	c 48	CPU time              : 44.6072 s
47.99/48.73	c 48	
47.99/48.73	c 48	UNSATISFIABLE
47.99/48.73	c 48	OK
47.99/48.73	c 48	NOT FOUND: _COST <= 17
47.99/48.73	c 48	OK
47.99/48.73	c 48	OBJECTIVE _COST 18
47.99/48.73	s OPTIMUM FOUND
47.99/48.74	c 48	CPU 47.75 (0.07 0.02 47.68 0.26)
47.99/48.74	c 48	END Wed Jul 16 02:48:50 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-1125315-1216169282/watcher-1125315-1216169282 -o /tmp/evaluation-result-1125315-1216169282/solver-1125315-1216169282 -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-1125315-1216169282.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: 1.92 2.01 2.00 4/81 28156
/proc/meminfo: memFree=1755088/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=12000 CPUtime=0
/proc/28156/stat : 28156 (sugar++) R 28154 28156 27746 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 73627281 12288000 177 996147200 4194304 4206940 548682068528 18446744073709551615 255553688352 0 0 4224 0 0 0 0 17 1 0 0
/proc/28156/statm: 3000 177 138 3 0 100 0

[startup+0.0813989 s]
/proc/loadavg: 1.92 2.01 2.00 4/81 28156
/proc/meminfo: memFree=1755088/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16740 CPUtime=0.07
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 73627281 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102273 s]
/proc/loadavg: 1.92 2.01 2.00 4/81 28156
/proc/meminfo: memFree=1755088/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16740 CPUtime=0.07
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 73627281 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301252 s]
/proc/loadavg: 1.92 2.01 2.00 4/81 28156
/proc/meminfo: memFree=1755088/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16740 CPUtime=0.07
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 73627281 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702286 s]
/proc/loadavg: 1.92 2.01 2.00 4/81 28156
/proc/meminfo: memFree=1755088/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16740 CPUtime=0.07
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1236 128 0 0 6 1 0 0 15 0 1 0 73627281 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50237 s]
/proc/loadavg: 1.92 2.01 2.00 3/92 28178
/proc/meminfo: memFree=1743032/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16740 CPUtime=0.66
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1296 4727 0 1 6 1 56 3 15 0 1 0 73627281 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4185 1104 409 3 0 764 0
[pid=28169] ppid=28156 vsize=5356 CPUtime=0
/proc/28169/stat : 28169 (sh) S 28156 28156 27746 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73627352 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28169/statm: 1339 233 193 169 0 50 0
[pid=28170] ppid=28169 vsize=864184 CPUtime=0.76
/proc/28170/stat : 28170 (java) S 28169 28156 27746 0 -1 0 7997 0 1 0 73 3 0 0 18 0 9 0 73627353 884924416 7262 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28170/statm: 216046 7262 2540 9 0 210621 0
[pid=28170/tid=28171] ppid=28169 vsize=864184 CPUtime=0.44
/proc/28170/task/28171/stat : 28171 (java) R 28169 28156 27746 0 -1 64 2598 0 1 0 43 1 0 0 19 0 9 0 73627353 884924416 7262 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28170/tid=28172] ppid=28169 vsize=864184 CPUtime=0.23
/proc/28170/task/28172/stat : 28172 (java) R 28169 28156 27746 0 -1 64 4366 0 0 0 22 1 0 0 16 0 9 0 73627355 884924416 7262 996147200 134512640 134550740 4294955920 18446744073709551615 103735733 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28170/tid=28173] ppid=28169 vsize=864184 CPUtime=0
/proc/28170/task/28173/stat : 28173 (java) S 28169 28156 27746 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73627355 884924416 7262 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28170/tid=28174] ppid=28169 vsize=864184 CPUtime=0
/proc/28170/task/28174/stat : 28174 (java) S 28169 28156 27746 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73627355 884924416 7262 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28170/tid=28175] ppid=28169 vsize=864184 CPUtime=0
/proc/28170/task/28175/stat : 28175 (java) S 28169 28156 27746 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73627357 884924416 7262 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28170/tid=28176] ppid=28169 vsize=864184 CPUtime=0.07
/proc/28170/task/28176/stat : 28176 (java) S 28169 28156 27746 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 73627357 884924416 7262 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28170/tid=28177] ppid=28169 vsize=864184 CPUtime=0
/proc/28170/task/28177/stat : 28177 (java) S 28169 28156 27746 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73627357 884924416 7262 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28170/tid=28178] ppid=28169 vsize=864184 CPUtime=0
/proc/28170/task/28178/stat : 28178 (java) S 28169 28156 27746 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73627357 884924416 7262 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886280

[startup+3.10151 s]
/proc/loadavg: 1.92 2.01 2.00 4/92 28178
/proc/meminfo: memFree=1718840/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16872 CPUtime=2.7
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1537 16583 0 2 6 1 250 13 15 0 1 0 73627281 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4218 1121 414 3 0 797 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 16872

[startup+6.30182 s]
/proc/loadavg: 1.93 2.01 2.00 3/83 28199
/proc/meminfo: memFree=1741056/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16872 CPUtime=3.06
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1625 24077 0 4 6 2 280 18 15 0 1 0 73627281 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4218 1121 414 3 0 797 0
[pid=28179] ppid=28156 vsize=8528 CPUtime=3.04
/proc/28179/stat : 28179 (minisat-inc) R 28156 28156 27746 0 -1 4194304 2017 0 0 0 303 1 0 0 25 0 1 0 73627562 8732672 1962 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/28179/statm: 2132 1962 79 151 0 1978 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 25400

[startup+12.7014 s]
/proc/loadavg: 1.93 2.01 2.00 3/83 28199
/proc/meminfo: memFree=1739968/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16872 CPUtime=3.06
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1625 24077 0 4 6 2 280 18 16 0 1 0 73627281 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4218 1121 414 3 0 797 0
[pid=28179] ppid=28156 vsize=10028 CPUtime=9.37
/proc/28179/stat : 28179 (minisat-inc) R 28156 28156 27746 0 -1 4194304 2381 0 0 0 936 1 0 0 25 0 1 0 73627562 10268672 2326 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28179/statm: 2507 2326 79 151 0 2353 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 26900

[startup+25.5026 s]
/proc/loadavg: 1.95 2.00 2.00 3/83 28219
/proc/meminfo: memFree=1737472/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16872 CPUtime=3.39
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1767 31628 0 6 7 2 307 23 15 0 1 0 73627281 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4218 1121 414 3 0 797 0
[pid=28179] ppid=28156 vsize=12268 CPUtime=21.63
/proc/28179/stat : 28179 (minisat-inc) R 28156 28156 27746 0 -1 4194304 2948 0 0 0 2160 3 0 0 25 0 1 0 73627562 12562432 2887 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 1 0 0
/proc/28179/statm: 3067 2887 79 151 0 2913 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 29140

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

[startup+38.3018 s]
/proc/loadavg: 1.95 2.00 2.00 4/83 28219
/proc/meminfo: memFree=1737536/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16872 CPUtime=3.39
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1768 31628 0 6 7 2 307 23 15 0 1 0 73627281 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4218 1121 414 3 0 797 0
[pid=28179] ppid=28156 vsize=12404 CPUtime=34.3
/proc/28179/stat : 28179 (minisat-inc) R 28156 28156 27746 0 -1 4194304 2981 0 0 0 3427 3 0 0 25 0 1 0 73627562 12701696 2916 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28179/statm: 3101 2916 79 151 0 2947 0
Current children cumulated CPU time (s) 37.69
Current children cumulated vsize (KiB) 29276

[startup+44.7014 s]
/proc/loadavg: 1.96 2.00 2.00 3/83 28219
/proc/meminfo: memFree=1737536/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16872 CPUtime=3.39
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1768 31628 0 6 7 2 307 23 16 0 1 0 73627281 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4218 1121 414 3 0 797 0
[pid=28179] ppid=28156 vsize=12404 CPUtime=40.64
/proc/28179/stat : 28179 (minisat-inc) R 28156 28156 27746 0 -1 4194304 2989 0 0 0 4061 3 0 0 25 0 1 0 73627562 12701696 2924 996147200 134512640 135134323 4294956192 18446744073709551615 134523989 0 0 4096 3 0 0 0 17 1 0 0
/proc/28179/statm: 3101 2924 79 151 0 2947 0
Current children cumulated CPU time (s) 44.03
Current children cumulated vsize (KiB) 29276

[startup+46.3015 s]
/proc/loadavg: 1.96 2.00 2.00 3/83 28219
/proc/meminfo: memFree=1737536/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16872 CPUtime=3.39
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1768 31628 0 6 7 2 307 23 16 0 1 0 73627281 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4218 1121 414 3 0 797 0
[pid=28179] ppid=28156 vsize=12404 CPUtime=42.22
/proc/28179/stat : 28179 (minisat-inc) R 28156 28156 27746 0 -1 4194304 2989 0 0 0 4219 3 0 0 25 0 1 0 73627562 12701696 2924 996147200 134512640 135134323 4294956192 18446744073709551615 134532322 0 0 4096 3 0 0 0 17 1 0 0
/proc/28179/statm: 3101 2924 79 151 0 2947 0
Current children cumulated CPU time (s) 45.61
Current children cumulated vsize (KiB) 29276

[startup+47.9017 s]
/proc/loadavg: 1.96 2.00 2.00 3/83 28219
/proc/meminfo: memFree=1737600/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16872 CPUtime=3.39
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1768 31628 0 6 7 2 307 23 16 0 1 0 73627281 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4218 1121 414 3 0 797 0
[pid=28179] ppid=28156 vsize=12404 CPUtime=43.81
/proc/28179/stat : 28179 (minisat-inc) R 28156 28156 27746 0 -1 4194304 2989 0 0 0 4378 3 0 0 25 0 1 0 73627562 12701696 2924 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 1 0 0
/proc/28179/statm: 3101 2924 79 151 0 2947 0
Current children cumulated CPU time (s) 47.2
Current children cumulated vsize (KiB) 29276

[startup+48.3017 s]
/proc/loadavg: 1.96 2.00 2.00 3/83 28219
/proc/meminfo: memFree=1737600/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16872 CPUtime=3.39
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1768 31628 0 6 7 2 307 23 16 0 1 0 73627281 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4218 1121 414 3 0 797 0
[pid=28179] ppid=28156 vsize=12404 CPUtime=44.21
/proc/28179/stat : 28179 (minisat-inc) R 28156 28156 27746 0 -1 4194304 2989 0 0 0 4418 3 0 0 25 0 1 0 73627562 12701696 2924 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 1 0 0
/proc/28179/statm: 3101 2924 79 151 0 2947 0
Current children cumulated CPU time (s) 47.6
Current children cumulated vsize (KiB) 29276

[startup+48.7018 s]
/proc/loadavg: 1.96 2.00 2.00 3/83 28219
/proc/meminfo: memFree=1737600/2055920 swapFree=4180968/4192956
[pid=28156] ppid=28154 vsize=16872 CPUtime=3.39
/proc/28156/stat : 28156 (sugar++) S 28154 28156 27746 0 -1 4194304 1768 31628 0 6 7 2 307 23 16 0 1 0 73627281 17276928 1121 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28156/statm: 4218 1121 414 3 0 797 0
[pid=28179] ppid=28156 vsize=12404 CPUtime=44.6
/proc/28179/stat : 28179 (minisat-inc) R 28156 28156 27746 0 -1 4194304 2989 0 0 0 4457 3 0 0 25 0 1 0 73627562 12701696 2924 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/28179/statm: 3101 2924 79 151 0 2947 0
Current children cumulated CPU time (s) 47.99
Current children cumulated vsize (KiB) 29276

Child status: 0
Real time (s): 48.7431
CPU time (s): 48.0557
CPU user time (s): 47.7577
CPU system time (s): 0.297954
CPU usage (%): 98.5898
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.7577
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36464
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= 3401
involuntary context switches= 5058

runsolver used 0.071989 second user time and 0.170974 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-16 02:48:02
IDJOB=1125315
IDBENCH=63104
IDSOLVER=367
FILE ID=node48/1125315-1216169282
PBS_JOBID= 7905807
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/subs7/normalized-scenw-7-sub1_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-1125315-1216169282/watcher-1125315-1216169282 -o /tmp/evaluation-result-1125315-1216169282/solver-1125315-1216169282 -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-1125315-1216169282.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 37718aff0086a536b68a7ef0054e5796
RANDOM SEED=1734123643

node48.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.232
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.232
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:       1755568 kB
Buffers:         74728 kB
Cached:         142028 kB
SwapCached:       6012 kB
Active:         179568 kB
Inactive:        56420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755568 kB
SwapTotal:     4192956 kB
SwapFree:      4180968 kB
Dirty:            1244 kB
Writeback:           0 kB
Mapped:          35328 kB
Slab:            49368 kB
Committed_AS:   340052 kB
PageTables:       1960 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= 66560 MiB
End job on node48 at 2008-07-16 02:48:50