Trace number 1111358

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.26359 9.59651

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-18_ext.xml
MD5SUMaf1046890e0f26f5ab2082fd22ca55b5
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 benchmark8.90564
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.05	c 0	BEGIN Sat Jul 12 09:00:22 2008
0.00/0.05	c 0	PID 17217
0.00/0.05	c 0	HOST node3.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1111358-1215846022.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-1111358-1215846022.xml' 'HOME/temp.csp'
1.36/1.50	c 2	15 domains, 111 variables, 0 predicates, 132 relations, 149 constraints
1.45/1.52	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.52	c 2	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.47/1.60	c 2	Parsing HOME/temp.csp
3.50/3.63	c 4	parsed 407 expressions
3.50/3.63	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.50/3.64	c 4	MAX CSP: 149 constraints
3.50/3.64	c 4	Converting to clausal form CSP
3.50/3.66	c 4	converted 56 (10%) expressions
3.50/3.66	c 4	converted 112 (20%) expressions
3.50/3.67	c 4	converted 168 (30%) expressions
3.61/3.78	c 4	converted 224 (40%) expressions
3.61/3.80	c 4	converted 280 (50%) expressions
3.70/3.81	c 4	converted 336 (60%) expressions
3.70/3.85	c 4	converted 392 (70%) expressions
3.80/3.99	c 4	converted 448 (80%) expressions
4.11/4.28	c 5	converted 504 (90%) expressions
5.39/5.59	c 6	converted 559 (100%) expressions
5.39/5.59	c 6	CSP : 409 integers, 0 booleans, 446 clauses, largest domain size 224
5.39/5.59	c 6	Heap : 89 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.39/5.59	c 6	Propagation in CSP
5.48/5.61	c 6	145 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.48/5.61	c 6	CSP : 409 integers, 0 booleans, 446 clauses, largest domain size 150
5.48/5.61	c 6	Heap : 89 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.48/5.61	c 6	Simplifing CSP by introducing new Boolean variables
5.48/5.61	c 6	CSP : 409 integers, 0 booleans, 446 clauses, largest domain size 150
5.48/5.61	c 6	Heap : 89 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.68/5.89	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.78/5.90	c 6	41 (10%) CSP integer variables are encoded (136 clauses, 1398 bytes)
5.78/5.91	c 6	82 (20%) CSP integer variables are encoded (232 clauses, 2454 bytes)
5.78/5.91	c 6	123 (30%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.78/5.91	c 6	164 (40%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.78/5.91	c 6	205 (50%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.78/5.91	c 6	246 (60%) CSP integer variables are encoded (340 clauses, 3642 bytes)
5.78/5.91	c 6	287 (70%) CSP integer variables are encoded (568 clauses, 6150 bytes)
5.78/5.92	c 6	328 (80%) CSP integer variables are encoded (746 clauses, 8226 bytes)
5.78/5.92	c 6	369 (90%) CSP integer variables are encoded (1564 clauses, 18860 bytes)
5.78/5.92	c 6	409 (100%) CSP integer variables are encoded (2175 clauses, 26803 bytes)
5.78/5.96	c 6	45 (10%) CSP clauses are encoded (2456 clauses, 32273 bytes)
6.18/6.31	c 7	90 (20%) CSP clauses are encoded (11677 clauses, 320609 bytes)
6.87/7.01	c 7	134 (30%) CSP clauses are encoded (15760 clauses, 427806 bytes)
7.66/7.87	c 8	179 (40%) CSP clauses are encoded (22669 clauses, 682831 bytes)
7.66/7.88	c 8	223 (50%) CSP clauses are encoded (24265 clauses, 706201 bytes)
7.66/7.88	c 8	268 (60%) CSP clauses are encoded (24818 clauses, 714563 bytes)
7.66/7.89	c 8	313 (70%) CSP clauses are encoded (29037 clauses, 787443 bytes)
7.76/7.91	c 8	357 (80%) CSP clauses are encoded (33379 clauses, 859009 bytes)
7.76/7.93	c 8	402 (90%) CSP clauses are encoded (42235 clauses, 1018489 bytes)
7.76/7.95	c 8	446 (100%) CSP clauses are encoded (53802 clauses, 1228479 bytes)
7.76/7.95	c 8	446 CSP clauses encoded
7.76/7.95	c 8	Writing map file : HOME/temp.map
7.76/7.96	c 8	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.76/7.96	c 8	SAT : 2584 SAT variables, 53802 SAT clauses, 1228479 bytes
7.76/7.96	c 8	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.76/7.99	c 8	OBJECTIVE minimize _COST
7.76/7.99	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.76/7.99	c 8	SEARCHING: _COST <= 75
7.76/7.99	c 8	SOLVING HOME/temp.cnf
7.76/7.99	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.76/7.99	c 8	This is MiniSat 2.0 beta
7.76/7.99	c 8	WARNING: for repeatability, setting FPU to use double precision
7.76/7.99	c 8	============================[ Problem Statistics ]=============================
7.76/7.99	c 8	|                                                                             |
7.76/8.00	c 8	|  Number of variables:  2584                                                 |
7.76/8.00	c 8	|  Number of clauses:    53803                                                |
7.85/8.03	c 8	|  Parsing time:         0.03         s                                       |
7.85/8.04	c 8	============================[ Search Statistics ]==============================
7.85/8.04	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.85/8.04	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.85/8.04	c 8	===============================================================================
7.85/8.04	c 8	|         0 |    1992    42106   214548 |    14035        0    nan |  0.000 % |
7.85/8.04	c 8	===============================================================================
7.85/8.04	c 8	restarts              : 1
7.85/8.04	c 8	conflicts             : 29             (645 /sec)
7.85/8.04	c 8	decisions             : 168            (0.00 % random) (3734 /sec)
7.85/8.04	c 8	propagations          : 3414           (75878 /sec)
7.85/8.04	c 8	conflict literals     : 238            (13.14 % deleted)
7.85/8.04	c 8	Memory used           : 4.43 MB
7.85/8.04	c 8	CPU time              : 0.044993 s
7.85/8.04	c 8	
7.85/8.04	c 8	SATISFIABLE
7.85/8.04	c 8	FOUND: _COST <= 75
7.85/8.04	s SATISFIABLE
7.85/8.04	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.85/8.04	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'
7.89/8.12	c 8	Decoding HOME/temp.out
7.89/8.18	c 9	OBJECTIVE _COST 49
7.89/8.18	o 49
7.89/8.19	v 8 1 23 5 1 1 1 4 1 1 1 0 0 2 1 1 1 1 1 0 2 1 1 1 13 2 5 1 0 0 1 0 29 24 0 0 0 1 1 2 0 1 0 2 3 1 5 1 1 3 1 1 2 1 1 12 1 1 1 1 0 1 2 0 1 4 2 1 1 2 0 9 2 4 5 0 1 1 1 1 6 1 4 0 1 1 1 1 0 0 1 2 0 0 1 3 3 2 1 0 2 4 3 0 7 9 6 9 9 9 9
7.89/8.21	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.89/8.25	c 9	OBJECTIVE BOUND: 0 <= _COST <= 49
7.89/8.25	c 9	SEARCHING: _COST <= 24
7.89/8.25	c 9	SOLVING HOME/temp.cnf
7.89/8.25	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.89/8.25	c 9	This is MiniSat 2.0 beta
7.89/8.25	c 9	WARNING: for repeatability, setting FPU to use double precision
7.89/8.25	c 9	============================[ Problem Statistics ]=============================
7.89/8.25	c 9	|                                                                             |
7.89/8.25	c 9	|  Number of variables:  2584                                                 |
7.89/8.25	c 9	|  Number of clauses:    53803                                                |
7.89/8.28	c 9	|  Parsing time:         0.03         s                                       |
7.89/8.29	c 9	============================[ Search Statistics ]==============================
7.89/8.29	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.89/8.29	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.89/8.29	c 9	===============================================================================
7.89/8.29	c 9	|         0 |    1493    30695   181761 |    10231        0    nan |  0.000 % |
8.06/8.30	c 9	===============================================================================
8.06/8.30	c 9	restarts              : 1
8.06/8.30	c 9	conflicts             : 88             (1913 /sec)
8.06/8.30	c 9	decisions             : 162            (0.62 % random) (3522 /sec)
8.06/8.30	c 9	propagations          : 3605           (78381 /sec)
8.06/8.30	c 9	conflict literals     : 836            (18.91 % deleted)
8.06/8.30	c 9	Memory used           : 4.43 MB
8.06/8.30	c 9	CPU time              : 0.045993 s
8.06/8.30	c 9	
8.06/8.30	c 9	SATISFIABLE
8.06/8.30	c 9	FOUND: _COST <= 24
8.06/8.30	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.06/8.30	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.06/8.38	c 9	Decoding HOME/temp.out
8.12/8.44	c 9	OBJECTIVE _COST 24
8.12/8.44	o 24
8.12/8.45	v 7 1 22 5 1 1 1 3 1 1 1 0 0 2 1 1 1 1 1 2 2 1 1 1 21 2 5 0 0 1 0 0 29 22 0 1 0 1 2 2 0 0 0 2 3 1 27 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 4 6 0 1 1 1 1 6 1 0 3 0 1 1 1 0 0 0 1 0 4 0 3 3 5 0 0 4 3 6 1 7 1 2 5 0 4 9
8.12/8.45	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.12/8.50	c 9	OBJECTIVE BOUND: 0 <= _COST <= 24
8.12/8.50	c 9	SEARCHING: _COST <= 12
8.12/8.50	c 9	SOLVING HOME/temp.cnf
8.12/8.50	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.12/8.51	c 9	This is MiniSat 2.0 beta
8.12/8.51	c 9	WARNING: for repeatability, setting FPU to use double precision
8.12/8.51	c 9	============================[ Problem Statistics ]=============================
8.12/8.51	c 9	|                                                                             |
8.12/8.51	c 9	|  Number of variables:  2584                                                 |
8.12/8.51	c 9	|  Number of clauses:    53803                                                |
8.12/8.54	c 9	|  Parsing time:         0.03         s                                       |
8.12/8.55	c 9	============================[ Search Statistics ]==============================
8.12/8.55	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.12/8.55	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.12/8.55	c 9	===============================================================================
8.12/8.55	c 9	|         0 |    1302    26563   169926 |     8854        0    nan |  0.000 % |
8.12/8.56	c 9	|       102 |    1302    26563   169926 |     9739      102      9 | 49.613 % |
8.12/8.56	c 9	===============================================================================
8.12/8.56	c 9	restarts              : 2
8.12/8.56	c 9	conflicts             : 114            (2375 /sec)
8.12/8.56	c 9	decisions             : 241            (2.07 % random) (5022 /sec)
8.12/8.56	c 9	propagations          : 5109           (106455 /sec)
8.12/8.56	c 9	conflict literals     : 971            (18.81 % deleted)
8.12/8.56	c 9	Memory used           : 4.43 MB
8.12/8.56	c 9	CPU time              : 0.047992 s
8.12/8.56	c 9	
8.12/8.56	c 9	SATISFIABLE
8.12/8.56	c 9	FOUND: _COST <= 12
8.12/8.56	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.12/8.56	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.35/8.64	c 9	Decoding HOME/temp.out
8.47/8.71	c 9	OBJECTIVE _COST 12
8.47/8.71	o 12
8.47/8.72	v 8 1 23 5 1 1 1 4 1 1 1 0 0 2 1 1 1 1 1 0 2 1 0 1 13 2 5 0 0 0 1 0 29 24 1 0 0 1 1 2 0 0 0 2 3 1 13 0 1 3 0 1 2 1 1 12 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 10 2 2 5 0 1 0 1 1 6 1 0 0 0 1 1 0 0 0 0 2 0 0 0 3 3 2 1 0 2 9 9 7 7 9 9 9 9 9 9
8.47/8.72	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.47/8.78	c 9	OBJECTIVE BOUND: 0 <= _COST <= 12
8.47/8.78	c 9	SEARCHING: _COST <= 6
8.47/8.78	c 9	SOLVING HOME/temp.cnf
8.47/8.78	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.47/8.78	c 9	This is MiniSat 2.0 beta
8.47/8.78	c 9	WARNING: for repeatability, setting FPU to use double precision
8.47/8.78	c 9	============================[ Problem Statistics ]=============================
8.47/8.78	c 9	|                                                                             |
8.47/8.78	c 9	|  Number of variables:  2584                                                 |
8.47/8.78	c 9	|  Number of clauses:    53803                                                |
8.50/8.82	c 9	|  Parsing time:         0.03         s                                       |
8.50/8.83	c 9	============================[ Search Statistics ]==============================
8.50/8.83	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.50/8.83	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.50/8.83	c 9	===============================================================================
8.50/8.83	c 9	|         0 |    1138    24106   163041 |     8035        0    nan |  0.000 % |
8.50/8.83	c 9	|       102 |    1138    24106   163041 |     8838      102      9 | 55.960 % |
8.50/8.83	c 9	===============================================================================
8.50/8.83	c 9	restarts              : 2
8.50/8.83	c 9	conflicts             : 125            (2500 /sec)
8.50/8.83	c 9	decisions             : 234            (1.71 % random) (4681 /sec)
8.50/8.83	c 9	propagations          : 4795           (95915 /sec)
8.50/8.83	c 9	conflict literals     : 1052           (18.89 % deleted)
8.50/8.83	c 9	Memory used           : 4.43 MB
8.50/8.83	c 9	CPU time              : 0.049992 s
8.50/8.83	c 9	
8.50/8.84	c 9	SATISFIABLE
8.50/8.84	c 9	FOUND: _COST <= 6
8.50/8.84	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.50/8.84	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.57/8.92	c 9	Decoding HOME/temp.out
8.57/8.98	c 9	OBJECTIVE _COST 6
8.57/8.98	o 6
8.57/8.98	v 0 1 17 0 1 1 1 4 1 1 1 0 0 2 1 1 1 1 1 2 2 1 1 1 23 2 3 0 0 1 1 0 29 22 1 1 0 1 1 2 0 1 0 2 2 1 39 0 1 3 1 1 2 1 1 10 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 0 2 2 9 0 1 0 1 1 6 1 0 0 0 1 1 0 0 0 1 2 0 4 0 1 0 0 1 0 2 0 9 9 7 9 0 8 3 9 8
8.57/9.00	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.57/9.04	c 9	OBJECTIVE BOUND: 0 <= _COST <= 6
8.57/9.04	c 9	SEARCHING: _COST <= 3
8.57/9.04	c 9	SOLVING HOME/temp.cnf
8.57/9.04	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.57/9.04	c 9	This is MiniSat 2.0 beta
8.57/9.04	c 9	WARNING: for repeatability, setting FPU to use double precision
8.57/9.04	c 9	============================[ Problem Statistics ]=============================
8.57/9.04	c 9	|                                                                             |
8.57/9.04	c 9	|  Number of variables:  2584                                                 |
8.57/9.04	c 9	|  Number of clauses:    53803                                                |
8.57/9.08	c 9	|  Parsing time:         0.03         s                                       |
8.57/9.08	c 9	============================[ Search Statistics ]==============================
8.57/9.08	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.57/9.08	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.57/9.08	c 9	===============================================================================
8.57/9.09	c 9	|         0 |     984    22614   159024 |     7538        0    nan |  0.000 % |
8.57/9.09	c 9	|       102 |     984    22614   159024 |     8291      102      9 | 61.920 % |
8.57/9.09	c 9	===============================================================================
8.57/9.09	c 9	restarts              : 2
8.57/9.09	c 9	conflicts             : 115            (2347 /sec)
8.57/9.09	c 9	decisions             : 229            (1.31 % random) (4674 /sec)
8.57/9.09	c 9	propagations          : 4655           (95016 /sec)
8.57/9.09	c 9	conflict literals     : 982            (19.51 % deleted)
8.57/9.09	c 9	Memory used           : 4.43 MB
8.57/9.09	c 9	CPU time              : 0.048992 s
8.57/9.09	c 9	
8.57/9.10	c 9	SATISFIABLE
8.74/9.10	c 9	FOUND: _COST <= 3
8.74/9.10	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.74/9.10	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.74/9.18	c 10	Decoding HOME/temp.out
8.79/9.24	c 10	OBJECTIVE _COST 3
8.79/9.24	o 3
8.79/9.24	v 7 1 22 5 1 1 1 3 1 1 1 0 0 2 1 1 1 1 1 2 2 1 1 1 21 2 5 0 0 1 1 0 29 24 0 0 0 1 1 2 0 0 0 2 3 1 41 0 1 3 1 1 2 1 1 5 1 1 1 0 0 1 2 0 1 2 2 0 1 2 0 9 2 2 6 0 1 0 1 1 6 1 0 2 0 1 1 1 0 1 0 1 0 0 0 3 3 5 0 0 4 9 8 1 8 4 9 9 0 9 9
8.79/9.24	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.79/9.26	c 10	OBJECTIVE BOUND: 0 <= _COST <= 3
8.79/9.26	c 10	SEARCHING: _COST <= 1
8.79/9.26	c 10	SOLVING HOME/temp.cnf
8.79/9.26	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.79/9.26	c 10	This is MiniSat 2.0 beta
8.79/9.26	c 10	WARNING: for repeatability, setting FPU to use double precision
8.79/9.26	c 10	============================[ Problem Statistics ]=============================
8.79/9.26	c 10	|                                                                             |
8.79/9.26	c 10	|  Number of variables:  2584                                                 |
8.79/9.26	c 10	|  Number of clauses:    53803                                                |
8.94/9.30	c 10	|  Parsing time:         0.03         s                                       |
8.94/9.31	c 10	============================[ Search Statistics ]==============================
8.94/9.31	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.94/9.31	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.94/9.31	c 10	===============================================================================
8.94/9.31	c 10	|         0 |     749    21213   155524 |     7071        0    nan |  0.000 % |
8.94/9.31	c 10	|       102 |     749    21213   155524 |     7778      102      9 | 71.014 % |
8.94/9.32	c 10	===============================================================================
8.94/9.32	c 10	restarts              : 2
8.94/9.32	c 10	conflicts             : 165            (3174 /sec)
8.94/9.32	c 10	decisions             : 277            (1.08 % random) (5328 /sec)
8.94/9.32	c 10	propagations          : 5918           (113825 /sec)
8.94/9.32	c 10	conflict literals     : 1568           (18.50 % deleted)
8.94/9.32	c 10	Memory used           : 4.43 MB
8.94/9.32	c 10	CPU time              : 0.051992 s
8.94/9.32	c 10	
8.94/9.32	c 10	SATISFIABLE
8.94/9.33	c 10	FOUND: _COST <= 1
8.94/9.33	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.94/9.33	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.01/9.40	c 10	Decoding HOME/temp.out
9.01/9.46	c 10	OBJECTIVE _COST 1
9.01/9.46	o 1
9.01/9.47	v 6 1 5 8 1 1 1 4 1 1 1 1 0 2 1 1 1 1 1 2 2 1 1 1 24 2 3 0 0 1 1 0 29 22 0 1 0 1 1 2 0 0 0 2 2 1 5 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 4 0 1 0 1 1 6 1 4 0 0 1 1 1 0 0 0 2 0 4 0 1 2 8 1 0 3 9 8 1 1 7 9 7 0 4 6
9.01/9.47	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.01/9.53	c 10	OBJECTIVE BOUND: 0 <= _COST <= 1
9.01/9.53	c 10	SEARCHING: _COST <= 0
9.01/9.53	c 10	SOLVING HOME/temp.cnf
9.01/9.53	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.01/9.53	c 10	This is MiniSat 2.0 beta
9.01/9.53	c 10	WARNING: for repeatability, setting FPU to use double precision
9.01/9.53	c 10	============================[ Problem Statistics ]=============================
9.01/9.53	c 10	|                                                                             |
9.01/9.53	c 10	|  Number of variables:  2584                                                 |
9.01/9.53	c 10	|  Number of clauses:    53803                                                |
9.01/9.57	c 10	|  Parsing time:         0.03         s                                       |
9.01/9.57	c 10	============================[ Search Statistics ]==============================
9.01/9.57	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.01/9.57	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.01/9.57	c 10	===============================================================================
9.01/9.57	c 10	|         0 |     442    20556   153791 |     6852        0    nan |  0.000 % |
9.01/9.58	c 10	|       100 |     442    20556   153791 |     7537      100      5 | 82.895 % |
9.01/9.58	c 10	|       251 |     438    20556   153791 |     8290      250      6 | 83.050 % |
9.01/9.59	c 10	===============================================================================
9.01/9.59	c 10	restarts              : 3
9.01/9.59	c 10	conflicts             : 325            (6374 /sec)
9.01/9.59	c 10	decisions             : 373            (1.34 % random) (7315 /sec)
9.01/9.59	c 10	propagations          : 6520           (127863 /sec)
9.01/9.59	c 10	conflict literals     : 1698           (31.64 % deleted)
9.01/9.59	c 10	Memory used           : 4.43 MB
9.01/9.59	c 10	CPU time              : 0.050992 s
9.01/9.59	c 10	
9.01/9.59	c 10	UNSATISFIABLE
9.01/9.59	c 10	NOT FOUND: _COST <= 0
9.01/9.59	c 10	OBJECTIVE _COST 1
9.01/9.59	s OPTIMUM FOUND
9.01/9.59	c 10	CPU 8.74 (0.04 0.02 8.7 0.48)
9.01/9.59	c 10	END Sat Jul 12 09:00:32 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-1111358-1215846022/watcher-1111358-1215846022 -o /tmp/evaluation-result-1111358-1215846022/solver-1111358-1215846022 -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-1111358-1215846022.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.21 2.48 2.53 4/81 17217
/proc/meminfo: memFree=1683024/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=12268 CPUtime=0
/proc/17217/stat : 17217 (sugar) R 17215 17217 17180 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 41305616 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17217/statm: 3067 316 241 3 0 167 0

[startup+0.06225 s]
/proc/loadavg: 2.21 2.48 2.53 4/81 17217
/proc/meminfo: memFree=1683024/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=0.04
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 41305616 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101467 s]
/proc/loadavg: 2.21 2.48 2.53 4/81 17217
/proc/meminfo: memFree=1683024/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=0.04
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 41305616 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301483 s]
/proc/loadavg: 2.21 2.48 2.53 4/81 17217
/proc/meminfo: memFree=1683024/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=0.04
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 41305616 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701518 s]
/proc/loadavg: 2.21 2.48 2.53 4/81 17217
/proc/meminfo: memFree=1683024/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=0.04
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 41305616 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50258 s]
/proc/loadavg: 2.21 2.48 2.53 4/92 17229
/proc/meminfo: memFree=1655480/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=0.04
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 916 127 0 0 3 1 0 0 16 0 1 0 41305616 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 796 370 3 0 500 0
[pid=17220] ppid=17217 vsize=5356 CPUtime=0
/proc/17220/stat : 17220 (sh) S 17217 17217 17180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41305621 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17220/statm: 1339 233 193 169 0 50 0
[pid=17221] ppid=17220 vsize=864656 CPUtime=1.41
/proc/17221/stat : 17221 (java) S 17220 17217 17180 0 -1 0 11411 0 1 0 134 7 0 0 18 0 9 0 41305621 885407744 10288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17221/statm: 216164 10288 2528 9 0 210746 0
[pid=17221/tid=17222] ppid=17220 vsize=864656 CPUtime=1.05
/proc/17221/task/17222/stat : 17222 (java) R 17220 17217 17180 0 -1 64 4952 0 1 0 102 3 0 0 25 0 9 0 41305622 885407744 10288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17221/tid=17223] ppid=17220 vsize=864656 CPUtime=0.24
/proc/17221/task/17223/stat : 17223 (java) S 17220 17217 17180 0 -1 64 5289 0 0 0 22 2 0 0 16 0 9 0 41305624 885407744 10288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17221/tid=17224] ppid=17220 vsize=864656 CPUtime=0
/proc/17221/task/17224/stat : 17224 (java) S 17220 17217 17180 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 41305624 885407744 10288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17221/tid=17225] ppid=17220 vsize=864656 CPUtime=0
/proc/17221/task/17225/stat : 17225 (java) S 17220 17217 17180 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41305624 885407744 10288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17221/tid=17226] ppid=17220 vsize=864656 CPUtime=0
/proc/17221/task/17226/stat : 17226 (java) S 17220 17217 17180 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41305626 885407744 10288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17221/tid=17227] ppid=17220 vsize=864656 CPUtime=0.09
/proc/17221/task/17227/stat : 17227 (java) S 17220 17217 17180 0 -1 64 472 0 0 0 9 0 0 0 16 0 9 0 41305626 885407744 10288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17221/tid=17228] ppid=17220 vsize=864656 CPUtime=0
/proc/17221/task/17228/stat : 17228 (java) S 17220 17217 17180 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41305626 885407744 10288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17221/tid=17229] ppid=17220 vsize=864656 CPUtime=0
/proc/17221/task/17229/stat : 17229 (java) S 17220 17217 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41305626 885407744 10288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883612

