Trace number 1108968

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+minisatOPTIMUM4 1399.89 1400.82

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-8_all.xml
MD5SUM0c177442828a6d2881a24fd8c0888647
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark100.84
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints32
Maximum constraint arity8
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(32)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 19:44:51 2008
0.00/0.04	c 0	PID 14255
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1108968-1215798290.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108968-1215798290.xml' 'HOME/temp.csp'
0.02/0.19	c 0	1 domains, 64 variables, 0 predicates, 0 relations, 32 constraints
0.02/0.25	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.19/0.39	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.19/0.39	c 0	Parsing HOME/temp.csp
0.19/0.39	c 0	parsed 97 expressions
0.19/0.39	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.19/0.39	c 0	MAX CSP: 32 constraints
0.19/0.39	c 0	Converting to clausal form CSP
0.19/0.39	c 0	converted 14 (10%) expressions
0.19/0.39	c 0	converted 27 (20%) expressions
0.19/0.39	c 0	converted 40 (30%) expressions
0.19/0.39	c 0	converted 53 (40%) expressions
0.19/0.39	c 0	converted 66 (50%) expressions
0.19/0.45	c 0	converted 80 (60%) expressions
0.19/0.54	c 0	converted 93 (70%) expressions
0.19/0.55	c 0	converted 106 (80%) expressions
0.19/0.56	c 0	converted 119 (90%) expressions
0.19/0.57	c 0	converted 132 (100%) expressions
0.19/0.57	c 0	CSP : 128 integers, 32 booleans, 1055 clauses, largest domain size 49
0.19/0.57	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.19/0.58	c 0	Propagation in CSP
0.19/0.63	c 0	31 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.19/0.63	c 0	CSP : 128 integers, 32 booleans, 1055 clauses, largest domain size 33
0.19/0.63	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.19/0.63	c 0	Simplifing CSP by introducing new Boolean variables
0.19/0.66	c 0	CSP : 128 integers, 1824 booleans, 2847 clauses, largest domain size 33
0.19/0.66	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.19/0.69	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.19/0.70	c 0	13 (10%) CSP integer variables are encoded (78 clauses, 751 bytes)
0.19/0.70	c 0	26 (20%) CSP integer variables are encoded (156 clauses, 1596 bytes)
0.19/0.70	c 0	39 (30%) CSP integer variables are encoded (234 clauses, 2454 bytes)
0.19/0.70	c 0	52 (40%) CSP integer variables are encoded (312 clauses, 3312 bytes)
0.19/0.70	c 0	64 (50%) CSP integer variables are encoded (384 clauses, 4104 bytes)
0.19/0.70	c 0	77 (60%) CSP integer variables are encoded (384 clauses, 4104 bytes)
0.19/0.70	c 0	90 (70%) CSP integer variables are encoded (384 clauses, 4104 bytes)
0.19/0.70	c 0	103 (80%) CSP integer variables are encoded (511 clauses, 5501 bytes)
0.19/0.70	c 0	116 (90%) CSP integer variables are encoded (598 clauses, 6458 bytes)
0.19/0.71	c 0	128 (100%) CSP integer variables are encoded (642 clauses, 6942 bytes)
0.19/0.73	c 0	285 (10%) CSP clauses are encoded (2215 clauses, 28780 bytes)
0.19/0.74	c 0	570 (20%) CSP clauses are encoded (3788 clauses, 53226 bytes)
0.19/0.75	c 0	855 (30%) CSP clauses are encoded (5361 clauses, 77820 bytes)
0.19/0.76	c 0	1139 (40%) CSP clauses are encoded (6912 clauses, 102089 bytes)
0.19/0.77	c 0	1424 (50%) CSP clauses are encoded (8485 clauses, 126600 bytes)
0.19/0.77	c 0	1709 (60%) CSP clauses are encoded (10058 clauses, 151273 bytes)
0.19/0.78	c 0	1993 (70%) CSP clauses are encoded (11623 clauses, 175982 bytes)
0.19/0.79	c 0	2278 (80%) CSP clauses are encoded (13182 clauses, 200169 bytes)
0.19/0.80	c 0	2563 (90%) CSP clauses are encoded (14755 clauses, 225392 bytes)
0.19/0.80	c 1	2847 (100%) CSP clauses are encoded (17766 clauses, 270262 bytes)
0.19/0.80	c 1	2847 CSP clauses encoded
0.19/0.81	c 1	Writing map file : HOME/temp.map
0.19/0.81	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.19/0.81	c 1	SAT : 2594 SAT variables, 17766 SAT clauses, 270262 bytes
0.19/0.81	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.19/0.82	c 1	OBJECTIVE minimize _COST
0.19/0.82	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.19/0.82	c 1	SEARCHING: _COST <= 16
0.19/0.82	c 1	SOLVING HOME/temp.cnf
0.19/0.82	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.19/0.82	c 1	This is MiniSat 2.0 beta
0.19/0.82	c 1	WARNING: for repeatability, setting FPU to use double precision
0.19/0.82	c 1	============================[ Problem Statistics ]=============================
0.19/0.82	c 1	|                                                                             |
0.19/0.82	c 1	|  Number of variables:  2594                                                 |
0.19/0.82	c 1	|  Number of clauses:    17767                                                |
0.19/0.83	c 1	|  Parsing time:         0.01         s                                       |
0.19/0.83	c 1	============================[ Search Statistics ]==============================
0.19/0.83	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.84	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.84	c 1	===============================================================================
0.19/0.84	c 1	|         0 |    2498    17033    46949 |     5677        0    nan |  0.000 % |
0.19/0.85	c 1	|       101 |    2498    17033    46949 |     6245      101     29 |  3.701 % |
0.19/0.85	c 1	===============================================================================
0.19/0.85	c 1	restarts              : 2
0.19/0.86	c 1	conflicts             : 218            (7519 /sec)
0.19/0.86	c 1	decisions             : 1809           (1.33 % random) (62390 /sec)
0.19/0.86	c 1	propagations          : 43167          (1488774 /sec)
0.19/0.86	c 1	conflict literals     : 6137           (3.52 % deleted)
0.19/0.86	c 1	Memory used           : 2.73 MB
0.19/0.86	c 1	CPU time              : 0.028995 s
0.19/0.86	c 1	
0.19/0.86	c 1	SATISFIABLE
0.19/0.86	c 1	FOUND: _COST <= 16
0.19/0.86	s SATISFIABLE
0.19/0.86	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.19/0.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'
0.83/0.94	c 1	Decoding HOME/temp.out
0.83/0.98	c 1	OBJECTIVE _COST 16
0.83/0.98	o 16
0.83/0.98	v 7 7 7 2 7 7 4 5 3 6 4 2 7 5 0 1 7 6 7 7 6 4 2 6 1 2 7 3 7 6 5 7 5 4 0 2 7 1 6 3 6 1 3 5 4 2 7 0 7 1 5 2 6 0 3 4 6 4 0 7 5 3 1 2
0.83/0.99	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.84/1.02	c 1	OBJECTIVE BOUND: 0 <= _COST <= 16
0.84/1.02	c 1	SEARCHING: _COST <= 8
0.84/1.02	c 1	SOLVING HOME/temp.cnf
0.84/1.02	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.84/1.02	c 1	This is MiniSat 2.0 beta
0.84/1.02	c 1	WARNING: for repeatability, setting FPU to use double precision
0.84/1.02	c 1	============================[ Problem Statistics ]=============================
0.84/1.02	c 1	|                                                                             |
0.84/1.02	c 1	|  Number of variables:  2594                                                 |
0.84/1.02	c 1	|  Number of clauses:    17767                                                |
0.84/1.03	c 1	|  Parsing time:         0.01         s                                       |
0.84/1.03	c 1	============================[ Search Statistics ]==============================
0.84/1.03	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.84/1.03	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.84/1.03	c 1	===============================================================================
0.84/1.03	c 1	|         0 |    2442    16589    45777 |     5529        0    nan |  0.000 % |
0.84/1.04	c 1	|       101 |    2442    16589    45777 |     6082      101     36 |  5.860 % |
0.84/1.05	c 1	|       252 |    2442    16589    45777 |     6690      252     29 |  5.860 % |
0.84/1.07	c 1	|       478 |    2442    16589    45777 |     7359      478     28 |  5.860 % |
1.03/1.11	c 1	|       816 |    2442    16589    45777 |     8095      816     29 |  5.860 % |
1.03/1.14	c 1	|      1322 |    2442    16589    45777 |     8905     1322     30 |  5.860 % |
1.13/1.21	c 1	|      2083 |    2442    16589    45777 |     9796     2083     32 |  5.860 % |
1.22/1.30	c 1	|      3223 |    2442    16589    45777 |    10775     3223     30 |  5.860 % |
1.32/1.48	c 1	|      4933 |    2442    16589    45777 |    11853     4933     32 |  5.860 % |
1.62/1.71	c 1	|      7496 |    2442    16589    45777 |    13038     7496     32 |  5.860 % |
2.02/2.11	c 2	|     11340 |    2442    16589    45777 |    14342    11340     32 |  5.860 % |
3.01/3.17	c 3	|     17107 |    2442    16589    45777 |    15776     9290     39 |  5.860 % |
4.21/4.34	c 4	|     25757 |    2442    16589    45777 |    17354     9306     35 |  5.860 % |
6.97/7.13	c 7	|     38731 |    2442    16589    45777 |    19089    13103     43 |  5.860 % |
11.35/11.55	c 11	|     58192 |    2442    16589    45777 |    20998    12489     38 |  5.860 % |
17.90/18.16	c 18	|     87384 |    2442    16589    45777 |    23098    19541     42 |  5.860 % |
27.13/27.42	c 27	|    131174 |    2442    16589    45777 |    25408    14640     40 |  5.860 % |
48.05/48.42	c 48	|    196859 |    2442    16589    45777 |    27949    13853     41 |  5.860 % |
88.83/89.24	c 89	|    295386 |    2442    16589    45777 |    30744    23527     47 |  5.860 % |
154.71/155.15	c 155	|    443176 |    2442    16589    45777 |    33818    26016     40 |  5.860 % |
248.76/249.24	c 249	|    664860 |    2442    16589    45777 |    37200    17891     43 |  5.860 % |
410.01/410.54	c 410	|    997385 |    2442    16589    45777 |    40920    30240     50 |  5.860 % |
689.70/690.36	c 690	|   1496174 |    2442    16589    45777 |    45013    40343     53 |  5.860 % |
1179.09/1179.91	c 1180	|   2244358 |    2442    16589    45777 |    49514    39789     49 |  5.860 % |
1384.01/1384.95	c 1385	===============================================================================
1384.01/1384.95	c 1385	restarts              : 24
1384.01/1384.95	c 1385	conflicts             : 2572818        (1860 /sec)
1384.01/1384.95	c 1385	decisions             : 3007070        (1.17 % random) (2174 /sec)
1384.01/1384.95	c 1385	propagations          : 690660280      (499404 /sec)
1384.01/1384.95	c 1385	conflict literals     : 136196370      (13.45 % deleted)
1384.01/1384.95	c 1385	Memory used           : 24.77 MB
1384.01/1384.95	c 1385	CPU time              : 1382.97 s
1384.01/1384.95	c 1385	
1384.01/1384.95	c 1385	SATISFIABLE
1384.01/1384.96	c 1385	FOUND: _COST <= 8
1384.01/1384.96	c 1385	DECODING HOME/temp.out WITH HOME/temp.map
1384.01/1384.96	c 1385	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1384.08/1385.05	c 1385	Decoding HOME/temp.out
1384.08/1385.09	c 1385	OBJECTIVE _COST 8
1384.08/1385.09	o 8
1384.08/1385.09	v 4 0 1 6 3 7 5 2 3 7 3 0 4 0 4 7 0 4 5 2 7 3 1 6 1 2 6 1 5 6 2 5 7 3 4 7 0 4 3 0 5 6 0 3 1 2 7 4 2 1 2 5 6 5 6 1 6 5 7 4 2 1 0 3
1384.08/1385.10	c 1385	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1384.08/1385.13	c 1385	OBJECTIVE BOUND: 0 <= _COST <= 8
1384.08/1385.13	c 1385	SEARCHING: _COST <= 4
1384.08/1385.13	c 1385	SOLVING HOME/temp.cnf
1384.08/1385.13	c 1385	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1384.08/1385.13	c 1385	This is MiniSat 2.0 beta
1384.08/1385.13	c 1385	WARNING: for repeatability, setting FPU to use double precision
1384.08/1385.13	c 1385	============================[ Problem Statistics ]=============================
1384.08/1385.13	c 1385	|                                                                             |
1384.08/1385.13	c 1385	|  Number of variables:  2594                                                 |
1384.08/1385.13	c 1385	|  Number of clauses:    17767                                                |
1384.08/1385.14	c 1385	|  Parsing time:         0.01         s                                       |
1384.08/1385.14	c 1385	============================[ Search Statistics ]==============================
1384.08/1385.14	c 1385	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1384.08/1385.14	c 1385	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1384.08/1385.14	c 1385	===============================================================================
1384.08/1385.14	c 1385	|         0 |    2402    16243    44855 |     5414        0    nan |  0.000 % |
1384.08/1385.15	c 1385	|       101 |    2402    16243    44855 |     5955      101     37 |  7.402 % |
1384.08/1385.16	c 1385	|       253 |    2402    16243    44855 |     6551      253     33 |  7.402 % |
1384.08/1385.18	c 1385	|       478 |    2402    16243    44855 |     7206      478     32 |  7.402 % |
1384.22/1385.21	c 1385	|       815 |    2402    16243    44855 |     7927      815     34 |  7.402 % |
1384.22/1385.25	c 1385	|      1321 |    2402    16243    44855 |     8719     1321     32 |  7.402 % |
1384.22/1385.32	c 1385	|      2082 |    2402    16243    44855 |     9591     2082     31 |  7.402 % |
1384.22/1385.42	c 1385	|      3222 |    2402    16243    44855 |    10551     3222     31 |  7.402 % |
1384.22/1385.60	c 1385	|      4931 |    2402    16243    44855 |    11606     4931     30 |  7.402 % |
1384.22/1385.82	c 1386	|      7493 |    2402    16243    44855 |    12766     7493     28 |  7.402 % |
1384.22/1385.90	c 1386	===============================================================================
1384.22/1385.90	c 1386	restarts              : 10
1384.22/1385.90	c 1386	conflicts             : 8197           (10759 /sec)
1384.22/1385.90	c 1386	decisions             : 9856           (1.76 % random) (12936 /sec)
1384.22/1385.90	c 1386	propagations          : 1436261        (1885144 /sec)
1384.22/1385.90	c 1386	conflict literals     : 230505         (13.98 % deleted)
1384.22/1385.90	c 1386	Memory used           : 3.89 MB
1384.22/1385.90	c 1386	CPU time              : 0.761884 s
1384.22/1385.90	c 1386	
1384.22/1385.90	c 1386	SATISFIABLE
1384.22/1385.90	c 1386	FOUND: _COST <= 4
1384.22/1385.90	c 1386	DECODING HOME/temp.out WITH HOME/temp.map
1384.22/1385.90	c 1386	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1384.22/1385.98	c 1386	Decoding HOME/temp.out
1385.06/1386.02	c 1386	OBJECTIVE _COST 4
1385.06/1386.02	o 4
1385.06/1386.02	v 6 5 4 2 3 7 0 1 5 0 7 4 1 6 2 3 2 6 1 3 7 0 5 4 3 2 0 5 6 1 4 7 0 1 3 7 4 2 6 5 7 4 5 0 2 3 1 6 1 3 2 6 5 4 7 0 4 7 6 1 0 5 3 2
1385.06/1386.03	c 1386	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1385.06/1386.06	c 1386	OBJECTIVE BOUND: 0 <= _COST <= 4
1385.06/1386.06	c 1386	SEARCHING: _COST <= 2
1385.06/1386.06	c 1386	SOLVING HOME/temp.cnf
1385.06/1386.06	c 1386	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1385.06/1386.06	c 1386	This is MiniSat 2.0 beta
1385.06/1386.06	c 1386	WARNING: for repeatability, setting FPU to use double precision
1385.06/1386.06	c 1386	============================[ Problem Statistics ]=============================
1385.06/1386.06	c 1386	|                                                                             |
1385.06/1386.06	c 1386	|  Number of variables:  2594                                                 |
1385.06/1386.06	c 1386	|  Number of clauses:    17767                                                |
1385.06/1386.07	c 1386	|  Parsing time:         0.01         s                                       |
1385.06/1386.07	c 1386	============================[ Search Statistics ]==============================
1385.06/1386.07	c 1386	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1385.06/1386.07	c 1386	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1385.06/1386.07	c 1386	===============================================================================
1385.06/1386.07	c 1386	|         0 |    2368    16006    44244 |     5335        0    nan |  0.000 % |
1385.06/1386.08	c 1386	|       102 |    2368    16006    44244 |     5868      102     21 |  8.712 % |
1385.06/1386.09	c 1386	|       252 |    2368    16006    44244 |     6455      252     20 |  8.713 % |
1385.12/1386.10	c 1386	|       478 |    2368    16006    44244 |     7101      478     22 |  8.713 % |
1385.12/1386.12	c 1386	|       815 |    2368    16006    44244 |     7811      815     22 |  8.713 % |
1385.12/1386.16	c 1386	|      1321 |    2368    16006    44244 |     8592     1321     21 |  8.713 % |
1385.12/1386.21	c 1386	|      2080 |    2368    16006    44244 |     9451     2080     22 |  8.713 % |
1385.12/1386.31	c 1386	|      3221 |    2368    16006    44244 |    10397     3221     22 |  8.713 % |
1385.12/1386.48	c 1386	|      4931 |    2367    15977    44186 |    11436     4530     21 |  8.751 % |
1385.12/1386.75	c 1386	|      7493 |    2364    15890    44012 |    12580     6340     21 |  8.867 % |
1386.15/1387.15	c 1387	===============================================================================
1386.15/1387.15	c 1387	restarts              : 10
1386.15/1387.15	c 1387	conflicts             : 10875          (10006 /sec)
1386.15/1387.15	c 1387	decisions             : 11651          (1.73 % random) (10720 /sec)
1386.15/1387.15	c 1387	propagations          : 1710507        (1573844 /sec)
1386.15/1387.15	c 1387	conflict literals     : 201794         (24.00 % deleted)
1386.15/1387.15	c 1387	Memory used           : 3.63 MB
1386.15/1387.15	c 1387	CPU time              : 1.08683 s
1386.15/1387.15	c 1387	
1386.15/1387.15	c 1387	UNSATISFIABLE
1386.15/1387.16	c 1387	NOT FOUND: _COST <= 2
1386.15/1387.16	c 1387	OBJECTIVE BOUND: 3 <= _COST <= 4
1386.15/1387.16	c 1387	SEARCHING: _COST <= 3
1386.15/1387.16	c 1387	SOLVING HOME/temp.cnf
1386.15/1387.16	c 1387	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1386.15/1387.16	c 1387	This is MiniSat 2.0 beta
1386.15/1387.16	c 1387	WARNING: for repeatability, setting FPU to use double precision
1386.15/1387.16	c 1387	============================[ Problem Statistics ]=============================
1386.15/1387.16	c 1387	|                                                                             |
1386.15/1387.16	c 1387	|  Number of variables:  2594                                                 |
1386.15/1387.16	c 1387	|  Number of clauses:    17767                                                |
1386.15/1387.17	c 1387	|  Parsing time:         0.01         s                                       |
1386.15/1387.17	c 1387	============================[ Search Statistics ]==============================
1386.15/1387.17	c 1387	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1386.15/1387.17	c 1387	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1386.15/1387.17	c 1387	===============================================================================
1386.15/1387.17	c 1387	|         0 |    2385    16119    44533 |     5373        0    nan |  0.000 % |
1386.15/1387.18	c 1387	|       101 |    2385    16119    44533 |     5910      101     32 |  8.057 % |
1386.15/1387.19	c 1387	|       251 |    2385    16119    44533 |     6501      251     32 |  8.057 % |
1386.21/1387.21	c 1387	|       477 |    2385    16119    44533 |     7151      477     30 |  8.057 % |
1386.21/1387.23	c 1387	|       814 |    2385    16119    44533 |     7866      814     30 |  8.057 % |
1386.21/1387.27	c 1387	|      1321 |    2385    16119    44533 |     8653     1321     28 |  8.057 % |
1386.21/1387.34	c 1387	|      2080 |    2385    16119    44533 |     9518     2080     28 |  8.057 % |
1386.21/1387.45	c 1387	|      3219 |    2385    16119    44533 |    10470     3219     27 |  8.057 % |
1386.21/1387.61	c 1387	|      4927 |    2385    16119    44533 |    11517     4927     27 |  8.057 % |
1386.21/1388.03	c 1388	|      7489 |    2385    16119    44533 |    12669     7489     27 |  8.057 % |
1387.84/1388.80	c 1389	|     11333 |    2385    16119    44533 |    13936    11333     27 |  8.057 % |
1389.03/1390.08	c 1390	|     17101 |    2385    16119    44533 |    15329     9980     26 |  8.057 % |
1391.13/1392.14	c 1392	|     25750 |    2385    16119    44533 |    16862    10794     24 |  8.057 % |
1393.63/1394.62	c 1394	|     38726 |    2385    16119    44533 |    18549    15183     24 |  8.057 % |
1397.72/1398.70	c 1398	|     58187 |    2385    16119    44533 |    20403    15760     24 |  8.057 % |
1399.83/1400.82	c 1401	===============================================================================
1399.83/1400.82	c 1401	restarts              : 15
1399.83/1400.82	c 1401	conflicts             : 65816          (4827 /sec)
1399.83/1400.82	c 1401	decisions             : 79104          (1.86 % random) (5801 /sec)
1399.83/1400.82	c 1401	propagations          : 10288339       (754502 /sec)
1399.83/1400.82	c 1401	conflict literals     : 1663596        (23.25 % deleted)
1399.83/1400.82	c 1401	Memory used           : 5.93 MB
1399.83/1400.82	c 1401	CPU time              : 13.6359 s
1399.83/1400.82	c 1401	
1399.83/1400.82	c 1401	UNSATISFIABLE
1399.83/1400.82	c 1401	NOT FOUND: _COST <= 3
1399.83/1400.82	c 1401	OBJECTIVE _COST 4
1399.83/1400.82	s OPTIMUM FOUND
1399.83/1400.82	c 1401	CPU 1399.52 (0.04 0.01 1399.48 0.34)
1399.83/1400.82	c 1401	END Fri Jul 11 20:08:12 2008

