Trace number 1110891

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+minisat-incOPTIMUM1 87.8376 89.108

General information on the benchmark

Namecsp/pseudoGLB/
normalized-t2001-13queen13-1110973670.xml
MD5SUM93ab400b227bc714627a6e33dd32a836
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark87.8376
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints101
Maximum constraint arity169
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(101)

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.03/0.19	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.19	c 0	BEGIN Sat Jul 12 06:59:44 2008
0.03/0.19	c 0	PID 15916
0.03/0.19	c 0	HOST node55.alineos.net
0.03/0.19	c 0	CONVERTING HOME/instance-1110891-1215838784.xml TO HOME/temp.csp
0.03/0.19	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110891-1215838784.xml' 'HOME/temp.csp'
0.07/0.51	c 1	1 domains, 169 variables, 0 predicates, 0 relations, 101 constraints
0.07/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.37/0.65	c 1	Parsing HOME/temp.csp
0.37/0.81	c 1	parsed 271 expressions
0.37/0.81	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.82	c 1	MAX CSP: 101 constraints
0.37/0.82	c 1	Converting to clausal form CSP
0.37/0.84	c 1	converted 38 (10%) expressions
0.37/0.84	c 1	converted 75 (20%) expressions
0.37/0.84	c 1	converted 113 (30%) expressions
0.37/0.84	c 1	converted 150 (40%) expressions
0.37/0.85	c 1	converted 188 (50%) expressions
0.37/0.87	c 1	converted 225 (60%) expressions
0.37/0.93	c 1	converted 263 (70%) expressions
0.78/1.05	c 1	converted 300 (80%) expressions
0.78/1.08	c 1	converted 338 (90%) expressions
0.88/1.13	c 1	converted 375 (100%) expressions
0.88/1.13	c 1	CSP : 1230 integers, 0 booleans, 2020 clauses, largest domain size 615
0.88/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.13	c 1	Propagation in CSP
0.88/1.17	c 1	97 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.88/1.17	c 1	CSP : 1230 integers, 0 booleans, 2020 clauses, largest domain size 615
0.88/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.17	c 1	Simplifing CSP by introducing new Boolean variables
0.88/1.18	c 1	CSP : 1230 integers, 0 booleans, 2020 clauses, largest domain size 615
0.88/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.98/1.22	c 1	123 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.23	c 1	246 (20%) CSP integer variables are encoded (76 clauses, 900 bytes)
0.98/1.23	c 1	369 (30%) CSP integer variables are encoded (329 clauses, 3683 bytes)
0.98/1.24	c 1	492 (40%) CSP integer variables are encoded (584 clauses, 6592 bytes)
0.98/1.24	c 1	615 (50%) CSP integer variables are encoded (840 clauses, 9920 bytes)
0.98/1.24	c 1	738 (60%) CSP integer variables are encoded (1095 clauses, 13235 bytes)
0.98/1.24	c 1	861 (70%) CSP integer variables are encoded (1354 clauses, 16602 bytes)
0.98/1.24	c 1	984 (80%) CSP integer variables are encoded (2135 clauses, 26755 bytes)
0.98/1.25	c 1	1107 (90%) CSP integer variables are encoded (7277 clauses, 93601 bytes)
0.98/1.25	c 1	1230 (100%) CSP integer variables are encoded (10038 clauses, 131829 bytes)
0.98/1.27	c 1	202 (10%) CSP clauses are encoded (11670 clauses, 153333 bytes)
0.98/1.29	c 1	404 (20%) CSP clauses are encoded (12962 clauses, 169996 bytes)
0.98/1.29	c 1	606 (30%) CSP clauses are encoded (14236 clauses, 187379 bytes)
1.08/1.30	c 1	808 (40%) CSP clauses are encoded (15528 clauses, 206930 bytes)
1.08/1.31	c 1	1010 (50%) CSP clauses are encoded (16796 clauses, 225983 bytes)
1.08/1.32	c 1	1212 (60%) CSP clauses are encoded (18082 clauses, 245232 bytes)
1.08/1.32	c 1	1414 (70%) CSP clauses are encoded (19382 clauses, 265140 bytes)
1.27/1.50	c 2	1616 (80%) CSP clauses are encoded (117454 clauses, 2057504 bytes)
2.26/2.52	c 3	1818 (90%) CSP clauses are encoded (734320 clauses, 13422495 bytes)
2.26/2.54	c 3	2020 (100%) CSP clauses are encoded (749239 clauses, 13727087 bytes)
2.26/2.54	c 3	2020 CSP clauses encoded
2.26/2.54	c 3	Writing map file : HOME/temp.map
2.26/2.55	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.26/2.55	c 3	SAT : 11268 SAT variables, 749239 SAT clauses, 13727087 bytes
2.26/2.55	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.61	c 3	OBJECTIVE minimize _COST
2.31/2.61	c 3	SOLVING HOME/temp.cnf
2.31/2.61	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.31/2.61	c 3	This is MiniSat 2.0 beta incremental
2.31/2.61	c 3	WARNING: for repeatability, setting FPU to use double precision
2.31/2.61	c 3	============================[ Problem Statistics ]=============================
2.31/2.61	c 3	|                                                                             |
2.31/2.61	c 3	|  Number of variables:  11268                                                |
2.31/2.61	c 3	|  Number of clauses:    749239                                               |
2.33/2.95	c 3	|  Parsing time:         0.28         s                                       |
2.33/2.96	c 3	OK
2.33/2.96	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.33/2.96	c 3	SEARCHING: _COST <= 51
2.33/2.96	c 3	============================[ Search Statistics ]==============================
2.33/2.96	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.33/2.96	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.33/2.96	c 3	===============================================================================
2.33/2.96	c 3	|         0 |   11268   749239  2217788 |   249746        0    nan |  0.000 % |
2.33/3.06	c 3	===============================================================================
2.33/3.06	c 3	restarts              : 1
2.33/3.06	c 3	conflicts             : 3             (8 /sec)
2.33/3.07	c 3	decisions             : 63            (0.00 % random) (162 /sec)
2.33/3.07	c 3	propagations          : 16769          (43226 /sec)
2.33/3.07	c 3	conflict literals     : 36             (0.00 % deleted)
2.33/3.07	c 3	Memory used           : 33.25 MB
2.33/3.07	c 3	CPU time              : 0.387941 s
2.33/3.07	c 3	
2.33/3.07	c 3	SATISFIABLE
2.33/3.07	c 3	OK
2.33/3.07	c 3	FOUND: _COST <= 51
2.33/3.07	s SATISFIABLE
2.33/3.07	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.33/3.07	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.33/3.15	c 3	Decoding HOME/temp.out
2.89/3.28	c 3	OBJECTIVE _COST 24
2.89/3.28	o 24
2.89/3.29	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0
2.89/3.29	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.34	c 3	OK
3.00/3.34	c 3	OBJECTIVE BOUND: 0 <= _COST <= 24
3.00/3.34	c 3	SEARCHING: _COST <= 12
3.00/3.34	c 3	============================[ Search Statistics ]==============================
3.00/3.35	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.00/3.35	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.00/3.35	c 3	===============================================================================
3.00/3.35	c 3	|         3 |   11268   749239  2217788 |   249746        3     12 |  0.000 % |
3.08/3.47	c 4	===============================================================================
3.08/3.47	c 4	restarts              : 2
3.08/3.47	c 4	conflicts             : 24            (46 /sec)
3.08/3.47	c 4	decisions             : 150           (0.67 % random) (289 /sec)
3.08/3.47	c 4	propagations          : 70165          (134953 /sec)
3.08/3.47	c 4	conflict literals     : 332            (20.57 % deleted)
3.08/3.47	c 4	Memory used           : 33.51 MB
3.08/3.47	c 4	CPU time              : 0.51992 s
3.08/3.47	c 4	
3.08/3.47	c 4	SATISFIABLE
3.08/3.47	c 4	OK
3.08/3.47	c 4	FOUND: _COST <= 12
3.08/3.47	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.08/3.47	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.16/3.55	c 4	Decoding HOME/temp.out
3.16/3.62	c 4	OBJECTIVE _COST 12
3.16/3.62	o 12
3.16/3.63	v 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 0 0 1
3.16/3.63	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.16/3.68	c 4	OK
3.16/3.68	c 4	OBJECTIVE BOUND: 0 <= _COST <= 12
3.16/3.68	c 4	SEARCHING: _COST <= 6
3.16/3.69	c 4	============================[ Search Statistics ]==============================
3.16/3.69	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.16/3.69	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.16/3.69	c 4	===============================================================================
3.16/3.69	c 4	|        24 |   10698   749239  2217788 |   249746       24     14 |  0.000 % |
3.42/3.87	c 4	===============================================================================
3.42/3.87	c 4	restarts              : 3
3.42/3.87	c 4	conflicts             : 77            (108 /sec)
3.42/3.87	c 4	decisions             : 235           (1.70 % random) (329 /sec)
3.42/3.87	c 4	propagations          : 170976         (239499 /sec)
3.42/3.87	c 4	conflict literals     : 1215           (18.35 % deleted)
3.42/3.87	c 4	Memory used           : 33.77 MB
3.42/3.87	c 4	CPU time              : 0.713891 s
3.42/3.87	c 4	
3.42/3.87	c 4	SATISFIABLE
3.42/3.88	c 4	OK
3.42/3.88	c 4	FOUND: _COST <= 6
3.42/3.88	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.42/3.88	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.50/3.96	c 4	Decoding HOME/temp.out
3.50/4.03	c 4	OBJECTIVE _COST 6
3.50/4.03	o 6
3.50/4.04	v 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0
3.50/4.04	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.50/4.09	c 4	OK
3.50/4.09	c 4	OBJECTIVE BOUND: 0 <= _COST <= 6
3.50/4.09	c 4	SEARCHING: _COST <= 3
3.66/4.10	c 4	============================[ Search Statistics ]==============================
3.66/4.10	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.66/4.10	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.66/4.10	c 4	===============================================================================
3.66/4.10	c 4	|        77 |   10561   749239  2217788 |   249746       77     16 |  0.000 % |
3.76/4.20	c 4	===============================================================================
3.76/4.20	c 4	restarts              : 4
3.76/4.20	c 4	conflicts             : 107           (130 /sec)
3.76/4.20	c 4	decisions             : 282           (1.42 % random) (344 /sec)
3.76/4.20	c 4	propagations          : 217990         (265558 /sec)
3.76/4.20	c 4	conflict literals     : 1824           (20.00 % deleted)
3.76/4.20	c 4	Memory used           : 33.77 MB
3.76/4.20	c 4	CPU time              : 0.820875 s
3.76/4.20	c 4	
3.76/4.20	c 4	SATISFIABLE
3.76/4.20	c 4	OK
3.76/4.20	c 4	FOUND: _COST <= 3
3.76/4.20	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.76/4.20	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.76/4.28	c 4	Decoding HOME/temp.out
3.94/4.41	c 4	OBJECTIVE _COST 3
3.94/4.41	o 3
3.94/4.42	v 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
3.94/4.44	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.94/4.47	c 5	OK
3.94/4.47	c 5	OBJECTIVE BOUND: 0 <= _COST <= 3
3.94/4.47	c 5	SEARCHING: _COST <= 1
3.94/4.49	c 5	============================[ Search Statistics ]==============================
3.94/4.49	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.94/4.49	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.94/4.49	c 5	===============================================================================
3.94/4.49	c 5	|       107 |   10448   749239  2217788 |   249746      107     17 |  0.000 % |
4.05/4.51	c 5	===============================================================================
4.05/4.51	c 5	restarts              : 5
4.05/4.51	c 5	conflicts             : 112           (130 /sec)
4.05/4.51	c 5	decisions             : 298           (1.34 % random) (347 /sec)
4.05/4.51	c 5	propagations          : 230537         (268419 /sec)
4.05/4.51	c 5	conflict literals     : 1930           (19.25 % deleted)
4.05/4.51	c 5	Memory used           : 33.77 MB
4.05/4.51	c 5	CPU time              : 0.858869 s
4.05/4.51	c 5	
4.05/4.51	c 5	SATISFIABLE
4.05/4.51	c 5	OK
4.05/4.51	c 5	FOUND: _COST <= 1
4.05/4.51	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.05/4.51	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.05/4.59	c 5	Decoding HOME/temp.out
4.06/4.71	c 5	OBJECTIVE _COST 1
4.06/4.71	o 1
4.06/4.72	v 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0
4.06/4.75	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.06/4.76	c 5	OK
4.06/4.76	c 5	OBJECTIVE BOUND: 0 <= _COST <= 1
4.06/4.76	c 5	SEARCHING: _COST <= 0
4.06/4.77	c 5	============================[ Search Statistics ]==============================
4.06/4.77	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.06/4.77	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.06/4.77	c 5	===============================================================================
4.06/4.77	c 5	|       112 |   10344   749239  2217788 |   249746      112     17 |  0.000 % |
4.44/4.93	c 5	|       213 |   10344   749239  2217788 |   274720      213     20 |  9.668 % |
4.64/5.16	c 5	|       363 |   10344   749239  2217788 |   302193      363     23 |  9.668 % |
4.93/5.50	c 6	|       588 |   10344   749239  2217788 |   332412      588     25 |  9.668 % |
5.42/5.97	c 6	|       925 |   10344   749239  2217788 |   365653      925     28 |  9.668 % |
6.11/6.69	c 7	|      1431 |   10344   749239  2217788 |   402218     1431     31 |  9.668 % |
7.30/7.81	c 8	|      2192 |   10344   749239  2217788 |   442440     2192     33 |  9.668 % |
9.18/9.76	c 10	|      3331 |   10344   749239  2217788 |   486684     3331     35 |  9.668 % |
12.06/12.64	c 13	|      5039 |   10179   733672  2174254 |   535353     5013     37 |  9.668 % |
17.20/17.84	c 18	|      7603 |   10179   733672  2174254 |   588888     7577     40 |  9.668 % |
25.33/26.00	c 26	|     11447 |   10179   733672  2174254 |   647777    11421     42 |  9.668 % |
37.61/38.48	c 39	|     17214 |   10179   733672  2174254 |   712555    17188     44 |  9.668 % |
57.33/58.39	c 58	|     25864 |   10179   733672  2174254 |   783810    25838     47 |  9.669 % |
87.71/89.09	c 89	===============================================================================
87.71/89.09	c 89	restarts              : 18
87.71/89.09	c 89	conflicts             : 36564         (434 /sec)
87.71/89.09	c 89	decisions             : 40000         (0.35 % random) (474 /sec)
87.71/89.09	c 89	propagations          : 35087974       (416034 /sec)
87.71/89.09	c 89	conflict literals     : 1830681        (17.92 % deleted)
87.71/89.09	c 89	Memory used           : 41.76 MB
87.71/89.09	c 89	CPU time              : 84.3392 s
87.71/89.09	c 89	
87.71/89.09	c 89	UNSATISFIABLE
87.71/89.09	c 89	OK
87.71/89.09	c 89	NOT FOUND: _COST <= 0
87.71/89.09	c 89	OK
87.71/89.09	c 89	OBJECTIVE _COST 1
87.71/89.09	s OPTIMUM FOUND
87.71/89.10	c 89	CPU 87.36 (0.06 0.04 87.3 0.42)
87.71/89.10	c 89	END Sat Jul 12 07:01:13 2008

