Trace number 1108774

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)18 3600.08 3621.12

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-8.xml
MD5SUMeec85a74385caa2c1c4b0ec1f3d7bf8d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints18
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables318
Number of constraints255
Maximum constraint arity66
Maximum domain size57
Number of constraints which are defined in extension0
Number of constraints which are defined in intension112
Global constraints used (with number of constraints)alldifferent(16),element(127)

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 16:23:41 2008
0.00/0.04	c 0	PID 11667
0.02/0.05	c 0	HOST node9.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1108774-1215786220.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108774-1215786220.xml' 'HOME/temp.csp'
0.02/0.61	c 0	52 domains, 318 variables, 15 predicates, 0 relations, 255 constraints
0.02/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.67	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.42/1.05	c 1	Parsing HOME/temp.csp
0.60/1.23	c 1	parsed 640 expressions
0.60/1.23	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/1.24	c 1	MAX CSP: 255 constraints
0.60/1.24	c 1	Converting to clausal form CSP
0.60/1.26	c 1	converted 90 (10%) expressions
0.60/1.26	c 1	converted 180 (20%) expressions
0.60/1.27	c 1	converted 270 (30%) expressions
0.60/1.27	c 1	converted 360 (40%) expressions
0.70/1.30	c 1	converted 449 (50%) expressions
0.70/1.33	c 1	converted 539 (60%) expressions
0.82/1.45	c 1	converted 629 (70%) expressions
0.92/1.58	c 1	converted 719 (80%) expressions
1.11/1.72	c 1	converted 809 (90%) expressions
1.22/1.83	c 1	converted 898 (100%) expressions
1.22/1.83	c 1	CSP : 828 integers, 4317 booleans, 13622 clauses, largest domain size 383
1.22/1.83	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.83	c 1	Propagation in CSP
1.32/1.99	c 2	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.99	c 2	CSP : 828 integers, 4317 booleans, 13622 clauses, largest domain size 256
1.32/1.99	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/2.00	c 2	Simplifing CSP by introducing new Boolean variables
1.42/2.02	c 2	CSP : 828 integers, 4989 booleans, 14294 clauses, largest domain size 256
1.42/2.02	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/2.08	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.50/2.12	c 2	83 (10%) CSP integer variables are encoded (675 clauses, 7315 bytes)
1.50/2.13	c 2	166 (20%) CSP integer variables are encoded (2300 clauses, 27959 bytes)
1.50/2.13	c 2	249 (30%) CSP integer variables are encoded (3925 clauses, 49084 bytes)
1.50/2.14	c 2	332 (40%) CSP integer variables are encoded (5221 clauses, 65932 bytes)
1.50/2.14	c 2	414 (50%) CSP integer variables are encoded (5221 clauses, 65932 bytes)
1.50/2.14	c 2	497 (60%) CSP integer variables are encoded (5221 clauses, 65932 bytes)
1.50/2.14	c 2	580 (70%) CSP integer variables are encoded (5485 clauses, 69364 bytes)
1.50/2.14	c 2	663 (80%) CSP integer variables are encoded (5868 clauses, 74343 bytes)
1.50/2.14	c 2	746 (90%) CSP integer variables are encoded (6407 clauses, 81350 bytes)
1.50/2.15	c 2	828 (100%) CSP integer variables are encoded (8544 clauses, 109131 bytes)
1.59/2.22	c 2	1430 (10%) CSP clauses are encoded (14108 clauses, 201445 bytes)
1.59/2.27	c 2	2859 (20%) CSP clauses are encoded (19129 clauses, 312947 bytes)
1.69/2.30	c 2	4289 (30%) CSP clauses are encoded (24859 clauses, 457510 bytes)
1.69/2.33	c 2	5718 (40%) CSP clauses are encoded (30982 clauses, 613032 bytes)
1.69/2.37	c 2	7147 (50%) CSP clauses are encoded (37033 clauses, 767049 bytes)
1.79/2.41	c 2	8577 (60%) CSP clauses are encoded (43051 clauses, 920453 bytes)
1.79/2.44	c 2	10006 (70%) CSP clauses are encoded (48992 clauses, 1072033 bytes)
1.79/2.47	c 2	11436 (80%) CSP clauses are encoded (54879 clauses, 1222191 bytes)
1.89/2.50	c 2	12865 (90%) CSP clauses are encoded (60639 clauses, 1368820 bytes)
1.99/2.67	c 2	14294 (100%) CSP clauses are encoded (152158 clauses, 3049874 bytes)
1.99/2.67	c 2	14294 CSP clauses encoded
1.99/2.67	c 2	Writing map file : HOME/temp.map
1.99/2.69	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/2.69	c 2	SAT : 14352 SAT variables, 152158 SAT clauses, 3049874 bytes
1.99/2.69	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/2.72	c 2	OBJECTIVE minimize _COST
2.08/2.72	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.08/2.72	c 2	SEARCHING: _COST <= 128
2.08/2.72	c 2	SOLVING HOME/temp.cnf
2.08/2.72	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.08/2.72	c 2	This is MiniSat 2.0 beta
2.08/2.72	c 2	WARNING: for repeatability, setting FPU to use double precision
2.08/2.72	c 2	============================[ Problem Statistics ]=============================
2.08/2.72	c 2	|                                                                             |
2.08/2.72	c 2	|  Number of variables:  14352                                                |
2.08/2.72	c 2	|  Number of clauses:    152159                                               |
2.10/2.81	c 2	|  Parsing time:         0.07         s                                       |
2.10/2.82	c 2	============================[ Search Statistics ]==============================
2.10/2.82	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.10/2.82	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.10/2.82	c 2	===============================================================================
2.10/2.82	c 2	|         0 |   13336   119768   392847 |    39922        0    nan |  0.000 % |
2.10/2.85	c 2	===============================================================================
2.10/2.85	c 2	restarts              : 1
2.10/2.85	c 2	conflicts             : 34             (304 /sec)
2.10/2.85	c 2	decisions             : 8864           (1.05 % random) (79156 /sec)
2.10/2.85	c 2	propagations          : 36575          (326615 /sec)
2.10/2.85	c 2	conflict literals     : 302            (3.82 % deleted)
2.10/2.85	c 2	Memory used           : 9.18 MB
2.10/2.85	c 2	CPU time              : 0.111982 s
2.10/2.85	c 2	
2.10/2.85	c 2	SATISFIABLE
2.10/2.86	c 2	FOUND: _COST <= 128
2.10/2.86	s SATISFIABLE
2.10/2.86	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.10/2.86	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.24/2.95	c 2	Decoding HOME/temp.out
2.24/3.06	c 3	OBJECTIVE _COST 77
2.24/3.06	o 77
2.24/3.08	v 1 7 8 7 3 2 8 6 3 2 6 7 3 1 8 6 8 8 3 6 1 1 8 7 8 3 7 4 1 1 8 6 2 6 8 6 5 2 6 3 7 3 1 2 1 6 8 7 8 8 6 8 4 8 7 6 5 1 6 3 7 7 6 8 45 1 18 8 8 59 8 6 46 8 6 13 8 7 54 8 8 63 8 6 40 8 3 49 8 15 8 57 10 8 10 2 59 8 16 6 20 8 11 6 45 8 14 1 22 8 11 6 63 8 16 6 8 8 9 6 57 8 24 5 42 8 19 3 57 19 8 19 3 52 8 23 8 61 8 24 7 35 8 17 8 47 8 22 8 58 8 22 1 49 8 31 8 50 8 31 8 43 8 30 1 57 28 8 28 4 45 8 30 1 14 8 26 3 63 8 32 6 24 8 27 7 17 8 35 8 18 8 35 8 3 8 33 2 60 8 33 2 57 37 8 37 5 6 8 33 2 31 8 36 6 56 8 39 6 9 8 42 3 2 8 41 7 3 8 41 8 60 8 41 7 13 8 42 3 57 46 8 48 8 63 8 48 8 56 8 47 8 57 8 56 8 58 8 56 8 59 8 56 8 60 8 56 8 45 8 54 8 62 8 56 8 57 55 8 56 8 48 8 54 8 41 8 62 8 42 8 62 8 51 8 63 8 44 8 64 8 61 8 59 8 54 8 63 8 47 8 62 8 57 64 8 64 8
2.24/3.08	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.24/3.09	c 3	OBJECTIVE BOUND: 0 <= _COST <= 77
2.24/3.09	c 3	SEARCHING: _COST <= 38
2.24/3.09	c 3	SOLVING HOME/temp.cnf
2.24/3.09	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.24/3.10	c 3	This is MiniSat 2.0 beta
2.24/3.10	c 3	WARNING: for repeatability, setting FPU to use double precision
2.24/3.10	c 3	============================[ Problem Statistics ]=============================
2.24/3.10	c 3	|                                                                             |
2.43/3.10	c 3	|  Number of variables:  14352                                                |
2.43/3.10	c 3	|  Number of clauses:    152159                                               |
2.43/3.18	c 3	|  Parsing time:         0.07         s                                       |
2.53/3.20	c 3	============================[ Search Statistics ]==============================
2.53/3.20	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.53/3.20	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.53/3.20	c 3	===============================================================================
2.53/3.20	c 3	|         0 |   12448    86689   296184 |    28896        0    nan |  0.000 % |
2.53/3.24	c 3	|       100 |   12448    86689   296184 |    31785      100      8 | 13.266 % |
2.53/3.29	c 3	|       250 |   12448    86689   296184 |    34964      250     19 | 13.266 % |
2.63/3.34	c 3	|       476 |   12448    86689   296184 |    38461      476     22 | 13.266 % |
2.72/3.45	c 3	|       813 |   12448    86689   296184 |    42307      813     29 | 13.266 % |
2.82/3.59	c 3	|      1319 |   12448    86689   296184 |    46537     1319     33 | 13.266 % |
3.02/3.76	c 3	|      2078 |   12448    86689   296184 |    51191     2078     33 | 13.266 % |
3.42/4.13	c 4	|      3217 |   12448    86689   296184 |    56310     3217     38 | 13.266 % |
3.82/4.59	c 4	|      4925 |   12448    86689   296184 |    61941     4925     37 | 13.266 % |
4.92/5.61	c 5	|      7487 |   12448    86689   296184 |    68136     7487     46 | 13.266 % |
6.22/6.97	c 6	|     11331 |   12448    86689   296184 |    74949    11331     48 | 13.266 % |
8.72/9.48	c 9	|     17097 |   12448    86689   296184 |    82444    17097     57 | 13.266 % |
13.01/13.79	c 13	|     25746 |   12448    86689   296184 |    90689    25746     56 | 13.266 % |
20.81/21.54	c 21	|     38721 |   12448    86689   296184 |    99757    38721     59 | 13.266 % |
21.51/22.22	c 22	===============================================================================
21.51/22.22	c 22	restarts              : 14
21.51/22.22	c 22	conflicts             : 40175          (2107 /sec)
21.51/22.22	c 22	decisions             : 56434          (1.41 % random) (2960 /sec)
21.51/22.22	c 22	propagations          : 39998109       (2097755 /sec)
21.51/22.22	c 22	conflict literals     : 2374096        (24.64 % deleted)
21.51/22.22	c 22	Memory used           : 18.68 MB
21.51/22.22	c 22	CPU time              : 19.0671 s
21.51/22.22	c 22	
21.51/22.22	c 22	SATISFIABLE
21.51/22.23	c 22	FOUND: _COST <= 38
21.51/22.23	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.51/22.23	c 22	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.56/22.41	c 22	Decoding HOME/temp.out
21.56/22.55	c 22	OBJECTIVE _COST 38
21.56/22.55	o 38
21.56/22.57	v 1 6 6 8 8 8 4 7 5 2 5 8 8 8 6 7 6 8 3 5 8 4 8 7 8 8 8 4 8 8 5 7 3 8 2 8 5 8 1 7 4 5 1 8 2 6 3 7 2 5 4 3 8 1 7 6 7 7 7 7 7 3 2 8 54 1 34 8 8 27 8 8 60 8 7 21 8 6 30 8 8 15 8 6 56 8 4 41 8 14 4 57 10 8 10 2 59 8 16 7 60 8 16 7 61 8 16 7 38 8 13 8 39 8 13 8 56 8 15 6 41 8 22 4 34 8 21 8 57 19 8 19 3 60 8 24 7 13 8 18 8 56 8 17 6 31 8 20 5 64 8 23 8 57 8 32 7 58 8 32 7 35 8 29 2 57 28 8 28 4 61 8 32 7 61 8 32 7 23 8 27 8 50 8 31 5 57 8 40 7 58 8 40 7 59 8 40 7 60 8 40 7 57 37 8 37 5 14 8 34 8 63 8 40 2 56 8 39 1 57 8 48 7 58 8 48 7 27 8 44 8 60 8 48 7 61 8 48 7 57 46 8 46 6 7 8 41 4 54 8 43 1 25 8 52 3 58 8 54 1 59 8 56 6 36 8 53 8 5 8 53 8 22 8 51 4 57 55 8 55 7 16 8 55 7 49 8 63 2 50 8 63 2 51 8 63 2 52 8 63 2 53 8 63 2 54 8 63 2 47 8 62 3 57 64 8 64 8
21.56/22.57	c 22	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.56/22.60	c 22	OBJECTIVE BOUND: 0 <= _COST <= 38
21.56/22.60	c 22	SEARCHING: _COST <= 19
21.56/22.60	c 22	SOLVING HOME/temp.cnf
21.56/22.60	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.56/22.60	c 22	This is MiniSat 2.0 beta
21.56/22.60	c 22	WARNING: for repeatability, setting FPU to use double precision
21.56/22.60	c 22	============================[ Problem Statistics ]=============================
21.56/22.60	c 22	|                                                                             |
21.56/22.61	c 22	|  Number of variables:  14352                                                |
21.56/22.61	c 22	|  Number of clauses:    152159                                               |
21.56/22.69	c 22	|  Parsing time:         0.08         s                                       |
21.80/22.71	c 22	============================[ Search Statistics ]==============================
21.80/22.71	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.80/22.71	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.80/22.71	c 22	===============================================================================
21.80/22.71	c 22	|         0 |   12129    75858   264629 |    25286        0    nan |  0.000 % |
21.80/22.75	c 22	|       101 |   12129    75858   264629 |    27814      101     23 | 15.489 % |
21.80/22.79	c 22	|       251 |   12129    75858   264629 |    30596      251     31 | 15.489 % |
21.80/22.86	c 22	|       476 |   12129    75858   264629 |    33655      476     35 | 15.489 % |
21.80/22.94	c 22	|       813 |   12129    75858   264629 |    37021      813     38 | 15.489 % |
22.19/23.07	c 23	|      1319 |   12129    75858   264629 |    40723     1319     39 | 15.489 % |
22.49/23.30	c 23	|      2078 |   12129    75858   264629 |    44795     2078     42 | 15.489 % |
22.79/23.63	c 23	|      3218 |   12129    75858   264629 |    49275     3218     45 | 15.489 % |
23.49/24.36	c 24	|      4926 |   12129    75858   264629 |    54202     4926     51 | 15.489 % |
24.49/25.37	c 25	|      7489 |   12129    75858   264629 |    59623     7489     55 | 15.489 % |
26.18/27.03	c 27	|     11334 |   12129    75858   264629 |    65585    11334     58 | 15.489 % |
29.28/30.13	c 30	|     17101 |   12129    75858   264629 |    72143    17101     66 | 15.489 % |
34.38/35.25	c 35	|     25750 |   12129    75858   264629 |    79358    25750     72 | 15.489 % |
41.57/42.47	c 42	|     38724 |   12129    75858   264629 |    87294    38724     72 | 15.489 % |
55.66/56.53	c 56	|     58186 |   12129    75858   264629 |    96023    58186     71 | 15.489 % |
87.66/88.52	c 88	|     87378 |   12129    75858   264629 |   105625    87378     80 | 15.489 % |
132.04/132.91	c 132	|    131167 |   12129    75858   264629 |   116188    39040     81 | 15.489 % |
200.52/201.49	c 201	|    196851 |   12129    75858   264629 |   127807   104724     83 | 15.489 % |
300.67/301.62	c 301	|    295377 |   12129    75858   264629 |   140588    87366     52 | 15.489 % |
426.02/427.08	c 427	|    443166 |   12129    75858   264629 |   154646   107849     35 | 15.489 % |
714.62/715.71	c 715	|    664851 |   12129    75858   264629 |   170111    47702     77 | 15.489 % |
1173.46/1174.77	c 1174	|    997376 |   12129    75858   264629 |   187122    69716     46 | 15.489 % |
1347.09/1348.40	c 1348	===============================================================================
1347.09/1348.41	c 1348	restarts              : 22
1347.09/1348.41	c 1348	conflicts             : 1152849        (870 /sec)
1347.09/1348.41	c 1348	decisions             : 1276174        (1.53 % random) (963 /sec)
1347.09/1348.41	c 1348	propagations          : 922423380      (696094 /sec)
1347.09/1348.41	c 1348	conflict literals     : 72398378       (26.21 % deleted)
1347.09/1348.41	c 1348	Memory used           : 72.89 MB
1347.09/1348.41	c 1348	CPU time              : 1325.14 s
1347.09/1348.41	c 1348	
1347.09/1348.41	c 1348	SATISFIABLE
1347.09/1348.42	c 1348	FOUND: _COST <= 19
1347.09/1348.42	c 1348	DECODING HOME/temp.out WITH HOME/temp.map
1347.09/1348.42	c 1348	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1347.19/1348.52	c 1348	Decoding HOME/temp.out
1347.28/1348.63	c 1348	OBJECTIVE _COST 19
1347.28/1348.63	o 19
1347.28/1348.64	v 1 5 4 3 2 8 6 7 4 2 8 1 3 5 6 7 2 1 3 5 4 8 6 7 5 3 2 4 1 7 8 6 3 4 1 2 5 7 8 6 8 8 8 7 7 6 8 7 6 6 6 8 8 8 7 6 7 7 7 6 6 7 6 8 35 1 26 8 3 11 8 8 36 8 2 21 8 4 62 8 7 47 8 8 56 8 6 33 8 13 3 57 10 8 10 2 3 8 9 4 60 8 11 8 29 8 12 1 62 8 16 7 47 8 14 8 56 8 15 6 25 8 20 5 58 8 24 7 57 19 8 19 3 12 8 18 1 5 8 17 2 62 8 24 7 47 8 22 8 56 8 23 6 17 8 27 2 2 8 25 5 35 8 29 1 57 28 8 28 4 13 8 26 3 54 8 31 8 63 8 32 6 48 8 30 7 9 8 34 4 18 8 35 1 27 8 36 2 4 8 33 3 57 37 8 37 5 54 8 39 8 63 8 40 6 48 8 38 7 57 8 48 7 57 8 45 7 59 8 48 7 52 8 47 8 53 8 47 8 57 46 8 46 6 63 8 48 6 56 8 47 6 41 8 54 8 42 8 54 8 43 8 54 8 60 8 56 6 61 8 56 6 62 8 56 6 57 55 8 55 7 48 8 54 8 49 8 63 6 50 8 63 6 51 8 63 6 44 8 62 7 45 8 62 7 54 8 63 8 47 8 64 8 57 64 8 64 8
1347.28/1348.65	c 1348	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1347.28/1348.70	c 1348	OBJECTIVE BOUND: 0 <= _COST <= 19
1347.28/1348.70	c 1348	SEARCHING: _COST <= 9
1347.28/1348.70	c 1348	SOLVING HOME/temp.cnf
1347.28/1348.70	c 1348	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1347.35/1348.71	c 1348	This is MiniSat 2.0 beta
1347.35/1348.71	c 1348	WARNING: for repeatability, setting FPU to use double precision
1347.35/1348.71	c 1348	============================[ Problem Statistics ]=============================
1347.35/1348.71	c 1348	|                                                                             |
1347.35/1348.71	c 1348	|  Number of variables:  14352                                                |
1347.35/1348.71	c 1348	|  Number of clauses:    152159                                               |
1347.35/1348.79	c 1348	|  Parsing time:         0.07         s                                       |
1347.35/1348.82	c 1348	============================[ Search Statistics ]==============================
1347.35/1348.82	c 1348	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1347.35/1348.82	c 1348	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1347.35/1348.82	c 1348	===============================================================================
1347.35/1348.82	c 1348	|         0 |   11834    69300   245830 |    23100        0    nan |  0.000 % |
1347.35/1348.86	c 1348	|       100 |   11834    69300   245830 |    25410      100     40 | 17.545 % |
1347.35/1348.90	c 1348	|       250 |   11834    69300   245830 |    27951      250     35 | 17.545 % |
1347.35/1348.96	c 1348	|       476 |   11834    69300   245830 |    30746      476     35 | 17.545 % |
1347.35/1349.06	c 1349	|       813 |   11834    69300   245830 |    33820      813     39 | 17.545 % |
1347.35/1349.22	c 1349	|      1319 |   11834    69300   245830 |    37202     1319     44 | 17.545 % |
1347.35/1349.47	c 1349	|      2080 |   11834    69300   245830 |    40923     2080     47 | 17.545 % |
1348.42/1349.90	c 1349	|      3220 |   11834    69300   245830 |    45015     3220     49 | 17.545 % |
1349.12/1350.58	c 1350	|      4929 |   11834    69300   245830 |    49516     4929     52 | 17.545 % |
1350.11/1351.57	c 1351	|      7491 |   11834    69300   245830 |    54468     7491     60 | 17.545 % |
1351.69/1353.17	c 1353	|     11335 |   11834    69300   245830 |    59915    11335     62 | 17.545 % |
1353.87/1355.35	c 1355	|     17101 |   11834    69300   245830 |    65906    17101     58 | 17.545 % |
1358.33/1359.89	c 1359	|     25750 |   11834    69300   245830 |    72497    25750     62 | 17.545 % |
1365.76/1367.35	c 1367	|     38724 |   11834    69300   245830 |    79747    38724     62 | 17.545 % |
1379.44/1381.16	c 1381	|     58185 |   11834    69300   245830 |    87722    58185     60 | 17.545 % |
1406.81/1408.75	c 1408	|     87378 |   11834    69300   245830 |    96494    87378     60 | 17.545 % |
1447.55/1449.87	c 1449	|    131168 |   11834    69300   245830 |   106143    44683     61 | 17.545 % |
1509.80/1512.66	c 1512	|    196853 |   11834    69300   245830 |   116758    17650     41 | 17.545 % |
1590.61/1594.10	c 1594	|    295379 |   11834    69300   245830 |   128434   116176     35 | 17.545 % |
1769.94/1775.08	c 1775	|    443168 |   11834    69300   245830 |   141277    31267     42 | 17.545 % |
2033.64/2041.07	c 2041	|    664851 |   11834    69300   245830 |   155405   127024     71 | 17.545 % |
2460.81/2471.93	c 2471	|    997376 |   11834    69300   245830 |   170945    39560     37 | 17.545 % |
3119.57/3136.46	c 3136	|   1496164 |   11834    69300   245830 |   188040    74646     53 | 17.545 % |
3600.08/3621.12	c ERROR unknown output  in HOME/temp.out
3600.08/3621.12	c 3621	CPU 1346.9 (0.04 0.01 1346.86 0.44)
3600.08/3621.12	c 3621	END Fri Jul 11 17:24:02 2008
3600.08/3621.12	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	18	237
18 unsatisfied constraints, 237 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-1108774-1215786220/watcher-1108774-1215786220 -o /tmp/evaluation-result-1108774-1215786220/solver-1108774-1215786220 -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-1108774-1215786220.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.95 1.98 1.99 5/80 11667
/proc/meminfo: memFree=1753968/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=18572 CPUtime=0
/proc/11667/stat : 11667 (runsolver) R 11665 11667 11069 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 35324965 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11667/statm: 4643 292 257 25 0 2626 0

