Trace number 1112680

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+minisatOPTIMUM4 34.5457 35.4751

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-13.xml
MD5SUM7ca64d29f7b92f5ea95caa9cf94f3ae0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark34.5457
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints92
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension92
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 16:21:16 2008
0.00/0.04	c 0	PID 18549
0.00/0.04	c 0	HOST node54.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1112680-1215872475.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112680-1215872475.xml' 'HOME/temp.csp'
0.03/0.31	c 0	1 domains, 16 variables, 2 predicates, 0 relations, 92 constraints
0.03/0.38	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.38	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.21/0.48	c 0	Parsing HOME/temp.csp
0.21/0.52	c 0	parsed 111 expressions
0.21/0.54	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.21/0.54	c 0	MAX CSP: 92 constraints
0.21/0.54	c 0	Converting to clausal form CSP
0.21/0.57	c 0	converted 21 (10%) expressions
0.21/0.58	c 0	converted 42 (20%) expressions
0.21/0.60	c 0	converted 62 (30%) expressions
0.21/0.61	c 0	converted 83 (40%) expressions
0.21/0.62	c 0	converted 103 (50%) expressions
0.21/0.63	c 0	converted 124 (60%) expressions
0.21/0.64	c 0	converted 145 (70%) expressions
0.22/0.71	c 0	converted 165 (80%) expressions
0.22/0.71	c 0	converted 186 (90%) expressions
0.22/0.74	c 0	converted 206 (100%) expressions
0.22/0.74	c 0	CSP : 200 integers, 168 booleans, 611 clauses, largest domain size 139
0.22/0.74	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.74	c 0	Propagation in CSP
0.22/0.76	c 0	88 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.22/0.76	c 0	CSP : 200 integers, 168 booleans, 611 clauses, largest domain size 93
0.22/0.76	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.76	c 0	Simplifing CSP by introducing new Boolean variables
0.22/0.77	c 0	CSP : 200 integers, 514 booleans, 957 clauses, largest domain size 93
0.22/0.77	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.80	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.22/0.81	c 0	20 (10%) CSP integer variables are encoded (96 clauses, 936 bytes)
0.22/0.81	c 0	40 (20%) CSP integer variables are encoded (96 clauses, 936 bytes)
0.22/0.81	c 0	60 (30%) CSP integer variables are encoded (96 clauses, 936 bytes)
0.22/0.81	c 0	80 (40%) CSP integer variables are encoded (96 clauses, 936 bytes)
0.22/0.81	c 0	100 (50%) CSP integer variables are encoded (96 clauses, 936 bytes)
0.22/0.81	c 0	120 (60%) CSP integer variables are encoded (220 clauses, 2300 bytes)
0.22/0.82	c 0	140 (70%) CSP integer variables are encoded (704 clauses, 7624 bytes)
0.22/0.82	c 0	160 (80%) CSP integer variables are encoded (875 clauses, 9566 bytes)
0.22/0.82	c 0	180 (90%) CSP integer variables are encoded (952 clauses, 10567 bytes)
0.22/0.82	c 0	200 (100%) CSP integer variables are encoded (1077 clauses, 12192 bytes)
0.22/0.82	c 0	96 (10%) CSP clauses are encoded (1501 clauses, 18571 bytes)
0.22/0.83	c 0	192 (20%) CSP clauses are encoded (1857 clauses, 24027 bytes)
0.22/0.84	c 0	288 (30%) CSP clauses are encoded (2257 clauses, 30464 bytes)
0.22/0.84	c 0	383 (40%) CSP clauses are encoded (2669 clauses, 37046 bytes)
0.22/0.85	c 0	479 (50%) CSP clauses are encoded (3073 clauses, 43540 bytes)
0.22/0.85	c 0	575 (60%) CSP clauses are encoded (3509 clauses, 50602 bytes)
0.22/0.86	c 0	670 (70%) CSP clauses are encoded (3957 clauses, 57886 bytes)
0.22/0.86	c 0	766 (80%) CSP clauses are encoded (4437 clauses, 65845 bytes)
0.22/0.88	c 0	862 (90%) CSP clauses are encoded (10173 clauses, 149259 bytes)
0.22/0.89	c 0	957 (100%) CSP clauses are encoded (17025 clauses, 259796 bytes)
0.22/0.89	c 0	957 CSP clauses encoded
0.22/0.89	c 0	Writing map file : HOME/temp.map
0.22/0.89	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.89	c 0	SAT : 1791 SAT variables, 17025 SAT clauses, 259796 bytes
0.22/0.89	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.93	c 1	OBJECTIVE minimize _COST
0.22/0.93	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.22/0.93	c 1	SEARCHING: _COST <= 46
0.22/0.93	c 1	SOLVING HOME/temp.cnf
0.22/0.93	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.22/0.93	c 1	This is MiniSat 2.0 beta
0.22/0.93	c 1	WARNING: for repeatability, setting FPU to use double precision
0.22/0.93	c 1	============================[ Problem Statistics ]=============================
0.22/0.93	c 1	|                                                                             |
0.22/0.93	c 1	|  Number of variables:  1791                                                 |
0.22/0.93	c 1	|  Number of clauses:    17026                                                |
0.22/0.94	c 1	|  Parsing time:         0.01         s                                       |
0.22/0.94	c 1	============================[ Search Statistics ]==============================
0.22/0.94	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.22/0.94	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.22/0.94	c 1	===============================================================================
0.22/0.94	c 1	|         0 |    1469    12256    34699 |     4085        0    nan |  0.000 % |
0.22/0.94	c 1	===============================================================================
0.22/0.94	c 1	restarts              : 1
0.22/0.94	c 1	conflicts             : 6              (546 /sec)
0.22/0.94	c 1	decisions             : 301            (1.33 % random) (27369 /sec)
0.22/0.94	c 1	propagations          : 2253           (204855 /sec)
0.22/0.94	c 1	conflict literals     : 29             (0.00 % deleted)
0.22/0.94	c 1	Memory used           : 2.57 MB
0.22/0.94	c 1	CPU time              : 0.010998 s
0.22/0.94	c 1	
0.22/0.94	c 1	SATISFIABLE
0.22/0.94	c 1	FOUND: _COST <= 46
0.22/0.94	s SATISFIABLE
0.22/0.94	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.22/0.94	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.76/1.05	c 1	Decoding HOME/temp.out
0.76/1.09	c 1	OBJECTIVE _COST 46
0.76/1.09	o 46
0.76/1.09	v 4 6 2 4 7 8 5 5 3 3 5 8 8 8 7 7
0.76/1.09	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.82/1.15	c 1	OBJECTIVE BOUND: 0 <= _COST <= 46
0.82/1.15	c 1	SEARCHING: _COST <= 23
0.82/1.15	c 1	SOLVING HOME/temp.cnf
0.82/1.15	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.82/1.15	c 1	This is MiniSat 2.0 beta
0.82/1.15	c 1	WARNING: for repeatability, setting FPU to use double precision
0.82/1.15	c 1	============================[ Problem Statistics ]=============================
0.82/1.15	c 1	|                                                                             |
0.82/1.15	c 1	|  Number of variables:  1791                                                 |
0.82/1.15	c 1	|  Number of clauses:    17026                                                |
0.82/1.16	c 1	|  Parsing time:         0.01         s                                       |
0.82/1.16	c 1	============================[ Search Statistics ]==============================
0.82/1.16	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.82/1.16	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.82/1.16	c 1	===============================================================================
0.82/1.16	c 1	|         0 |    1285     9358    26534 |     3119        0    nan |  0.000 % |
0.82/1.17	c 1	|       101 |    1285     9358    26534 |     3431      101     20 | 28.252 % |
0.82/1.17	c 1	===============================================================================
0.82/1.17	c 1	restarts              : 2
0.82/1.17	c 1	conflicts             : 102            (6801 /sec)
0.82/1.17	c 1	decisions             : 307            (0.00 % random) (20471 /sec)
0.82/1.17	c 1	propagations          : 13007          (867307 /sec)
0.82/1.17	c 1	conflict literals     : 2074           (7.74 % deleted)
0.82/1.17	c 1	Memory used           : 2.57 MB
0.82/1.17	c 1	CPU time              : 0.014997 s
0.82/1.17	c 1	
0.82/1.17	c 1	SATISFIABLE
0.82/1.17	c 1	FOUND: _COST <= 23
0.82/1.17	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.82/1.17	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.86/1.32	c 1	Decoding HOME/temp.out
0.86/1.36	c 1	OBJECTIVE _COST 23
0.86/1.36	o 23
0.86/1.36	v 8 3 8 2 8 8 8 7 4 3 1 2 8 7 5 6
0.86/1.36	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.86/1.41	c 1	OBJECTIVE BOUND: 0 <= _COST <= 23
0.86/1.41	c 1	SEARCHING: _COST <= 11
0.86/1.41	c 1	SOLVING HOME/temp.cnf
0.86/1.41	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.86/1.44	c 1	This is MiniSat 2.0 beta
0.86/1.44	c 1	WARNING: for repeatability, setting FPU to use double precision
0.86/1.44	c 1	============================[ Problem Statistics ]=============================
0.86/1.44	c 1	|                                                                             |
0.86/1.44	c 1	|  Number of variables:  1791                                                 |
0.86/1.44	c 1	|  Number of clauses:    17026                                                |
0.86/1.44	c 1	|  Parsing time:         0.01         s                                       |
0.86/1.45	c 1	============================[ Search Statistics ]==============================
0.86/1.45	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.86/1.45	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.86/1.45	c 1	===============================================================================
0.86/1.45	c 1	|         0 |    1149     6932    19652 |     2310        0    nan |  0.000 % |
0.86/1.45	c 1	|       100 |    1149     6932    19652 |     2541      100     21 | 35.846 % |
0.86/1.46	c 1	|       250 |    1149     6932    19652 |     2795      250     24 | 35.846 % |
0.86/1.48	c 1	|       475 |    1149     6932    19652 |     3075      475     21 | 35.847 % |
0.86/1.48	c 1	===============================================================================
0.86/1.48	c 1	restarts              : 4
0.86/1.48	c 1	conflicts             : 495            (11252 /sec)
0.86/1.48	c 1	decisions             : 741            (0.40 % random) (16844 /sec)
0.86/1.48	c 1	propagations          : 104209         (2368763 /sec)
0.86/1.48	c 1	conflict literals     : 10130          (30.51 % deleted)
0.86/1.48	c 1	Memory used           : 2.57 MB
0.86/1.48	c 1	CPU time              : 0.043993 s
0.86/1.48	c 1	
0.86/1.48	c 1	SATISFIABLE
0.86/1.48	c 1	FOUND: _COST <= 11
0.86/1.48	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.86/1.48	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.05/1.56	c 1	Decoding HOME/temp.out
1.05/1.61	c 1	OBJECTIVE _COST 11
1.05/1.61	o 11
1.05/1.61	v 7 4 8 5 7 1 8 2 6 2 8 3 6 2 8 1
1.05/1.61	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.66	c 1	OBJECTIVE BOUND: 0 <= _COST <= 11
1.05/1.66	c 1	SEARCHING: _COST <= 5
1.05/1.66	c 1	SOLVING HOME/temp.cnf
1.05/1.66	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.05/1.66	c 1	This is MiniSat 2.0 beta
1.05/1.66	c 1	WARNING: for repeatability, setting FPU to use double precision
1.05/1.66	c 1	============================[ Problem Statistics ]=============================
1.05/1.66	c 1	|                                                                             |
1.05/1.66	c 1	|  Number of variables:  1791                                                 |
1.05/1.66	c 1	|  Number of clauses:    17026                                                |
1.05/1.67	c 1	|  Parsing time:         0.01         s                                       |
1.05/1.67	c 1	============================[ Search Statistics ]==============================
1.05/1.67	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.05/1.67	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.05/1.67	c 1	===============================================================================
1.05/1.67	c 1	|         0 |    1029     5371    15323 |     1790        0    nan |  0.000 % |
1.05/1.68	c 1	|       100 |    1029     5371    15323 |     1969      100     20 | 42.546 % |
1.05/1.69	c 1	|       250 |    1029     5371    15323 |     2166      250     26 | 42.547 % |
1.17/1.70	c 1	|       476 |    1029     5371    15323 |     2382      476     21 | 42.546 % |
1.17/1.73	c 1	|       813 |    1029     5371    15323 |     2621      813     20 | 42.547 % |
1.17/1.78	c 1	|      1319 |    1029     5371    15323 |     2883     1319     21 | 42.547 % |
1.17/1.84	c 1	|      2080 |    1029     5371    15323 |     3171     2080     21 | 42.547 % |
1.17/1.95	c 2	|      3221 |    1029     5371    15323 |     3488     3221     19 | 42.547 % |
1.17/1.96	c 2	===============================================================================
1.17/1.96	c 2	restarts              : 8
1.17/1.96	c 2	conflicts             : 3332           (10998 /sec)
1.17/1.96	c 2	decisions             : 4033           (0.89 % random) (13312 /sec)
1.17/1.96	c 2	propagations          : 781528         (2579700 /sec)
1.17/1.96	c 2	conflict literals     : 64391          (26.90 % deleted)
1.17/1.96	c 2	Memory used           : 2.57 MB
1.17/1.96	c 2	CPU time              : 0.302953 s
1.17/1.96	c 2	
1.17/1.96	c 2	SATISFIABLE
1.17/1.97	c 2	FOUND: _COST <= 5
1.17/1.97	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.17/1.97	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.48/2.04	c 2	Decoding HOME/temp.out
1.48/2.09	c 2	OBJECTIVE _COST 5
1.48/2.09	o 5
1.48/2.09	v 4 1 7 2 4 1 8 2 7 5 8 2 6 1 3 2
1.48/2.09	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.59/2.13	c 2	OBJECTIVE BOUND: 0 <= _COST <= 5
1.59/2.13	c 2	SEARCHING: _COST <= 2
1.59/2.13	c 2	SOLVING HOME/temp.cnf
1.59/2.13	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.59/2.13	c 2	This is MiniSat 2.0 beta
1.59/2.13	c 2	WARNING: for repeatability, setting FPU to use double precision
1.59/2.13	c 2	============================[ Problem Statistics ]=============================
1.59/2.13	c 2	|                                                                             |
1.59/2.13	c 2	|  Number of variables:  1791                                                 |
1.59/2.13	c 2	|  Number of clauses:    17026                                                |
1.59/2.14	c 2	|  Parsing time:         0.01         s                                       |
1.59/2.14	c 2	============================[ Search Statistics ]==============================
1.59/2.14	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/2.14	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/2.14	c 2	===============================================================================
1.59/2.14	c 2	|         0 |     902     4352    12644 |     1450        0    nan |  0.000 % |
1.59/2.15	c 2	|       100 |     902     4352    12644 |     1595      100     23 | 49.637 % |
1.59/2.16	c 2	|       251 |     902     4352    12644 |     1755      251     22 | 49.640 % |
1.59/2.17	c 2	|       476 |     902     4352    12644 |     1930      476     18 | 49.637 % |
1.59/2.20	c 2	|       813 |     902     4352    12644 |     2123      813     17 | 49.638 % |
1.61/2.24	c 2	|      1319 |     902     4352    12644 |     2336     1319     16 | 49.638 % |
1.61/2.30	c 2	|      2079 |     902     4352    12644 |     2569     2079     16 | 49.637 % |
1.61/2.41	c 2	|      3220 |     902     4352    12644 |     2826     3220     16 | 49.638 % |
1.61/2.56	c 2	|      4928 |     902     4352    12644 |     3109     2977     16 | 49.638 % |
1.61/2.81	c 2	|      7491 |     902     4352    12644 |     3420     3478     14 | 49.638 % |
1.61/3.19	c 3	|     11335 |     902     4352    12644 |     3762     2862     20 | 49.637 % |
3.15/3.80	c 3	|     17102 |     902     4352    12644 |     4138     3793     21 | 49.637 % |
4.04/4.66	c 4	|     25752 |     900     4317    12545 |     4552     5024     14 | 49.750 % |
5.43/6.00	c 6	|     38726 |     900     4317    12545 |     5008     4071     17 | 49.749 % |
6.22/6.84	c 6	===============================================================================
6.22/6.84	c 6	restarts              : 14
6.22/6.84	c 6	conflicts             : 46768          (10031 /sec)
6.22/6.84	c 6	decisions             : 51221          (1.28 % random) (10986 /sec)
6.22/6.84	c 6	propagations          : 11699715       (2509435 /sec)
6.22/6.84	c 6	conflict literals     : 794084         (28.88 % deleted)
6.22/6.84	c 6	Memory used           : 2.98 MB
6.22/6.84	c 6	CPU time              : 4.66229 s
6.22/6.84	c 6	
6.22/6.84	c 6	UNSATISFIABLE
6.22/6.84	c 6	NOT FOUND: _COST <= 2
6.22/6.84	c 6	OBJECTIVE BOUND: 3 <= _COST <= 5
6.22/6.84	c 6	SEARCHING: _COST <= 4
6.22/6.84	c 6	SOLVING HOME/temp.cnf
6.22/6.84	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.28/6.95	c 7	This is MiniSat 2.0 beta
6.28/6.95	c 7	WARNING: for repeatability, setting FPU to use double precision
6.28/6.95	c 7	============================[ Problem Statistics ]=============================
6.28/6.95	c 7	|                                                                             |
6.28/6.95	c 7	|  Number of variables:  1791                                                 |
6.28/6.95	c 7	|  Number of clauses:    17026                                                |
6.28/6.96	c 7	|  Parsing time:         0.01         s                                       |
6.28/6.96	c 7	============================[ Search Statistics ]==============================
6.28/6.96	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.28/6.96	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.28/6.96	c 7	===============================================================================
6.28/6.96	c 7	|         0 |     996     5055    14473 |     1685        0    nan |  0.000 % |
6.28/6.97	c 7	|       100 |     996     5055    14473 |     1853      100     19 | 44.389 % |
6.28/6.98	c 7	|       250 |     996     5055    14473 |     2038      250     22 | 44.389 % |
6.28/7.00	c 7	|       475 |     996     5055    14473 |     2242      475     19 | 44.389 % |
6.28/7.03	c 7	|       814 |     996     5055    14473 |     2467      814     17 | 44.390 % |
6.28/7.07	c 7	|      1320 |     996     5055    14473 |     2713     1320     18 | 44.389 % |
6.28/7.15	c 7	|      2083 |     996     5055    14473 |     2985     2083     17 | 44.389 % |
6.28/7.26	c 7	|      3222 |     996     5055    14473 |     3283     3222     17 | 44.389 % |
6.28/7.42	c 7	|      4930 |     996     5055    14473 |     3611     2740     15 | 44.390 % |
6.92/7.68	c 7	|      7493 |     996     5055    14473 |     3973     2960     16 | 44.390 % |
7.32/8.09	c 8	|     11338 |     996     5055    14473 |     4370     4305     18 | 44.390 % |
8.02/8.72	c 8	|     17106 |     996     5055    14473 |     4807     4636     18 | 44.390 % |
8.92/9.69	c 9	|     25755 |     996     5055    14473 |     5288     4494     16 | 44.390 % |
9.42/10.13	c 10	===============================================================================
9.42/10.13	c 10	restarts              : 13
9.42/10.13	c 10	conflicts             : 29512          (9299 /sec)
9.42/10.13	c 10	decisions             : 32559          (1.15 % random) (10260 /sec)
9.42/10.13	c 10	propagations          : 7360796        (2319444 /sec)
9.42/10.13	c 10	conflict literals     : 542295         (29.91 % deleted)
9.42/10.13	c 10	Memory used           : 2.96 MB
9.42/10.13	c 10	CPU time              : 3.17352 s
9.42/10.13	c 10	
9.42/10.13	c 10	SATISFIABLE
9.42/10.13	c 10	FOUND: _COST <= 4
9.42/10.13	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.42/10.13	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.45/10.21	c 10	Decoding HOME/temp.out
9.45/10.26	c 10	OBJECTIVE _COST 4
9.45/10.26	o 4
9.45/10.26	v 5 2 8 1 8 2 6 1 3 2 7 1 7 2 4 1
9.45/10.26	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.45/10.30	c 10	OBJECTIVE BOUND: 3 <= _COST <= 4
9.45/10.30	c 10	SEARCHING: _COST <= 3
9.45/10.30	c 10	SOLVING HOME/temp.cnf
9.45/10.30	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.59/10.30	c 10	This is MiniSat 2.0 beta
9.59/10.30	c 10	WARNING: for repeatability, setting FPU to use double precision
9.59/10.30	c 10	============================[ Problem Statistics ]=============================
9.59/10.30	c 10	|                                                                             |
9.59/10.30	c 10	|  Number of variables:  1791                                                 |
9.59/10.30	c 10	|  Number of clauses:    17026                                                |
9.59/10.31	c 10	|  Parsing time:         0.01         s                                       |
9.59/10.31	c 10	============================[ Search Statistics ]==============================
9.59/10.31	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.59/10.31	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.59/10.31	c 10	===============================================================================
9.59/10.31	c 10	|         0 |     963     4766    13704 |     1588        0    nan |  0.000 % |
9.59/10.32	c 10	|       100 |     963     4766    13704 |     1747      100     23 | 46.231 % |
9.59/10.33	c 10	|       251 |     963     4766    13704 |     1922      251     18 | 46.232 % |
9.59/10.35	c 10	|       477 |     963     4766    13704 |     2114      477     17 | 46.232 % |
9.59/10.37	c 10	|       814 |     963     4766    13704 |     2325      814     15 | 46.232 % |
9.59/10.41	c 10	|      1320 |     963     4766    13704 |     2558     1320     17 | 46.232 % |
9.59/10.47	c 10	|      2079 |     963     4766    13704 |     2814     2079     17 | 46.232 % |
9.59/10.57	c 10	|      3219 |     963     4766    13704 |     3095     3219     18 | 46.232 % |
9.59/10.73	c 10	|      4927 |     963     4766    13704 |     3405     2862     18 | 46.231 % |
10.18/10.98	c 11	|      7489 |     963     4766    13704 |     3745     3225     16 | 46.232 % |
10.57/11.36	c 11	|     11333 |     963     4766    13704 |     4120     4673     18 | 46.231 % |
11.17/11.95	c 12	|     17100 |     963     4766    13704 |     4532     2647     16 | 46.232 % |
12.06/12.84	c 12	|     25750 |     963     4766    13704 |     4985     2967     14 | 46.232 % |
13.44/14.26	c 14	|     38724 |     963     4766    13704 |     5484     3765     19 | 46.232 % |
15.53/16.34	c 16	|     58185 |     960     4732    13608 |     6032     5256     18 | 46.399 % |
18.69/19.57	c 19	|     87377 |     960     4732    13608 |     6636     6260     18 | 46.399 % |
23.74/24.64	c 24	|    131168 |     960     4732    13608 |     7299     3894     17 | 46.399 % |
31.27/32.22	c 32	|    196852 |     939     4483    12862 |     8029     6308     18 | 47.571 % |
34.44/35.47	c 35	===============================================================================
34.44/35.47	c 35	restarts              : 18
34.44/35.47	c 35	conflicts             : 224697         (9014 /sec)
34.44/35.47	c 35	decisions             : 246174         (1.17 % random) (9876 /sec)
34.44/35.47	c 35	propagations          : 54962646       (2205014 /sec)
34.44/35.47	c 35	conflict literals     : 4310097        (28.44 % deleted)
34.44/35.47	c 35	Memory used           : 3.75 MB
34.44/35.47	c 35	CPU time              : 24.9262 s
34.44/35.47	c 35	
34.44/35.47	c 35	UNSATISFIABLE
34.44/35.47	c 35	NOT FOUND: _COST <= 3
34.44/35.47	c 35	OBJECTIVE _COST 4
34.44/35.47	s OPTIMUM FOUND
34.44/35.47	c 35	CPU 34.26 (0.04 0.02 34.22 0.23)
34.44/35.47	c 35	END Sat Jul 12 16:21:51 2008