Verifier Data (download as text)

OK	4	28
4 unsatisfied constraints, 28 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-1108968-1215798290/watcher-1108968-1215798290 -o /tmp/evaluation-result-1108968-1215798290/solver-1108968-1215798290 -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-1108968-1215798290.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: 3.45 2.57 2.50 3/82 14255
/proc/meminfo: memFree=998936/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=12272 CPUtime=0
/proc/14255/stat : 14255 (sugar) R 14253 14255 13124 0 -1 4194304 395 0 0 0 0 0 0 0 21 0 1 0 36528419 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 269950180637 0 0 4224 0 0 0 0 17 1 0 0
/proc/14255/statm: 3068 364 274 3 0 168 0

[startup+0.100314 s]
/proc/loadavg: 3.45 2.57 2.50 3/82 14255
/proc/meminfo: memFree=998936/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.02
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 36528419 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.202132 s]
/proc/loadavg: 3.45 2.57 2.50 3/82 14255
/proc/meminfo: memFree=998936/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.02
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 916 127 0 0 2 0 0 0 15 0 1 0 36528419 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.302146 s]
/proc/loadavg: 3.45 2.57 2.50 3/82 14255
/proc/meminfo: memFree=998936/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.19
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 957 4134 0 1 2 0 15 2 16 0 1 0 36528419 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13600