[startup+0.047394 s]
/proc/loadavg: 1.95 1.98 1.99 5/80 11667
/proc/meminfo: memFree=1753968/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=0.02
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 838 0 0 0 2 0 0 0 18 0 1 0 35324965 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.102047 s]
/proc/loadavg: 1.95 1.98 1.99 5/80 11667
/proc/meminfo: memFree=1753968/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=0.02
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 898 127 0 0 2 0 0 0 19 0 1 0 35324965 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301083 s]
/proc/loadavg: 1.95 1.98 1.99 5/80 11667
/proc/meminfo: memFree=1753968/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=0.02
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 898 127 0 0 2 0 0 0 19 0 1 0 35324965 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701162 s]
/proc/loadavg: 1.95 1.98 1.99 5/80 11667
/proc/meminfo: memFree=1753968/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=0.4
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 957 4680 0 1 2 1 34 3 16 0 1 0 35324965 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50232 s]
/proc/loadavg: 1.95 1.98 1.99 3/87 11685
/proc/meminfo: memFree=1747832/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=0.41
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 974 4680 0 1 3 1 34 3 15 0 1 0 35324965 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 797 370 3 0 500 0
[pid=11680] ppid=11667 vsize=5356 CPUtime=0
/proc/11680/stat : 11680 (sh) S 11667 11667 11069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35325032 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11680/statm: 1339 233 193 169 0 50 0
[pid=11681] ppid=11680 vsize=868380 CPUtime=0.51
/proc/11681/stat : 11681 (java) S 11680 11667 11069 0 -1 0 5242 0 1 0 48 3 0 0 20 0 9 0 35325032 889221120 4663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11681/statm: 217095 4663 1729 9 0 211670 0
[pid=11681/tid=11682] ppid=11680 vsize=868380 CPUtime=0.3
/proc/11681/task/11682/stat : 11682 (java) R 11680 11667 11069 0 -1 64 2648 0 1 0 29 1 0 0 25 0 9 0 35325033 889221120 4663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11681/tid=11683] ppid=11680 vsize=868380 CPUtime=0.02
/proc/11681/task/11683/stat : 11683 (java) S 11680 11667 11069 0 -1 64 462 0 0 0 2 0 0 0 16 0 9 0 35325062 889221120 4663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11681/tid=11684] ppid=11680 vsize=868380 CPUtime=0
/proc/11681/task/11684/stat : 11684 (java) S 11680 11667 11069 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 35325062 889221120 4663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11681/tid=11685] ppid=11680 vsize=868380 CPUtime=0
/proc/11681/task/11685/stat : 11685 (java) S 11680 11667 11069 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 35325062 889221120 4663 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 887336

