Trace number 1109054

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 188.633 188.831

General information on the benchmark

Namecsp/cjss/
normalized-ft06x3-54.xml
MD5SUM7c3213be65501b104c40f4acb0275228
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark188.633
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints114
Maximum constraint arity18
Maximum domain size55
Number of constraints which are defined in extension0
Number of constraints which are defined in intension108
Global constraints used (with number of constraints)cumulative(6)

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.01/0.03	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Fri Jul 11 19:45:56 2008
0.01/0.04	c 0	PID 13228
0.01/0.04	c 0	HOST node9.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1109054-1215798356.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109054-1215798356.xml' 'HOME/temp.csp'
0.03/0.26	c 0	2 domains, 109 variables, 1 predicates, 0 relations, 114 constraints
0.03/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.30	c 0	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'
0.27/0.37	c 0	Parsing HOME/temp.csp
0.27/0.45	c 0	parsed 226 expressions
0.27/0.45	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.27/0.45	c 0	MAX CSP: 114 constraints
0.27/0.45	c 0	Converting to clausal form CSP
0.27/0.47	c 0	converted 35 (10%) expressions
0.27/0.47	c 0	converted 69 (20%) expressions
0.27/0.48	c 0	converted 103 (30%) expressions
0.27/0.49	c 0	converted 138 (40%) expressions
0.27/0.50	c 0	converted 172 (50%) expressions
0.27/0.50	c 0	converted 206 (60%) expressions
0.27/0.51	c 0	converted 241 (70%) expressions
0.27/0.51	c 0	converted 275 (80%) expressions
0.27/0.52	c 0	converted 309 (90%) expressions
1.98/1.97	c 2	converted 343 (100%) expressions
1.98/1.97	c 2	CSP : 13189 integers, 5247 booleans, 36524 clauses, largest domain size 172
1.98/1.97	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/1.97	c 2	Propagation in CSP
2.31/2.23	c 2	1722 values, 0 unsatisfiable literals, and 12 valid clauses are removed
2.31/2.23	c 2	CSP : 13189 integers, 5247 booleans, 36512 clauses, largest domain size 115
2.31/2.23	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.25	c 2	Simplifing CSP by introducing new Boolean variables
2.31/2.27	c 2	CSP : 13189 integers, 5247 booleans, 36512 clauses, largest domain size 115
2.31/2.27	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.51/2.43	c 2	1319 (10%) CSP integer variables are encoded (7068 clauses, 89775 bytes)
2.51/2.44	c 2	2638 (20%) CSP integer variables are encoded (8470 clauses, 109025 bytes)
2.51/2.44	c 2	3957 (30%) CSP integer variables are encoded (10097 clauses, 133430 bytes)
2.51/2.44	c 2	5276 (40%) CSP integer variables are encoded (11540 clauses, 155075 bytes)
2.51/2.45	c 2	6595 (50%) CSP integer variables are encoded (13058 clauses, 177845 bytes)
2.51/2.45	c 2	7914 (60%) CSP integer variables are encoded (14618 clauses, 201245 bytes)
2.51/2.45	c 2	9233 (70%) CSP integer variables are encoded (16091 clauses, 223340 bytes)
2.51/2.46	c 2	10552 (80%) CSP integer variables are encoded (17711 clauses, 247640 bytes)
2.51/2.46	c 2	11871 (90%) CSP integer variables are encoded (19186 clauses, 269765 bytes)
2.51/2.47	c 2	13189 (100%) CSP integer variables are encoded (21773 clauses, 308570 bytes)
2.60/2.55	c 2	3652 (10%) CSP clauses are encoded (37848 clauses, 574335 bytes)
2.60/2.59	c 2	7303 (20%) CSP clauses are encoded (49567 clauses, 771011 bytes)
2.70/2.63	c 2	10954 (30%) CSP clauses are encoded (61198 clauses, 979586 bytes)
2.70/2.66	c 2	14605 (40%) CSP clauses are encoded (73089 clauses, 1192643 bytes)
2.80/2.70	c 2	18256 (50%) CSP clauses are encoded (84458 clauses, 1396253 bytes)
2.80/2.73	c 2	21908 (60%) CSP clauses are encoded (96342 clauses, 1609596 bytes)
2.80/2.77	c 2	25559 (70%) CSP clauses are encoded (108296 clauses, 1824085 bytes)
2.91/2.80	c 3	29210 (80%) CSP clauses are encoded (120015 clauses, 2034471 bytes)
2.91/2.84	c 3	32861 (90%) CSP clauses are encoded (132229 clauses, 2253750 bytes)
3.01/2.91	c 3	36512 (100%) CSP clauses are encoded (161993 clauses, 2836773 bytes)
3.01/2.91	c 3	36512 CSP clauses encoded
3.01/2.91	c 3	Writing map file : HOME/temp.map
3.01/2.92	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/2.92	c 3	SAT : 39668 SAT variables, 161993 SAT clauses, 2836773 bytes
3.01/2.92	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/2.93	c 3	OBJECTIVE minimize _COST
3.01/2.93	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.01/2.93	c 3	SEARCHING: _COST <= 57
3.01/2.93	c 3	SOLVING HOME/temp.cnf
3.01/2.93	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.01/2.94	c 3	This is MiniSat 2.0 beta
3.01/2.94	c 3	WARNING: for repeatability, setting FPU to use double precision
3.01/2.94	c 3	============================[ Problem Statistics ]=============================
3.01/2.94	c 3	|                                                                             |
3.01/2.94	c 3	|  Number of variables:  39668                                                |
3.01/2.94	c 3	|  Number of clauses:    161994                                               |
3.06/3.03	c 3	|  Parsing time:         0.08         s                                       |
3.06/3.03	c 3	============================[ Search Statistics ]==============================
3.06/3.03	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.06/3.03	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.06/3.03	c 3	===============================================================================
3.06/3.03	c 3	|         0 |   39269   154937   381184 |    51645        0    nan |  0.000 % |
3.06/3.10	c 3	|       100 |   39269   154937   381184 |    56810      100     48 |  1.006 % |
3.06/3.12	c 3	===============================================================================
3.06/3.12	c 3	restarts              : 2
3.06/3.12	c 3	conflicts             : 100            (585 /sec)
3.06/3.12	c 3	decisions             : 6982           (0.92 % random) (40837 /sec)
3.06/3.12	c 3	propagations          : 222268         (1300011 /sec)
3.06/3.12	c 3	conflict literals     : 4775           (8.77 % deleted)
3.06/3.12	c 3	Memory used           : 10.68 MB
3.06/3.12	c 3	CPU time              : 0.170974 s
3.06/3.12	c 3	
3.06/3.14	c 3	SATISFIABLE
3.06/3.14	c 3	FOUND: _COST <= 57
3.06/3.14	s SATISFIABLE
3.06/3.14	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.06/3.14	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.31/3.22	c 3	Decoding HOME/temp.out
3.42/3.33	c 3	OBJECTIVE _COST 57
3.42/3.33	o 57
3.42/3.34	v 54 54 54 0 6 13 46 32 54 5 54 37 54 54 43 43 22 31 44 43 40 1 7 54 8 54 48 54 49 54 13 10 0 3 12 35 39 54 19 48 54 48 54 40 49 54 54 0 10 54 50 0 54 39 54 25 33 41 10 54 29 37 48 54 47 7 46 0 3 8 54 54 43 54 49 54 0 7 33 4 35 41 54 54 27 0 5 9 17 52 54 43 54 35 54 0 8 54 54 49 54 0 53 31 38 41 54 54 39
3.42/3.34	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.42/3.35	c 3	OBJECTIVE BOUND: 0 <= _COST <= 57
3.42/3.35	c 3	SEARCHING: _COST <= 28
3.42/3.35	c 3	SOLVING HOME/temp.cnf
3.47/3.42	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.47/3.42	c 3	This is MiniSat 2.0 beta
3.47/3.42	c 3	WARNING: for repeatability, setting FPU to use double precision
3.47/3.42	c 3	============================[ Problem Statistics ]=============================
3.47/3.42	c 3	|                                                                             |
3.47/3.42	c 3	|  Number of variables:  39668                                                |
3.47/3.42	c 3	|  Number of clauses:    161994                                               |
3.47/3.51	c 3	|  Parsing time:         0.07         s                                       |
3.47/3.52	c 3	============================[ Search Statistics ]==============================
3.47/3.52	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.47/3.52	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.47/3.52	c 3	===============================================================================
3.47/3.52	c 3	|         0 |   39035   150496   368534 |    50165        0    nan |  0.000 % |
3.47/3.59	c 3	|       102 |   39035   150496   368534 |    55181      102     42 |  1.596 % |
3.47/3.61	c 3	===============================================================================
3.47/3.62	c 3	restarts              : 2
3.47/3.62	c 3	conflicts             : 103            (566 /sec)
3.47/3.62	c 3	decisions             : 3920           (1.02 % random) (21542 /sec)
3.47/3.62	c 3	propagations          : 233288         (1281999 /sec)
3.47/3.62	c 3	conflict literals     : 4315           (7.88 % deleted)
3.47/3.62	c 3	Memory used           : 10.53 MB
3.47/3.62	c 3	CPU time              : 0.181972 s
3.47/3.62	c 3	
3.47/3.63	c 3	SATISFIABLE
3.47/3.63	c 3	FOUND: _COST <= 28
3.47/3.63	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.47/3.63	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.68/3.71	c 3	Decoding HOME/temp.out
3.68/3.80	c 4	OBJECTIVE _COST 28
3.68/3.80	o 28
3.68/3.80	v 54 6 18 23 29 41 46 43 2 10 20 30 54 0 5 9 54 18 19 0 5 10 15 18 26 30 50 54 54 45 48 48 51 54 0 10 14 5 21 24 30 41 46 38 46 54 15 20 30 34 0 54 8 18 19 0 10 15 33 0 8 0 13 17 43 54 0 0 3 12 54 14 18 0 1 47 0 41 48 0 8 14 25 35 50 28 33 54 54 18 19 0 5 10 15 18 26 28 48 38 47 54 29 0 23 54 28 41 1
3.68/3.81	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.68/3.84	c 4	OBJECTIVE BOUND: 0 <= _COST <= 28
3.68/3.84	c 4	SEARCHING: _COST <= 14
3.68/3.84	c 4	SOLVING HOME/temp.cnf
3.68/3.84	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.68/3.85	c 4	This is MiniSat 2.0 beta
3.68/3.85	c 4	WARNING: for repeatability, setting FPU to use double precision
3.68/3.85	c 4	============================[ Problem Statistics ]=============================
3.68/3.85	c 4	|                                                                             |
3.68/3.85	c 4	|  Number of variables:  39668                                                |
3.68/3.85	c 4	|  Number of clauses:    161994                                               |
3.87/3.94	c 4	|  Parsing time:         0.08         s                                       |
3.87/3.95	c 4	============================[ Search Statistics ]==============================
3.87/3.95	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.87/3.95	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.87/3.95	c 4	===============================================================================
3.87/3.95	c 4	|         0 |   38879   147151   358953 |    49050        0    nan |  0.000 % |
3.87/4.04	c 4	|       100 |   38879   147151   358953 |    53955      100     22 |  1.989 % |
3.87/4.07	c 4	===============================================================================
3.87/4.07	c 4	restarts              : 2
3.87/4.07	c 4	conflicts             : 110            (519 /sec)
3.87/4.07	c 4	decisions             : 1563           (1.22 % random) (7374 /sec)
3.87/4.07	c 4	propagations          : 284476         (1342077 /sec)
3.87/4.07	c 4	conflict literals     : 2302           (14.58 % deleted)
3.87/4.07	c 4	Memory used           : 10.53 MB
3.87/4.07	c 4	CPU time              : 0.211967 s
3.87/4.07	c 4	
3.87/4.09	c 4	SATISFIABLE
3.87/4.10	c 4	FOUND: _COST <= 14
3.87/4.10	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.87/4.10	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.11/4.17	c 4	Decoding HOME/temp.out
4.11/4.25	c 4	OBJECTIVE _COST 14
4.11/4.25	o 14
4.11/4.25	v 54 6 20 40 46 53 47 52 5 20 30 40 50 1 6 53 38 53 47 13 18 23 28 33 41 13 22 47 53 0 3 11 14 17 26 42 46 5 10 28 34 53 46 0 8 13 23 33 43 0 5 46 54 14 47 5 10 15 20 23 31 13 22 43 50 54 0 10 13 16 25 42 46 0 1 8 14 21 27 0 8 14 54 0 10 0 5 53 3 41 45 0 5 10 15 18 26 20 39 45 50 54 0 8 11 14 23 42 46
4.11/4.26	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.29/4.31	c 4	OBJECTIVE BOUND: 0 <= _COST <= 14
4.29/4.31	c 4	SEARCHING: _COST <= 7
4.29/4.31	c 4	SOLVING HOME/temp.cnf
4.29/4.31	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.29/4.31	c 4	This is MiniSat 2.0 beta
4.29/4.31	c 4	WARNING: for repeatability, setting FPU to use double precision
4.29/4.31	c 4	============================[ Problem Statistics ]=============================
4.29/4.31	c 4	|                                                                             |
4.29/4.31	c 4	|  Number of variables:  39668                                                |
4.29/4.31	c 4	|  Number of clauses:    161994                                               |
4.29/4.40	c 4	|  Parsing time:         0.08         s                                       |
4.30/4.41	c 4	============================[ Search Statistics ]==============================
4.30/4.41	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.30/4.41	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.30/4.41	c 4	===============================================================================
4.30/4.41	c 4	|         0 |   38751   145059   353054 |    48353        0    nan |  0.000 % |
4.30/4.48	c 4	|       100 |   38751   145059   353054 |    53188      100     17 |  2.312 % |
4.30/4.52	c 4	===============================================================================
4.30/4.52	c 4	restarts              : 2
4.30/4.52	c 4	conflicts             : 158            (790 /sec)
4.30/4.52	c 4	decisions             : 2277           (1.45 % random) (11387 /sec)
4.30/4.52	c 4	propagations          : 273284         (1366632 /sec)
4.30/4.52	c 4	conflict literals     : 2699           (12.06 % deleted)
4.30/4.52	c 4	Memory used           : 10.53 MB
4.30/4.52	c 4	CPU time              : 0.199969 s
4.30/4.52	c 4	
4.30/4.54	c 4	SATISFIABLE
4.30/4.54	c 4	FOUND: _COST <= 7
4.30/4.54	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.30/4.54	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.54/4.63	c 4	Decoding HOME/temp.out
4.54/4.72	c 4	OBJECTIVE _COST 7
4.54/4.72	o 7
4.54/4.72	v 54 0 2 5 11 18 21 10 54 54 31 54 49 1 6 10 18 29 31 9 23 28 34 37 45 6 15 38 46 50 53 2 5 8 17 27 31 1 2 10 17 24 43 13 21 26 36 54 50 9 14 18 27 36 47 8 13 18 23 26 36 2 11 16 41 46 49 2 24 27 36 49 53 0 1 4 10 17 20 2 11 16 26 40 50 14 19 23 31 40 42 7 18 26 31 34 45 0 10 15 20 27 49 2 5 9 36 49 53
4.54/4.73	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.54/4.76	c 4	OBJECTIVE BOUND: 0 <= _COST <= 7
4.54/4.76	c 4	SEARCHING: _COST <= 3
4.54/4.76	c 4	SOLVING HOME/temp.cnf
4.54/4.76	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.54/4.76	c 4	This is MiniSat 2.0 beta
4.54/4.76	c 4	WARNING: for repeatability, setting FPU to use double precision
4.54/4.76	c 4	============================[ Problem Statistics ]=============================
4.54/4.76	c 4	|                                                                             |
4.54/4.77	c 4	|  Number of variables:  39668                                                |
4.54/4.77	c 4	|  Number of clauses:    161994                                               |
4.72/4.86	c 5	|  Parsing time:         0.07         s                                       |
4.72/4.87	c 5	============================[ Search Statistics ]==============================
4.72/4.87	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.72/4.87	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.72/4.87	c 5	===============================================================================
4.72/4.87	c 5	|         0 |   38601   143535   348928 |    47845        0    nan |  0.000 % |
4.72/4.92	c 5	|       100 |   38601   143535   348928 |    52629      100     23 |  2.690 % |
4.72/5.03	c 5	|       250 |   38601   143535   348928 |    57892      250     22 |  2.690 % |
4.72/5.08	c 5	===============================================================================
4.72/5.08	c 5	restarts              : 3
4.72/5.08	c 5	conflicts             : 272            (922 /sec)
4.72/5.08	c 5	decisions             : 1379           (1.02 % random) (4675 /sec)
4.72/5.08	c 5	propagations          : 527146         (1787208 /sec)
4.72/5.08	c 5	conflict literals     : 5628           (12.06 % deleted)
4.72/5.08	c 5	Memory used           : 10.58 MB
4.72/5.08	c 5	CPU time              : 0.294955 s
4.72/5.08	c 5	
4.72/5.10	c 5	SATISFIABLE
4.72/5.10	c 5	FOUND: _COST <= 3
4.72/5.10	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.72/5.10	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.72/5.18	c 5	Decoding HOME/temp.out
5.05/5.28	c 5	OBJECTIVE _COST 3
5.05/5.28	o 3
5.05/5.28	v 54 0 11 14 20 34 38 3 15 20 30 40 50 5 10 16 27 36 37 11 16 21 29 36 45 29 38 41 46 50 53 0 4 7 26 47 53 1 2 8 16 23 38 20 28 34 44 54 27 0 5 10 18 46 47 7 13 18 23 29 37 10 26 29 41 49 52 1 26 29 38 48 53 0 2 18 24 38 43 0 9 14 24 37 47 2 7 11 19 28 29 12 21 26 31 45 54 1 18 28 40 50 53 4 11 21 30 40 48
5.05/5.29	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.05/5.31	c 5	OBJECTIVE BOUND: 0 <= _COST <= 3
5.05/5.31	c 5	SEARCHING: _COST <= 1
5.05/5.31	c 5	SOLVING HOME/temp.cnf
5.05/5.31	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.05/5.31	c 5	This is MiniSat 2.0 beta
5.05/5.31	c 5	WARNING: for repeatability, setting FPU to use double precision
5.05/5.31	c 5	============================[ Problem Statistics ]=============================
5.05/5.31	c 5	|                                                                             |
5.05/5.31	c 5	|  Number of variables:  39668                                                |
5.05/5.31	c 5	|  Number of clauses:    161994                                               |
5.05/5.40	c 5	|  Parsing time:         0.08         s                                       |
5.33/5.41	c 5	============================[ Search Statistics ]==============================
5.33/5.41	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.33/5.41	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.33/5.41	c 5	===============================================================================
5.33/5.41	c 5	|         0 |   38423   142466   346253 |    47488        0    nan |  0.000 % |
5.33/5.45	c 5	|       100 |   38423   142466   346253 |    52237      100     16 |  3.139 % |
5.43/5.52	c 5	|       252 |   38423   142466   346253 |    57461      252     32 |  3.140 % |
5.43/5.58	c 5	===============================================================================
5.43/5.58	c 5	restarts              : 3
5.43/5.58	c 5	conflicts             : 423            (1653 /sec)
5.43/5.58	c 5	decisions             : 1399           (0.50 % random) (5466 /sec)
5.43/5.58	c 5	propagations          : 416553         (1627408 /sec)
5.43/5.58	c 5	conflict literals     : 11902          (11.65 % deleted)
5.43/5.58	c 5	Memory used           : 10.61 MB
5.43/5.58	c 5	CPU time              : 0.255961 s
5.43/5.58	c 5	
5.52/5.60	c 5	SATISFIABLE
5.52/5.60	c 5	FOUND: _COST <= 1
5.52/5.60	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.52/5.60	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.54/5.70	c 5	Decoding HOME/temp.out
5.54/5.79	c 6	OBJECTIVE _COST 1
5.54/5.79	o 1
5.54/5.79	v 54 12 13 16 32 39 44 0 8 16 26 40 50 1 7 11 21 38 39 11 16 25 30 33 45 13 26 29 46 50 53 0 14 17 26 42 46 0 1 16 35 42 45 3 11 16 26 36 47 0 5 9 17 28 29 11 16 22 27 30 45 25 34 37 42 46 51 8 14 17 30 41 45 11 12 16 29 36 40 5 13 18 28 40 50 0 5 9 21 35 36 0 5 20 25 28 36 16 26 29 38 49 52 13 16 19 30 41 45
5.54/5.80	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.54/5.83	c 6	OBJECTIVE BOUND: 0 <= _COST <= 1
5.54/5.83	c 6	SEARCHING: _COST <= 0
5.54/5.83	c 6	SOLVING HOME/temp.cnf
5.54/5.83	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.54/5.83	c 6	This is MiniSat 2.0 beta
5.54/5.83	c 6	WARNING: for repeatability, setting FPU to use double precision
5.54/5.83	c 6	============================[ Problem Statistics ]=============================
5.54/5.83	c 6	|                                                                             |
5.54/5.83	c 6	|  Number of variables:  39668                                                |
5.54/5.83	c 6	|  Number of clauses:    161994                                               |
5.71/5.94	c 6	|  Parsing time:         0.09         s                                       |
5.71/5.96	c 6	============================[ Search Statistics ]==============================
5.71/5.96	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.71/5.96	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.71/5.96	c 6	===============================================================================
5.71/5.96	c 6	|         0 |   13790    40411    99497 |    13470        0    nan |  0.000 % |
5.71/6.01	c 6	|       100 |   13790    40411    99497 |    14817      100     17 | 65.236 % |
5.71/6.06	c 6	|       251 |   13790    40411    99497 |    16299      251     15 | 65.236 % |
5.71/6.11	c 6	|       476 |   13788    40401    99473 |    17929      441     16 | 65.242 % |
5.71/6.22	c 6	|       813 |   13788    40401    99473 |    19721      778     19 | 65.242 % |
5.71/6.42	c 6	|      1320 |   13788    40401    99473 |    21694     1285     20 | 65.242 % |
6.47/6.66	c 6	|      2079 |   13747    40272    99145 |    23863     2035     21 | 65.345 % |
6.86/7.01	c 7	|      3218 |   13732    40258    99110 |    26249     3168     22 | 65.544 % |
7.57/7.74	c 7	|      4926 |   13280    38667    95261 |    28874     4737     21 | 66.522 % |
8.47/8.66	c 8	|      7488 |   13280    38667    95261 |    31762     7299     21 | 66.522 % |
10.16/10.35	c 10	|     11332 |   13277    38658    95240 |    34938    11107     22 | 66.537 % |
12.86/13.03	c 13	|     17099 |   13271    38628    95172 |    38432    16858     21 | 66.545 % |
17.56/17.72	c 17	|     25748 |   13269    38614    95137 |    42275    25506     20 | 66.550 % |
27.26/27.45	c 27	|     38722 |   13244    38519    94907 |    46503    38471     20 | 66.613 % |
46.04/46.26	c 46	|     58184 |   13244    38519    94907 |    51153    57933     20 | 66.613 % |
72.23/72.42	c 72	|     87378 |   12319    35401    87366 |    56268    51469     21 | 68.945 % |
120.70/120.92	c 121	|    131168 |   12314    35372    87293 |    61895    29855     18 | 68.957 % |
186.17/186.45	c 186	|    196852 |   11893    33633    83010 |    68085    37226     16 | 70.019 % |
188.57/188.82	c 189	===============================================================================
188.57/188.82	c 189	restarts              : 18
188.57/188.82	c 189	conflicts             : 199512         (1091 /sec)
188.57/188.82	c 189	decisions             : 238080         (1.57 % random) (1302 /sec)
188.57/188.82	c 189	propagations          : 152125604      (832023 /sec)
188.57/188.82	c 189	conflict literals     : 4000673        (45.84 % deleted)
188.57/188.82	c 189	Memory used           : 19.41 MB
188.57/188.82	c 189	CPU time              : 182.838 s
188.57/188.82	c 189	
188.57/188.82	c 189	UNSATISFIABLE
188.57/188.83	c 189	NOT FOUND: _COST <= 0
188.57/188.83	c 189	OBJECTIVE _COST 1
188.57/188.83	s OPTIMUM FOUND
188.57/188.83	c 189	CPU 188.09 (0.03 0.02 188.06 0.49)
188.57/188.83	c 189	END Fri Jul 11 19:49:05 2008

