Trace number 1110211

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-incOPTIMUM1 7.67883 8.4651

General information on the benchmark

Namecsp/jnhUnsat/
normalized-jnh203_ext.xml
MD5SUMd5eacba767adee4a543961c1d03a6f63
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark7.67883
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints798
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension798
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Sat Jul 12 01:14:01 2008
0.05/0.08	c 0	PID 15408
0.05/0.08	c 0	HOST node34.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1110211-1215818041.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110211-1215818041.xml' 'HOME/temp.csp'
0.07/0.45	c 1	1 domains, 100 variables, 0 predicates, 227 relations, 798 constraints
0.07/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.59	c 1	Parsing HOME/temp.csp
0.42/0.76	c 1	parsed 1126 expressions
0.42/0.76	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.78	c 1	MAX CSP: 798 constraints
0.42/0.78	c 1	Converting to clausal form CSP
0.42/0.80	c 1	converted 193 (10%) expressions
0.42/0.82	c 1	converted 386 (20%) expressions
0.42/0.84	c 1	converted 579 (30%) expressions
0.42/0.85	c 1	converted 771 (40%) expressions
0.42/0.86	c 1	converted 964 (50%) expressions
0.42/0.88	c 1	converted 1157 (60%) expressions
0.42/0.94	c 1	converted 1349 (70%) expressions
0.42/0.95	c 1	converted 1542 (80%) expressions
0.42/0.96	c 1	converted 1735 (90%) expressions
0.90/1.08	c 1	converted 1927 (100%) expressions
0.90/1.08	c 1	CSP : 1696 integers, 0 booleans, 2393 clauses, largest domain size 1198
0.90/1.08	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.08	c 1	Propagation in CSP
1.00/1.13	c 1	792 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.00/1.13	c 1	CSP : 1696 integers, 0 booleans, 2393 clauses, largest domain size 799
1.00/1.13	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.00/1.13	c 1	CSP : 1696 integers, 0 booleans, 2393 clauses, largest domain size 799
1.00/1.14	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.00/1.18	c 1	170 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.18	c 1	340 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.18	c 1	509 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.18	c 1	679 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.19	c 1	848 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.00/1.19	c 1	1018 (60%) CSP integer variables are encoded (1422 clauses, 18349 bytes)
1.00/1.19	c 1	1188 (70%) CSP integer variables are encoded (2521 clauses, 32636 bytes)
1.09/1.20	c 1	1357 (80%) CSP integer variables are encoded (10524 clauses, 140318 bytes)
1.09/1.21	c 1	1527 (90%) CSP integer variables are encoded (11720 clauses, 158258 bytes)
1.09/1.21	c 1	1696 (100%) CSP integer variables are encoded (13347 clauses, 182663 bytes)
1.09/1.24	c 1	240 (10%) CSP clauses are encoded (13587 clauses, 186552 bytes)
1.09/1.27	c 1	479 (20%) CSP clauses are encoded (13826 clauses, 191801 bytes)
1.09/1.28	c 1	718 (30%) CSP clauses are encoded (14065 clauses, 198617 bytes)
1.19/1.30	c 1	958 (40%) CSP clauses are encoded (18091 clauses, 269597 bytes)
1.19/1.38	c 1	1197 (50%) CSP clauses are encoded (57036 clauses, 977235 bytes)
1.29/1.40	c 1	1436 (60%) CSP clauses are encoded (68625 clauses, 1182859 bytes)
2.35/2.51	c 3	1676 (70%) CSP clauses are encoded (671809 clauses, 12954111 bytes)
2.35/2.54	c 3	1915 (80%) CSP clauses are encoded (685152 clauses, 13229217 bytes)
2.44/2.60	c 3	2154 (90%) CSP clauses are encoded (717521 clauses, 13911426 bytes)
2.65/2.83	c 3	2393 (100%) CSP clauses are encoded (836844 clauses, 16453214 bytes)
2.65/2.83	c 3	2393 CSP clauses encoded
2.65/2.83	c 3	Writing map file : HOME/temp.map
2.65/2.84	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.65/2.84	c 3	SAT : 15043 SAT variables, 836844 SAT clauses, 16453214 bytes
2.65/2.84	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.65/2.86	c 3	OBJECTIVE minimize _COST
2.65/2.86	c 3	SOLVING HOME/temp.cnf
2.65/2.86	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.65/2.86	c 3	This is MiniSat 2.0 beta incremental
2.65/2.86	c 3	WARNING: for repeatability, setting FPU to use double precision
2.65/2.86	c 3	============================[ Problem Statistics ]=============================
2.65/2.86	c 3	|                                                                             |
2.65/2.86	c 3	|  Number of variables:  15043                                                |
2.65/2.86	c 3	|  Number of clauses:    836844                                               |
3.05/3.25	c 3	|  Parsing time:         0.33         s                                       |
3.05/3.27	c 3	OK
3.05/3.27	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.05/3.27	c 3	SEARCHING: _COST <= 399
3.05/3.27	c 3	============================[ Search Statistics ]==============================
3.05/3.27	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.05/3.27	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.05/3.27	c 3	===============================================================================
3.05/3.27	c 3	|         0 |   15043   836844  2471997 |   278948        0    nan |  0.000 % |
3.14/3.34	c 3	===============================================================================
3.14/3.35	c 3	restarts              : 1
3.14/3.35	c 3	conflicts             : 0             (0 /sec)
3.14/3.35	c 3	decisions             : 58            (0.00 % random) (138 /sec)
3.14/3.35	c 3	propagations          : 15043          (35908 /sec)
3.14/3.35	c 3	conflict literals     : 0              ( nan % deleted)
3.14/3.35	c 3	Memory used           : 36.48 MB
3.14/3.35	c 3	CPU time              : 0.418936 s
3.14/3.35	c 3	
3.14/3.35	c 3	SATISFIABLE
3.14/3.35	c 3	OK
3.14/3.35	c 3	FOUND: _COST <= 399
3.14/3.35	s SATISFIABLE
3.14/3.35	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.14/3.35	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.19/3.43	c 3	Decoding HOME/temp.out
3.19/3.67	c 4	OBJECTIVE _COST 399
3.19/3.67	o 399
3.19/3.67	v 1 1 1 1 0 1 0 0 1 0 0 0 0 1 1 0 1 1 1 0 0 0 1 1 1 1 1 0 0 0 1 1 0 0 0 1 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 0 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 1 1 1 1 1 1 1 1 1
3.19/3.68	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.19/3.73	c 4	OK
3.19/3.73	c 4	OBJECTIVE BOUND: 0 <= _COST <= 399
3.19/3.73	c 4	SEARCHING: _COST <= 199
3.19/3.73	c 4	============================[ Search Statistics ]==============================
3.19/3.73	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.73	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.73	c 4	===============================================================================
3.19/3.73	c 4	|         0 |   15043   836844  2471997 |   278948        0    nan |  0.000 % |
3.19/3.77	c 4	===============================================================================
3.19/3.77	c 4	restarts              : 2
3.19/3.77	c 4	conflicts             : 7             (15 /sec)
3.19/3.77	c 4	decisions             : 103           (0.97 % random) (221 /sec)
3.19/3.77	c 4	propagations          : 30280          (64849 /sec)
3.19/3.77	c 4	conflict literals     : 168            (0.00 % deleted)
3.19/3.77	c 4	Memory used           : 36.87 MB
3.19/3.77	c 4	CPU time              : 0.466929 s
3.19/3.77	c 4	
3.19/3.77	c 4	SATISFIABLE
3.19/3.77	c 4	OK
3.19/3.77	c 4	FOUND: _COST <= 199
3.19/3.77	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.19/3.77	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.57/3.85	c 4	Decoding HOME/temp.out
3.57/3.99	c 4	OBJECTIVE _COST 199
3.57/3.99	o 199
3.57/3.99	v 1 1 1 1 0 0 0 0 1 0 1 0 0 1 1 1 0 1 1 1 1 0 0 0 0 1 1 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 0 0 0 1 1 0 1 1 1 0 0 0 0 0 1 0 1 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1
3.57/4.00	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.57/4.04	c 4	OK
3.57/4.04	c 4	OBJECTIVE BOUND: 0 <= _COST <= 199
3.57/4.04	c 4	SEARCHING: _COST <= 99
3.57/4.04	c 4	============================[ Search Statistics ]==============================
3.57/4.05	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.57/4.05	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.57/4.05	c 4	===============================================================================
3.57/4.05	c 4	|         7 |   11053   836844  2471997 |   278948        7     24 |  0.000 % |
3.57/4.10	c 4	===============================================================================
3.57/4.10	c 4	restarts              : 3
3.86/4.10	c 4	conflicts             : 13            (24 /sec)
3.86/4.10	c 4	decisions             : 404           (0.99 % random) (757 /sec)
3.86/4.10	c 4	propagations          : 56373          (105584 /sec)
3.86/4.10	c 4	conflict literals     : 257            (5.86 % deleted)
3.86/4.10	c 4	Memory used           : 37.38 MB
3.86/4.10	c 4	CPU time              : 0.533918 s
3.86/4.10	c 4	
3.86/4.10	c 4	SATISFIABLE
3.86/4.10	c 4	OK
3.86/4.10	c 4	FOUND: _COST <= 99
3.86/4.10	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.86/4.10	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.86/4.18	c 4	Decoding HOME/temp.out
4.03/4.32	c 4	OBJECTIVE _COST 99
4.03/4.32	o 99
4.03/4.32	v 1 1 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 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 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 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
4.03/4.33	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.03/4.37	c 4	OK
4.03/4.37	c 4	OBJECTIVE BOUND: 0 <= _COST <= 99
4.03/4.37	c 4	SEARCHING: _COST <= 49
4.03/4.39	c 4	============================[ Search Statistics ]==============================
4.03/4.39	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.03/4.39	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.03/4.39	c 4	===============================================================================
4.03/4.39	c 4	|        13 |    8851   836844  2471997 |   278948       13     20 |  0.000 % |
4.11/4.47	c 5	|       116 |    8851   836844  2471997 |   306842      116     29 | 50.509 % |
4.11/4.47	c 5	===============================================================================
4.11/4.47	c 5	restarts              : 5
4.11/4.47	c 5	conflicts             : 120           (189 /sec)
4.11/4.47	c 5	decisions             : 780           (1.15 % random) (1227 /sec)
4.11/4.47	c 5	propagations          : 179920         (282936 /sec)
4.11/4.47	c 5	conflict literals     : 3361           (15.30 % deleted)
4.11/4.47	c 5	Memory used           : 37.38 MB
4.11/4.47	c 5	CPU time              : 0.635903 s
4.11/4.47	c 5	
4.11/4.47	c 5	SATISFIABLE
4.11/4.47	c 5	OK
4.11/4.47	c 5	FOUND: _COST <= 49
4.11/4.47	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.11/4.47	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'
4.18/4.55	c 5	Decoding HOME/temp.out
4.18/4.67	c 5	OBJECTIVE _COST 49
4.18/4.67	o 49
4.18/4.68	v 0 1 1 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 1 1 0 0 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 0 0 1 1 0 1 1 1 1 1 1 0
4.18/4.68	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.18/4.76	c 5	OK
4.18/4.76	c 5	OBJECTIVE BOUND: 0 <= _COST <= 49
4.18/4.76	c 5	SEARCHING: _COST <= 24
4.18/4.76	c 5	============================[ Search Statistics ]==============================
4.18/4.76	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.18/4.76	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.18/4.76	c 5	===============================================================================
4.18/4.76	c 5	|       120 |    7445   836844  2471997 |   278948      120     28 | 50.509 % |
4.40/4.80	c 5	===============================================================================
4.40/4.80	c 5	restarts              : 6
4.40/4.80	c 5	conflicts             : 123           (187 /sec)
4.40/4.80	c 5	decisions             : 838           (1.07 % random) (1276 /sec)
4.40/4.80	c 5	propagations          : 189389         (288307 /sec)
4.40/4.80	c 5	conflict literals     : 3392           (15.26 % deleted)
4.40/4.80	c 5	Memory used           : 37.38 MB
4.40/4.80	c 5	CPU time              : 0.6569 s
4.40/4.80	c 5	
4.40/4.80	c 5	SATISFIABLE
4.40/4.81	c 5	OK
4.40/4.81	c 5	FOUND: _COST <= 24
4.40/4.81	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.40/4.81	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'
4.40/4.89	c 5	Decoding HOME/temp.out
4.40/5.14	c 5	OBJECTIVE _COST 24
4.40/5.14	o 24
4.40/5.15	v 0 0 0 1 1 0 1 0 0 0 1 1 0 0 1 1 1 1 1 1 0 0 1 0 1 1 1 1 0 0 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 0 1 1 0 1 0 1 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 0
4.40/5.18	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.40/5.23	c 5	OK
4.40/5.23	c 5	OBJECTIVE BOUND: 0 <= _COST <= 24
4.40/5.23	c 5	SEARCHING: _COST <= 12
4.40/5.23	c 5	============================[ Search Statistics ]==============================
4.40/5.23	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.40/5.23	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.40/5.23	c 5	===============================================================================
4.40/5.24	c 5	|       123 |    6381   836844  2471997 |   278948      123     28 | 50.509 % |
4.40/5.24	c 5	===============================================================================
4.40/5.24	c 5	restarts              : 7
4.40/5.24	c 5	conflicts             : 138           (206 /sec)
4.40/5.24	c 5	decisions             : 874           (1.03 % random) (1307 /sec)
4.40/5.24	c 5	propagations          : 196218         (293345 /sec)
4.40/5.24	c 5	conflict literals     : 3986           (13.29 % deleted)
4.40/5.24	c 5	Memory used           : 37.38 MB
4.40/5.24	c 5	CPU time              : 0.668898 s
4.40/5.24	c 5	
4.40/5.24	c 5	SATISFIABLE
4.40/5.25	c 5	OK
4.40/5.25	c 5	FOUND: _COST <= 12
4.40/5.25	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.40/5.25	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'
4.81/5.33	c 5	Decoding HOME/temp.out
4.95/5.46	c 6	OBJECTIVE _COST 12
4.95/5.46	o 12
4.95/5.47	v 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 1 1 0 0 0 1 1 0 1 0 0 1 1 1 1 1 1 0 1 1 0 1 0 1 0 0 0 1 0 1 1 1 0 1 0 1 1 1 0 1 0 1 0 0 1 1 0 1 1 1 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 0 1 1 0 0 0
4.95/5.47	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.02/5.52	c 6	OK
5.02/5.52	c 6	OBJECTIVE BOUND: 0 <= _COST <= 12
5.02/5.52	c 6	SEARCHING: _COST <= 6
5.02/5.52	c 6	============================[ Search Statistics ]==============================
5.02/5.52	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.02/5.52	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.02/5.52	c 6	===============================================================================
5.02/5.52	c 6	|       138 |    5451   836844  2471997 |   278948      138     29 | 50.509 % |
5.02/5.57	c 6	|       239 |    5451   836844  2471997 |   306842      239     23 | 69.308 % |
5.11/5.62	c 6	|       389 |    5451   836844  2471997 |   337527      389     23 | 69.308 % |
5.21/5.73	c 6	|       614 |    5451   836844  2471997 |   371279      614     22 | 69.308 % |
5.31/5.80	c 6	===============================================================================
5.31/5.80	c 6	restarts              : 11
5.31/5.80	c 6	conflicts             : 757           (789 /sec)
5.31/5.80	c 6	decisions             : 1715          (0.76 % random) (1787 /sec)
5.31/5.80	c 6	propagations          : 807468         (841240 /sec)
5.31/5.80	c 6	conflict literals     : 15617          (17.64 % deleted)
5.31/5.80	c 6	Memory used           : 37.38 MB
5.31/5.80	c 6	CPU time              : 0.959854 s
5.31/5.80	c 6	
5.31/5.80	c 6	SATISFIABLE
5.31/5.81	c 6	OK
5.31/5.81	c 6	FOUND: _COST <= 6
5.31/5.81	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.31/5.81	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'
5.32/5.95	c 6	Decoding HOME/temp.out
5.32/6.08	c 6	OBJECTIVE _COST 6
5.32/6.08	o 6
5.32/6.09	v 0 1 1 1 0 0 1 0 0 0 1 1 0 1 1 0 1 0 0 1 0 0 0 1 1 0 1 1 0 0 0 0 0 0 1 1 1 0 1 1 1 1 0 1 1 0 0 1 0 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 1 1 0 0 0 1 0 1 1 1 1 1 1 1 1
5.32/6.09	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.32/6.14	c 6	OK
5.32/6.14	c 6	OBJECTIVE BOUND: 0 <= _COST <= 6
5.32/6.14	c 6	SEARCHING: _COST <= 3
5.32/6.14	c 6	============================[ Search Statistics ]==============================
5.32/6.14	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.32/6.14	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.32/6.14	c 6	===============================================================================
5.32/6.14	c 6	|       757 |    4617   836844  2471997 |   278948      757     21 | 69.308 % |
5.32/6.18	c 6	|       858 |    4617   836844  2471997 |   306842      858     20 | 74.693 % |
5.59/6.23	c 6	|      1008 |    4617   836844  2471997 |   337527     1008     20 | 74.693 % |
5.69/6.32	c 6	|      1234 |    4617   836844  2471997 |   371279     1234     19 | 74.693 % |
5.79/6.44	c 7	|      1571 |    4617   836844  2471997 |   408407     1571     19 | 74.693 % |
5.99/6.63	c 7	|      2077 |    4617   836844  2471997 |   449248     2077     19 | 74.693 % |
6.29/6.91	c 7	|      2836 |    4617   836844  2471997 |   494173     2836     19 | 74.693 % |
6.88/7.58	c 8	===============================================================================
6.88/7.58	c 8	restarts              : 18
6.88/7.58	c 8	conflicts             : 3782          (1576 /sec)
6.88/7.58	c 8	decisions             : 5269          (0.63 % random) (2196 /sec)
6.88/7.58	c 8	propagations          : 3354050        (1397733 /sec)
6.88/7.58	c 8	conflict literals     : 69417          (21.49 % deleted)
6.88/7.58	c 8	Memory used           : 37.51 MB
6.88/7.58	c 8	CPU time              : 2.39963 s
6.88/7.58	c 8	
6.88/7.58	c 8	SATISFIABLE
6.88/7.59	c 8	OK
6.88/7.59	c 8	FOUND: _COST <= 3
6.88/7.59	c 8	DECODING HOME/temp.out WITH HOME/temp.map
6.88/7.59	c 8	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.97/7.68	c 8	Decoding HOME/temp.out
7.16/7.81	c 8	OBJECTIVE _COST 3
7.16/7.81	o 3
7.16/7.81	v 0 1 1 1 1 1 0 1 1 0 0 0 1 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 0 1 1 1 0 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 1 0 0 0 1 1 0 1 1 0 1 0 1 0 0 1 1 1 0 0 1 0 1 0 0 1 1 1 0 1 0 1 1 0 1 1 1 0 1 0 0
7.16/7.82	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.16/7.87	c 8	OK
7.16/7.87	c 8	OBJECTIVE BOUND: 0 <= _COST <= 3
7.16/7.87	c 8	SEARCHING: _COST <= 1
7.16/7.88	c 8	============================[ Search Statistics ]==============================
7.16/7.88	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.16/7.88	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.16/7.88	c 8	===============================================================================
7.16/7.88	c 8	|      3782 |    3006    11860    32361 |     3953     3615     18 | 74.693 % |
7.22/7.90	c 8	|      3882 |    3006    11860    32361 |     4348     3715     18 | 80.018 % |
7.22/7.92	c 8	===============================================================================
7.22/7.92	c 8	restarts              : 20
7.22/7.92	c 8	conflicts             : 4001          (1632 /sec)
7.22/7.92	c 8	decisions             : 5522          (0.65 % random) (2252 /sec)
7.22/7.92	c 8	propagations          : 3532123        (1440726 /sec)
7.22/7.92	c 8	conflict literals     : 72623          (21.95 % deleted)
7.22/7.92	c 8	Memory used           : 37.51 MB
7.22/7.92	c 8	CPU time              : 2.45163 s
7.22/7.92	c 8	
7.22/7.92	c 8	SATISFIABLE
7.22/7.92	c 8	OK
7.22/7.92	c 8	FOUND: _COST <= 1
7.22/7.92	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.22/7.92	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.24/8.09	c 8	Decoding HOME/temp.out
7.24/8.35	c 8	OBJECTIVE _COST 1
7.24/8.35	o 1
7.24/8.36	v 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 1 0 1 1 1 1 1 1 1 1 0 0 1 0 1 0 1 1 1 1 1 1 1 0 0 0 0 1 1 1 0 0 0 0 1 1 0 1 1 1 1 1 0 1 1 0 1 0 0 1 0 1 0
7.24/8.39	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.24/8.44	c 8	OK
7.24/8.44	c 9	OBJECTIVE BOUND: 0 <= _COST <= 1
7.24/8.44	c 9	SEARCHING: _COST <= 0
7.24/8.44	c 9	============================[ Search Statistics ]==============================
7.24/8.44	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.24/8.44	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.24/8.44	c 9	===============================================================================
7.24/8.44	c 9	|      4001 |    1696     3987    12670 |     1329     2960     18 | 80.018 % |
7.24/8.44	c 9	===============================================================================
7.24/8.44	c 9	restarts              : 21
7.24/8.44	c 9	conflicts             : 4034          (1637 /sec)
7.24/8.44	c 9	decisions             : 5554          (0.65 % random) (2253 /sec)
7.24/8.44	c 9	propagations          : 3535875        (1434650 /sec)
7.24/8.44	c 9	conflict literals     : 73541          (22.02 % deleted)
7.24/8.44	c 9	Memory used           : 37.51 MB
7.24/8.44	c 9	CPU time              : 2.46462 s
7.24/8.44	c 9	
7.24/8.44	c 9	UNSATISFIABLE
7.24/8.44	c 9	OK
7.24/8.44	c 9	NOT FOUND: _COST <= 0
7.24/8.44	c 9	OK
7.24/8.44	c 9	OBJECTIVE _COST 1
7.24/8.44	s OPTIMUM FOUND
7.24/8.46	c 9	CPU 7.09 (0.07 0.03 7.02 0.53)
7.24/8.46	c 9	END Sat Jul 12 01:14:10 2008