[startup+3.10162 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 11689
/proc/meminfo: memFree=1729944/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=2.43
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1183 19662 0 3 3 1 224 15 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 13600

[startup+6.30123 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 11703
/proc/meminfo: memFree=1735320/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=2.43
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1183 19662 0 3 3 1 224 15 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11702] ppid=11667 vsize=5356 CPUtime=0
/proc/11702/stat : 11702 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 35325274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11702/statm: 1339 232 193 169 0 50 0
[pid=11703] ppid=11702 vsize=10356 CPUtime=3.19
/proc/11703/stat : 11703 (minisat) R 11702 11667 11069 0 -1 4194304 2393 0 0 0 318 1 0 0 25 0 1 0 35325274 10604544 2379 996147200 134512640 135127466 4294956256 18446744073709551615 134530715 0 0 4096 3 0 0 0 17 1 0 0
/proc/11703/statm: 2589 2379 76 150 0 2436 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 29312

[startup+12.7025 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 11703
/proc/meminfo: memFree=1729048/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=2.43
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1183 19662 0 3 3 1 224 15 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11702] ppid=11667 vsize=5356 CPUtime=0
/proc/11702/stat : 11702 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 35325274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11702/statm: 1339 232 193 169 0 50 0
[pid=11703] ppid=11702 vsize=14328 CPUtime=9.58
/proc/11703/stat : 11703 (minisat) R 11702 11667 11069 0 -1 4194304 3407 0 0 0 956 2 0 0 25 0 1 0 35325274 14671872 3393 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/11703/statm: 3582 3393 76 150 0 3429 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 33284

[startup+25.5019 s]
/proc/loadavg: 2.10 2.02 2.00 3/83 11715
/proc/meminfo: memFree=1733592/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=21.8
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1299 28460 0 4 3 1 2152 24 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11714] ppid=11667 vsize=5356 CPUtime=0
/proc/11714/stat : 11714 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35327225 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11714/statm: 1339 232 193 169 0 50 0
[pid=11715] ppid=11714 vsize=9792 CPUtime=2.88
/proc/11715/stat : 11715 (minisat) R 11714 11667 11069 0 -1 4194304 2274 0 0 0 287 1 0 0 25 0 1 0 35327226 10027008 2260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11715/statm: 2448 2260 76 150 0 2295 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 28748