[startup+0.702234 s]
/proc/loadavg: 3.45 2.57 2.50 3/82 14255
/proc/meminfo: memFree=998936/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.19
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 974 4134 0 1 2 0 15 2 15 0 1 0 36528419 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14255/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13600

[startup+1.50139 s]
/proc/loadavg: 3.66 2.63 2.52 3/85 14291
/proc/meminfo: memFree=983856/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 15 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=3580 CPUtime=0.46
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 615 0 0 0 46 0 0 0 23 0 1 0 36528521 3665920 601 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 895 601 76 150 0 742 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 22536

[startup+3.10171 s]
/proc/loadavg: 3.66 2.63 2.52 3/85 14291
/proc/meminfo: memFree=968752/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 15 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=5512 CPUtime=2.05
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 1093 0 0 0 205 0 0 0 25 0 1 0 36528521 5644288 1079 996147200 134512640 135127466 4294956256 18446744073709551615 134528246 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 1378 1079 76 150 0 1225 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 24468

[startup+6.30133 s]
/proc/loadavg: 3.66 2.63 2.52 3/85 14291
/proc/meminfo: memFree=922672/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=6436 CPUtime=5.22
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 1347 0 0 0 522 0 0 0 25 0 1 0 36528521 6590464 1333 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 1609 1333 76 150 0 1456 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 25392

