Trace number 1112686

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)6 3600.06 3628.31

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-3.xml
MD5SUMd07220ca9cf8898c2c9b405e7e6368f7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark1594.97
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints210
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension210
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.02/0.12	c 0	Sugar v1-13 + HOME/minisat
0.02/0.13	c 0	BEGIN Sat Jul 12 16:24:11 2008
0.02/0.13	c 0	PID 17486
0.02/0.14	c 0	HOST node32.alineos.net
0.02/0.14	c 0	CONVERTING HOME/instance-1112686-1215872650.xml TO HOME/temp.csp
0.02/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112686-1215872650.xml' 'HOME/temp.csp'
0.04/0.50	c 0	1 domains, 24 variables, 2 predicates, 0 relations, 210 constraints
0.04/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.52	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.29/0.60	c 0	Parsing HOME/temp.csp
0.29/0.67	c 0	parsed 237 expressions
0.29/0.68	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.69	c 0	MAX CSP: 210 constraints
0.29/0.69	c 0	Converting to clausal form CSP
0.29/0.73	c 0	converted 45 (10%) expressions
0.29/0.76	c 0	converted 90 (20%) expressions
0.29/0.78	c 0	converted 135 (30%) expressions
0.29/0.87	c 0	converted 180 (40%) expressions
0.29/0.88	c 0	converted 225 (50%) expressions
0.29/0.90	c 0	converted 270 (60%) expressions
0.29/0.90	c 0	converted 315 (70%) expressions
0.29/0.91	c 0	converted 360 (80%) expressions
0.29/0.91	c 0	converted 405 (90%) expressions
0.29/0.95	c 0	converted 450 (100%) expressions
0.29/0.95	c 0	CSP : 444 integers, 396 booleans, 1421 clauses, largest domain size 316
0.29/0.95	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.95	c 0	Propagation in CSP
0.29/0.99	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.99	c 1	CSP : 444 integers, 396 booleans, 1421 clauses, largest domain size 211
0.29/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.75/1.01	c 1	CSP : 444 integers, 1206 booleans, 2231 clauses, largest domain size 211
0.75/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.75/1.04	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.75/1.05	c 1	45 (10%) CSP integer variables are encoded (240 clauses, 2507 bytes)
0.75/1.05	c 1	89 (20%) CSP integer variables are encoded (240 clauses, 2507 bytes)
0.75/1.06	c 1	134 (30%) CSP integer variables are encoded (240 clauses, 2507 bytes)
0.75/1.06	c 1	178 (40%) CSP integer variables are encoded (240 clauses, 2507 bytes)
0.75/1.06	c 1	222 (50%) CSP integer variables are encoded (240 clauses, 2507 bytes)
0.75/1.06	c 1	267 (60%) CSP integer variables are encoded (567 clauses, 6104 bytes)
0.75/1.06	c 1	311 (70%) CSP integer variables are encoded (1583 clauses, 19028 bytes)
0.75/1.07	c 1	356 (80%) CSP integer variables are encoded (2367 clauses, 29220 bytes)
0.75/1.07	c 1	400 (90%) CSP integer variables are encoded (2593 clauses, 32158 bytes)
0.75/1.07	c 1	444 (100%) CSP integer variables are encoded (2929 clauses, 36526 bytes)
0.75/1.09	c 1	224 (10%) CSP clauses are encoded (4273 clauses, 57872 bytes)
0.75/1.10	c 1	447 (20%) CSP clauses are encoded (5600 clauses, 79907 bytes)
0.84/1.11	c 1	670 (30%) CSP clauses are encoded (6953 clauses, 102557 bytes)
0.84/1.12	c 1	893 (40%) CSP clauses are encoded (8334 clauses, 125786 bytes)
0.84/1.13	c 1	1116 (50%) CSP clauses are encoded (9749 clauses, 149942 bytes)
0.84/1.13	c 1	1339 (60%) CSP clauses are encoded (11196 clauses, 175713 bytes)
0.84/1.14	c 1	1562 (70%) CSP clauses are encoded (12776 clauses, 204328 bytes)
0.84/1.14	c 1	1785 (80%) CSP clauses are encoded (14428 clauses, 234370 bytes)
0.84/1.18	c 1	2008 (90%) CSP clauses are encoded (31535 clauses, 523045 bytes)
0.93/1.27	c 1	2231 (100%) CSP clauses are encoded (75144 clauses, 1295616 bytes)
0.93/1.27	c 1	2231 CSP clauses encoded
0.93/1.27	c 1	Writing map file : HOME/temp.map
0.93/1.28	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.28	c 1	SAT : 4579 SAT variables, 75144 SAT clauses, 1295616 bytes
0.93/1.28	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.31	c 1	OBJECTIVE minimize _COST
1.01/1.31	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.01/1.31	c 1	SEARCHING: _COST <= 105
1.01/1.31	c 1	SOLVING HOME/temp.cnf
1.01/1.31	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.01/1.31	c 1	This is MiniSat 2.0 beta
1.01/1.31	c 1	WARNING: for repeatability, setting FPU to use double precision
1.01/1.31	c 1	============================[ Problem Statistics ]=============================
1.01/1.31	c 1	|                                                                             |
1.01/1.31	c 1	|  Number of variables:  4579                                                 |
1.01/1.31	c 1	|  Number of clauses:    75145                                                |
1.01/1.35	c 1	|  Parsing time:         0.03         s                                       |
1.01/1.36	c 1	============================[ Search Statistics ]==============================
1.01/1.36	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.01/1.36	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.01/1.36	c 1	===============================================================================
1.01/1.36	c 1	|         0 |    3739    52590   153078 |    17530        0    nan |  0.000 % |
1.01/1.37	c 1	===============================================================================
1.01/1.37	c 1	restarts              : 1
1.01/1.37	c 1	conflicts             : 15             (319 /sec)
1.01/1.37	c 1	decisions             : 618            (0.49 % random) (13151 /sec)
1.01/1.37	c 1	propagations          : 6129           (130426 /sec)
1.01/1.37	c 1	conflict literals     : 258            (3.01 % deleted)
1.01/1.37	c 1	Memory used           : 4.98 MB
1.01/1.37	c 1	CPU time              : 0.046992 s
1.01/1.37	c 1	
1.01/1.37	c 1	SATISFIABLE
1.01/1.37	c 1	FOUND: _COST <= 105
1.01/1.37	s SATISFIABLE
1.01/1.37	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.01/1.37	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.09/1.45	c 1	Decoding HOME/temp.out
1.09/1.51	c 1	OBJECTIVE _COST 105
1.09/1.51	o 105
1.09/1.51	v 10 9 1 8 4 9 11 10 3 9 11 12 12 12 12 12 12 12 12 3 12 3 12 12
1.09/1.52	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.53	c 1	OBJECTIVE BOUND: 0 <= _COST <= 105
1.09/1.53	c 1	SEARCHING: _COST <= 52
1.09/1.53	c 1	SOLVING HOME/temp.cnf
1.09/1.53	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.09/1.54	c 1	This is MiniSat 2.0 beta
1.09/1.54	c 1	WARNING: for repeatability, setting FPU to use double precision
1.09/1.54	c 1	============================[ Problem Statistics ]=============================
1.09/1.54	c 1	|                                                                             |
1.09/1.54	c 1	|  Number of variables:  4579                                                 |
1.09/1.54	c 1	|  Number of clauses:    75145                                                |
1.09/1.58	c 1	|  Parsing time:         0.03         s                                       |
1.09/1.59	c 1	============================[ Search Statistics ]==============================
1.09/1.59	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.09/1.59	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.09/1.59	c 1	===============================================================================
1.09/1.59	c 1	|         0 |    3260    38594   112474 |    12864        0    nan |  0.000 % |
1.24/1.60	c 1	===============================================================================
1.24/1.60	c 1	restarts              : 1
1.24/1.60	c 1	conflicts             : 95             (1584 /sec)
1.24/1.60	c 1	decisions             : 463            (0.65 % random) (7718 /sec)
1.24/1.60	c 1	propagations          : 18318          (305351 /sec)
1.24/1.60	c 1	conflict literals     : 3145           (6.23 % deleted)
1.24/1.60	c 1	Memory used           : 4.98 MB
1.24/1.61	c 1	CPU time              : 0.05999 s
1.24/1.61	c 1	
1.24/1.61	c 1	SATISFIABLE
1.24/1.61	c 1	FOUND: _COST <= 52
1.24/1.61	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.24/1.61	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.24/1.69	c 1	Decoding HOME/temp.out
1.31/1.75	c 1	OBJECTIVE _COST 52
1.31/1.75	o 52
1.31/1.75	v 12 11 3 10 6 11 4 11 2 10 5 11 9 11 8 10 7 7 8 8 9 9 8 10
1.31/1.76	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.77	c 1	OBJECTIVE BOUND: 0 <= _COST <= 52
1.31/1.77	c 1	SEARCHING: _COST <= 26
1.31/1.77	c 1	SOLVING HOME/temp.cnf
1.31/1.77	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.31/1.77	c 1	This is MiniSat 2.0 beta
1.31/1.77	c 1	WARNING: for repeatability, setting FPU to use double precision
1.31/1.77	c 1	============================[ Problem Statistics ]=============================
1.31/1.77	c 1	|                                                                             |
1.31/1.77	c 1	|  Number of variables:  4579                                                 |
1.31/1.77	c 1	|  Number of clauses:    75145                                                |
1.46/1.81	c 1	|  Parsing time:         0.04         s                                       |
1.46/1.83	c 1	============================[ Search Statistics ]==============================
1.46/1.83	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.83	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.83	c 1	===============================================================================
1.46/1.83	c 1	|         0 |    2946    27785    80963 |     9261        0    nan |  0.000 % |
1.46/1.84	c 1	|       101 |    2946    27785    80963 |    10187      101     32 | 35.663 % |
1.46/1.86	c 1	===============================================================================
1.46/1.86	c 1	restarts              : 2
1.46/1.86	c 1	conflicts             : 250            (3013 /sec)
1.46/1.86	c 1	decisions             : 626            (0.80 % random) (7543 /sec)
1.46/1.86	c 1	propagations          : 52580          (633593 /sec)
1.46/1.86	c 1	conflict literals     : 9051           (9.10 % deleted)
1.46/1.86	c 1	Memory used           : 5.11 MB
1.46/1.86	c 1	CPU time              : 0.082987 s
1.46/1.86	c 1	
1.46/1.86	c 1	SATISFIABLE
1.46/1.86	c 1	FOUND: _COST <= 26
1.46/1.86	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.46/1.86	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.57/1.95	c 1	Decoding HOME/temp.out
1.57/2.01	c 2	OBJECTIVE _COST 26
1.57/2.01	o 26
1.57/2.01	v 11 2 8 3 12 10 7 5 1 3 9 3 9 9 12 5 9 10 4 3 6 2 11 10
1.57/2.02	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.57/2.03	c 2	OBJECTIVE BOUND: 0 <= _COST <= 26
1.57/2.03	c 2	SEARCHING: _COST <= 13
1.57/2.03	c 2	SOLVING HOME/temp.cnf
1.57/2.03	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.57/2.03	c 2	This is MiniSat 2.0 beta
1.57/2.03	c 2	WARNING: for repeatability, setting FPU to use double precision
1.57/2.03	c 2	============================[ Problem Statistics ]=============================
1.57/2.03	c 2	|                                                                             |
1.57/2.04	c 2	|  Number of variables:  4579                                                 |
1.57/2.04	c 2	|  Number of clauses:    75145                                                |
1.57/2.08	c 2	|  Parsing time:         0.03         s                                       |
1.57/2.09	c 2	============================[ Search Statistics ]==============================
1.57/2.09	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.57/2.09	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.57/2.09	c 2	===============================================================================
1.57/2.09	c 2	|         0 |    2697    21175    61867 |     7058        0    nan |  0.000 % |
1.77/2.11	c 2	|       100 |    2697    21175    61867 |     7764      100     29 | 41.101 % |
1.77/2.13	c 2	|       250 |    2697    21175    61867 |     8540      250     28 | 41.101 % |
1.77/2.13	c 2	===============================================================================
1.77/2.13	c 2	restarts              : 3
1.77/2.13	c 2	conflicts             : 267            (3179 /sec)
1.77/2.13	c 2	decisions             : 572            (0.52 % random) (6811 /sec)
1.77/2.13	c 2	propagations          : 79404          (945432 /sec)
1.77/2.13	c 2	conflict literals     : 7245           (15.76 % deleted)
1.77/2.13	c 2	Memory used           : 5.12 MB
1.77/2.13	c 2	CPU time              : 0.083987 s
1.77/2.13	c 2	
1.77/2.13	c 2	SATISFIABLE
1.77/2.14	c 2	FOUND: _COST <= 13
1.77/2.14	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.77/2.14	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.81/2.22	c 2	Decoding HOME/temp.out
1.81/2.29	c 2	OBJECTIVE _COST 13
1.81/2.29	o 13
1.81/2.29	v 6 7 12 8 10 7 12 2 10 3 6 2 4 3 1 2 11 8 11 8 12 7 9 7
1.81/2.29	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.81/2.35	c 2	OBJECTIVE BOUND: 0 <= _COST <= 13
1.81/2.35	c 2	SEARCHING: _COST <= 6
1.81/2.35	c 2	SOLVING HOME/temp.cnf
1.81/2.35	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.81/2.35	c 2	This is MiniSat 2.0 beta
1.81/2.35	c 2	WARNING: for repeatability, setting FPU to use double precision
1.81/2.35	c 2	============================[ Problem Statistics ]=============================
1.81/2.35	c 2	|                                                                             |
1.81/2.35	c 2	|  Number of variables:  4579                                                 |
1.81/2.35	c 2	|  Number of clauses:    75145                                                |
1.81/2.39	c 2	|  Parsing time:         0.04         s                                       |
1.98/2.41	c 2	============================[ Search Statistics ]==============================
1.98/2.41	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.98/2.41	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.98/2.41	c 2	===============================================================================
1.98/2.41	c 2	|         0 |    2441    16951    49956 |     5650        0    nan |  0.000 % |
1.98/2.42	c 2	|       101 |    2441    16951    49956 |     6215      101     32 | 46.691 % |
1.98/2.43	c 2	|       252 |    2441    16951    49956 |     6836      252     32 | 46.692 % |
1.98/2.47	c 2	|       478 |    2441    16951    49956 |     7520      478     38 | 46.692 % |
1.98/2.52	c 2	|       815 |    2441    16951    49956 |     8272      815     35 | 46.692 % |
1.98/2.59	c 2	|      1321 |    2441    16951    49956 |     9099     1321     36 | 46.691 % |
1.98/2.73	c 2	|      2080 |    2441    16951    49956 |    10009     2080     34 | 46.692 % |
1.98/2.92	c 2	|      3220 |    2441    16951    49956 |    11010     3220     38 | 46.692 % |
2.81/3.26	c 3	|      4929 |    2441    16951    49956 |    12111     4929     37 | 46.692 % |
3.31/3.76	c 3	|      7491 |    2441    16951    49956 |    13323     7491     35 | 46.692 % |
4.00/4.48	c 4	===============================================================================
4.00/4.48	c 4	restarts              : 10
4.00/4.48	c 4	conflicts             : 10696          (5077 /sec)
4.00/4.48	c 4	decisions             : 12837          (0.63 % random) (6093 /sec)
4.00/4.48	c 4	propagations          : 3841436        (1823456 /sec)
4.00/4.48	c 4	conflict literals     : 432458         (24.04 % deleted)
4.00/4.48	c 4	Memory used           : 5.76 MB
4.00/4.48	c 4	CPU time              : 2.10668 s
4.00/4.48	c 4	
4.00/4.49	c 4	SATISFIABLE
4.00/4.49	c 4	FOUND: _COST <= 6
4.00/4.49	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.00/4.49	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.10/4.57	c 4	Decoding HOME/temp.out
4.10/4.63	c 4	OBJECTIVE _COST 6
4.10/4.63	o 6
4.10/4.63	v 10 1 5 2 11 3 11 9 4 1 12 2 8 3 12 2 7 3 12 3 6 2 9 1
4.10/4.63	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.10/4.65	c 4	OBJECTIVE BOUND: 0 <= _COST <= 6
4.10/4.65	c 4	SEARCHING: _COST <= 3
4.10/4.65	c 4	SOLVING HOME/temp.cnf
4.10/4.65	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.10/4.65	c 4	This is MiniSat 2.0 beta
4.10/4.65	c 4	WARNING: for repeatability, setting FPU to use double precision
4.10/4.65	c 4	============================[ Problem Statistics ]=============================
4.10/4.65	c 4	|                                                                             |
4.10/4.65	c 4	|  Number of variables:  4579                                                 |
4.10/4.65	c 4	|  Number of clauses:    75145                                                |
4.10/4.69	c 4	|  Parsing time:         0.04         s                                       |
4.26/4.71	c 4	============================[ Search Statistics ]==============================
4.26/4.71	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.26/4.71	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.26/4.71	c 4	===============================================================================
4.26/4.71	c 4	|         0 |    2228    14818    44193 |     4939        0    nan |  0.000 % |
4.26/4.73	c 4	|       101 |    2228    14818    44193 |     5433      101     35 | 51.343 % |
4.26/4.74	c 4	|       253 |    2228    14818    44193 |     5976      253     38 | 51.343 % |
4.26/4.77	c 4	|       478 |    2228    14818    44193 |     6574      478     39 | 51.343 % |
4.26/4.81	c 4	|       816 |    2228    14818    44193 |     7231      816     33 | 51.343 % |
4.26/4.90	c 4	|      1323 |    2228    14818    44193 |     7954     1323     32 | 51.343 % |
4.26/4.99	c 5	|      2083 |    2228    14818    44193 |     8750     2083     32 | 51.343 % |
4.26/5.15	c 5	|      3223 |    2228    14818    44193 |     9625     3223     27 | 51.343 % |
4.99/5.47	c 5	|      4933 |    2228    14818    44193 |    10587     4933     26 | 51.343 % |
5.48/5.96	c 5	|      7495 |    2228    14818    44193 |    11646     7495     27 | 51.343 % |
6.27/6.75	c 6	|     11339 |    2228    14818    44193 |    12811    11339     28 | 51.343 % |
7.66/8.17	c 8	|     17106 |    2228    14818    44193 |    14092     9254     35 | 51.343 % |
9.84/10.36	c 10	|     25757 |    2228    14818    44193 |    15501     9460     25 | 51.343 % |
13.20/13.79	c 13	|     38731 |    2228    14818    44193 |    17051    13203     30 | 51.343 % |
18.95/19.57	c 19	|     58192 |    2228    14818    44193 |    18757    12753     31 | 51.343 % |
27.87/28.55	c 28	|     87384 |    2228    14818    44193 |    20632    20395     32 | 51.343 % |
42.33/43.12	c 43	|    131173 |    2228    14818    44193 |    22696    17041     28 | 51.343 % |
64.52/65.51	c 65	|    196859 |    2228    14818    44193 |    24965    18796     27 | 51.343 % |
99.30/100.64	c 100	|    295386 |    2228    14818    44193 |    27462    14268     29 | 51.343 % |
155.46/157.38	c 157	|    443176 |    2228    14818    44193 |    30208    15760     25 | 51.343 % |
241.64/244.38	c 244	|    664859 |    2228    14818    44193 |    33229    24653     31 | 51.343 % |
374.39/378.37	c 378	|    997385 |    2228    14818    44193 |    36552    23883     39 | 51.343 % |
589.16/595.18	c 595	|   1496174 |    2228    14818    44193 |    40207    16592     33 | 51.343 % |
922.32/931.43	c 931	|   2244356 |    2228    14818    44193 |    44228    24252     44 | 51.343 % |
1445.18/1459.21	c 1459	|   3366630 |    2228    14818    44193 |    48651    42734     38 | 51.343 % |
2281.75/2303.72	c 2303	|   5050041 |    2228    14818    44193 |    53516    35233     32 | 51.343 % |
3570.73/3599.01	c 3599	|   7575157 |    2228    14818    44193 |    58867    43671     36 | 51.343 % |
3600.02/3628.31	sh: line 1: 17570 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.02/3628.31	c ERROR unknown output  in HOME/temp.out
3600.02/3628.31	c 3628	CPU 3599.63 (0.04 0.02 3599.59 0.38)
3600.02/3628.31	c 3628	END Sat Jul 12 17:24:39 2008