Verifier Data (download as text)

OK	1	113
1 unsatisfied constraints, 113 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-1109054-1215798356/watcher-1109054-1215798356 -o /tmp/evaluation-result-1109054-1215798356/solver-1109054-1215798356 -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-1109054-1215798356.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: 3.35 3.07 2.60 3/67 13228
/proc/meminfo: memFree=1949752/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=12272 CPUtime=0
/proc/13228/stat : 13228 (sugar) R 13226 13228 11930 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 36538486 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 215427890174 0 0 4224 0 0 0 0 17 0 0 0
/proc/13228/statm: 3068 364 274 3 0 168 0

[startup+0.0220879 s]
/proc/loadavg: 3.35 3.07 2.60 3/67 13228
/proc/meminfo: memFree=1949752/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=12940 CPUtime=0.01
/proc/13228/stat : 13228 (sugar) R 13226 13228 11930 0 -1 4194304 588 0 0 0 1 0 0 0 18 0 1 0 36538486 13250560 556 996147200 4194304 4206940 548682068592 18446744073709551615 215418835681 0 0 4224 0 0 0 0 17 0 0 0
/proc/13228/statm: 3235 556 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.101115 s]
/proc/loadavg: 3.35 3.07 2.60 3/67 13228
/proc/meminfo: memFree=1949752/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=0.03
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 36538486 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301149 s]
/proc/loadavg: 3.35 3.07 2.60 3/67 13228
/proc/meminfo: memFree=1949752/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=0.27
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 938 4462 0 1 2 1 21 3 15 0 1 0 36538486 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13600