[startup+12.7016 s]
/proc/loadavg: 3.94 2.72 2.55 3/85 14291
/proc/meminfo: memFree=835712/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=7096 CPUtime=11.58
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 1506 0 0 0 1155 3 0 0 25 0 1 0 36528521 7266304 1492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 1774 1492 76 150 0 1621 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 26052

[startup+25.5021 s]
/proc/loadavg: 3.94 2.76 2.56 3/76 14292
/proc/meminfo: memFree=251464/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=8812 CPUtime=24.27
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 1926 0 0 0 2418 9 0 0 25 0 1 0 36528521 9023488 1912 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14291/statm: 2203 1912 76 150 0 2050 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 27768

[startup+51.1022 s]
/proc/loadavg: 3.22 2.68 2.54 3/77 14355
/proc/meminfo: memFree=1910336/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=9920 CPUtime=49.79
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 2214 0 0 0 4969 10 0 0 25 0 1 0 36528521 10158080 2200 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 2480 2200 76 150 0 2327 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 28876

[startup+102.302 s]
/proc/loadavg: 2.48 2.57 2.51 3/77 14355
/proc/meminfo: memFree=1883904/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=11948 CPUtime=100.96
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 2695 0 0 0 10086 10 0 0 25 0 1 0 36528521 12234752 2681 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 2987 2681 76 150 0 2834 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 30904

