Trace number 1110913

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 104.132 105.454

General information on the benchmark

Namecsp/pseudoGLB/
normalized-t2001-13queen13-1111225605.xml
MD5SUM240de1c29e1b1dd48bcfd184fe853e25
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 benchmark46.5219
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.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 07:02:42 2008
0.00/0.08	c 0	PID 16635
0.00/0.08	c 0	HOST node18.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110913-1215838962.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110913-1215838962.xml' 'HOME/temp.csp'
0.07/0.43	c 0	1 domains, 169 variables, 0 predicates, 0 relations, 101 constraints
0.07/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.46	c 0	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.43/0.54	c 0	Parsing HOME/temp.csp
0.43/0.75	c 0	parsed 271 expressions
0.43/0.75	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.76	c 0	MAX CSP: 101 constraints
0.43/0.76	c 0	Converting to clausal form CSP
0.43/0.78	c 0	converted 38 (10%) expressions
0.43/0.78	c 0	converted 75 (20%) expressions
0.43/0.78	c 0	converted 113 (30%) expressions
0.43/0.78	c 0	converted 150 (40%) expressions
0.43/0.80	c 0	converted 188 (50%) expressions
0.43/0.81	c 0	converted 225 (60%) expressions
0.43/0.92	c 1	converted 263 (70%) expressions
0.43/1.07	c 1	converted 300 (80%) expressions
1.05/1.11	c 1	converted 338 (90%) expressions
1.14/1.27	c 1	converted 375 (100%) expressions
1.14/1.27	c 1	CSP : 1230 integers, 0 booleans, 2020 clauses, largest domain size 619
1.14/1.27	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.27	c 1	Propagation in CSP
1.23/1.31	c 1	97 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.32	c 1	CSP : 1230 integers, 0 booleans, 2020 clauses, largest domain size 619
1.23/1.32	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.32	c 1	CSP : 1230 integers, 0 booleans, 2020 clauses, largest domain size 619
1.23/1.32	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.36	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.37	c 1	123 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.37	c 1	246 (20%) CSP integer variables are encoded (76 clauses, 900 bytes)
1.23/1.38	c 1	369 (30%) CSP integer variables are encoded (329 clauses, 3683 bytes)
1.23/1.38	c 1	492 (40%) CSP integer variables are encoded (584 clauses, 6592 bytes)
1.23/1.38	c 1	615 (50%) CSP integer variables are encoded (840 clauses, 9920 bytes)
1.23/1.38	c 1	738 (60%) CSP integer variables are encoded (1095 clauses, 13235 bytes)
1.23/1.38	c 1	861 (70%) CSP integer variables are encoded (1354 clauses, 16602 bytes)
1.23/1.39	c 1	984 (80%) CSP integer variables are encoded (2236 clauses, 28068 bytes)
1.23/1.39	c 1	1107 (90%) CSP integer variables are encoded (7430 clauses, 95590 bytes)
1.23/1.40	c 1	1230 (100%) CSP integer variables are encoded (9952 clauses, 130541 bytes)
1.34/1.42	c 1	202 (10%) CSP clauses are encoded (11584 clauses, 152045 bytes)
1.34/1.43	c 1	404 (20%) CSP clauses are encoded (12876 clauses, 168708 bytes)
1.34/1.44	c 1	606 (30%) CSP clauses are encoded (14150 clauses, 186091 bytes)
1.34/1.45	c 1	808 (40%) CSP clauses are encoded (15442 clauses, 205642 bytes)
1.34/1.45	c 1	1010 (50%) CSP clauses are encoded (16710 clauses, 224695 bytes)
1.34/1.46	c 1	1212 (60%) CSP clauses are encoded (17996 clauses, 243944 bytes)
1.34/1.47	c 1	1414 (70%) CSP clauses are encoded (19296 clauses, 263852 bytes)
1.63/1.70	c 1	1616 (80%) CSP clauses are encoded (147342 clauses, 2608507 bytes)
2.62/2.73	c 2	1818 (90%) CSP clauses are encoded (721046 clauses, 13171538 bytes)
2.62/2.76	c 2	2020 (100%) CSP clauses are encoded (735965 clauses, 13476103 bytes)
2.62/2.76	c 2	2020 CSP clauses encoded
2.62/2.76	c 2	Writing map file : HOME/temp.map
2.62/2.77	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.77	c 2	SAT : 11182 SAT variables, 735965 SAT clauses, 13476103 bytes
2.62/2.77	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.81	c 2	OBJECTIVE minimize _COST
2.69/2.81	c 2	SOLVING HOME/temp.cnf
2.69/2.81	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.69/2.81	c 2	This is MiniSat 2.0 beta incremental
2.69/2.81	c 2	WARNING: for repeatability, setting FPU to use double precision
2.69/2.81	c 2	============================[ Problem Statistics ]=============================
2.69/2.81	c 2	|                                                                             |
2.69/2.81	c 2	|  Number of variables:  11182                                                |
2.69/2.81	c 2	|  Number of clauses:    735965                                               |
2.71/3.17	c 3	|  Parsing time:         0.30         s                                       |
2.71/3.19	c 3	OK
2.71/3.19	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.71/3.19	c 3	SEARCHING: _COST <= 51
2.71/3.19	c 3	============================[ Search Statistics ]==============================
2.71/3.19	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.71/3.19	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.71/3.19	c 3	===============================================================================
2.71/3.19	c 3	|         0 |   11182   735965  2178208 |   245321        0    nan |  0.000 % |
3.17/3.31	c 3	===============================================================================
3.17/3.31	c 3	restarts              : 1
3.17/3.31	c 3	conflicts             : 4             (9 /sec)
3.17/3.31	c 3	decisions             : 58            (0.00 % random) (135 /sec)
3.17/3.31	c 3	propagations          : 20957          (48745 /sec)
3.17/3.31	c 3	conflict literals     : 27             (10.00 % deleted)
3.17/3.31	c 3	Memory used           : 32.83 MB
3.17/3.31	c 3	CPU time              : 0.429934 s
3.17/3.31	c 3	
3.17/3.31	c 3	SATISFIABLE
3.17/3.32	c 3	OK
3.17/3.32	c 3	FOUND: _COST <= 51
3.17/3.32	s SATISFIABLE
3.17/3.32	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.17/3.32	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'
3.17/3.40	c 3	Decoding HOME/temp.out
3.19/3.47	c 3	OBJECTIVE _COST 17
3.19/3.47	o 17
3.19/3.48	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 0 0 0 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 0 1 0 0 0 0 0 0 0 0 0 0 1 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 0 1 0 0 0 0 0 1 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 1 0 0
3.19/3.49	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.19/3.53	c 3	OK
3.19/3.53	c 3	OBJECTIVE BOUND: 0 <= _COST <= 17
3.19/3.53	c 3	SEARCHING: _COST <= 8
3.19/3.54	c 3	============================[ Search Statistics ]==============================
3.19/3.55	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.55	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.55	c 3	===============================================================================
3.19/3.55	c 3	|         4 |   11182   735965  2178208 |   245321        4      7 |  0.000 % |
3.19/3.58	c 3	===============================================================================
3.19/3.58	c 3	restarts              : 2
3.19/3.58	c 3	conflicts             : 10            (21 /sec)
3.19/3.58	c 3	decisions             : 84            (0.00 % random) (176 /sec)
3.19/3.58	c 3	propagations          : 42189          (88646 /sec)
3.19/3.58	c 3	conflict literals     : 96             (21.31 % deleted)
3.19/3.58	c 3	Memory used           : 32.96 MB
3.19/3.58	c 3	CPU time              : 0.475927 s
3.19/3.58	c 3	
3.19/3.58	c 3	SATISFIABLE
3.19/3.58	c 3	OK
3.19/3.58	c 3	FOUND: _COST <= 8
3.19/3.58	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.19/3.58	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'
3.39/3.66	c 3	Decoding HOME/temp.out
3.39/3.74	c 3	OBJECTIVE _COST 8
3.39/3.74	o 8
3.39/3.74	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 1 0 0 0 0 1 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 1 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 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
3.39/3.75	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.39/3.80	c 3	OK
3.39/3.80	c 3	OBJECTIVE BOUND: 0 <= _COST <= 8
3.39/3.80	c 3	SEARCHING: _COST <= 4
3.57/3.82	c 3	============================[ Search Statistics ]==============================
3.57/3.82	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.57/3.82	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.57/3.82	c 3	===============================================================================
3.57/3.82	c 3	|        10 |   10535   735965  2178208 |   245321       10     10 |  0.000 % |
3.67/3.95	c 4	===============================================================================
3.67/3.96	c 4	restarts              : 3
3.67/3.96	c 4	conflicts             : 50            (78 /sec)
3.67/3.96	c 4	decisions             : 144           (0.00 % random) (226 /sec)
3.67/3.96	c 4	propagations          : 92461          (144945 /sec)
3.67/3.96	c 4	conflict literals     : 1485           (5.35 % deleted)
3.67/3.96	c 4	Memory used           : 32.96 MB
3.67/3.96	c 4	CPU time              : 0.637903 s
3.67/3.96	c 4	
3.67/3.96	c 4	SATISFIABLE
3.67/3.96	c 4	OK
3.67/3.96	c 4	FOUND: _COST <= 4
3.67/3.96	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.67/3.96	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.73/4.04	c 4	Decoding HOME/temp.out
3.73/4.12	c 4	OBJECTIVE _COST 4
3.73/4.12	o 4
3.73/4.12	v 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 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 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 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 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 1 0 0 0 0 0 0 0 0 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
3.73/4.13	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.73/4.17	c 4	OK
3.73/4.18	c 4	OBJECTIVE BOUND: 0 <= _COST <= 4
3.73/4.18	c 4	SEARCHING: _COST <= 2
3.73/4.19	c 4	============================[ Search Statistics ]==============================
3.73/4.19	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.73/4.19	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.73/4.19	c 4	===============================================================================
3.73/4.19	c 4	|        50 |   10403   735965  2178208 |   245321       50     30 |  0.000 % |
4.12/4.41	c 4	|       150 |   10403   735965  2178208 |   269853      150     28 |  7.924 % |
4.71/5.08	c 5	|       300 |   10403   735965  2178208 |   296839      300     33 |  7.924 % |
5.60/5.99	c 6	|       526 |   10403   735965  2178208 |   326523      526     36 |  7.924 % |
6.30/6.65	c 6	|       863 |   10403   735965  2178208 |   359175      863     34 |  7.924 % |
6.40/6.70	c 6	===============================================================================
6.40/6.70	c 6	restarts              : 8
6.40/6.70	c 6	conflicts             : 875           (278 /sec)
6.40/6.70	c 6	decisions             : 1092          (0.18 % random) (347 /sec)
6.40/6.70	c 6	propagations          : 1036910        (329751 /sec)
6.40/6.70	c 6	conflict literals     : 29676          (11.90 % deleted)
6.40/6.70	c 6	Memory used           : 33.22 MB
6.40/6.70	c 6	CPU time              : 3.14452 s
6.40/6.70	c 6	
6.40/6.70	c 6	SATISFIABLE
6.40/6.71	c 6	OK
6.40/6.71	c 6	FOUND: _COST <= 2
6.40/6.71	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.40/6.71	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.40/6.80	c 6	Decoding HOME/temp.out
6.40/6.92	c 7	OBJECTIVE _COST 2
6.40/6.92	o 2
6.40/6.93	v 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 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 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 1 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 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 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 0 0 0 0 0 0 0
6.40/6.95	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.40/7.00	c 7	OK
6.40/7.00	c 7	OBJECTIVE BOUND: 0 <= _COST <= 2
6.40/7.00	c 7	SEARCHING: _COST <= 1
6.40/7.01	c 7	============================[ Search Statistics ]==============================
6.40/7.01	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.40/7.01	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.40/7.01	c 7	===============================================================================
6.40/7.01	c 7	|       875 |   10296   735965  2178208 |   245321      875     34 |  7.924 % |
6.74/7.15	c 7	===============================================================================
6.74/7.15	c 7	restarts              : 9
6.74/7.15	c 7	conflicts             : 914           (277 /sec)
6.74/7.15	c 7	decisions             : 1143          (0.17 % random) (346 /sec)
6.74/7.15	c 7	propagations          : 1083876        (328398 /sec)
6.74/7.15	c 7	conflict literals     : 31411          (11.67 % deleted)
6.74/7.16	c 7	Memory used           : 33.22 MB
6.74/7.16	c 7	CPU time              : 3.3005 s
6.74/7.16	c 7	
6.74/7.16	c 7	SATISFIABLE
6.74/7.16	c 7	OK
6.74/7.16	c 7	FOUND: _COST <= 1
6.74/7.16	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.74/7.16	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.80/7.24	c 7	Decoding HOME/temp.out
6.80/7.32	c 7	OBJECTIVE _COST 1
6.80/7.32	o 1
6.80/7.33	v 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 0 0 0 1 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 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 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 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0
6.80/7.33	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.80/7.38	c 7	OK
6.80/7.38	c 7	OBJECTIVE BOUND: 0 <= _COST <= 1
6.80/7.38	c 7	SEARCHING: _COST <= 0
6.80/7.39	c 7	============================[ Search Statistics ]==============================
6.80/7.39	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.80/7.39	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.80/7.39	c 7	===============================================================================
6.80/7.39	c 7	|       914 |   10194   735965  2178208 |   245321      914     34 |  7.924 % |
7.20/7.61	c 7	|      1014 |   10194   735965  2178208 |   269853     1014     34 |  9.743 % |
7.40/7.89	c 7	|      1164 |   10194   735965  2178208 |   296839     1164     33 |  9.743 % |
7.79/8.28	c 8	|      1389 |   10194   735965  2178208 |   326523     1389     33 |  9.743 % |
8.48/8.91	c 9	|      1726 |   10194   735965  2178208 |   359175     1726     33 |  9.743 % |
9.27/9.78	c 9	|      2232 |   10194   735965  2178208 |   395092     2232     33 |  9.743 % |
10.76/11.26	c 11	|      2991 |   10093   720398  2134674 |   434602     2989     33 |  9.743 % |
12.85/13.34	c 13	|      4130 |   10093   720398  2134674 |   478062     4128     35 |  9.743 % |
16.21/16.73	c 16	|      5838 |   10093   720398  2134674 |   525868     5836     37 |  9.743 % |
21.96/22.56	c 22	|      8405 |   10093   720398  2134674 |   578455     8403     39 |  9.743 % |
30.18/30.87	c 30	|     12251 |   10093   720398  2134674 |   636301    12249     42 |  9.743 % |
43.06/43.88	c 43	|     18017 |   10093   720398  2134674 |   699931    18015     44 |  9.743 % |
64.15/65.16	c 65	|     26668 |   10093   720398  2134674 |   769924    26666     46 |  9.743 % |
100.39/101.76	c 101	|     39643 |   10093   720398  2134674 |   846916    39641     50 |  9.743 % |
104.06/105.43	c 105	===============================================================================
104.06/105.43	c 105	restarts              : 23
104.06/105.43	c 105	conflicts             : 40656         (405 /sec)
104.06/105.43	c 105	decisions             : 44632         (0.36 % random) (445 /sec)
104.06/105.43	c 105	propagations          : 37106651       (369703 /sec)
104.06/105.43	c 105	conflict literals     : 2037704        (15.91 % deleted)
104.06/105.43	c 105	Memory used           : 42.14 MB
104.06/105.43	c 105	CPU time              : 100.369 s
104.06/105.43	c 105	
104.06/105.43	c 105	UNSATISFIABLE
104.06/105.43	c 105	OK
104.06/105.43	c 105	NOT FOUND: _COST <= 0
104.06/105.43	c 105	OK
104.06/105.43	c 105	OBJECTIVE _COST 1
104.06/105.43	s OPTIMUM FOUND
104.06/105.45	c 105	CPU 103.65 (0.07 0.03 103.58 0.42)
104.06/105.45	c 105	END Sat Jul 12 07:04:27 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-1110913-1215838962/watcher-1110913-1215838962 -o /tmp/evaluation-result-1110913-1215838962/solver-1110913-1215838962 -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-1110913-1215838962.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.00 2.00 2.00 4/74 16635
/proc/meminfo: memFree=986008/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=12272 CPUtime=0
/proc/16635/stat : 16635 (sugar++) R 16633 16635 15641 0 -1 4194304 379 0 0 0 0 0 0 0 20 0 1 0 40598469 12566528 347 996147200 4194304 4206940 548682068528 18446744073709551615 227866455589 0 0 4224 0 0 0 0 17 1 0 0
/proc/16635/statm: 3068 347 257 3 0 168 0

