Trace number 1111446

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+minisatOPTIMUM3 10.6844 10.9723

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-22_ext.xml
MD5SUM1d0898b30acfadcbab346bad89a9b364
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark7.36588
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints159
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension159
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 09:14:32 2008
0.00/0.05	c 0	PID 19406
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1111446-1215846871.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111446-1215846871.xml' 'HOME/temp.csp'
1.15/1.27	c 1	15 domains, 111 variables, 0 predicates, 142 relations, 159 constraints
1.22/1.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.22/1.31	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.24/1.40	c 1	Parsing HOME/temp.csp
3.49/3.68	c 3	parsed 427 expressions
3.49/3.69	c 3	Heap : 39 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.49/3.69	c 3	MAX CSP: 159 constraints
3.49/3.69	c 3	Converting to clausal form CSP
3.59/3.71	c 3	converted 59 (10%) expressions
3.59/3.71	c 3	converted 118 (20%) expressions
3.59/3.72	c 3	converted 177 (30%) expressions
3.59/3.79	c 3	converted 236 (40%) expressions
3.68/3.80	c 3	converted 295 (50%) expressions
3.68/3.81	c 3	converted 354 (60%) expressions
3.68/3.83	c 3	converted 413 (70%) expressions
3.88/4.01	c 4	converted 472 (80%) expressions
4.09/4.28	c 4	converted 531 (90%) expressions
5.38/5.57	c 5	converted 589 (100%) expressions
5.38/5.57	c 5	CSP : 429 integers, 0 booleans, 476 clauses, largest domain size 239
5.38/5.57	c 5	Heap : 92 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.38/5.57	c 5	Propagation in CSP
5.38/5.59	c 5	153 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.38/5.59	c 5	CSP : 429 integers, 0 booleans, 476 clauses, largest domain size 160
5.38/5.59	c 5	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.38/5.59	c 5	Simplifing CSP by introducing new Boolean variables
5.38/5.59	c 5	CSP : 429 integers, 0 booleans, 476 clauses, largest domain size 160
5.38/5.59	c 5	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.67/5.89	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.76/5.90	c 6	43 (10%) CSP integer variables are encoded (136 clauses, 1398 bytes)
5.76/5.90	c 6	86 (20%) CSP integer variables are encoded (238 clauses, 2520 bytes)
5.76/5.90	c 6	129 (30%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.76/5.90	c 6	172 (40%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.76/5.90	c 6	215 (50%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.76/5.91	c 6	258 (60%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.76/5.91	c 6	301 (70%) CSP integer variables are encoded (595 clauses, 6447 bytes)
5.76/5.91	c 6	344 (80%) CSP integer variables are encoded (780 clauses, 8674 bytes)
5.76/5.91	c 6	387 (90%) CSP integer variables are encoded (1050 clauses, 12184 bytes)
5.76/5.92	c 6	429 (100%) CSP integer variables are encoded (2317 clauses, 28655 bytes)
5.76/5.96	c 6	48 (10%) CSP clauses are encoded (2695 clauses, 36281 bytes)
6.17/6.34	c 6	96 (20%) CSP clauses are encoded (17850 clauses, 534104 bytes)
6.86/7.08	c 7	143 (30%) CSP clauses are encoded (22787 clauses, 665778 bytes)
7.76/7.94	c 8	191 (40%) CSP clauses are encoded (29844 clauses, 924662 bytes)
7.76/7.95	c 8	238 (50%) CSP clauses are encoded (31615 clauses, 950637 bytes)
7.76/7.95	c 8	286 (60%) CSP clauses are encoded (32223 clauses, 960484 bytes)
7.76/7.96	c 8	334 (70%) CSP clauses are encoded (37087 clauses, 1044664 bytes)
7.76/7.96	c 8	381 (80%) CSP clauses are encoded (37722 clauses, 1055134 bytes)
7.76/7.97	c 8	429 (90%) CSP clauses are encoded (39202 clauses, 1080864 bytes)
7.86/8.02	c 8	476 (100%) CSP clauses are encoded (65096 clauses, 1544462 bytes)
7.86/8.02	c 8	476 CSP clauses encoded
7.86/8.02	c 8	Writing map file : HOME/temp.map
7.86/8.03	c 8	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.86/8.03	c 8	SAT : 2746 SAT variables, 65096 SAT clauses, 1544462 bytes
7.86/8.03	c 8	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.86/8.09	c 8	OBJECTIVE minimize _COST
7.86/8.09	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.86/8.09	c 8	SEARCHING: _COST <= 80
7.86/8.09	c 8	SOLVING HOME/temp.cnf
7.86/8.09	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.86/8.09	c 8	This is MiniSat 2.0 beta
7.86/8.09	c 8	WARNING: for repeatability, setting FPU to use double precision
7.86/8.09	c 8	============================[ Problem Statistics ]=============================
7.86/8.09	c 8	|                                                                             |
7.86/8.09	c 8	|  Number of variables:  2746                                                 |
7.86/8.09	c 8	|  Number of clauses:    65097                                                |
7.92/8.16	c 8	|  Parsing time:         0.04         s                                       |
7.92/8.16	c 8	============================[ Search Statistics ]==============================
7.92/8.16	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.92/8.16	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.92/8.16	c 8	===============================================================================
7.92/8.16	c 8	|         0 |    2114    51902   271967 |    17300        0    nan |  0.000 % |
7.92/8.18	c 8	|       102 |    2114    51902   271967 |    19030      102     11 | 23.015 % |
7.92/8.19	c 8	===============================================================================
7.92/8.19	c 8	restarts              : 2
7.92/8.19	c 8	conflicts             : 111            (1657 /sec)
7.92/8.19	c 8	decisions             : 606            (0.99 % random) (9046 /sec)
7.92/8.19	c 8	propagations          : 7540           (112556 /sec)
7.92/8.19	c 8	conflict literals     : 1174           (19.48 % deleted)
7.92/8.19	c 8	Memory used           : 5.10 MB
7.92/8.19	c 8	CPU time              : 0.066989 s
7.92/8.19	c 8	
7.92/8.19	c 8	SATISFIABLE
7.92/8.19	c 8	FOUND: _COST <= 80
7.92/8.19	s SATISFIABLE
7.92/8.19	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.92/8.19	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.27	c 8	Decoding HOME/temp.out
8.01/8.33	c 8	OBJECTIVE _COST 78
8.01/8.33	o 78
8.01/8.34	v 7 1 22 5 1 1 1 5 1 1 1 0 0 2 1 1 1 1 1 2 2 1 1 1 21 2 5 0 1 1 1 0 30 24 0 0 1 1 2 2 0 0 0 2 3 1 24 0 1 3 1 1 2 2 1 10 1 1 1 0 0 1 2 0 1 2 1 1 1 2 0 9 2 4 6 0 1 1 1 1 6 1 4 3 1 1 1 1 0 0 1 2 0 4 0 3 3 5 1 0 4 9 8 9 9 9 9 9 9 9 9
8.01/8.34	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.01/8.35	c 8	OBJECTIVE BOUND: 0 <= _COST <= 78
8.01/8.35	c 8	SEARCHING: _COST <= 39
8.01/8.35	c 8	SOLVING HOME/temp.cnf
8.01/8.35	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:  2746                                                 |
8.01/8.36	c 8	|  Number of clauses:    65097                                                |
8.15/8.40	c 8	|  Parsing time:         0.04         s                                       |
8.15/8.41	c 8	============================[ Search Statistics ]==============================
8.15/8.41	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.15/8.41	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.15/8.41	c 8	===============================================================================
8.15/8.41	c 8	|         0 |    1742    43411   247569 |    14470        0    nan |  0.000 % |
8.15/8.42	c 8	|       102 |    1742    43411   247569 |    15917      102     11 | 36.562 % |
8.15/8.42	c 8	===============================================================================
8.15/8.42	c 8	restarts              : 2
8.15/8.43	c 8	conflicts             : 109            (1758 /sec)
8.15/8.43	c 8	decisions             : 296            (1.35 % random) (4775 /sec)
8.15/8.43	c 8	propagations          : 6369           (102742 /sec)
8.15/8.43	c 8	conflict literals     : 1179           (20.01 % deleted)
8.15/8.43	c 8	Memory used           : 5.10 MB
8.15/8.43	c 8	CPU time              : 0.06199 s
8.15/8.43	c 8	
8.15/8.43	c 8	SATISFIABLE
8.15/8.43	c 8	FOUND: _COST <= 39
8.15/8.43	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.15/8.43	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.22/8.51	c 8	Decoding HOME/temp.out
8.22/8.57	c 8	OBJECTIVE _COST 39
8.22/8.57	o 39
8.22/8.57	v 4 1 26 2 1 1 1 5 1 1 1 0 0 2 1 1 1 1 1 0 2 1 1 1 11 2 2 0 0 1 1 0 30 24 0 1 0 1 1 2 0 0 0 2 2 1 36 0 1 3 1 1 2 1 1 10 1 1 1 0 0 1 2 1 1 2 2 0 1 2 0 9 2 2 4 0 1 1 1 1 6 1 3 0 0 1 1 0 0 0 1 1 0 4 1 3 4 8 0 0 4 9 8 9 9 9 9 9 9 9 9
8.22/8.58	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.22/8.59	c 8	OBJECTIVE BOUND: 0 <= _COST <= 39
8.22/8.59	c 8	SEARCHING: _COST <= 19
8.22/8.59	c 8	SOLVING HOME/temp.cnf
8.22/8.59	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.22/8.59	c 8	This is MiniSat 2.0 beta
8.22/8.59	c 8	WARNING: for repeatability, setting FPU to use double precision
8.22/8.59	c 8	============================[ Problem Statistics ]=============================
8.22/8.59	c 8	|                                                                             |
8.22/8.59	c 8	|  Number of variables:  2746                                                 |
8.22/8.59	c 8	|  Number of clauses:    65097                                                |
8.38/8.63	c 8	|  Parsing time:         0.04         s                                       |
8.38/8.64	c 8	============================[ Search Statistics ]==============================
8.38/8.64	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.38/8.64	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.38/8.64	c 8	===============================================================================
8.38/8.64	c 8	|         0 |    1495    36864   228649 |    12288        0    nan |  0.000 % |
8.38/8.65	c 8	|       102 |    1495    36864   228649 |    13516      102     11 | 45.557 % |
8.38/8.66	c 8	===============================================================================
8.38/8.66	c 8	restarts              : 2
8.38/8.66	c 8	conflicts             : 120            (2034 /sec)
8.38/8.66	c 8	decisions             : 252            (1.98 % random) (4272 /sec)
8.38/8.66	c 8	propagations          : 6106           (103507 /sec)
8.38/8.66	c 8	conflict literals     : 1267           (18.68 % deleted)
8.38/8.66	c 8	Memory used           : 5.10 MB
8.38/8.66	c 8	CPU time              : 0.058991 s
8.38/8.66	c 8	
8.38/8.66	c 8	SATISFIABLE
8.38/8.66	c 8	FOUND: _COST <= 19
8.38/8.66	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.38/8.66	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.47/8.74	c 8	Decoding HOME/temp.out
8.47/8.80	c 8	OBJECTIVE _COST 19
8.47/8.80	o 19
8.47/8.80	v 6 1 24 9 1 1 0 4 1 1 1 1 0 3 1 0 1 0 1 2 2 1 1 1 18 1 4 1 0 0 0 0 2 23 1 1 0 1 1 2 2 1 1 1 2 1 39 0 1 3 1 1 2 1 1 11 1 1 1 1 0 1 3 1 1 3 0 1 1 2 0 0 3 3 3 0 1 1 0 1 6 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 2 4 1 0 3 9 7 9 3 9 7 9 6 9 9
8.57/8.81	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.57/8.82	c 8	OBJECTIVE BOUND: 0 <= _COST <= 19
8.57/8.82	c 8	SEARCHING: _COST <= 9
8.57/8.82	c 8	SOLVING HOME/temp.cnf
8.57/8.82	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.57/8.83	c 8	This is MiniSat 2.0 beta
8.57/8.83	c 8	WARNING: for repeatability, setting FPU to use double precision
8.57/8.83	c 8	============================[ Problem Statistics ]=============================
8.57/8.83	c 8	|                                                                             |
8.57/8.84	c 8	|  Number of variables:  2746                                                 |
8.57/8.84	c 8	|  Number of clauses:    65097                                                |
8.57/8.89	c 9	|  Parsing time:         0.03         s                                       |
8.57/8.90	c 9	============================[ Search Statistics ]==============================
8.57/8.90	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.57/8.90	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.57/8.90	c 9	===============================================================================
8.57/8.90	c 9	|         0 |    1290    32802   217068 |    10934        0    nan |  0.000 % |
8.59/8.91	c 9	|       102 |    1290    32802   217068 |    12027      102     11 | 53.023 % |
8.59/8.92	c 9	|       254 |    1290    32802   217068 |    13230      254     12 | 53.023 % |
8.59/8.92	c 9	===============================================================================
8.59/8.92	c 9	restarts              : 3
8.59/8.92	c 9	conflicts             : 299            (4463 /sec)
8.59/8.92	c 9	decisions             : 435            (1.15 % random) (6494 /sec)
8.59/8.92	c 9	propagations          : 45102          (673275 /sec)
8.59/8.92	c 9	conflict literals     : 3509           (25.80 % deleted)
8.59/8.92	c 9	Memory used           : 5.10 MB
8.59/8.92	c 9	CPU time              : 0.066989 s
8.59/8.92	c 9	
8.59/8.92	c 9	SATISFIABLE
8.59/8.93	c 9	FOUND: _COST <= 9
8.59/8.93	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.59/8.93	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.67/9.00	c 9	Decoding HOME/temp.out
8.67/9.06	c 9	OBJECTIVE _COST 9
8.67/9.06	o 9
8.67/9.06	v 7 1 22 5 1 1 1 3 1 0 1 0 0 2 1 1 1 1 1 2 2 1 1 1 21 2 5 0 0 1 1 0 30 24 0 0 0 1 1 2 0 0 0 2 3 1 41 0 1 3 1 1 2 1 1 10 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 6 0 1 1 1 1 6 1 0 2 0 1 1 1 0 0 0 1 0 4 0 3 3 5 0 0 4 9 6 9 9 9 1 7 5 9 8
8.67/9.07	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.67/9.08	c 9	OBJECTIVE BOUND: 0 <= _COST <= 9
8.67/9.08	c 9	SEARCHING: _COST <= 4
8.67/9.08	c 9	SOLVING HOME/temp.cnf
8.67/9.08	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.67/9.08	c 9	This is MiniSat 2.0 beta
8.67/9.08	c 9	WARNING: for repeatability, setting FPU to use double precision
8.67/9.08	c 9	============================[ Problem Statistics ]=============================
8.67/9.08	c 9	|                                                                             |
8.67/9.09	c 9	|  Number of variables:  2746                                                 |
8.67/9.09	c 9	|  Number of clauses:    65097                                                |
8.81/9.14	c 9	|  Parsing time:         0.04         s                                       |
8.81/9.15	c 9	============================[ Search Statistics ]==============================
8.81/9.15	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.81/9.15	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.81/9.15	c 9	===============================================================================
8.81/9.15	c 9	|         0 |    1089    30350   210310 |    10116        0    nan |  0.000 % |
8.81/9.16	c 9	|       102 |    1089    30350   210310 |    11128      102     11 | 60.342 % |
8.81/9.17	c 9	|       253 |    1089    30350   210310 |    12241      253     11 | 60.343 % |
8.81/9.19	c 9	|       478 |    1089    30350   210310 |    13465      478     12 | 60.342 % |
8.81/9.22	c 9	|       815 |    1089    30350   210310 |    14811      815     11 | 60.342 % |
8.81/9.24	c 9	===============================================================================
8.81/9.24	c 9	restarts              : 5
8.81/9.24	c 9	conflicts             : 1106           (7525 /sec)
8.81/9.24	c 9	decisions             : 1384           (1.23 % random) (9416 /sec)
8.81/9.24	c 9	propagations          : 177456         (1207373 /sec)
8.81/9.24	c 9	conflict literals     : 11704          (30.44 % deleted)
8.81/9.24	c 9	Memory used           : 5.10 MB
8.81/9.24	c 9	CPU time              : 0.146977 s
8.81/9.24	c 9	
8.81/9.25	c 9	SATISFIABLE
8.81/9.25	c 9	FOUND: _COST <= 4
8.81/9.25	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.81/9.25	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.96/9.33	c 9	Decoding HOME/temp.out
8.96/9.39	c 9	OBJECTIVE _COST 4
8.96/9.39	o 4
8.96/9.39	v 8 1 23 5 1 1 1 4 1 0 1 0 0 2 1 1 1 1 1 0 2 1 0 1 13 2 5 0 0 0 1 0 2 21 1 0 0 1 1 2 0 0 0 2 3 1 39 0 1 3 1 1 2 1 1 12 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 0 2 2 5 0 1 1 1 1 6 1 0 0 0 1 1 0 0 0 0 2 0 0 0 3 3 2 1 0 2 3 6 6 4 9 0 9 7 5 5
8.96/9.40	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.96/9.41	c 9	OBJECTIVE BOUND: 0 <= _COST <= 4
8.96/9.41	c 9	SEARCHING: _COST <= 2
8.96/9.41	c 9	SOLVING HOME/temp.cnf
8.96/9.41	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.96/9.41	c 9	This is MiniSat 2.0 beta
8.96/9.41	c 9	WARNING: for repeatability, setting FPU to use double precision
8.96/9.41	c 9	============================[ Problem Statistics ]=============================
8.96/9.41	c 9	|                                                                             |
8.96/9.41	c 9	|  Number of variables:  2746                                                 |
8.96/9.41	c 9	|  Number of clauses:    65097                                                |
8.96/9.45	c 9	|  Parsing time:         0.04         s                                       |
8.96/9.46	c 9	============================[ Search Statistics ]==============================
8.96/9.46	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.96/9.46	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.96/9.46	c 9	===============================================================================
8.96/9.46	c 9	|         0 |     928    29128   207125 |     9709        0    nan |  0.000 % |
8.96/9.47	c 9	|       102 |     928    29128   207125 |    10680      102     11 | 66.205 % |
8.96/9.49	c 9	|       252 |     928    29128   207125 |    11748      252     11 | 66.208 % |
9.11/9.50	c 9	|       477 |     928    29128   207125 |    12923      477     12 | 66.208 % |
9.11/9.53	c 9	|       815 |     928    29128   207125 |    14215      815     12 | 66.208 % |
9.11/9.58	c 9	|      1321 |     928    29128   207125 |    15636     1321     11 | 66.206 % |
9.11/9.65	c 9	|      2080 |     924    29128   207125 |    17200     2078     10 | 66.352 % |
9.11/9.74	c 9	|      3219 |     924    27244   194340 |    18920     1934     10 | 66.351 % |
9.49/9.89	c 10	|      4928 |     922    26201   186881 |    20812     2346     10 | 66.424 % |
9.59/9.98	c 10	===============================================================================
9.59/9.98	c 10	restarts              : 9
9.59/9.98	c 10	conflicts             : 5809           (10283 /sec)
9.59/9.98	c 10	decisions             : 6724           (1.35 % random) (11903 /sec)
9.59/9.98	c 10	propagations          : 838485         (1484270 /sec)
9.59/9.98	c 10	conflict literals     : 54884          (29.92 % deleted)
9.59/9.98	c 10	Memory used           : 5.10 MB
9.59/9.98	c 10	CPU time              : 0.564914 s
9.59/9.98	c 10	
9.59/9.98	c 10	UNSATISFIABLE
9.59/9.98	c 10	NOT FOUND: _COST <= 2
9.59/9.98	c 10	OBJECTIVE BOUND: 3 <= _COST <= 4
9.59/9.98	c 10	SEARCHING: _COST <= 3
9.59/9.98	c 10	SOLVING HOME/temp.cnf
9.59/9.98	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.59/9.99	c 10	This is MiniSat 2.0 beta
9.59/9.99	c 10	WARNING: for repeatability, setting FPU to use double precision
9.59/9.99	c 10	============================[ Problem Statistics ]=============================
9.59/9.99	c 10	|                                                                             |
9.59/9.99	c 10	|  Number of variables:  2746                                                 |
9.59/9.99	c 10	|  Number of clauses:    65097                                                |
9.69/10.03	c 10	|  Parsing time:         0.04         s                                       |
9.69/10.04	c 10	============================[ Search Statistics ]==============================
9.69/10.04	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.69/10.04	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.69/10.04	c 10	===============================================================================
9.69/10.04	c 10	|         0 |    1024    29787   208815 |     9929        0    nan |  0.000 % |
9.69/10.05	c 10	|       102 |    1024    29787   208815 |    10921      102     11 | 62.709 % |
9.69/10.06	c 10	|       253 |    1024    29787   208815 |    12014      253     11 | 62.711 % |
9.69/10.08	c 10	|       480 |    1024    29787   208815 |    13215      480     11 | 62.710 % |
9.69/10.11	c 10	|       817 |    1024    29787   208815 |    14537      817     11 | 62.709 % |
9.69/10.15	c 10	|      1324 |    1024    29787   208815 |    15990     1324     10 | 62.710 % |
9.69/10.22	c 10	|      2085 |    1023    29105   204643 |    17589      731     10 | 62.746 % |
9.69/10.31	c 10	|      3226 |    1023    29105   204643 |    19348     1872     11 | 62.746 % |
9.69/10.47	c 10	|      4934 |    1023    29105   204643 |    21283     3580     11 | 62.746 % |
9.69/10.73	c 10	|      7498 |    1022    28723   202285 |    23412     4724     12 | 62.782 % |
9.70/10.80	c 10	===============================================================================
9.70/10.80	c 10	restarts              : 10
9.70/10.80	c 10	conflicts             : 8096           (10122 /sec)
9.70/10.80	c 10	decisions             : 9476           (1.17 % random) (11847 /sec)
9.70/10.80	c 10	propagations          : 1155274        (1444313 /sec)
9.70/10.80	c 10	conflict literals     : 89425          (28.95 % deleted)
9.70/10.80	c 10	Memory used           : 5.11 MB
9.70/10.80	c 10	CPU time              : 0.799878 s
9.70/10.80	c 10	
9.70/10.80	c 10	SATISFIABLE
9.70/10.80	c 10	FOUND: _COST <= 3
9.70/10.80	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.70/10.80	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.70/10.88	c 11	Decoding HOME/temp.out
10.60/10.94	c 11	OBJECTIVE _COST 3
10.60/10.94	o 3
10.60/10.95	v 6 1 5 8 1 1 1 4 1 1 1 1 0 3 1 1 1 0 1 2 2 0 1 1 24 1 4 1 0 0 0 0 2 21 1 1 0 1 1 2 0 1 1 1 2 1 39 0 1 3 1 1 2 1 1 11 1 1 1 1 0 1 3 1 1 3 0 0 1 2 0 0 3 3 4 0 1 1 0 1 6 1 0 0 0 1 1 1 0 0 0 1 0 0 0 1 2 8 1 0 3 6 5 6 3 5 1 6 2 4 4
10.60/10.95	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.60/10.96	c 11	OBJECTIVE _COST 3
10.60/10.96	s OPTIMUM FOUND
10.60/10.96	c 11	CPU 10.18 (0.04 0.03 10.14 0.45)
10.60/10.96	c 11	END Sat Jul 12 09:14:43 2008

Verifier Data (download as text)

OK	3	156
3 unsatisfied constraints, 156 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-1111446-1215846871/watcher-1111446-1215846871 -o /tmp/evaluation-result-1111446-1215846871/solver-1111446-1215846871 -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-1111446-1215846871.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.06 2.30 2.25 4/80 19406
/proc/meminfo: memFree=1833640/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=4708 CPUtime=0
/proc/19406/stat : 19406 (sugar) R 19404 19406 17402 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 41389073 4820992 43 996147200 4194304 4206940 548682068592 18446744073709551615 253304567177 0 0 4096 0 0 0 0 17 1 0 0
/proc/19406/statm: 1177 43 33 3 0 8 0

[startup+0.059428 s]
/proc/loadavg: 2.06 2.30 2.25 4/80 19406
/proc/meminfo: memFree=1833640/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=0.03
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 41389073 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102207 s]
/proc/loadavg: 2.06 2.30 2.25 4/80 19406
/proc/meminfo: memFree=1833640/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=0.03
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 41389073 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302258 s]
/proc/loadavg: 2.06 2.30 2.25 4/80 19406
/proc/meminfo: memFree=1833640/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=0.03
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 41389073 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70131 s]
/proc/loadavg: 2.06 2.30 2.25 4/80 19406
/proc/meminfo: memFree=1833640/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=0.03
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 41389073 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50144 s]
/proc/loadavg: 2.06 2.30 2.25 4/91 19418
/proc/meminfo: memFree=1798096/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=1.24
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 974 11827 0 1 3 1 112 8 16 0 1 0 41389073 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 13600

