Trace number 1108958

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)17 3600.05 3611.71

General information on the benchmark

Namecsp/QG5/
normalized-quasigroup5-6.xml
MD5SUM798b1003d8454b633caeaadb96c55f98
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints17
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints72
Maximum constraint arity8
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(12),element(60)

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:05 2008
0.00/0.04	c 0	PID 14919
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108958-1215798244.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108958-1215798244.xml' 'HOME/temp.csp'
0.03/0.28	c 0	22 domains, 96 variables, 0 predicates, 0 relations, 72 constraints
0.03/0.32	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.32	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.28/0.40	c 0	Parsing HOME/temp.csp
0.28/0.48	c 0	parsed 190 expressions
0.28/0.50	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.50	c 0	MAX CSP: 72 constraints
0.28/0.50	c 0	Converting to clausal form CSP
0.28/0.52	c 0	converted 27 (10%) expressions
0.28/0.52	c 0	converted 53 (20%) expressions
0.28/0.53	c 0	converted 80 (30%) expressions
0.28/0.53	c 0	converted 106 (40%) expressions
0.28/0.61	c 0	converted 133 (50%) expressions
0.28/0.67	c 0	converted 159 (60%) expressions
0.28/0.70	c 0	converted 186 (70%) expressions
0.28/0.72	c 0	converted 212 (80%) expressions
0.28/0.74	c 0	converted 239 (90%) expressions
0.28/0.78	c 0	converted 265 (100%) expressions
0.28/0.78	c 0	CSP : 240 integers, 306 booleans, 1163 clauses, largest domain size 109
0.28/0.78	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.78	c 0	Propagation in CSP
0.28/0.80	c 0	70 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.80	c 0	CSP : 240 integers, 306 booleans, 1163 clauses, largest domain size 73
0.28/0.80	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.80	c 0	Simplifing CSP by introducing new Boolean variables
0.28/0.80	c 0	CSP : 240 integers, 546 booleans, 1403 clauses, largest domain size 73
0.28/0.80	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.83	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.84	c 0	24 (10%) CSP integer variables are encoded (40 clauses, 412 bytes)
0.28/0.84	c 0	48 (20%) CSP integer variables are encoded (84 clauses, 841 bytes)
0.28/0.84	c 0	72 (30%) CSP integer variables are encoded (132 clauses, 1369 bytes)
0.28/0.84	c 0	96 (40%) CSP integer variables are encoded (180 clauses, 1897 bytes)
0.28/0.84	c 0	120 (50%) CSP integer variables are encoded (180 clauses, 1897 bytes)
0.28/0.84	c 0	144 (60%) CSP integer variables are encoded (180 clauses, 1897 bytes)
0.28/0.84	c 0	168 (70%) CSP integer variables are encoded (180 clauses, 1897 bytes)
0.28/0.85	c 0	192 (80%) CSP integer variables are encoded (645 clauses, 7012 bytes)
0.28/0.85	c 0	216 (90%) CSP integer variables are encoded (791 clauses, 8618 bytes)
0.28/0.85	c 0	240 (100%) CSP integer variables are encoded (919 clauses, 10237 bytes)
0.28/0.86	c 0	141 (10%) CSP clauses are encoded (1285 clauses, 15285 bytes)
0.28/0.87	c 0	281 (20%) CSP clauses are encoded (1642 clauses, 20344 bytes)
0.28/0.88	c 0	421 (30%) CSP clauses are encoded (2004 clauses, 25868 bytes)
0.28/0.88	c 0	562 (40%) CSP clauses are encoded (2269 clauses, 31089 bytes)
0.28/0.89	c 0	702 (50%) CSP clauses are encoded (2578 clauses, 37499 bytes)
0.28/0.89	c 0	842 (60%) CSP clauses are encoded (2841 clauses, 42883 bytes)
0.28/0.90	c 1	983 (70%) CSP clauses are encoded (3082 clauses, 47723 bytes)
0.28/0.90	c 1	1123 (80%) CSP clauses are encoded (3322 clauses, 52555 bytes)
0.28/0.91	c 1	1263 (90%) CSP clauses are encoded (3495 clauses, 55691 bytes)
0.28/0.92	c 1	1403 (100%) CSP clauses are encoded (11442 clauses, 175064 bytes)
0.28/0.92	c 1	1403 CSP clauses encoded
0.28/0.92	c 1	Writing map file : HOME/temp.map
0.28/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.93	c 1	SAT : 1669 SAT variables, 11442 SAT clauses, 175064 bytes
0.28/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.95	c 1	OBJECTIVE minimize _COST
0.28/0.95	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.28/0.95	c 1	SEARCHING: _COST <= 36
0.28/0.95	c 1	SOLVING HOME/temp.cnf
0.28/0.95	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.28/0.96	c 1	This is MiniSat 2.0 beta
0.28/0.96	c 1	WARNING: for repeatability, setting FPU to use double precision
0.28/0.96	c 1	============================[ Problem Statistics ]=============================
0.28/0.96	c 1	|                                                                             |
0.28/0.96	c 1	|  Number of variables:  1669                                                 |
0.28/0.96	c 1	|  Number of clauses:    11443                                                |
0.28/0.96	c 1	|  Parsing time:         0.01         s                                       |
0.28/0.96	c 1	============================[ Search Statistics ]==============================
0.28/0.96	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.28/0.96	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.28/0.96	c 1	===============================================================================
0.28/0.96	c 1	|         0 |    1417     8330    23855 |     2776        0    nan |  0.000 % |
0.28/0.96	c 1	===============================================================================
0.28/0.96	c 1	restarts              : 1
0.28/0.96	c 1	conflicts             : 10             (1250 /sec)
0.28/0.96	c 1	decisions             : 622            (1.13 % random) (77769 /sec)
0.28/0.96	c 1	propagations          : 2615           (326957 /sec)
0.28/0.96	c 1	conflict literals     : 50             (5.66 % deleted)
0.28/0.96	c 1	Memory used           : 2.30 MB
0.28/0.96	c 1	CPU time              : 0.007998 s
0.28/0.96	c 1	
0.28/0.97	c 1	SATISFIABLE
0.28/0.97	c 1	FOUND: _COST <= 36
0.28/0.97	s SATISFIABLE
0.28/0.97	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.28/0.97	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.06/1.04	c 1	Decoding HOME/temp.out
1.06/1.08	c 1	OBJECTIVE _COST 34
1.06/1.08	o 34
1.06/1.09	v 1 6 5 2 4 3 3 2 4 1 6 4 5 6 3 5 2 1 3 5 2 4 1 1 2 6 1 3 5 1 5 5 5 5 1 6 4 2 6 3 5 4 6 5 2 6 4 1 1 3 6 4 4 5 5 6 6 1 5 2 6 4 1 5 2 6 5 1 3 2 1 3 2 5 6 6 3 1 1 2 6 3 2 4 2 6 5 1 5 2 5 3 5 4 5 5
1.06/1.09	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.15/1.14	c 1	OBJECTIVE BOUND: 0 <= _COST <= 34
1.15/1.14	c 1	SEARCHING: _COST <= 17
1.15/1.14	c 1	SOLVING HOME/temp.cnf
1.15/1.14	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.15/1.15	c 1	This is MiniSat 2.0 beta
1.15/1.15	c 1	WARNING: for repeatability, setting FPU to use double precision
1.15/1.15	c 1	============================[ Problem Statistics ]=============================
1.15/1.15	c 1	|                                                                             |
1.15/1.15	c 1	|  Number of variables:  1669                                                 |
1.15/1.15	c 1	|  Number of clauses:    11443                                                |
1.15/1.16	c 1	|  Parsing time:         0.01         s                                       |
1.15/1.16	c 1	============================[ Search Statistics ]==============================
1.15/1.16	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.15/1.16	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.15/1.16	c 1	===============================================================================
1.15/1.16	c 1	|         0 |    1262     6293    18190 |     2097        0    nan |  0.000 % |
1.15/1.16	c 1	|       101 |    1262     6293    18190 |     2307      101     19 | 24.386 % |
1.15/1.17	c 1	|       253 |    1262     6293    18190 |     2538      253     18 | 24.386 % |
1.15/1.18	c 1	|       478 |    1262     6293    18190 |     2791      478     19 | 24.386 % |
1.16/1.21	c 1	|       816 |    1262     6293    18190 |     3071      816     20 | 24.386 % |
1.16/1.24	c 1	|      1322 |    1262     6293    18190 |     3378     1322     20 | 24.386 % |
1.16/1.30	c 1	|      2084 |    1262     6293    18190 |     3716     2084     22 | 24.386 % |
1.16/1.39	c 1	|      3224 |    1262     6293    18190 |     4087     3224     22 | 24.386 % |
1.16/1.56	c 1	|      4934 |    1262     6293    18190 |     4496     2497     22 | 24.386 % |
1.16/1.80	c 1	|      7497 |    1262     6293    18190 |     4946     5060     23 | 24.386 % |
2.11/2.18	c 2	|     11342 |    1262     6293    18190 |     5440     3265     25 | 24.386 % |
2.70/2.72	c 2	|     17108 |    1262     6293    18190 |     5984     5970     22 | 24.386 % |
3.60/3.64	c 3	|     25757 |    1262     6293    18190 |     6583     4516     21 | 24.386 % |
5.00/5.08	c 5	|     38731 |    1262     6293    18190 |     7241     6407     25 | 24.386 % |
7.01/7.09	c 7	|     58192 |    1262     6293    18190 |     7965     5902     21 | 24.386 % |
7.61/7.67	c 7	===============================================================================
7.61/7.67	c 7	restarts              : 15
7.61/7.67	c 7	conflicts             : 63824          (9796 /sec)
7.61/7.67	c 7	decisions             : 75251          (1.28 % random) (11550 /sec)
7.61/7.67	c 7	propagations          : 12431721       (1908166 /sec)
7.61/7.67	c 7	conflict literals     : 1553949        (29.91 % deleted)
7.61/7.68	c 7	Memory used           : 3.59 MB
7.61/7.68	c 7	CPU time              : 6.51501 s
7.61/7.68	c 7	
7.61/7.68	c 7	SATISFIABLE
7.61/7.68	c 7	FOUND: _COST <= 17
7.61/7.68	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.61/7.68	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.70/7.76	c 7	Decoding HOME/temp.out
7.70/7.81	c 7	OBJECTIVE _COST 17
7.70/7.81	o 17
7.70/7.82	v 1 5 5 3 2 3 3 2 4 5 6 1 2 6 3 6 6 4 6 1 2 4 3 5 4 3 6 1 5 2 5 4 1 5 2 6 5 2 5 3 3 4 3 5 2 6 6 1 1 3 3 4 4 5 5 6 6 1 6 2 6 4 4 5 2 6 2 1 3 2 5 3 6 5 3 6 3 1 2 2 2 3 6 4 3 6 3 1 5 2 5 3 2 4 4 5
7.70/7.82	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.70/7.84	c 7	OBJECTIVE BOUND: 0 <= _COST <= 17
7.70/7.84	c 7	SEARCHING: _COST <= 8
7.70/7.84	c 7	SOLVING HOME/temp.cnf
7.70/7.84	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.70/7.84	c 7	This is MiniSat 2.0 beta
7.70/7.84	c 7	WARNING: for repeatability, setting FPU to use double precision
7.70/7.84	c 7	============================[ Problem Statistics ]=============================
7.70/7.84	c 7	|                                                                             |
7.70/7.84	c 7	|  Number of variables:  1669                                                 |
7.70/7.84	c 7	|  Number of clauses:    11443                                                |
7.70/7.85	c 7	|  Parsing time:         0.00         s                                       |
7.70/7.85	c 7	============================[ Search Statistics ]==============================
7.70/7.85	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.70/7.85	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.70/7.85	c 7	===============================================================================
7.70/7.85	c 7	|         0 |    1156     4782    13966 |     1594        0    nan |  0.000 % |
7.70/7.86	c 7	|       101 |    1156     4782    13966 |     1753      101     23 | 30.737 % |
7.70/7.87	c 7	|       252 |    1156     4782    13966 |     1928      252     23 | 30.738 % |
7.70/7.88	c 7	|       477 |    1156     4782    13966 |     2121      477     23 | 30.737 % |
7.85/7.91	c 8	|       815 |    1156     4782    13966 |     2333      815     20 | 30.737 % |
7.85/7.94	c 8	|      1321 |    1156     4782    13966 |     2567     1321     19 | 30.737 % |
7.85/8.01	c 8	|      2082 |    1156     4782    13966 |     2823     2082     19 | 30.737 % |
7.85/8.11	c 8	|      3222 |    1156     4782    13966 |     3106     3222     18 | 30.737 % |
7.85/8.28	c 8	|      4930 |    1156     4782    13966 |     3416     3012     16 | 30.737 % |
7.85/8.52	c 8	|      7493 |    1156     4782    13966 |     3758     3459     15 | 30.737 % |
8.79/8.89	c 8	|     11337 |    1156     4782    13966 |     4134     2837     15 | 30.737 % |
9.39/9.45	c 9	|     17104 |    1156     4782    13966 |     4547     3747     15 | 30.737 % |
10.28/10.31	c 10	|     25753 |    1156     4782    13966 |     5002     4544     16 | 30.737 % |
11.57/11.66	c 11	|     38727 |    1156     4782    13966 |     5502     3293     15 | 30.737 % |
13.65/13.78	c 13	|     58188 |    1156     4782    13966 |     6053     4220     14 | 30.737 % |
16.64/16.72	c 16	|     87382 |    1156     4782    13966 |     6658     6463     16 | 30.737 % |
21.14/21.25	c 21	|    131171 |    1156     4782    13966 |     7324     6077     17 | 30.737 % |
27.94/28.06	c 28	|    196855 |    1156     4782    13966 |     8056     7610     16 | 30.737 % |
38.54/38.66	c 38	|    295381 |    1156     4782    13966 |     8862     5823     16 | 30.737 % |
55.34/55.47	c 55	|    443171 |    1156     4782    13966 |     9748     5619     16 | 30.737 % |
80.93/81.02	c 81	|    664854 |    1156     4782    13966 |    10723     8111     15 | 30.737 % |
121.13/121.23	c 121	|    997379 |    1156     4782    13966 |    11795     9457     18 | 30.737 % |
184.02/184.12	c 184	|   1496168 |    1156     4782    13966 |    12975     9056     20 | 30.737 % |
285.60/285.76	c 285	|   2244352 |    1156     4782    13966 |    14273    12528     15 | 30.737 % |
443.88/444.09	c 444	|   3366626 |    1156     4782    13966 |    15700    11944     19 | 30.737 % |
695.94/696.16	c 696	|   5050038 |    1156     4782    13966 |    17270    15146     15 | 30.738 % |
1089.89/1090.13	c 1090	|   7575154 |    1156     4782    13966 |    18997    17176     18 | 30.737 % |
1715.76/1716.01	c 1716	|  11362830 |    1156     4782    13966 |    20897    13828     20 | 30.737 % |
2334.34/2334.65	c 2334	===============================================================================
2334.34/2334.65	c 2334	restarts              : 28
2334.34/2334.65	c 2334	conflicts             : 14983176       (6440 /sec)
2334.34/2334.65	c 2334	decisions             : 17094948       (1.45 % random) (7348 /sec)
2334.34/2334.65	c 2334	propagations          : 2961164962     (1272800 /sec)
2334.34/2334.65	c 2334	conflict literals     : 290732864      (35.45 % deleted)
2334.34/2334.65	c 2334	Memory used           : 11.56 MB
2334.34/2334.66	c 2334	CPU time              : 2326.5 s
2334.34/2334.66	c 2334	
2334.34/2334.66	c 2334	UNSATISFIABLE
2334.34/2334.66	c 2334	NOT FOUND: _COST <= 8
2334.34/2334.66	c 2334	OBJECTIVE BOUND: 9 <= _COST <= 17
2334.34/2334.66	c 2334	SEARCHING: _COST <= 13
2334.34/2334.66	c 2334	SOLVING HOME/temp.cnf
2334.34/2334.66	c 2334	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2334.34/2334.67	c 2334	This is MiniSat 2.0 beta
2334.34/2334.67	c 2334	WARNING: for repeatability, setting FPU to use double precision
2334.34/2334.67	c 2334	============================[ Problem Statistics ]=============================
2334.34/2334.67	c 2334	|                                                                             |
2334.34/2334.67	c 2334	|  Number of variables:  1669                                                 |
2334.34/2334.67	c 2334	|  Number of clauses:    11443                                                |
2334.34/2334.67	c 2334	|  Parsing time:         0.00         s                                       |
2334.34/2334.67	c 2334	============================[ Search Statistics ]==============================
2334.34/2334.67	c 2334	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2334.34/2334.67	c 2334	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2334.34/2334.67	c 2334	===============================================================================
2334.34/2334.67	c 2334	|         0 |    1218     5627    16320 |     1875        0    nan |  0.000 % |
2334.34/2334.68	c 2334	|       102 |    1218     5627    16320 |     2063      102     21 | 27.022 % |
2334.34/2334.69	c 2334	|       252 |    1218     5627    16320 |     2269      252     22 | 27.023 % |
2334.41/2334.71	c 2334	|       477 |    1218     5627    16320 |     2496      477     20 | 27.022 % |
2334.41/2334.73	c 2334	|       815 |    1218     5627    16320 |     2746      815     20 | 27.022 % |
2334.41/2334.77	c 2334	|      1321 |    1218     5627    16320 |     3020     1321     20 | 27.022 % |
2334.41/2334.83	c 2334	|      2080 |    1218     5627    16320 |     3322     2080     19 | 27.022 % |
2334.41/2334.92	c 2335	|      3219 |    1218     5627    16320 |     3655     3219     19 | 27.022 % |
2334.41/2335.08	c 2335	|      4927 |    1218     5627    16320 |     4020     2719     16 | 27.022 % |
2335.03/2335.33	c 2335	|      7489 |    1218     5627    16320 |     4422     2969     18 | 27.022 % |
2335.42/2335.72	c 2335	|     11333 |    1218     5627    16320 |     4864     4230     18 | 27.022 % |
2336.02/2336.33	c 2336	|     17099 |    1218     5627    16320 |     5351     4427     20 | 27.022 % |
2336.91/2337.25	c 2337	|     25748 |    1218     5627    16320 |     5886     3952     19 | 27.022 % |
2338.30/2338.68	c 2338	|     38723 |    1218     5627    16320 |     6475     3770     16 | 27.022 % |
2340.57/2340.99	c 2341	|     58185 |    1218     5627    16320 |     7122     5380     19 | 27.022 % |
2344.14/2344.50	c 2344	|     87380 |    1218     5627    16320 |     7835     7205     24 | 27.022 % |
2349.19/2349.69	c 2349	|    131169 |    1218     5627    16320 |     8618     8157     24 | 27.022 % |
2357.42/2357.93	c 2358	|    196853 |    1218     5627    16320 |     9480     8675     22 | 27.022 % |
2370.00/2370.65	c 2370	|    295381 |    1218     5627    16320 |    10428     5484     22 | 27.022 % |
2389.23/2390.06	c 2390	|    443170 |    1218     5627    16320 |    11471     8542     23 | 27.022 % |
2418.46/2419.60	c 2419	|    664853 |    1218     5627    16320 |    12618    11220     22 | 27.022 % |
2464.84/2466.37	c 2466	|    997379 |    1218     5627    16320 |    13880    10572     21 | 27.023 % |
2538.38/2540.53	c 2540	|   1496167 |    1218     5627    16320 |    15268    12657     21 | 27.022 % |
2657.60/2660.84	c 2660	|   2244349 |    1218     5627    16320 |    16795     9123     21 | 27.022 % |
2851.94/2856.96	c 2857	|   3366624 |    1218     5627    16320 |    18474    11033     20 | 27.022 % |
3163.80/3171.69	c 3171	|   5050035 |    1218     5627    16320 |    20322    14506     23 | 27.024 % |
3600.02/3611.70	sh: line 1: 15051 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.02/3611.71	c ERROR unknown output  in HOME/temp.out
3600.02/3611.71	c 3611	CPU 3599.79 (0.04 0.01 3599.75 0.23)
3600.02/3611.71	c 3611	END Fri Jul 11 20:44:16 2008