Verifier Data (download as text)

OK	1	100
1 unsatisfied constraints, 100 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-1110891-1215838784/watcher-1110891-1215838784 -o /tmp/evaluation-result-1110891-1215838784/solver-1110891-1215838784 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110891-1215838784.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.56 2.21 2.07 4/73 15916
/proc/meminfo: memFree=1349456/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=124 CPUtime=0
/proc/15916/stat : 15916 (sugar++) D 15914 15916 15544 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 40577043 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 248758990217 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/15916/statm: 31 23 17 3 0 3 0

[startup+0.0598651 s]
/proc/loadavg: 2.56 2.21 2.07 4/73 15916
/proc/meminfo: memFree=1349456/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=12412 CPUtime=0
/proc/15916/stat : 15916 (sugar++) D 15914 15916 15544 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 40577043 12709888 392 996147200 4194304 4206940 548682068528 18446744073709551615 248761776741 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/15916/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.102568 s]
/proc/loadavg: 2.56 2.21 2.07 4/73 15916
/proc/meminfo: memFree=1349456/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=13336 CPUtime=0.03
/proc/15916/stat : 15916 (sugar++) D 15914 15916 15544 0 -1 4194304 733 0 0 0 2 1 0 0 18 0 1 0 40577043 13656064 701 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/15916/statm: 3334 701 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.301587 s]
/proc/loadavg: 2.56 2.21 2.07 4/73 15916
/proc/meminfo: memFree=1349456/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16740 CPUtime=0.07
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1219 127 0 1 5 2 0 0 19 0 1 0 40577043 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701623 s]
/proc/loadavg: 2.56 2.21 2.07 4/73 15916
/proc/meminfo: memFree=1349456/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16740 CPUtime=0.37
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1296 4496 0 2 5 2 27 3 16 0 1 0 40577043 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16740