[startup+51.1018 s]
/proc/loadavg: 2.27 2.06 2.02 3/83 11715
/proc/meminfo: memFree=1719192/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=21.8
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1299 28460 0 4 3 1 2152 24 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11714] ppid=11667 vsize=5356 CPUtime=0
/proc/11714/stat : 11714 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35327225 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11714/statm: 1339 232 193 169 0 50 0
[pid=11715] ppid=11714 vsize=24232 CPUtime=28.47
/proc/11715/stat : 11715 (minisat) R 11714 11667 11069 0 -1 4194304 5865 0 0 0 2843 4 0 0 25 0 1 0 35327226 24813568 5851 996147200 134512640 135127466 4294956256 18446744073709551615 134529040 0 0 4096 3 0 0 0 17 1 0 0
/proc/11715/statm: 6058 5851 76 150 0 5905 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 43188

[startup+102.307 s]
/proc/loadavg: 2.33 2.11 2.03 3/83 11715
/proc/meminfo: memFree=1698584/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=21.8
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1299 28460 0 4 3 1 2152 24 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11714] ppid=11667 vsize=5356 CPUtime=0
/proc/11714/stat : 11714 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35327225 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11714/statm: 1339 232 193 169 0 50 0
[pid=11715] ppid=11714 vsize=44224 CPUtime=79.65
/proc/11715/stat : 11715 (minisat) R 11714 11667 11069 0 -1 4194304 10811 0 0 0 7957 8 0 0 25 0 1 0 35327226 45285376 10797 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11715/statm: 11056 10797 76 150 0 10903 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 63180