[startup+0.701227 s]
/proc/loadavg: 3.35 3.07 2.60 3/67 13228
/proc/meminfo: memFree=1949752/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=0.27
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 974 4462 0 1 2 1 21 3 16 0 1 0 36538486 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13228/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13600

[startup+1.50238 s]
/proc/loadavg: 3.35 3.07 2.60 2/78 13312
/proc/meminfo: memFree=1930080/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=0.27
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 974 4462 0 1 2 1 21 3 16 0 1 0 36538486 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13228/statm: 3400 797 370 3 0 500 0
[pid=13262] ppid=13228 vsize=5356 CPUtime=0
/proc/13262/stat : 13262 (sh) S 13228 13228 11930 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36538516 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13262/statm: 1339 233 193 169 0 50 0
[pid=13263] ppid=13262 vsize=869240 CPUtime=1.32
/proc/13263/stat : 13263 (java) S 13262 13228 11930 0 -1 0 9535 0 1 0 127 5 0 0 20 0 9 0 36538517 890101760 8684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13263/statm: 217310 8684 2539 9 0 211885 0
[pid=13263/tid=13264] ppid=13262 vsize=869240 CPUtime=0.76
/proc/13263/task/13264/stat : 13264 (java) R 13262 13228 11930 0 -1 64 2771 0 1 0 75 1 0 0 17 0 9 0 36538517 890101760 8684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13263/tid=13265] ppid=13262 vsize=869240 CPUtime=0.34
/proc/13263/task/13265/stat : 13265 (java) R 13262 13228 11930 0 -1 64 4553 0 0 0 32 2 0 0 16 0 9 0 36538519 890101760 8684 996147200 134512640 134550740 4294955936 18446744073709551615 102723030 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13263/tid=13266] ppid=13262 vsize=869240 CPUtime=0
/proc/13263/task/13266/stat : 13266 (java) S 13262 13228 11930 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 36538519 890101760 8684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13263/tid=13267] ppid=13262 vsize=869240 CPUtime=0
/proc/13263/task/13267/stat : 13267 (java) S 13262 13228 11930 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 36538519 890101760 8684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13263/tid=13268] ppid=13262 vsize=869240 CPUtime=0
/proc/13263/task/13268/stat : 13268 (java) S 13262 13228 11930 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 36538521 890101760 8684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13263/tid=13269] ppid=13262 vsize=869240 CPUtime=0.18
/proc/13263/task/13269/stat : 13269 (java) S 13262 13228 11930 0 -1 64 1519 0 0 0 18 0 0 0 16 0 9 0 36538521 890101760 8684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13263/tid=13270] ppid=13262 vsize=869240 CPUtime=0
/proc/13263/task/13270/stat : 13270 (java) S 13262 13228 11930 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 36538521 890101760 8684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13263/tid=13271] ppid=13262 vsize=869240 CPUtime=0
/proc/13263/task/13271/stat : 13271 (java) S 13262 13228 11930 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36538521 890101760 8684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 888196

