Trace number 1113562

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)34 3600.05 3622.35

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles500-10.xml
MD5SUM4e14be268e006f867b23a851d853e2f8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints18
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints1170
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1170
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 20:17:51 2008
0.00/0.04	c 0	PID 13018
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1113562-1215886671.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113562-1215886671.xml' 'HOME/temp.csp'
0.03/0.43	c 1	1 domains, 128 variables, 1 predicates, 0 relations, 1170 constraints
0.03/0.46	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.46	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.41/0.54	c 1	Parsing HOME/temp.csp
0.41/0.67	c 1	parsed 1300 expressions
0.41/0.68	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.69	c 1	MAX CSP: 1170 constraints
0.41/0.69	c 1	Converting to clausal form CSP
0.41/0.75	c 1	converted 248 (10%) expressions
0.41/0.78	c 1	converted 495 (20%) expressions
0.41/0.87	c 1	converted 742 (30%) expressions
0.41/0.89	c 1	converted 990 (40%) expressions
0.41/0.90	c 1	converted 1237 (50%) expressions
0.41/0.91	c 1	converted 1484 (60%) expressions
0.41/0.92	c 1	converted 1732 (70%) expressions
0.41/0.93	c 1	converted 1979 (80%) expressions
0.41/0.93	c 1	converted 2226 (90%) expressions
0.93/1.05	c 1	converted 2473 (100%) expressions
0.93/1.05	c 1	CSP : 2468 integers, 0 booleans, 3509 clauses, largest domain size 1756
0.93/1.05	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.05	c 1	Propagation in CSP
1.04/1.11	c 1	1166 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.11	c 1	CSP : 2468 integers, 0 booleans, 3509 clauses, largest domain size 1171
1.04/1.11	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.11	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.14	c 1	CSP : 2468 integers, 2340 booleans, 5849 clauses, largest domain size 1171
1.04/1.14	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.18	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.20	c 2	247 (10%) CSP integer variables are encoded (1024 clauses, 11408 bytes)
1.13/1.20	c 2	494 (20%) CSP integer variables are encoded (1024 clauses, 11408 bytes)
1.13/1.20	c 2	741 (30%) CSP integer variables are encoded (1024 clauses, 11408 bytes)
1.13/1.20	c 2	988 (40%) CSP integer variables are encoded (1024 clauses, 11408 bytes)
1.13/1.20	c 2	1234 (50%) CSP integer variables are encoded (1024 clauses, 11408 bytes)
1.13/1.21	c 2	1481 (60%) CSP integer variables are encoded (3273 clauses, 40645 bytes)
1.13/1.22	c 2	1728 (70%) CSP integer variables are encoded (12993 clauses, 176264 bytes)
1.13/1.23	c 2	1975 (80%) CSP integer variables are encoded (18009 clauses, 251504 bytes)
1.13/1.23	c 2	2222 (90%) CSP integer variables are encoded (19863 clauses, 279314 bytes)
1.13/1.23	c 2	2468 (100%) CSP integer variables are encoded (22381 clauses, 317084 bytes)
1.13/1.27	c 2	585 (10%) CSP clauses are encoded (26476 clauses, 384632 bytes)
1.13/1.29	c 2	1170 (20%) CSP clauses are encoded (30571 clauses, 455816 bytes)
1.23/1.30	c 2	1755 (30%) CSP clauses are encoded (34666 clauses, 527180 bytes)
1.23/1.32	c 2	2340 (40%) CSP clauses are encoded (38761 clauses, 598724 bytes)
1.23/1.33	c 2	2925 (50%) CSP clauses are encoded (42856 clauses, 670430 bytes)
1.23/1.35	c 2	3510 (60%) CSP clauses are encoded (46951 clauses, 743486 bytes)
1.42/1.50	c 2	4095 (70%) CSP clauses are encoded (137346 clauses, 2389185 bytes)
3.73/3.89	c 4	4680 (80%) CSP clauses are encoded (1447743 clauses, 29611573 bytes)
3.93/4.05	c 4	5265 (90%) CSP clauses are encoded (1538138 clauses, 31522369 bytes)
4.41/4.52	c 5	5849 (100%) CSP clauses are encoded (1800790 clauses, 37124867 bytes)
4.41/4.52	c 5	5849 CSP clauses encoded
4.41/4.52	c 5	Writing map file : HOME/temp.map
4.41/4.54	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.41/4.54	c 5	SAT : 27189 SAT variables, 1800790 SAT clauses, 37124867 bytes
4.41/4.54	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.41/4.58	c 5	OBJECTIVE minimize _COST
4.41/4.58	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.41/4.58	c 5	SEARCHING: _COST <= 585
4.41/4.58	c 5	SOLVING HOME/temp.cnf
4.41/4.58	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.41/4.58	c 5	This is MiniSat 2.0 beta
4.41/4.58	c 5	WARNING: for repeatability, setting FPU to use double precision
4.41/4.58	c 5	============================[ Problem Statistics ]=============================
4.41/4.58	c 5	|                                                                             |
4.41/4.58	c 5	|  Number of variables:  27189                                                |
4.41/4.58	c 5	|  Number of clauses:    1800791                                              |
5.30/5.46	c 6	|  Parsing time:         0.76         s                                       |
6.29/6.44	c 7	============================[ Search Statistics ]==============================
6.29/6.44	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.29/6.44	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.29/6.44	c 7	===============================================================================
6.29/6.44	c 7	|         0 |   20754  1155062  3412961 |   385020        0    nan |  0.000 % |
6.40/6.58	c 7	===============================================================================
6.40/6.58	c 7	restarts              : 1
6.40/6.58	c 7	conflicts             : 2              (1 /sec)
6.40/6.58	c 7	decisions             : 1619           (0.93 % random) (863 /sec)
6.40/6.58	c 7	propagations          : 28244          (15050 /sec)
6.40/6.58	c 7	conflict literals     : 9              (10.00 % deleted)
6.40/6.58	c 7	Memory used           : 73.55 MB
6.40/6.58	c 7	CPU time              : 1.87671 s
6.40/6.58	c 7	
6.40/6.59	c 7	SATISFIABLE
6.40/6.60	c 7	FOUND: _COST <= 585
6.40/6.60	s SATISFIABLE
6.40/6.60	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.40/6.60	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.51/6.68	c 7	Decoding HOME/temp.out
6.51/6.82	c 7	OBJECTIVE _COST 490
6.51/6.82	o 490
6.51/6.83	v 5 1 3 9 4 6 0 1 0 0 5 3 7 2 0 4 6 1 7 7 2 4 8 2 4 3 2 3 7 0 6 5 6 7 9 1 7 2 8 4 3 7 5 7 4 5 8 8 5 8 8 6 7 8 7 8 8 8 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 8 9 9 9 9 9 9 9 9 9 9 9 9 7 9 9 9 9 9 9 6 9 9 9 9
6.51/6.83	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.51/6.86	c 7	OBJECTIVE BOUND: 0 <= _COST <= 490
6.51/6.86	c 7	SEARCHING: _COST <= 245
6.51/6.86	c 7	SOLVING HOME/temp.cnf
6.51/6.86	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.51/6.87	c 7	This is MiniSat 2.0 beta
6.51/6.87	c 7	WARNING: for repeatability, setting FPU to use double precision
6.51/6.87	c 7	============================[ Problem Statistics ]=============================
6.51/6.87	c 7	|                                                                             |
6.51/6.87	c 7	|  Number of variables:  27189                                                |
6.51/6.87	c 7	|  Number of clauses:    1800791                                              |
7.57/7.78	c 8	|  Parsing time:         0.78         s                                       |
8.86/9.10	c 9	============================[ Search Statistics ]==============================
8.86/9.10	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.86/9.10	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.86/9.10	c 9	===============================================================================
8.86/9.10	c 9	|         0 |   16531   650012  1910140 |   216670        0    nan |  0.000 % |
9.05/9.20	c 10	|       100 |   16531   650012  1910140 |   238337      100     36 | 39.200 % |
9.25/9.42	c 10	|       250 |   16531   650012  1910140 |   262171      250     45 | 39.200 % |
9.25/9.46	c 10	===============================================================================
9.25/9.46	c 10	restarts              : 3
9.25/9.46	c 10	conflicts             : 423            (173 /sec)
9.25/9.46	c 10	decisions             : 2805           (0.68 % random) (1146 /sec)
9.25/9.46	c 10	propagations          : 307496         (125682 /sec)
9.25/9.46	c 10	conflict literals     : 13673          (10.27 % deleted)
9.25/9.46	c 10	Memory used           : 74.71 MB
9.25/9.46	c 10	CPU time              : 2.44663 s
9.25/9.46	c 10	
9.25/9.47	c 10	SATISFIABLE
9.25/9.49	c 10	FOUND: _COST <= 245
9.25/9.49	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.25/9.49	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.33/9.56	c 10	Decoding HOME/temp.out
9.33/9.71	c 10	OBJECTIVE _COST 220
9.33/9.71	o 220
9.33/9.71	v 0 6 2 5 8 2 9 7 3 7 5 1 0 3 3 2 5 4 0 9 5 7 1 1 5 6 0 7 9 1 7 7 8 5 7 3 9 4 1 6 0 6 4 1 7 3 8 6 7 9 4 8 9 8 2 9 6 9 8 8 8 9 8 2 7 7 3 9 9 7 1 5 8 4 5 9 7 5 9 9 6 8 9 3 7 2 9 1 6 9 8 8 4 6 6 9 9 8 5 9 6 6 4 9 8 7 6 5 3 7 8 7 0 2 8 0 3 6 3 9 6 8 2 8 6 3 4 3
9.33/9.72	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.33/9.75	c 10	OBJECTIVE BOUND: 0 <= _COST <= 220
9.33/9.75	c 10	SEARCHING: _COST <= 110
9.33/9.75	c 10	SOLVING HOME/temp.cnf
9.33/9.75	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.33/9.75	c 10	This is MiniSat 2.0 beta
9.33/9.75	c 10	WARNING: for repeatability, setting FPU to use double precision
9.33/9.75	c 10	============================[ Problem Statistics ]=============================
9.33/9.75	c 10	|                                                                             |
9.33/9.75	c 10	|  Number of variables:  27189                                                |
9.33/9.75	c 10	|  Number of clauses:    1800791                                              |
10.40/10.67	c 11	|  Parsing time:         0.80         s                                       |
11.80/12.07	c 12	============================[ Search Statistics ]==============================
11.80/12.07	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.80/12.07	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.80/12.07	c 12	===============================================================================
11.80/12.07	c 12	|         0 |   14252   342220   993466 |   114073        0    nan |  0.000 % |
11.91/12.17	c 13	|       100 |   14252   342220   993466 |   125480      100     29 | 47.582 % |
12.00/12.22	c 13	|       250 |   14252   342220   993466 |   138028      250     24 | 47.582 % |
12.00/12.25	c 13	===============================================================================
12.00/12.25	c 13	restarts              : 3
12.00/12.25	c 13	conflicts             : 354            (149 /sec)
12.00/12.25	c 13	decisions             : 2038           (0.69 % random) (858 /sec)
12.00/12.25	c 13	propagations          : 145774         (61362 /sec)
12.00/12.25	c 13	conflict literals     : 9465           (4.92 % deleted)
12.00/12.25	c 13	Memory used           : 75.37 MB
12.00/12.25	c 13	CPU time              : 2.37564 s
12.00/12.25	c 13	
12.00/12.26	c 13	SATISFIABLE
12.00/12.27	c 13	FOUND: _COST <= 110
12.00/12.27	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.00/12.27	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.08/12.35	c 13	Decoding HOME/temp.out
12.08/12.51	c 13	OBJECTIVE _COST 110
12.08/12.51	o 110
12.08/12.52	v 4 6 1 1 5 1 0 4 2 9 3 9 0 9 2 8 4 9 5 8 3 9 4 7 1 5 7 2 9 5 7 7 5 7 9 6 6 8 6 6 7 6 8 8 8 8 8 9 8 2 8 6 8 7 0 8 3 1 7 6 4 3 8 8 0 9 7 5 0 9 3 1 8 7 1 6 8 6 5 6 5 5 8 2 9 0 6 7 7 8 7 9 3 3 9 8 4 9 1 0 1 0 5 4 9 5 5 1 2 3 4 6 3 2 4 7 1 2 2 6 9 5 8 7 3 8 2 9
12.08/12.52	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.08/12.53	c 13	OBJECTIVE BOUND: 0 <= _COST <= 110
12.08/12.53	c 13	SEARCHING: _COST <= 55
12.08/12.53	c 13	SOLVING HOME/temp.cnf
12.08/12.53	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.08/12.53	c 13	This is MiniSat 2.0 beta
12.08/12.53	c 13	WARNING: for repeatability, setting FPU to use double precision
12.08/12.53	c 13	============================[ Problem Statistics ]=============================
12.08/12.53	c 13	|                                                                             |
12.08/12.54	c 13	|  Number of variables:  27189                                                |
12.08/12.54	c 13	|  Number of clauses:    1800791                                              |
13.19/13.47	c 14	|  Parsing time:         0.82         s                                       |
14.57/14.89	c 15	============================[ Search Statistics ]==============================
14.57/14.89	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.57/14.89	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.57/14.89	c 15	===============================================================================
14.57/14.89	c 15	|         0 |   12770   198300   566097 |    66100        0    nan |  0.000 % |
14.67/14.99	c 15	|       100 |   12770   198300   566097 |    72710      100     26 | 53.032 % |
14.77/15.01	c 15	|       251 |   12770   198300   566097 |    79981      251     24 | 53.032 % |
14.77/15.03	c 15	|       476 |   12770   198300   566097 |    87979      476     21 | 53.032 % |
14.87/15.15	c 16	|       813 |   12770   198300   566097 |    96777      813     30 | 53.032 % |
14.87/15.19	c 16	|      1320 |   12770   198300   566097 |   106454     1320     28 | 53.032 % |
14.97/15.23	c 16	|      2080 |   12770   198300   566097 |   117100     2080     24 | 53.032 % |
14.97/15.29	c 16	|      3219 |   12770   198300   566097 |   128810     3219     22 | 53.032 % |
15.17/15.42	c 16	|      4928 |   12770   198300   566097 |   141691     4928     23 | 53.032 % |
15.47/15.75	c 16	|      7490 |   12770   198300   566097 |   155860     7490     25 | 53.032 % |
15.96/16.29	c 17	|     11334 |   12770   198300   566097 |   171446    11334     29 | 53.032 % |
17.95/18.22	c 19	|     17100 |   12770   198300   566097 |   188591    17100     40 | 53.032 % |
22.01/22.33	c 23	|     25749 |   12770   198300   566097 |   207450    25749     40 | 53.032 % |
22.51/22.84	c 23	===============================================================================
22.51/22.84	c 23	restarts              : 13
22.51/22.84	c 23	conflicts             : 29127          (2883 /sec)
22.51/22.84	c 23	decisions             : 39713          (0.58 % random) (3930 /sec)
22.51/22.84	c 23	propagations          : 11519748       (1140065 /sec)
22.51/22.84	c 23	conflict literals     : 1224662        (12.76 % deleted)
22.51/22.84	c 23	Memory used           : 75.30 MB
22.51/22.84	c 23	CPU time              : 10.1045 s
22.51/22.84	c 23	
22.51/22.85	c 23	SATISFIABLE
22.51/22.86	c 23	FOUND: _COST <= 55
22.51/22.86	c 23	DECODING HOME/temp.out WITH HOME/temp.map
22.51/22.86	c 23	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.58/22.94	c 23	Decoding HOME/temp.out
22.81/23.19	c 24	OBJECTIVE _COST 55
22.81/23.19	o 55
22.81/23.19	v 7 8 9 1 6 6 5 4 4 5 3 9 3 0 2 8 6 7 1 9 5 7 4 3 4 6 7 3 9 5 4 3 4 9 9 2 8 6 5 3 6 4 8 9 9 4 7 8 2 5 2 6 8 8 5 8 6 0 7 2 1 8 2 3 4 1 0 1 9 8 5 1 4 7 4 5 4 6 4 3 8 4 9 0 9 2 7 0 1 6 6 0 2 3 7 9 8 8 7 2 7 5 2 9 0 9 4 1 0 2 1 6 7 3 2 5 1 0 0 3 3 2 7 8 9 9 8 9
22.81/23.20	c 24	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.90/23.23	c 24	OBJECTIVE BOUND: 0 <= _COST <= 55
22.90/23.23	c 24	SEARCHING: _COST <= 27
22.90/23.23	c 24	SOLVING HOME/temp.cnf
22.90/23.23	c 24	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.90/23.23	c 24	This is MiniSat 2.0 beta
22.90/23.23	c 24	WARNING: for repeatability, setting FPU to use double precision
22.90/23.23	c 24	============================[ Problem Statistics ]=============================
22.90/23.23	c 24	|                                                                             |
22.90/23.23	c 24	|  Number of variables:  27189                                                |
22.90/23.23	c 24	|  Number of clauses:    1800791                                              |
23.78/24.19	c 25	|  Parsing time:         0.83         s                                       |
25.17/25.56	c 26	============================[ Search Statistics ]==============================
25.17/25.56	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.17/25.56	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.17/25.56	c 26	===============================================================================
25.17/25.56	c 26	|         0 |   11437   119154   332630 |    39718        0    nan |  0.000 % |
25.27/25.65	c 26	|       101 |   11437   119154   332630 |    43689      101     24 | 57.935 % |
25.27/25.67	c 26	|       252 |   11437   119154   332630 |    48058      252     25 | 57.935 % |
25.27/25.69	c 26	|       477 |   11437   119154   332630 |    52864      477     22 | 57.935 % |
25.37/25.72	c 26	|       814 |   11437   119154   332630 |    58151      814     24 | 57.935 % |
25.37/25.75	c 26	|      1321 |   11437   119154   332630 |    63966     1321     22 | 57.935 % |
25.46/25.81	c 26	|      2082 |   11437   119154   332630 |    70362     2082     27 | 57.935 % |
25.56/25.95	c 26	|      3221 |   11437   119154   332630 |    77399     3221     33 | 57.935 % |
26.06/26.47	c 27	|      4929 |   11437   119154   332630 |    85139     4929     37 | 57.935 % |
26.65/27.00	c 27	|      7492 |   11437   119154   332630 |    93652     7492     32 | 57.935 % |
27.05/27.44	c 28	|     11337 |   11437   119154   332630 |   103018    11337     34 | 57.935 % |
28.34/28.70	c 29	|     17103 |   11437   119154   332630 |   113320    17103     35 | 57.935 % |
30.32/30.77	c 31	|     25753 |   11437   119154   332630 |   124652    25753     40 | 57.935 % |
39.95/40.43	c 41	|     38727 |   11437   119154   332630 |   137117    38727     41 | 57.935 % |
49.67/50.28	c 51	|     58189 |   11437   119154   332630 |   150829    58189     45 | 57.935 % |
84.90/85.80	c 86	|     87381 |   11437   119154   332630 |   165911    87381     41 | 57.935 % |
122.70/123.81	c 124	|    131170 |   11437   119154   332630 |   182503   131170     50 | 57.935 % |
229.88/231.83	c 232	|    196854 |   11437   119154   332630 |   200753   196854     49 | 57.935 % |
351.03/353.91	c 354	|    295380 |   11437   119154   332630 |   220828    88851     55 | 57.935 % |
676.42/681.84	c 682	|    443170 |   11437   119154   332630 |   242911   236641     67 | 57.935 % |
1055.18/1063.52	c 1064	|    664853 |   11437   119154   332630 |   267202   210559     46 | 57.935 % |
1761.90/1775.79	c 1776	|    997378 |   11437   119154   332630 |   293923   270933     61 | 57.935 % |
2895.04/2917.05	c 2917	|   1496166 |   11437   119154   332630 |   323315   180025     53 | 57.935 % |
3600.05/3622.32	c ERROR INTERRUPTED
3600.05/3622.34	c 3623	CPU 21.88 (0.04 0.02 21.84 1.03)
3600.05/3622.34	c 3623	END Sat Jul 12 21:18:14 2008

