Trace number 1114156

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)35 3600.05 3620.12

General information on the benchmark

Namecsp/subs/
normalized-scen06-sub3.xml
MD5SUMf97d89a87806ee47bc302d0f50d1e2a6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints23
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints439
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension439
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul 12 23:14:55 2008
0.00/0.14	c 0	PID 18598
0.00/0.14	c 0	HOST node26.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1114156-1215897295.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114156-1215897295.xml' 'HOME/temp.csp'
0.03/0.59	c 1	2 domains, 36 variables, 2 predicates, 0 relations, 439 constraints
0.03/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	c 1	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.49/0.70	c 1	Parsing HOME/temp.csp
0.49/0.81	c 1	parsed 479 expressions
0.49/0.82	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.83	c 1	MAX CSP: 439 constraints
0.49/0.83	c 1	Converting to clausal form CSP
0.49/0.93	c 1	converted 93 (10%) expressions
0.84/1.00	c 1	converted 185 (20%) expressions
0.84/1.08	c 1	converted 277 (30%) expressions
0.94/1.14	c 1	converted 369 (40%) expressions
1.04/1.27	c 1	converted 461 (50%) expressions
1.14/1.33	c 1	converted 553 (60%) expressions
1.14/1.39	c 1	converted 645 (70%) expressions
1.24/1.45	c 1	converted 737 (80%) expressions
1.34/1.51	c 1	converted 829 (90%) expressions
1.44/1.64	c 2	converted 921 (100%) expressions
1.44/1.64	c 2	CSP : 914 integers, 18 booleans, 1370 clauses, largest domain size 659
1.44/1.64	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.64	c 2	Propagation in CSP
1.44/1.68	c 2	432 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.68	c 2	CSP : 914 integers, 18 booleans, 1370 clauses, largest domain size 440
1.44/1.68	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.68	c 2	Simplifing CSP by introducing new Boolean variables
1.44/1.70	c 2	CSP : 914 integers, 896 booleans, 2248 clauses, largest domain size 440
1.44/1.70	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.73	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.54/1.78	c 2	92 (10%) CSP integer variables are encoded (1480 clauses, 17143 bytes)
1.54/1.78	c 2	183 (20%) CSP integer variables are encoded (1480 clauses, 17143 bytes)
1.54/1.78	c 2	275 (30%) CSP integer variables are encoded (1480 clauses, 17143 bytes)
1.54/1.79	c 2	366 (40%) CSP integer variables are encoded (1480 clauses, 17143 bytes)
1.54/1.79	c 2	457 (50%) CSP integer variables are encoded (1480 clauses, 17143 bytes)
1.54/1.79	c 2	549 (60%) CSP integer variables are encoded (2240 clauses, 27023 bytes)
1.54/1.79	c 2	640 (70%) CSP integer variables are encoded (2829 clauses, 34680 bytes)
1.54/1.79	c 2	732 (80%) CSP integer variables are encoded (3552 clauses, 44079 bytes)
1.54/1.80	c 2	823 (90%) CSP integer variables are encoded (4121 clauses, 51476 bytes)
1.63/1.80	c 2	914 (100%) CSP integer variables are encoded (8000 clauses, 101903 bytes)
1.63/1.84	c 2	225 (10%) CSP clauses are encoded (12723 clauses, 178065 bytes)
1.63/1.88	c 2	450 (20%) CSP clauses are encoded (17894 clauses, 266723 bytes)
1.73/1.92	c 2	675 (30%) CSP clauses are encoded (22727 clauses, 350619 bytes)
1.73/1.95	c 2	900 (40%) CSP clauses are encoded (27800 clauses, 438602 bytes)
1.73/1.98	c 2	1124 (50%) CSP clauses are encoded (33048 clauses, 529753 bytes)
1.83/2.01	c 2	1349 (60%) CSP clauses are encoded (37560 clauses, 613201 bytes)
1.83/2.03	c 2	1574 (70%) CSP clauses are encoded (43046 clauses, 708901 bytes)
1.83/2.06	c 2	1799 (80%) CSP clauses are encoded (56591 clauses, 951073 bytes)
1.92/2.14	c 2	2024 (90%) CSP clauses are encoded (96064 clauses, 1670267 bytes)
2.22/2.48	c 2	2248 (100%) CSP clauses are encoded (291745 clauses, 5241248 bytes)
2.22/2.48	c 2	2248 CSP clauses encoded
2.22/2.48	c 2	Writing map file : HOME/temp.map
2.22/2.49	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.49	c 2	SAT : 9810 SAT variables, 291745 SAT clauses, 5241248 bytes
2.22/2.49	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.50	c 2	OBJECTIVE minimize _COST
2.32/2.52	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.32/2.52	c 2	SEARCHING: _COST <= 220
2.32/2.52	c 2	SOLVING HOME/temp.cnf
2.32/2.52	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.32/2.53	c 2	This is MiniSat 2.0 beta
2.32/2.53	c 2	WARNING: for repeatability, setting FPU to use double precision
2.32/2.53	c 2	============================[ Problem Statistics ]=============================
2.32/2.53	c 2	|                                                                             |
2.32/2.53	c 2	|  Number of variables:  9810                                                 |
2.32/2.53	c 2	|  Number of clauses:    291746                                               |
2.35/2.67	c 3	|  Parsing time:         0.13         s                                       |
2.36/2.74	c 3	============================[ Search Statistics ]==============================
2.36/2.74	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.36/2.74	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.36/2.74	c 3	===============================================================================
2.36/2.74	c 3	|         0 |    7839   198295   577326 |    66098        0    nan |  0.000 % |
2.36/2.82	c 3	|       100 |    7839   198295   577326 |    72708      100     51 | 20.092 % |
2.36/2.83	c 3	===============================================================================
2.36/2.83	c 3	restarts              : 2
2.36/2.83	c 3	conflicts             : 118            (420 /sec)
2.36/2.83	c 3	decisions             : 806            (0.99 % random) (2869 /sec)
2.36/2.83	c 3	propagations          : 112734         (401250 /sec)
2.36/2.83	c 3	conflict literals     : 5524           (29.18 % deleted)
2.36/2.83	c 3	Memory used           : 13.59 MB
2.36/2.83	c 3	CPU time              : 0.280957 s
2.36/2.83	c 3	
2.36/2.83	c 3	SATISFIABLE
2.36/2.84	c 3	FOUND: _COST <= 220
2.36/2.84	s SATISFIABLE
2.36/2.84	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.36/2.84	c 3	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.66/2.92	c 3	Decoding HOME/temp.out
2.66/3.04	c 3	OBJECTIVE _COST 175
2.66/3.04	o 175
2.66/3.04	v 792 156 792 792 114 352 750 414 722 722 778 554 792 338 30 268 324 86 442 680 484 44 128 58 268 694 722 338 142 442 142 380 30 484 156 338
2.66/3.05	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.66/3.05	c 3	OBJECTIVE BOUND: 0 <= _COST <= 175
2.66/3.05	c 3	SEARCHING: _COST <= 87
2.66/3.05	c 3	SOLVING HOME/temp.cnf
2.66/3.05	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.66/3.06	c 3	This is MiniSat 2.0 beta
2.66/3.06	c 3	WARNING: for repeatability, setting FPU to use double precision
2.66/3.06	c 3	============================[ Problem Statistics ]=============================
2.66/3.06	c 3	|                                                                             |
2.66/3.06	c 3	|  Number of variables:  9810                                                 |
2.66/3.06	c 3	|  Number of clauses:    291746                                               |
2.99/3.22	c 3	|  Parsing time:         0.13         s                                       |
3.09/3.31	c 3	============================[ Search Statistics ]==============================
3.09/3.31	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.09/3.31	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.09/3.31	c 3	===============================================================================
3.09/3.31	c 3	|         0 |    6440   120667   348506 |    40222        0    nan |  0.000 % |
3.09/3.38	c 3	|       100 |    6440   120667   348506 |    44244      100     40 | 34.353 % |
3.19/3.44	c 3	|       252 |    6440   120667   348506 |    48669      252     32 | 34.353 % |
3.29/3.52	c 3	|       478 |    6440   120667   348506 |    53535      478     32 | 34.353 % |
3.39/3.63	c 4	|       815 |    6440   120667   348506 |    58889      815     29 | 34.353 % |
3.59/3.85	c 4	|      1321 |    6440   120667   348506 |    64778     1321     33 | 34.353 % |
3.79/4.08	c 4	|      2081 |    6440   120667   348506 |    71256     2081     39 | 34.353 % |
4.28/4.53	c 4	|      3221 |    6440   120667   348506 |    78381     3221     37 | 34.353 % |
4.47/4.72	c 5	===============================================================================
4.47/4.72	c 5	restarts              : 8
4.47/4.72	c 5	conflicts             : 3751           (2312 /sec)
4.47/4.72	c 5	decisions             : 5642           (0.87 % random) (3477 /sec)
4.47/4.72	c 5	propagations          : 2492009        (1535667 /sec)
4.47/4.72	c 5	conflict literals     : 132294         (20.05 % deleted)
4.47/4.72	c 5	Memory used           : 13.71 MB
4.47/4.72	c 5	CPU time              : 1.62275 s
4.47/4.72	c 5	
4.47/4.73	c 5	SATISFIABLE
4.47/4.73	c 5	FOUND: _COST <= 87
4.47/4.73	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.47/4.73	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.52/4.81	c 5	Decoding HOME/temp.out
4.52/4.93	c 5	OBJECTIVE _COST 87
4.52/4.93	o 87
4.52/4.93	v 792 792 792 792 16 792 86 254 554 652 44 282 100 366 394 554 666 484 394 680 470 680 540 778 736 142 58 296 44 394 44 282 142 792 16 554
4.52/4.93	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.52/4.94	c 5	OBJECTIVE BOUND: 0 <= _COST <= 87
4.52/4.94	c 5	SEARCHING: _COST <= 43
4.52/4.94	c 5	SOLVING HOME/temp.cnf
4.52/4.94	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.52/4.95	c 5	This is MiniSat 2.0 beta
4.52/4.95	c 5	WARNING: for repeatability, setting FPU to use double precision
4.52/4.95	c 5	============================[ Problem Statistics ]=============================
4.52/4.95	c 5	|                                                                             |
4.52/4.95	c 5	|  Number of variables:  9810                                                 |
4.52/4.95	c 5	|  Number of clauses:    291746                                               |
4.72/5.10	c 5	|  Parsing time:         0.13         s                                       |
4.72/5.20	c 5	============================[ Search Statistics ]==============================
4.72/5.20	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.72/5.20	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.72/5.20	c 5	===============================================================================
4.72/5.20	c 5	|         0 |    5784    82029   234516 |    27343        0    nan |  0.000 % |
4.72/5.30	c 5	|       101 |    5784    82029   234516 |    30077      101     34 | 41.040 % |
4.72/5.36	c 5	|       251 |    5784    82029   234516 |    33085      251     37 | 41.040 % |
5.16/5.43	c 5	|       476 |    5784    82029   234516 |    36393      476     36 | 41.040 % |
5.26/5.53	c 5	|       813 |    5784    82029   234516 |    40032      813     31 | 41.040 % |
5.45/5.72	c 6	|      1320 |    5784    82029   234516 |    44036     1320     30 | 41.040 % |
5.65/5.94	c 6	|      2080 |    5784    82029   234516 |    48439     2080     31 | 41.040 % |
6.04/6.37	c 6	|      3220 |    5784    82029   234516 |    53283     3220     31 | 41.040 % |
6.64/6.96	c 7	|      4928 |    5784    82029   234516 |    58612     4928     29 | 41.040 % |
7.73/8.02	c 8	|      7492 |    5784    82029   234516 |    64473     7492     31 | 41.040 % |
9.31/9.67	c 10	|     11336 |    5784    82029   234516 |    70920    11336     33 | 41.040 % |
12.29/12.67	c 13	|     17102 |    5784    82029   234516 |    78012    17102     33 | 41.040 % |
16.45/16.82	c 17	|     25751 |    5784    82029   234516 |    85814    25751     35 | 41.040 % |
23.48/23.95	c 24	|     38725 |    5784    82029   234516 |    94395    38725     40 | 41.040 % |
39.13/39.73	c 40	|     58187 |    5784    82029   234516 |   103834    58187     38 | 41.040 % |
70.92/71.87	c 72	|     87379 |    5784    82029   234516 |   114218    87379     36 | 41.040 % |
124.03/125.42	c 125	|    131170 |    5784    82029   234516 |   125640    26490     40 | 41.040 % |
207.04/209.28	c 209	|    196855 |    5784    82029   234516 |   138204    92175     48 | 41.040 % |
328.60/331.94	c 332	|    295382 |    5784    82029   234516 |   152024    63326     34 | 41.040 % |
528.81/534.06	c 534	|    443171 |    5784    82029   234516 |   167227    70221     30 | 41.040 % |
900.71/909.49	c 909	|    664857 |    5784    82029   234516 |   183950   136726     37 | 41.040 % |
1464.21/1478.26	c 1478	|    997385 |    5784    82029   234516 |   202345   126758     33 | 41.040 % |
1542.97/1557.73	c 1558	===============================================================================
1542.97/1557.74	c 1558	restarts              : 22
1542.97/1557.74	c 1558	conflicts             : 1047508        (681 /sec)
1542.97/1557.74	c 1558	decisions             : 1234955        (1.15 % random) (803 /sec)
1542.97/1557.74	c 1558	propagations          : 641122641      (416811 /sec)
1542.97/1557.74	c 1558	conflict literals     : 38127400       (31.73 % deleted)
1542.97/1557.74	c 1558	Memory used           : 51.27 MB
1542.97/1557.74	c 1558	CPU time              : 1538.16 s
1542.97/1557.74	c 1558	
1542.97/1557.74	c 1558	SATISFIABLE
1542.97/1557.75	c 1558	FOUND: _COST <= 43
1542.97/1557.75	c 1558	DECODING HOME/temp.out WITH HOME/temp.map
1542.97/1557.75	c 1558	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1543.04/1557.84	c 1558	Decoding HOME/temp.out
1543.04/1558.08	c 1558	OBJECTIVE _COST 43
1543.04/1558.08	o 43
1543.04/1558.08	v 16 254 16 254 792 498 722 484 100 338 764 526 708 540 414 156 86 324 792 142 352 114 268 30 428 666 778 540 764 526 764 792 666 428 16 254
1543.04/1558.11	c 1558	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1543.04/1558.13	c 1558	OBJECTIVE BOUND: 0 <= _COST <= 43
1543.04/1558.13	c 1558	SEARCHING: _COST <= 21
1543.04/1558.13	c 1558	SOLVING HOME/temp.cnf
1543.04/1558.13	c 1558	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1543.04/1558.13	c 1558	This is MiniSat 2.0 beta
1543.04/1558.13	c 1558	WARNING: for repeatability, setting FPU to use double precision
1543.04/1558.13	c 1558	============================[ Problem Statistics ]=============================
1543.04/1558.13	c 1558	|                                                                             |
1543.04/1558.13	c 1558	|  Number of variables:  9810                                                 |
1543.04/1558.13	c 1558	|  Number of clauses:    291746                                               |
1543.39/1558.29	c 1558	|  Parsing time:         0.14         s                                       |
1543.39/1558.39	c 1558	============================[ Search Statistics ]==============================
1543.39/1558.39	c 1558	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1543.39/1558.39	c 1558	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1543.39/1558.39	c 1558	===============================================================================
1543.39/1558.39	c 1558	|         0 |    5247    59530   168608 |    19843        0    nan |  0.000 % |
1543.39/1558.47	c 1558	|       100 |    5247    59530   168608 |    21827      100     24 | 46.514 % |
1543.39/1558.57	c 1559	|       251 |    5247    59530   168608 |    24010      251     24 | 46.514 % |
1543.84/1558.70	c 1559	|       477 |    5247    59530   168608 |    26411      477     27 | 46.514 % |
1544.03/1558.84	c 1559	|       814 |    5247    59530   168608 |    29052      814     25 | 46.514 % |
1544.23/1559.03	c 1559	|      1321 |    5247    59530   168608 |    31957     1321     23 | 46.514 % |
1544.43/1559.27	c 1559	|      2081 |    5247    59530   168608 |    35153     2081     23 | 46.514 % |
1544.83/1559.69	c 1560	|      3221 |    5247    59530   168608 |    38669     3221     23 | 46.514 % |
1545.42/1560.25	c 1560	|      4929 |    5247    59530   168608 |    42535     4929     25 | 46.514 % |
1546.51/1561.31	c 1561	|      7491 |    5247    59530   168608 |    46789     7491     27 | 46.514 % |
1548.20/1563.02	c 1563	|     11335 |    5247    59530   168608 |    51468    11335     26 | 46.514 % |
1551.07/1565.90	c 1566	|     17101 |    5247    59530   168608 |    56615    17101     30 | 46.514 % |
1555.92/1570.81	c 1571	|     25752 |    5247    59530   168608 |    62276    25752     32 | 46.514 % |
1565.14/1580.16	c 1580	|     38726 |    5247    59530   168608 |    68504    38726     29 | 46.514 % |
1580.89/1596.08	c 1596	|     58187 |    5247    59530   168608 |    75355    58187     31 | 46.514 % |
1608.83/1624.28	c 1624	|     87379 |    5247    59530   168608 |    82890    20617     27 | 46.514 % |
1647.17/1662.91	c 1663	|    131168 |    5247    59530   168608 |    91179    64406     26 | 46.514 % |
1715.42/1731.89	c 1732	|    196854 |    5247    59530   168608 |   100297    47658     33 | 46.514 % |
1811.62/1828.91	c 1829	|    295383 |    5247    59530   168608 |   110327    57474     36 | 46.514 % |
1971.71/1990.50	c 1990	|    443172 |    5247    59530   168608 |   121360   106543     27 | 46.514 % |
2220.85/2240.48	c 2240	|    664858 |    5247    59530   168608 |   133496   107235     32 | 46.514 % |
2620.51/2640.22	c 2640	|    997383 |    5247    59530   168608 |   146845    76766     36 | 46.514 % |
3246.27/3266.25	c 3266	|   1496171 |    5247    59530   168608 |   161530    38258     29 | 46.514 % |
3600.05/3620.12	c ERROR unknown output  in HOME/temp.out
3600.05/3620.12	c 3620	CPU 1542.98 (0.05 0.01 1542.93 0.42)
3600.05/3620.12	c 3620	END Sun Jul 13 00:15:15 2008

