Trace number 1111470

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+minisatOPTIMUM1 9.15561 9.42996

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-17_ext.xml
MD5SUMcd0ea3bec01ca4e77e7717bc8e3455e0
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.29089
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 09:24:26 2008
0.00/0.04	c 0	PID 15475
0.03/0.05	c 0	HOST node11.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1111470-1215847465.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111470-1215847465.xml' 'HOME/temp.csp'
1.26/1.38	c 1	15 domains, 111 variables, 0 predicates, 132 relations, 149 constraints
1.34/1.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.34/1.41	c 1	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'
1.34/1.49	c 1	Parsing HOME/temp.csp
3.31/3.49	c 3	parsed 407 expressions
3.31/3.49	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.31/3.49	c 3	MAX CSP: 149 constraints
3.31/3.49	c 3	Converting to clausal form CSP
3.41/3.51	c 3	converted 56 (10%) expressions
3.41/3.52	c 3	converted 112 (20%) expressions
3.41/3.52	c 3	converted 168 (30%) expressions
3.51/3.64	c 3	converted 224 (40%) expressions
3.51/3.65	c 3	converted 280 (50%) expressions
3.51/3.66	c 3	converted 336 (60%) expressions
3.61/3.70	c 3	converted 392 (70%) expressions
3.71/3.84	c 3	converted 448 (80%) expressions
4.00/4.14	c 4	converted 504 (90%) expressions
5.30/5.43	c 5	converted 559 (100%) expressions
5.30/5.44	c 5	CSP : 409 integers, 0 booleans, 446 clauses, largest domain size 224
5.30/5.44	c 5	Heap : 89 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.30/5.44	c 5	Propagation in CSP
5.30/5.46	c 5	145 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.30/5.46	c 5	CSP : 409 integers, 0 booleans, 446 clauses, largest domain size 150
5.30/5.46	c 5	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.30/5.46	c 5	Simplifing CSP by introducing new Boolean variables
5.30/5.46	c 5	CSP : 409 integers, 0 booleans, 446 clauses, largest domain size 150
5.30/5.46	c 5	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.59/5.74	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.59/5.75	c 5	41 (10%) CSP integer variables are encoded (136 clauses, 1398 bytes)
5.59/5.75	c 5	82 (20%) CSP integer variables are encoded (232 clauses, 2454 bytes)
5.59/5.75	c 5	123 (30%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.59/5.75	c 5	164 (40%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.59/5.75	c 5	205 (50%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.59/5.75	c 5	246 (60%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.59/5.76	c 5	287 (70%) CSP integer variables are encoded (568 clauses, 6150 bytes)
5.59/5.76	c 5	328 (80%) CSP integer variables are encoded (746 clauses, 8226 bytes)
5.59/5.76	c 5	369 (90%) CSP integer variables are encoded (1564 clauses, 18860 bytes)
5.59/5.76	c 5	409 (100%) CSP integer variables are encoded (2175 clauses, 26803 bytes)
5.70/5.80	c 5	45 (10%) CSP clauses are encoded (2456 clauses, 32273 bytes)
5.99/6.16	c 6	90 (20%) CSP clauses are encoded (12038 clauses, 333278 bytes)
6.69/6.85	c 6	134 (30%) CSP clauses are encoded (16121 clauses, 440475 bytes)
7.59/7.71	c 7	179 (40%) CSP clauses are encoded (23030 clauses, 695500 bytes)
7.59/7.72	c 7	223 (50%) CSP clauses are encoded (24626 clauses, 718870 bytes)
7.59/7.73	c 7	268 (60%) CSP clauses are encoded (25179 clauses, 727232 bytes)
7.59/7.73	c 7	313 (70%) CSP clauses are encoded (29398 clauses, 800112 bytes)
7.59/7.75	c 7	357 (80%) CSP clauses are encoded (33740 clauses, 871678 bytes)
7.59/7.77	c 7	402 (90%) CSP clauses are encoded (42596 clauses, 1031158 bytes)
7.59/7.79	c 7	446 (100%) CSP clauses are encoded (54163 clauses, 1241148 bytes)
7.59/7.79	c 7	446 CSP clauses encoded
7.59/7.79	c 7	Writing map file : HOME/temp.map
7.69/7.80	c 7	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.69/7.80	c 7	SAT : 2584 SAT variables, 54163 SAT clauses, 1241148 bytes
7.69/7.80	c 7	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.69/7.84	c 7	OBJECTIVE minimize _COST
7.69/7.84	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
7.69/7.84	c 7	SEARCHING: _COST <= 75
7.69/7.84	c 7	SOLVING HOME/temp.cnf
7.69/7.84	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.69/7.84	c 7	This is MiniSat 2.0 beta
7.69/7.84	c 7	WARNING: for repeatability, setting FPU to use double precision
7.69/7.84	c 7	============================[ Problem Statistics ]=============================
7.69/7.84	c 7	|                                                                             |
7.69/7.84	c 7	|  Number of variables:  2584                                                 |
7.69/7.84	c 7	|  Number of clauses:    54164                                                |
7.69/7.88	c 7	|  Parsing time:         0.03         s                                       |
7.69/7.88	c 7	============================[ Search Statistics ]==============================
7.69/7.88	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.69/7.88	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.69/7.88	c 7	===============================================================================
7.69/7.88	c 7	|         0 |    1992    42467   217138 |    14155        0    nan |  0.000 % |
7.69/7.89	c 7	===============================================================================
7.69/7.89	c 7	restarts              : 1
7.69/7.89	c 7	conflicts             : 40             (851 /sec)
7.69/7.89	c 7	decisions             : 193            (1.04 % random) (4107 /sec)
7.69/7.89	c 7	propagations          : 4503           (95825 /sec)
7.69/7.89	c 7	conflict literals     : 330            (14.06 % deleted)
7.69/7.89	c 7	Memory used           : 4.43 MB
7.69/7.89	c 7	CPU time              : 0.046992 s
7.69/7.89	c 7	
7.69/7.89	c 7	SATISFIABLE
7.69/7.89	c 7	FOUND: _COST <= 75
7.69/7.89	s SATISFIABLE
7.69/7.89	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.69/7.89	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.79/7.97	c 7	Decoding HOME/temp.out
7.79/8.03	c 8	OBJECTIVE _COST 37
7.79/8.03	o 37
7.79/8.04	v 6 1 24 9 1 1 0 4 1 1 1 1 0 3 1 1 1 0 1 2 2 1 1 1 18 0 4 1 1 0 1 0 22 24 0 1 0 1 1 2 0 0 1 1 2 1 24 1 1 3 1 1 2 1 1 7 1 0 1 1 0 1 3 1 1 4 0 1 1 2 0 9 3 4 3 0 1 1 1 1 6 1 4 0 0 1 1 1 0 1 1 1 0 0 0 0 2 4 1 0 3 9 8 9 7 0 0 1 5 9 9
7.79/8.04	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.79/8.09	c 8	OBJECTIVE BOUND: 0 <= _COST <= 37
7.79/8.09	c 8	SEARCHING: _COST <= 18
7.79/8.09	c 8	SOLVING HOME/temp.cnf
7.79/8.09	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.95/8.10	c 8	This is MiniSat 2.0 beta
7.95/8.10	c 8	WARNING: for repeatability, setting FPU to use double precision
7.95/8.10	c 8	============================[ Problem Statistics ]=============================
7.95/8.10	c 8	|                                                                             |
7.95/8.10	c 8	|  Number of variables:  2584                                                 |
7.95/8.10	c 8	|  Number of clauses:    54164                                                |
7.95/8.13	c 8	|  Parsing time:         0.03         s                                       |
7.95/8.14	c 8	============================[ Search Statistics ]==============================
7.95/8.14	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.95/8.14	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.95/8.14	c 8	===============================================================================
7.95/8.14	c 8	|         0 |    1416    29249   179155 |     9749        0    nan |  0.000 % |
7.95/8.15	c 8	|       100 |    1416    29249   179155 |    10724      100      9 | 45.201 % |
7.95/8.15	c 8	===============================================================================
7.95/8.15	c 8	restarts              : 2
7.95/8.15	c 8	conflicts             : 108            (2204 /sec)
7.95/8.15	c 8	decisions             : 286            (1.40 % random) (5838 /sec)
7.95/8.15	c 8	propagations          : 5287           (107916 /sec)
7.95/8.15	c 8	conflict literals     : 901            (22.19 % deleted)
7.95/8.15	c 8	Memory used           : 4.43 MB
7.95/8.15	c 8	CPU time              : 0.048992 s
7.95/8.15	c 8	
7.95/8.15	c 8	SATISFIABLE
7.95/8.15	c 8	FOUND: _COST <= 18
7.95/8.15	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.95/8.15	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.01/8.23	c 8	Decoding HOME/temp.out
8.01/8.29	c 8	OBJECTIVE _COST 18
8.01/8.29	o 18
8.01/8.30	v 6 1 5 8 1 1 1 4 1 1 1 1 0 3 1 0 1 0 1 2 2 0 1 1 24 1 4 1 0 0 0 0 29 24 0 1 0 1 1 2 0 0 1 1 1 1 36 0 1 3 1 1 2 1 1 11 1 1 1 1 0 1 3 1 1 3 0 0 1 2 0 9 3 3 4 0 1 1 0 1 4 1 3 0 0 1 1 1 0 0 0 1 0 0 0 1 2 8 1 0 3 9 9 9 9 9 9 9 9 9 9
8.01/8.30	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.01/8.36	c 8	OBJECTIVE BOUND: 0 <= _COST <= 18
8.01/8.36	c 8	SEARCHING: _COST <= 9
8.01/8.36	c 8	SOLVING HOME/temp.cnf
8.01/8.36	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.01/8.36	c 8	This is MiniSat 2.0 beta
8.01/8.36	c 8	WARNING: for repeatability, setting FPU to use double precision
8.01/8.36	c 8	============================[ Problem Statistics ]=============================
8.01/8.36	c 8	|                                                                             |
8.01/8.36	c 8	|  Number of variables:  2584                                                 |
8.01/8.36	c 8	|  Number of clauses:    54164                                                |
8.18/8.40	c 8	|  Parsing time:         0.03         s                                       |
8.18/8.41	c 8	============================[ Search Statistics ]==============================
8.18/8.41	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.18/8.41	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.18/8.41	c 8	===============================================================================
8.18/8.41	c 8	|         0 |    1240    25850   169477 |     8616        0    nan |  0.000 % |
8.18/8.41	c 8	|       101 |    1240    25850   169477 |     9478      101      8 | 52.012 % |
8.18/8.42	c 8	===============================================================================
8.18/8.42	c 8	restarts              : 2
8.18/8.42	c 8	conflicts             : 121            (2327 /sec)
8.18/8.42	c 8	decisions             : 261            (0.77 % random) (5020 /sec)
8.18/8.42	c 8	propagations          : 6111           (117537 /sec)
8.18/8.42	c 8	conflict literals     : 1001           (21.80 % deleted)
8.18/8.42	c 8	Memory used           : 4.43 MB
8.18/8.42	c 8	CPU time              : 0.051992 s
8.18/8.42	c 8	
8.18/8.42	c 8	SATISFIABLE
8.18/8.42	c 8	FOUND: _COST <= 9
8.18/8.42	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.18/8.42	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.25/8.50	c 8	Decoding HOME/temp.out
8.25/8.56	c 8	OBJECTIVE _COST 9
8.25/8.56	o 9
8.25/8.56	v 7 1 2 5 1 1 1 3 1 1 1 0 0 2 1 1 1 1 1 2 2 1 1 1 20 2 5 0 1 1 1 0 28 11 0 0 1 1 1 2 0 0 0 2 3 1 24 0 1 3 1 1 2 1 1 10 1 0 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 5 0 1 1 1 1 6 1 4 1 0 1 1 0 0 0 0 2 0 4 0 2 3 1 1 0 2 9 2 4 5 8 9 0 9 3 9
8.25/8.57	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.25/8.58	c 8	OBJECTIVE BOUND: 0 <= _COST <= 9
8.25/8.58	c 8	SEARCHING: _COST <= 4
8.25/8.58	c 8	SOLVING HOME/temp.cnf
8.25/8.58	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.25/8.58	c 8	This is MiniSat 2.0 beta
8.25/8.58	c 8	WARNING: for repeatability, setting FPU to use double precision
8.25/8.58	c 8	============================[ Problem Statistics ]=============================
8.25/8.58	c 8	|                                                                             |
8.25/8.58	c 8	|  Number of variables:  2584                                                 |
8.25/8.58	c 8	|  Number of clauses:    54164                                                |
8.40/8.62	c 8	|  Parsing time:         0.03         s                                       |
8.40/8.63	c 8	============================[ Search Statistics ]==============================
8.40/8.63	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.40/8.63	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.40/8.63	c 8	===============================================================================
8.40/8.63	c 8	|         0 |    1049    23528   163079 |     7842        0    nan |  0.000 % |
8.40/8.64	c 8	|       101 |    1049    23528   163079 |     8626      101      8 | 59.404 % |
8.40/8.64	c 8	===============================================================================
8.40/8.64	c 8	restarts              : 2
8.40/8.64	c 8	conflicts             : 119            (2587 /sec)
8.40/8.64	c 8	decisions             : 269            (1.12 % random) (5849 /sec)
8.40/8.64	c 8	propagations          : 6959           (151306 /sec)
8.40/8.64	c 8	conflict literals     : 966            (23.09 % deleted)
8.40/8.64	c 8	Memory used           : 4.43 MB
8.40/8.64	c 8	CPU time              : 0.045993 s
8.40/8.64	c 8	
8.40/8.64	c 8	SATISFIABLE
8.40/8.64	c 8	FOUND: _COST <= 4
8.40/8.64	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.40/8.64	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.49/8.72	c 8	Decoding HOME/temp.out
8.49/8.79	c 8	OBJECTIVE _COST 4
8.49/8.79	o 4
8.49/8.79	v 4 1 14 6 1 1 1 5 1 1 1 0 0 3 1 0 1 0 1 0 2 1 1 1 17 1 2 0 0 0 1 0 29 24 0 0 0 1 2 2 0 0 0 1 1 1 33 0 1 3 1 1 2 1 1 11 1 1 1 1 0 1 3 1 1 3 0 0 1 2 0 9 3 3 7 0 1 1 0 1 4 1 0 0 0 1 0 0 0 0 0 1 0 0 0 3 3 6 0 0 4 9 4 7 1 9 6 8 9 8 9
8.49/8.79	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.59/8.85	c 8	OBJECTIVE BOUND: 0 <= _COST <= 4
8.59/8.85	c 8	SEARCHING: _COST <= 2
8.59/8.85	c 8	SOLVING HOME/temp.cnf
8.59/8.85	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.59/8.85	c 8	This is MiniSat 2.0 beta
8.59/8.85	c 8	WARNING: for repeatability, setting FPU to use double precision
8.59/8.85	c 8	============================[ Problem Statistics ]=============================
8.59/8.85	c 8	|                                                                             |
8.59/8.85	c 8	|  Number of variables:  2584                                                 |
8.59/8.85	c 8	|  Number of clauses:    54164                                                |
8.59/8.89	c 8	|  Parsing time:         0.03         s                                       |
8.59/8.90	c 8	============================[ Search Statistics ]==============================
8.59/8.90	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.62/8.90	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.62/8.90	c 8	===============================================================================
8.62/8.90	c 8	|         0 |     898    22376   160074 |     7458        0    nan |  0.000 % |
8.62/8.90	c 8	|       101 |     898    22376   160074 |     8204      101      8 | 65.248 % |
8.62/8.91	c 8	===============================================================================
8.62/8.91	c 8	restarts              : 2
8.62/8.91	c 8	conflicts             : 217            (3876 /sec)
8.62/8.91	c 8	decisions             : 351            (0.57 % random) (6269 /sec)
8.62/8.91	c 8	propagations          : 13694          (244575 /sec)
8.62/8.91	c 8	conflict literals     : 2093           (20.54 % deleted)
8.62/8.91	c 8	Memory used           : 4.43 MB
8.62/8.91	c 8	CPU time              : 0.055991 s
8.62/8.91	c 8	
8.62/8.91	c 8	SATISFIABLE
8.62/8.92	c 8	FOUND: _COST <= 2
8.62/8.92	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.62/8.92	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.62/8.99	c 9	Decoding HOME/temp.out
8.69/9.05	c 9	OBJECTIVE _COST 2
8.69/9.05	o 2
8.69/9.06	v 7 1 2 5 1 1 1 3 1 1 1 0 0 2 1 1 1 1 1 2 2 1 1 1 20 2 5 0 1 1 1 0 28 11 0 0 0 1 1 2 0 0 0 2 3 1 24 0 1 3 1 1 2 1 1 10 1 0 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 5 0 1 1 1 1 6 1 4 1 0 1 1 0 0 0 0 2 0 4 0 2 3 1 1 0 2 7 6 0 4 7 2 8 9 2 0
8.69/9.06	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.69/9.12	c 9	OBJECTIVE BOUND: 0 <= _COST <= 2
8.69/9.12	c 9	SEARCHING: _COST <= 1
8.69/9.12	c 9	SOLVING HOME/temp.cnf
8.69/9.12	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.69/9.12	c 9	This is MiniSat 2.0 beta
8.69/9.12	c 9	WARNING: for repeatability, setting FPU to use double precision
8.69/9.12	c 9	============================[ Problem Statistics ]=============================
8.69/9.12	c 9	|                                                                             |
8.69/9.12	c 9	|  Number of variables:  2584                                                 |
8.69/9.12	c 9	|  Number of clauses:    54164                                                |
8.69/9.16	c 9	|  Parsing time:         0.03         s                                       |
8.69/9.17	c 9	============================[ Search Statistics ]==============================
8.69/9.17	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.69/9.17	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.69/9.17	c 9	===============================================================================
8.69/9.17	c 9	|         0 |     749    21574   158114 |     7191        0    nan |  0.000 % |
8.69/9.17	c 9	|       101 |     749    21574   158114 |     7910      101      8 | 71.014 % |
8.69/9.18	c 9	===============================================================================
8.69/9.18	c 9	restarts              : 2
8.69/9.18	c 9	conflicts             : 185            (3304 /sec)
8.69/9.18	c 9	decisions             : 293            (1.02 % random) (5233 /sec)
8.69/9.18	c 9	propagations          : 5893           (105249 /sec)
8.69/9.18	c 9	conflict literals     : 1511           (19.46 % deleted)
8.69/9.18	c 9	Memory used           : 4.43 MB
8.69/9.18	c 9	CPU time              : 0.055991 s
8.69/9.18	c 9	
8.69/9.18	c 9	SATISFIABLE
8.69/9.18	c 9	FOUND: _COST <= 1
8.69/9.18	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.69/9.18	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.93/9.26	c 9	Decoding HOME/temp.out
8.93/9.32	c 9	OBJECTIVE _COST 1
8.93/9.32	o 1
8.93/9.33	v 7 1 2 5 1 1 1 3 1 1 1 0 0 2 1 1 1 1 1 2 2 1 1 1 20 2 5 0 1 1 1 0 28 11 0 0 0 1 1 2 0 0 0 2 3 1 24 0 1 3 1 1 2 1 1 10 1 0 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 5 0 1 1 1 1 6 1 4 1 0 1 1 0 0 0 0 2 0 4 0 2 3 1 1 0 2 9 0 0 1 2 2 6 0 9 6
8.93/9.33	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.93/9.34	c 9	OBJECTIVE BOUND: 0 <= _COST <= 1
8.93/9.34	c 9	SEARCHING: _COST <= 0
8.93/9.34	c 9	SOLVING HOME/temp.cnf
8.93/9.34	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.93/9.35	c 9	This is MiniSat 2.0 beta
8.93/9.35	c 9	WARNING: for repeatability, setting FPU to use double precision
8.93/9.35	c 9	============================[ Problem Statistics ]=============================
8.93/9.35	c 9	|                                                                             |
8.93/9.35	c 9	|  Number of variables:  2584                                                 |
8.93/9.35	c 9	|  Number of clauses:    54164                                                |
9.08/9.40	c 9	|  Parsing time:         0.03         s                                       |
9.08/9.41	c 9	============================[ Search Statistics ]==============================
9.08/9.41	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.08/9.41	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.08/9.41	c 9	===============================================================================
9.08/9.41	c 9	|         0 |     444    20933   156444 |     6977        0    nan |  0.000 % |
9.08/9.42	c 9	|       100 |     444    20933   156444 |     7675      100      5 | 82.817 % |
9.08/9.42	c 9	===============================================================================
9.08/9.42	c 9	restarts              : 2
9.08/9.42	c 9	conflicts             : 153            (3188 /sec)
9.08/9.42	c 9	decisions             : 189            (2.12 % random) (3938 /sec)
9.08/9.42	c 9	propagations          : 4184           (87181 /sec)
9.08/9.42	c 9	conflict literals     : 681            (31.70 % deleted)
9.08/9.42	c 9	Memory used           : 4.43 MB
9.08/9.42	c 9	CPU time              : 0.047992 s
9.08/9.42	c 9	
9.08/9.42	c 9	UNSATISFIABLE
9.08/9.42	c 9	NOT FOUND: _COST <= 0
9.08/9.42	c 9	OBJECTIVE _COST 1
9.08/9.42	s OPTIMUM FOUND
9.08/9.42	c 9	CPU 8.64 (0.04 0.01 8.6 0.47)
9.08/9.42	c 9	END Sat Jul 12 09:24:35 2008

Verifier Data (download as text)

OK	1	148
1 unsatisfied constraints, 148 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-1111470-1215847465/watcher-1111470-1215847465 -o /tmp/evaluation-result-1111470-1215847465/solver-1111470-1215847465 -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-1111470-1215847465.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

[startup+0 s]
/proc/loadavg: 2.05 2.04 2.01 4/80 15475
/proc/meminfo: memFree=1765088/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=18572 CPUtime=0
/proc/15475/stat : 15475 (runsolver) R 15473 15329 15329 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 41449345 19017728 290 996147200 4194304 4296836 548682068256 18446744073709551615 262907406356 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15475/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0488991 s]
/proc/loadavg: 2.05 2.04 2.01 4/80 15475
/proc/meminfo: memFree=1765088/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=0.03
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 838 0 0 0 3 0 0 0 19 0 1 0 41449345 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102231 s]
/proc/loadavg: 2.05 2.04 2.01 4/80 15475
/proc/meminfo: memFree=1765088/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=0.03
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 41449345 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301252 s]
/proc/loadavg: 2.05 2.04 2.01 4/80 15475
/proc/meminfo: memFree=1765088/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=0.03
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 41449345 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702303 s]
/proc/loadavg: 2.05 2.04 2.01 4/80 15475
/proc/meminfo: memFree=1765088/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=0.03
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 41449345 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 2.05 2.04 2.01 4/91 15487
/proc/meminfo: memFree=1731016/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=1.35
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 974 11832 0 1 3 0 125 7 16 0 1 0 41449345 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 13600