Verifier Data (download as text)

OK	34	1136
34 unsatisfied constraints, 1136 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-1113562-1215886671/watcher-1113562-1215886671 -o /tmp/evaluation-result-1113562-1215886671/solver-1113562-1215886671 -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-1113562-1215886671.xml 

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


[startup+0 s]
/proc/loadavg: 2.67 2.66 2.80 4/73 13018
/proc/meminfo: memFree=1885536/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=12268 CPUtime=0
/proc/13018/stat : 13018 (sugar) R 13016 13018 12262 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 45364916 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 244277017189 0 0 4224 0 0 0 0 17 0 0 0
/proc/13018/statm: 3067 316 241 3 0 167 0

[startup+0.0541569 s]
/proc/loadavg: 2.67 2.66 2.80 4/73 13018
/proc/meminfo: memFree=1885536/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13600 CPUtime=0.03
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 45364916 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101012 s]
/proc/loadavg: 2.67 2.66 2.80 4/73 13018
/proc/meminfo: memFree=1885536/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13600 CPUtime=0.03
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 45364916 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301036 s]
/proc/loadavg: 2.67 2.66 2.80 4/73 13018
/proc/meminfo: memFree=1885536/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13600 CPUtime=0.03
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 45364916 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701083 s]
/proc/loadavg: 2.67 2.66 2.80 4/73 13018
/proc/meminfo: memFree=1885536/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13600 CPUtime=0.41
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 974 4802 0 1 3 1 34 3 15 0 1 0 45364916 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50117 s]
/proc/loadavg: 2.67 2.66 2.80 4/84 13040
/proc/meminfo: memFree=1870728/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13600 CPUtime=0.41
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 974 4802 0 1 3 1 34 3 15 0 1 0 45364916 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3400 797 370 3 0 500 0
[pid=13031] ppid=13018 vsize=5356 CPUtime=0
/proc/13031/stat : 13031 (sh) S 13018 13018 12262 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45364963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13031/statm: 1339 233 193 169 0 50 0
[pid=13032] ppid=13031 vsize=868480 CPUtime=1.01
/proc/13032/stat : 13032 (java) S 13031 13018 12262 0 -1 0 7165 0 1 0 95 6 0 0 18 0 9 0 45364963 889323520 6319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13032/statm: 217120 6319 2562 9 0 211667 0
[pid=13032/tid=13033] ppid=13031 vsize=868480 CPUtime=0.66
/proc/13032/task/13033/stat : 13033 (java) R 13031 13018 12262 0 -1 64 2787 0 1 0 63 3 0 0 20 0 9 0 45364964 889323520 6319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13034] ppid=13031 vsize=868480 CPUtime=0.11
/proc/13032/task/13034/stat : 13034 (java) S 13031 13018 12262 0 -1 64 2196 0 0 0 9 2 0 0 16 0 9 0 45364965 889323520 6319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13035] ppid=13031 vsize=868480 CPUtime=0
/proc/13032/task/13035/stat : 13035 (java) S 13031 13018 12262 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45364965 889323520 6319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13036] ppid=13031 vsize=868480 CPUtime=0
/proc/13032/task/13036/stat : 13036 (java) S 13031 13018 12262 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45364965 889323520 6319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13037] ppid=13031 vsize=868480 CPUtime=0
/proc/13032/task/13037/stat : 13037 (java) S 13031 13018 12262 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45364967 889323520 6319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13038] ppid=13031 vsize=868480 CPUtime=0.22
/proc/13032/task/13038/stat : 13038 (java) S 13031 13018 12262 0 -1 64 1488 0 0 0 22 0 0 0 16 0 9 0 45364967 889323520 6319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13039] ppid=13031 vsize=868480 CPUtime=0
/proc/13032/task/13039/stat : 13039 (java) S 13031 13018 12262 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45364967 889323520 6319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13040] ppid=13031 vsize=868480 CPUtime=0
/proc/13032/task/13040/stat : 13040 (java) S 13031 13018 12262 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45364967 889323520 6319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887436

