Trace number 1108235

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 896.799 901.54

General information on the benchmark

Namecsp/BH-4-4/
normalized-BlackHole-4-4-e-9_ext.xml
MD5SUM23421a5d9bb5b7ebbeb2d222bbb65547
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1.62275
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints431
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension431
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 18:12:59 2008
0.00/0.08	c 0	PID 14574
0.00/0.08	c 0	HOST node59.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1108235-1215792779.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-1108235-1215792779.xml' 'HOME/temp.csp'
0.06/0.47	c 1	4 domains, 64 variables, 0 predicates, 8 relations, 431 constraints
0.06/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.58	c 1	Parsing HOME/temp.csp
0.45/0.71	c 1	parsed 507 expressions
0.45/0.71	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.72	c 1	MAX CSP: 431 constraints
0.45/0.72	c 1	Converting to clausal form CSP
0.45/0.75	c 1	converted 95 (10%) expressions
0.45/0.77	c 1	converted 189 (20%) expressions
0.45/0.78	c 1	converted 283 (30%) expressions
0.45/0.79	c 1	converted 377 (40%) expressions
0.45/0.80	c 1	converted 471 (50%) expressions
0.45/0.82	c 1	converted 565 (60%) expressions
0.45/0.82	c 1	converted 659 (70%) expressions
0.45/0.83	c 1	converted 753 (80%) expressions
0.45/0.85	c 1	converted 847 (90%) expressions
0.93/1.02	c 1	converted 941 (100%) expressions
0.93/1.02	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 647
0.93/1.02	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.02	c 1	Propagation in CSP
0.93/1.06	c 1	424 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.06	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 432
0.93/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.07	c 1	CSP : 926 integers, 0 booleans, 1292 clauses, largest domain size 432
0.93/1.07	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.10	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.12	c 2	93 (10%) CSP integer variables are encoded (548 clauses, 5897 bytes)
1.02/1.12	c 2	186 (20%) CSP integer variables are encoded (548 clauses, 5897 bytes)
1.02/1.12	c 2	278 (30%) CSP integer variables are encoded (548 clauses, 5897 bytes)
1.02/1.12	c 2	371 (40%) CSP integer variables are encoded (548 clauses, 5897 bytes)
1.02/1.12	c 2	463 (50%) CSP integer variables are encoded (548 clauses, 5897 bytes)
1.02/1.13	c 2	556 (60%) CSP integer variables are encoded (1254 clauses, 15075 bytes)
1.02/1.13	c 2	649 (70%) CSP integer variables are encoded (1767 clauses, 21744 bytes)
1.02/1.13	c 2	741 (80%) CSP integer variables are encoded (2561 clauses, 32066 bytes)
1.02/1.13	c 2	834 (90%) CSP integer variables are encoded (3126 clauses, 39411 bytes)
1.02/1.14	c 2	926 (100%) CSP integer variables are encoded (6940 clauses, 88993 bytes)
1.02/1.19	c 2	130 (10%) CSP clauses are encoded (7710 clauses, 103971 bytes)
1.11/1.21	c 2	259 (20%) CSP clauses are encoded (8826 clauses, 127792 bytes)
1.11/1.23	c 2	388 (30%) CSP clauses are encoded (9960 clauses, 152505 bytes)
1.11/1.25	c 2	517 (40%) CSP clauses are encoded (11642 clauses, 182546 bytes)
1.11/1.28	c 2	646 (50%) CSP clauses are encoded (23387 clauses, 393606 bytes)
1.11/1.29	c 2	776 (60%) CSP clauses are encoded (27101 clauses, 458115 bytes)
1.21/1.35	c 2	905 (70%) CSP clauses are encoded (60566 clauses, 1069537 bytes)
1.21/1.36	c 2	1034 (80%) CSP clauses are encoded (64715 clauses, 1141788 bytes)
1.21/1.38	c 2	1163 (90%) CSP clauses are encoded (74496 clauses, 1317354 bytes)
1.61/1.71	c 2	1292 (100%) CSP clauses are encoded (255126 clauses, 4613736 bytes)
1.61/1.71	c 2	1292 CSP clauses encoded
1.61/1.71	c 2	Writing map file : HOME/temp.map
1.61/1.72	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.72	c 2	SAT : 7864 SAT variables, 255126 SAT clauses, 4613736 bytes
1.61/1.72	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.76	c 2	OBJECTIVE minimize _COST
1.61/1.76	c 2	SOLVING HOME/temp.cnf
1.61/1.76	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.61/1.76	c 2	This is MiniSat 2.0 beta incremental
1.61/1.76	c 2	WARNING: for repeatability, setting FPU to use double precision
1.61/1.76	c 2	============================[ Problem Statistics ]=============================
1.61/1.76	c 2	|                                                                             |
1.61/1.76	c 2	|  Number of variables:  7864                                                 |
1.61/1.76	c 2	|  Number of clauses:    255126                                               |
1.65/1.88	c 2	|  Parsing time:         0.10         s                                       |
1.65/1.89	c 2	OK
1.65/1.89	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.65/1.89	c 2	SEARCHING: _COST <= 216
1.65/1.89	c 2	============================[ Search Statistics ]==============================
1.65/1.89	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.65/1.89	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.65/1.89	c 2	===============================================================================
1.65/1.89	c 2	|         0 |    7864   255126   749517 |    85042        0    nan |  0.000 % |
1.65/1.91	c 2	===============================================================================
1.65/1.91	c 2	restarts              : 1
1.65/1.91	c 2	conflicts             : 77            (588 /sec)
1.65/1.91	c 2	decisions             : 205           (0.98 % random) (1565 /sec)
1.65/1.91	c 2	propagations          : 10566          (80669 /sec)
1.65/1.91	c 2	conflict literals     : 1245           (7.78 % deleted)
1.65/1.91	c 2	Memory used           : 12.50 MB
1.65/1.91	c 2	CPU time              : 0.13098 s
1.65/1.91	c 2	
1.65/1.91	c 2	SATISFIABLE
1.65/1.91	c 2	OK
1.65/1.91	c 2	FOUND: _COST <= 216
1.65/1.91	s SATISFIABLE
1.65/1.91	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.65/1.91	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.65/1.99	c 2	Decoding HOME/temp.out
1.65/2.09	c 2	OBJECTIVE _COST 18
1.65/2.09	o 18
1.65/2.09	v 0 0 3 8 13 0 13 15 1 4 13 0 11 13 3 12 15 0 15 13 3 6 15 2 15 14 3 2 14 2 3 15 3 10 14 2 7 13 3 14 14 2 11 15 3 9 14 0 8 8 2 3 1 8 1 7 6 7 6 7 6 7 6 8
1.65/2.10	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.95/2.14	c 3	OK
1.95/2.14	c 3	OBJECTIVE BOUND: 0 <= _COST <= 18
1.95/2.14	c 3	SEARCHING: _COST <= 9
1.95/2.14	c 3	============================[ Search Statistics ]==============================
1.95/2.14	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.95/2.14	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.95/2.14	c 3	===============================================================================
1.95/2.14	c 3	|        77 |    7864   255126   749517 |    85042       77     16 |  0.000 % |
1.95/2.14	c 3	===============================================================================
1.95/2.14	c 3	restarts              : 2
1.95/2.14	c 3	conflicts             : 85            (603 /sec)
1.95/2.14	c 3	decisions             : 304           (0.66 % random) (2156 /sec)
1.95/2.14	c 3	propagations          : 18702          (132659 /sec)
1.95/2.14	c 3	conflict literals     : 1358           (7.24 % deleted)
1.95/2.14	c 3	Memory used           : 12.50 MB
1.95/2.14	c 3	CPU time              : 0.140978 s
1.95/2.14	c 3	
1.95/2.14	c 3	SATISFIABLE
1.95/2.14	c 3	OK
1.95/2.14	c 3	FOUND: _COST <= 9
1.95/2.14	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.95/2.14	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'
1.98/2.23	c 3	Decoding HOME/temp.out
1.98/2.36	c 3	OBJECTIVE _COST 9
1.98/2.36	o 9
1.98/2.36	v 0 0 0 7 13 3 10 15 2 9 13 1 6 13 2 15 15 3 2 13 2 13 15 3 14 14 2 11 14 3 4 15 0 15 14 3 12 13 0 15 14 3 8 15 0 3 14 3 8 1 7 5 4 6 7 6 7 6 8 1 8 1 8 1
1.98/2.38	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.98/2.41	c 3	OK
1.98/2.41	c 3	OBJECTIVE BOUND: 0 <= _COST <= 9
1.98/2.41	c 3	SEARCHING: _COST <= 4
1.98/2.41	c 3	============================[ Search Statistics ]==============================
1.98/2.42	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.98/2.42	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.98/2.42	c 3	===============================================================================
1.98/2.42	c 3	|        85 |    3292   255126   749517 |    85042       85     16 |  0.000 % |
1.98/2.42	c 3	===============================================================================
1.98/2.42	c 3	restarts              : 3
1.98/2.42	c 3	conflicts             : 90            (617 /sec)
1.98/2.42	c 3	decisions             : 374           (0.53 % random) (2562 /sec)
1.98/2.42	c 3	propagations          : 22282          (152640 /sec)
1.98/2.42	c 3	conflict literals     : 1399           (7.23 % deleted)
1.98/2.42	c 3	Memory used           : 12.50 MB
1.98/2.42	c 3	CPU time              : 0.145977 s
1.98/2.42	c 3	
1.98/2.42	c 3	SATISFIABLE
1.98/2.42	c 3	OK
1.98/2.42	c 3	FOUND: _COST <= 4
1.98/2.42	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.98/2.42	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.23/2.50	c 3	Decoding HOME/temp.out
2.23/2.60	c 3	OBJECTIVE _COST 4
2.23/2.60	o 4
2.23/2.60	v 0 0 0 3 13 3 10 15 2 9 13 1 4 13 0 11 15 3 2 13 2 15 15 3 12 14 0 7 14 3 6 15 2 13 14 3 14 13 2 15 14 3 8 15 0 5 14 1 8 1 7 5 3 1 7 6 8 1 7 6 7 6 8 2
2.23/2.60	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.23/2.63	c 3	OK
2.23/2.63	c 3	OBJECTIVE BOUND: 0 <= _COST <= 4
2.23/2.63	c 3	SEARCHING: _COST <= 2
2.23/2.64	c 3	============================[ Search Statistics ]==============================
2.23/2.65	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.23/2.65	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.23/2.65	c 3	===============================================================================
2.23/2.65	c 3	|        90 |    2838   255126   749517 |    85042       90     16 |  0.000 % |
2.23/2.65	c 3	|       190 |    2838   255126   749517 |    93546      190     18 | 70.308 % |
2.23/2.65	c 3	|       340 |    2838   255126   749517 |   102900      340     23 | 70.308 % |
2.23/2.66	c 3	|       566 |    2838   255126   749517 |   113190      566     26 | 70.308 % |
2.23/2.67	c 3	|       904 |    2838   255126   749517 |   124509      904     28 | 70.308 % |
2.23/2.69	c 3	|      1411 |    2838   255126   749517 |   136960     1411     33 | 70.308 % |
2.48/2.73	c 3	|      2171 |    2838   255126   749517 |   150657     2171     34 | 70.308 % |
2.48/2.78	c 3	|      3311 |    2838   255126   749517 |   165722     3311     33 | 70.308 % |
2.58/2.89	c 3	|      5019 |    2838   255126   749517 |   182295     5019     37 | 70.308 % |
2.78/3.08	c 3	|      7583 |    2838   255126   749517 |   200524     7583     41 | 70.308 % |
3.08/3.37	c 4	|     11427 |    2838   255126   749517 |   220577    11427     42 | 70.308 % |
3.76/4.02	c 4	|     17193 |    2838   255126   749517 |   242634    17193     52 | 70.308 % |
4.96/5.29	c 6	|     25843 |    2838   255126   749517 |   266898    25843     55 | 70.308 % |
8.33/8.63	c 9	|     38817 |    2335    11372    34415 |   293588    38817     65 | 70.308 % |
13.18/13.56	c 14	|     58279 |    2335    11372    34415 |   322946    58279     63 | 70.308 % |
26.54/27.06	c 27	|     87471 |    2335    11372    34415 |   355241    87471     63 | 70.308 % |
53.30/54.09	c 54	|    131260 |    2335    11372    34415 |   390765   131260     67 | 70.308 % |
124.52/125.94	c 126	|    196945 |    2335    11372    34415 |   429842   196945     73 | 70.308 % |
253.70/256.34	c 257	|    295471 |    2335    11372    34415 |   472826   295471     76 | 70.308 % |
607.46/612.01	c 612	|    443261 |    2335    11372    34415 |   520109   443261     78 | 70.308 % |
895.42/900.10	c 900	===============================================================================
895.42/900.10	c 900	restarts              : 23
895.42/900.10	c 900	conflicts             : 601841        (674 /sec)
895.42/900.10	c 900	decisions             : 720573        (0.36 % random) (807 /sec)
895.42/900.10	c 900	propagations          : 17018548       (19065 /sec)
895.42/900.10	c 900	conflict literals     : 48505415       (8.57 % deleted)
895.42/900.10	c 900	Memory used           : 192.98 MB
895.42/900.10	c 900	CPU time              : 892.66 s
895.42/900.10	c 900	
895.42/900.10	c 900	SATISFIABLE
895.42/900.11	c 900	OK
895.42/900.11	c 900	FOUND: _COST <= 2
895.42/900.11	c 900	DECODING HOME/temp.out WITH HOME/temp.map
895.42/900.11	c 900	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
895.42/900.20	c 901	Decoding HOME/temp.out
895.43/900.31	c 901	OBJECTIVE _COST 2
895.43/900.31	o 2
895.43/900.32	v 0 0 0 3 13 3 8 15 2 15 13 3 10 13 2 11 15 3 14 13 2 5 15 1 6 14 2 9 14 1 12 15 0 13 14 1 4 13 0 11 14 3 2 15 2 7 14 3 8 1 7 6 7 6 7 5 4 5 3 2 3 1 7 6
895.43/900.32	c 901	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
895.66/900.44	c 901	OK
895.66/900.44	c 901	OBJECTIVE BOUND: 0 <= _COST <= 2
895.66/900.44	c 901	SEARCHING: _COST <= 1
895.66/900.44	c 901	============================[ Search Statistics ]==============================
895.66/900.44	c 901	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
895.66/900.44	c 901	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
895.66/900.44	c 901	===============================================================================
895.66/900.44	c 901	|    601841 |    1903     8009    25620 |     2669    94878     89 | 70.308 % |
896.16/900.97	c 901	|    601944 |    1903     8009    25620 |     2936     8560     83 | 75.802 % |
896.16/900.98	c 901	|    602096 |    1903     8009    25620 |     3230     8712     82 | 75.802 % |
896.26/901.01	c 901	|    602321 |    1903     8009    25620 |     3553     8937     81 | 75.802 % |
896.26/901.02	c 901	===============================================================================
896.26/901.02	c 901	restarts              : 27
896.26/901.02	c 901	conflicts             : 602332        (674 /sec)
896.26/901.02	c 901	decisions             : 721564        (0.36 % random) (808 /sec)
896.26/901.02	c 901	propagations          : 17044034       (19080 /sec)
896.26/901.02	c 901	conflict literals     : 48522400       (8.56 % deleted)
896.26/901.02	c 901	Memory used           : 192.98 MB
896.26/901.02	c 901	CPU time              : 893.305 s
896.26/901.02	c 901	
896.26/901.02	c 901	SATISFIABLE
896.26/901.02	c 901	OK
896.26/901.02	c 901	FOUND: _COST <= 1
896.26/901.02	c 901	DECODING HOME/temp.out WITH HOME/temp.map
896.26/901.02	c 901	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
896.28/901.10	c 901	Decoding HOME/temp.out
896.28/901.24	c 902	OBJECTIVE _COST 1
896.28/901.24	o 1
896.28/901.24	v 0 0 0 9 13 1 12 15 0 15 13 3 2 13 2 15 15 3 14 13 2 5 15 1 6 14 2 3 14 3 10 15 2 7 14 3 4 13 0 11 14 3 8 15 0 13 14 1 8 2 3 1 7 6 7 5 4 6 7 6 8 1 8 2
896.28/901.28	c 902	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
896.28/901.29	c 902	OK
896.28/901.29	c 902	OBJECTIVE BOUND: 0 <= _COST <= 1
896.28/901.29	c 902	SEARCHING: _COST <= 0
896.54/901.30	c 902	============================[ Search Statistics ]==============================
896.54/901.30	c 902	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
896.54/901.30	c 902	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
896.54/901.30	c 902	===============================================================================
896.54/901.30	c 902	|    602332 |    1903     8009    25620 |     2669     8948     81 | 75.802 % |
896.54/901.31	c 902	|    602434 |    1903     8009    25620 |     2936     9050     80 | 81.283 % |
896.54/901.32	c 902	|    602584 |    1903     8009    25620 |     3230     9200     80 | 81.283 % |
896.54/901.34	c 902	|    602811 |    1903     8009    25620 |     3553     9427     79 | 81.283 % |
896.54/901.37	c 902	|    603149 |    1903     8009    25620 |     3908     9765     78 | 81.283 % |
896.64/901.42	c 902	|    603656 |    1903     8009    25620 |     4299    10272     76 | 81.283 % |
896.73/901.50	c 902	===============================================================================
896.73/901.50	c 902	restarts              : 33
896.73/901.50	c 902	conflicts             : 604088        (676 /sec)
896.73/901.50	c 902	decisions             : 723796        (0.36 % random) (810 /sec)
896.73/901.50	c 902	propagations          : 17111490       (19151 /sec)
896.73/901.50	c 902	conflict literals     : 48613400       (8.57 % deleted)
896.73/901.50	c 902	Memory used           : 192.98 MB
896.73/901.50	c 902	CPU time              : 893.508 s
896.73/901.50	c 902	
896.73/901.50	c 902	UNSATISFIABLE
896.73/901.50	c 902	OK
896.73/901.50	c 902	NOT FOUND: _COST <= 0
896.73/901.50	c 902	OK
896.73/901.50	c 902	OBJECTIVE _COST 1
896.73/901.50	s OPTIMUM FOUND
896.73/901.53	c 902	CPU 895.96 (0.07 0.02 895.89 0.8)
896.73/901.53	c 902	END Fri Jul 11 18:28:01 2008

