Trace number 1110195

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM4 17.6503 17.1903

General information on the benchmark

Namecsp/jnhUnsat/
normalized-jnh302_ext.xml
MD5SUMe0a2df7a23448c515eb0435787b0ba26
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark17.6503
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints898
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension898
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.05/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.07	c 0	BEGIN Sat Jul 12 01:08:28 2008
0.05/0.07	c 0	PID 13950
0.05/0.07	c 0	HOST node27.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-1110195-1215817708.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110195-1215817708.xml' 'HOME/temp.csp'
0.07/0.37	c 0	1 domains, 100 variables, 0 predicates, 248 relations, 898 constraints
0.07/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.41	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.48	c 0	Parsing HOME/temp.csp
0.48/0.60	c 0	parsed 1247 expressions
0.48/0.61	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.62	c 0	MAX CSP: 898 constraints
0.48/0.62	c 0	Converting to clausal form CSP
0.48/0.64	c 0	converted 215 (10%) expressions
0.48/0.66	c 0	converted 430 (20%) expressions
0.48/0.67	c 0	converted 645 (30%) expressions
0.48/0.68	c 0	converted 860 (40%) expressions
0.48/0.69	c 0	converted 1074 (50%) expressions
0.48/0.71	c 0	converted 1289 (60%) expressions
0.48/0.71	c 0	converted 1504 (70%) expressions
0.48/0.72	c 0	converted 1719 (80%) expressions
0.48/0.73	c 0	converted 1934 (90%) expressions
0.48/0.87	c 1	converted 2148 (100%) expressions
0.48/0.87	c 1	CSP : 1896 integers, 0 booleans, 2693 clauses, largest domain size 1348
0.48/0.87	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/0.87	c 1	Propagation in CSP
0.48/0.91	c 1	894 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.48/0.91	c 1	CSP : 1896 integers, 0 booleans, 2693 clauses, largest domain size 899
0.48/0.91	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/0.91	c 1	Simplifing CSP by introducing new Boolean variables
0.48/0.91	c 1	CSP : 1896 integers, 0 booleans, 2693 clauses, largest domain size 899
0.48/0.91	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.48/0.95	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.48/0.95	c 1	190 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.48/0.96	c 1	380 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.48/0.96	c 1	569 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.48/0.96	c 1	759 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.48/0.96	c 1	948 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.48/0.97	c 1	1138 (60%) CSP integer variables are encoded (1670 clauses, 21773 bytes)
0.48/0.97	c 1	1328 (70%) CSP integer variables are encoded (8163 clauses, 106182 bytes)
0.48/0.98	c 1	1517 (80%) CSP integer variables are encoded (11935 clauses, 161759 bytes)
0.48/0.98	c 1	1707 (90%) CSP integer variables are encoded (13285 clauses, 182009 bytes)
0.48/0.98	c 1	1896 (100%) CSP integer variables are encoded (15145 clauses, 209909 bytes)
1.27/1.01	c 1	270 (10%) CSP clauses are encoded (15415 clauses, 214349 bytes)
1.27/1.03	c 1	539 (20%) CSP clauses are encoded (15684 clauses, 220410 bytes)
1.27/1.05	c 1	808 (30%) CSP clauses are encoded (15953 clauses, 228132 bytes)
1.27/1.07	c 1	1078 (40%) CSP clauses are encoded (21021 clauses, 317708 bytes)
1.39/1.16	c 1	1347 (50%) CSP clauses are encoded (69984 clauses, 1208911 bytes)
1.80/1.53	c 1	1616 (60%) CSP clauses are encoded (285207 clauses, 5169330 bytes)
2.81/2.52	c 2	1886 (70%) CSP clauses are encoded (846201 clauses, 16748407 bytes)
2.81/2.55	c 2	2155 (80%) CSP clauses are encoded (862952 clauses, 17095141 bytes)
2.91/2.63	c 2	2424 (90%) CSP clauses are encoded (903577 clauses, 17953004 bytes)
3.10/2.89	c 3	2693 (100%) CSP clauses are encoded (1054338 clauses, 21167517 bytes)
3.10/2.89	c 3	2693 CSP clauses encoded
3.10/2.89	c 3	Writing map file : HOME/temp.map
3.20/2.90	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/2.91	c 3	SAT : 17041 SAT variables, 1054338 SAT clauses, 21167517 bytes
3.20/2.91	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/2.93	c 3	OBJECTIVE minimize _COST
3.20/2.93	c 3	SOLVING HOME/temp.cnf
3.20/2.93	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.20/2.93	c 3	This is MiniSat 2.0 beta incremental
3.20/2.93	c 3	WARNING: for repeatability, setting FPU to use double precision
3.20/2.93	c 3	============================[ Problem Statistics ]=============================
3.20/2.93	c 3	|                                                                             |
3.20/2.93	c 3	|  Number of variables:  17041                                                |
3.20/2.93	c 3	|  Number of clauses:    1054338                                              |
3.69/3.42	c 3	|  Parsing time:         0.43         s                                       |
3.69/3.44	c 3	OK
3.69/3.44	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.69/3.44	c 3	SEARCHING: _COST <= 449
3.69/3.44	c 3	============================[ Search Statistics ]==============================
3.69/3.44	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.69/3.44	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.69/3.44	c 3	===============================================================================
3.69/3.44	c 3	|         0 |   17041  1054338  3119320 |   351446        0    nan |  0.000 % |
3.80/3.52	c 3	===============================================================================
3.80/3.52	c 3	restarts              : 1
3.80/3.52	c 3	conflicts             : 2             (4 /sec)
3.80/3.52	c 3	decisions             : 52            (0.00 % random) (98 /sec)
3.80/3.52	c 3	propagations          : 17057          (32007 /sec)
3.80/3.52	c 3	conflict literals     : 24             (0.00 % deleted)
3.80/3.52	c 3	Memory used           : 46.49 MB
3.80/3.52	c 3	CPU time              : 0.532918 s
3.80/3.52	c 3	
3.80/3.52	c 3	SATISFIABLE
3.80/3.53	c 3	OK
3.80/3.53	c 3	FOUND: _COST <= 449
3.80/3.53	s SATISFIABLE
3.80/3.53	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.80/3.53	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'
3.83/3.60	c 3	Decoding HOME/temp.out
3.83/3.70	c 3	OBJECTIVE _COST 449
3.83/3.70	o 449
3.83/3.71	v 1 1 0 0 1 1 0 0 1 0 1 1 1 1 1 0 0 0 1 1 1 1 1 1 0 0 1 1 1 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
3.83/3.71	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.83/3.74	c 4	OK
3.83/3.74	c 4	OBJECTIVE BOUND: 0 <= _COST <= 449
3.83/3.74	c 4	SEARCHING: _COST <= 224
3.83/3.74	c 4	============================[ Search Statistics ]==============================
3.83/3.74	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.83/3.74	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.83/3.74	c 4	===============================================================================
3.83/3.74	c 4	|         2 |   17041  1054338  3119320 |   351446        2     12 |  0.000 % |
4.12/3.81	c 4	===============================================================================
4.12/3.81	c 4	restarts              : 2
4.12/3.81	c 4	conflicts             : 8             (13 /sec)
4.12/3.81	c 4	decisions             : 546           (0.18 % random) (901 /sec)
4.12/3.81	c 4	propagations          : 34342          (56679 /sec)
4.12/3.81	c 4	conflict literals     : 198            (0.00 % deleted)
4.12/3.81	c 4	Memory used           : 47.52 MB
4.12/3.81	c 4	CPU time              : 0.605907 s
4.12/3.81	c 4	
4.12/3.81	c 4	SATISFIABLE
4.12/3.81	c 4	OK
4.12/3.81	c 4	FOUND: _COST <= 224
4.12/3.81	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.12/3.81	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'
4.12/3.89	c 4	Decoding HOME/temp.out
4.14/3.98	c 4	OBJECTIVE _COST 224
4.14/3.98	o 224
4.14/3.99	v 1 1 0 1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 1 1 0 0 1 0 1 1 1 0 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 0 1 1 0 0 0 1 0 1 1 1 0 1 1 1 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0
4.14/3.99	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.14/4.02	c 4	OK
4.14/4.02	c 4	OBJECTIVE BOUND: 0 <= _COST <= 224
4.14/4.02	c 4	SEARCHING: _COST <= 112
4.14/4.02	c 4	============================[ Search Statistics ]==============================
4.14/4.02	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.14/4.02	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.14/4.02	c 4	===============================================================================
4.14/4.02	c 4	|         8 |   12551  1054338  3119320 |   351446        8     25 |  0.000 % |
4.44/4.15	c 4	===============================================================================
4.44/4.15	c 4	restarts              : 3
4.44/4.15	c 4	conflicts             : 87            (118 /sec)
4.44/4.15	c 4	decisions             : 822           (0.73 % random) (1111 /sec)
4.44/4.15	c 4	propagations          : 144556         (195376 /sec)
4.44/4.15	c 4	conflict literals     : 3162           (14.61 % deleted)
4.44/4.15	c 4	Memory used           : 47.91 MB
4.44/4.15	c 4	CPU time              : 0.739887 s
4.44/4.15	c 4	
4.44/4.15	c 4	SATISFIABLE
4.44/4.15	c 4	OK
4.44/4.15	c 4	FOUND: _COST <= 112
4.44/4.15	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.44/4.15	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'
4.50/4.23	c 4	Decoding HOME/temp.out
4.66/4.33	c 4	OBJECTIVE _COST 112
4.66/4.33	o 112
4.66/4.33	v 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 1 0 1 1 1 1 0 1
4.66/4.34	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.66/4.37	c 4	OK
4.66/4.37	c 4	OBJECTIVE BOUND: 0 <= _COST <= 112
4.66/4.37	c 4	SEARCHING: _COST <= 56
4.66/4.37	c 4	============================[ Search Statistics ]==============================
4.66/4.37	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.66/4.37	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.66/4.37	c 4	===============================================================================
4.66/4.37	c 4	|        87 |   10074  1054338  3119320 |   351446       87     36 |  0.000 % |
4.66/4.39	c 4	===============================================================================
4.66/4.39	c 4	restarts              : 4
4.66/4.39	c 4	conflicts             : 92            (119 /sec)
4.66/4.39	c 4	decisions             : 910           (0.77 % random) (1177 /sec)
4.66/4.39	c 4	propagations          : 158972         (205687 /sec)
4.66/4.39	c 4	conflict literals     : 3230           (14.62 % deleted)
4.66/4.39	c 4	Memory used           : 47.91 MB
4.66/4.39	c 4	CPU time              : 0.772882 s
4.66/4.39	c 4	
4.66/4.39	c 4	SATISFIABLE
4.66/4.40	c 4	OK
4.66/4.40	c 4	FOUND: _COST <= 56
4.66/4.40	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.66/4.40	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'
4.75/4.47	c 4	Decoding HOME/temp.out
4.75/4.57	c 4	OBJECTIVE _COST 56
4.75/4.57	o 56
4.75/4.58	v 1 1 0 0 1 0 1 1 0 0 1 0 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 0 0 0 1 0 1 1 0 1 1 0 0 1 0 0 0 0 0 1 1 0 1 1 0 0 1 1 1 0 1 0 1 0 0 1 0 0 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 0 1 1 1 0 0 1
4.75/4.58	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.75/4.62	c 4	OK
4.75/4.62	c 4	OBJECTIVE BOUND: 0 <= _COST <= 56
4.75/4.62	c 4	SEARCHING: _COST <= 28
4.75/4.62	c 4	============================[ Search Statistics ]==============================
4.75/4.62	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.75/4.62	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.75/4.62	c 4	===============================================================================
4.75/4.62	c 4	|        92 |    8504  1054338  3119320 |   351446       92     35 |  0.000 % |
4.75/4.67	c 4	===============================================================================
4.75/4.67	c 4	restarts              : 5
4.75/4.67	c 4	conflicts             : 177           (214 /sec)
4.75/4.67	c 4	decisions             : 1074          (0.74 % random) (1296 /sec)
4.75/4.67	c 4	propagations          : 219909         (265311 /sec)
4.75/4.67	c 4	conflict literals     : 5293           (18.81 % deleted)
4.75/4.67	c 4	Memory used           : 47.91 MB
4.75/4.67	c 4	CPU time              : 0.828873 s
4.75/4.67	c 4	
4.75/4.67	c 4	SATISFIABLE
4.75/4.67	c 4	OK
4.75/4.67	c 4	FOUND: _COST <= 28
4.75/4.67	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.75/4.67	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'
5.04/4.74	c 5	Decoding HOME/temp.out
5.05/4.84	c 5	OBJECTIVE _COST 28
5.05/4.84	o 28
5.05/4.85	v 0 0 0 0 1 0 1 1 0 0 1 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 0 1 0 1 1 1 1 1 1 1 0 0 1 1 1 0 0 1 1 1 0 1 0 0 0 1 1 1 0 0 1 1 0 1 1 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 0 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0
5.05/4.85	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.05/4.89	c 5	OK
5.05/4.89	c 5	OBJECTIVE BOUND: 0 <= _COST <= 28
5.05/4.89	c 5	SEARCHING: _COST <= 14
5.05/4.89	c 5	============================[ Search Statistics ]==============================
5.05/4.89	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.05/4.89	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.05/4.89	c 5	===============================================================================
5.05/4.89	c 5	|       177 |    7326  1054338  3119320 |   351446      177     30 |  0.000 % |
5.29/4.95	c 5	|       278 |    7326  1054338  3119320 |   386590      278     26 | 62.937 % |
5.39/5.05	c 5	|       429 |    7326  1054338  3119320 |   425249      429     23 | 62.937 % |
5.49/5.16	c 5	|       654 |    7326  1054338  3119320 |   467774      654     23 | 62.937 % |
5.59/5.25	c 5	===============================================================================
5.59/5.25	c 5	restarts              : 9
5.59/5.25	c 5	conflicts             : 790           (658 /sec)
5.59/5.25	c 5	decisions             : 1882          (0.80 % random) (1569 /sec)
5.59/5.25	c 5	propagations          : 817698         (681519 /sec)
5.59/5.25	c 5	conflict literals     : 17168          (21.45 % deleted)
5.59/5.25	c 5	Memory used           : 47.91 MB
5.59/5.25	c 5	CPU time              : 1.19982 s
5.59/5.25	c 5	
5.59/5.25	c 5	SATISFIABLE
5.59/5.26	c 5	OK
5.59/5.26	c 5	FOUND: _COST <= 14
5.59/5.26	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.59/5.26	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.65/5.33	c 5	Decoding HOME/temp.out
5.81/5.43	c 5	OBJECTIVE _COST 14
5.81/5.43	o 14
5.81/5.43	v 0 0 1 0 1 0 1 1 0 0 1 0 1 1 1 0 0 1 0 1 1 1 1 1 0 0 0 1 0 0 1 1 1 0 1 1 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0
5.81/5.44	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.81/5.47	c 5	OK
5.81/5.47	c 5	OBJECTIVE BOUND: 0 <= _COST <= 14
5.81/5.47	c 5	SEARCHING: _COST <= 7
5.81/5.47	c 5	============================[ Search Statistics ]==============================
5.81/5.47	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.81/5.47	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.81/5.47	c 5	===============================================================================
5.81/5.47	c 5	|       790 |    6316  1054338  3119320 |   351446      790     22 | 62.937 % |
5.91/5.51	c 5	|       891 |    6316  1054338  3119320 |   386590      891     22 | 68.453 % |
6.00/5.61	c 5	|      1041 |    6316  1054338  3119320 |   425249     1041     22 | 68.453 % |
6.10/5.74	c 6	|      1266 |    6316  1054338  3119320 |   467774     1266     23 | 68.453 % |
6.30/5.94	c 6	|      1603 |    6316  1054338  3119320 |   514552     1603     22 | 68.453 % |
6.60/6.23	c 6	|      2110 |    6316  1054338  3119320 |   566007     2110     23 | 68.453 % |
6.60/6.28	c 6	===============================================================================
6.60/6.28	c 6	restarts              : 15
6.60/6.28	c 6	conflicts             : 2264          (1122 /sec)
6.60/6.28	c 6	decisions             : 3952          (0.63 % random) (1959 /sec)
6.60/6.28	c 6	propagations          : 2122201        (1051796 /sec)
6.60/6.28	c 6	conflict literals     : 52470          (20.16 % deleted)
6.60/6.28	c 6	Memory used           : 47.91 MB
6.60/6.28	c 6	CPU time              : 2.01769 s
6.60/6.28	c 6	
6.60/6.28	c 6	SATISFIABLE
6.60/6.29	c 6	OK
6.60/6.29	c 6	FOUND: _COST <= 7
6.60/6.29	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.60/6.29	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.69/6.36	c 6	Decoding HOME/temp.out
6.69/6.46	c 6	OBJECTIVE _COST 7
6.69/6.46	o 7
6.69/6.46	v 1 1 1 0 1 0 0 1 0 0 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 0 0 1 1 1 1 1 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 1 1 0 1 1 1 1 0 1 0 1 0 1 1 1 1 1 0 1 1 0 0 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 0 1
6.69/6.47	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.69/6.50	c 6	OK
6.69/6.50	c 6	OBJECTIVE BOUND: 0 <= _COST <= 7
6.69/6.50	c 6	SEARCHING: _COST <= 3
6.69/6.50	c 6	============================[ Search Statistics ]==============================
6.69/6.50	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.69/6.50	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.69/6.50	c 6	===============================================================================
6.69/6.50	c 6	|      2264 |    5376  1054338  3119320 |   351446     2264     23 | 68.453 % |
6.92/6.58	c 6	|      2364 |    5376  1054338  3119320 |   386590     2364     23 | 73.805 % |
7.02/6.67	c 6	|      2514 |    5376  1054338  3119320 |   425249     2514     22 | 73.805 % |
7.22/6.81	c 7	|      2741 |    5376  1054338  3119320 |   467774     2741     21 | 73.805 % |
7.42/7.00	c 7	|      3079 |    5376  1054338  3119320 |   514552     3079     21 | 73.805 % |
7.62/7.26	c 7	|      3585 |    5376  1054338  3119320 |   566007     3585     20 | 73.805 % |
8.52/8.14	c 8	|      4344 |    4464    25560    69826 |   622608     4068     20 | 73.805 % |
8.82/8.43	c 8	|      5484 |    4464    25560    69826 |   684868     5208     20 | 73.805 % |
9.32/8.94	c 9	|      7192 |    4464    25560    69826 |   753355     6916     19 | 73.805 % |
10.02/9.68	c 9	|      9754 |    4464    25560    69826 |   828691     9478     18 | 73.805 % |
11.31/10.96	c 11	|     13598 |    4464    25560    69826 |   911560    13322     18 | 73.805 % |
13.51/13.13	c 13	|     19364 |    4464    25560    69826 |  1002716    19088     17 | 73.805 % |
16.11/15.79	c 16	===============================================================================
16.11/15.79	c 16	restarts              : 27
16.11/15.79	c 16	conflicts             : 25483         (2256 /sec)
16.11/15.79	c 16	decisions             : 29670         (0.72 % random) (2627 /sec)
16.11/15.79	c 16	propagations          : 24709049       (2187942 /sec)
16.11/15.79	c 16	conflict literals     : 443415         (25.48 % deleted)
16.11/15.79	c 16	Memory used           : 48.22 MB
16.11/15.79	c 16	CPU time              : 11.2933 s
16.11/15.79	c 16	
16.11/15.79	c 16	UNSATISFIABLE
16.11/15.79	c 16	OK
16.11/15.79	c 16	NOT FOUND: _COST <= 3
16.11/15.79	c 16	OK
16.11/15.79	c 16	OBJECTIVE BOUND: 4 <= _COST <= 7
16.11/15.79	c 16	SEARCHING: _COST <= 5
16.11/15.79	c 16	============================[ Search Statistics ]==============================
16.11/15.79	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.11/15.79	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.11/15.79	c 16	===============================================================================
16.11/15.79	c 16	|     25483 |    4456    25525    69745 |     8508    24207     18 | 73.805 % |
16.21/15.88	c 16	|     25584 |    4456    25525    69745 |     9359    12205     16 | 73.851 % |
16.31/15.93	c 16	|     25735 |    4456    25525    69745 |    10295    12356     16 | 73.851 % |
16.31/15.99	c 16	|     25960 |    4456    25525    69745 |    11324    12581     16 | 73.851 % |
16.51/16.10	c 16	|     26297 |    4456    25525    69745 |    12457    12918     16 | 73.851 % |
16.61/16.27	c 16	|     26803 |    4456    25525    69745 |    13702    13424     16 | 73.851 % |
16.61/16.29	c 16	===============================================================================
16.61/16.29	c 16	restarts              : 33
16.61/16.29	c 16	conflicts             : 26861         (2277 /sec)
16.61/16.29	c 16	decisions             : 31342         (0.72 % random) (2657 /sec)
16.61/16.29	c 16	propagations          : 25894885       (2195188 /sec)
16.61/16.29	c 16	conflict literals     : 468967         (25.49 % deleted)
16.61/16.29	c 16	Memory used           : 48.22 MB
16.61/16.29	c 16	CPU time              : 11.7962 s
16.61/16.29	c 16	
16.61/16.29	c 16	SATISFIABLE
16.70/16.30	c 16	OK
16.70/16.30	c 16	FOUND: _COST <= 5
16.70/16.30	c 16	DECODING HOME/temp.out WITH HOME/temp.map
16.70/16.30	c 16	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.70/16.37	c 16	Decoding HOME/temp.out
16.81/16.47	c 16	OBJECTIVE _COST 5
16.81/16.47	o 5
16.81/16.47	v 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 0 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 1 1 1 0 0 1 0 1 0 1 1 0 0 1 1 1 0 0 1 1 1 1 1 0 1 0 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 0 1
16.81/16.48	c 16	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.92/16.52	c 16	OK
16.92/16.52	c 16	OBJECTIVE BOUND: 4 <= _COST <= 5
16.92/16.52	c 16	SEARCHING: _COST <= 4
16.92/16.52	c 16	============================[ Search Statistics ]==============================
16.92/16.52	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.92/16.52	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.92/16.52	c 16	===============================================================================
16.92/16.52	c 16	|     26861 |    3942    19164    52202 |     6388    13482     16 | 73.851 % |
16.92/16.55	c 16	|     26961 |    3942    19164    52202 |     7026    13582     16 | 76.868 % |
17.01/16.63	c 16	|     27111 |    3942    19164    52202 |     7729    13732     16 | 76.868 % |
17.11/16.72	c 16	|     27336 |    3942    19164    52202 |     8502    13957     16 | 76.868 % |
17.21/16.83	c 17	|     27674 |    3942    19164    52202 |     9352    14295     16 | 76.868 % |
17.31/16.94	c 17	===============================================================================
17.31/16.94	c 17	restarts              : 38
17.31/16.94	c 17	conflicts             : 28061         (2294 /sec)
17.31/16.94	c 17	decisions             : 32745         (0.74 % random) (2677 /sec)
17.31/16.94	c 17	propagations          : 27065311       (2213001 /sec)
17.31/16.94	c 17	conflict literals     : 490113         (25.43 % deleted)
17.31/16.94	c 17	Memory used           : 48.22 MB
17.31/16.94	c 17	CPU time              : 12.2301 s
17.31/16.94	c 17	
17.31/16.94	c 17	SATISFIABLE
17.31/16.95	c 17	OK
17.31/16.95	c 17	FOUND: _COST <= 4
17.31/16.95	c 17	DECODING HOME/temp.out WITH HOME/temp.map
17.31/16.95	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.36/17.02	c 17	Decoding HOME/temp.out
17.36/17.12	c 17	OBJECTIVE _COST 4
17.36/17.12	o 4
17.36/17.12	v 1 1 1 0 1 0 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 1 1 1 1 0 1 0 0 1 1 0 1 1 1 1 0 1 0 1 0 0 0 1 1 1 0 0 1 1 0 1 1 0 1 0 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 1
17.36/17.12	c 17	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.36/17.16	c 17	OK
17.36/17.16	c 17	OBJECTIVE _COST 4
17.36/17.16	s OPTIMUM FOUND
17.36/17.17	c 17	CPU 16.99 (0.07 0.04 16.92 0.6)
17.36/17.17	c 17	END Sat Jul 12 01:08:45 2008