Verifier Data (download as text)

OK	17	55
17 unsatisfied constraints, 55 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-1108958-1215798244/watcher-1108958-1215798244 -o /tmp/evaluation-result-1108958-1215798244/solver-1108958-1215798244 -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-1108958-1215798244.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.26 1.11 1.61 4/82 14919
/proc/meminfo: memFree=1584400/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=12268 CPUtime=0
/proc/14919/stat : 14919 (sugar) R 14917 14919 14061 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 36527028 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231962540645 0 0 4224 0 0 0 0 17 1 0 0
/proc/14919/statm: 3067 316 241 3 0 167 0

[startup+0.051441 s]
/proc/loadavg: 1.26 1.11 1.61 4/82 14919
/proc/meminfo: memFree=1584400/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=0.03
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 882 127 0 0 3 0 0 0 20 0 1 0 36527028 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102429 s]
/proc/loadavg: 1.26 1.11 1.61 4/82 14919
/proc/meminfo: memFree=1584400/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=0.03
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 36527028 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302377 s]
/proc/loadavg: 1.26 1.11 1.61 4/82 14919
/proc/meminfo: memFree=1584400/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=0.03
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 36527028 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702271 s]
/proc/loadavg: 1.26 1.11 1.61 4/82 14919
/proc/meminfo: memFree=1584400/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=0.28
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 974 4299 0 1 3 0 22 3 15 0 1 0 36527028 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50107 s]
/proc/loadavg: 1.26 1.11 1.61 2/89 14949
/proc/meminfo: memFree=1567960/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=1.16
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1173 15259 0 3 3 0 104 9 15 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 13600