[startup+1.5027 s]
/proc/loadavg: 2.56 2.21 2.07 4/84 15938
/proc/meminfo: memFree=1336120/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16740 CPUtime=0.37
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1297 4496 0 2 5 2 27 3 15 0 1 0 40577043 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4185 1104 409 3 0 764 0
[pid=15929] ppid=15916 vsize=5356 CPUtime=0
/proc/15929/stat : 15929 (sh) S 15916 15916 15544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40577100 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15929/statm: 1339 233 193 169 0 50 0
[pid=15930] ppid=15929 vsize=868348 CPUtime=0.9
/proc/15930/stat : 15930 (java) S 15929 15916 15544 0 -1 0 6510 0 1 0 84 6 0 0 18 0 9 0 40577101 889188352 5673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15930/statm: 217087 5673 2562 9 0 211634 0
[pid=15930/tid=15931] ppid=15929 vsize=868348 CPUtime=0.56
/proc/15930/task/15931/stat : 15931 (java) R 15929 15916 15544 0 -1 64 2756 0 1 0 53 3 0 0 19 0 9 0 40577102 889188352 5673 996147200 134512640 134550740 4294955920 18446744073709551615 4126945264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15930/tid=15932] ppid=15929 vsize=868348 CPUtime=0.07
/proc/15930/task/15932/stat : 15932 (java) S 15929 15916 15544 0 -1 64 1568 0 0 0 6 1 0 0 16 0 9 0 40577103 889188352 5673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15930/tid=15933] ppid=15929 vsize=868348 CPUtime=0
/proc/15930/task/15933/stat : 15933 (java) S 15929 15916 15544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40577103 889188352 5673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15930/tid=15934] ppid=15929 vsize=868348 CPUtime=0
/proc/15930/task/15934/stat : 15934 (java) S 15929 15916 15544 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40577103 889188352 5673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15930/tid=15935] ppid=15929 vsize=868348 CPUtime=0
/proc/15930/task/15935/stat : 15935 (java) S 15929 15916 15544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40577105 889188352 5673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15930/tid=15936] ppid=15929 vsize=868348 CPUtime=0.24
/proc/15930/task/15936/stat : 15936 (java) S 15929 15916 15544 0 -1 64 1493 0 0 0 23 1 0 0 16 0 9 0 40577105 889188352 5673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15930/tid=15937] ppid=15929 vsize=868348 CPUtime=0
/proc/15930/task/15937/stat : 15937 (java) S 15929 15916 15544 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40577105 889188352 5673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15930/tid=15938] ppid=15929 vsize=868348 CPUtime=0
/proc/15930/task/15938/stat : 15938 (java) S 15929 15916 15544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40577105 889188352 5673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 890444