[startup+3.10235 s]
/proc/loadavg: 2.67 2.66 2.80 3/84 13040
/proc/meminfo: memFree=1861000/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13600 CPUtime=0.41
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 974 4802 0 1 3 1 34 3 15 0 1 0 45364916 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3400 797 370 3 0 500 0
[pid=13031] ppid=13018 vsize=5356 CPUtime=0
/proc/13031/stat : 13031 (sh) S 13018 13018 12262 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45364963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13031/statm: 1339 233 193 169 0 50 0
[pid=13032] ppid=13031 vsize=868480 CPUtime=2.62
/proc/13032/stat : 13032 (java) S 13031 13018 12262 0 -1 0 7659 0 1 0 242 20 0 0 18 0 9 0 45364963 889323520 6325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13032/statm: 217120 6325 2562 9 0 211667 0
[pid=13032/tid=13033] ppid=13031 vsize=868480 CPUtime=2.13
/proc/13032/task/13033/stat : 13033 (java) R 13031 13018 12262 0 -1 64 3275 0 1 0 201 12 0 0 25 0 9 0 45364964 889323520 6325 996147200 134512640 134550740 4294955936 18446744073709551615 4126548261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13034] ppid=13031 vsize=868480 CPUtime=0.22
/proc/13032/task/13034/stat : 13034 (java) S 13031 13018 12262 0 -1 64 2196 0 0 0 17 5 0 0 16 0 9 0 45364965 889323520 6325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13035] ppid=13031 vsize=868480 CPUtime=0
/proc/13032/task/13035/stat : 13035 (java) S 13031 13018 12262 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45364965 889323520 6325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13036] ppid=13031 vsize=868480 CPUtime=0
/proc/13032/task/13036/stat : 13036 (java) S 13031 13018 12262 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45364965 889323520 6325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13037] ppid=13031 vsize=868480 CPUtime=0
/proc/13032/task/13037/stat : 13037 (java) S 13031 13018 12262 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45364967 889323520 6325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13038] ppid=13031 vsize=868480 CPUtime=0.23
/proc/13032/task/13038/stat : 13038 (java) S 13031 13018 12262 0 -1 64 1494 0 0 0 23 0 0 0 16 0 9 0 45364967 889323520 6325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13039] ppid=13031 vsize=868480 CPUtime=0
/proc/13032/task/13039/stat : 13039 (java) S 13031 13018 12262 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45364967 889323520 6325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13032/tid=13040] ppid=13031 vsize=868480 CPUtime=0
/proc/13032/task/13040/stat : 13040 (java) S 13031 13018 12262 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45364967 889323520 6325 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887436