Verifier Data (download as text)

OK	4	88
4 unsatisfied constraints, 88 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-1112680-1215872475/watcher-1112680-1215872475 -o /tmp/evaluation-result-1112680-1215872475/solver-1112680-1215872475 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112680-1215872475.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.59 2.58 2.53 5/81 18549
/proc/meminfo: memFree=1741928/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=12268 CPUtime=0
/proc/18549/stat : 18549 (sugar) R 18547 18549 17832 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 43947190 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 234211736165 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/18549/statm: 3067 316 241 3 0 167 0

[startup+0.0844139 s]
/proc/loadavg: 2.59 2.58 2.53 5/81 18549
/proc/meminfo: memFree=1741928/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=0.03
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 43947190 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101414 s]
/proc/loadavg: 2.59 2.58 2.53 5/81 18549
/proc/meminfo: memFree=1741928/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=0.03
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 43947190 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301437 s]
/proc/loadavg: 2.59 2.58 2.53 5/81 18549
/proc/meminfo: memFree=1741928/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=0.03
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 43947190 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701494 s]
/proc/loadavg: 2.59 2.58 2.53 5/81 18549
/proc/meminfo: memFree=1741928/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=0.22
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 974 4117 0 1 3 1 15 3 15 0 1 0 43947190 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 2.59 2.58 2.53 5/92 18583
/proc/meminfo: memFree=1736464/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=1.05
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1330 20029 0 4 4 2 85 14 16 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13600