[startup+162.302 s]
/proc/loadavg: 2.18 2.46 2.47 3/77 14355
/proc/meminfo: memFree=1881216/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=12920 CPUtime=160.94
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 2938 0 0 0 16083 11 0 0 25 0 1 0 36528521 13230080 2924 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 3230 2924 76 150 0 3077 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 31876

[startup+222.306 s]
/proc/loadavg: 2.06 2.37 2.44 3/77 14355
/proc/meminfo: memFree=1862336/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=14672 CPUtime=220.92
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 3380 0 0 0 22081 11 0 0 25 0 1 0 36528521 15024128 3366 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 3668 3366 76 150 0 3515 0
Current children cumulated CPU time (s) 221.88
Current children cumulated vsize (KiB) 33628

[startup+282.302 s]
/proc/loadavg: 2.02 2.30 2.41 3/77 14355
/proc/meminfo: memFree=1861376/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0

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

/proc/14291/statm: 5312 4915 76 150 0 5159 0
Current children cumulated CPU time (s) 1121.51
Current children cumulated vsize (KiB) 40204

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/77 14361
/proc/meminfo: memFree=1831936/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=21380 CPUtime=1180.53
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 4983 0 0 0 118039 14 0 0 25 0 1 0 36528521 21893120 4969 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 5345 4969 76 150 0 5192 0
Current children cumulated CPU time (s) 1181.49
Current children cumulated vsize (KiB) 40336

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/77 14361
/proc/meminfo: memFree=1828992/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=24064 CPUtime=1240.51
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 5652 0 0 0 124037 14 0 0 25 0 1 0 36528521 24641536 5638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 6016 5638 76 150 0 5863 0
Current children cumulated CPU time (s) 1241.47
Current children cumulated vsize (KiB) 43020

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/77 14361
/proc/meminfo: memFree=1814720/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=24520 CPUtime=1300.48
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 5750 0 0 0 130034 14 0 0 25 0 1 0 36528521 25108480 5736 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 6130 5736 76 150 0 5977 0
Current children cumulated CPU time (s) 1301.44
Current children cumulated vsize (KiB) 43476

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/77 14361
/proc/meminfo: memFree=1808064/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=25184 CPUtime=1360.46
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 5927 0 0 0 136032 14 0 0 25 0 1 0 36528521 25788416 5913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 6296 5913 76 150 0 6143 0
Current children cumulated CPU time (s) 1361.42
Current children cumulated vsize (KiB) 44140

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