Verifier Data (download as text)

OK	6	204
6 unsatisfied constraints, 204 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-1112686-1215872650/watcher-1112686-1215872650 -o /tmp/evaluation-result-1112686-1215872650/solver-1112686-1215872650 -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-1112686-1215872650.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.37 2.42 2.75 4/82 17486
/proc/meminfo: memFree=1938664/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=18572 CPUtime=0
/proc/17486/stat : 17486 (runsolver) D 17484 17486 17009 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 43966682 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 268213742887 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17486/statm: 4643 292 257 25 0 2626 0

[startup+0.0367431 s]
/proc/loadavg: 2.37 2.42 2.75 4/82 17486
/proc/meminfo: memFree=1938664/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=12272 CPUtime=0
/proc/17486/stat : 17486 (sugar) D 17484 17486 17009 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 43966682 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/17486/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101751 s]
/proc/loadavg: 2.37 2.42 2.75 4/82 17486
/proc/meminfo: memFree=1938664/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=12676 CPUtime=0.02
/proc/17486/stat : 17486 (sugar) R 17484 17486 17009 0 -1 4194304 543 0 0 0 1 1 0 0 18 0 1 0 43966682 12980224 511 996147200 4194304 4206940 548682068592 18446744073709551615 268233538992 0 0 4224 0 0 0 0 17 1 0 0
/proc/17486/statm: 3169 511 315 3 0 269 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12676