Verifier Data (download as text)

OK	35	404
35 unsatisfied constraints, 404 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-1114156-1215897295/watcher-1114156-1215897295 -o /tmp/evaluation-result-1114156-1215897295/solver-1114156-1215897295 -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-1114156-1215897295.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18598
/proc/meminfo: memFree=1719544/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=18572 CPUtime=0
/proc/18598/stat : 18598 (runsolver) D 18596 18598 18471 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 46431422 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 269028486439 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18598/statm: 4643 292 257 25 0 2626 0

[startup+0.051885 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18598
/proc/meminfo: memFree=1719544/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=12272 CPUtime=0
/proc/18598/stat : 18598 (sugar) D 18596 18598 18471 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 46431422 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18598/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101887 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18598
/proc/meminfo: memFree=1719544/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=12412 CPUtime=0
/proc/18598/stat : 18598 (sugar) D 18596 18598 18471 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 46431422 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18598/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301909 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18598
/proc/meminfo: memFree=1719544/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13600 CPUtime=0.03
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 46431422 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701939 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18598
/proc/meminfo: memFree=1719544/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13600 CPUtime=0.49
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 957 4526 0 1 3 0 43 3 16 0 1 0 46431422 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.503 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 18620
/proc/meminfo: memFree=1710688/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13600 CPUtime=0.49
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 974 4526 0 1 3 0 43 3 15 0 1 0 46431422 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3400 797 370 3 0 500 0
[pid=18611] ppid=18598 vsize=5356 CPUtime=0
/proc/18611/stat : 18611 (sh) S 18598 18598 18471 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46431484 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18611/statm: 1339 233 193 169 0 50 0
[pid=18612] ppid=18611 vsize=868252 CPUtime=0.85
/proc/18612/stat : 18612 (java) S 18611 18598 18471 0 -1 0 5017 0 1 0 82 3 0 0 18 0 9 0 46431484 889090048 4427 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18612/statm: 217063 4427 1730 9 0 211638 0
[pid=18612/tid=18613] ppid=18611 vsize=868252 CPUtime=0.64
/proc/18612/task/18613/stat : 18613 (java) R 18611 18598 18471 0 -1 64 2660 0 1 0 63 1 0 0 22 0 9 0 46431485 889090048 4427 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18612/tid=18614] ppid=18611 vsize=868252 CPUtime=0.02
/proc/18612/task/18614/stat : 18614 (java) S 18611 18598 18471 0 -1 64 236 0 0 0 2 0 0 0 16 0 9 0 46431486 889090048 4427 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18612/tid=18615] ppid=18611 vsize=868252 CPUtime=0
/proc/18612/task/18615/stat : 18615 (java) S 18611 18598 18471 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 46431487 889090048 4427 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18612/tid=18616] ppid=18611 vsize=868252 CPUtime=0
/proc/18612/task/18616/stat : 18616 (java) S 18611 18598 18471 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 46431487 889090048 4427 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18612/tid=18617] ppid=18611 vsize=868252 CPUtime=0
/proc/18612/task/18617/stat : 18617 (java) S 18611 18598 18471 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46431489 889090048 4427 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18612/tid=18618] ppid=18611 vsize=868252 CPUtime=0.15
/proc/18612/task/18618/stat : 18618 (java) R 18611 18598 18471 0 -1 64 1430 0 0 0 15 0 0 0 16 0 9 0 46431489 889090048 4427 996147200 134512640 134550740 4294955936 18446744073709551615 13053986 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18612/tid=18619] ppid=18611 vsize=868252 CPUtime=0
/proc/18612/task/18619/stat : 18619 (java) S 18611 18598 18471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46431489 889090048 4427 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18612/tid=18620] ppid=18611 vsize=868252 CPUtime=0
/proc/18612/task/18620/stat : 18620 (java) S 18611 18598 18471 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46431489 889090048 4427 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 887208