Verifier Data (download as text)

OK	1	430
1 unsatisfied constraints, 430 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-1108235-1215792779/watcher-1108235-1215792779 -o /tmp/evaluation-result-1108235-1215792779/solver-1108235-1215792779 -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-1108235-1215792779.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: 1.92 1.98 1.99 4/81 14574
/proc/meminfo: memFree=1454432/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=18572 CPUtime=0
/proc/14574/stat : 14574 (runsolver) R 14572 14574 14060 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 35976357 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14574/statm: 4643 292 257 25 0 2626 0

[startup+0.0876929 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 14574
/proc/meminfo: memFree=1454432/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16740 CPUtime=0.06
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35976357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102693 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 14574
/proc/meminfo: memFree=1454432/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16740 CPUtime=0.06
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35976357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301725 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 14574
/proc/meminfo: memFree=1454432/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16740 CPUtime=0.06
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35976357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701803 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 14574
/proc/meminfo: memFree=1454432/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16740 CPUtime=0.45
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1296 4525 0 1 5 2 35 3 16 0 1 0 35976357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16740

[startup+1.50195 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 14596
/proc/meminfo: memFree=1438856/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16740 CPUtime=0.45
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1297 4525 0 1 5 2 35 3 15 0 1 0 35976357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4185 1104 409 3 0 764 0
[pid=14587] ppid=14574 vsize=5356 CPUtime=0
/proc/14587/stat : 14587 (sh) S 14574 14574 14060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35976407 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14587/statm: 1339 233 193 169 0 50 0
[pid=14588] ppid=14587 vsize=868460 CPUtime=0.97
/proc/14588/stat : 14588 (java) S 14587 14574 14060 0 -1 0 6739 0 1 0 91 6 0 0 18 0 9 0 35976407 889303040 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14588/statm: 217115 5883 2563 9 0 211662 0
[pid=14588/tid=14589] ppid=14587 vsize=868460 CPUtime=0.62
/proc/14588/task/14589/stat : 14589 (java) R 14587 14574 14060 0 -1 64 2789 0 1 0 60 2 0 0 19 0 9 0 35976408 889303040 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14588/tid=14590] ppid=14587 vsize=868460 CPUtime=0.08
/proc/14588/task/14590/stat : 14590 (java) R 14587 14574 14060 0 -1 64 1770 0 0 0 8 0 0 0 16 0 9 0 35976409 889303040 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14588/tid=14591] ppid=14587 vsize=868460 CPUtime=0
/proc/14588/task/14591/stat : 14591 (java) S 14587 14574 14060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35976410 889303040 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14588/tid=14592] ppid=14587 vsize=868460 CPUtime=0
/proc/14588/task/14592/stat : 14592 (java) S 14587 14574 14060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35976410 889303040 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14588/tid=14593] ppid=14587 vsize=868460 CPUtime=0
/proc/14588/task/14593/stat : 14593 (java) S 14587 14574 14060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35976412 889303040 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14588/tid=14594] ppid=14587 vsize=868460 CPUtime=0.23
/proc/14588/task/14594/stat : 14594 (java) S 14587 14574 14060 0 -1 64 1488 0 0 0 22 1 0 0 16 0 9 0 35976412 889303040 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14588/tid=14595] ppid=14587 vsize=868460 CPUtime=0
/proc/14588/task/14595/stat : 14595 (java) S 14587 14574 14060 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35976412 889303040 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14588/tid=14596] ppid=14587 vsize=868460 CPUtime=0
/proc/14588/task/14596/stat : 14596 (java) S 14587 14574 14060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35976412 889303040 5883 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890556