[startup+0.301779 s]
/proc/loadavg: 2.37 2.42 2.75 4/82 17486
/proc/meminfo: memFree=1938664/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=0.04
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 43966682 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70182 s]
/proc/loadavg: 2.37 2.42 2.75 4/82 17486
/proc/meminfo: memFree=1938664/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=0.29
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 974 4249 0 1 3 1 22 3 15 0 1 0 43966682 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50191 s]
/proc/loadavg: 2.37 2.42 2.75 3/93 17508
/proc/meminfo: memFree=1923984/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=1.09
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1126 12407 0 2 3 1 95 10 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 13600

[startup+3.10109 s]
/proc/loadavg: 2.34 2.41 2.75 3/85 17546
/proc/meminfo: memFree=1929232/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=1.98
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1523 31845 0 6 4 2 169 23 15 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13600

[startup+6.30246 s]
/proc/loadavg: 2.34 2.41 2.75 3/85 17570
/proc/meminfo: memFree=1929232/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 15 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=5228 CPUtime=1.62
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 1196 0 0 0 162 0 0 0 25 0 1 0 43967148 5353472 1182 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17570/statm: 1307 1182 75 150 0 1154 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 24184

[startup+12.7012 s]
/proc/loadavg: 2.29 2.40 2.74 3/85 17570
/proc/meminfo: memFree=1928016/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=6588 CPUtime=7.95
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 1545 0 0 0 795 0 0 0 25 0 1 0 43967148 6746112 1531 996147200 134512640 135127466 4294956256 18446744073709551615 134541948 0 0 4096 3 0 0 0 17 1 0 0
/proc/17570/statm: 1647 1531 75 150 0 1494 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 25544

