Trace number 1109105

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)4 3600.09 3601.01

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-8.xml
MD5SUM26123929065b998fd314418eb7267e98
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints143
Maximum constraint arity66
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63
Global constraints used (with number of constraints)alldifferent(16),element(64)

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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 19:46:29 2008
0.00/0.07	c 0	PID 12670
0.00/0.07	c 0	HOST node20.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1109105-1215798389.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109105-1215798389.xml' 'HOME/temp.csp'
0.06/0.29	c 0	38 domains, 200 variables, 8 predicates, 0 relations, 143 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.36/0.41	c 0	Parsing HOME/temp.csp
0.36/0.50	c 0	parsed 389 expressions
0.36/0.50	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.51	c 0	MAX CSP: 143 constraints
0.36/0.51	c 0	Converting to clausal form CSP
0.36/0.53	c 0	converted 54 (10%) expressions
0.36/0.53	c 0	converted 107 (20%) expressions
0.36/0.53	c 0	converted 161 (30%) expressions
0.36/0.54	c 0	converted 214 (40%) expressions
0.36/0.55	c 0	converted 268 (50%) expressions
0.36/0.57	c 0	converted 321 (60%) expressions
0.36/0.59	c 0	converted 375 (70%) expressions
0.36/0.70	c 0	converted 428 (80%) expressions
0.36/0.81	c 1	converted 482 (90%) expressions
0.36/0.94	c 1	converted 535 (100%) expressions
0.36/0.94	c 1	CSP : 486 integers, 2574 booleans, 9809 clauses, largest domain size 215
0.36/0.94	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.94	c 1	Propagation in CSP
1.18/1.03	c 1	138 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.18/1.03	c 1	CSP : 486 integers, 2574 booleans, 9809 clauses, largest domain size 144
1.18/1.03	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/1.04	c 1	Simplifing CSP by introducing new Boolean variables
1.18/1.10	c 1	CSP : 486 integers, 3246 booleans, 10481 clauses, largest domain size 144
1.18/1.10	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.15	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.29/1.17	c 1	49 (10%) CSP integer variables are encoded (172 clauses, 1782 bytes)
1.29/1.18	c 1	98 (20%) CSP integer variables are encoded (1319 clauses, 15174 bytes)
1.29/1.18	c 1	146 (30%) CSP integer variables are encoded (2910 clauses, 35857 bytes)
1.29/1.18	c 1	195 (40%) CSP integer variables are encoded (4446 clauses, 55825 bytes)
1.29/1.18	c 1	243 (50%) CSP integer variables are encoded (4625 clauses, 58152 bytes)
1.29/1.18	c 1	292 (60%) CSP integer variables are encoded (4625 clauses, 58152 bytes)
1.29/1.18	c 1	341 (70%) CSP integer variables are encoded (4625 clauses, 58152 bytes)
1.29/1.18	c 1	389 (80%) CSP integer variables are encoded (4944 clauses, 62299 bytes)
1.29/1.18	c 1	438 (90%) CSP integer variables are encoded (5213 clauses, 65796 bytes)
1.29/1.19	c 1	486 (100%) CSP integer variables are encoded (6377 clauses, 80928 bytes)
1.39/1.26	c 1	1049 (10%) CSP clauses are encoded (14563 clauses, 230295 bytes)
1.39/1.28	c 1	2097 (20%) CSP clauses are encoded (16198 clauses, 259590 bytes)
1.52/1.30	c 1	3145 (30%) CSP clauses are encoded (17246 clauses, 280650 bytes)
1.52/1.31	c 1	4193 (40%) CSP clauses are encoded (18294 clauses, 301573 bytes)
1.52/1.32	c 1	5241 (50%) CSP clauses are encoded (19342 clauses, 322457 bytes)
1.52/1.34	c 1	6289 (60%) CSP clauses are encoded (20390 clauses, 343338 bytes)
1.52/1.35	c 1	7337 (70%) CSP clauses are encoded (21438 clauses, 364231 bytes)
1.52/1.36	c 1	8385 (80%) CSP clauses are encoded (22486 clauses, 385149 bytes)
1.52/1.38	c 1	9433 (90%) CSP clauses are encoded (23534 clauses, 406261 bytes)
1.63/1.44	c 1	10481 (100%) CSP clauses are encoded (53291 clauses, 938749 bytes)
1.63/1.44	c 1	10481 CSP clauses encoded
1.63/1.44	c 1	Writing map file : HOME/temp.map
1.63/1.45	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.45	c 1	SAT : 10037 SAT variables, 53291 SAT clauses, 938749 bytes
1.63/1.45	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.49	c 1	OBJECTIVE minimize _COST
1.63/1.49	c 1	SOLVING HOME/temp.cnf
1.63/1.49	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.63/1.49	c 1	This is MiniSat 2.0 beta incremental
1.63/1.49	c 1	WARNING: for repeatability, setting FPU to use double precision
1.63/1.49	c 1	============================[ Problem Statistics ]=============================
1.63/1.49	c 1	|                                                                             |
1.63/1.49	c 1	|  Number of variables:  10037                                                |
1.63/1.49	c 1	|  Number of clauses:    53291                                                |
1.70/1.52	c 1	|  Parsing time:         0.02         s                                       |
1.70/1.52	c 1	OK
1.70/1.52	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.70/1.52	c 1	SEARCHING: _COST <= 72
1.70/1.52	c 1	============================[ Search Statistics ]==============================
1.70/1.52	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.70/1.52	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.70/1.52	c 1	===============================================================================
1.70/1.52	c 1	|         0 |   10037    53291   155302 |    17763        0    nan |  0.000 % |
1.70/1.53	c 1	===============================================================================
1.70/1.53	c 1	restarts              : 1
1.70/1.53	c 1	conflicts             : 3             (91 /sec)
1.70/1.53	c 1	decisions             : 2716          (1.18 % random) (82318 /sec)
1.70/1.53	c 1	propagations          : 10825          (328090 /sec)
1.70/1.53	c 1	conflict literals     : 46             (2.13 % deleted)
1.70/1.53	c 1	Memory used           : 4.65 MB
1.70/1.53	c 1	CPU time              : 0.032994 s
1.70/1.53	c 1	
1.70/1.53	c 1	SATISFIABLE
1.70/1.53	c 1	OK
1.70/1.53	c 1	FOUND: _COST <= 72
1.70/1.53	s SATISFIABLE
1.70/1.53	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.70/1.53	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.70/1.60	c 1	Decoding HOME/temp.out
1.70/1.66	c 1	OBJECTIVE _COST 53
1.70/1.66	o 53
1.70/1.67	v 1 5 5 5 3 7 8 6 8 2 1 8 1 8 1 7 2 6 3 5 1 8 8 7 3 8 1 4 1 8 8 3 8 3 4 2 5 8 2 2 2 8 8 8 8 6 8 4 6 6 4 6 8 1 7 4 7 5 7 7 1 7 6 8 57 54 1 61 1 13 1 21 1 61 1 15 1 48 1 54 1 40 2 57 10 2 41 2 41 2 17 2 64 2 41 2 39 2 34 3 6 3 57 19 3 5 3 25 3 64 3 32 3 19 3 35 4 64 4 28 4 57 28 4 48 4 64 4 48 4 56 4 24 5 3 5 4 5 2 5 57 37 5 37 5 58 5 2 5 64 6 64 6 64 6 64 6 63 6 57 46 6 8 6 52 6 62 7 64 7 60 7 62 7 16 7 57 7 57 55 7 62 7 47 8 53 8 55 8 23 8 64 8 31 8 30 8 57 64 8
1.70/1.67	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.70/1.68	c 1	OK
1.70/1.68	c 1	OBJECTIVE BOUND: 0 <= _COST <= 53
1.70/1.68	c 1	SEARCHING: _COST <= 26
1.70/1.68	c 1	============================[ Search Statistics ]==============================
1.70/1.68	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.70/1.68	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.70/1.68	c 1	===============================================================================
1.70/1.68	c 1	|         3 |   10037    53291   155302 |    17763        3     15 |  0.000 % |
1.70/1.69	c 1	===============================================================================
1.70/1.69	c 1	restarts              : 2
1.70/1.69	c 1	conflicts             : 16            (372 /sec)
1.70/1.69	c 1	decisions             : 4106          (1.05 % random) (95504 /sec)
1.70/1.69	c 1	propagations          : 28657          (666550 /sec)
1.70/1.69	c 1	conflict literals     : 339            (3.97 % deleted)
1.70/1.69	c 1	Memory used           : 4.65 MB
1.70/1.69	c 1	CPU time              : 0.042993 s
1.70/1.69	c 1	
1.70/1.69	c 1	SATISFIABLE
1.70/1.69	c 1	OK
1.70/1.69	c 1	FOUND: _COST <= 26
1.70/1.69	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.70/1.69	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.88/1.76	c 2	Decoding HOME/temp.out
1.88/1.82	c 2	OBJECTIVE _COST 26
1.88/1.82	o 26
1.88/1.83	v 1 7 8 3 2 5 6 4 4 2 8 7 8 7 6 5 6 6 3 6 1 1 4 5 7 8 5 4 3 8 1 2 8 4 6 8 5 3 2 6 3 5 7 1 4 6 8 1 3 3 1 2 6 8 7 4 6 1 4 5 7 3 6 8 57 51 1 31 1 48 1 51 1 58 1 21 1 22 1 44 1 52 2 57 10 2 52 2 64 2 32 2 39 2 39 2 5 2 62 3 62 3 57 19 3 38 3 41 3 49 3 4 3 29 3 23 4 56 4 45 4 57 56 4 59 4 8 4 9 4 34 4 16 5 60 5 6 5 24 5 57 37 5 27 5 42 5 64 5 35 6 53 6 7 6 57 6 20 6 57 46 6 64 6 17 6 43 7 43 7 25 7 2 7 14 7 61 7 57 55 7 64 7 30 8 33 8 36 8 13 8 47 8 3 8 30 8 57 64 8
1.88/1.83	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.88/1.84	c 2	OK
1.88/1.84	c 2	OBJECTIVE BOUND: 0 <= _COST <= 26
1.88/1.84	c 2	SEARCHING: _COST <= 13
1.88/1.84	c 2	============================[ Search Statistics ]==============================
1.88/1.84	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.88/1.84	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.88/1.84	c 2	===============================================================================
1.88/1.84	c 2	|        16 |    9298    53291   155302 |    17763       16     21 |  0.000 % |
1.88/1.87	c 2	|       117 |    9298    53291   155302 |    19540      117     24 | 10.083 % |
1.88/1.89	c 2	|       267 |    9298    53291   155302 |    21494      267     24 | 10.083 % |
2.06/1.95	c 2	|       492 |    9025    32740    96568 |    23643      492     24 | 10.083 % |
2.06/2.02	c 2	|       829 |    9025    32740    96568 |    26007      829     31 | 10.083 % |
2.36/2.14	c 2	|      1336 |    9025    32740    96568 |    28608     1336     35 | 10.083 % |
2.55/2.36	c 2	|      2097 |    9025    32740    96568 |    31469     2097     38 | 10.083 % |
2.85/2.69	c 2	|      3236 |    9025    32740    96568 |    34616     3236     42 | 10.083 % |
3.45/3.28	c 3	|      4944 |    9025    32740    96568 |    38077     4944     50 | 10.083 % |
4.25/4.07	c 4	|      7507 |    9025    32740    96568 |    41885     7507     51 | 10.083 % |
4.35/4.10	c 4	===============================================================================
4.35/4.10	c 4	restarts              : 12
4.35/4.10	c 4	conflicts             : 7614          (3317 /sec)
4.35/4.10	c 4	decisions             : 15109         (1.02 % random) (6582 /sec)
4.35/4.10	c 4	propagations          : 7472880        (3255233 /sec)
4.35/4.10	c 4	conflict literals     : 384283         (12.44 % deleted)
4.35/4.10	c 4	Memory used           : 6.07 MB
4.35/4.10	c 4	CPU time              : 2.29565 s
4.35/4.10	c 4	
4.35/4.10	c 4	SATISFIABLE
4.35/4.11	c 4	OK
4.35/4.11	c 4	FOUND: _COST <= 13
4.35/4.11	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.35/4.11	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.35/4.18	c 4	Decoding HOME/temp.out
4.35/4.24	c 4	OBJECTIVE _COST 13
4.35/4.24	o 13
4.35/4.25	v 1 4 2 5 7 5 6 5 5 2 8 7 6 1 4 3 8 5 3 6 1 4 2 7 7 3 7 4 2 7 3 6 8 8 6 1 5 8 4 2 3 7 8 2 1 6 4 5 2 6 4 8 1 3 7 5 6 1 4 3 3 2 1 8 57 53 1 36 1 58 1 53 1 63 1 21 1 14 1 45 1 29 2 57 10 2 40 2 23 2 62 2 49 2 44 2 3 2 16 3 61 3 57 19 3 54 3 41 3 60 3 26 3 64 3 39 4 51 4 47 4 57 28 4 2 4 15 4 59 4 22 4 56 5 64 5 6 5 9 5 57 37 5 8 5 4 5 18 5 35 6 7 6 32 6 50 6 57 6 57 46 6 20 6 13 6 42 7 30 7 12 7 24 7 25 7 27 7 57 55 7 5 7 38 8 17 8 52 8 43 8 11 8 34 8 33 8 57 64 8
4.35/4.25	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.35/4.26	c 4	OK
4.35/4.26	c 4	OBJECTIVE BOUND: 0 <= _COST <= 13
4.35/4.26	c 4	SEARCHING: _COST <= 6
4.35/4.27	c 4	============================[ Search Statistics ]==============================
4.35/4.27	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.35/4.27	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.35/4.27	c 4	===============================================================================
4.35/4.27	c 4	|      7614 |    8834    28582    84654 |     9527     7614     50 | 10.083 % |
4.58/4.30	c 4	|      7714 |    8834    28582    84654 |    10480     7714     50 | 11.986 % |
4.58/4.35	c 4	|      7866 |    8834    28582    84654 |    11528     7866     50 | 11.986 % |
4.68/4.43	c 4	|      8091 |    8834    28582    84654 |    12680     8091     50 | 11.986 % |
4.77/4.54	c 4	|      8428 |    8834    28582    84654 |    13948     8428     50 | 11.986 % |
4.97/4.76	c 5	|      8934 |    8834    28582    84654 |    15343     8934     50 | 11.986 % |
5.27/5.08	c 5	|      9695 |    8834    28582    84654 |    16878     9695     50 | 11.986 % |
6.07/5.83	c 6	|     10834 |    8834    28582    84654 |    18566    10834     52 | 11.986 % |
6.89/6.69	c 6	|     12543 |    8834    28582    84654 |    20422    12543     54 | 11.986 % |
8.38/8.17	c 8	|     15105 |    8834    28582    84654 |    22464    15105     54 | 11.986 % |
10.77/10.52	c 10	|     18949 |    8834    28582    84654 |    24711    18949     56 | 11.986 % |
15.77/15.58	c 15	|     24717 |    8834    28582    84654 |    27182    24717     59 | 11.986 % |
22.67/22.48	c 22	|     33366 |    8834    28582    84654 |    29900    15617     60 | 11.986 % |
32.76/32.57	c 32	|     46340 |    8834    28582    84654 |    32890    28591     65 | 11.986 % |
52.46/52.21	c 52	|     65801 |    8834    28582    84654 |    36180    24654     69 | 11.986 % |
61.76/61.51	c 61	===============================================================================
61.76/61.51	c 61	restarts              : 27
61.76/61.51	c 61	conflicts             : 74574         (1253 /sec)
61.76/61.51	c 61	decisions             : 91742         (1.08 % random) (1542 /sec)
61.76/61.51	c 61	propagations          : 99097217       (1665557 /sec)
61.76/61.51	c 61	conflict literals     : 5097084        (15.74 % deleted)
61.76/61.51	c 61	Memory used           : 15.36 MB
61.76/61.51	c 61	CPU time              : 59.498 s
61.76/61.51	c 61	
61.76/61.51	c 61	SATISFIABLE
61.76/61.51	c 61	OK
61.76/61.51	c 61	FOUND: _COST <= 6
61.76/61.51	c 61	DECODING HOME/temp.out WITH HOME/temp.map
61.76/61.51	c 61	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
61.76/61.59	c 61	Decoding HOME/temp.out
61.77/61.65	c 61	OBJECTIVE _COST 6
61.77/61.65	o 6
61.77/61.66	v 1 5 7 2 3 8 4 6 7 2 5 8 6 4 1 3 2 4 3 5 7 8 6 1 6 5 1 4 2 3 8 7 4 7 8 3 5 1 2 2 3 1 2 7 8 6 5 4 8 3 4 6 1 2 7 5 5 6 6 1 4 7 3 8 57 53 1 53 1 15 1 42 1 27 1 24 1 60 1 38 1 39 2 57 10 2 29 2 40 2 54 2 4 2 17 2 43 2 50 3 36 3 57 19 3 5 3 63 3 16 3 30 3 41 3 14 4 61 4 33 4 57 28 4 18 4 51 4 48 4 7 4 20 5 47 5 56 5 11 5 57 37 5 57 5 2 5 26 5 59 6 25 6 58 6 23 6 8 6 57 46 6 13 6 52 6 32 7 3 7 44 7 62 7 9 7 34 7 57 55 7 21 7 45 8 22 8 6 8 49 8 12 8 31 8 35 8 57 64 8
61.77/61.66	c 61	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
61.77/61.69	c 61	OK
61.77/61.69	c 61	OBJECTIVE BOUND: 0 <= _COST <= 6
61.77/61.69	c 61	SEARCHING: _COST <= 3
61.77/61.69	c 61	============================[ Search Statistics ]==============================
61.77/61.69	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
61.77/61.69	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
61.77/61.69	c 61	===============================================================================
61.77/61.69	c 61	|     74574 |    8656    25874    77057 |     8624    33427     71 | 11.986 % |
61.97/61.79	c 62	|     74674 |    8656    25874    77057 |     9487     7093     56 | 13.759 % |
62.07/61.86	c 62	|     74825 |    8656    25874    77057 |    10435     7244     55 | 13.759 % |
62.27/62.01	c 62	|     75050 |    8656    25874    77057 |    11479     7469     56 | 13.759 % |
62.37/62.17	c 62	|     75387 |    8656    25874    77057 |    12627     7806     56 | 13.759 % |
62.67/62.45	c 62	|     75893 |    8656    25874    77057 |    13890     8312     56 | 13.759 % |
63.17/62.93	c 63	|     76654 |    8656    25874    77057 |    15279     9073     57 | 13.759 % |
63.77/63.50	c 63	|     77794 |    8656    25874    77057 |    16807    10213     58 | 13.759 % |
64.57/64.38	c 64	|     79502 |    8656    25874    77057 |    18487    11921     58 | 13.759 % |
66.47/66.28	c 66	|     82065 |    8656    25874    77057 |    20336    14484     60 | 13.759 % |
69.47/69.22	c 69	|     85910 |    8656    25874    77057 |    22370    18329     63 | 13.759 % |
74.47/74.25	c 74	|     91676 |    8656    25874    77057 |    24607    24095     65 | 13.759 % |
83.06/82.83	c 83	|    100325 |    8656    25874    77057 |    27067    17905     64 | 13.759 % |
97.06/96.87	c 97	|    113301 |    8656    25874    77057 |    29774    30881     71 | 13.759 % |
119.55/119.36	c 119	|    132762 |    8656    25874    77057 |    32752    31110     74 | 13.759 % |
153.53/153.37	c 153	|    161954 |    8656    25874    77057 |    36027    16597     64 | 13.759 % |
210.41/210.20	c 210	|    205743 |    8656    25874    77057 |    39630    35752     79 | 13.759 % |
299.58/299.43	c 299	|    271427 |    8656    25874    77057 |    43593    19627     75 | 13.759 % |
442.63/442.53	c 442	|    369953 |    8656    25874    77057 |    47952    24463     82 | 13.759 % |
643.97/643.97	c 644	|    517745 |    8656    25874    77057 |    52747    32427     72 | 13.759 % |
991.75/991.87	c 992	|    739428 |    8656    25874    77057 |    58022    18856     66 | 13.759 % |
1500.27/1500.52	c 1500	|   1071953 |    8656    25874    77057 |    63824    44768     78 | 13.759 % |
2398.76/2399.34	c 2399	|   1570741 |    8656    25874    77057 |    70207    63815     69 | 13.759 % |
3399.61/3400.53	c 3400	|   2318923 |    8656    25874    77057 |    77227    52085     42 | 13.759 % |
3600.04/3601.01	c ERROR INTERRUPTED
3600.04/3601.01	c 3601	CPU 3599.69 (0.06 0.01 3599.63 0.36)
3600.04/3601.01	c 3601	END Fri Jul 11 20:46:30 2008

