Trace number 1113814

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+minisatMSAT (TO)1 3600.05 3620.41

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-16.xml
MD5SUM2cf28b75918e7fc0ef0a213ad799f7e2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1636.18
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints120
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension120
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 21:44:50 2008
0.00/0.04	c 0	PID 20418
0.03/0.04	c 0	HOST node8.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1113814-1215891889.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113814-1215891889.xml' 'HOME/temp.csp'
0.03/0.22	c 0	1 domains, 16 variables, 1 predicates, 0 relations, 120 constraints
0.03/0.28	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.28	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.22/0.35	c 0	Parsing HOME/temp.csp
0.22/0.40	c 0	parsed 138 expressions
0.22/0.41	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.22/0.41	c 0	MAX CSP: 120 constraints
0.22/0.41	c 0	Converting to clausal form CSP
0.22/0.44	c 0	converted 27 (10%) expressions
0.22/0.45	c 0	converted 53 (20%) expressions
0.22/0.45	c 0	converted 79 (30%) expressions
0.22/0.46	c 0	converted 105 (40%) expressions
0.22/0.47	c 0	converted 131 (50%) expressions
0.22/0.47	c 0	converted 157 (60%) expressions
0.22/0.48	c 0	converted 183 (70%) expressions
0.22/0.48	c 0	converted 209 (80%) expressions
0.22/0.49	c 0	converted 235 (90%) expressions
0.23/0.60	c 0	converted 261 (100%) expressions
0.23/0.60	c 0	CSP : 256 integers, 0 booleans, 359 clauses, largest domain size 181
0.23/0.60	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.60	c 0	Propagation in CSP
0.23/0.62	c 0	116 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.23/0.62	c 0	CSP : 256 integers, 0 booleans, 359 clauses, largest domain size 121
0.23/0.62	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.62	c 0	Simplifing CSP by introducing new Boolean variables
0.23/0.62	c 0	CSP : 256 integers, 240 booleans, 599 clauses, largest domain size 121
0.23/0.62	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.65	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.23/0.66	c 0	26 (10%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.23/0.66	c 0	52 (20%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.23/0.66	c 0	77 (30%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.23/0.66	c 0	103 (40%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.23/0.66	c 0	128 (50%) CSP integer variables are encoded (208 clauses, 2152 bytes)
0.23/0.66	c 0	154 (60%) CSP integer variables are encoded (828 clauses, 8972 bytes)
0.23/0.67	c 0	180 (70%) CSP integer variables are encoded (1021 clauses, 11456 bytes)
0.23/0.67	c 0	205 (80%) CSP integer variables are encoded (1246 clauses, 14381 bytes)
0.23/0.67	c 0	231 (90%) CSP integer variables are encoded (1354 clauses, 15785 bytes)
0.23/0.67	c 0	256 (100%) CSP integer variables are encoded (1525 clauses, 18008 bytes)
0.23/0.68	c 0	60 (10%) CSP clauses are encoded (2145 clauses, 27048 bytes)
0.23/0.69	c 0	120 (20%) CSP clauses are encoded (2765 clauses, 36552 bytes)
0.23/0.69	c 0	180 (30%) CSP clauses are encoded (3385 clauses, 46028 bytes)
0.23/0.69	c 0	240 (40%) CSP clauses are encoded (4005 clauses, 55616 bytes)
0.23/0.70	c 0	300 (50%) CSP clauses are encoded (4625 clauses, 65668 bytes)
0.23/0.70	c 0	360 (60%) CSP clauses are encoded (5245 clauses, 75848 bytes)
0.23/0.72	c 0	420 (70%) CSP clauses are encoded (13831 clauses, 210072 bytes)
0.23/0.74	c 0	480 (80%) CSP clauses are encoded (21567 clauses, 349936 bytes)
0.23/0.74	c 0	540 (90%) CSP clauses are encoded (22739 clauses, 369836 bytes)
0.23/0.75	c 0	599 (100%) CSP clauses are encoded (25879 clauses, 425154 bytes)
0.23/0.75	c 0	599 CSP clauses encoded
0.23/0.75	c 0	Writing map file : HOME/temp.map
0.23/0.76	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.76	c 0	SAT : 2021 SAT variables, 25879 SAT clauses, 425154 bytes
0.23/0.76	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.80	c 0	OBJECTIVE minimize _COST
0.23/0.80	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.23/0.80	c 0	SEARCHING: _COST <= 60
0.23/0.80	c 0	SOLVING HOME/temp.cnf
0.23/0.80	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.23/0.80	c 0	This is MiniSat 2.0 beta
0.23/0.80	c 0	WARNING: for repeatability, setting FPU to use double precision
0.23/0.80	c 0	============================[ Problem Statistics ]=============================
0.23/0.80	c 0	|                                                                             |
0.23/0.80	c 0	|  Number of variables:  2021                                                 |
0.23/0.80	c 0	|  Number of clauses:    25880                                                |
0.23/0.82	c 0	|  Parsing time:         0.01         s                                       |
0.23/0.82	c 0	============================[ Search Statistics ]==============================
0.23/0.82	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.23/0.82	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.23/0.82	c 0	===============================================================================
0.23/0.82	c 0	|         0 |    1601    18114    50783 |     6038        0    nan |  0.000 % |
0.23/0.82	c 0	===============================================================================
0.23/0.82	c 0	restarts              : 1
0.23/0.82	c 0	conflicts             : 0              (0 /sec)
0.23/0.82	c 0	decisions             : 200            (1.00 % random) (14289 /sec)
0.23/0.82	c 0	propagations          : 2021           (144388 /sec)
0.23/0.82	c 0	conflict literals     : 0              ( nan % deleted)
0.23/0.82	c 0	Memory used           : 2.85 MB
0.23/0.82	c 0	CPU time              : 0.013997 s
0.23/0.82	c 0	
0.23/0.82	c 0	SATISFIABLE
0.23/0.82	c 0	FOUND: _COST <= 60
0.23/0.82	s SATISFIABLE
0.23/0.82	c 0	DECODING HOME/temp.out WITH HOME/temp.map
0.23/0.82	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.78/1.01	c 1	Decoding HOME/temp.out
0.78/1.05	c 1	OBJECTIVE _COST 60
0.78/1.06	o 60
0.78/1.06	v 10 11 12 12 13 14 14 14 14 14 14 14 14 14 14 14
0.78/1.06	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.78/1.09	c 1	OBJECTIVE BOUND: 0 <= _COST <= 60
0.78/1.09	c 1	SEARCHING: _COST <= 30
0.78/1.09	c 1	SOLVING HOME/temp.cnf
0.78/1.09	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.84/1.12	c 1	This is MiniSat 2.0 beta
0.84/1.12	c 1	WARNING: for repeatability, setting FPU to use double precision
0.84/1.12	c 1	============================[ Problem Statistics ]=============================
0.84/1.12	c 1	|                                                                             |
0.84/1.13	c 1	|  Number of variables:  2021                                                 |
0.84/1.13	c 1	|  Number of clauses:    25880                                                |
0.84/1.14	c 1	|  Parsing time:         0.01         s                                       |
0.84/1.14	c 1	============================[ Search Statistics ]==============================
0.84/1.14	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.84/1.14	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.84/1.14	c 1	===============================================================================
0.84/1.14	c 1	|         0 |    1361    13389    37298 |     4463        0    nan |  0.000 % |
0.84/1.15	c 1	===============================================================================
0.84/1.15	c 1	restarts              : 1
0.84/1.15	c 1	conflicts             : 0              (0 /sec)
0.84/1.15	c 1	decisions             : 169            (0.59 % random) (13002 /sec)
0.84/1.15	c 1	propagations          : 2021           (155485 /sec)
0.84/1.15	c 1	conflict literals     : 0              ( nan % deleted)
0.84/1.15	c 1	Memory used           : 2.85 MB
0.84/1.15	c 1	CPU time              : 0.012998 s
0.84/1.15	c 1	
0.84/1.15	c 1	SATISFIABLE
0.84/1.15	c 1	FOUND: _COST <= 30
0.84/1.15	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.84/1.15	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.86/1.22	c 1	Decoding HOME/temp.out
0.86/1.27	c 1	OBJECTIVE _COST 30
0.86/1.27	o 30
0.86/1.27	v 6 7 8 9 10 11 12 13 14 14 14 14 14 14 14 14
0.86/1.30	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.86/1.31	c 1	OBJECTIVE BOUND: 0 <= _COST <= 30
0.86/1.31	c 1	SEARCHING: _COST <= 15
0.86/1.31	c 1	SOLVING HOME/temp.cnf
0.86/1.31	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.86/1.31	c 1	This is MiniSat 2.0 beta
0.86/1.31	c 1	WARNING: for repeatability, setting FPU to use double precision
0.86/1.31	c 1	============================[ Problem Statistics ]=============================
0.86/1.31	c 1	|                                                                             |
0.86/1.31	c 1	|  Number of variables:  2021                                                 |
0.86/1.31	c 1	|  Number of clauses:    25880                                                |
0.86/1.33	c 1	|  Parsing time:         0.01         s                                       |
0.86/1.33	c 1	============================[ Search Statistics ]==============================
0.86/1.33	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.86/1.33	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.86/1.33	c 1	===============================================================================
0.86/1.33	c 1	|         0 |    1196     9654    26573 |     3218        0    nan |  0.000 % |
0.86/1.33	c 1	===============================================================================
0.86/1.33	c 1	restarts              : 1
0.86/1.33	c 1	conflicts             : 0              (0 /sec)
0.86/1.33	c 1	decisions             : 153            (0.00 % random) (9564 /sec)
0.86/1.33	c 1	propagations          : 2021           (126336 /sec)
0.86/1.33	c 1	conflict literals     : 0              ( nan % deleted)
0.86/1.33	c 1	Memory used           : 2.85 MB
0.86/1.33	c 1	CPU time              : 0.015997 s
0.86/1.33	c 1	
0.86/1.33	c 1	SATISFIABLE
0.86/1.33	c 1	FOUND: _COST <= 15
0.86/1.33	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.86/1.33	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.01/1.45	c 1	Decoding HOME/temp.out
1.01/1.50	c 1	OBJECTIVE _COST 15
1.01/1.50	o 15
1.01/1.50	v 4 5 6 7 8 9 10 11 12 13 14 14 14 14 14 14
1.01/1.50	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.55	c 1	OBJECTIVE BOUND: 0 <= _COST <= 15
1.01/1.55	c 1	SEARCHING: _COST <= 7
1.01/1.55	c 1	SOLVING HOME/temp.cnf
1.01/1.55	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.01/1.55	c 1	This is MiniSat 2.0 beta
1.01/1.55	c 1	WARNING: for repeatability, setting FPU to use double precision
1.01/1.55	c 1	============================[ Problem Statistics ]=============================
1.01/1.55	c 1	|                                                                             |
1.01/1.55	c 1	|  Number of variables:  2021                                                 |
1.01/1.55	c 1	|  Number of clauses:    25880                                                |
1.01/1.57	c 1	|  Parsing time:         0.01         s                                       |
1.01/1.57	c 1	============================[ Search Statistics ]==============================
1.01/1.57	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.01/1.57	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.01/1.57	c 1	===============================================================================
1.01/1.57	c 1	|         0 |    1044     7106    19377 |     2368        0    nan |  0.000 % |
1.01/1.57	c 1	===============================================================================
1.01/1.57	c 1	restarts              : 1
1.01/1.57	c 1	conflicts             : 0              (0 /sec)
1.01/1.57	c 1	decisions             : 145            (0.00 % random) (8057 /sec)
1.01/1.57	c 1	propagations          : 2021           (112296 /sec)
1.01/1.57	c 1	conflict literals     : 0              ( nan % deleted)
1.01/1.57	c 1	Memory used           : 2.85 MB
1.01/1.57	c 1	CPU time              : 0.017997 s
1.01/1.57	c 1	
1.01/1.57	c 1	SATISFIABLE
1.01/1.57	c 1	FOUND: _COST <= 7
1.01/1.57	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.01/1.57	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.15/1.74	c 1	Decoding HOME/temp.out
1.15/1.79	c 1	OBJECTIVE _COST 7
1.15/1.79	o 7
1.15/1.79	v 2 3 4 5 6 7 8 9 10 11 12 13 14 14 14 14
1.15/1.79	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.15/1.86	c 1	OBJECTIVE BOUND: 0 <= _COST <= 7
1.15/1.86	c 1	SEARCHING: _COST <= 3
1.15/1.86	c 1	SOLVING HOME/temp.cnf
1.15/1.86	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.15/1.86	c 1	This is MiniSat 2.0 beta
1.15/1.86	c 1	WARNING: for repeatability, setting FPU to use double precision
1.15/1.86	c 1	============================[ Problem Statistics ]=============================
1.15/1.86	c 1	|                                                                             |
1.15/1.87	c 1	|  Number of variables:  2021                                                 |
1.15/1.87	c 1	|  Number of clauses:    25880                                                |
1.15/1.88	c 1	|  Parsing time:         0.01         s                                       |
1.15/1.88	c 1	============================[ Search Statistics ]==============================
1.15/1.88	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.15/1.88	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.15/1.88	c 1	===============================================================================
1.15/1.88	c 1	|         0 |     888     5516    15071 |     1838        0    nan |  0.000 % |
1.15/1.88	c 1	===============================================================================
1.15/1.88	c 1	restarts              : 1
1.15/1.88	c 1	conflicts             : 0              (0 /sec)
1.15/1.88	c 1	decisions             : 125            (0.00 % random) (7814 /sec)
1.15/1.88	c 1	propagations          : 2021           (126336 /sec)
1.15/1.88	c 1	conflict literals     : 0              ( nan % deleted)
1.15/1.88	c 1	Memory used           : 2.85 MB
1.15/1.88	c 1	CPU time              : 0.015997 s
1.15/1.88	c 1	
1.15/1.88	c 1	SATISFIABLE
1.15/1.89	c 1	FOUND: _COST <= 3
1.15/1.89	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.15/1.89	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.30/1.96	c 1	Decoding HOME/temp.out
1.31/2.01	c 2	OBJECTIVE _COST 3
1.31/2.01	o 3
1.31/2.01	v 1 2 3 4 5 6 7 8 9 10 11 12 13 14 14 14
1.31/2.01	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/2.06	c 2	OBJECTIVE BOUND: 0 <= _COST <= 3
1.31/2.06	c 2	SEARCHING: _COST <= 1
1.31/2.06	c 2	SOLVING HOME/temp.cnf
1.31/2.06	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.31/2.06	c 2	This is MiniSat 2.0 beta
1.31/2.06	c 2	WARNING: for repeatability, setting FPU to use double precision
1.31/2.06	c 2	============================[ Problem Statistics ]=============================
1.31/2.06	c 2	|                                                                             |
1.31/2.06	c 2	|  Number of variables:  2021                                                 |
1.31/2.06	c 2	|  Number of clauses:    25880                                                |
1.31/2.08	c 2	|  Parsing time:         0.01         s                                       |
1.31/2.08	c 2	============================[ Search Statistics ]==============================
1.31/2.08	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.31/2.08	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.31/2.08	c 2	===============================================================================
1.31/2.08	c 2	|         0 |     704     4405    12288 |     1468        0    nan |  0.000 % |
1.31/2.08	c 2	===============================================================================
1.31/2.08	c 2	restarts              : 1
1.31/2.08	c 2	conflicts             : 0              (0 /sec)
1.31/2.08	c 2	decisions             : 121            (0.00 % random) (8068 /sec)
1.31/2.08	c 2	propagations          : 2021           (134760 /sec)
1.31/2.08	c 2	conflict literals     : 0              ( nan % deleted)
1.31/2.08	c 2	Memory used           : 2.85 MB
1.31/2.08	c 2	CPU time              : 0.014997 s
1.31/2.08	c 2	
1.31/2.08	c 2	SATISFIABLE
1.31/2.09	c 2	FOUND: _COST <= 1
1.31/2.09	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.31/2.09	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.48/2.39	c 2	Decoding HOME/temp.out
1.54/2.43	c 2	OBJECTIVE _COST 1
1.54/2.43	o 1
1.54/2.43	v 1 0 2 3 4 5 6 7 8 9 10 11 12 13 14 14
1.54/2.44	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.54/2.47	c 2	OBJECTIVE BOUND: 0 <= _COST <= 1
1.54/2.47	c 2	SEARCHING: _COST <= 0
1.54/2.47	c 2	SOLVING HOME/temp.cnf
1.54/2.47	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.54/2.47	c 2	This is MiniSat 2.0 beta
1.54/2.47	c 2	WARNING: for repeatability, setting FPU to use double precision
1.54/2.47	c 2	============================[ Problem Statistics ]=============================
1.54/2.47	c 2	|                                                                             |
1.54/2.47	c 2	|  Number of variables:  2021                                                 |
1.54/2.47	c 2	|  Number of clauses:    25880                                                |
1.54/2.49	c 2	|  Parsing time:         0.01         s                                       |
1.54/2.49	c 2	============================[ Search Statistics ]==============================
1.54/2.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.54/2.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.54/2.49	c 2	===============================================================================
1.54/2.49	c 2	|         0 |     464     3928    11096 |     1309        0    nan |  0.000 % |
1.54/2.49	c 2	|       100 |     464     3928    11096 |     1440      100      8 | 77.041 % |
1.54/2.49	c 2	|       251 |     464     3928    11096 |     1584      251      9 | 77.041 % |
1.60/2.50	c 2	|       476 |     464     3928    11096 |     1742      476      8 | 77.041 % |
1.60/2.50	c 2	|       814 |     464     3928    11096 |     1916      814      8 | 77.041 % |
1.60/2.52	c 2	|      1321 |     464     3928    11096 |     2108     1321      9 | 77.041 % |
1.60/2.54	c 2	|      2080 |     464     3928    11096 |     2319     2080      9 | 77.041 % |
1.60/2.56	c 2	|      3220 |     464     3928    11096 |     2551     3220      8 | 77.041 % |
1.60/2.64	c 2	|      4930 |     464     3928    11096 |     2806     2798     10 | 77.041 % |
1.60/2.77	c 2	|      7492 |     464     3928    11096 |     3087     3108     13 | 77.041 % |
1.60/2.90	c 2	|     11336 |     464     3928    11096 |     3396     4484     10 | 77.043 % |
2.32/3.21	c 3	|     17102 |     464     3928    11096 |     3735     5045     12 | 77.041 % |
2.61/3.53	c 3	|     25751 |     464     3928    11096 |     4109     5328      9 | 77.041 % |
3.11/4.05	c 4	|     38725 |     464     3928    11096 |     4520     3371     11 | 77.041 % |
4.21/5.15	c 5	|     58186 |     464     3928    11096 |     4972     3910     10 | 77.041 % |
6.00/6.96	c 6	|     87378 |     464     3928    11096 |     5469     6334     11 | 77.041 % |
8.89/9.85	c 9	|    131167 |     464     3928    11096 |     6016     6527     13 | 77.041 % |
12.47/13.45	c 13	|    196853 |     464     3928    11096 |     6617     5610     15 | 77.041 % |
18.75/19.70	c 19	|    295379 |     464     3928    11096 |     7279     7430     15 | 77.041 % |
26.92/27.97	c 27	|    443169 |     464     3928    11096 |     8007     5067     14 | 77.041 % |
46.24/47.34	c 47	|    664852 |     464     3928    11096 |     8808     7733     14 | 77.041 % |
70.64/71.81	c 71	|    997378 |     464     3928    11096 |     9689     6818     13 | 77.041 % |
104.70/106.07	c 106	|   1496167 |     464     3928    11096 |    10658     6587     14 | 77.041 % |
159.68/161.29	c 161	|   2244349 |     464     3928    11096 |    11724     8422     19 | 77.041 % |
251.52/253.46	c 253	|   3366623 |     464     3928    11096 |    12896    10843     14 | 77.041 % |
401.02/403.58	c 403	|   5050035 |     464     3928    11096 |    14186    13667     14 | 77.041 % |
611.19/614.50	c 614	|   7575153 |     464     3928    11096 |    15604     9308     13 | 77.041 % |
932.71/937.38	c 937	|  11362828 |     464     3928    11096 |    17165     8832     15 | 77.041 % |
1552.34/1559.49	c 1559	|  17044341 |     464     3928    11096 |    18881    10016     17 | 77.041 % |
2443.80/2455.36	c 2455	|  25566612 |     464     3928    11096 |    20770    14674     16 | 77.041 % |
3600.01/3620.40	sh: line 1: 20514 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.01/3620.41	c ERROR unknown output  in HOME/temp.out
3600.01/3620.41	c 3620	CPU 3599.71 (0.03 0.02 3599.68 0.3)
3600.01/3620.41	c 3620	END Sat Jul 12 22:45:10 2008

Verifier Data (download as text)

OK	1	119
1 unsatisfied constraints, 119 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-1113814-1215891889/watcher-1113814-1215891889 -o /tmp/evaluation-result-1113814-1215891889/solver-1113814-1215891889 -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-1113814-1215891889.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.24 3.27 3.20 5/81 20418
/proc/meminfo: memFree=1797816/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=12268 CPUtime=0
/proc/20418/stat : 20418 (sugar) R 20416 20418 20061 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 45892028 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 228706712165 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20418/statm: 3067 316 241 3 0 167 0

[startup+0.046448 s]
/proc/loadavg: 3.24 3.27 3.20 5/81 20418
/proc/meminfo: memFree=1797816/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=0.03
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 838 0 0 0 2 1 0 0 18 0 1 0 45892028 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101884 s]
/proc/loadavg: 3.24 3.27 3.20 5/81 20418
/proc/meminfo: memFree=1797816/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=0.03
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 45892028 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301915 s]
/proc/loadavg: 3.24 3.27 3.20 5/81 20418
/proc/meminfo: memFree=1797816/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=0.22
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 957 4120 0 1 2 1 17 2 16 0 1 0 45892028 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20418/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13600

[startup+0.701985 s]
/proc/loadavg: 3.24 3.27 3.20 5/81 20418
/proc/meminfo: memFree=1797816/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=0.23
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 974 4120 0 1 3 1 17 2 15 0 1 0 45892028 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20418/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+1.50114 s]
/proc/loadavg: 3.24 3.27 3.20 3/92 20452
/proc/meminfo: memFree=1791776/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.01
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1351 20382 0 4 3 1 84 13 15 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.1024 s]
/proc/loadavg: 3.24 3.27 3.20 3/84 20504
/proc/meminfo: memFree=1795168/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 15 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 13600