Verifier Data (download as text)

OK	4	894
4 unsatisfied constraints, 894 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-1110195-1215817708/watcher-1110195-1215817708 -o /tmp/evaluation-result-1110195-1215817708/solver-1110195-1215817708 -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-1110195-1215817708.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.00 1.00 1.10 3/64 13950
/proc/meminfo: memFree=1949136/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=12268 CPUtime=0
/proc/13950/stat : 13950 (sugar++) D 13948 13950 13028 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 38345223 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 233588882021 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/13950/statm: 3067 316 241 3 0 167 0

[startup+0.065029 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 13950
/proc/meminfo: memFree=1949136/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16344 CPUtime=0.05
/proc/13950/stat : 13950 (sugar++) R 13948 13950 13028 0 -1 4194304 1009 0 0 0 4 1 0 0 18 0 1 0 38345223 16736256 977 996147200 4194304 4206940 548682068528 18446744073709551615 233588556993 0 0 4224 0 0 0 0 17 0 0 0
/proc/13950/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101039 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 13950
/proc/meminfo: memFree=1949136/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16740 CPUtime=0.07
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 1219 128 0 0 5 2 0 0 17 0 1 0 38345223 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13950/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301061 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 13950
/proc/meminfo: memFree=1949136/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16740 CPUtime=0.07
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 1219 128 0 0 5 2 0 0 17 0 1 0 38345223 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13950/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702103 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 13950
/proc/meminfo: memFree=1949136/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16740 CPUtime=0.48
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 1297 4731 0 1 5 2 37 4 15 0 1 0 38345223 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13950/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16740

[startup+1.50218 s]
/proc/loadavg: 1.00 1.00 1.10 3/75 13972
/proc/meminfo: memFree=1931256/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16740 CPUtime=0.48
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 1297 4731 0 1 5 2 37 4 15 0 1 0 38345223 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13950/statm: 4185 1104 409 3 0 764 0
[pid=13963] ppid=13950 vsize=5356 CPUtime=0
/proc/13963/stat : 13963 (sh) S 13950 13950 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38345264 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13963/statm: 1339 233 193 169 0 50 0
[pid=13964] ppid=13963 vsize=868892 CPUtime=1.32
/proc/13964/stat : 13964 (java) S 13963 13950 13028 0 -1 0 7076 0 1 0 125 7 0 0 19 0 9 0 38345264 889745408 6149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13964/statm: 217223 6149 2563 9 0 211770 0
[pid=13964/tid=13965] ppid=13963 vsize=868892 CPUtime=0.93
/proc/13964/task/13965/stat : 13965 (java) R 13963 13950 13028 0 -1 64 2853 0 1 0 89 4 0 0 21 0 9 0 38345265 889745408 6149 996147200 134512640 134550740 4294955920 18446744073709551615 4126546684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13964/tid=13966] ppid=13963 vsize=868892 CPUtime=0.11
/proc/13964/task/13966/stat : 13966 (java) S 13963 13950 13028 0 -1 64 1972 0 0 0 10 1 0 0 16 0 9 0 38345266 889745408 6149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13964/tid=13967] ppid=13963 vsize=868892 CPUtime=0
/proc/13964/task/13967/stat : 13967 (java) S 13963 13950 13028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 38345266 889745408 6149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13964/tid=13968] ppid=13963 vsize=868892 CPUtime=0
/proc/13964/task/13968/stat : 13968 (java) S 13963 13950 13028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38345266 889745408 6149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13964/tid=13969] ppid=13963 vsize=868892 CPUtime=0
/proc/13964/task/13969/stat : 13969 (java) S 13963 13950 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38345268 889745408 6149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13964/tid=13970] ppid=13963 vsize=868892 CPUtime=0.25
/proc/13964/task/13970/stat : 13970 (java) S 13963 13950 13028 0 -1 64 1558 0 0 0 25 0 0 0 16 0 9 0 38345268 889745408 6149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13964/tid=13971] ppid=13963 vsize=868892 CPUtime=0
/proc/13964/task/13971/stat : 13971 (java) S 13963 13950 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38345268 889745408 6149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13964/tid=13972] ppid=13963 vsize=868892 CPUtime=0
/proc/13964/task/13972/stat : 13972 (java) S 13963 13950 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38345268 889745408 6149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 890988