[startup+162.301 s]
/proc/loadavg: 2.58 2.22 2.08 3/83 11715
/proc/meminfo: memFree=1694616/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=21.8
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1299 28460 0 4 3 1 2152 24 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11714] ppid=11667 vsize=5356 CPUtime=0
/proc/11714/stat : 11714 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35327225 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11714/statm: 1339 232 193 169 0 50 0
[pid=11715] ppid=11714 vsize=47800 CPUtime=139.63
/proc/11715/stat : 11715 (minisat) R 11714 11667 11069 0 -1 4194304 11733 0 0 0 13954 9 0 0 25 0 1 0 35327226 48947200 11719 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/11715/statm: 11950 11719 76 150 0 11797 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 66756

[startup+222.302 s]
/proc/loadavg: 2.74 2.33 2.12 3/83 11715
/proc/meminfo: memFree=1690264/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=21.8
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1299 28460 0 4 3 1 2152 24 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11714] ppid=11667 vsize=5356 CPUtime=0
/proc/11714/stat : 11714 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35327225 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11714/statm: 1339 232 193 169 0 50 0
[pid=11715] ppid=11714 vsize=52032 CPUtime=199.61
/proc/11715/stat : 11715 (minisat) R 11714 11667 11069 0 -1 4194304 12800 0 0 0 19951 10 0 0 25 0 1 0 35327226 53280768 12786 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11715/statm: 13008 12786 76 150 0 12855 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 70988