[startup+3.10165 s]
/proc/loadavg: 1.39 1.15 1.62 3/85 14955
/proc/meminfo: memFree=1555576/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=1.16
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1173 15259 0 3 3 0 104 9 15 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=14954] ppid=14919 vsize=5356 CPUtime=0
/proc/14954/stat : 14954 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527143 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14954/statm: 1339 232 193 169 0 50 0
[pid=14955] ppid=14954 vsize=3272 CPUtime=1.94
/proc/14955/stat : 14955 (minisat) R 14954 14919 14061 0 -1 4194304 515 0 0 0 194 0 0 0 25 0 1 0 36527144 3350528 501 996147200 134512640 135127466 4294956256 18446744073709551615 134530593 0 0 4096 3 0 0 0 17 0 0 0
/proc/14955/statm: 818 501 76 150 0 665 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 22228

[startup+6.30182 s]
/proc/loadavg: 1.39 1.15 1.62 3/77 14957
/proc/meminfo: memFree=1434104/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=1.17
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1173 15259 0 3 4 0 104 9 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=14954] ppid=14919 vsize=5356 CPUtime=0
/proc/14954/stat : 14954 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527143 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14954/statm: 1339 232 193 169 0 50 0
[pid=14955] ppid=14954 vsize=3536 CPUtime=5.14
/proc/14955/stat : 14955 (minisat) R 14954 14919 14061 0 -1 4194304 606 0 0 0 514 0 0 0 25 0 1 0 36527144 3620864 592 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/14955/statm: 884 592 76 150 0 731 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 22492