[startup+3.10185 s]
/proc/loadavg: 2.56 2.21 2.07 3/87 15941
/proc/meminfo: memFree=1322528/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=2.33
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1511 11670 0 3 5 2 207 19 16 0 1 0 40577043 17272832 1115 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1115 414 3 0 796 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 16868

[startup+6.30114 s]
/proc/loadavg: 2.51 2.21 2.07 3/75 16019
/proc/meminfo: memFree=1299200/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=3.38
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1828 30523 0 8 6 3 296 33 15 0 1 0 40577043 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1116 414 3 0 796 0
[pid=15949] ppid=15916 vsize=34576 CPUtime=2.44
/proc/15949/stat : 15949 (minisat-inc) R 15916 15916 15544 0 -1 4194304 8319 0 0 0 238 6 0 0 25 0 1 0 40577304 35405824 8258 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15949/statm: 8644 8258 79 151 0 8490 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 51444

[startup+12.7027 s]
/proc/loadavg: 2.47 2.20 2.07 3/75 16019
/proc/meminfo: memFree=1297032/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=3.38
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1828 30523 0 8 6 3 296 33 16 0 1 0 40577043 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1116 414 3 0 796 0
[pid=15949] ppid=15916 vsize=34972 CPUtime=8.77
/proc/15949/stat : 15949 (minisat-inc) R 15916 15916 15544 0 -1 4194304 8414 0 0 0 871 6 0 0 25 0 1 0 40577304 35811328 8353 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15949/statm: 8743 8353 79 151 0 8589 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 51840