Verifier Data (download as text)

OK	1	797
1 unsatisfied constraints, 797 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-1110211-1215818041/watcher-1110211-1215818041 -o /tmp/evaluation-result-1110211-1215818041/solver-1110211-1215818041 -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-1110211-1215818041.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.49 2.50 2.46 5/80 15408
/proc/meminfo: memFree=1838056/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=12268 CPUtime=0
/proc/15408/stat : 15408 (sugar++) R 15406 15408 14476 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 38505633 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 254195497573 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15408/statm: 3067 316 241 3 0 167 0

[startup+0.0662611 s]
/proc/loadavg: 2.49 2.50 2.46 5/80 15408
/proc/meminfo: memFree=1838056/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16212 CPUtime=0.05
/proc/15408/stat : 15408 (sugar++) R 15406 15408 14476 0 -1 4194304 967 0 0 0 4 1 0 0 18 0 1 0 38505633 16601088 935 996147200 4194304 4206940 548682068528 18446744073709551615 254195497573 0 0 4224 0 0 0 0 17 1 0 0
/proc/15408/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101458 s]
/proc/loadavg: 2.49 2.50 2.46 5/80 15408
/proc/meminfo: memFree=1838056/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16740 CPUtime=0.07
/proc/15408/stat : 15408 (sugar++) S 15406 15408 14476 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38505633 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15408/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301271 s]
/proc/loadavg: 2.49 2.50 2.46 5/80 15408
/proc/meminfo: memFree=1838056/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16740 CPUtime=0.07
/proc/15408/stat : 15408 (sugar++) S 15406 15408 14476 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38505633 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15408/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701303 s]
/proc/loadavg: 2.49 2.50 2.46 5/80 15408
/proc/meminfo: memFree=1838056/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16740 CPUtime=0.42
/proc/15408/stat : 15408 (sugar++) S 15406 15408 14476 0 -1 4194304 1297 4699 0 1 5 2 31 4 16 0 1 0 38505633 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15408/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50136 s]
/proc/loadavg: 2.49 2.50 2.46 3/91 15430
/proc/meminfo: memFree=1822984/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16740 CPUtime=0.42
/proc/15408/stat : 15408 (sugar++) S 15406 15408 14476 0 -1 4194304 1297 4699 0 1 5 2 31 4 15 0 1 0 38505633 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15408/statm: 4185 1104 409 3 0 764 0
[pid=15421] ppid=15408 vsize=5356 CPUtime=0
/proc/15421/stat : 15421 (sh) S 15408 15408 14476 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38505684 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15421/statm: 1339 233 193 169 0 50 0
[pid=15422] ppid=15421 vsize=868392 CPUtime=0.96
/proc/15422/stat : 15422 (java) S 15421 15408 14476 0 -1 0 6871 0 1 0 91 5 0 0 20 0 9 0 38505685 889233408 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15422/statm: 217098 6037 2563 9 0 211645 0
[pid=15422/tid=15423] ppid=15421 vsize=868392 CPUtime=0.61
/proc/15422/task/15423/stat : 15423 (java) R 15421 15408 14476 0 -1 64 2785 0 1 0 58 3 0 0 25 0 9 0 38505686 889233408 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15422/tid=15424] ppid=15421 vsize=868392 CPUtime=0.08
/proc/15422/task/15424/stat : 15424 (java) S 15421 15408 14476 0 -1 64 1891 0 0 0 8 0 0 0 16 0 9 0 38505687 889233408 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15422/tid=15425] ppid=15421 vsize=868392 CPUtime=0
/proc/15422/task/15425/stat : 15425 (java) S 15421 15408 14476 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38505687 889233408 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15422/tid=15426] ppid=15421 vsize=868392 CPUtime=0
/proc/15422/task/15426/stat : 15426 (java) S 15421 15408 14476 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38505687 889233408 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15422/tid=15427] ppid=15421 vsize=868392 CPUtime=0
/proc/15422/task/15427/stat : 15427 (java) S 15421 15408 14476 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38505689 889233408 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15422/tid=15428] ppid=15421 vsize=868392 CPUtime=0.25
/proc/15422/task/15428/stat : 15428 (java) S 15421 15408 14476 0 -1 64 1503 0 0 0 24 1 0 0 16 0 9 0 38505689 889233408 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15422/tid=15429] ppid=15421 vsize=868392 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15421 15408 14476 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 38505689 889233408 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15422/tid=15430] ppid=15421 vsize=868392 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15421 15408 14476 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38505689 889233408 6037 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 890488