[startup+3.10134 s]
/proc/loadavg: 1.00 1.00 1.10 2/75 13972
/proc/meminfo: memFree=1919360/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16872 CPUtime=3.23
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 1476 12567 0 2 5 2 291 25 16 0 1 0 38345223 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13950/statm: 4218 1135 413 3 0 797 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 16872

[startup+6.30167 s]
/proc/loadavg: 1.00 1.00 1.10 2/76 14033
/proc/meminfo: memFree=1872384/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16872 CPUtime=4.61
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 1956 35929 0 8 6 3 410 42 15 0 1 0 38345223 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13950/statm: 4218 1138 414 3 0 797 0
[pid=13973] ppid=13950 vsize=49056 CPUtime=2.08
/proc/13973/stat : 13973 (minisat-inc) S 13950 13950 13028 0 -1 4194304 11718 0 0 0 202 6 0 0 23 0 1 0 38345516 50233344 11654 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/13973/statm: 12264 11654 79 151 0 12110 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 65928

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 14043
/proc/meminfo: memFree=1877904/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16872 CPUtime=4.84
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 1993 39825 0 9 6 3 430 45 16 0 1 0 38345223 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13950/statm: 4218 1138 414 3 0 797 0
[pid=13973] ppid=13950 vsize=49196 CPUtime=8.27
/proc/13973/stat : 13973 (minisat-inc) R 13950 13950 13028 0 -1 4194304 11741 0 0 0 820 7 0 0 25 0 1 0 38345516 50376704 11677 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13973/statm: 12299 11677 79 151 0 12145 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 66068

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