[startup+25.5019 s]
/proc/loadavg: 2.36 2.19 2.07 3/75 16019
/proc/meminfo: memFree=1292296/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=3.38
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1828 30523 0 8 6 3 296 33 16 0 1 0 40577043 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1116 414 3 0 796 0
[pid=15949] ppid=15916 vsize=36292 CPUtime=21.45
/proc/15949/stat : 15949 (minisat-inc) R 15916 15916 15544 0 -1 4194304 8737 0 0 0 2139 6 0 0 25 0 1 0 40577304 37163008 8676 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15949/statm: 9073 8676 79 151 0 8919 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 53160

[startup+51.1013 s]
/proc/loadavg: 2.24 2.18 2.07 3/75 16019
/proc/meminfo: memFree=1281928/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=3.38
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1828 30523 0 8 6 3 296 33 16 0 1 0 40577043 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1116 414 3 0 796 0
[pid=15949] ppid=15916 vsize=39028 CPUtime=46.81
/proc/15949/stat : 15949 (minisat-inc) R 15916 15916 15544 0 -1 4194304 9429 0 0 0 4674 7 0 0 25 0 1 0 40577304 39964672 9368 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15949/statm: 9757 9368 79 151 0 9603 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 55896

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

[startup+63.9024 s]
/proc/loadavg: 2.20 2.17 2.07 3/75 16019
/proc/meminfo: memFree=1280712/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=3.38
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1828 30523 0 8 6 3 296 33 16 0 1 0 40577043 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1116 414 3 0 796 0
[pid=15949] ppid=15916 vsize=40248 CPUtime=59.49
/proc/15949/stat : 15949 (minisat-inc) R 15916 15916 15544 0 -1 4194304 9719 0 0 0 5942 7 0 0 25 0 1 0 40577304 41213952 9658 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15949/statm: 10062 9658 79 151 0 9908 0
Current children cumulated CPU time (s) 62.87
Current children cumulated vsize (KiB) 57116