[startup+12.7011 s]
/proc/loadavg: 1.56 1.19 1.63 3/77 14969
/proc/meminfo: memFree=1174208/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=7.85
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1286 19942 0 4 4 0 768 13 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=14968] ppid=14919 vsize=5356 CPUtime=0
/proc/14968/stat : 14968 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14968/statm: 1339 232 193 169 0 50 0
[pid=14969] ppid=14968 vsize=3148 CPUtime=4.81
/proc/14969/stat : 14969 (minisat) R 14968 14919 14061 0 -1 4194304 485 0 0 0 481 0 0 0 25 0 1 0 36527813 3223552 471 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/14969/statm: 787 471 76 150 0 634 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 22104

[startup+25.5028 s]
/proc/loadavg: 1.63 1.22 1.64 3/77 14981
/proc/meminfo: memFree=1171216/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=7.85
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1286 19942 0 4 4 0 768 13 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=14968] ppid=14919 vsize=5356 CPUtime=0
/proc/14968/stat : 14968 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14968/statm: 1339 232 193 169 0 50 0
[pid=14969] ppid=14968 vsize=3676 CPUtime=17.59
/proc/14969/stat : 14969 (minisat) R 14968 14919 14061 0 -1 4194304 637 0 0 0 1759 0 0 0 25 0 1 0 36527813 3764224 623 996147200 134512640 135127466 4294956256 18446744073709551615 134526088 0 0 4096 3 0 0 0 17 0 0 0
/proc/14969/statm: 919 623 76 150 0 766 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 22632