[startup+3.10159 s]
/proc/loadavg: 2.05 2.04 2.01 3/91 15497
/proc/meminfo: memFree=1741448/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=1.35
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 974 11832 0 1 3 0 125 7 16 0 1 0 41449345 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 797 370 3 0 500 0
[pid=15488] ppid=15475 vsize=5356 CPUtime=0
/proc/15488/stat : 15488 (sh) S 15475 15475 15329 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41449487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15488/statm: 1339 233 193 169 0 50 0
[pid=15489] ppid=15488 vsize=864076 CPUtime=1.67
/proc/15489/stat : 15489 (java) S 15488 15475 15329 0 -1 0 13652 0 1 0 161 6 0 0 18 0 9 0 41449487 884813824 12564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15489/statm: 216019 12564 2532 9 0 210601 0
[pid=15489/tid=15490] ppid=15488 vsize=864076 CPUtime=0.96
/proc/15489/task/15490/stat : 15490 (java) R 15488 15475 15329 0 -1 64 2749 0 1 0 95 1 0 0 25 0 9 0 41449488 884813824 12564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15491] ppid=15488 vsize=864076 CPUtime=0.63
/proc/15489/task/15491/stat : 15491 (java) R 15488 15475 15329 0 -1 64 9882 0 0 0 60 3 0 0 16 0 9 0 41449489 884813824 12564 996147200 134512640 134550740 4294955936 18446744073709551615 102514241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15492] ppid=15488 vsize=864076 CPUtime=0
/proc/15489/task/15492/stat : 15492 (java) S 15488 15475 15329 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41449489 884813824 12564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15493] ppid=15488 vsize=864076 CPUtime=0
/proc/15489/task/15493/stat : 15493 (java) S 15488 15475 15329 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41449489 884813824 12564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15494] ppid=15488 vsize=864076 CPUtime=0
/proc/15489/task/15494/stat : 15494 (java) S 15488 15475 15329 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41449491 884813824 12564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15495] ppid=15488 vsize=864076 CPUtime=0.05
/proc/15489/task/15495/stat : 15495 (java) S 15488 15475 15329 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 41449491 884813824 12564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15496] ppid=15488 vsize=864076 CPUtime=0
/proc/15489/task/15496/stat : 15496 (java) S 15488 15475 15329 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41449491 884813824 12564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15497] ppid=15488 vsize=864076 CPUtime=0
/proc/15489/task/15497/stat : 15497 (java) S 15488 15475 15329 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41449491 884813824 12564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883032

