Trace number 1111228

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)22 3600.07 3634.32

General information on the benchmark

Namecsp/
chessboardColoration/normalized-cc-7-7-2.xml
MD5SUM1f8c8222dee021c25c644cdfea44a70e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints21
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints441
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension441
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 08:11:38 2008
0.00/0.05	c 0	PID 17477
0.00/0.05	c 0	HOST node18.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1111228-1215843098.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111228-1215843098.xml' 'HOME/temp.csp'
0.03/0.53	c 1	1 domains, 49 variables, 1 predicates, 0 relations, 441 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	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.65	c 1	Parsing HOME/temp.csp
0.49/0.81	c 1	parsed 492 expressions
0.49/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.82	c 1	MAX CSP: 441 constraints
0.49/0.82	c 1	Converting to clausal form CSP
0.49/0.89	c 1	converted 94 (10%) expressions
0.50/1.00	c 1	converted 188 (20%) expressions
0.91/1.01	c 1	converted 281 (30%) expressions
0.91/1.03	c 1	converted 375 (40%) expressions
0.91/1.04	c 1	converted 468 (50%) expressions
0.91/1.04	c 1	converted 562 (60%) expressions
0.91/1.05	c 1	converted 656 (70%) expressions
0.91/1.07	c 1	converted 749 (80%) expressions
0.91/1.07	c 1	converted 843 (90%) expressions
1.00/1.14	c 1	converted 936 (100%) expressions
1.00/1.14	c 1	CSP : 931 integers, 0 booleans, 1322 clauses, largest domain size 662
1.00/1.14	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.14	c 1	Propagation in CSP
1.00/1.19	c 1	435 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.00/1.19	c 1	CSP : 931 integers, 0 booleans, 1322 clauses, largest domain size 442
1.00/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.22	c 1	CSP : 931 integers, 5292 booleans, 6614 clauses, largest domain size 442
1.10/1.22	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.26	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.27	c 1	94 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.27	c 1	187 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.27	c 1	280 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.27	c 1	373 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.27	c 1	466 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.28	c 1	559 (60%) CSP integer variables are encoded (754 clauses, 8887 bytes)
1.10/1.29	c 1	652 (70%) CSP integer variables are encoded (1265 clauses, 15530 bytes)
1.10/1.29	c 1	745 (80%) CSP integer variables are encoded (2077 clauses, 26086 bytes)
1.10/1.29	c 1	838 (90%) CSP integer variables are encoded (5515 clauses, 70780 bytes)
1.10/1.29	c 1	931 (100%) CSP integer variables are encoded (6551 clauses, 84248 bytes)
1.20/1.33	c 1	662 (10%) CSP clauses are encoded (7825 clauses, 100952 bytes)
1.20/1.34	c 1	1323 (20%) CSP clauses are encoded (9096 clauses, 117775 bytes)
1.20/1.36	c 1	1985 (30%) CSP clauses are encoded (10369 clauses, 134765 bytes)
1.20/1.36	c 1	2646 (40%) CSP clauses are encoded (11640 clauses, 152044 bytes)
1.20/1.37	c 1	3307 (50%) CSP clauses are encoded (12911 clauses, 171094 bytes)
1.20/1.38	c 1	3969 (60%) CSP clauses are encoded (14184 clauses, 190398 bytes)
1.20/1.39	c 1	4630 (70%) CSP clauses are encoded (15455 clauses, 209677 bytes)
1.20/1.39	c 1	5292 (80%) CSP clauses are encoded (16728 clauses, 228981 bytes)
1.30/1.42	c 2	5953 (90%) CSP clauses are encoded (31306 clauses, 485674 bytes)
1.69/1.81	c 2	6614 (100%) CSP clauses are encoded (273559 clauses, 4896672 bytes)
1.69/1.81	c 2	6614 CSP clauses encoded
1.69/1.81	c 2	Writing map file : HOME/temp.map
1.69/1.82	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.82	c 2	SAT : 12774 SAT variables, 273559 SAT clauses, 4896672 bytes
1.69/1.82	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.88	c 2	OBJECTIVE minimize _COST
1.69/1.88	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.69/1.88	c 2	SEARCHING: _COST <= 221
1.69/1.88	c 2	SOLVING HOME/temp.cnf
1.69/1.88	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.69/1.88	c 2	This is MiniSat 2.0 beta
1.69/1.88	c 2	WARNING: for repeatability, setting FPU to use double precision
1.69/1.88	c 2	============================[ Problem Statistics ]=============================
1.69/1.88	c 2	|                                                                             |
1.69/1.88	c 2	|  Number of variables:  12774                                                |
1.69/1.88	c 2	|  Number of clauses:    273560                                               |
1.73/2.01	c 2	|  Parsing time:         0.11         s                                       |
1.73/2.07	c 2	============================[ Search Statistics ]==============================
1.73/2.07	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.73/2.07	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.73/2.07	c 2	===============================================================================
1.73/2.07	c 2	|         0 |   10794   179233   517151 |    59744        0    nan |  0.000 % |
1.73/2.10	c 2	|       100 |   10794   179233   517151 |    65718      100     17 | 15.500 % |
1.94/2.12	c 2	===============================================================================
1.94/2.12	c 2	restarts              : 2
1.94/2.12	c 2	conflicts             : 159            (713 /sec)
1.94/2.12	c 2	decisions             : 7896           (0.70 % random) (35413 /sec)
1.94/2.12	c 2	propagations          : 77768          (348789 /sec)
1.94/2.12	c 2	conflict literals     : 3566           (3.20 % deleted)
1.94/2.12	c 2	Memory used           : 13.14 MB
1.94/2.12	c 2	CPU time              : 0.222966 s
1.94/2.12	c 2	
1.94/2.12	c 2	SATISFIABLE
1.94/2.13	c 2	FOUND: _COST <= 221
1.94/2.13	s SATISFIABLE
1.94/2.13	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.94/2.13	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.98/2.21	c 2	Decoding HOME/temp.out
1.98/2.31	c 2	OBJECTIVE _COST 201
1.98/2.31	o 201
1.98/2.31	v 0 1 1 0 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 1 1 1 0 1 1 1 1 1 0 0 1 1 1 1 1 1 0 1 1 1
1.98/2.31	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.98/2.34	c 2	OBJECTIVE BOUND: 0 <= _COST <= 201
1.98/2.34	c 2	SEARCHING: _COST <= 100
1.98/2.34	c 2	SOLVING HOME/temp.cnf
1.98/2.34	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.98/2.34	c 2	This is MiniSat 2.0 beta
1.98/2.34	c 2	WARNING: for repeatability, setting FPU to use double precision
1.98/2.34	c 2	============================[ Problem Statistics ]=============================
1.98/2.34	c 2	|                                                                             |
1.98/2.35	c 2	|  Number of variables:  12774                                                |
1.98/2.35	c 2	|  Number of clauses:    273560                                               |
2.17/2.48	c 3	|  Parsing time:         0.13         s                                       |
2.17/2.57	c 3	============================[ Search Statistics ]==============================
2.17/2.57	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/2.57	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/2.57	c 3	===============================================================================
2.17/2.57	c 3	|         0 |    9553   111921   318817 |    37307        0    nan |  0.000 % |
2.17/2.61	c 3	|       100 |    9553   111921   318817 |    41037      100     13 | 25.215 % |
2.17/2.64	c 3	|       251 |    9553   111921   318817 |    45141      251     29 | 25.215 % |
2.17/2.67	c 3	===============================================================================
2.17/2.67	c 3	restarts              : 3
2.17/2.67	c 3	conflicts             : 395            (1262 /sec)
2.17/2.67	c 3	decisions             : 13862          (0.65 % random) (44294 /sec)
2.17/2.67	c 3	propagations          : 234988         (750876 /sec)
2.17/2.67	c 3	conflict literals     : 9357           (8.39 % deleted)
2.17/2.67	c 3	Memory used           : 13.40 MB
2.17/2.67	c 3	CPU time              : 0.312952 s
2.17/2.67	c 3	
2.17/2.68	c 3	SATISFIABLE
2.17/2.68	c 3	FOUND: _COST <= 100
2.17/2.68	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.17/2.68	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.50/2.76	c 3	Decoding HOME/temp.out
2.50/2.86	c 3	OBJECTIVE _COST 88
2.50/2.86	o 88
2.50/2.87	v 1 0 0 1 1 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 0 1 0 1 1 0 0 1 0 1
2.50/2.87	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.50/2.90	c 3	OBJECTIVE BOUND: 0 <= _COST <= 88
2.50/2.90	c 3	SEARCHING: _COST <= 44
2.50/2.90	c 3	SOLVING HOME/temp.cnf
2.50/2.90	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.50/2.90	c 3	This is MiniSat 2.0 beta
2.50/2.90	c 3	WARNING: for repeatability, setting FPU to use double precision
2.50/2.90	c 3	============================[ Problem Statistics ]=============================
2.50/2.90	c 3	|                                                                             |
2.50/2.90	c 3	|  Number of variables:  12774                                                |
2.50/2.90	c 3	|  Number of clauses:    273560                                               |
2.70/3.05	c 3	|  Parsing time:         0.12         s                                       |
2.70/3.14	c 3	============================[ Search Statistics ]==============================
2.70/3.14	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.70/3.14	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.70/3.14	c 3	===============================================================================
2.70/3.14	c 3	|         0 |    8747    62829   173903 |    20943        0    nan |  0.000 % |
2.70/3.16	c 3	|       100 |    8747    62829   173903 |    23037      100     16 | 31.525 % |
2.70/3.19	c 3	|       250 |    8747    62829   173903 |    25341      250     32 | 31.525 % |
2.98/3.22	c 3	===============================================================================
2.98/3.22	c 3	restarts              : 3
2.98/3.22	c 3	conflicts             : 390            (1322 /sec)
2.98/3.22	c 3	decisions             : 13106          (0.62 % random) (44434 /sec)
2.98/3.22	c 3	propagations          : 208136         (705653 /sec)
2.98/3.22	c 3	conflict literals     : 10380          (7.06 % deleted)
2.98/3.22	c 3	Memory used           : 13.40 MB
2.98/3.22	c 3	CPU time              : 0.294955 s
2.98/3.22	c 3	
2.98/3.23	c 3	SATISFIABLE
2.98/3.23	c 3	FOUND: _COST <= 44
2.98/3.23	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.98/3.23	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'
3.02/3.31	c 3	Decoding HOME/temp.out
3.03/3.41	c 4	OBJECTIVE _COST 44
3.03/3.41	o 44
3.03/3.41	v 0 0 1 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 1 1 1 1 0 0 0 1 1 0 0 1 1 1 0 1 1
3.03/3.42	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.03/3.45	c 4	OBJECTIVE BOUND: 0 <= _COST <= 44
3.03/3.45	c 4	SEARCHING: _COST <= 22
3.03/3.45	c 4	SOLVING HOME/temp.cnf
3.03/3.45	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.03/3.45	c 4	This is MiniSat 2.0 beta
3.03/3.45	c 4	WARNING: for repeatability, setting FPU to use double precision
3.03/3.45	c 4	============================[ Problem Statistics ]=============================
3.03/3.45	c 4	|                                                                             |
3.03/3.45	c 4	|  Number of variables:  12774                                                |
3.03/3.45	c 4	|  Number of clauses:    273560                                               |
3.22/3.60	c 4	|  Parsing time:         0.12         s                                       |
3.22/3.69	c 4	============================[ Search Statistics ]==============================
3.22/3.69	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.22/3.69	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.22/3.69	c 4	===============================================================================
3.22/3.69	c 4	|         0 |    8223    40328   107950 |    13442        0    nan |  0.000 % |
3.22/3.71	c 4	|       101 |    8223    40328   107950 |    14786      101     16 | 35.627 % |
3.22/3.73	c 4	|       251 |    8223    40328   107950 |    16265      251     23 | 35.627 % |
3.22/3.76	c 4	|       476 |    8223    40328   107950 |    17892      476     22 | 35.627 % |
3.22/3.80	c 4	|       813 |    8223    40328   107950 |    19681      813     31 | 35.627 % |
3.22/3.90	c 4	|      1319 |    8223    40328   107950 |    21649     1319     38 | 35.627 % |
3.22/4.07	c 4	|      2079 |    8223    40328   107950 |    23814     2079     40 | 35.627 % |
4.05/4.34	c 4	|      3218 |    8223    40328   107950 |    26195     3218     42 | 35.627 % |
4.44/4.73	c 5	|      4926 |    8223    40328   107950 |    28815     4926     44 | 35.627 % |
5.13/5.49	c 6	|      7488 |    8223    40328   107950 |    31697     7488     50 | 35.627 % |
6.52/6.88	c 7	|     11332 |    8223    40328   107950 |    34866    11332     55 | 35.627 % |
9.09/9.50	c 10	|     17098 |    8223    40328   107950 |    38353    17098     54 | 35.627 % |
13.36/13.77	c 14	|     25748 |    8223    40328   107950 |    42188    25748     53 | 35.627 % |
20.69/21.19	c 21	===============================================================================
20.69/21.19	c 21	restarts              : 13
20.69/21.19	c 21	conflicts             : 37103          (2116 /sec)
20.69/21.19	c 21	decisions             : 64934          (0.93 % random) (3703 /sec)
20.69/21.19	c 21	propagations          : 29560259       (1685562 /sec)
20.69/21.19	c 21	conflict literals     : 1986777        (38.86 % deleted)
20.69/21.19	c 21	Memory used           : 17.07 MB
20.69/21.19	c 21	CPU time              : 17.5373 s
20.69/21.19	c 21	
20.79/21.20	c 21	SATISFIABLE
20.79/21.20	c 21	FOUND: _COST <= 22
20.79/21.20	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.79/21.20	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.79/21.28	c 21	Decoding HOME/temp.out
20.80/21.46	c 22	OBJECTIVE _COST 22
20.80/21.46	o 22
20.80/21.46	v 1 0 1 1 1 0 0 1 1 0 0 0 1 0 1 1 1 1 0 0 0 0 0 0 1 1 1 0 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 1 0 1 0 1
20.80/21.48	c 22	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
20.80/21.52	c 22	OBJECTIVE BOUND: 0 <= _COST <= 22
20.80/21.52	c 22	SEARCHING: _COST <= 11
20.80/21.52	c 22	SOLVING HOME/temp.cnf
20.80/21.52	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.80/21.52	c 22	This is MiniSat 2.0 beta
20.80/21.52	c 22	WARNING: for repeatability, setting FPU to use double precision
20.80/21.52	c 22	============================[ Problem Statistics ]=============================
20.80/21.52	c 22	|                                                                             |
20.80/21.52	c 22	|  Number of variables:  12774                                                |
20.80/21.52	c 22	|  Number of clauses:    273560                                               |
21.10/21.67	c 22	|  Parsing time:         0.13         s                                       |
21.10/21.76	c 22	============================[ Search Statistics ]==============================
21.10/21.76	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.10/21.76	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.10/21.76	c 22	===============================================================================
21.10/21.76	c 22	|         0 |    7751    27806    71789 |     9268        0    nan |  0.000 % |
21.10/21.78	c 22	|       100 |    7751    27806    71789 |    10195      100     16 | 39.322 % |
21.10/21.80	c 22	|       250 |    7751    27806    71789 |    11215      250     19 | 39.322 % |
21.10/21.83	c 22	|       476 |    7751    27806    71789 |    12336      476     24 | 39.322 % |
21.10/21.88	c 22	|       814 |    7751    27806    71789 |    13570      814     28 | 39.322 % |
21.46/21.95	c 22	|      1320 |    7751    27806    71789 |    14927     1320     30 | 39.322 % |
21.65/22.10	c 22	|      2079 |    7751    27806    71789 |    16420     2079     36 | 39.322 % |
21.85/22.34	c 22	|      3220 |    7751    27806    71789 |    18062     3220     40 | 39.322 % |
22.26/22.75	c 23	|      4929 |    7751    27806    71789 |    19868     4929     39 | 39.322 % |
23.05/23.52	c 24	|      7491 |    7751    27806    71789 |    21855     7491     40 | 39.322 % |
24.34/24.86	c 25	|     11336 |    7751    27806    71789 |    24040    11336     41 | 39.322 % |
26.92/27.44	c 28	|     17102 |    7751    27806    71789 |    26444    17102     43 | 39.322 % |
31.46/32.03	c 32	|     25751 |    7751    27806    71789 |    29089    25751     42 | 39.322 % |
39.98/40.67	c 41	|     38725 |    7751    27806    71789 |    31997    15085     39 | 39.322 % |
51.57/52.35	c 52	|     58186 |    7751    27806    71789 |    35197    34546     38 | 39.322 % |
70.40/71.32	c 71	|     87379 |    7751    27806    71789 |    38717    35428     31 | 39.322 % |
100.02/101.29	c 101	|    131170 |    7751    27806    71789 |    42589    14674     29 | 39.322 % |
141.23/142.85	c 143	|    196854 |    7751    27806    71789 |    46848    43967     32 | 39.322 % |
208.19/210.43	c 211	|    295382 |    7751    27806    71789 |    51533    24009     37 | 39.322 % |
320.43/323.76	c 324	|    443171 |    7751    27806    71789 |    56686    38655     41 | 39.322 % |
492.81/497.72	c 498	|    664854 |    7751    27806    71789 |    62354    19438     44 | 39.322 % |
768.51/776.06	c 776	|    997380 |    7751    27806    71789 |    68590    29211     58 | 39.322 % |
1198.25/1209.89	c 1210	|   1496168 |    7751    27806    71789 |    75449    54368     69 | 39.322 % |
1924.11/1942.55	c 1943	|   2244350 |    7751    27806    71789 |    82994    68580     71 | 39.322 % |
3022.53/3051.39	c 3051	|   3366624 |    7751    27806    71789 |    91293    82594     72 | 39.322 % |
3600.07/3634.32	c ERROR unknown output  in HOME/temp.out
3600.07/3634.32	c 3634	CPU 20.76 (0.04 0.02 20.72 0.32)
3600.07/3634.32	c 3634	END Sat Jul 12 09:12:12 2008