[startup+3.10272 s]
/proc/loadavg: 2.06 2.30 2.25 3/91 19428
/proc/meminfo: memFree=1813456/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=1.24
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 974 11827 0 1 3 1 112 8 16 0 1 0 41389073 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 797 370 3 0 500 0
[pid=19419] ppid=19406 vsize=5356 CPUtime=0
/proc/19419/stat : 19419 (sh) S 19406 19406 17402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41389204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19419/statm: 1339 233 193 169 0 50 0
[pid=19420] ppid=19419 vsize=864100 CPUtime=1.75
/proc/19420/stat : 19420 (java) S 19419 19406 17402 0 -1 0 12802 0 1 0 171 4 0 0 18 0 9 0 41389205 884838400 11715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19420/statm: 216025 11716 2532 9 0 210607 0
[pid=19420/tid=19421] ppid=19419 vsize=864100 CPUtime=1.08
/proc/19420/task/19421/stat : 19421 (java) R 19419 19406 17402 0 -1 64 2748 0 1 0 107 1 0 0 25 0 9 0 41389206 884838400 11717 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19422] ppid=19419 vsize=864100 CPUtime=0.59
/proc/19420/task/19422/stat : 19422 (java) R 19419 19406 17402 0 -1 64 9040 0 0 0 57 2 0 0 16 0 9 0 41389207 884838400 11719 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19423] ppid=19419 vsize=864100 CPUtime=0
/proc/19420/task/19423/stat : 19423 (java) S 19419 19406 17402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41389208 884838400 11720 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19424] ppid=19419 vsize=864100 CPUtime=0
/proc/19420/task/19424/stat : 19424 (java) S 19419 19406 17402 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41389208 884838400 11722 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19425] ppid=19419 vsize=864100 CPUtime=0
/proc/19420/task/19425/stat : 19425 (java) S 19419 19406 17402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41389210 884838400 11723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19426] ppid=19419 vsize=864100 CPUtime=0.05
/proc/19420/task/19426/stat : 19426 (java) S 19419 19406 17402 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 41389210 884838400 11725 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19427] ppid=19419 vsize=864100 CPUtime=0
/proc/19420/task/19427/stat : 19427 (java) S 19419 19406 17402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41389210 884838400 11727 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19428] ppid=19419 vsize=864100 CPUtime=0
/proc/19420/task/19428/stat : 19428 (java) S 19419 19406 17402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41389210 884838400 11728 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883056