[startup+6.30296 s]
/proc/loadavg: 2.05 2.04 2.01 3/91 15497
/proc/meminfo: memFree=1659016/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=1.35
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 974 11832 0 1 3 0 125 7 15 0 1 0 41449345 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 797 370 3 0 500 0
[pid=15488] ppid=15475 vsize=5356 CPUtime=0
/proc/15488/stat : 15488 (sh) S 15475 15475 15329 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41449487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15488/statm: 1339 233 193 169 0 50 0
[pid=15489] ppid=15488 vsize=864300 CPUtime=4.84
/proc/15489/stat : 15489 (java) S 15488 15475 15329 0 -1 0 29330 0 1 0 469 15 0 0 18 0 9 0 41449487 885043200 27510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15489/statm: 216075 27510 2565 9 0 210622 0
[pid=15489/tid=15490] ppid=15488 vsize=864300 CPUtime=2.44
/proc/15489/task/15490/stat : 15490 (java) R 15488 15475 15329 0 -1 64 3708 0 1 0 241 3 0 0 25 0 9 0 41449488 885043200 27510 996147200 134512640 134550740 4294955936 18446744073709551615 4126708368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15491] ppid=15488 vsize=864300 CPUtime=2.23
/proc/15489/task/15491/stat : 15491 (java) S 15488 15475 15329 0 -1 64 24547 0 0 0 212 11 0 0 16 0 9 0 41449489 885043200 27510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15492] ppid=15488 vsize=864300 CPUtime=0
/proc/15489/task/15492/stat : 15492 (java) S 15488 15475 15329 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41449489 885043200 27510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15493] ppid=15488 vsize=864300 CPUtime=0
/proc/15489/task/15493/stat : 15493 (java) S 15488 15475 15329 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41449489 885043200 27510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15494] ppid=15488 vsize=864300 CPUtime=0
/proc/15489/task/15494/stat : 15494 (java) S 15488 15475 15329 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41449491 885043200 27510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15495] ppid=15488 vsize=864300 CPUtime=0.14
/proc/15489/task/15495/stat : 15495 (java) S 15488 15475 15329 0 -1 64 378 0 0 0 14 0 0 0 16 0 9 0 41449491 885043200 27510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15496] ppid=15488 vsize=864300 CPUtime=0
/proc/15489/task/15496/stat : 15496 (java) S 15488 15475 15329 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41449491 885043200 27510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15497] ppid=15488 vsize=864300 CPUtime=0
/proc/15489/task/15497/stat : 15497 (java) S 15488 15475 15329 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41449491 885043200 27510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883256

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