[startup+3.10149 s]
/proc/loadavg: 2.49 2.50 2.46 4/91 15430
/proc/meminfo: memFree=1811976/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16872 CPUtime=2.72
/proc/15408/stat : 15408 (sugar++) S 15406 15408 14476 0 -1 4194304 1473 12289 0 2 6 2 242 22 16 0 1 0 38505633 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15408/statm: 4218 1132 413 3 0 797 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 16872

[startup+6.30273 s]
/proc/loadavg: 2.45 2.49 2.46 4/92 15491
/proc/meminfo: memFree=1775744/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16872 CPUtime=4.51
/proc/15408/stat : 15408 (sugar++) S 15406 15408 14476 0 -1 4194304 1990 39478 0 9 6 3 402 40 16 0 1 0 38505633 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15408/statm: 4218 1135 414 3 0 797 0
[pid=15431] ppid=15408 vsize=38276 CPUtime=1.18
/proc/15431/stat : 15431 (minisat-inc) R 15408 15408 14476 0 -1 4194304 9299 0 0 0 112 6 0 0 18 0 1 0 38505920 39194624 9235 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15431/statm: 9569 9235 80 151 0 9415 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 55148

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

[startup+7.10278 s]
/proc/loadavg: 2.45 2.49 2.46 3/82 15501
/proc/meminfo: memFree=1781520/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16872 CPUtime=4.51
/proc/15408/stat : 15408 (sugar++) S 15406 15408 14476 0 -1 4194304 1990 39478 0 9 6 3 402 40 15 0 1 0 38505633 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15408/statm: 4218 1135 414 3 0 797 0
[pid=15431] ppid=15408 vsize=38408 CPUtime=1.97
/proc/15431/stat : 15431 (minisat-inc) R 15408 15408 14476 0 -1 4194304 9326 0 0 0 191 6 0 0 25 0 1 0 38505920 39329792 9262 996147200 134512640 135134323 4294956192 18446744073709551615 134524721 0 0 4096 3 0 0 0 17 0 0 0
/proc/15431/statm: 9602 9262 80 151 0 9448 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 55280