[startup+6.30127 s]
/proc/loadavg: 2.05 2.29 2.25 4/91 19428
/proc/meminfo: memFree=1731600/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=1.24
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 974 11827 0 1 3 1 112 8 15 0 1 0 41389073 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 797 370 3 0 500 0
[pid=19419] ppid=19406 vsize=5356 CPUtime=0
/proc/19419/stat : 19419 (sh) S 19406 19406 17402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41389204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19419/statm: 1339 233 193 169 0 50 0
[pid=19420] ppid=19419 vsize=864316 CPUtime=4.93
/proc/19420/stat : 19420 (java) S 19419 19406 17402 0 -1 0 29314 0 1 0 480 13 0 0 18 0 9 0 41389205 885059584 27500 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19420/statm: 216079 27500 2565 9 0 210626 0
[pid=19420/tid=19421] ppid=19419 vsize=864316 CPUtime=2.54
/proc/19420/task/19421/stat : 19421 (java) R 19419 19406 17402 0 -1 64 3697 0 1 0 252 2 0 0 25 0 9 0 41389206 885059584 27500 996147200 134512640 134550740 4294955936 18446744073709551615 103215090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19422] ppid=19419 vsize=864316 CPUtime=2.21
/proc/19420/task/19422/stat : 19422 (java) S 19419 19406 17402 0 -1 64 24543 0 0 0 212 9 0 0 16 0 9 0 41389207 885059584 27500 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19423] ppid=19419 vsize=864316 CPUtime=0
/proc/19420/task/19423/stat : 19423 (java) S 19419 19406 17402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41389208 885059584 27500 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19424] ppid=19419 vsize=864316 CPUtime=0
/proc/19420/task/19424/stat : 19424 (java) S 19419 19406 17402 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41389208 885059584 27500 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19425] ppid=19419 vsize=864316 CPUtime=0
/proc/19420/task/19425/stat : 19425 (java) S 19419 19406 17402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41389210 885059584 27500 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19426] ppid=19419 vsize=864316 CPUtime=0.14
/proc/19420/task/19426/stat : 19426 (java) S 19419 19406 17402 0 -1 64 378 0 0 0 14 0 0 0 16 0 9 0 41389210 885059584 27500 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19427] ppid=19419 vsize=864316 CPUtime=0
/proc/19420/task/19427/stat : 19427 (java) S 19419 19406 17402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41389210 885059584 27500 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19420/tid=19428] ppid=19419 vsize=864316 CPUtime=0
/proc/19420/task/19428/stat : 19428 (java) S 19419 19406 17402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41389210 885059584 27500 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883272

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