[startup+51.1021 s]
/proc/loadavg: 1.75 1.28 1.64 3/77 15005
/proc/meminfo: memFree=1168784/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=7.85
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1286 19942 0 4 4 0 768 13 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=14968] ppid=14919 vsize=5356 CPUtime=0
/proc/14968/stat : 14968 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14968/statm: 1339 232 193 169 0 50 0
[pid=14969] ppid=14968 vsize=4336 CPUtime=43.19
/proc/14969/stat : 14969 (minisat) R 14968 14919 14061 0 -1 4194304 799 0 0 0 4319 0 0 0 25 0 1 0 36527813 4440064 785 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14969/statm: 1084 785 76 150 0 931 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 23292

[startup+102.308 s]
/proc/loadavg: 1.90 1.40 1.66 3/77 15041
/proc/meminfo: memFree=1168976/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=7.85
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1286 19942 0 4 4 0 768 13 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=14968] ppid=14919 vsize=5356 CPUtime=0
/proc/14968/stat : 14968 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14968/statm: 1339 232 193 169 0 50 0
[pid=14969] ppid=14968 vsize=5280 CPUtime=94.39
/proc/14969/stat : 14969 (minisat) R 14968 14919 14061 0 -1 4194304 1037 0 0 0 9438 1 0 0 25 0 1 0 36527813 5406720 1023 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/14969/statm: 1320 1023 76 150 0 1167 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 24236