[startup+6.3027 s]
/proc/loadavg: 2.61 2.65 2.79 3/76 13042
/proc/meminfo: memFree=1775432/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=4.49
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1090 13249 0 2 4 1 406 38 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13041] ppid=13018 vsize=5356 CPUtime=0
/proc/13041/stat : 13041 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45365375 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13041/statm: 1339 232 193 169 0 50 0
[pid=13042] ppid=13041 vsize=75312 CPUtime=1.7
/proc/13042/stat : 13042 (minisat) R 13041 13018 12262 0 -1 4194304 18173 0 0 0 159 11 0 0 25 0 1 0 45365375 77119488 18159 996147200 134512640 135127466 4294956256 18446744073709551615 134523441 0 0 4096 3 0 0 0 17 1 0 0
/proc/13042/statm: 18828 18159 72 150 0 18675 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 94400

[startup+12.7014 s]
/proc/loadavg: 2.56 2.64 2.79 3/76 13066
/proc/meminfo: memFree=1771976/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=12.34
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1438 81262 0 5 4 1 1142 87 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 13732

[startup+25.5018 s]
/proc/loadavg: 2.44 2.61 2.77 3/76 13090
/proc/meminfo: memFree=1772488/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=76924 CPUtime=2.24
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 18575 0 0 0 213 11 0 0 25 0 1 0 45367240 78770176 18561 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/13090/statm: 19231 18561 72 150 0 19078 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 96012

