Trace number 1113760

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 75.4315 76.3477

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-13.xml
MD5SUM91e38f3bea94c28609ed6d1f4c23676f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark75.4315
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints78
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension78
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:21:15 2008
0.00/0.04	c 0	PID 18312
0.04/0.05	c 0	HOST node32.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1113760-1215890475.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113760-1215890475.xml' 'HOME/temp.csp'
0.04/0.22	c 0	1 domains, 13 variables, 1 predicates, 0 relations, 78 constraints
0.04/0.26	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.26	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.23/0.34	c 0	Parsing HOME/temp.csp
0.23/0.37	c 0	parsed 93 expressions
0.23/0.37	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.38	c 0	MAX CSP: 78 constraints
0.23/0.38	c 0	Converting to clausal form CSP
0.23/0.41	c 0	converted 18 (10%) expressions
0.23/0.42	c 0	converted 35 (20%) expressions
0.23/0.42	c 0	converted 53 (30%) expressions
0.23/0.42	c 0	converted 70 (40%) expressions
0.23/0.43	c 0	converted 87 (50%) expressions
0.23/0.43	c 0	converted 105 (60%) expressions
0.23/0.44	c 0	converted 122 (70%) expressions
0.23/0.44	c 0	converted 140 (80%) expressions
0.23/0.45	c 0	converted 157 (90%) expressions
0.23/0.53	c 1	converted 174 (100%) expressions
0.23/0.53	c 1	CSP : 169 integers, 0 booleans, 233 clauses, largest domain size 118
0.23/0.53	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.53	c 1	Propagation in CSP
0.23/0.58	c 1	74 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.23/0.58	c 1	CSP : 169 integers, 0 booleans, 233 clauses, largest domain size 79
0.23/0.59	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.59	c 1	Simplifing CSP by introducing new Boolean variables
0.23/0.59	c 1	CSP : 169 integers, 156 booleans, 389 clauses, largest domain size 79
0.23/0.59	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.61	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.23/0.66	c 1	17 (10%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.23/0.66	c 1	34 (20%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.23/0.67	c 1	51 (30%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.23/0.67	c 1	68 (40%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.23/0.67	c 1	85 (50%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.23/0.67	c 1	102 (60%) CSP integer variables are encoded (233 clauses, 2430 bytes)
0.23/0.67	c 1	119 (70%) CSP integer variables are encoded (292 clauses, 3079 bytes)
0.23/0.68	c 1	136 (80%) CSP integer variables are encoded (781 clauses, 8458 bytes)
0.23/0.68	c 1	153 (90%) CSP integer variables are encoded (845 clauses, 9162 bytes)
0.23/0.68	c 1	169 (100%) CSP integer variables are encoded (943 clauses, 10435 bytes)
0.23/0.68	c 1	39 (10%) CSP clauses are encoded (1268 clauses, 15026 bytes)
0.23/0.68	c 1	78 (20%) CSP clauses are encoded (1593 clauses, 19833 bytes)
0.23/0.69	c 1	117 (30%) CSP clauses are encoded (1918 clauses, 24662 bytes)
0.23/0.70	c 1	156 (40%) CSP clauses are encoded (2243 clauses, 29535 bytes)
0.23/0.70	c 1	195 (50%) CSP clauses are encoded (2568 clauses, 34452 bytes)
0.23/0.70	c 1	234 (60%) CSP clauses are encoded (2893 clauses, 39589 bytes)
0.23/0.71	c 1	273 (70%) CSP clauses are encoded (3452 clauses, 47453 bytes)
0.23/0.72	c 1	312 (80%) CSP clauses are encoded (10185 clauses, 146985 bytes)
0.23/0.72	c 1	351 (90%) CSP clauses are encoded (10744 clauses, 154849 bytes)
0.23/0.73	c 1	389 (100%) CSP clauses are encoded (12124 clauses, 177812 bytes)
0.23/0.73	c 1	389 CSP clauses encoded
0.23/0.73	c 1	Writing map file : HOME/temp.map
0.23/0.73	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.73	c 1	SAT : 1268 SAT variables, 12124 SAT clauses, 177812 bytes
0.23/0.73	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.74	c 1	OBJECTIVE minimize _COST
0.23/0.74	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.23/0.74	c 1	SEARCHING: _COST <= 39
0.23/0.74	c 1	SOLVING HOME/temp.cnf
0.23/0.74	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.23/0.74	c 1	This is MiniSat 2.0 beta
0.23/0.74	c 1	WARNING: for repeatability, setting FPU to use double precision
0.23/0.74	c 1	============================[ Problem Statistics ]=============================
0.23/0.74	c 1	|                                                                             |
0.23/0.74	c 1	|  Number of variables:  1268                                                 |
0.23/0.74	c 1	|  Number of clauses:    12125                                                |
0.23/0.75	c 1	|  Parsing time:         0.01         s                                       |
0.23/0.75	c 1	============================[ Search Statistics ]==============================
0.23/0.75	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.23/0.75	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.23/0.75	c 1	===============================================================================
0.23/0.75	c 1	|         0 |     995     8587    23582 |     2862        0    nan |  0.000 % |
0.23/0.75	c 1	===============================================================================
0.23/0.75	c 1	restarts              : 1
0.23/0.75	c 1	conflicts             : 0              (0 /sec)
0.23/0.75	c 1	decisions             : 132            (0.00 % random) (22004 /sec)
0.23/0.75	c 1	propagations          : 1268           (211369 /sec)
0.23/0.75	c 1	conflict literals     : 0              ( nan % deleted)
0.23/0.75	c 1	Memory used           : 2.32 MB
0.23/0.75	c 1	CPU time              : 0.005999 s
0.23/0.75	c 1	
0.23/0.75	c 1	SATISFIABLE
0.23/0.75	c 1	FOUND: _COST <= 39
0.23/0.75	s SATISFIABLE
0.23/0.75	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.23/0.75	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.70/0.83	c 1	Decoding HOME/temp.out
0.70/0.88	c 1	OBJECTIVE _COST 39
0.70/0.88	o 39
0.70/0.88	v 7 8 9 10 11 11 11 11 11 11 11 11 11
0.70/0.88	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.70/0.91	c 1	OBJECTIVE BOUND: 0 <= _COST <= 39
0.70/0.91	c 1	SEARCHING: _COST <= 19
0.70/0.91	c 1	SOLVING HOME/temp.cnf
0.70/0.91	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.70/0.92	c 1	This is MiniSat 2.0 beta
0.70/0.92	c 1	WARNING: for repeatability, setting FPU to use double precision
0.70/0.92	c 1	============================[ Problem Statistics ]=============================
0.70/0.92	c 1	|                                                                             |
0.70/0.92	c 1	|  Number of variables:  1268                                                 |
0.70/0.92	c 1	|  Number of clauses:    12125                                                |
0.70/0.92	c 1	|  Parsing time:         0.00         s                                       |
0.70/0.93	c 1	============================[ Search Statistics ]==============================
0.70/0.93	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.70/0.93	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.70/0.93	c 1	===============================================================================
0.70/0.93	c 1	|         0 |     833     6333    17286 |     2111        0    nan |  0.000 % |
0.70/0.93	c 1	===============================================================================
0.70/0.93	c 1	restarts              : 1
0.70/0.93	c 1	conflicts             : 0              (0 /sec)
0.70/0.93	c 1	decisions             : 112            (0.00 % random) (16005 /sec)
0.70/0.93	c 1	propagations          : 1268           (181195 /sec)
0.70/0.93	c 1	conflict literals     : 0              ( nan % deleted)
0.70/0.93	c 1	Memory used           : 2.32 MB
0.70/0.93	c 1	CPU time              : 0.006998 s
0.70/0.93	c 1	
0.70/0.93	c 1	SATISFIABLE
0.70/0.93	c 1	FOUND: _COST <= 19
0.70/0.93	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.70/0.93	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.89/1.02	c 1	Decoding HOME/temp.out
0.89/1.05	c 1	OBJECTIVE _COST 19
0.89/1.05	o 19
0.89/1.05	v 4 5 6 7 8 9 10 11 11 11 11 11 11
0.89/1.05	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.11	c 1	OBJECTIVE BOUND: 0 <= _COST <= 19
0.96/1.11	c 1	SEARCHING: _COST <= 9
0.96/1.11	c 1	SOLVING HOME/temp.cnf
0.96/1.11	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.96/1.11	c 1	This is MiniSat 2.0 beta
0.96/1.11	c 1	WARNING: for repeatability, setting FPU to use double precision
0.96/1.11	c 1	============================[ Problem Statistics ]=============================
0.96/1.11	c 1	|                                                                             |
0.96/1.11	c 1	|  Number of variables:  1268                                                 |
0.96/1.11	c 1	|  Number of clauses:    12125                                                |
0.96/1.12	c 1	|  Parsing time:         0.01         s                                       |
0.96/1.12	c 1	============================[ Search Statistics ]==============================
0.96/1.12	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.96/1.12	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.96/1.12	c 1	===============================================================================
0.96/1.12	c 1	|         0 |     717     4554    12287 |     1518        0    nan |  0.000 % |
0.96/1.12	c 1	===============================================================================
0.96/1.12	c 1	restarts              : 1
0.96/1.12	c 1	conflicts             : 0              (0 /sec)
0.96/1.12	c 1	decisions             : 102            (0.00 % random) (10202 /sec)
0.96/1.12	c 1	propagations          : 1268           (126825 /sec)
0.96/1.12	c 1	conflict literals     : 0              ( nan % deleted)
0.96/1.12	c 1	Memory used           : 2.32 MB
0.96/1.12	c 1	CPU time              : 0.009998 s
0.96/1.12	c 1	
0.96/1.12	c 1	SATISFIABLE
0.96/1.12	c 1	FOUND: _COST <= 9
0.96/1.12	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.96/1.12	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.98/1.20	c 1	Decoding HOME/temp.out
0.98/1.24	c 1	OBJECTIVE _COST 9
0.98/1.24	o 9
0.98/1.24	v 2 3 4 5 6 7 8 9 10 11 11 11 11
0.98/1.25	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.98/1.28	c 1	OBJECTIVE BOUND: 0 <= _COST <= 9
0.98/1.28	c 1	SEARCHING: _COST <= 4
0.98/1.28	c 1	SOLVING HOME/temp.cnf
0.98/1.28	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.98/1.29	c 1	This is MiniSat 2.0 beta
0.98/1.29	c 1	WARNING: for repeatability, setting FPU to use double precision
0.98/1.29	c 1	============================[ Problem Statistics ]=============================
0.98/1.29	c 1	|                                                                             |
0.98/1.29	c 1	|  Number of variables:  1268                                                 |
0.98/1.29	c 1	|  Number of clauses:    12125                                                |
0.98/1.29	c 1	|  Parsing time:         0.01         s                                       |
0.98/1.29	c 1	============================[ Search Statistics ]==============================
0.98/1.29	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.98/1.29	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.98/1.29	c 1	===============================================================================
0.98/1.29	c 1	|         0 |     613     3395     9117 |     1131        0    nan |  0.000 % |
0.98/1.29	c 1	===============================================================================
0.98/1.29	c 1	restarts              : 1
0.98/1.29	c 1	conflicts             : 0              (0 /sec)
0.98/1.29	c 1	decisions             : 85             (0.00 % random) (12146 /sec)
0.98/1.29	c 1	propagations          : 1268           (181195 /sec)
0.98/1.29	c 1	conflict literals     : 0              ( nan % deleted)
0.98/1.30	c 1	Memory used           : 2.32 MB
0.98/1.30	c 1	CPU time              : 0.006998 s
0.98/1.30	c 1	
0.98/1.30	c 1	SATISFIABLE
0.98/1.30	c 1	FOUND: _COST <= 4
0.98/1.30	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.98/1.30	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.13/1.38	c 1	Decoding HOME/temp.out
1.13/1.42	c 1	OBJECTIVE _COST 4
1.13/1.42	o 4
1.13/1.42	v 1 2 3 4 5 6 7 8 9 10 11 11 11
1.13/1.42	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.46	c 1	OBJECTIVE BOUND: 0 <= _COST <= 4
1.13/1.46	c 1	SEARCHING: _COST <= 2
1.13/1.46	c 1	SOLVING HOME/temp.cnf
1.13/1.46	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.13/1.46	c 1	This is MiniSat 2.0 beta
1.13/1.46	c 1	WARNING: for repeatability, setting FPU to use double precision
1.13/1.46	c 1	============================[ Problem Statistics ]=============================
1.13/1.46	c 1	|                                                                             |
1.13/1.46	c 1	|  Number of variables:  1268                                                 |
1.13/1.46	c 1	|  Number of clauses:    12125                                                |
1.13/1.47	c 2	|  Parsing time:         0.01         s                                       |
1.13/1.47	c 2	============================[ Search Statistics ]==============================
1.13/1.47	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.13/1.47	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.13/1.47	c 2	===============================================================================
1.13/1.47	c 2	|         0 |     533     2804     7582 |      934        0    nan |  0.000 % |
1.13/1.47	c 2	===============================================================================
1.13/1.47	c 2	restarts              : 1
1.13/1.47	c 2	conflicts             : 0              (0 /sec)
1.13/1.47	c 2	decisions             : 81             (0.00 % random) (11575 /sec)
1.13/1.47	c 2	propagations          : 1268           (181195 /sec)
1.13/1.47	c 2	conflict literals     : 0              ( nan % deleted)
1.13/1.47	c 2	Memory used           : 2.32 MB
1.13/1.47	c 2	CPU time              : 0.006998 s
1.13/1.47	c 2	
1.13/1.47	c 2	SATISFIABLE
1.13/1.47	c 2	FOUND: _COST <= 2
1.13/1.47	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.13/1.47	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.26/1.55	c 2	Decoding HOME/temp.out
1.26/1.58	c 2	OBJECTIVE _COST 2
1.26/1.58	o 2
1.26/1.58	v 1 0 2 3 4 5 6 7 8 9 10 11 11
1.26/1.59	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.26/1.64	c 2	OBJECTIVE BOUND: 0 <= _COST <= 2
1.26/1.64	c 2	SEARCHING: _COST <= 1
1.26/1.64	c 2	SOLVING HOME/temp.cnf
1.26/1.64	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.26/1.64	c 2	This is MiniSat 2.0 beta
1.26/1.64	c 2	WARNING: for repeatability, setting FPU to use double precision
1.26/1.64	c 2	============================[ Problem Statistics ]=============================
1.26/1.64	c 2	|                                                                             |
1.26/1.64	c 2	|  Number of variables:  1268                                                 |
1.26/1.64	c 2	|  Number of clauses:    12125                                                |
1.26/1.65	c 2	|  Parsing time:         0.01         s                                       |
1.26/1.65	c 2	============================[ Search Statistics ]==============================
1.26/1.65	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.26/1.65	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.26/1.65	c 2	===============================================================================
1.26/1.65	c 2	|         0 |     455     2389     6570 |      796        0    nan |  0.000 % |
1.26/1.65	c 2	===============================================================================
1.26/1.65	c 2	restarts              : 1
1.26/1.65	c 2	conflicts             : 0              (0 /sec)
1.26/1.65	c 2	decisions             : 79             (0.00 % random) (8780 /sec)
1.26/1.65	c 2	propagations          : 1268           (140920 /sec)
1.26/1.65	c 2	conflict literals     : 0              ( nan % deleted)
1.26/1.65	c 2	Memory used           : 2.32 MB
1.26/1.65	c 2	CPU time              : 0.008998 s
1.26/1.65	c 2	
1.26/1.65	c 2	SATISFIABLE
1.26/1.65	c 2	FOUND: _COST <= 1
1.26/1.66	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.26/1.66	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.42/1.74	c 2	Decoding HOME/temp.out
1.42/1.78	c 2	OBJECTIVE _COST 1
1.42/1.78	o 1
1.42/1.78	v 1 0 2 3 4 5 6 7 8 9 10 11 11
1.42/1.78	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.43/1.82	c 2	OBJECTIVE BOUND: 0 <= _COST <= 1
1.43/1.82	c 2	SEARCHING: _COST <= 0
1.43/1.82	c 2	SOLVING HOME/temp.cnf
1.43/1.82	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.43/1.82	c 2	This is MiniSat 2.0 beta
1.43/1.82	c 2	WARNING: for repeatability, setting FPU to use double precision
1.43/1.82	c 2	============================[ Problem Statistics ]=============================
1.43/1.82	c 2	|                                                                             |
1.43/1.82	c 2	|  Number of variables:  1268                                                 |
1.43/1.82	c 2	|  Number of clauses:    12125                                                |
1.43/1.83	c 2	|  Parsing time:         0.01         s                                       |
1.43/1.83	c 2	============================[ Search Statistics ]==============================
1.43/1.83	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.43/1.83	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.43/1.83	c 2	===============================================================================
1.43/1.83	c 2	|         0 |     299     2080     5798 |      693        0    nan |  0.000 % |
1.43/1.83	c 2	|       103 |     299     2080     5798 |      762      103      9 | 76.420 % |
1.43/1.84	c 2	|       253 |     299     2080     5798 |      838      253      8 | 76.420 % |
1.43/1.84	c 2	|       478 |     299     2080     5798 |      922      478      7 | 76.420 % |
1.43/1.85	c 2	|       815 |     299     2080     5798 |     1015      815      8 | 76.420 % |
1.43/1.86	c 2	|      1321 |     299     2080     5798 |     1116     1321      8 | 76.420 % |
1.43/1.88	c 2	|      2081 |     299     2080     5798 |     1228     2081      8 | 76.420 % |
1.55/1.91	c 2	|      3220 |     299     2080     5798 |     1351     2013      8 | 76.420 % |
1.55/1.97	c 2	|      4929 |     299     2080     5798 |     1486     2453      9 | 76.420 % |
1.55/2.05	c 2	|      7492 |     299     2080     5798 |     1634     2383     10 | 76.422 % |
1.91/2.20	c 2	|     11337 |     299     2080     5798 |     1798     2211      9 | 76.420 % |
2.01/2.38	c 2	|     17104 |     299     2080     5798 |     1978     2130      9 | 76.420 % |
2.41/2.70	c 3	|     25754 |     299     2080     5798 |     2175     1584      9 | 76.420 % |
2.81/3.11	c 3	|     38732 |     299     2080     5798 |     2393     3006     10 | 76.420 % |
3.60/3.93	c 4	|     58193 |     299     2080     5798 |     2632     3426     11 | 76.420 % |
4.99/5.32	c 5	|     87386 |     299     2080     5798 |     2896     2846     11 | 76.420 % |
7.07/7.40	c 7	|    131175 |     299     2080     5798 |     3185     2800      9 | 76.420 % |
9.74/10.12	c 10	|    196859 |     299     2080     5798 |     3504     4155     12 | 76.420 % |
13.61/14.10	c 14	|    295385 |     299     2080     5798 |     3854     3943     10 | 76.420 % |
20.45/20.94	c 21	|    443175 |     299     2080     5798 |     4240     3233     10 | 76.420 % |
30.15/30.73	c 31	|    664860 |     299     2080     5798 |     4664     3618      9 | 76.420 % |
44.92/45.64	c 46	|    997386 |     295     2028     5658 |     5130     5209     11 | 76.735 % |
67.03/67.94	c 68	|   1496175 |     293     2002     5594 |     5643     3163      8 | 76.893 % |
75.36/76.34	c 76	===============================================================================
75.36/76.34	c 76	restarts              : 23
75.36/76.34	c 76	conflicts             : 1675644        (22688 /sec)
75.36/76.34	c 76	decisions             : 2080564        (0.92 % random) (28171 /sec)
75.36/76.34	c 76	propagations          : 71210563       (964197 /sec)
75.36/76.34	c 76	conflict literals     : 17611579       (6.25 % deleted)
75.36/76.34	c 76	Memory used           : 3.75 MB
75.36/76.34	c 76	CPU time              : 73.8548 s
75.36/76.34	c 76	
75.36/76.34	c 76	UNSATISFIABLE
75.36/76.34	c 76	NOT FOUND: _COST <= 0
75.36/76.34	c 76	OBJECTIVE _COST 1
75.36/76.34	s OPTIMUM FOUND
75.36/76.34	c 76	CPU 75.16 (0.04 0.02 75.12 0.23)
75.36/76.34	c 76	END Sat Jul 12 21:22:31 2008

Verifier Data (download as text)

OK	1	77
1 unsatisfied constraints, 77 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-1113760-1215890475/watcher-1113760-1215890475 -o /tmp/evaluation-result-1113760-1215890475/solver-1113760-1215890475 -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-1113760-1215890475.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.44 2.57 4/82 18312
/proc/meminfo: memFree=1920992/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=12000 CPUtime=0
/proc/18312/stat : 18312 (sugar) R 18310 18312 17225 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 45749132 12288000 170 996147200 4194304 4206940 548682068592 18446744073709551615 268233287648 0 0 4224 0 0 0 0 17 1 0 0
/proc/18312/statm: 3000 170 131 3 0 100 0

[startup+0.0502001 s]
/proc/loadavg: 2.13 2.44 2.57 4/82 18312
/proc/meminfo: memFree=1920992/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=0.04
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 838 0 0 0 3 1 0 0 18 0 1 0 45749132 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101559 s]
/proc/loadavg: 2.13 2.44 2.57 4/82 18312
/proc/meminfo: memFree=1920992/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=0.04
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45749132 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30152 s]
/proc/loadavg: 2.13 2.44 2.57 4/82 18312
/proc/meminfo: memFree=1920992/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=0.23
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 957 4104 0 1 3 1 16 3 16 0 1 0 45749132 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+0.701559 s]
/proc/loadavg: 2.13 2.44 2.57 4/82 18312
/proc/meminfo: memFree=1920992/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=0.23
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 974 4104 0 1 3 1 16 3 15 0 1 0 45749132 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+1.50165 s]
/proc/loadavg: 2.13 2.44 2.57 4/93 18358
/proc/meminfo: memFree=1915016/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.26
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1560 27137 0 6 3 2 104 17 17 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 13600

[startup+3.10183 s]
/proc/loadavg: 2.04 2.41 2.56 3/85 18408
/proc/meminfo: memFree=1917640/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 15 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=2500 CPUtime=1.26
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 335 0 0 0 126 0 0 0 25 0 1 0 45749315 2560000 321 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 625 321 75 150 0 472 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 21456

[startup+6.30123 s]
/proc/loadavg: 2.04 2.41 2.56 3/85 18408
/proc/meminfo: memFree=1917328/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 16 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=2764 CPUtime=4.43
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 387 0 0 0 443 0 0 0 25 0 1 0 45749315 2830336 373 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 691 373 75 150 0 538 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 21720

[startup+12.7029 s]
/proc/loadavg: 2.03 2.40 2.55 3/85 18408
/proc/meminfo: memFree=1916752/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 16 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=3028 CPUtime=10.77
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 476 0 0 0 1077 0 0 0 25 0 1 0 45749315 3100672 462 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 757 462 75 150 0 604 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 21984

[startup+25.5014 s]
/proc/loadavg: 2.03 2.39 2.54 3/85 18408
/proc/meminfo: memFree=1916560/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 16 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=3300 CPUtime=23.45
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 542 0 0 0 2345 0 0 0 25 0 1 0 45749315 3379200 528 996147200 134512640 135127466 4294956256 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 825 528 75 150 0 672 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 22256

[startup+51.1013 s]
/proc/loadavg: 2.08 2.37 2.53 3/85 18408
/proc/meminfo: memFree=1916304/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 16 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=3700 CPUtime=48.83
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 614 0 0 0 4883 0 0 0 25 0 1 0 45749315 3788800 600 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 925 600 75 150 0 772 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 22656

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

[startup+63.9027 s]
/proc/loadavg: 2.06 2.35 2.53 3/85 18408
/proc/meminfo: memFree=1916176/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 16 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=3700 CPUtime=61.51
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 641 0 0 0 6151 0 0 0 25 0 1 0 45749315 3788800 627 996147200 134512640 135127466 4294956256 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 925 627 75 150 0 772 0
Current children cumulated CPU time (s) 63.06
Current children cumulated vsize (KiB) 22656

[startup+70.3014 s]
/proc/loadavg: 2.06 2.35 2.52 3/85 18408
/proc/meminfo: memFree=1916176/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 16 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=3832 CPUtime=67.86
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 652 0 0 0 6786 0 0 0 25 0 1 0 45749315 3923968 638 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 958 638 75 150 0 805 0
Current children cumulated CPU time (s) 69.41
Current children cumulated vsize (KiB) 22788

[startup+73.5028 s]
/proc/loadavg: 2.05 2.34 2.52 3/85 18408
/proc/meminfo: memFree=1916176/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 16 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=3832 CPUtime=71.04
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 652 0 0 0 7104 0 0 0 25 0 1 0 45749315 3923968 638 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 958 638 75 150 0 805 0
Current children cumulated CPU time (s) 72.59
Current children cumulated vsize (KiB) 22788

[startup+75.102 s]
/proc/loadavg: 2.05 2.34 2.52 3/85 18408
/proc/meminfo: memFree=1916176/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 16 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=3832 CPUtime=72.62
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 656 0 0 0 7262 0 0 0 25 0 1 0 45749315 3923968 642 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 958 642 75 150 0 805 0
Current children cumulated CPU time (s) 74.17
Current children cumulated vsize (KiB) 22788

[startup+75.9061 s]
/proc/loadavg: 2.05 2.34 2.52 3/85 18408
/proc/meminfo: memFree=1916176/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 16 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=3832 CPUtime=73.41
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 656 0 0 0 7341 0 0 0 25 0 1 0 45749315 3923968 642 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 958 642 75 150 0 805 0
Current children cumulated CPU time (s) 74.96
Current children cumulated vsize (KiB) 22788

[startup+76.3011 s]
/proc/loadavg: 2.05 2.34 2.52 3/85 18408
/proc/meminfo: memFree=1916176/2055920 swapFree=4180184/4192956
[pid=18312] ppid=18310 vsize=13600 CPUtime=1.55
/proc/18312/stat : 18312 (sugar) S 18310 18312 17225 0 -1 4194304 1745 35139 0 8 4 2 127 22 16 0 1 0 45749132 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18312/statm: 3400 805 374 3 0 500 0
[pid=18407] ppid=18312 vsize=5356 CPUtime=0
/proc/18407/stat : 18407 (sh) S 18312 18312 17225 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45749315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18407/statm: 1339 232 193 169 0 50 0
[pid=18408] ppid=18407 vsize=3832 CPUtime=73.81
/proc/18408/stat : 18408 (minisat) R 18407 18312 17225 0 -1 4194304 661 0 0 0 7381 0 0 0 25 0 1 0 45749315 3923968 647 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/18408/statm: 958 647 75 150 0 805 0
Current children cumulated CPU time (s) 75.36
Current children cumulated vsize (KiB) 22788

Child status: 0
Real time (s): 76.3477
CPU time (s): 75.4315
CPU user time (s): 75.1706
CPU system time (s): 0.26096
CPU usage (%): 98.8
Max. virtual memory (cumulated for all children) (KiB): 883024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.1706
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37912
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= 1582
involuntary context switches= 4511

runsolver used 0.076988 second user time and 0.245962 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-12 21:21:15
IDJOB=1113760
IDBENCH=61636
IDSOLVER=368
FILE ID=node32/1113760-1215890475
PBS_JOBID= 7903527
Free space on /tmp= 66448 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 91e38f3bea94c28609ed6d1f4c23676f
RANDOM SEED=257039176

node32.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.243
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.243
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:       1921472 kB
Buffers:         13832 kB
Cached:          47980 kB
SwapCached:       6052 kB
Active:          56656 kB
Inactive:        27484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921472 kB
SwapTotal:     4192956 kB
SwapFree:      4180184 kB
Dirty:            1296 kB
Writeback:           0 kB
Mapped:          38188 kB
Slab:            35064 kB
Committed_AS:   306664 kB
PageTables:       2148 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= 66444 MiB
End job on node32 at 2008-07-12 21:22:31