Verifier Data (download as text)

OK	4	139
4 unsatisfied constraints, 139 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-1109105-1215798389/watcher-1109105-1215798389 -o /tmp/evaluation-result-1109105-1215798389/solver-1109105-1215798389 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109105-1215798389.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: 0.97 0.98 1.24 3/64 12670
/proc/meminfo: memFree=1946304/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=12268 CPUtime=0
/proc/12670/stat : 12670 (sugar++) R 12668 12670 11448 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 36541077 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 273952766565 0 0 4224 0 0 0 0 17 0 0 0
/proc/12670/statm: 3067 316 241 3 0 167 0

[startup+0.0951479 s]
/proc/loadavg: 0.97 0.98 1.24 3/64 12670
/proc/meminfo: memFree=1946304/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16740 CPUtime=0.06
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 36541077 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12670/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101142 s]
/proc/loadavg: 0.97 0.98 1.24 3/64 12670
/proc/meminfo: memFree=1946304/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16740 CPUtime=0.06
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 36541077 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12670/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301189 s]
/proc/loadavg: 0.97 0.98 1.24 3/64 12670
/proc/meminfo: memFree=1946304/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16740 CPUtime=0.06
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1236 128 0 0 5 1 0 0 16 0 1 0 36541077 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12670/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701269 s]
/proc/loadavg: 0.97 0.98 1.24 3/64 12670
/proc/meminfo: memFree=1946304/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16740 CPUtime=0.36
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1296 4546 0 1 5 1 27 3 16 0 1 0 36541077 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12670/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16740