[startup+3.10168 s]
/proc/loadavg: 3.35 3.07 2.60 5/83 13384
/proc/meminfo: memFree=1910008/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=3.06
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1056 17118 0 2 3 1 287 15 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 13600

[startup+6.30129 s]
/proc/loadavg: 3.16 3.04 2.59 3/85 13627
/proc/meminfo: memFree=1927528/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 15 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 13600

[startup+12.7015 s]
/proc/loadavg: 3.07 3.02 2.58 3/76 13732
/proc/meminfo: memFree=1921272/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=11256 CPUtime=6.85
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 2679 0 0 0 683 2 0 0 25 0 1 0 36539069 11526144 2630 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 2814 2630 76 150 0 2661 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 30212

[startup+25.502 s]
/proc/loadavg: 2.83 2.97 2.57 3/76 13732
/proc/meminfo: memFree=1913824/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=13416 CPUtime=19.65
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 3207 0 0 0 1962 3 0 0 25 0 1 0 36539069 13737984 3158 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 3354 3158 76 150 0 3201 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 32372

[startup+51.1019 s]
/proc/loadavg: 2.55 2.89 2.56 3/76 13732
/proc/meminfo: memFree=1904544/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=16432 CPUtime=45.22
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 3918 0 0 0 4519 3 0 0 25 0 1 0 36539069 16826368 3869 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4108 3869 76 150 0 3955 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 35388