[startup+0.174615 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 16635
/proc/meminfo: memFree=986008/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16740 CPUtime=0.07
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1219 128 0 0 5 2 0 0 21 0 1 0 40598469 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.201617 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 16635
/proc/meminfo: memFree=986008/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16740 CPUtime=0.07
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1219 128 0 0 5 2 0 0 21 0 1 0 40598469 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301624 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 16635
/proc/meminfo: memFree=986008/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16740 CPUtime=0.07
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1219 128 0 0 5 2 0 0 21 0 1 0 40598469 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701661 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 16635
/proc/meminfo: memFree=986008/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16740 CPUtime=0.43
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1296 4500 0 1 5 2 32 4 16 0 1 0 40598469 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16740

[startup+1.50275 s]
/proc/loadavg: 2.00 2.00 2.00 5/85 16657
/proc/meminfo: memFree=975616/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16740 CPUtime=0.43
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1297 4500 0 1 5 2 32 4 15 0 1 0 40598469 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4185 1104 409 3 0 764 0
[pid=16648] ppid=16635 vsize=5356 CPUtime=0
/proc/16648/stat : 16648 (sh) S 16635 16635 15641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40598516 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16648/statm: 1339 233 193 169 0 50 0
[pid=16649] ppid=16648 vsize=868396 CPUtime=1
/proc/16649/stat : 16649 (java) S 16648 16635 15641 0 -1 0 6461 0 1 0 96 4 0 0 18 0 9 0 40598516 889237504 5692 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16649/statm: 217099 5692 2562 9 0 211646 0
[pid=16649/tid=16650] ppid=16648 vsize=868396 CPUtime=0.68
/proc/16649/task/16650/stat : 16650 (java) R 16648 16635 15641 0 -1 64 2726 0 1 0 66 2 0 0 18 0 9 0 40598517 889237504 5692 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16649/tid=16651] ppid=16648 vsize=868396 CPUtime=0.06
/proc/16649/task/16651/stat : 16651 (java) S 16648 16635 15641 0 -1 64 1575 0 0 0 6 0 0 0 16 0 9 0 40598518 889237504 5692 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16649/tid=16652] ppid=16648 vsize=868396 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16648 16635 15641 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40598518 889237504 5692 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16648 vsize=868396 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16648 16635 15641 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40598519 889237504 5692 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16648 vsize=868396 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16648 16635 15641 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40598521 889237504 5692 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16648 vsize=868396 CPUtime=0.23
/proc/16649/task/16655/stat : 16655 (java) S 16648 16635 15641 0 -1 64 1467 0 0 0 23 0 0 0 16 0 9 0 40598521 889237504 5692 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16649/tid=16656] ppid=16648 vsize=868396 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16648 16635 15641 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40598521 889237504 5692 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16648 vsize=868396 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16648 16635 15641 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40598521 889237504 5692 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890492