[startup+282.302 s]
/proc/loadavg: 2.60 2.36 2.14 3/83 11715
/proc/meminfo: memFree=1689048/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=21.8
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1299 28460 0 4 3 1 2152 24 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11714] ppid=11667 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1673296/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=1347.35
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1415 51029 0 5 4 1 134686 44 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11726] ppid=11667 vsize=5356 CPUtime=0
/proc/11726/stat : 11726 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35459835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11726/statm: 1339 232 193 169 0 50 0
[pid=11727] ppid=11726 vsize=67684 CPUtime=1797.9
/proc/11727/stat : 11727 (minisat) R 11726 11667 11069 0 -1 4194304 16532 0 0 0 179774 16 0 0 25 0 1 0 35459836 69308416 16518 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/11727/statm: 16921 16518 76 150 0 16768 0
Current children cumulated CPU time (s) 3145.25
Current children cumulated vsize (KiB) 86640

[startup+3222.3 s]
/proc/loadavg: 2.79 2.65 2.57 4/83 11732
/proc/meminfo: memFree=1673232/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=1347.35
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1415 51029 0 5 4 1 134686 44 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11726] ppid=11667 vsize=5356 CPUtime=0
/proc/11726/stat : 11726 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35459835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11726/statm: 1339 232 193 169 0 50 0
[pid=11727] ppid=11726 vsize=67684 CPUtime=1857.38
/proc/11727/stat : 11727 (minisat) R 11726 11667 11069 0 -1 4194304 16532 0 0 0 185722 16 0 0 25 0 1 0 35459836 69308416 16518 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11727/statm: 16921 16518 76 150 0 16768 0
Current children cumulated CPU time (s) 3204.73
Current children cumulated vsize (KiB) 86640