[startup+1.50243 s]
/proc/loadavg: 0.97 0.98 1.24 2/75 12692
/proc/meminfo: memFree=1924904/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16740 CPUtime=1.7
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1457 12922 0 2 5 1 155 9 16 0 1 0 36541077 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12670/statm: 4185 1114 413 3 0 764 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 16740

[startup+3.10174 s]
/proc/loadavg: 0.97 0.98 1.24 2/66 12713
/proc/meminfo: memFree=1938096/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.06
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1622 20711 0 4 6 1 185 14 15 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=5284 CPUtime=1.29
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 1239 0 0 0 129 0 0 0 25 0 1 0 36541226 5410816 1182 996147200 134512640 135134323 4294956192 18446744073709551615 134528348 0 0 4096 3 0 0 0 17 1 0 0
/proc/12693/statm: 1321 1182 79 151 0 1167 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 22156

[startup+6.30136 s]
/proc/loadavg: 0.97 0.98 1.24 2/66 12723
/proc/meminfo: memFree=1936176/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.24
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1692 24607 0 5 6 1 200 17 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=7280 CPUtime=4.34
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 1714 0 0 0 433 1 0 0 25 0 1 0 36541226 7454720 1655 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 1820 1655 79 151 0 1666 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 24152

[startup+12.7026 s]
/proc/loadavg: 0.98 0.98 1.23 2/66 12723
/proc/meminfo: memFree=1933104/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.24
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1692 24607 0 5 6 1 200 17 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=10136 CPUtime=10.73
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 2422 0 0 0 1072 1 0 0 25 0 1 0 36541226 10379264 2363 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 2534 2363 79 151 0 2380 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 27008