[startup+3.10191 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16657
/proc/meminfo: memFree=961728/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16740 CPUtime=2.71
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1452 11662 0 2 6 2 245 18 16 0 1 0 40598469 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4185 1112 413 3 0 764 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 16740

[startup+6.30121 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16688
/proc/meminfo: memFree=936072/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16868 CPUtime=3.21
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1687 22966 0 5 6 3 287 25 16 0 1 0 40598469 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4217 1116 414 3 0 796 0
[pid=16658] ppid=16635 vsize=34012 CPUtime=2.79
/proc/16658/stat : 16658 (minisat-inc) R 16635 16635 15641 0 -1 4194304 8130 0 0 0 274 5 0 0 25 0 1 0 40598751 34828288 8073 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16658/statm: 8503 8073 79 151 0 8349 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 50880

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 16708
/proc/meminfo: memFree=934920/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16868 CPUtime=3.63
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1828 30510 0 7 7 3 321 32 16 0 1 0 40598469 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4217 1116 414 3 0 796 0
[pid=16658] ppid=16635 vsize=34144 CPUtime=8.63
/proc/16658/stat : 16658 (minisat-inc) R 16635 16635 15641 0 -1 4194304 8196 0 0 0 857 6 0 0 25 0 1 0 40598751 34963456 8135 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/16658/statm: 8536 8135 79 151 0 8382 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 51012

[startup+25.5011 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 16708
/proc/meminfo: memFree=929608/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16868 CPUtime=3.63
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1828 30510 0 7 7 3 321 32 16 0 1 0 40598469 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4217 1116 414 3 0 796 0
[pid=16658] ppid=16635 vsize=35336 CPUtime=21.29
/proc/16658/stat : 16658 (minisat-inc) R 16635 16635 15641 0 -1 4194304 8483 0 0 0 2123 6 0 0 25 0 1 0 40598751 36184064 8422 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16658/statm: 8834 8422 79 151 0 8680 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 52204

[startup+51.1015 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 16708
/proc/meminfo: memFree=922888/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16868 CPUtime=3.63
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1828 30510 0 7 7 3 321 32 16 0 1 0 40598469 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4217 1116 414 3 0 796 0
[pid=16658] ppid=16635 vsize=37952 CPUtime=46.65
/proc/16658/stat : 16658 (minisat-inc) R 16635 16635 15641 0 -1 4194304 9119 0 0 0 4658 7 0 0 25 0 1 0 40598751 38862848 9058 996147200 134512640 135134323 4294956192 18446744073709551615 134529108 0 0 4096 3 0 0 0 17 1 0 0
/proc/16658/statm: 9488 9058 79 151 0 9334 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 54820

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 16708
/proc/meminfo: memFree=901768/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16868 CPUtime=3.63
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1828 30510 0 7 7 3 321 32 16 0 1 0 40598469 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4217 1116 414 3 0 796 0
[pid=16658] ppid=16635 vsize=42880 CPUtime=97.35
/proc/16658/stat : 16658 (minisat-inc) R 16635 16635 15641 0 -1 4194304 10347 0 0 0 9726 9 0 0 25 0 1 0 40598751 43909120 10286 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16658/statm: 10720 10286 79 151 0 10566 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 59748

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

[startup+102.406 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 16708
/proc/meminfo: memFree=901768/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16868 CPUtime=3.63
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1828 30510 0 7 7 3 321 32 16 0 1 0 40598469 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4217 1116 414 3 0 796 0
[pid=16658] ppid=16635 vsize=42880 CPUtime=97.45
/proc/16658/stat : 16658 (minisat-inc) R 16635 16635 15641 0 -1 4194304 10350 0 0 0 9736 9 0 0 25 0 1 0 40598751 43909120 10289 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16658/statm: 10720 10289 79 151 0 10566 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 59748

[startup+104.002 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 16708
/proc/meminfo: memFree=901384/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16868 CPUtime=3.63
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1828 30510 0 7 7 3 321 32 16 0 1 0 40598469 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4217 1116 414 3 0 796 0
[pid=16658] ppid=16635 vsize=43012 CPUtime=99.04
/proc/16658/stat : 16658 (minisat-inc) R 16635 16635 15641 0 -1 4194304 10385 0 0 0 9894 10 0 0 25 0 1 0 40598751 44044288 10324 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/16658/statm: 10753 10324 79 151 0 10599 0
Current children cumulated CPU time (s) 102.67
Current children cumulated vsize (KiB) 59880

[startup+104.802 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 16708
/proc/meminfo: memFree=901000/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16868 CPUtime=3.63
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1828 30510 0 7 7 3 321 32 16 0 1 0 40598469 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4217 1116 414 3 0 796 0
[pid=16658] ppid=16635 vsize=43012 CPUtime=99.83
/proc/16658/stat : 16658 (minisat-inc) R 16635 16635 15641 0 -1 4194304 10403 0 0 0 9973 10 0 0 25 0 1 0 40598751 44044288 10342 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/16658/statm: 10753 10342 79 151 0 10599 0
Current children cumulated CPU time (s) 103.46
Current children cumulated vsize (KiB) 59880

[startup+105.202 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 16708
/proc/meminfo: memFree=901000/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16868 CPUtime=3.63
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1828 30510 0 7 7 3 321 32 16 0 1 0 40598469 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4217 1116 414 3 0 796 0
[pid=16658] ppid=16635 vsize=43012 CPUtime=100.23
/proc/16658/stat : 16658 (minisat-inc) R 16635 16635 15641 0 -1 4194304 10412 0 0 0 10013 10 0 0 25 0 1 0 40598751 44044288 10351 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16658/statm: 10753 10351 79 151 0 10599 0
Current children cumulated CPU time (s) 103.86
Current children cumulated vsize (KiB) 59880

[startup+105.402 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 16708
/proc/meminfo: memFree=901000/2055920 swapFree=4180820/4192956
[pid=16635] ppid=16633 vsize=16868 CPUtime=3.63
/proc/16635/stat : 16635 (sugar++) S 16633 16635 15641 0 -1 4194304 1828 30510 0 7 7 3 321 32 16 0 1 0 40598469 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16635/statm: 4217 1116 414 3 0 796 0
[pid=16658] ppid=16635 vsize=43144 CPUtime=100.43
/proc/16658/stat : 16658 (minisat-inc) R 16635 16635 15641 0 -1 4194304 10416 0 0 0 10033 10 0 0 25 0 1 0 40598751 44179456 10355 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/16658/statm: 10786 10355 79 151 0 10632 0
Current children cumulated CPU time (s) 104.06
Current children cumulated vsize (KiB) 60012

Child status: 0
Real time (s): 105.454
CPU time (s): 104.132
CPU user time (s): 103.658
CPU system time (s): 0.473927
CPU usage (%): 98.7464
Max. virtual memory (cumulated for all children) (KiB): 890492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.658
system time used= 0.473927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42834
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5470
involuntary context switches= 7452

runsolver used 0.132979 second user time and 0.365944 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-12 07:02:42
IDJOB=1110913
IDBENCH=61186
IDSOLVER=367
FILE ID=node18/1110913-1215838962
PBS_JOBID= 7903351
Free space on /tmp= 66184 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-t2001-13queen13-1111225605.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-1110913-1215838962/watcher-1110913-1215838962 -o /tmp/evaluation-result-1110913-1215838962/solver-1110913-1215838962 -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-1110913-1215838962.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 240de1c29e1b1dd48bcfd184fe853e25
RANDOM SEED=894992784

node18.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.218
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	: 5931.00
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.218
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:        986488 kB
Buffers:         53080 kB
Cached:         512020 kB
SwapCached:       6848 kB
Active:         904756 kB
Inactive:       108532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986488 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:           46608 kB
Writeback:           0 kB
Mapped:         453948 kB
Slab:            40648 kB
Committed_AS:   585088 kB
PageTables:       2708 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= 66184 MiB
End job on node18 at 2008-07-12 07:04:27