[startup+3282.3 s]
/proc/loadavg: 2.81 2.68 2.58 4/83 11734
/proc/meminfo: memFree=1673040/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=1347.35
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1415 51029 0 5 4 1 134686 44 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11726] ppid=11667 vsize=5356 CPUtime=0
/proc/11726/stat : 11726 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35459835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11726/statm: 1339 232 193 169 0 50 0
[pid=11727] ppid=11726 vsize=67684 CPUtime=1916.87
/proc/11727/stat : 11727 (minisat) R 11726 11667 11069 0 -1 4194304 16533 0 0 0 191670 17 0 0 25 0 1 0 35459836 69308416 16519 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/11727/statm: 16921 16519 76 150 0 16768 0
Current children cumulated CPU time (s) 3264.22
Current children cumulated vsize (KiB) 86640

[startup+3342.3 s]
/proc/loadavg: 2.78 2.69 2.59 4/83 11734
/proc/meminfo: memFree=1672144/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=1347.35
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1415 51029 0 5 4 1 134686 44 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11726] ppid=11667 vsize=5356 CPUtime=0
/proc/11726/stat : 11726 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35459835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11726/statm: 1339 232 193 169 0 50 0
[pid=11727] ppid=11726 vsize=68740 CPUtime=1976.35
/proc/11727/stat : 11727 (minisat) R 11726 11667 11069 0 -1 4194304 16800 0 0 0 197618 17 0 0 25 0 1 0 35459836 70389760 16786 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11727/statm: 17185 16786 76 150 0 17032 0
Current children cumulated CPU time (s) 3323.7
Current children cumulated vsize (KiB) 87696

[startup+3402.31 s]
/proc/loadavg: 2.70 2.69 2.59 4/83 11734
/proc/meminfo: memFree=1672016/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=1347.35
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1415 51029 0 5 4 1 134686 44 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11726] ppid=11667 vsize=5356 CPUtime=0
/proc/11726/stat : 11726 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35459835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11726/statm: 1339 232 193 169 0 50 0
[pid=11727] ppid=11726 vsize=68740 CPUtime=2035.83
/proc/11727/stat : 11727 (minisat) R 11726 11667 11069 0 -1 4194304 16830 0 0 0 203566 17 0 0 25 0 1 0 35459836 70389760 16816 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11727/statm: 17185 16816 76 150 0 17032 0
Current children cumulated CPU time (s) 3383.18
Current children cumulated vsize (KiB) 87696

[startup+3462.3 s]
/proc/loadavg: 2.49 2.62 2.57 4/83 11734
/proc/meminfo: memFree=1671376/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=1347.35
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1415 51029 0 5 4 1 134686 44 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11726] ppid=11667 vsize=5356 CPUtime=0
/proc/11726/stat : 11726 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35459835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11726/statm: 1339 232 193 169 0 50 0
[pid=11727] ppid=11726 vsize=69296 CPUtime=2095.31
/proc/11727/stat : 11727 (minisat) R 11726 11667 11069 0 -1 4194304 16954 0 0 0 209514 17 0 0 25 0 1 0 35459836 70959104 16940 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11727/statm: 17324 16940 76 150 0 17171 0
Current children cumulated CPU time (s) 3442.66
Current children cumulated vsize (KiB) 88252