[startup+51.1016 s]
/proc/loadavg: 2.29 2.56 2.75 3/76 13090
/proc/meminfo: memFree=1772168/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=77336 CPUtime=27.63
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 18690 0 0 0 2752 11 0 0 25 0 1 0 45367240 79192064 18676 996147200 134512640 135127466 4294956256 18446744073709551615 134522649 0 0 4096 3 0 0 0 17 0 0 0
/proc/13090/statm: 19334 18676 76 150 0 19181 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 96424

[startup+102.305 s]
/proc/loadavg: 2.12 2.47 2.71 3/76 13092
/proc/meminfo: memFree=1770696/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=77636 CPUtime=78.44
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 18741 0 0 0 7832 12 0 0 25 0 1 0 45367240 79499264 18727 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/13090/statm: 19409 18727 76 150 0 19256 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 96724

[startup+162.302 s]
/proc/loadavg: 2.04 2.38 2.66 3/76 13092
/proc/meminfo: memFree=1770248/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=77904 CPUtime=137.98
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 18786 0 0 0 13786 12 0 0 25 0 1 0 45367240 79773696 18772 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13090/statm: 19476 18772 76 150 0 19323 0
Current children cumulated CPU time (s) 160.91

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

/proc/meminfo: memFree=900864/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=132556 CPUtime=3117.23
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 32153 0 0 0 311688 35 0 0 25 0 1 0 45367240 135737344 32139 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13090/statm: 33139 32139 76 150 0 32986 0
Current children cumulated CPU time (s) 3140.16
Current children cumulated vsize (KiB) 151644