[startup+3.10179 s]
/proc/loadavg: 2.54 2.57 2.53 2/92 18619
/proc/meminfo: memFree=1734736/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=1.61
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1517 28148 0 6 4 2 136 19 15 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 13600

[startup+6.3012 s]
/proc/loadavg: 2.54 2.57 2.53 3/84 18621
/proc/meminfo: memFree=1738000/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=1.61
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1517 28148 0 6 4 2 136 19 16 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
[pid=18620] ppid=18549 vsize=5356 CPUtime=0
/proc/18620/stat : 18620 (sh) S 18549 18549 17832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43947403 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18620/statm: 1339 232 193 169 0 50 0
[pid=18621] ppid=18620 vsize=3048 CPUtime=4.12
/proc/18621/stat : 18621 (minisat) R 18620 18549 17832 0 -1 4194304 485 0 0 0 412 0 0 0 25 0 1 0 43947403 3121152 471 996147200 134512640 135127466 4294956256 18446744073709551615 134522684 0 0 4096 3 0 0 0 17 0 0 0
/proc/18621/statm: 762 471 75 150 0 609 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 22004

[startup+12.703 s]
/proc/loadavg: 2.61 2.59 2.54 4/84 18635
/proc/meminfo: memFree=1738000/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=9.59
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1683 33431 0 7 4 2 930 23 15 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
[pid=18634] ppid=18549 vsize=5356 CPUtime=0
/proc/18634/stat : 18634 (sh) S 18549 18549 17832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43948220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18634/statm: 1339 232 193 169 0 50 0
[pid=18635] ppid=18634 vsize=3028 CPUtime=2.37
/proc/18635/stat : 18635 (minisat) R 18634 18549 17832 0 -1 4194304 482 0 0 0 237 0 0 0 25 0 1 0 43948220 3100672 468 996147200 134512640 135127466 4294956256 18446744073709551615 134527237 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 757 468 75 150 0 604 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 21984