[startup+25.5016 s]
/proc/loadavg: 2.24 2.39 2.73 3/85 17570
/proc/meminfo: memFree=1927120/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=7932 CPUtime=20.64
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 1871 0 0 0 2063 1 0 0 25 0 1 0 43967148 8122368 1857 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/17570/statm: 1983 1857 75 150 0 1830 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 26888

[startup+51.1015 s]
/proc/loadavg: 2.16 2.35 2.71 3/85 17570
/proc/meminfo: memFree=1926352/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=8628 CPUtime=45.99
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 2047 0 0 0 4598 1 0 0 25 0 1 0 43967148 8835072 2033 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/17570/statm: 2157 2033 75 150 0 2004 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 27584

[startup+102.306 s]
/proc/loadavg: 2.06 2.29 2.67 3/85 17570
/proc/meminfo: memFree=1925008/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=10040 CPUtime=96.72
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 2366 0 0 0 9670 2 0 0 25 0 1 0 43967148 10280960 2352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17570/statm: 2510 2352 75 150 0 2357 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 28996

[startup+162.301 s]
/proc/loadavg: 2.02 2.24 2.62 3/85 17570
/proc/meminfo: memFree=1924176/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=10744 CPUtime=156.16
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 2563 0 0 0 15614 2 0 0 25 0 1 0 43967148 11001856 2549 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17570/statm: 2686 2549 75 150 0 2533 0
Current children cumulated CPU time (s) 160.42
Current children cumulated vsize (KiB) 29700