[startup+6.30196 s]
/proc/loadavg: 3.14 3.25 3.20 4/84 20514
/proc/meminfo: memFree=1793312/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=3308 CPUtime=3.8
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 602 0 0 0 380 0 0 0 25 0 1 0 45892276 3387392 588 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 827 588 75 150 0 674 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 22264

[startup+12.7021 s]
/proc/loadavg: 3.05 3.23 3.19 4/84 20514
/proc/meminfo: memFree=1792480/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=3972 CPUtime=10.18
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 767 0 0 0 1018 0 0 0 25 0 1 0 45892276 4067328 753 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 993 753 75 150 0 840 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 22928

[startup+25.5013 s]
/proc/loadavg: 2.96 3.20 3.18 3/84 20514
/proc/meminfo: memFree=1792032/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=4636 CPUtime=22.92
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 935 0 0 0 2292 0 0 0 25 0 1 0 45892276 4747264 921 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 1159 921 75 150 0 1006 0
Current children cumulated CPU time (s) 24.52
Current children cumulated vsize (KiB) 23592

[startup+51.1018 s]
/proc/loadavg: 2.90 3.17 3.17 3/84 20514
/proc/meminfo: memFree=1791520/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=5300 CPUtime=48.42
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 1089 0 0 0 4842 0 0 0 25 0 1 0 45892276 5427200 1075 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 1325 1075 75 150 0 1172 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 24256