[startup+1382.4 s]
/proc/loadavg: 2.00 2.00 2.10 3/77 14361
/proc/meminfo: memFree=1808000/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=0.96
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1174 15288 0 3 3 1 82 10 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14290] ppid=14255 vsize=5356 CPUtime=0
/proc/14290/stat : 14290 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36528521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 1339 232 193 169 0 50 0
[pid=14291] ppid=14290 vsize=25356 CPUtime=1380.55
/proc/14291/stat : 14291 (minisat) R 14290 14255 13124 0 -1 4194304 5944 0 0 0 138041 14 0 0 25 0 1 0 36528521 25964544 5930 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14291/statm: 6339 5930 76 150 0 6186 0
Current children cumulated CPU time (s) 1381.51
Current children cumulated vsize (KiB) 44312

[startup+1388.8 s]
/proc/loadavg: 2.00 2.00 2.10 3/77 14387
/proc/meminfo: memFree=1828736/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=1386.21
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1455 30916 0 5 4 1 138584 32 15 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14386] ppid=14255 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36667135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=4516 CPUtime=1.63
/proc/14387/stat : 14387 (minisat) R 14386 14255 13124 0 -1 4194304 852 0 0 0 163 0 0 0 25 0 1 0 36667135 4624384 838 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14387/statm: 1129 838 76 150 0 976 0
Current children cumulated CPU time (s) 1387.84
Current children cumulated vsize (KiB) 23472