[startup+25.5016 s]
/proc/loadavg: 2.60 2.58 2.53 4/84 18635
/proc/meminfo: memFree=1737424/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=9.59
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1683 33431 0 7 4 2 930 23 16 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
[pid=18634] ppid=18549 vsize=5356 CPUtime=0
/proc/18634/stat : 18634 (sh) S 18549 18549 17832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43948220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18634/statm: 1339 232 193 169 0 50 0
[pid=18635] ppid=18634 vsize=3696 CPUtime=15.04
/proc/18635/stat : 18635 (minisat) R 18634 18549 17832 0 -1 4194304 658 0 0 0 1504 0 0 0 25 0 1 0 43948220 3784704 644 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 924 644 75 150 0 771 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 22652

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

[startup+31.9064 s]
/proc/loadavg: 2.55 2.58 2.53 4/84 18635
/proc/meminfo: memFree=1737424/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=9.59
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1683 33431 0 7 4 2 930 23 16 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
[pid=18634] ppid=18549 vsize=5356 CPUtime=0
/proc/18634/stat : 18634 (sh) S 18549 18549 17832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43948220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18634/statm: 1339 232 193 169 0 50 0
[pid=18635] ppid=18634 vsize=3836 CPUtime=21.39
/proc/18635/stat : 18635 (minisat) R 18634 18549 17832 0 -1 4194304 669 0 0 0 2139 0 0 0 25 0 1 0 43948220 3928064 655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 959 655 75 150 0 806 0
Current children cumulated CPU time (s) 30.98
Current children cumulated vsize (KiB) 22792