Verifier Data (download as text)

OK	22	419
22 unsatisfied constraints, 419 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-1111228-1215843098/watcher-1111228-1215843098 -o /tmp/evaluation-result-1111228-1215843098/solver-1111228-1215843098 -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-1111228-1215843098.xml 

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


[startup+0 s]
/proc/loadavg: 1.90 1.98 1.99 4/81 17477
/proc/meminfo: memFree=1933736/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=12268 CPUtime=0
/proc/17477/stat : 17477 (sugar) R 17475 17477 17440 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 41012119 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 227848976997 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17477/statm: 3067 316 241 3 0 167 0

[startup+0.0958451 s]
/proc/loadavg: 1.90 1.98 1.99 4/81 17477
/proc/meminfo: memFree=1933736/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13600 CPUtime=0.03
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 41012119 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102844 s]
/proc/loadavg: 1.90 1.98 1.99 4/81 17477
/proc/meminfo: memFree=1933736/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13600 CPUtime=0.03
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 41012119 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301861 s]
/proc/loadavg: 1.90 1.98 1.99 4/81 17477
/proc/meminfo: memFree=1933736/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13600 CPUtime=0.03
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 41012119 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701899 s]
/proc/loadavg: 1.90 1.98 1.99 4/81 17477
/proc/meminfo: memFree=1933736/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13600 CPUtime=0.49
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 974 4538 0 1 2 1 43 3 16 0 1 0 41012119 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17477/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50298 s]
/proc/loadavg: 1.99 2.00 1.99 3/92 17499
/proc/meminfo: memFree=1920584/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13600 CPUtime=0.5
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 974 4538 0 1 3 1 43 3 15 0 1 0 41012119 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17477/statm: 3400 797 370 3 0 500 0
[pid=17490] ppid=17477 vsize=5356 CPUtime=0
/proc/17490/stat : 17490 (sh) S 17477 17477 17440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41012177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17490/statm: 1339 233 193 169 0 50 0
[pid=17491] ppid=17490 vsize=868472 CPUtime=0.9
/proc/17491/stat : 17491 (java) S 17490 17477 17440 0 -1 0 6975 0 1 0 86 4 0 0 20 0 9 0 41012177 889315328 6155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17491/statm: 217118 6155 2562 9 0 211665 0
[pid=17491/tid=17492] ppid=17490 vsize=868472 CPUtime=0.57
/proc/17491/task/17492/stat : 17492 (java) R 17490 17477 17440 0 -1 64 2759 0 1 0 55 2 0 0 25 0 9 0 41012178 889315328 6155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17491/tid=17493] ppid=17490 vsize=868472 CPUtime=0.09
/proc/17491/task/17493/stat : 17493 (java) S 17490 17477 17440 0 -1 64 2046 0 0 0 9 0 0 0 16 0 9 0 41012179 889315328 6155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17491/tid=17494] ppid=17490 vsize=868472 CPUtime=0
/proc/17491/task/17494/stat : 17494 (java) S 17490 17477 17440 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41012179 889315328 6155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17491/tid=17495] ppid=17490 vsize=868472 CPUtime=0
/proc/17491/task/17495/stat : 17495 (java) S 17490 17477 17440 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41012179 889315328 6155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17491/tid=17496] ppid=17490 vsize=868472 CPUtime=0
/proc/17491/task/17496/stat : 17496 (java) S 17490 17477 17440 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 41012181 889315328 6155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17491/tid=17497] ppid=17490 vsize=868472 CPUtime=0.21
/proc/17491/task/17497/stat : 17497 (java) S 17490 17477 17440 0 -1 64 1477 0 0 0 21 0 0 0 16 0 9 0 41012181 889315328 6155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17491/tid=17498] ppid=17490 vsize=868472 CPUtime=0
/proc/17491/task/17498/stat : 17498 (java) S 17490 17477 17440 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41012181 889315328 6155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17491/tid=17499] ppid=17490 vsize=868472 CPUtime=0
/proc/17491/task/17499/stat : 17499 (java) S 17490 17477 17440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41012181 889315328 6155 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887428