[startup+1395.2 s]
/proc/loadavg: 2.00 2.00 2.10 3/77 14387
/proc/meminfo: memFree=1827136/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=1386.21
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1455 30916 0 5 4 1 138584 32 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14386] ppid=14255 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36667135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=5748 CPUtime=8.02
/proc/14387/stat : 14387 (minisat) R 14386 14255 13124 0 -1 4194304 1151 0 0 0 802 0 0 0 25 0 1 0 36667135 5885952 1137 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/14387/statm: 1437 1137 76 150 0 1284 0
Current children cumulated CPU time (s) 1394.23
Current children cumulated vsize (KiB) 24704

[startup+1398.4 s]
/proc/loadavg: 2.00 2.00 2.09 3/77 14387
/proc/meminfo: memFree=1826816/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=1386.21
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1455 30916 0 5 4 1 138584 32 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14386] ppid=14255 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36667135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=5928 CPUtime=11.21
/proc/14387/stat : 14387 (minisat) R 14386 14255 13124 0 -1 4194304 1202 0 0 0 1121 0 0 0 25 0 1 0 36667135 6070272 1188 996147200 134512640 135127466 4294956256 18446744073709551615 134527996 0 0 4096 3 0 0 0 17 1 0 0
/proc/14387/statm: 1482 1188 76 150 0 1329 0
Current children cumulated CPU time (s) 1397.42
Current children cumulated vsize (KiB) 24884