[startup+14.3055 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 14043
/proc/meminfo: memFree=1877904/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16872 CPUtime=4.84
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 1993 39825 0 9 6 3 430 45 16 0 1 0 38345223 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13950/statm: 4218 1138 414 3 0 797 0
[pid=13973] ppid=13950 vsize=49372 CPUtime=9.87
/proc/13973/stat : 13973 (minisat-inc) R 13950 13950 13028 0 -1 4194304 11763 0 0 0 980 7 0 0 25 0 1 0 38345516 50556928 11699 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/13973/statm: 12343 11699 79 151 0 12189 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 66244

[startup+15.9016 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 14043
/proc/meminfo: memFree=1877904/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16872 CPUtime=4.84
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 1995 39825 0 9 6 3 430 45 16 0 1 0 38345223 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13950/statm: 4218 1138 414 3 0 797 0
[pid=13973] ppid=13950 vsize=49372 CPUtime=11.47
/proc/13973/stat : 13973 (minisat-inc) R 13950 13950 13028 0 -1 4194304 11769 0 0 0 1140 7 0 0 25 0 1 0 38345516 50556928 11703 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/13973/statm: 12343 11703 79 151 0 12189 0
Current children cumulated CPU time (s) 16.31
Current children cumulated vsize (KiB) 66244

[startup+16.7017 s]
/proc/loadavg: 1.00 1.00 1.10 2/76 14053
/proc/meminfo: memFree=1873144/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16872 CPUtime=5.06
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 2063 43722 0 10 6 3 449 48 15 0 1 0 38345223 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13950/statm: 4218 1138 414 3 0 797 0
[pid=13973] ppid=13950 vsize=49372 CPUtime=12.05
/proc/13973/stat : 13973 (minisat-inc) R 13950 13950 13028 0 -1 4194304 11771 0 0 0 1198 7 0 0 25 0 1 0 38345516 50556928 11703 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13973/statm: 12343 11703 79 151 0 12189 0
Current children cumulated CPU time (s) 17.11
Current children cumulated vsize (KiB) 66244

[startup+17.1028 s]
/proc/loadavg: 1.00 1.00 1.10 2/76 14053
/proc/meminfo: memFree=1873144/2055920 swapFree=4178780/4192956
[pid=13950] ppid=13948 vsize=16872 CPUtime=5.06
/proc/13950/stat : 13950 (sugar++) S 13948 13950 13028 0 -1 4194304 2115 43722 0 10 6 3 449 48 15 0 1 0 38345223 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13950/statm: 4218 1138 414 3 0 797 0
[pid=13973] ppid=13950 vsize=49372 CPUtime=12.3
/proc/13973/stat : 13973 (minisat-inc) S 13950 13950 13028 0 -1 4194304 11773 0 0 0 1223 7 0 0 25 0 1 0 38345516 50556928 11703 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/13973/statm: 12343 11703 79 151 0 12189 0
Current children cumulated CPU time (s) 17.36
Current children cumulated vsize (KiB) 66244

Child status: 0
Real time (s): 17.1903
CPU time (s): 17.6503
CPU user time (s): 16.9954
CPU system time (s): 0.6549
CPU usage (%): 102.676
Max. virtual memory (cumulated for all children) (KiB): 890988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9954
system time used= 0.6549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61600
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5640
involuntary context switches= 3908

runsolver used 0.026995 second user time and 0.06299 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 01:08:28
IDJOB=1110195
IDBENCH=61075
IDSOLVER=367
FILE ID=node27/1110195-1215817708
PBS_JOBID= 7903253
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/jnhUnsat/normalized-jnh302_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-1110195-1215817708/watcher-1110195-1215817708 -o /tmp/evaluation-result-1110195-1215817708/solver-1110195-1215817708 -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-1110195-1215817708.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e0a2df7a23448c515eb0435787b0ba26
RANDOM SEED=817568610

node27.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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1949680 kB
Buffers:         12420 kB
Cached:          45280 kB
SwapCached:       7512 kB
Active:          41992 kB
Inactive:        24608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1949680 kB
SwapTotal:     4192956 kB
SwapFree:      4178780 kB
Dirty:             996 kB
Writeback:           0 kB
Mapped:          14204 kB
Slab:            25628 kB
Committed_AS:    93224 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66468 MiB
End job on node27 at 2008-07-12 01:08:45