[startup+3.10271 s]
/proc/loadavg: 2.21 2.48 2.53 3/92 17239
/proc/meminfo: memFree=1663032/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=1.47
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 974 11834 0 1 3 1 135 8 16 0 1 0 41305616 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 797 370 3 0 500 0
[pid=17230] ppid=17217 vsize=5356 CPUtime=0
/proc/17230/stat : 17230 (sh) S 17217 17217 17180 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41305768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17230/statm: 1339 233 193 169 0 50 0
[pid=17231] ppid=17230 vsize=864076 CPUtime=1.55
/proc/17231/stat : 17231 (java) S 17230 17217 17180 0 -1 0 12736 0 1 0 149 6 0 0 18 0 9 0 41305769 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17231/statm: 216019 11651 2532 9 0 210601 0
[pid=17231/tid=17232] ppid=17230 vsize=864076 CPUtime=0.87
/proc/17231/task/17232/stat : 17232 (java) R 17230 17217 17180 0 -1 64 2746 0 1 0 86 1 0 0 25 0 9 0 41305770 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4126439188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17233] ppid=17230 vsize=864076 CPUtime=0.61
/proc/17231/task/17233/stat : 17233 (java) S 17230 17217 17180 0 -1 64 8970 0 0 0 58 3 0 0 16 0 9 0 41305771 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17234] ppid=17230 vsize=864076 CPUtime=0
/proc/17231/task/17234/stat : 17234 (java) S 17230 17217 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41305771 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17235] ppid=17230 vsize=864076 CPUtime=0
/proc/17231/task/17235/stat : 17235 (java) S 17230 17217 17180 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41305771 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17236] ppid=17230 vsize=864076 CPUtime=0
/proc/17231/task/17236/stat : 17236 (java) S 17230 17217 17180 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41305773 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17237] ppid=17230 vsize=864076 CPUtime=0.05
/proc/17231/task/17237/stat : 17237 (java) S 17230 17217 17180 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 41305773 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17238] ppid=17230 vsize=864076 CPUtime=0
/proc/17231/task/17238/stat : 17238 (java) S 17230 17217 17180 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41305773 884813824 11651 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17239] ppid=17230 vsize=864076 CPUtime=0
/proc/17231/task/17239/stat : 17239 (java) S 17230 17217 17180 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41305773 884813824 11651 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.30198 s]
/proc/loadavg: 2.27 2.48 2.53 4/92 17239
/proc/meminfo: memFree=1582584/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=1.47
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 974 11834 0 1 3 1 135 8 15 0 1 0 41305616 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 797 370 3 0 500 0
[pid=17230] ppid=17217 vsize=5356 CPUtime=0
/proc/17230/stat : 17230 (sh) S 17217 17217 17180 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41305768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17230/statm: 1339 233 193 169 0 50 0
[pid=17231] ppid=17230 vsize=864300 CPUtime=4.71
/proc/17231/stat : 17231 (java) S 17230 17217 17180 0 -1 0 29262 0 1 0 457 14 0 0 18 0 9 0 41305769 885043200 27450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17231/statm: 216075 27450 2565 9 0 210622 0
[pid=17231/tid=17232] ppid=17230 vsize=864300 CPUtime=2.3
/proc/17231/task/17232/stat : 17232 (java) R 17230 17217 17180 0 -1 64 3700 0 1 0 228 2 0 0 25 0 9 0 41305770 885043200 27450 996147200 134512640 134550740 4294955936 18446744073709551615 102492669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17233] ppid=17230 vsize=864300 CPUtime=2.23
/proc/17231/task/17233/stat : 17233 (java) S 17230 17217 17180 0 -1 64 24488 0 0 0 213 10 0 0 16 0 9 0 41305771 885043200 27450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17234] ppid=17230 vsize=864300 CPUtime=0
/proc/17231/task/17234/stat : 17234 (java) S 17230 17217 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41305771 885043200 27450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17235] ppid=17230 vsize=864300 CPUtime=0
/proc/17231/task/17235/stat : 17235 (java) S 17230 17217 17180 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41305771 885043200 27450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17236] ppid=17230 vsize=864300 CPUtime=0
/proc/17231/task/17236/stat : 17236 (java) S 17230 17217 17180 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41305773 885043200 27450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17237] ppid=17230 vsize=864300 CPUtime=0.15
/proc/17231/task/17237/stat : 17237 (java) S 17230 17217 17180 0 -1 64 378 0 0 0 15 0 0 0 16 0 9 0 41305773 885043200 27450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17238] ppid=17230 vsize=864300 CPUtime=0
/proc/17231/task/17238/stat : 17238 (java) S 17230 17217 17180 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41305773 885043200 27450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17239] ppid=17230 vsize=864300 CPUtime=0
/proc/17231/task/17239/stat : 17239 (java) S 17230 17217 17180 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41305773 885043200 27450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883256

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