[startup+162.302 s]
/proc/loadavg: 1.96 1.50 1.68 3/77 15041
/proc/meminfo: memFree=1167760/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=7.85
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1286 19942 0 4 4 0 768 13 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=14968] ppid=14919 vsize=5356 CPUtime=0
/proc/14968/stat : 14968 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14968/statm: 1339 232 193 169 0 50 0
[pid=14969] ppid=14968 vsize=5740 CPUtime=154.37
/proc/14969/stat : 14969 (minisat) R 14968 14919 14061 0 -1 4194304 1137 0 0 0 15436 1 0 0 25 0 1 0 36527813 5877760 1123 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/14969/statm: 1435 1123 76 150 0 1282 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 24696

[startup+222.303 s]
/proc/loadavg: 1.98 1.59 1.69 3/77 15041
/proc/meminfo: memFree=1167184/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=7.85
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1286 19942 0 4 4 0 768 13 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=14968] ppid=14919 vsize=5356 CPUtime=0
/proc/14968/stat : 14968 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14968/statm: 1339 232 193 169 0 50 0
[pid=14969] ppid=14968 vsize=6284 CPUtime=214.36
/proc/14969/stat : 14969 (minisat) R 14968 14919 14061 0 -1 4194304 1260 0 0 0 21435 1 0 0 25 0 1 0 36527813 6434816 1246 996147200 134512640 135127466 4294956256 18446744073709551615 134522676 0 0 4096 3 0 0 0 17 0 0 0
/proc/14969/statm: 1571 1246 76 150 0 1418 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 25240