[startup+76.7016 s]
/proc/loadavg: 2.16 2.16 2.06 3/75 16019
/proc/meminfo: memFree=1279560/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=3.38
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1828 30523 0 8 6 3 296 33 16 0 1 0 40577043 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1116 414 3 0 796 0
[pid=15949] ppid=15916 vsize=41436 CPUtime=72.17
/proc/15949/stat : 15949 (minisat-inc) R 15916 15916 15544 0 -1 4194304 10023 0 0 0 7210 7 0 0 25 0 1 0 40577304 42430464 9962 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15949/statm: 10359 9962 79 151 0 10205 0
Current children cumulated CPU time (s) 75.55
Current children cumulated vsize (KiB) 58304

[startup+83.1012 s]
/proc/loadavg: 2.14 2.16 2.06 3/75 16025
/proc/meminfo: memFree=1277832/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=3.38
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1828 30523 0 8 6 3 296 33 16 0 1 0 40577043 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1116 414 3 0 796 0
[pid=15949] ppid=15916 vsize=42096 CPUtime=78.49
/proc/15949/stat : 15949 (minisat-inc) R 15916 15916 15544 0 -1 4194304 10189 0 0 0 7841 8 0 0 25 0 1 0 40577304 43106304 10128 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15949/statm: 10524 10128 79 151 0 10370 0
Current children cumulated CPU time (s) 81.87
Current children cumulated vsize (KiB) 58964