[startup+102.307 s]
/proc/loadavg: 2.24 2.75 2.52 3/76 13732
/proc/meminfo: memFree=1895008/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=18480 CPUtime=96.41
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 4450 0 0 0 9637 4 0 0 25 0 1 0 36539069 18923520 4401 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4620 4401 76 150 0 4467 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 37436

[startup+162.301 s]
/proc/loadavg: 2.08 2.61 2.49 3/76 13742
/proc/meminfo: memFree=1893408/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=19720 CPUtime=156.38
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 4749 0 0 0 15633 5 0 0 25 0 1 0 36539069 20193280 4700 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4930 4700 76 150 0 4777 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 38676

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

[startup+166.302 s]
/proc/loadavg: 2.08 2.60 2.49 3/76 13742
/proc/meminfo: memFree=1893344/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=19876 CPUtime=160.37
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 4773 0 0 0 16032 5 0 0 25 0 1 0 36539069 20353024 4724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4969 4724 76 150 0 4816 0
Current children cumulated CPU time (s) 166.08
Current children cumulated vsize (KiB) 38832

[startup+179.102 s]
/proc/loadavg: 2.06 2.57 2.48 3/76 13742
/proc/meminfo: memFree=1893152/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=19876 CPUtime=173.17
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 4808 0 0 0 17312 5 0 0 25 0 1 0 36539069 20353024 4759 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4969 4759 76 150 0 4816 0
Current children cumulated CPU time (s) 178.88
Current children cumulated vsize (KiB) 38832