[startup+33.5017 s]
/proc/loadavg: 2.59 2.58 2.53 3/84 18635
/proc/meminfo: memFree=1737424/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=9.59
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1683 33431 0 7 4 2 930 23 16 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
[pid=18634] ppid=18549 vsize=5356 CPUtime=0
/proc/18634/stat : 18634 (sh) S 18549 18549 17832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43948220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18634/statm: 1339 232 193 169 0 50 0
[pid=18635] ppid=18634 vsize=3836 CPUtime=22.97
/proc/18635/stat : 18635 (minisat) R 18634 18549 17832 0 -1 4194304 678 0 0 0 2297 0 0 0 25 0 1 0 43948220 3928064 664 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 959 664 75 150 0 806 0
Current children cumulated CPU time (s) 32.56
Current children cumulated vsize (KiB) 22792

[startup+34.3018 s]
/proc/loadavg: 2.59 2.58 2.53 4/84 18635
/proc/meminfo: memFree=1737360/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=9.59
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1683 33431 0 7 4 2 930 23 16 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
[pid=18634] ppid=18549 vsize=5356 CPUtime=0
/proc/18634/stat : 18634 (sh) S 18549 18549 17832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43948220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18634/statm: 1339 232 193 169 0 50 0
[pid=18635] ppid=18634 vsize=3836 CPUtime=23.76
/proc/18635/stat : 18635 (minisat) R 18634 18549 17832 0 -1 4194304 680 0 0 0 2376 0 0 0 25 0 1 0 43948220 3928064 666 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 959 666 75 150 0 806 0
Current children cumulated CPU time (s) 33.35
Current children cumulated vsize (KiB) 22792