[startup+3522.3 s]
/proc/loadavg: 2.56 2.61 2.57 3/83 11734
/proc/meminfo: memFree=1671248/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=1347.35
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1415 51029 0 5 4 1 134686 44 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11726] ppid=11667 vsize=5356 CPUtime=0
/proc/11726/stat : 11726 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35459835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11726/statm: 1339 232 193 169 0 50 0
[pid=11727] ppid=11726 vsize=69376 CPUtime=2154.79
/proc/11727/stat : 11727 (minisat) R 11726 11667 11069 0 -1 4194304 16971 0 0 0 215462 17 0 0 25 0 1 0 35459836 71041024 16957 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11727/statm: 17344 16957 76 150 0 17191 0
Current children cumulated CPU time (s) 3502.14
Current children cumulated vsize (KiB) 88332

[startup+3582.3 s]
/proc/loadavg: 2.63 2.62 2.57 3/83 11734
/proc/meminfo: memFree=1670992/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=1347.35
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1415 51029 0 5 4 1 134686 44 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11726] ppid=11667 vsize=5356 CPUtime=0
/proc/11726/stat : 11726 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35459835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11726/statm: 1339 232 193 169 0 50 0
[pid=11727] ppid=11726 vsize=69704 CPUtime=2214.27
/proc/11727/stat : 11727 (minisat) R 11726 11667 11069 0 -1 4194304 17035 0 0 0 221410 17 0 0 25 0 1 0 35459836 71376896 17021 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/11727/statm: 17426 17021 76 150 0 17273 0
Current children cumulated CPU time (s) 3561.62
Current children cumulated vsize (KiB) 88660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.1 s]
/proc/loadavg: 2.55 2.60 2.56 4/83 11734
/proc/meminfo: memFree=1670992/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=1347.35
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1415 51029 0 5 4 1 134686 44 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11726] ppid=11667 vsize=5356 CPUtime=0
/proc/11726/stat : 11726 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35459835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11726/statm: 1339 232 193 169 0 50 0
[pid=11727] ppid=11726 vsize=69704 CPUtime=2252.73
/proc/11727/stat : 11727 (minisat) R 11726 11667 11069 0 -1 4194304 17035 0 0 0 225256 17 0 0 25 0 1 0 35459836 71376896 17021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11727/statm: 17426 17021 76 150 0 17273 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 88660

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+3621.1 s]
/proc/loadavg: 2.55 2.60 2.56 4/83 11734
/proc/meminfo: memFree=1670992/2055920 swapFree=4180332/4192956
[pid=11667] ppid=11665 vsize=13600 CPUtime=1347.35
/proc/11667/stat : 11667 (sugar) S 11665 11667 11069 0 -1 4194304 1415 51029 0 5 4 1 134686 44 16 0 1 0 35324965 13926400 809 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11667/statm: 3400 809 374 3 0 500 0
[pid=11726] ppid=11667 vsize=5356 CPUtime=0
/proc/11726/stat : 11726 (sh) S 11667 11667 11069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35459835 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11726/statm: 1339 232 193 169 0 50 0
[pid=11727] ppid=11726 vsize=69704 CPUtime=2252.73
/proc/11727/stat : 11727 (minisat) R 11726 11667 11069 0 -1 4194304 17035 0 0 0 225256 17 0 0 25 0 1 0 35459836 71376896 17021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11727/statm: 17426 17021 76 150 0 17273 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 88660

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11667 and gives
#  childrusage.ru_utime.tv_sec=1346
#  childrusage.ru_utime.tv_usec=904239
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=470928
# CPU time returned by wait4() is 1347.38
# while last known CPU time is 3600.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3621.12
CPU time (s): 3600.08
CPU user time (s): 3599.46
CPU system time (s): 0.62
CPU usage (%): 99.4188
Max. virtual memory (cumulated for all children) (KiB): 887524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1346.9
system time used= 0.470928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52790
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= 4891
involuntary context switches= 33652

runsolver used 3.35249 second user time and 9.8405 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-11 16:23:40
IDJOB=1108774
IDBENCH=60764
IDSOLVER=368
FILE ID=node9/1108774-1215786220
PBS_JOBID= 7903177
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-8.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-1108774-1215786220/watcher-1108774-1215786220 -o /tmp/evaluation-result-1108774-1215786220/solver-1108774-1215786220 -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-1108774-1215786220.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eec85a74385caa2c1c4b0ec1f3d7bf8d
RANDOM SEED=359428417

node9.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.260
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.260
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:       1754448 kB
Buffers:         31868 kB
Cached:         129240 kB
SwapCached:       7464 kB
Active:         160344 kB
Inactive:        80148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754448 kB
SwapTotal:     4192956 kB
SwapFree:      4180332 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          94660 kB
Slab:            46032 kB
Committed_AS:   919024 kB
PageTables:       2040 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= 66552 MiB
End job on node9 at 2008-07-11 17:24:04