[startup+185.502 s]
/proc/loadavg: 2.06 2.56 2.47 3/76 13742
/proc/meminfo: memFree=1893152/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=19876 CPUtime=179.56
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 4808 0 0 0 17951 5 0 0 25 0 1 0 36539069 20353024 4759 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4969 4759 76 150 0 4816 0
Current children cumulated CPU time (s) 185.27
Current children cumulated vsize (KiB) 38832

[startup+187.102 s]
/proc/loadavg: 2.06 2.56 2.47 3/76 13742
/proc/meminfo: memFree=1893152/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=19876 CPUtime=181.16
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 4808 0 0 0 18111 5 0 0 25 0 1 0 36539069 20353024 4759 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4969 4759 76 150 0 4816 0
Current children cumulated CPU time (s) 186.87
Current children cumulated vsize (KiB) 38832

[startup+187.901 s]
/proc/loadavg: 2.06 2.56 2.47 3/76 13742
/proc/meminfo: memFree=1893152/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=19876 CPUtime=181.96
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 4808 0 0 0 18191 5 0 0 25 0 1 0 36539069 20353024 4759 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4969 4759 76 150 0 4816 0
Current children cumulated CPU time (s) 187.67
Current children cumulated vsize (KiB) 38832

[startup+188.301 s]
/proc/loadavg: 2.06 2.56 2.47 3/76 13742
/proc/meminfo: memFree=1893152/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=19876 CPUtime=182.36
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 4808 0 0 0 18231 5 0 0 25 0 1 0 36539069 20353024 4759 996147200 134512640 135127466 4294956256 18446744073709551615 134531720 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4969 4759 76 150 0 4816 0
Current children cumulated CPU time (s) 188.07
Current children cumulated vsize (KiB) 38832