[startup+3.10126 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 14607
/proc/meminfo: memFree=1428736/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.27
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 6 2 198 21 15 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=14376 CPUtime=0.61
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 3492 0 0 0 60 1 0 0 19 0 1 0 35976533 14721024 3435 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/14597/statm: 3594 3435 79 151 0 3440 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 31248

[startup+6.30187 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 14627
/proc/meminfo: memFree=1427856/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.27
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 6 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=19500 CPUtime=3.78
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 4772 0 0 0 376 2 0 0 25 0 1 0 35976533 19968000 4715 996147200 134512640 135134323 4294956192 18446744073709551615 134532123 0 0 4096 3 0 0 0 17 1 0 0
/proc/14597/statm: 4875 4715 79 151 0 4721 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 36372

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 14627
/proc/meminfo: memFree=1424856/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.27
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 6 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=23076 CPUtime=10.12
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 5661 0 0 0 1009 3 0 0 25 0 1 0 35976533 23629824 5604 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/14597/statm: 5769 5604 79 151 0 5615 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 39948

[startup+25.5025 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 14627
/proc/meminfo: memFree=1416792/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.27
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 6 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=31072 CPUtime=22.79
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 7663 0 0 0 2275 4 0 0 25 0 1 0 35976533 31817728 7606 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/14597/statm: 7768 7606 79 151 0 7614 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 47944

[startup+51.1014 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 14627
/proc/meminfo: memFree=1402968/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=45196 CPUtime=48.15
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 11162 0 0 0 4808 7 0 0 25 0 1 0 35976533 46280704 11105 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14597/statm: 11299 11105 79 151 0 11145 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 62068

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 14627
/proc/meminfo: memFree=1383960/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=63852 CPUtime=98.87
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 15774 0 0 0 9876 11 0 0 25 0 1 0 35976533 65384448 15717 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14597/statm: 15963 15717 79 151 0 15809 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 80724

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 14627
/proc/meminfo: memFree=1366232/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=81976 CPUtime=158.3
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 20228 0 0 0 15814 16 0 0 25 0 1 0 35976533 83943424 20171 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/14597/statm: 20494 20171 79 151 0 20340 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 98848

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 14627
/proc/meminfo: memFree=1349720/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=98504 CPUtime=217.73
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 24355 0 0 0 21752 21 0 0 25 0 1 0 35976533 100868096 24298 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14597/statm: 24626 24298 79 151 0 24472 0
Current children cumulated CPU time (s) 220.01
Current children cumulated vsize (KiB) 115376

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 14627
/proc/meminfo: memFree=1335512/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=112880 CPUtime=277.17
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 27903 0 0 0 27693 24 0 0 25 0 1 0 35976533 115589120 27846 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14597/statm: 28220 27846 79 151 0 28066 0
Current children cumulated CPU time (s) 279.45
Current children cumulated vsize (KiB) 129752

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 14627
/proc/meminfo: memFree=1324312/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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


[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14731
/proc/meminfo: memFree=1258136/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=152728 CPUtime=515.53
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 37573 0 0 0 51517 36 0 0 25 0 1 0 35976533 156393472 37508 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 38182 37508 79 151 0 38028 0
Current children cumulated CPU time (s) 517.81
Current children cumulated vsize (KiB) 169600

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14731
/proc/meminfo: memFree=1231512/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=160032 CPUtime=575.49
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 39445 0 0 0 57510 39 0 0 25 0 1 0 35976533 163872768 39380 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 40008 39380 79 151 0 39854 0
Current children cumulated CPU time (s) 577.77
Current children cumulated vsize (KiB) 176904

[startup+642.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1206872/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=170444 CPUtime=635.46
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 41953 0 0 0 63505 41 0 0 25 0 1 0 35976533 174534656 41880 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 42611 41880 79 151 0 42457 0
Current children cumulated CPU time (s) 637.74
Current children cumulated vsize (KiB) 187316

[startup+702.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1187736/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=180488 CPUtime=695.44
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 44260 0 0 0 69500 44 0 0 25 0 1 0 35976533 184819712 44187 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 45122 44187 79 151 0 44968 0
Current children cumulated CPU time (s) 697.72
Current children cumulated vsize (KiB) 197360

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1167896/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=188908 CPUtime=755.41
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 46394 0 0 0 75495 46 0 0 25 0 1 0 35976533 193441792 46313 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 47227 46313 79 151 0 47073 0
Current children cumulated CPU time (s) 757.69
Current children cumulated vsize (KiB) 205780

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1150040/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=195844 CPUtime=815.38
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 48138 0 0 0 81489 49 0 0 25 0 1 0 35976533 200544256 48057 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 48961 48057 79 151 0 48807 0
Current children cumulated CPU time (s) 817.66
Current children cumulated vsize (KiB) 212716

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1138584/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=197608 CPUtime=875.35
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 48525 0 0 0 87486 49 0 0 25 0 1 0 35976533 202350592 48444 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 49402 48444 79 151 0 49248 0
Current children cumulated CPU time (s) 877.63
Current children cumulated vsize (KiB) 214480

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

[startup+883.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1138584/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=197608 CPUtime=876.15
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 48525 0 0 0 87566 49 0 0 25 0 1 0 35976533 202350592 48444 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 49402 48444 79 151 0 49248 0
Current children cumulated CPU time (s) 878.43
Current children cumulated vsize (KiB) 214480

[startup+889.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1137624/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=197608 CPUtime=882.55
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 48525 0 0 0 88206 49 0 0 25 0 1 0 35976533 202350592 48444 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 49402 48444 79 151 0 49248 0
Current children cumulated CPU time (s) 884.83
Current children cumulated vsize (KiB) 214480

[startup+895.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1136472/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=197608 CPUtime=888.94
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 48525 0 0 0 88845 49 0 0 25 0 1 0 35976533 202350592 48444 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 49402 48444 79 151 0 49248 0
Current children cumulated CPU time (s) 891.22
Current children cumulated vsize (KiB) 214480

[startup+899.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1136088/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.28
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1693 23242 0 5 7 2 198 21 16 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=197608 CPUtime=892.14
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 48525 0 0 0 89165 49 0 0 25 0 1 0 35976533 202350592 48444 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 49402 48444 79 151 0 49248 0
Current children cumulated CPU time (s) 894.42
Current children cumulated vsize (KiB) 214480

[startup+900.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14731
/proc/meminfo: memFree=1135960/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.49
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1762 27115 0 6 7 2 215 25 15 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=197608 CPUtime=893.47
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 48530 0 0 0 89298 49 0 0 25 0 1 0 35976533 202350592 48447 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 49402 48447 79 151 0 49248 0
Current children cumulated CPU time (s) 895.96
Current children cumulated vsize (KiB) 214480

[startup+901.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14741
/proc/meminfo: memFree=1135512/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.49
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1796 27115 0 6 7 2 215 25 15 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=197608 CPUtime=893.79
/proc/14597/stat : 14597 (minisat-inc) S 14574 14574 14060 0 -1 4194304 48532 0 0 0 89330 49 0 0 25 0 1 0 35976533 202350592 48447 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/14597/statm: 49402 48447 79 151 0 49248 0
Current children cumulated CPU time (s) 896.28
Current children cumulated vsize (KiB) 214480

[startup+901.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14741
/proc/meminfo: memFree=1135512/2055920 swapFree=4192956/4192956
[pid=14574] ppid=14572 vsize=16872 CPUtime=2.74
/proc/14574/stat : 14574 (sugar++) S 14572 14574 14060 0 -1 4194304 1832 30994 0 7 7 2 238 27 15 0 1 0 35976357 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14574/statm: 4218 1124 414 3 0 797 0
[pid=14597] ppid=14574 vsize=197608 CPUtime=893.99
/proc/14597/stat : 14597 (minisat-inc) R 14574 14574 14060 0 -1 4194304 48532 0 0 0 89350 49 0 0 18 0 1 0 35976533 202350592 48447 996147200 134512640 135134323 4294956192 18446744073709551615 134704631 0 0 4096 3 0 0 0 17 1 0 0
/proc/14597/statm: 49402 48447 79 151 0 49248 0
Current children cumulated CPU time (s) 896.73
Current children cumulated vsize (KiB) 214480

Child status: 0
Real time (s): 901.54
CPU time (s): 896.799
CPU user time (s): 895.965
CPU system time (s): 0.833873
CPU usage (%): 99.4741
Max. virtual memory (cumulated for all children) (KiB): 890556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 895.965
system time used= 0.833873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81439
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= 3816
involuntary context switches= 23156

runsolver used 1.24081 second user time and 2.87356 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-11 18:12:59
IDJOB=1108235
IDBENCH=60694
IDSOLVER=367
FILE ID=node59/1108235-1215792779
PBS_JOBID= 7903082
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/BH-4-4/normalized-BlackHole-4-4-e-9_ext.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-1108235-1215792779/watcher-1108235-1215792779 -o /tmp/evaluation-result-1108235-1215792779/solver-1108235-1215792779 -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-1108235-1215792779.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 23421a5d9bb5b7ebbeb2d222bbb65547
RANDOM SEED=630254943

node59.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1454912 kB
Buffers:         56160 kB
Cached:         446428 kB
SwapCached:          0 kB
Active:         283392 kB
Inactive:       249504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1454912 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             892 kB
Writeback:           0 kB
Mapped:          50536 kB
Slab:            53096 kB
Committed_AS:   151320 kB
PageTables:       2024 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= 66496 MiB
End job on node59 at 2008-07-11 18:28:01