[startup+3222.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/76 13208
/proc/meminfo: memFree=898112/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=135448 CPUtime=3177.22
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 32867 0 0 0 317686 36 0 0 25 0 1 0 45367240 138698752 32853 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13090/statm: 33862 32853 76 150 0 33709 0
Current children cumulated CPU time (s) 3200.15
Current children cumulated vsize (KiB) 154536

[startup+3282.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/76 13208
/proc/meminfo: memFree=892352/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=141064 CPUtime=3237.21
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 34280 0 0 0 323683 38 0 0 25 0 1 0 45367240 144449536 34266 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13090/statm: 35266 34266 76 150 0 35113 0
Current children cumulated CPU time (s) 3260.14
Current children cumulated vsize (KiB) 160152

[startup+3342.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/76 13208
/proc/meminfo: memFree=886912/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=146580 CPUtime=3297.19
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 35635 0 0 0 329680 39 0 0 25 0 1 0 45367240 150097920 35621 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13090/statm: 36645 35621 76 150 0 36492 0
Current children cumulated CPU time (s) 3320.12
Current children cumulated vsize (KiB) 165668

[startup+3402.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 13208
/proc/meminfo: memFree=886016/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=147240 CPUtime=3357.18
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 35821 0 0 0 335679 39 0 0 25 0 1 0 45367240 150773760 35807 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13090/statm: 36810 35807 76 150 0 36657 0
Current children cumulated CPU time (s) 3380.11
Current children cumulated vsize (KiB) 166328

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 13208
/proc/meminfo: memFree=885824/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=147240 CPUtime=3417.16
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 35821 0 0 0 341677 39 0 0 25 0 1 0 45367240 150773760 35807 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13090/statm: 36810 35807 76 150 0 36657 0
Current children cumulated CPU time (s) 3440.09
Current children cumulated vsize (KiB) 166328

[startup+3522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 13208
/proc/meminfo: memFree=885696/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=147240 CPUtime=3477.14
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 35824 0 0 0 347675 39 0 0 25 0 1 0 45367240 150773760 35810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13090/statm: 36810 35810 76 150 0 36657 0
Current children cumulated CPU time (s) 3500.07
Current children cumulated vsize (KiB) 166328

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 13208
/proc/meminfo: memFree=885568/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=147240 CPUtime=3537.13
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 35824 0 0 0 353674 39 0 0 25 0 1 0 45367240 150773760 35810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13090/statm: 36810 35810 76 150 0 36657 0
Current children cumulated CPU time (s) 3560.06
Current children cumulated vsize (KiB) 166328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 13208
/proc/meminfo: memFree=885568/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=147240 CPUtime=3577.12
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 35825 0 0 0 357673 39 0 0 25 0 1 0 45367240 150773760 35811 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13090/statm: 36810 35811 76 150 0 36657 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 166328

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

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

[startup+3622.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 13208
/proc/meminfo: memFree=885568/2055920 swapFree=4192812/4192956
[pid=13018] ppid=13016 vsize=13732 CPUtime=22.93
/proc/13018/stat : 13018 (sugar) S 13016 13018 12262 0 -1 4194304 1552 104109 0 6 4 2 2184 103 16 0 1 0 45364916 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13018/statm: 3433 838 374 3 0 533 0
[pid=13089] ppid=13018 vsize=5356 CPUtime=0
/proc/13089/stat : 13089 (sh) S 13018 13018 12262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45367240 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13089/statm: 1339 232 193 169 0 50 0
[pid=13090] ppid=13089 vsize=147240 CPUtime=3577.12
/proc/13090/stat : 13090 (minisat) R 13089 13018 12262 0 -1 4194304 35825 0 0 0 357673 39 0 0 25 0 1 0 45367240 150773760 35811 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13090/statm: 36810 35811 76 150 0 36657 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 166328

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13018 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=892671
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=74836
# CPU time returned by wait4() is 22.9675
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3622.35
CPU time (s): 3600.05
CPU user time (s): 3598.61
CPU system time (s): 1.44
CPU usage (%): 99.3842
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8927
system time used= 1.07484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106002
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= 11137
involuntary context switches= 11149

runsolver used 3.36049 second user time and 9.93649 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-12 20:17:51
IDJOB=1113562
IDBENCH=61603
IDSOLVER=368
FILE ID=node63/1113562-1215886671
PBS_JOBID= 7903596
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles500-10.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-1113562-1215886671/watcher-1113562-1215886671 -o /tmp/evaluation-result-1113562-1215886671/solver-1113562-1215886671 -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-1113562-1215886671.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e14be268e006f867b23a851d853e2f8
RANDOM SEED=1732764177

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1885952 kB
Buffers:         18084 kB
Cached:          55084 kB
SwapCached:          0 kB
Active:          87472 kB
Inactive:        29344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1885952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          54900 kB
Slab:            38160 kB
Committed_AS:   149976 kB
PageTables:       2044 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node63 at 2008-07-12 21:18:16