[startup+25.5011 s]
/proc/loadavg: 0.98 0.98 1.23 2/66 12723
/proc/meminfo: memFree=1930032/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.24
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1692 24607 0 5 6 1 200 17 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=12940 CPUtime=23.52
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 3129 0 0 0 2350 2 0 0 25 0 1 0 36541226 13250560 3070 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 3235 3070 79 151 0 3081 0
Current children cumulated CPU time (s) 25.76
Current children cumulated vsize (KiB) 29812

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 1.22 2/66 12723
/proc/meminfo: memFree=1927280/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.24
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1692 24607 0 5 6 1 200 17 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=15720 CPUtime=49.12
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 3828 0 0 0 4909 3 0 0 25 0 1 0 36541226 16097280 3769 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 3930 3769 79 151 0 3776 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (KiB) 32592

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 1.21 2/66 12733
/proc/meminfo: memFree=1926960/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=15852 CPUtime=100.15
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 3859 0 0 0 10011 4 0 0 25 0 1 0 36541226 16232448 3798 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 3963 3798 79 151 0 3809 0
Current children cumulated CPU time (s) 102.56
Current children cumulated vsize (KiB) 32724

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.19 2/66 12733
/proc/meminfo: memFree=1925488/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=17328 CPUtime=160.12
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 4238 0 0 0 16008 4 0 0 25 0 1 0 36541226 17743872 4177 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 4332 4177 79 151 0 4178 0
Current children cumulated CPU time (s) 162.53
Current children cumulated vsize (KiB) 34200

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.18 2/66 12733
/proc/meminfo: memFree=1922224/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=20576 CPUtime=220.11
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 5049 0 0 0 22006 5 0 0 25 0 1 0 36541226 21069824 4988 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 5144 4988 79 151 0 4990 0
Current children cumulated CPU time (s) 222.52
Current children cumulated vsize (KiB) 37448

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.16 2/66 12733
/proc/meminfo: memFree=1921968/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=20884 CPUtime=280.08
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 5092 0 0 0 28003 5 0 0 25 0 1 0 36541226 21385216 5031 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 5221 5031 79 151 0 5067 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 37756

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.15 2/66 12733
/proc/meminfo: memFree=1920560/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=22204 CPUtime=340.06
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 5438 0 0 0 34000 6 0 0 25 0 1 0 36541226 22736896 5377 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 5551 5377 79 151 0 5397 0
Current children cumulated CPU time (s) 342.47
Current children cumulated vsize (KiB) 39076

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.14 2/66 12733
/proc/meminfo: memFree=1919920/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=22864 CPUtime=400.04
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 5596 0 0 0 39998 6 0 0 25 0 1 0 36541226 23412736 5535 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 5716 5535 79 151 0 5562 0
Current children cumulated CPU time (s) 402.45
Current children cumulated vsize (KiB) 39736

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.13 2/66 12733
/proc/meminfo: memFree=1918448/2055920 swapFree=4181068/4192956

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