[startup+282.303 s]
/proc/loadavg: 1.99 1.66 1.71 3/77 15041
/proc/meminfo: memFree=1166736/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=7.85
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1286 19942 0 4 4 0 768 13 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=14968] ppid=14919 vsize=5356 CPUtime=0
/proc/14968/stat : 14968 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36527813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14968/statm: 1339 232 193 169 0 50 0
[pid=14969] ppid=14968 vsize=6708 CPUtime=274.35
/proc/14969/stat : 14969 (minisat) R 14968 14919 14061 0 -1 4194304 1371 0 0 0 27434 1 0 0 25 0 1 0 36527813 6868992 1357 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/14969/statm: 1677 1357 76 150 0 1524 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 25664


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

/proc/meminfo: memFree=1156368/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=10336 CPUtime=760.72
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2229 0 0 0 76070 2 0 0 25 0 1 0 36760495 10584064 2215 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15051/statm: 2584 2215 76 150 0 2431 0
Current children cumulated CPU time (s) 3095.13
Current children cumulated vsize (KiB) 29292

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15051
/proc/meminfo: memFree=1155024/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=10504 CPUtime=820.18
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2262 0 0 0 82016 2 0 0 25 0 1 0 36760495 10756096 2248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15051/statm: 2626 2248 76 150 0 2473 0
Current children cumulated CPU time (s) 3154.59
Current children cumulated vsize (KiB) 29460

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15051
/proc/meminfo: memFree=1153488/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=10504 CPUtime=879.64
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2293 0 0 0 87962 2 0 0 25 0 1 0 36760495 10756096 2279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15051/statm: 2626 2279 76 150 0 2473 0
Current children cumulated CPU time (s) 3214.05
Current children cumulated vsize (KiB) 29460

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15051
/proc/meminfo: memFree=1151632/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=10768 CPUtime=939.1
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2333 0 0 0 93908 2 0 0 25 0 1 0 36760495 11026432 2319 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/15051/statm: 2692 2319 76 150 0 2539 0
Current children cumulated CPU time (s) 3273.51
Current children cumulated vsize (KiB) 29724

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 15051
/proc/meminfo: memFree=1150160/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=10908 CPUtime=998.56
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2387 0 0 0 99854 2 0 0 25 0 1 0 36760495 11169792 2373 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15051/statm: 2727 2373 76 150 0 2574 0
Current children cumulated CPU time (s) 3332.97
Current children cumulated vsize (KiB) 29864