[startup+188.702 s]
/proc/loadavg: 2.06 2.56 2.47 3/76 13742
/proc/meminfo: memFree=1893152/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=19876 CPUtime=182.76
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 4808 0 0 0 18271 5 0 0 25 0 1 0 36539069 20353024 4759 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4969 4759 76 150 0 4816 0
Current children cumulated CPU time (s) 188.47
Current children cumulated vsize (KiB) 38832

[startup+188.802 s]
/proc/loadavg: 2.06 2.56 2.47 3/76 13742
/proc/meminfo: memFree=1893152/2055920 swapFree=4180344/4192956
[pid=13228] ppid=13226 vsize=13600 CPUtime=5.71
/proc/13228/stat : 13228 (sugar) S 13226 13228 11930 0 -1 4194304 1747 56943 0 8 3 2 523 43 16 0 1 0 36538486 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13228/statm: 3400 805 374 3 0 500 0
[pid=13650] ppid=13228 vsize=5356 CPUtime=0
/proc/13650/stat : 13650 (sh) S 13228 13228 11930 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36539069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13650/statm: 1339 232 193 169 0 50 0
[pid=13651] ppid=13650 vsize=19876 CPUtime=182.86
/proc/13651/stat : 13651 (minisat) R 13650 13228 11930 0 -1 4194304 4808 0 0 0 18281 5 0 0 25 0 1 0 36539069 20353024 4759 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/13651/statm: 4969 4759 76 150 0 4816 0
Current children cumulated CPU time (s) 188.57
Current children cumulated vsize (KiB) 38832