[startup+7.9021 s]
/proc/loadavg: 2.27 2.48 2.53 3/92 17239
/proc/meminfo: memFree=1576632/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=1.47
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 974 11834 0 1 3 1 135 8 16 0 1 0 41305616 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 797 370 3 0 500 0
[pid=17230] ppid=17217 vsize=5356 CPUtime=0
/proc/17230/stat : 17230 (sh) S 17217 17217 17180 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41305768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17230/statm: 1339 233 193 169 0 50 0
[pid=17231] ppid=17230 vsize=864300 CPUtime=6.29
/proc/17231/stat : 17231 (java) S 17230 17217 17180 0 -1 0 29316 0 1 0 613 16 0 0 18 0 9 0 41305769 885043200 27455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17231/statm: 216075 27455 2565 9 0 210622 0
[pid=17231/tid=17232] ppid=17230 vsize=864300 CPUtime=3.81
/proc/17231/task/17232/stat : 17232 (java) R 17230 17217 17180 0 -1 64 3750 0 1 0 377 4 0 0 25 0 9 0 41305770 885043200 27455 996147200 134512640 134550740 4294955936 18446744073709551615 4125924730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17233] ppid=17230 vsize=864300 CPUtime=2.29
/proc/17231/task/17233/stat : 17233 (java) S 17230 17217 17180 0 -1 64 24488 0 0 0 218 11 0 0 16 0 9 0 41305771 885043200 27455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17234] ppid=17230 vsize=864300 CPUtime=0
/proc/17231/task/17234/stat : 17234 (java) S 17230 17217 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41305771 885043200 27455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17235] ppid=17230 vsize=864300 CPUtime=0
/proc/17231/task/17235/stat : 17235 (java) S 17230 17217 17180 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41305771 885043200 27455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17236] ppid=17230 vsize=864300 CPUtime=0
/proc/17231/task/17236/stat : 17236 (java) S 17230 17217 17180 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41305773 885043200 27455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17237] ppid=17230 vsize=864300 CPUtime=0.16
/proc/17231/task/17237/stat : 17237 (java) S 17230 17217 17180 0 -1 64 382 0 0 0 16 0 0 0 16 0 9 0 41305773 885043200 27455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17238] ppid=17230 vsize=864300 CPUtime=0
/proc/17231/task/17238/stat : 17238 (java) S 17230 17217 17180 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41305773 885043200 27455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17231/tid=17239] ppid=17230 vsize=864300 CPUtime=0
/proc/17231/task/17239/stat : 17239 (java) S 17230 17217 17180 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 41305773 885043200 27455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 883256