[startup+35.1019 s]
/proc/loadavg: 2.59 2.58 2.53 4/84 18635
/proc/meminfo: memFree=1737360/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=9.59
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1683 33431 0 7 4 2 930 23 16 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
[pid=18634] ppid=18549 vsize=5356 CPUtime=0
/proc/18634/stat : 18634 (sh) S 18549 18549 17832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43948220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18634/statm: 1339 232 193 169 0 50 0
[pid=18635] ppid=18634 vsize=3836 CPUtime=24.56
/proc/18635/stat : 18635 (minisat) R 18634 18549 17832 0 -1 4194304 680 0 0 0 2456 0 0 0 25 0 1 0 43948220 3928064 666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 959 666 75 150 0 806 0
Current children cumulated CPU time (s) 34.15
Current children cumulated vsize (KiB) 22792

[startup+35.3019 s]
/proc/loadavg: 2.59 2.58 2.53 4/84 18635
/proc/meminfo: memFree=1737360/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=9.59
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1683 33431 0 7 4 2 930 23 16 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
[pid=18634] ppid=18549 vsize=5356 CPUtime=0
/proc/18634/stat : 18634 (sh) S 18549 18549 17832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43948220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18634/statm: 1339 232 193 169 0 50 0
[pid=18635] ppid=18634 vsize=3836 CPUtime=24.76
/proc/18635/stat : 18635 (minisat) R 18634 18549 17832 0 -1 4194304 681 0 0 0 2476 0 0 0 25 0 1 0 43948220 3928064 667 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 959 667 75 150 0 806 0
Current children cumulated CPU time (s) 34.35
Current children cumulated vsize (KiB) 22792