Child status: 0
Real time (s): 188.831
CPU time (s): 188.633
CPU user time (s): 188.109
CPU system time (s): 0.52392
CPU usage (%): 99.8952
Max. virtual memory (cumulated for all children) (KiB): 888700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.109
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63864
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= 3917
involuntary context switches= 4110

runsolver used 0.229965 second user time and 0.649901 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-11 19:45:56
IDJOB=1109054
IDBENCH=60889
IDSOLVER=368
FILE ID=node9/1109054-1215798356
PBS_JOBID= 7903240
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-ft06x3-54.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-1109054-1215798356/watcher-1109054-1215798356 -o /tmp/evaluation-result-1109054-1215798356/solver-1109054-1215798356 -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-1109054-1215798356.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c3213be65501b104c40f4acb0275228
RANDOM SEED=2055284020

node9.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.260
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.260
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:       1950296 kB
Buffers:          7508 kB
Cached:          38616 kB
SwapCached:       5284 kB
Active:          40508 kB
Inactive:        13416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1950296 kB
SwapTotal:     4192956 kB
SwapFree:      4180344 kB
Dirty:            2200 kB
Writeback:           0 kB
Mapped:          14560 kB
Slab:            37488 kB
Committed_AS:   116876 kB
PageTables:       1596 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= 66552 MiB
End job on node9 at 2008-07-11 19:49:05