[startup+3402.31 s]
/proc/loadavg: 2.07 2.02 1.93 3/77 15051
/proc/meminfo: memFree=1148624/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=11056 CPUtime=1058.02
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2424 0 0 0 105800 2 0 0 25 0 1 0 36760495 11321344 2410 996147200 134512640 135127466 4294956256 18446744073709551615 134523426 0 0 4096 3 0 0 0 17 1 0 0
/proc/15051/statm: 2764 2410 76 150 0 2611 0
Current children cumulated CPU time (s) 3392.43
Current children cumulated vsize (KiB) 30012

[startup+3462.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/77 15051
/proc/meminfo: memFree=1146960/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=11328 CPUtime=1117.48
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2463 0 0 0 111746 2 0 0 25 0 1 0 36760495 11599872 2449 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15051/statm: 2832 2449 76 150 0 2679 0
Current children cumulated CPU time (s) 3451.89
Current children cumulated vsize (KiB) 30284

[startup+3522.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/77 15051
/proc/meminfo: memFree=1145616/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=11328 CPUtime=1176.95
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2478 0 0 0 117692 3 0 0 25 0 1 0 36760495 11599872 2464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15051/statm: 2832 2464 76 150 0 2679 0
Current children cumulated CPU time (s) 3511.36
Current children cumulated vsize (KiB) 30284

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/77 15051
/proc/meminfo: memFree=1144016/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=11472 CPUtime=1236.41
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2504 0 0 0 123638 3 0 0 25 0 1 0 36760495 11747328 2490 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/15051/statm: 2868 2490 76 150 0 2715 0
Current children cumulated CPU time (s) 3570.82
Current children cumulated vsize (KiB) 30428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 2.01 2.00 1.93 3/85 15100
/proc/meminfo: memFree=1687696/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=11628 CPUtime=1265.61
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2530 0 0 0 126557 4 0 0 25 0 1 0 36760495 11907072 2516 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/15051/statm: 2907 2516 76 150 0 2754 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 30584

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples4 seconds

[startup+3611.7 s]
/proc/loadavg: 2.01 2.00 1.93 3/85 15100
/proc/meminfo: memFree=1687696/2055920 swapFree=4179412/4192956
[pid=14919] ppid=14917 vsize=13600 CPUtime=2334.41
/proc/14919/stat : 14919 (sugar) S 14917 14919 14061 0 -1 4194304 1341 22803 0 4 4 1 233418 18 16 0 1 0 36527028 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14919/statm: 3400 804 374 3 0 500 0
[pid=15050] ppid=14919 vsize=5356 CPUtime=0
/proc/15050/stat : 15050 (sh) S 14919 14919 14061 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36760495 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15050/statm: 1339 232 193 169 0 50 0
[pid=15051] ppid=15050 vsize=11628 CPUtime=1265.61
/proc/15051/stat : 15051 (minisat) R 15050 14919 14061 0 -1 4194304 2530 0 0 0 126557 4 0 0 25 0 1 0 36760495 11907072 2516 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/15051/statm: 2907 2516 76 150 0 2754 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 30584

Child status: 0
Real time (s): 3611.71
CPU time (s): 3600.05
CPU user time (s): 3599.8
CPU system time (s): 0.246962
CPU usage (%): 99.6771
Max. virtual memory (cumulated for all children) (KiB): 883028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.8
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27031
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1165
involuntary context switches= 37981

runsolver used 4.16337 second user time and 12.2691 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-11 19:44:05
IDJOB=1108958
IDBENCH=60841
IDSOLVER=368
FILE ID=node16/1108958-1215798244
PBS_JOBID= 7903245
Free space on /tmp= 66344 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG5/normalized-quasigroup5-6.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-1108958-1215798244/watcher-1108958-1215798244 -o /tmp/evaluation-result-1108958-1215798244/solver-1108958-1215798244 -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-1108958-1215798244.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 798b1003d8454b633caeaadb96c55f98
RANDOM SEED=287172674

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1585008 kB
Buffers:         35756 kB
Cached:         340728 kB
SwapCached:       8124 kB
Active:         274804 kB
Inactive:       148848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585008 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:          187528 kB
Writeback:           0 kB
Mapped:          62028 kB
Slab:            32412 kB
Committed_AS:   201868 kB
PageTables:       2020 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= 66524 MiB
End job on node16 at 2008-07-11 20:44:16