[startup+8.70117 s]
/proc/loadavg: 2.27 2.48 2.53 4/92 17275
/proc/meminfo: memFree=1670648/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=8.35
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 1355 52970 0 4 4 1 796 34 16 0 1 0 41305616 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 806 374 3 0 500 0
[pid=17266] ppid=17217 vsize=5356 CPUtime=0
/proc/17266/stat : 17266 (sh) S 17217 17217 17180 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41306473 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17266/statm: 1339 233 193 169 0 50 0
[pid=17267] ppid=17266 vsize=864012 CPUtime=0.12
/proc/17267/stat : 17267 (java) S 17266 17217 17180 0 -1 0 3394 0 1 0 10 2 0 0 18 0 9 0 41306473 884748288 2869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17267/statm: 216003 2869 1650 9 0 210585 0
[pid=17267/tid=17268] ppid=17266 vsize=864012 CPUtime=0.08
/proc/17267/task/17268/stat : 17268 (java) R 17266 17217 17180 0 -1 64 2417 0 1 0 7 1 0 0 20 0 9 0 41306474 884748288 2869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17267/tid=17269] ppid=17266 vsize=864012 CPUtime=0
/proc/17267/task/17269/stat : 17269 (java) S 17266 17217 17180 0 -1 64 4 0 0 0 0 0 0 0 18 0 9 0 41306475 884748288 2869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17267/tid=17270] ppid=17266 vsize=864012 CPUtime=0
/proc/17267/task/17270/stat : 17270 (java) S 17266 17217 17180 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 41306475 884748288 2869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17267/tid=17271] ppid=17266 vsize=864012 CPUtime=0
/proc/17267/task/17271/stat : 17271 (java) S 17266 17217 17180 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 41306475 884748288 2869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17267/tid=17272] ppid=17266 vsize=864012 CPUtime=0
/proc/17267/task/17272/stat : 17272 (java) S 17266 17217 17180 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41306477 884748288 2869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17267/tid=17273] ppid=17266 vsize=864012 CPUtime=0.02
/proc/17267/task/17273/stat : 17273 (java) R 17266 17217 17180 0 -1 64 281 0 0 0 2 0 0 0 18 0 9 0 41306477 884748288 2869 996147200 134512640 134550740 4294956000 18446744073709551615 101992017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17267/tid=17274] ppid=17266 vsize=864012 CPUtime=0
/proc/17267/task/17274/stat : 17274 (java) S 17266 17217 17180 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41306477 884748288 2869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17267/tid=17275] ppid=17266 vsize=864012 CPUtime=0
/proc/17267/task/17275/stat : 17275 (java) S 17266 17217 17180 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41306477 884748288 2869 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 882968