[startup+3.10114 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 17501
/proc/meminfo: memFree=1913992/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=2.7
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1300 26732 0 4 3 2 245 20 15 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 13732

[startup+6.30145 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 17537
/proc/meminfo: memFree=1913280/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=3.22
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1414 34158 0 5 4 2 291 25 15 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17536] ppid=17477 vsize=5356 CPUtime=0
/proc/17536/stat : 17536 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41012464 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17536/statm: 1339 232 193 169 0 50 0
[pid=17537] ppid=17536 vsize=13720 CPUtime=2.8
/proc/17537/stat : 17537 (minisat) R 17536 17477 17440 0 -1 4194304 3281 0 0 0 278 2 0 0 25 0 1 0 41012464 14049280 3267 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/17537/statm: 3430 3267 76 150 0 3277 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 32808

[startup+12.7011 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 17537
/proc/meminfo: memFree=1913152/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=3.22
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1414 34158 0 5 4 2 291 25 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17536] ppid=17477 vsize=5356 CPUtime=0
/proc/17536/stat : 17536 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41012464 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17536/statm: 1339 232 193 169 0 50 0
[pid=17537] ppid=17536 vsize=14012 CPUtime=9.14
/proc/17537/stat : 17537 (minisat) R 17536 17477 17440 0 -1 4194304 3355 0 0 0 912 2 0 0 25 0 1 0 41012464 14348288 3341 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17537/statm: 3503 3341 76 150 0 3350 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 33100

[startup+25.5023 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 17549
/proc/meminfo: memFree=1913408/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=13896 CPUtime=3.93
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 3301 0 0 0 391 2 0 0 25 0 1 0 41014271 14229504 3287 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 3474 3287 76 150 0 3321 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 32984

[startup+51.1028 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 17549
/proc/meminfo: memFree=1911808/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=15496 CPUtime=29.28
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 3716 0 0 0 2926 2 0 0 25 0 1 0 41014271 15867904 3702 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 3874 3702 76 150 0 3721 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 34584

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 17549
/proc/meminfo: memFree=1910336/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=16988 CPUtime=80.01
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 4074 0 0 0 7998 3 0 0 25 0 1 0 41014271 17395712 4060 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 4247 4060 76 150 0 4094 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 36076

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 17549
/proc/meminfo: memFree=1908672/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=18476 CPUtime=139.44
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 4446 0 0 0 13941 3 0 0 25 0 1 0 41014271 18919424 4432 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 4619 4432 76 150 0 4466 0
Current children cumulated CPU time (s) 160.54
Current children cumulated vsize (KiB) 37564

[startup+222.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 17549
/proc/meminfo: memFree=1906688/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=20640 CPUtime=198.88
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 4962 0 0 0 19884 4 0 0 25 0 1 0 41014271 21135360 4948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 5160 4948 76 150 0 5007 0
Current children cumulated CPU time (s) 219.98
Current children cumulated vsize (KiB) 39728

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

/proc/meminfo: memFree=1874040/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=51240 CPUtime=3111.4
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 12502 0 0 0 311125 15 0 0 25 0 1 0 41014271 52469760 12481 996147200 134512640 135127466 4294956256 18446744073709551615 134531123 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 12810 12481 76 150 0 12657 0
Current children cumulated CPU time (s) 3132.5
Current children cumulated vsize (KiB) 70328

[startup+3222.3 s]
/proc/loadavg: 2.05 2.10 2.03 3/84 17557
/proc/meminfo: memFree=1873976/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=51240 CPUtime=3170.84
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 12507 0 0 0 317069 15 0 0 25 0 1 0 41014271 52469760 12486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 12810 12486 76 150 0 12657 0
Current children cumulated CPU time (s) 3191.94
Current children cumulated vsize (KiB) 70328

[startup+3282.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/84 17557
/proc/meminfo: memFree=1873920/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=51240 CPUtime=3230.28
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 12508 0 0 0 323013 15 0 0 25 0 1 0 41014271 52469760 12487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 12810 12487 76 150 0 12657 0
Current children cumulated CPU time (s) 3251.38
Current children cumulated vsize (KiB) 70328

[startup+3342.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/84 17557
/proc/meminfo: memFree=1873920/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=51240 CPUtime=3289.72
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 12513 0 0 0 328957 15 0 0 25 0 1 0 41014271 52469760 12492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 12810 12492 76 150 0 12657 0
Current children cumulated CPU time (s) 3310.82
Current children cumulated vsize (KiB) 70328

[startup+3402.31 s]
/proc/loadavg: 2.00 2.05 2.02 3/84 17557
/proc/meminfo: memFree=1873920/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=51240 CPUtime=3349.16
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 12513 0 0 0 334901 15 0 0 25 0 1 0 41014271 52469760 12492 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 12810 12492 76 150 0 12657 0
Current children cumulated CPU time (s) 3370.26
Current children cumulated vsize (KiB) 70328

[startup+3462.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 17557
/proc/meminfo: memFree=1873792/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=51240 CPUtime=3408.59
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 12513 0 0 0 340844 15 0 0 25 0 1 0 41014271 52469760 12492 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 12810 12492 76 150 0 12657 0
Current children cumulated CPU time (s) 3429.69
Current children cumulated vsize (KiB) 70328

[startup+3522.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/83 17595
/proc/meminfo: memFree=1793920/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=51240 CPUtime=3468.01
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 12513 0 0 0 346784 17 0 0 25 0 1 0 41014271 52469760 12492 996147200 134512640 135127466 4294956256 18446744073709551615 134528091 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 12810 12492 76 150 0 12657 0
Current children cumulated CPU time (s) 3489.11
Current children cumulated vsize (KiB) 70328

[startup+3582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 17595
/proc/meminfo: memFree=1792576/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=51240 CPUtime=3527.45
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 12517 0 0 0 352728 17 0 0 25 0 1 0 41014271 52469760 12496 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 12810 12496 76 150 0 12657 0
Current children cumulated CPU time (s) 3548.55
Current children cumulated vsize (KiB) 70328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17595
/proc/meminfo: memFree=1789824/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=51240 CPUtime=3578.97
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 12517 0 0 0 357880 17 0 0 25 0 1 0 41014271 52469760 12496 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 12810 12496 76 150 0 12657 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 70328

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

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

[startup+3634.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17595
/proc/meminfo: memFree=1789824/2055920 swapFree=4181216/4192956
[pid=17477] ppid=17475 vsize=13732 CPUtime=21.1
/proc/17477/stat : 17477 (sugar) S 17475 17477 17440 0 -1 4194304 1529 42530 0 6 4 2 2072 32 16 0 1 0 41012119 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17477/statm: 3433 814 374 3 0 533 0
[pid=17548] ppid=17477 vsize=5356 CPUtime=0
/proc/17548/stat : 17548 (sh) S 17477 17477 17440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 41014271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17548/statm: 1339 232 193 169 0 50 0
[pid=17549] ppid=17548 vsize=51240 CPUtime=3578.97
/proc/17549/stat : 17549 (minisat) R 17548 17477 17440 0 -1 4194304 12517 0 0 0 357880 17 0 0 25 0 1 0 41014271 52469760 12496 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/17549/statm: 12810 12496 76 150 0 12657 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 70328

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17477 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=766842
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=354946
# CPU time returned by wait4() is 21.1218
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3634.32
CPU time (s): 3600.07
CPU user time (s): 3599.56
CPU system time (s): 0.51
CPU usage (%): 99.0575
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.7668
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44402
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= 3634
involuntary context switches= 4132

runsolver used 3.64445 second user time and 12.902 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-12 08:11:38
IDJOB=1111228
IDBENCH=61249
IDSOLVER=368
FILE ID=node18/1111228-1215843098
PBS_JOBID= 7903439
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-7-7-2.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-1111228-1215843098/watcher-1111228-1215843098 -o /tmp/evaluation-result-1111228-1215843098/solver-1111228-1215843098 -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-1111228-1215843098.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1f8c8222dee021c25c644cdfea44a70e
RANDOM SEED=1592477541

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1934216 kB
Buffers:          8452 kB
Cached:          45532 kB
SwapCached:       5856 kB
Active:          54732 kB
Inactive:        22552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934216 kB
SwapTotal:     4192956 kB
SwapFree:      4181216 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:          37980 kB
Slab:            29764 kB
Committed_AS:   208536 kB
PageTables:       1824 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node18 at 2008-07-12 09:12:13