[startup+35.4019 s]
/proc/loadavg: 2.59 2.58 2.53 4/84 18635
/proc/meminfo: memFree=1737360/2055920 swapFree=4192812/4192956
[pid=18549] ppid=18547 vsize=13600 CPUtime=9.59
/proc/18549/stat : 18549 (sugar) S 18547 18549 17832 0 -1 4194304 1683 33431 0 7 4 2 930 23 16 0 1 0 43947190 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18549/statm: 3400 805 374 3 0 500 0
[pid=18634] ppid=18549 vsize=5356 CPUtime=0
/proc/18634/stat : 18634 (sh) S 18549 18549 17832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43948220 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18634/statm: 1339 232 193 169 0 50 0
[pid=18635] ppid=18634 vsize=3836 CPUtime=24.85
/proc/18635/stat : 18635 (minisat) R 18634 18549 17832 0 -1 4194304 681 0 0 0 2485 0 0 0 25 0 1 0 43948220 3928064 667 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 959 667 75 150 0 806 0
Current children cumulated CPU time (s) 34.44
Current children cumulated vsize (KiB) 22792

Child status: 0
Real time (s): 35.4751
CPU time (s): 34.5457
CPU user time (s): 34.2748
CPU system time (s): 0.270958
CPU usage (%): 97.3801
Max. virtual memory (cumulated for all children) (KiB): 882996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.2748
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36162
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= 2213
involuntary context switches= 3994

runsolver used 0.052991 second user time and 0.110983 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-12 16:21:16
IDJOB=1112680
IDBENCH=61456
IDSOLVER=368
FILE ID=node54/1112680-1215872475
PBS_JOBID= 7903510
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-13.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112680-1215872475/watcher-1112680-1215872475 -o /tmp/evaluation-result-1112680-1215872475/solver-1112680-1215872475 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112680-1215872475.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7ca64d29f7b92f5ea95caa9cf94f3ae0
RANDOM SEED=319767152

node54.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.235
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.235
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:       1742664 kB
Buffers:         50368 kB
Cached:          85972 kB
SwapCached:          0 kB
Active:         189152 kB
Inactive:        67264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:         140392 kB
Slab:            41832 kB
Committed_AS:   979212 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node54 at 2008-07-12 16:21:51