[startup+7.90214 s]
/proc/loadavg: 2.04 2.04 2.01 3/91 15497
/proc/meminfo: memFree=1658120/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=7.79
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 1107 42843 0 2 4 0 748 27 16 0 1 0 41449345 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 13600

[startup+8.70124 s]
/proc/loadavg: 2.04 2.04 2.01 4/91 15545
/proc/meminfo: memFree=1753992/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=8.45
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 1450 58134 0 5 4 1 803 37 16 0 1 0 41449345 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 806 374 3 0 500 0
[pid=15536] ppid=15475 vsize=5356 CPUtime=0
/proc/15536/stat : 15536 (sh) S 15475 15475 15329 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41450210 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15536/statm: 1339 233 193 169 0 50 0
[pid=15537] ppid=15536 vsize=861940 CPUtime=0.04
/proc/15537/stat : 15537 (java) S 15536 15475 15329 0 -1 0 2360 0 1 0 3 1 0 0 18 0 9 0 41450210 882626560 1908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15537/statm: 215485 1908 1078 9 0 210462 0
[pid=15537/tid=15538] ppid=15536 vsize=861940 CPUtime=0.02
/proc/15537/task/15538/stat : 15538 (java) R 15536 15475 15329 0 -1 64 1462 0 1 0 2 0 0 0 20 0 9 0 41450211 882626560 1908 996147200 134512640 134550740 4294955984 18446744073709551615 4125971077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15537/tid=15539] ppid=15536 vsize=861940 CPUtime=0
/proc/15537/task/15539/stat : 15539 (java) S 15536 15475 15329 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 41450212 882626560 1908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15537/tid=15540] ppid=15536 vsize=861940 CPUtime=0
/proc/15537/task/15540/stat : 15540 (java) S 15536 15475 15329 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 41450212 882626560 1908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15537/tid=15541] ppid=15536 vsize=861940 CPUtime=0
/proc/15537/task/15541/stat : 15541 (java) S 15536 15475 15329 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 41450213 882626560 1908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15537/tid=15542] ppid=15536 vsize=861940 CPUtime=0
/proc/15537/task/15542/stat : 15542 (java) S 15536 15475 15329 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41450214 882626560 1908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15537/tid=15543] ppid=15536 vsize=861940 CPUtime=0
/proc/15537/task/15543/stat : 15543 (java) S 15536 15475 15329 0 -1 64 203 0 0 0 0 0 0 0 19 0 9 0 41450214 882626560 1908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15537/tid=15544] ppid=15536 vsize=861940 CPUtime=0
/proc/15537/task/15544/stat : 15544 (java) S 15536 15475 15329 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41450215 882626560 1908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15537/tid=15545] ppid=15536 vsize=861940 CPUtime=0
/proc/15537/task/15545/stat : 15545 (java) R 15536 15475 15329 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 41450215 882626560 1908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 880896