[pid=12693] ppid=12670 vsize=39716 CPUtime=2859.18
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9676 0 0 0 285905 13 0 0 25 0 1 0 36541226 40669184 9615 996147200 134512640 135134323 4294956192 18446744073709551615 134532039 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 9929 9615 79 151 0 9775 0
Current children cumulated CPU time (s) 2861.59
Current children cumulated vsize (KiB) 56588

[startup+2922.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1902192/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=39716 CPUtime=2919.17
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9677 0 0 0 291903 14 0 0 25 0 1 0 36541226 40669184 9616 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 9929 9616 79 151 0 9775 0
Current children cumulated CPU time (s) 2921.58
Current children cumulated vsize (KiB) 56588

[startup+2982.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1902000/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=39880 CPUtime=2979.15
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9706 0 0 0 297901 14 0 0 25 0 1 0 36541226 40837120 9645 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 9970 9645 79 151 0 9816 0
Current children cumulated CPU time (s) 2981.56
Current children cumulated vsize (KiB) 56752

[startup+3042.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1902000/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=39880 CPUtime=3039.12
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9706 0 0 0 303898 14 0 0 25 0 1 0 36541226 40837120 9645 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 9970 9645 79 151 0 9816 0
Current children cumulated CPU time (s) 3041.53
Current children cumulated vsize (KiB) 56752

[startup+3102.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1901936/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=40092 CPUtime=3099.1
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9748 0 0 0 309896 14 0 0 25 0 1 0 36541226 41054208 9687 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 10023 9687 79 151 0 9869 0
Current children cumulated CPU time (s) 3101.51
Current children cumulated vsize (KiB) 56964

[startup+3162.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1901936/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=40092 CPUtime=3159.08
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9749 0 0 0 315894 14 0 0 25 0 1 0 36541226 41054208 9688 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 10023 9688 79 151 0 9869 0
Current children cumulated CPU time (s) 3161.49
Current children cumulated vsize (KiB) 56964

[startup+3222.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1901808/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=40092 CPUtime=3219.05
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9774 0 0 0 321891 14 0 0 25 0 1 0 36541226 41054208 9713 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 10023 9713 79 151 0 9869 0
Current children cumulated CPU time (s) 3221.46
Current children cumulated vsize (KiB) 56964

[startup+3282.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1901744/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=40092 CPUtime=3279.05
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9774 0 0 0 327890 15 0 0 25 0 1 0 36541226 41054208 9713 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 10023 9713 79 151 0 9869 0
Current children cumulated CPU time (s) 3281.46
Current children cumulated vsize (KiB) 56964

[startup+3342.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1901552/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=40380 CPUtime=3339.02
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9820 0 0 0 333887 15 0 0 25 0 1 0 36541226 41349120 9759 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 10095 9759 79 151 0 9941 0
Current children cumulated CPU time (s) 3341.43
Current children cumulated vsize (KiB) 57252

[startup+3402.31 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1901488/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=40380 CPUtime=3399
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9827 0 0 0 339885 15 0 0 25 0 1 0 36541226 41349120 9766 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 10095 9766 79 151 0 9941 0
Current children cumulated CPU time (s) 3401.41
Current children cumulated vsize (KiB) 57252

[startup+3462.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1901296/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=40380 CPUtime=3458.98
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9834 0 0 0 345883 15 0 0 25 0 1 0 36541226 41349120 9773 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 10095 9773 79 151 0 9941 0
Current children cumulated CPU time (s) 3461.39
Current children cumulated vsize (KiB) 57252

[startup+3522.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1901296/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=40380 CPUtime=3518.96
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 9834 0 0 0 351881 15 0 0 25 0 1 0 36541226 41349120 9773 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 10095 9773 79 151 0 9941 0
Current children cumulated CPU time (s) 3521.37
Current children cumulated vsize (KiB) 57252

[startup+3582.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1900336/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=41316 CPUtime=3578.93
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 10070 0 0 0 357878 15 0 0 25 0 1 0 36541226 42307584 10009 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 10329 10009 79 151 0 10175 0
Current children cumulated CPU time (s) 3581.34
Current children cumulated vsize (KiB) 58188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 12741
/proc/meminfo: memFree=1900336/2055920 swapFree=4181068/4192956
[pid=12670] ppid=12668 vsize=16872 CPUtime=2.41
/proc/12670/stat : 12670 (sugar++) S 12668 12670 11448 0 -1 4194304 1762 28503 0 6 6 1 214 20 16 0 1 0 36541077 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12670/statm: 4218 1117 414 3 0 797 0
[pid=12693] ppid=12670 vsize=41316 CPUtime=3597.63
/proc/12693/stat : 12693 (minisat-inc) R 12670 12670 11448 0 -1 4194304 10077 0 0 0 359748 15 0 0 25 0 1 0 36541226 42307584 10016 996147200 134512640 135134323 4294956192 18446744073709551615 134528866 0 0 4096 3 0 0 0 17 0 0 0
/proc/12693/statm: 10329 10016 79 151 0 10175 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 58188

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

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

Child status: 0
Real time (s): 3601.01
CPU time (s): 3600.09
CPU user time (s): 3599.7
CPU system time (s): 0.39194
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 890672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.7
system time used= 0.39194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40421
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= 2497
involuntary context switches= 8526

runsolver used 3.61845 second user time and 9.49456 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-11 19:46:29
IDJOB=1109105
IDBENCH=60915
IDSOLVER=367
FILE ID=node20/1109105-1215798389
PBS_JOBID= 7903155
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-8.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109105-1215798389/watcher-1109105-1215798389 -o /tmp/evaluation-result-1109105-1215798389/solver-1109105-1215798389 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109105-1215798389.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26123929065b998fd314418eb7267e98
RANDOM SEED=157359754

node20.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.263
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.263
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:       1946784 kB
Buffers:         12756 kB
Cached:          38320 kB
SwapCached:       5432 kB
Active:          40232 kB
Inactive:        18528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1946784 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:             956 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            36320 kB
Committed_AS:    80316 kB
PageTables:       1476 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= 66504 MiB
End job on node20 at 2008-07-11 20:46:32