[startup+3.10213 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18620
/proc/meminfo: memFree=1702752/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=2.87
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1183 19042 1 3 4 1 263 19 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 13732

[startup+6.30139 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18646
/proc/meminfo: memFree=1697952/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=4.72
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1295 26624 1 4 4 1 443 24 15 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18645] ppid=18598 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46431916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18645/statm: 1339 232 193 169 0 50 0
[pid=18646] ppid=18645 vsize=14036 CPUtime=1.32
/proc/18646/stat : 18646 (minisat) R 18645 18598 18471 0 -1 4194304 3390 0 0 0 130 2 0 0 25 0 1 0 46431917 14372864 3376 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18646/statm: 3509 3376 76 150 0 3356 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 33124

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18646
/proc/meminfo: memFree=1697888/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=4.72
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1295 26624 1 4 4 1 443 24 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18645] ppid=18598 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46431916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18645/statm: 1339 232 193 169 0 50 0
[pid=18646] ppid=18645 vsize=14180 CPUtime=7.67
/proc/18646/stat : 18646 (minisat) R 18645 18598 18471 0 -1 4194304 3408 0 0 0 765 2 0 0 25 0 1 0 46431917 14520320 3394 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/18646/statm: 3545 3394 76 150 0 3392 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 33268

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18646
/proc/meminfo: memFree=1695264/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=4.72
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1295 26624 1 4 4 1 443 24 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18645] ppid=18598 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46431916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18645/statm: 1339 232 193 169 0 50 0
[pid=18646] ppid=18645 vsize=17220 CPUtime=20.34
/proc/18646/stat : 18646 (minisat) R 18645 18598 18471 0 -1 4194304 4177 0 0 0 2031 3 0 0 25 0 1 0 46431917 17633280 4163 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/18646/statm: 4305 4163 76 150 0 4152 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 36308

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18646
/proc/meminfo: memFree=1690400/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=4.72
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1295 26624 1 4 4 1 443 24 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18645] ppid=18598 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46431916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18645/statm: 1339 232 193 169 0 50 0
[pid=18646] ppid=18645 vsize=22336 CPUtime=45.7
/proc/18646/stat : 18646 (minisat) R 18645 18598 18471 0 -1 4194304 5416 0 0 0 4565 5 0 0 25 0 1 0 46431917 22872064 5402 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18646/statm: 5584 5402 76 150 0 5431 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 41424

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18646
/proc/meminfo: memFree=1682336/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=4.72
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1295 26624 1 4 4 1 443 24 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18645] ppid=18598 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46431916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18645/statm: 1339 232 193 169 0 50 0
[pid=18646] ppid=18645 vsize=30080 CPUtime=96.42
/proc/18646/stat : 18646 (minisat) R 18645 18598 18471 0 -1 4194304 7343 0 0 0 9636 6 0 0 25 0 1 0 46431917 30801920 7329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18646/statm: 7520 7329 76 150 0 7367 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 49168

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18646
/proc/meminfo: memFree=1680352/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=4.72
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1295 26624 1 4 4 1 443 24 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18645] ppid=18598 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46431916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18645/statm: 1339 232 193 169 0 50 0
[pid=18646] ppid=18645 vsize=31824 CPUtime=155.86
/proc/18646/stat : 18646 (minisat) R 18645 18598 18471 0 -1 4194304 7808 0 0 0 15579 7 0 0 25 0 1 0 46431917 32587776 7794 996147200 134512640 135127466 4294956256 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 1 0 0
/proc/18646/statm: 7956 7794 76 150 0 7803 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 50912

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18648
/proc/meminfo: memFree=1677728/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=4.72
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1295 26624 1 4 4 1 443 24 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18645] ppid=18598 vsize=5356 CPUtime=0
/proc/18645/stat : 18645 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46431916 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18645/statm: 1339 232 193 169 0 50 0
[pid=18646] ppid=18645 vsize=34416 CPUtime=215.3
/proc/18646/stat : 18646 (minisat) R 18645 18598 18471 0 -1 4194304 8437 0 0 0 21522 8 0 0 25 0 1 0 46431917 35241984 8423 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/18646/statm: 8604 8423 76 150 0 8451 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (KiB) 53504

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

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18978
/proc/meminfo: memFree=1859432/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=1543.4
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1408 43618 1 5 5 1 154292 42 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18659] ppid=18598 vsize=5356 CPUtime=0
/proc/18659/stat : 18659 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46587235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18659/statm: 1339 232 193 169 0 50 0
[pid=18660] ppid=18659 vsize=44184 CPUtime=1599
/proc/18660/stat : 18660 (minisat) R 18659 18598 18471 0 -1 4194304 10670 0 0 0 159882 18 0 0 25 0 1 0 46587235 45244416 10647 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18660/statm: 11046 10647 75 150 0 10893 0
Current children cumulated CPU time (s) 3142.4
Current children cumulated vsize (KiB) 63272

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18978
/proc/meminfo: memFree=1859304/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=1543.4
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1408 43618 1 5 5 1 154292 42 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18659] ppid=18598 vsize=5356 CPUtime=0
/proc/18659/stat : 18659 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46587235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18659/statm: 1339 232 193 169 0 50 0
[pid=18660] ppid=18659 vsize=44324 CPUtime=1658.98
/proc/18660/stat : 18660 (minisat) R 18659 18598 18471 0 -1 4194304 10695 0 0 0 165880 18 0 0 25 0 1 0 46587235 45387776 10672 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18660/statm: 11081 10672 75 150 0 10928 0
Current children cumulated CPU time (s) 3202.38
Current children cumulated vsize (KiB) 63412

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18978
/proc/meminfo: memFree=1859112/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=1543.4
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1408 43618 1 5 5 1 154292 42 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18659] ppid=18598 vsize=5356 CPUtime=0
/proc/18659/stat : 18659 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46587235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18659/statm: 1339 232 193 169 0 50 0
[pid=18660] ppid=18659 vsize=44324 CPUtime=1718.97
/proc/18660/stat : 18660 (minisat) R 18659 18598 18471 0 -1 4194304 10719 0 0 0 171878 19 0 0 25 0 1 0 46587235 45387776 10696 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18660/statm: 11081 10696 75 150 0 10928 0
Current children cumulated CPU time (s) 3262.37
Current children cumulated vsize (KiB) 63412

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18978
/proc/meminfo: memFree=1859048/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=1543.4
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1408 43618 1 5 5 1 154292 42 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18659] ppid=18598 vsize=5356 CPUtime=0
/proc/18659/stat : 18659 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46587235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18659/statm: 1339 232 193 169 0 50 0
[pid=18660] ppid=18659 vsize=44324 CPUtime=1778.94
/proc/18660/stat : 18660 (minisat) R 18659 18598 18471 0 -1 4194304 10719 0 0 0 177875 19 0 0 25 0 1 0 46587235 45387776 10696 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18660/statm: 11081 10696 75 150 0 10928 0
Current children cumulated CPU time (s) 3322.34
Current children cumulated vsize (KiB) 63412

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18978
/proc/meminfo: memFree=1858984/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=1543.4
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1408 43618 1 5 5 1 154292 42 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18659] ppid=18598 vsize=5356 CPUtime=0
/proc/18659/stat : 18659 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46587235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18659/statm: 1339 232 193 169 0 50 0
[pid=18660] ppid=18659 vsize=44324 CPUtime=1838.93
/proc/18660/stat : 18660 (minisat) R 18659 18598 18471 0 -1 4194304 10720 0 0 0 183874 19 0 0 25 0 1 0 46587235 45387776 10697 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 0 0 0
/proc/18660/statm: 11081 10697 75 150 0 10928 0
Current children cumulated CPU time (s) 3382.33
Current children cumulated vsize (KiB) 63412

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18978
/proc/meminfo: memFree=1857512/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=1543.4
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1408 43618 1 5 5 1 154292 42 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18659] ppid=18598 vsize=5356 CPUtime=0
/proc/18659/stat : 18659 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46587235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18659/statm: 1339 232 193 169 0 50 0
[pid=18660] ppid=18659 vsize=45828 CPUtime=1898.9
/proc/18660/stat : 18660 (minisat) R 18659 18598 18471 0 -1 4194304 11074 0 0 0 189870 20 0 0 25 0 1 0 46587235 46927872 11051 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18660/statm: 11457 11051 75 150 0 11304 0
Current children cumulated CPU time (s) 3442.3
Current children cumulated vsize (KiB) 64916

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18978
/proc/meminfo: memFree=1857384/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=1543.4
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1408 43618 1 5 5 1 154292 42 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18659] ppid=18598 vsize=5356 CPUtime=0
/proc/18659/stat : 18659 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46587235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18659/statm: 1339 232 193 169 0 50 0
[pid=18660] ppid=18659 vsize=45828 CPUtime=1958.88
/proc/18660/stat : 18660 (minisat) R 18659 18598 18471 0 -1 4194304 11103 0 0 0 195868 20 0 0 25 0 1 0 46587235 46927872 11080 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18660/statm: 11457 11080 75 150 0 11304 0
Current children cumulated CPU time (s) 3502.28
Current children cumulated vsize (KiB) 64916

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18978
/proc/meminfo: memFree=1857192/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=1543.4
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1408 43618 1 5 5 1 154292 42 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18659] ppid=18598 vsize=5356 CPUtime=0
/proc/18659/stat : 18659 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46587235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18659/statm: 1339 232 193 169 0 50 0
[pid=18660] ppid=18659 vsize=45988 CPUtime=2018.86
/proc/18660/stat : 18660 (minisat) R 18659 18598 18471 0 -1 4194304 11129 0 0 0 201866 20 0 0 25 0 1 0 46587235 47091712 11106 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18660/statm: 11497 11106 75 150 0 11344 0
Current children cumulated CPU time (s) 3562.26
Current children cumulated vsize (KiB) 65076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18978
/proc/meminfo: memFree=1857064/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=1543.4
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1408 43618 1 5 5 1 154292 42 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18659] ppid=18598 vsize=5356 CPUtime=0
/proc/18659/stat : 18659 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46587235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18659/statm: 1339 232 193 169 0 50 0
[pid=18660] ppid=18659 vsize=46160 CPUtime=2056.65
/proc/18660/stat : 18660 (minisat) R 18659 18598 18471 0 -1 4194304 11154 0 0 0 205645 20 0 0 25 0 1 0 46587235 47267840 11131 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18660/statm: 11540 11131 75 150 0 11387 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 65248

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+3620.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18978
/proc/meminfo: memFree=1857064/2055920 swapFree=4181272/4192956
[pid=18598] ppid=18596 vsize=13732 CPUtime=1543.4
/proc/18598/stat : 18598 (sugar) S 18596 18598 18471 0 -1 4194304 1408 43618 1 5 5 1 154292 42 16 0 1 0 46431422 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18598/statm: 3433 815 374 3 0 533 0
[pid=18659] ppid=18598 vsize=5356 CPUtime=0
/proc/18659/stat : 18659 (sh) S 18598 18598 18471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46587235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18659/statm: 1339 232 193 169 0 50 0
[pid=18660] ppid=18659 vsize=46160 CPUtime=2056.65
/proc/18660/stat : 18660 (minisat) R 18659 18598 18471 0 -1 4194304 11154 0 0 0 205645 20 0 0 25 0 1 0 46587235 47267840 11131 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18660/statm: 11540 11131 75 150 0 11387 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 65248

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18598 and gives
#  childrusage.ru_utime.tv_sec=1542
#  childrusage.ru_utime.tv_usec=983430
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=440932
# CPU time returned by wait4() is 1543.42
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3620.12
CPU time (s): 3600.05
CPU user time (s): 3599.42
CPU system time (s): 0.63
CPU usage (%): 99.4455
Max. virtual memory (cumulated for all children) (KiB): 887320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1542.98
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45371
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4026
involuntary context switches= 37206

runsolver used 4.28035 second user time and 10.8763 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-12 23:14:55
IDJOB=1114156
IDBENCH=61697
IDSOLVER=368
FILE ID=node26/1114156-1215897295
PBS_JOBID= 7903701
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/subs/normalized-scen06-sub3.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-1114156-1215897295/watcher-1114156-1215897295 -o /tmp/evaluation-result-1114156-1215897295/solver-1114156-1215897295 -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-1114156-1215897295.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f97d89a87806ee47bc302d0f50d1e2a6
RANDOM SEED=873243866

node26.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.213
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.213
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:       1720024 kB
Buffers:         10436 kB
Cached:          53640 kB
SwapCached:       5216 kB
Active:         256480 kB
Inactive:        28700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720024 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            1348 kB
Writeback:           0 kB
Mapped:         237472 kB
Slab:            35564 kB
Committed_AS:   529120 kB
PageTables:       2212 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= 66468 MiB
End job on node26 at 2008-07-13 00:15:15