[startup+9.10129 s]
/proc/loadavg: 2.04 2.04 2.01 4/91 15545
/proc/meminfo: memFree=1753992/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=8.69
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 1584 63237 0 6 4 1 824 40 15 0 1 0 41449345 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 13600

[startup+9.30131 s]
/proc/loadavg: 2.04 2.04 2.01 4/91 15545
/proc/meminfo: memFree=1753992/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=8.93
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 1697 68343 0 7 4 1 844 44 16 0 1 0 41449345 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 13600

[startup+9.40232 s]
/proc/loadavg: 2.04 2.04 2.01 4/91 15545
/proc/meminfo: memFree=1753992/2055920 swapFree=4192812/4192956
[pid=15475] ppid=15473 vsize=13600 CPUtime=9.08
/proc/15475/stat : 15475 (sugar) S 15473 15475 15329 0 -1 4194304 1749 72105 0 8 4 1 856 47 16 0 1 0 41449345 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15475/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 9.08
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 9.42996
CPU time (s): 9.15561
CPU user time (s): 8.65868
CPU system time (s): 0.496924
CPU usage (%): 97.0907
Max. virtual memory (cumulated for all children) (KiB): 883664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.65868
system time used= 0.496924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75260
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4562
involuntary context switches= 4642

runsolver used 0.021996 second user time and 0.037994 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-12 09:24:25
IDJOB=1111470
IDBENCH=61280
IDSOLVER=368
FILE ID=node11/1111470-1215847465
PBS_JOBID= 7903445
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-17_ext.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-1111470-1215847465/watcher-1111470-1215847465 -o /tmp/evaluation-result-1111470-1215847465/solver-1111470-1215847465 -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-1111470-1215847465.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cd0ea3bec01ca4e77e7717bc8e3455e0
RANDOM SEED=1644122868

node11.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.218
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.218
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:       1765568 kB
Buffers:         32472 kB
Cached:          92648 kB
SwapCached:          0 kB
Active:         173000 kB
Inactive:        58316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4484 kB
Writeback:           0 kB
Mapped:         126600 kB
Slab:            44184 kB
Committed_AS:   951196 kB
PageTables:       2040 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= 66548 MiB
End job on node11 at 2008-07-12 09:24:35