[startup+7.90184 s]
/proc/loadavg: 2.50 2.50 2.46 3/84 15503
/proc/meminfo: memFree=1781112/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16872 CPUtime=4.73
/proc/15408/stat : 15408 (sugar++) S 15406 15408 14476 0 -1 4194304 2060 43358 0 10 6 3 420 44 16 0 1 0 38505633 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15408/statm: 4218 1135 414 3 0 797 0
[pid=15431] ppid=15408 vsize=38408 CPUtime=2.49
/proc/15431/stat : 15431 (minisat-inc) R 15408 15408 14476 0 -1 4194304 9328 0 0 0 243 6 0 0 16 0 1 0 38505920 39329792 9262 996147200 134512640 135134323 4294956192 18446744073709551615 134529701 0 0 4096 3 0 0 0 17 0 0 0
/proc/15431/statm: 9602 9262 80 151 0 9448 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 55280

[startup+8.30187 s]
/proc/loadavg: 2.50 2.50 2.46 3/84 15503
/proc/meminfo: memFree=1781112/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16872 CPUtime=4.73
/proc/15408/stat : 15408 (sugar++) S 15406 15408 14476 0 -1 4194304 2114 43358 0 10 6 3 420 44 16 0 1 0 38505633 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15408/statm: 4218 1135 414 3 0 797 0
[pid=15431] ppid=15408 vsize=38408 CPUtime=2.51
/proc/15431/stat : 15431 (minisat-inc) S 15408 15408 14476 0 -1 4194304 9330 0 0 0 245 6 0 0 16 0 1 0 38505920 39329792 9262 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/15431/statm: 9602 9262 80 151 0 9448 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 55280