[startup+102.307 s]
/proc/loadavg: 2.72 3.08 3.14 4/84 20514
/proc/meminfo: memFree=1790496/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=6248 CPUtime=99.42
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 1308 0 0 0 9942 0 0 0 25 0 1 0 45892276 6397952 1294 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 1562 1294 75 150 0 1409 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 25204

[startup+162.301 s]
/proc/loadavg: 2.61 2.97 3.09 4/84 20514
/proc/meminfo: memFree=1789728/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=6940 CPUtime=159.18
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 1481 0 0 0 15918 0 0 0 25 0 1 0 45892276 7106560 1467 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 1735 1467 75 150 0 1582 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 25896

[startup+222.302 s]
/proc/loadavg: 2.69 2.93 3.07 4/84 20514
/proc/meminfo: memFree=1789088/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=7624 CPUtime=218.94
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 1659 0 0 0 21894 0 0 0 25 0 1 0 45892276 7806976 1645 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 1906 1645 75 150 0 1753 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 26580

[startup+282.302 s]
/proc/loadavg: 2.51 2.84 3.03 4/84 20514
/proc/meminfo: memFree=1788448/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=8168 CPUtime=278.7
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 1803 0 0 0 27870 0 0 0 25 0 1 0 45892276 8364032 1789 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 2042 1789 75 150 0 1889 0
Current children cumulated CPU time (s) 280.3
Current children cumulated vsize (KiB) 27124