[startup+86.3015 s]
/proc/loadavg: 2.13 2.16 2.06 3/75 16025
/proc/meminfo: memFree=1277512/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=3.38
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1828 30523 0 8 6 3 296 33 16 0 1 0 40577043 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1116 414 3 0 796 0
[pid=15949] ppid=15916 vsize=42492 CPUtime=81.66
/proc/15949/stat : 15949 (minisat-inc) R 15916 15916 15544 0 -1 4194304 10270 0 0 0 8158 8 0 0 25 0 1 0 40577304 43511808 10209 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/15949/statm: 10623 10209 79 151 0 10469 0
Current children cumulated CPU time (s) 85.04
Current children cumulated vsize (KiB) 59360

[startup+87.9016 s]
/proc/loadavg: 2.13 2.16 2.06 3/75 16025
/proc/meminfo: memFree=1277320/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=3.38
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1828 30523 0 8 6 3 296 33 16 0 1 0 40577043 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1116 414 3 0 796 0
[pid=15949] ppid=15916 vsize=42624 CPUtime=83.24
/proc/15949/stat : 15949 (minisat-inc) R 15916 15916 15544 0 -1 4194304 10308 0 0 0 8316 8 0 0 25 0 1 0 40577304 43646976 10247 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15949/statm: 10656 10247 79 151 0 10502 0
Current children cumulated CPU time (s) 86.62
Current children cumulated vsize (KiB) 59492

[startup+88.7027 s]
/proc/loadavg: 2.13 2.16 2.06 3/75 16025
/proc/meminfo: memFree=1277320/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=16868 CPUtime=3.38
/proc/15916/stat : 15916 (sugar++) S 15914 15916 15544 0 -1 4194304 1828 30523 0 8 6 3 296 33 16 0 1 0 40577043 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15916/statm: 4217 1116 414 3 0 796 0
[pid=15949] ppid=15916 vsize=42624 CPUtime=84.04
/proc/15949/stat : 15949 (minisat-inc) R 15916 15916 15544 0 -1 4194304 10326 0 0 0 8396 8 0 0 25 0 1 0 40577304 43646976 10265 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/15949/statm: 10656 10265 79 151 0 10502 0
Current children cumulated CPU time (s) 87.42
Current children cumulated vsize (KiB) 59492

[startup+89.1077 s]
/proc/loadavg: 2.12 2.15 2.06 3/75 16025
/proc/meminfo: memFree=1277192/2055920 swapFree=4192812/4192956
[pid=15916] ppid=15914 vsize=0 CPUtime=87.82
/proc/15916/stat : 15916 (sugar++) Z 15914 15916 15544 0 -1 4194316 1906 40859 0 8 6 4 8730 42 16 0 1 0 40577043 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 1 0 0
/proc/15916/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 87.82
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 89.108
CPU time (s): 87.8376
CPU user time (s): 87.3657
CPU system time (s): 0.471928
CPU usage (%): 98.5744
Max. virtual memory (cumulated for all children) (KiB): 890444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.3657
system time used= 0.471928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42765
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= 6245
involuntary context switches= 7836

runsolver used 0.123981 second user time and 0.299954 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-12 06:59:44
IDJOB=1110891
IDBENCH=61175
IDSOLVER=367
FILE ID=node55/1110891-1215838784
PBS_JOBID= 7903382
Free space on /tmp= 66236 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-t2001-13queen13-1110973670.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110891-1215838784/watcher-1110891-1215838784 -o /tmp/evaluation-result-1110891-1215838784/solver-1110891-1215838784 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110891-1215838784.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 93ab400b227bc714627a6e33dd32a836
RANDOM SEED=586579363

node55.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.225
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.225
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:       1350128 kB
Buffers:          3468 kB
Cached:         235144 kB
SwapCached:          0 kB
Active:         636088 kB
Inactive:        10044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:         418848 kB
Slab:            44232 kB
Committed_AS:   569556 kB
PageTables:       2520 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66236 MiB
End job on node55 at 2008-07-12 07:01:13