[startup+1400 s]
/proc/loadavg: 2.00 2.00 2.09 3/77 14387
/proc/meminfo: memFree=1826816/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=1386.21
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1455 30916 0 5 4 1 138584 32 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14386] ppid=14255 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36667135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=6064 CPUtime=12.82
/proc/14387/stat : 14387 (minisat) R 14386 14255 13124 0 -1 4194304 1224 0 0 0 1281 1 0 0 25 0 1 0 36667135 6209536 1210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14387/statm: 1516 1210 76 150 0 1363 0
Current children cumulated CPU time (s) 1399.03
Current children cumulated vsize (KiB) 25020

[startup+1400.41 s]
/proc/loadavg: 2.00 2.00 2.09 3/77 14387
/proc/meminfo: memFree=1826752/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=1386.21
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1455 30916 0 5 4 1 138584 32 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14386] ppid=14255 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36667135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=6064 CPUtime=13.23
/proc/14387/stat : 14387 (minisat) R 14386 14255 13124 0 -1 4194304 1230 0 0 0 1322 1 0 0 25 0 1 0 36667135 6209536 1216 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14387/statm: 1516 1216 76 150 0 1363 0
Current children cumulated CPU time (s) 1399.44
Current children cumulated vsize (KiB) 25020

[startup+1400.8 s]
/proc/loadavg: 2.00 2.00 2.09 3/77 14387
/proc/meminfo: memFree=1826752/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=13600 CPUtime=1386.21
/proc/14255/stat : 14255 (sugar) S 14253 14255 13124 0 -1 4194304 1455 30916 0 5 4 1 138584 32 16 0 1 0 36528419 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 3400 804 374 3 0 500 0
[pid=14386] ppid=14255 vsize=5356 CPUtime=0
/proc/14386/stat : 14386 (sh) S 14255 14255 13124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36667135 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14386/statm: 1339 232 193 169 0 50 0
[pid=14387] ppid=14386 vsize=6064 CPUtime=13.62
/proc/14387/stat : 14387 (minisat) R 14386 14255 13124 0 -1 4194304 1230 0 0 0 1361 1 0 0 25 0 1 0 36667135 6209536 1216 996147200 134512640 135127466 4294956256 18446744073709551615 134530709 0 0 4096 3 0 0 0 17 1 0 0
/proc/14387/statm: 1516 1216 76 150 0 1363 0
Current children cumulated CPU time (s) 1399.83
Current children cumulated vsize (KiB) 25020

Child status: 0
Real time (s): 1400.82
CPU time (s): 1399.89
CPU user time (s): 1399.53
CPU system time (s): 0.359945
CPU usage (%): 99.9331
Max. virtual memory (cumulated for all children) (KiB): 882676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1399.53
system time used= 0.359945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33968
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1812
involuntary context switches= 3939

runsolver used 1.56076 second user time and 4.07338 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-11 19:44:51
IDJOB=1108968
IDBENCH=60846
IDSOLVER=368
FILE ID=node53/1108968-1215798290
PBS_JOBID= 7903094
Free space on /tmp= 64268 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-8_all.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-1108968-1215798290/watcher-1108968-1215798290 -o /tmp/evaluation-result-1108968-1215798290/solver-1108968-1215798290 -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-1108968-1215798290.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c177442828a6d2881a24fd8c0888647
RANDOM SEED=864467995

node53.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.261
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.261
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        999544 kB
Buffers:          1800 kB
Cached:         890428 kB
SwapCached:          0 kB
Active:         778948 kB
Inactive:       193752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        999544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          209488 kB
Writeback:           0 kB
Mapped:         101672 kB
Slab:            68660 kB
Committed_AS:   243276 kB
PageTables:       2144 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= 65124 MiB
End job on node53 at 2008-07-11 20:08:12