[startup+342.303 s]
/proc/loadavg: 2.71 2.84 3.02 3/84 20514
/proc/meminfo: memFree=1788128/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0

################
# More data... #
################

[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=15204 CPUtime=3024.72
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3461 0 0 0 302468 4 0 0 25 0 1 0 45892276 15568896 3447 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 3801 3447 75 150 0 3648 0
Current children cumulated CPU time (s) 3026.32
Current children cumulated vsize (KiB) 34160

[startup+3102.3 s]
/proc/loadavg: 2.00 2.03 2.25 3/77 20587
/proc/meminfo: memFree=1429776/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=15364 CPUtime=3084.27
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3479 0 0 0 308423 4 0 0 25 0 1 0 45892276 15732736 3465 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 3841 3465 75 150 0 3688 0
Current children cumulated CPU time (s) 3085.87
Current children cumulated vsize (KiB) 34320

[startup+3162.3 s]
/proc/loadavg: 2.00 2.02 2.23 3/77 20587
/proc/meminfo: memFree=1429712/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=15364 CPUtime=3143.81
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3496 0 0 0 314377 4 0 0 25 0 1 0 45892276 15732736 3482 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 3841 3482 75 150 0 3688 0
Current children cumulated CPU time (s) 3145.41
Current children cumulated vsize (KiB) 34320

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.21 3/77 20587
/proc/meminfo: memFree=1429584/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=15524 CPUtime=3203.36
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3514 0 0 0 320332 4 0 0 25 0 1 0 45892276 15896576 3500 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 3881 3500 75 150 0 3728 0
Current children cumulated CPU time (s) 3204.96
Current children cumulated vsize (KiB) 34480

[startup+3282.3 s]
/proc/loadavg: 2.04 2.02 2.20 3/77 20587
/proc/meminfo: memFree=1429392/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=15660 CPUtime=3262.9
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3548 0 0 0 326286 4 0 0 25 0 1 0 45892276 16035840 3534 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 3915 3534 75 150 0 3762 0
Current children cumulated CPU time (s) 3264.5
Current children cumulated vsize (KiB) 34616

[startup+3342.3 s]
/proc/loadavg: 2.01 2.02 2.18 3/77 20587
/proc/meminfo: memFree=1429136/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=15952 CPUtime=3322.43
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3613 0 0 0 332239 4 0 0 25 0 1 0 45892276 16334848 3599 996147200 134512640 135127466 4294956256 18446744073709551615 134541627 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 3988 3599 75 150 0 3835 0
Current children cumulated CPU time (s) 3324.03
Current children cumulated vsize (KiB) 34908

[startup+3402.31 s]
/proc/loadavg: 2.00 2.01 2.17 3/77 20587
/proc/meminfo: memFree=1429072/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=15952 CPUtime=3381.98
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3621 0 0 0 338194 4 0 0 25 0 1 0 45892276 16334848 3607 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 3988 3607 75 150 0 3835 0
Current children cumulated CPU time (s) 3383.58
Current children cumulated vsize (KiB) 34908

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 2.16 3/77 20587
/proc/meminfo: memFree=1428752/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=16108 CPUtime=3441.52
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3650 0 0 0 344148 4 0 0 25 0 1 0 45892276 16494592 3636 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 4027 3636 75 150 0 3874 0
Current children cumulated CPU time (s) 3443.12
Current children cumulated vsize (KiB) 35064

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/77 20587
/proc/meminfo: memFree=1428752/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=16108 CPUtime=3501.06
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3661 0 0 0 350102 4 0 0 25 0 1 0 45892276 16494592 3647 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 4027 3647 75 150 0 3874 0
Current children cumulated CPU time (s) 3502.66
Current children cumulated vsize (KiB) 35064

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/77 20587
/proc/meminfo: memFree=1428560/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=16252 CPUtime=3560.6
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3684 0 0 0 356056 4 0 0 25 0 1 0 45892276 16642048 3670 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 4063 3670 75 150 0 3910 0
Current children cumulated CPU time (s) 3562.2
Current children cumulated vsize (KiB) 35208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.4 s]
/proc/loadavg: 2.00 2.00 2.13 3/77 20587
/proc/meminfo: memFree=1428560/2055920 swapFree=4192812/4192956
[pid=20418] ppid=20416 vsize=13600 CPUtime=1.6
/proc/20418/stat : 20418 (sugar) S 20416 20418 20061 0 -1 4194304 1746 37656 0 8 3 2 130 25 16 0 1 0 45892028 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20418/statm: 3400 806 374 3 0 500 0
[pid=20513] ppid=20418 vsize=5356 CPUtime=0
/proc/20513/stat : 20513 (sh) S 20418 20418 20061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45892275 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20513/statm: 1339 232 193 169 0 50 0
[pid=20514] ppid=20513 vsize=16252 CPUtime=3598.41
/proc/20514/stat : 20514 (minisat) R 20513 20418 20061 0 -1 4194304 3703 0 0 0 359837 4 0 0 25 0 1 0 45892276 16642048 3689 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/20514/statm: 4063 3689 75 150 0 3910 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 35208

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 3620.41
CPU time (s): 3600.05
CPU user time (s): 3599.73
CPU system time (s): 0.32595
CPU usage (%): 99.4377
Max. virtual memory (cumulated for all children) (KiB): 882708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.73
system time used= 0.32595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43461
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= 2178
involuntary context switches= 103158

runsolver used 3.47047 second user time and 9.73552 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-12 21:44:49
IDJOB=1113814
IDBENCH=61645
IDSOLVER=368
FILE ID=node8/1113814-1215891889
PBS_JOBID= 7903650
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-16.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-1113814-1215891889/watcher-1113814-1215891889 -o /tmp/evaluation-result-1113814-1215891889/solver-1113814-1215891889 -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-1113814-1215891889.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2cf28b75918e7fc0ef0a213ad799f7e2
RANDOM SEED=988775454

node8.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1798552 kB
Buffers:         45484 kB
Cached:          61464 kB
SwapCached:         16 kB
Active:         152412 kB
Inactive:        44800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:         110524 kB
Slab:            44992 kB
Committed_AS:  1096208 kB
PageTables:       2056 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node8 at 2008-07-12 22:45:10