[startup+9.50181 s]
/proc/loadavg: 1.97 2.27 2.24 4/87 19460
/proc/meminfo: memFree=1823344/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=9.11
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 1638 67702 0 7 3 2 865 41 16 0 1 0 41389073 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 13600

[startup+10.3029 s]
/proc/loadavg: 1.97 2.27 2.24 3/83 19490
/proc/meminfo: memFree=1821776/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=9.69
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 1693 69177 0 7 3 2 922 42 15 0 1 0 41389073 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 13600

[startup+10.701 s]
/proc/loadavg: 1.97 2.27 2.24 3/83 19490
/proc/meminfo: memFree=1821776/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=9.69
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 1693 69177 0 7 3 2 922 42 15 0 1 0 41389073 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 13600

[startup+10.9011 s]
/proc/loadavg: 1.97 2.27 2.24 4/91 19502
/proc/meminfo: memFree=1821584/2055920 swapFree=4180932/4192956
[pid=19406] ppid=19404 vsize=13600 CPUtime=10.51
/proc/19406/stat : 19406 (sugar) S 19404 19406 17402 0 -1 4194304 1755 70657 0 7 3 3 1002 43 16 0 1 0 41389073 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19406/statm: 3400 807 374 3 0 500 0
[pid=19493] ppid=19406 vsize=5356 CPUtime=0
/proc/19493/stat : 19493 (sh) S 19406 19406 17402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41390153 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19493/statm: 1339 233 193 169 0 50 0
[pid=19494] ppid=19493 vsize=863720 CPUtime=0.09
/proc/19494/stat : 19494 (java) S 19493 19406 17402 0 -1 0 3241 0 1 0 7 2 0 0 18 0 9 0 41390154 884449280 2718 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19494/statm: 215930 2718 1629 9 0 210512 0
[pid=19494/tid=19495] ppid=19493 vsize=863720 CPUtime=0.06
/proc/19494/task/19495/stat : 19495 (java) R 19493 19406 17402 0 -1 64 2330 0 1 0 5 1 0 0 20 0 9 0 41390154 884449280 2718 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19496] ppid=19493 vsize=863720 CPUtime=0
/proc/19494/task/19496/stat : 19496 (java) S 19493 19406 17402 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 41390156 884449280 2718 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19497] ppid=19493 vsize=863720 CPUtime=0
/proc/19494/task/19497/stat : 19497 (java) S 19493 19406 17402 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 41390156 884449280 2722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19498] ppid=19493 vsize=863720 CPUtime=0
/proc/19494/task/19498/stat : 19498 (java) S 19493 19406 17402 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 41390156 884449280 2722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19499] ppid=19493 vsize=863720 CPUtime=0
/proc/19494/task/19499/stat : 19499 (java) S 19493 19406 17402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41390158 884449280 2722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19500] ppid=19493 vsize=863720 CPUtime=0.01
/proc/19494/task/19500/stat : 19500 (java) R 19493 19406 17402 0 -1 64 220 0 0 0 1 0 0 0 18 0 9 0 41390158 884449280 2722 996147200 134512640 134550740 4294955984 18446744073709551615 103772937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19501] ppid=19493 vsize=863720 CPUtime=0
/proc/19494/task/19501/stat : 19501 (java) S 19493 19406 17402 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41390158 884449280 2722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19502] ppid=19493 vsize=863720 CPUtime=0
/proc/19494/task/19502/stat : 19502 (java) S 19493 19406 17402 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 41390158 884449280 2722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 10.9723
CPU time (s): 10.6844
CPU user time (s): 10.1875
CPU system time (s): 0.496924
CPU usage (%): 97.3756
Max. virtual memory (cumulated for all children) (KiB): 883684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1875
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= 76236
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= 4899
involuntary context switches= 5159

runsolver used 0.023996 second user time and 0.044993 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-12 09:14:32
IDJOB=1111446
IDBENCH=61277
IDSOLVER=368
FILE ID=node25/1111446-1215846871
PBS_JOBID= 7903336
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1d0898b30acfadcbab346bad89a9b364
RANDOM SEED=625078518

node25.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.265
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.265
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:       1834120 kB
Buffers:         11332 kB
Cached:          59308 kB
SwapCached:       5792 kB
Active:         165628 kB
Inactive:        15040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834120 kB
SwapTotal:     4192956 kB
SwapFree:      4180932 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:         126276 kB
Slab:            26228 kB
Committed_AS:  1034868 kB
PageTables:       2140 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= 66520 MiB
End job on node25 at 2008-07-12 09:14:43