[startup+222.302 s]
/proc/loadavg: 2.01 2.19 2.58 3/85 17570
/proc/meminfo: memFree=1923088/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=11852 CPUtime=215.59
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 2833 0 0 0 21557 2 0 0 25 0 1 0 43967148 12136448 2819 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17570/statm: 2963 2819 75 150 0 2810 0
Current children cumulated CPU time (s) 219.85
Current children cumulated vsize (KiB) 30808

[startup+282.302 s]
/proc/loadavg: 2.00 2.15 2.54 3/85 17570
/proc/meminfo: memFree=1922256/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=12664 CPUtime=275.03
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 3025 0 0 0 27501 2 0 0 25 0 1 0 43967148 12967936 3011 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17570/statm: 3166 3011 75 150 0 3013 0
Current children cumulated CPU time (s) 279.29
Current children cumulated vsize (KiB) 31620

[startup+342.302 s]
/proc/loadavg: 2.00 2.12 2.51 3/85 17570
/proc/meminfo: memFree=1922000/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0

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

[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=24644 CPUtime=3069.98
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 5931 0 0 0 306990 8 0 0 25 0 1 0 43967148 25235456 5915 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 6161 5915 75 150 0 6008 0
Current children cumulated CPU time (s) 3074.24
Current children cumulated vsize (KiB) 43600

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17617
/proc/meminfo: memFree=1497160/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=24644 CPUtime=3129.95
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 5931 0 0 0 312987 8 0 0 25 0 1 0 43967148 25235456 5915 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 6161 5915 75 150 0 6008 0
Current children cumulated CPU time (s) 3134.21
Current children cumulated vsize (KiB) 43600

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17617
/proc/meminfo: memFree=1373896/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=24644 CPUtime=3189.93
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 5955 0 0 0 318985 8 0 0 25 0 1 0 43967148 25235456 5939 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 6161 5939 75 150 0 6008 0
Current children cumulated CPU time (s) 3194.19
Current children cumulated vsize (KiB) 43600

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17619
/proc/meminfo: memFree=1250248/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=24644 CPUtime=3249.91
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 5958 0 0 0 324983 8 0 0 25 0 1 0 43967148 25235456 5942 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 6161 5942 75 150 0 6008 0
Current children cumulated CPU time (s) 3254.17
Current children cumulated vsize (KiB) 43600

[startup+3342.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/85 17619
/proc/meminfo: memFree=1206024/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=24644 CPUtime=3309.88
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 5959 0 0 0 330979 9 0 0 25 0 1 0 43967148 25235456 5943 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 6161 5943 75 150 0 6008 0
Current children cumulated CPU time (s) 3314.14
Current children cumulated vsize (KiB) 43600

[startup+3402.31 s]
/proc/loadavg: 2.06 2.03 2.01 3/85 17619
/proc/meminfo: memFree=1205640/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=24800 CPUtime=3369.86
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 5971 0 0 0 336977 9 0 0 25 0 1 0 43967148 25395200 5955 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 6200 5955 75 150 0 6047 0
Current children cumulated CPU time (s) 3374.12
Current children cumulated vsize (KiB) 43756

[startup+3462.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/85 17619
/proc/meminfo: memFree=1202952/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=25012 CPUtime=3429.83
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 6017 0 0 0 342974 9 0 0 25 0 1 0 43967148 25612288 6001 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 6253 6001 75 150 0 6100 0
Current children cumulated CPU time (s) 3434.09
Current children cumulated vsize (KiB) 43968

[startup+3522.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/85 17619
/proc/meminfo: memFree=1198280/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=28600 CPUtime=3489.8
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 6916 0 0 0 348970 10 0 0 25 0 1 0 43967148 29286400 6900 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 7150 6900 75 150 0 6997 0
Current children cumulated CPU time (s) 3494.06
Current children cumulated vsize (KiB) 47556

[startup+3582.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/85 17619
/proc/meminfo: memFree=1195784/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=28600 CPUtime=3549.78
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 6916 0 0 0 354968 10 0 0 25 0 1 0 43967148 29286400 6900 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 7150 6900 75 150 0 6997 0
Current children cumulated CPU time (s) 3554.04
Current children cumulated vsize (KiB) 47556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/85 17619
/proc/meminfo: memFree=1195592/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=28720 CPUtime=3595.76
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 6921 0 0 0 359566 10 0 0 25 0 1 0 43967148 29409280 6905 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 7180 6905 75 150 0 7027 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 47676

Sending SIGTERM to process tree (bottom up)


[startup+st ended. Dumping a history of the last processes samples 6921 0 

[startup+3628.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/85 17619
/proc/meminfo: memFree=1195592/2055920 swapFree=4180104/4192956
[pid=17486] ppid=17484 vsize=13600 CPUtime=4.26
/proc/17486/stat : 17486 (sugar) S 17484 17486 17009 0 -1 4194304 1637 37257 0 7 4 2 393 27 16 0 1 0 43966682 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17486/statm: 3400 808 374 3 0 500 0
[pid=17569] ppid=17486 vsize=5356 CPUtime=0
/proc/17569/stat : 17569 (sh) S 17486 17486 17009 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43967147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17569/statm: 1339 232 193 169 0 50 0
[pid=17570] ppid=17569 vsize=28720 CPUtime=3595.76
/proc/17570/stat : 17570 (minisat) R 17569 17486 17009 0 -1 4194304 6921 0 0 0 359566 10 0 0 25 0 1 0 43967148 29409280 6905 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17570/statm: 7180 6905 75 150 0 7027 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 47676

Child status: 0
Real time (s): 3628.31
CPU time (s): 3600.06
CPU user time (s): 3599.65
CPU system time (s): 0.410937
CPU usage (%): 99.2212
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.65
system time used= 0.410937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46169
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= 2866
involuntary context switches= 68584

runsolver used 4.54531 second user time and 11.7902 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-12 16:24:10
IDJOB=1112686
IDBENCH=61457
IDSOLVER=368
FILE ID=node32/1112686-1215872650
PBS_JOBID= 7903509
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-3.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-1112686-1215872650/watcher-1112686-1215872650 -o /tmp/evaluation-result-1112686-1215872650/solver-1112686-1215872650 -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-1112686-1215872650.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d07220ca9cf8898c2c9b405e7e6368f7
RANDOM SEED=2011528654

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:       1939336 kB
Buffers:          3248 kB
Cached:          33208 kB
SwapCached:       5772 kB
Active:          57720 kB
Inactive:         4244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1939336 kB
SwapTotal:     4192956 kB
SwapFree:      4180104 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:          41600 kB
Slab:            39388 kB
Committed_AS:   276128 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 17:24:39