[startup+8.40188 s]
/proc/loadavg: 2.50 2.50 2.46 3/84 15503
/proc/meminfo: memFree=1781112/2055920 swapFree=4191900/4192956
[pid=15408] ppid=15406 vsize=16872 CPUtime=4.73
/proc/15408/stat : 15408 (sugar++) S 15406 15408 14476 0 -1 4194304 2115 43358 0 10 6 3 420 44 15 0 1 0 38505633 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15408/statm: 4218 1135 414 3 0 797 0
[pid=15431] ppid=15408 vsize=38408 CPUtime=2.51
/proc/15431/stat : 15431 (minisat-inc) S 15408 15408 14476 0 -1 4194304 9330 0 0 0 245 6 0 0 16 0 1 0 38505920 39329792 9262 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/15431/statm: 9602 9262 80 151 0 9448 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 55280

Child status: 0
Real time (s): 8.4651
CPU time (s): 7.67883
CPU user time (s): 7.09392
CPU system time (s): 0.584911
CPU usage (%): 90.7117
Max. virtual memory (cumulated for all children) (KiB): 890488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.09392
system time used= 0.584911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58790
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= 8339
involuntary context switches= 9015

runsolver used 0.012998 second user time and 0.041993 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-12 01:14:01
IDJOB=1110211
IDBENCH=61077
IDSOLVER=367
FILE ID=node34/1110211-1215818041
PBS_JOBID= 7903230
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5eacba767adee4a543961c1d03a6f63
RANDOM SEED=1884069370

node34.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.236
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.236
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:       1838600 kB
Buffers:          6528 kB
Cached:          44828 kB
SwapCached:        256 kB
Active:         153688 kB
Inactive:        11964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838600 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             956 kB
Writeback:           0 kB
Mapped:         133344 kB
Slab:            36900 kB
Committed_AS:   934812 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node34 at 2008-07-12 01:14:10