[startup+9.10121 s]
/proc/loadavg: 2.27 2.48 2.53 4/92 17275
/proc/meminfo: memFree=1670648/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=8.74
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 1522 61832 0 6 4 2 827 41 16 0 1 0 41305616 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 13600

[startup+9.50124 s]
/proc/loadavg: 2.27 2.48 2.53 4/92 17275
/proc/meminfo: memFree=1670648/2055920 swapFree=4192812/4192956
[pid=17217] ppid=17215 vsize=13600 CPUtime=9.01
/proc/17217/stat : 17217 (sugar) S 17215 17217 17180 0 -1 4194304 1699 68268 0 7 4 2 851 44 15 0 1 0 41305616 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17217/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 9.59651
CPU time (s): 9.26359
CPU user time (s): 8.75367
CPU system time (s): 0.509922
CPU usage (%): 96.5308
Max. virtual memory (cumulated for all children) (KiB): 883664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.75367
system time used= 0.509922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75181
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= 4616
involuntary context switches= 4748

runsolver used 0.019996 second user time and 0.041993 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-12 09:00:22
IDJOB=1111358
IDBENCH=61266
IDSOLVER=368
FILE ID=node3/1111358-1215846022
PBS_JOBID= 7903441
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= af1046890e0f26f5ab2082fd22ca55b5
RANDOM SEED=1392742630

node3.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.238
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.238
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:       1683504 kB
Buffers:         37760 kB
Cached:          89468 kB
SwapCached:          0 kB
Active:         249780 kB
Inactive:        64684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4152 kB
Writeback:           0 kB
Mapped:         207384 kB
Slab:            43056 kB
Committed_AS:   433212 kB
PageTables:       2136 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= 66532 MiB
End job on node3 at 2008-07-12 09:00:32