Trace number 1109791

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)198 3600.3 3635.21

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-25-3.xml
MD5SUM3922accf6b7ba2097692072ea1b74ee3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints50
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints2300
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2300
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.04/0.24	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.24	c 0	BEGIN Fri Jul 11 23:09:23 2008
0.04/0.24	c 0	PID 16266
0.04/0.24	c 0	HOST node50.alineos.net
0.04/0.24	c 0	CONVERTING HOME/instance-1109791-1215810562.xml TO HOME/temp.csp
0.04/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109791-1215810562.xml' 'HOME/temp.csp'
0.07/0.90	c 0	1 domains, 300 variables, 1 predicates, 0 relations, 2300 constraints
0.07/0.93	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.93	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/1.01	c 0	Parsing HOME/temp.csp
0.97/1.25	c 1	parsed 2602 expressions
0.97/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.97/1.28	c 1	MAX CSP: 2300 constraints
0.97/1.28	c 1	Converting to clausal form CSP
1.16/1.45	c 1	converted 491 (10%) expressions
1.27/1.50	c 1	converted 981 (20%) expressions
1.27/1.53	c 1	converted 1472 (30%) expressions
1.27/1.56	c 1	converted 1962 (40%) expressions
1.27/1.59	c 1	converted 2453 (50%) expressions
1.36/1.66	c 1	converted 2943 (60%) expressions
1.36/1.69	c 1	converted 3434 (70%) expressions
1.46/1.72	c 1	converted 3924 (80%) expressions
1.46/1.74	c 1	converted 4415 (90%) expressions
1.76/2.01	c 1	converted 4905 (100%) expressions
1.76/2.01	c 1	CSP : 4900 integers, 0 booleans, 6899 clauses, largest domain size 3451
1.76/2.01	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.76/2.01	c 1	Propagation in CSP
1.85/2.14	c 2	2293 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.85/2.15	c 2	CSP : 4900 integers, 0 booleans, 6899 clauses, largest domain size 2301
1.85/2.15	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.85/2.15	c 2	Simplifing CSP by introducing new Boolean variables
1.97/2.30	c 2	CSP : 4900 integers, 13800 booleans, 20699 clauses, largest domain size 2301
1.97/2.30	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.38	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.16/2.41	c 2	490 (10%) CSP integer variables are encoded (300 clauses, 3256 bytes)
2.16/2.42	c 2	980 (20%) CSP integer variables are encoded (300 clauses, 3256 bytes)
2.16/2.42	c 2	1470 (30%) CSP integer variables are encoded (300 clauses, 3256 bytes)
2.16/2.43	c 2	1960 (40%) CSP integer variables are encoded (300 clauses, 3256 bytes)
2.16/2.43	c 2	2450 (50%) CSP integer variables are encoded (300 clauses, 3256 bytes)
2.16/2.43	c 2	2940 (60%) CSP integer variables are encoded (4892 clauses, 62952 bytes)
2.16/2.47	c 2	3430 (70%) CSP integer variables are encoded (30619 clauses, 444968 bytes)
2.16/2.47	c 2	3920 (80%) CSP integer variables are encoded (37187 clauses, 543488 bytes)
2.16/2.48	c 2	4410 (90%) CSP integer variables are encoded (41344 clauses, 605843 bytes)
2.16/2.49	c 2	4900 (100%) CSP integer variables are encoded (46812 clauses, 687863 bytes)
2.25/2.56	c 2	2070 (10%) CSP clauses are encoded (52432 clauses, 774637 bytes)
2.25/2.58	c 2	4140 (20%) CSP clauses are encoded (58050 clauses, 863237 bytes)
2.36/2.61	c 2	6210 (30%) CSP clauses are encoded (63668 clauses, 956091 bytes)
2.36/2.63	c 2	8280 (40%) CSP clauses are encoded (69288 clauses, 1048946 bytes)
2.36/2.66	c 2	10350 (50%) CSP clauses are encoded (74906 clauses, 1141800 bytes)
2.36/2.68	c 2	12420 (60%) CSP clauses are encoded (80524 clauses, 1234654 bytes)
2.45/2.71	c 2	14490 (70%) CSP clauses are encoded (86142 clauses, 1327508 bytes)
2.45/2.78	c 2	16560 (80%) CSP clauses are encoded (119452 clauses, 1917934 bytes)
12.71/13.18	c 13	18630 (90%) CSP clauses are encoded (5457812 clauses, 113455253 bytes)
15.15/15.63	c 15	20699 (100%) CSP clauses are encoded (6796036 clauses, 142069255 bytes)
15.15/15.63	c 15	20699 CSP clauses encoded
15.15/15.63	c 15	Writing map file : HOME/temp.map
15.15/15.68	c 15	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.15/15.68	c 15	SAT : 65512 SAT variables, 6796036 SAT clauses, 142069255 bytes
15.15/15.68	c 15	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.24/15.73	c 15	OBJECTIVE minimize _COST
15.24/15.73	c 15	SOLVING HOME/temp.cnf
15.24/15.73	c 15	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
15.26/16.00	c 15	This is MiniSat 2.0 beta incremental
15.26/16.00	c 15	WARNING: for repeatability, setting FPU to use double precision
15.26/16.00	c 15	============================[ Problem Statistics ]=============================
15.26/16.00	c 15	|                                                                             |
15.26/16.00	c 15	|  Number of variables:  65512                                                |
15.26/16.00	c 15	|  Number of clauses:    6796036                                              |
18.21/19.09	c 18	|  Parsing time:         2.63         s                                       |
18.41/19.23	c 19	OK
18.41/19.23	c 19	OBJECTIVE BOUND: 0 <= _COST <= 
18.41/19.23	c 19	SEARCHING: _COST <= 1150
18.41/19.23	c 19	============================[ Search Statistics ]==============================
18.41/19.23	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.41/19.23	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.41/19.23	c 19	===============================================================================
18.41/19.23	c 19	|         0 |   65512  6796036 20227572 |  2265345        0    nan |  0.000 % |
19.10/19.96	c 19	|       100 |   65512  6796036 20227572 |  2491879      100      7 |  0.000 % |
19.50/20.33	c 20	|       250 |   65512  6796036 20227572 |  2741067      250      7 |  0.000 % |
19.80/20.69	c 20	|       475 |   65512  6796036 20227572 |  3015174      475      7 |  0.000 % |
20.19/21.03	c 20	|       812 |   65512  6796036 20227572 |  3316692      812      7 |  0.000 % |
20.79/21.64	c 21	|      1318 |   65512  6796036 20227572 |  3648361     1318      7 |  0.000 % |
21.37/22.25	c 22	|      2077 |   65512  6796036 20227572 |  4013197     2077      9 |  0.000 % |
23.06/23.94	c 23	|      3216 |   65512  6796036 20227572 |  4414517     3216      8 |  0.000 % |
29.50/30.49	c 30	|      4924 |   65512  6796036 20227572 |  4855968     4924     11 |  0.000 % |
30.89/31.89	c 31	|      7487 |   65512  6796036 20227572 |  5341565     7487     11 |  0.000 % |
31.38/32.34	c 32	===============================================================================
31.38/32.34	c 32	restarts              : 10
31.38/32.34	c 32	conflicts             : 7646          (487 /sec)
31.38/32.34	c 32	decisions             : 583381        (0.32 % random) (37142 /sec)
31.38/32.34	c 32	propagations          : 7701600        (490341 /sec)
31.38/32.34	c 32	conflict literals     : 87040          (4.74 % deleted)
31.38/32.34	c 32	Memory used           : 279.20 MB
31.38/32.34	c 32	CPU time              : 15.7066 s
31.38/32.34	c 32	
31.38/32.34	c 32	SATISFIABLE
31.38/32.37	c 32	OK
31.38/32.37	c 32	FOUND: _COST <= 1150
31.38/32.37	s SATISFIABLE
31.38/32.37	c 32	DECODING HOME/temp.out WITH HOME/temp.map
31.38/32.37	c 32	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
31.45/32.45	c 32	Decoding HOME/temp.out
31.45/32.68	c 32	OBJECTIVE _COST 1150
31.45/32.68	o 1150
31.45/32.69	v 2 0 2 2 2 0 1 2 2 2 2 2 2 2 2 2 1 2 2 0 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 2 2 2 2 2 1 2 2 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 2 2 0 2 0 2 2 2 1 2 2 1 2 2 2 2 1 2 2 2 2 2 2 0 2 2 1 2 2 2 2 2 2 1 2 2 1 2 0 1 0 2 0 2 1 1 2 1 2 2 2 2 2 0 2 1 1 0 1 1 2 0 2 2 2 2 1 2 2 2 2 2 2 1 0 2 2 2 2 2 2 2 2 2 2 1 1 0 2 2 2 2 2 2 2 1 2 2 2 0 2 1 1 0 2 2 2 1 2 2 1 0 2 2 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 1 2 2 2 2 2 2 2 2 2 2 1 0 1 2 0 0 1 2 2 2 2 2 2 2 2 2 2 2 2 2 0 2 1 2 2 1 2 0 1 1 2 0 2 0 2 2 2 2 2 2 1 0 2 2 2 1 0 2 1 2 0 0 2 1
31.45/32.69	c 32	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
31.45/32.74	c 32	OK
31.45/32.74	c 32	OBJECTIVE BOUND: 0 <= _COST <= 1150
31.45/32.74	c 32	SEARCHING: _COST <= 575
31.45/32.74	c 32	============================[ Search Statistics ]==============================
31.45/32.74	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.45/32.74	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.45/32.74	c 32	===============================================================================
31.45/32.74	c 32	|      7646 |   65512  6796036 20227572 |  2265345     7646     11 |  0.000 % |
32.14/33.19	c 33	|      7746 |   65512  6796036 20227572 |  2491879     7746     11 | 21.065 % |
32.43/33.42	c 33	|      7897 |   65512  6796036 20227572 |  2741067     7897     11 | 21.065 % |
32.63/33.65	c 33	|      8122 |   65512  6796036 20227572 |  3015174     8122     11 | 21.065 % |
32.83/33.89	c 33	|      8459 |   65512  6796036 20227572 |  3316692     8459     11 | 21.065 % |
33.42/34.48	c 34	===============================================================================
33.42/34.49	c 34	restarts              : 15
33.42/34.49	c 34	conflicts             : 8715          (499 /sec)
33.42/34.49	c 34	decisions             : 660109        (0.31 % random) (37826 /sec)
33.42/34.49	c 34	propagations          : 8801297        (504333 /sec)
33.42/34.49	c 34	conflict literals     : 96589          (4.40 % deleted)
33.42/34.49	c 34	Memory used           : 279.20 MB
33.42/34.49	c 34	CPU time              : 17.4513 s
33.42/34.49	c 34	
33.42/34.49	c 34	SATISFIABLE
33.51/34.51	c 34	OK
33.51/34.51	c 34	FOUND: _COST <= 575
33.51/34.51	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.51/34.51	c 34	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
33.51/34.59	c 34	Decoding HOME/temp.out
33.53/35.02	c 34	OBJECTIVE _COST 575
33.53/35.02	o 575
33.53/35.04	v 0 2 2 1 1 2 2 2 2 2 2 1 2 2 2 2 2 1 2 2 2 2 1 0 2 2 1 1 2 1 2 2 1 0 1 2 0 1 0 1 1 2 2 1 2 2 1 2 1 2 2 0 0 1 1 0 2 2 1 1 2 0 0 1 2 2 2 1 1 0 2 1 2 0 1 2 2 1 0 2 1 2 2 1 2 2 2 1 1 1 0 1 2 2 2 2 2 2 1 2 2 1 0 0 2 0 2 2 2 2 1 0 2 2 2 1 2 2 2 2 2 2 0 1 1 2 1 2 2 2 2 1 1 0 0 0 1 1 1 1 0 1 2 2 0 2 1 1 1 2 2 2 2 1 2 2 2 2 2 2 2 2 2 2 0 1 2 1 1 2 2 2 1 2 1 1 0 0 0 1 2 2 2 2 2 2 2 2 2 1 1 2 1 2 2 1 2 2 0 2 2 0 2 0 2 2 2 0 0 2 1 1 2 1 2 2 2 1 2 2 2 1 2 2 0 1 2 1 2 2 2 2 2 0 1 2 2 2 2 2 2 0 2 2 1 1 0 1 1 2 0 2 1 2 2 2 2 0 2 2 2 1 2 0 2 1 1 1 1 2 2 0 2 2 2 2 2 2 2 2 0 2 2 2 1 0 2 1 2 0 2 2 1 0 2 2 1 2 0 2
33.53/35.05	c 34	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
34.06/35.11	c 35	OK
34.06/35.11	c 35	OBJECTIVE BOUND: 0 <= _COST <= 575
34.06/35.11	c 35	SEARCHING: _COST <= 287
34.06/35.11	c 35	============================[ Search Statistics ]==============================
34.06/35.11	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.06/35.11	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.06/35.11	c 35	===============================================================================
34.06/35.11	c 35	|      8715 |   51712  6796036 20227572 |  2265345     8715     11 | 21.065 % |
34.35/35.40	c 35	|      8815 |   51712  6796036 20227572 |  2491879     8815     11 | 32.475 % |
34.45/35.57	c 35	|      8965 |   51712  6796036 20227572 |  2741067     8965     11 | 32.475 % |
34.65/35.77	c 35	|      9190 |   51712  6796036 20227572 |  3015174     9190     11 | 32.475 % |
34.85/35.98	c 35	|      9528 |   51712  6796036 20227572 |  3316692     9528     11 | 32.475 % |
35.25/36.30	c 36	|     10034 |   51712  6796036 20227572 |  3648361    10034     11 | 32.475 % |
35.44/36.56	c 36	|     10794 |   51712  6796036 20227572 |  4013197    10794     12 | 32.475 % |
36.14/37.27	c 37	|     11933 |   51712  6796036 20227572 |  4414517    11933     15 | 32.475 % |
37.33/38.45	c 38	|     13641 |   51712  6796036 20227572 |  4855968    13641     15 | 32.475 % |
41.50/42.65	c 42	|     16203 |   51712  6796036 20227572 |  5341565    16203     27 | 32.475 % |
44.96/46.14	c 46	===============================================================================
44.96/46.15	c 46	restarts              : 25
44.96/46.15	c 46	conflicts             : 18261         (643 /sec)
44.96/46.15	c 46	decisions             : 901213        (0.36 % random) (31720 /sec)
44.96/46.15	c 46	propagations          : 18378256       (646856 /sec)
44.96/46.15	c 46	conflict literals     : 463621         (13.98 % deleted)
44.96/46.15	c 46	Memory used           : 280.86 MB
44.96/46.15	c 46	CPU time              : 28.4117 s
44.96/46.15	c 46	
44.96/46.15	c 46	SATISFIABLE
44.96/46.17	c 46	OK
44.96/46.17	c 46	FOUND: _COST <= 287
44.96/46.17	c 46	DECODING HOME/temp.out WITH HOME/temp.map
44.96/46.17	c 46	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
45.04/46.25	c 46	Decoding HOME/temp.out
45.33/46.59	c 46	OBJECTIVE _COST 287
45.33/46.59	o 287
45.43/46.61	v 1 0 2 0 1 2 2 1 2 1 2 1 2 2 2 2 2 1 2 0 0 1 2 1 1 0 1 2 1 0 1 1 2 2 0 0 0 2 0 0 1 2 2 2 2 1 0 2 2 0 2 1 0 1 0 2 1 0 2 1 1 0 1 1 2 2 2 0 2 1 2 0 1 1 1 2 1 0 0 1 2 1 0 1 0 2 2 1 2 2 0 0 2 2 2 1 2 1 0 1 2 2 2 1 2 1 1 0 0 1 2 2 2 1 0 2 1 2 1 1 0 2 0 0 1 1 2 2 0 1 0 2 1 0 2 1 2 1 1 2 2 0 0 1 0 2 0 0 0 0 2 0 1 2 2 2 1 1 2 2 1 2 1 1 0 2 2 1 1 0 0 0 1 2 2 1 2 2 1 0 2 1 1 0 2 1 2 1 0 0 2 1 2 1 2 1 0 2 0 0 2 1 2 1 2 1 1 2 0 2 1 0 2 2 1 2 2 0 0 1 1 2 0 0 2 2 2 2 0 0 0 2 0 1 1 1 0 2 0 2 1 2 1 0 2 2 1 1 0 1 2 2 0 1 2 2 1 2 2 0 0 1 0 1 2 0 2 1 2 0 1 2 2 1 2 0 2 2 2 2 2 2 1 1 0 1 0 1 2 2 1 0 1 0 2 2 0 0 2 1
45.43/46.61	c 46	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
45.43/46.68	c 46	OK
45.43/46.68	c 46	OBJECTIVE BOUND: 0 <= _COST <= 287
45.43/46.68	c 46	SEARCHING: _COST <= 143
45.43/46.68	c 46	============================[ Search Statistics ]==============================
45.43/46.68	c 46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.43/46.68	c 46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.43/46.68	c 46	===============================================================================
45.43/46.68	c 46	|     18261 |   44237  6796036 20227572 |  2265345    18261     25 | 32.475 % |
45.81/47.03	c 46	|     18362 |   44237  6796036 20227572 |  2491879    18362     26 | 39.515 % |
46.01/47.22	c 47	|     18512 |   44237  6796036 20227572 |  2741067    18512     25 | 39.515 % |
46.30/47.53	c 47	|     18737 |   44237  6796036 20227572 |  3015174    18737     25 | 39.515 % |
46.50/47.73	c 47	|     19074 |   44237  6796036 20227572 |  3316692    19074     25 | 39.515 % |
47.30/48.57	c 48	|     19581 |   44237  6796036 20227572 |  3648361    19581     26 | 39.515 % |
47.99/49.28	c 49	|     20340 |   44237  6796036 20227572 |  4013197    20340     25 | 39.515 % |
60.87/62.26	c 62	|     21479 |   39625  1607656  4738080 |  4414517    21432     27 | 39.515 % |
61.66/63.04	c 62	|     23187 |   39625  1607656  4738080 |  4855968    23140     29 | 39.515 % |
66.81/68.27	c 68	|     25750 |   39625  1607656  4738080 |  5341565    25703     35 | 39.515 % |
70.37/71.88	c 71	|     29594 |   39625  1607656  4738080 |  5875722    29547     45 | 39.515 % |
81.47/83.09	c 82	|     35363 |   39625  1607656  4738080 |  6463294    35316     57 | 39.515 % |
89.19/90.85	c 90	|     44013 |   39625  1607656  4738080 |  7109624    43966     75 | 39.515 % |
97.31/99.05	c 98	|     56988 |   39625  1607656  4738080 |  7820586    56941     91 | 39.515 % |
121.58/123.51	c 123	|     76449 |   39625  1607656  4738080 |  8602645    76402    103 | 39.515 % |
167.35/169.84	c 169	|    105642 |   39625  1607656  4738080 |  9462909   105595    110 | 39.515 % |
293.65/297.39	c 297	|    149431 |   39625  1607656  4738080 | 10409200   149384    108 | 39.515 % |
432.23/437.21	c 437	|    215116 |   39625  1607656  4738080 | 11450120   215069    144 | 39.515 % |
798.15/806.66	c 806	|    313642 |   39625  1607656  4738080 | 12595132   313595    138 | 39.515 % |
1437.69/1452.23	c 1452	|    461433 |   39625  1607656  4738080 | 13854646   461386    184 | 39.515 % |
2689.55/2716.00	c 2715	|    683116 |   39625  1607656  4738080 | 15240110   683069    160 | 39.515 % |
3600.07/3635.01	c ERROR INTERRUPTED
3600.17/3635.16	c 3635	CPU 3596.96 (0.08 0.02 3596.88 3.22)
3600.17/3635.16	c 3635	END Sat Jul 12 00:09:58 2008

Verifier Data (download as text)

OK	198	2102
198 unsatisfied constraints, 2102 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-1109791-1215810562/watcher-1109791-1215810562 -o /tmp/evaluation-result-1109791-1215810562/solver-1109791-1215810562 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109791-1215810562.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.99 1.97 1.86 4/81 16266
/proc/meminfo: memFree=1908432/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=18572 CPUtime=0
/proc/16266/stat : 16266 (runsolver) D 16264 16266 15512 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 37755145 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 240577473831 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16266/statm: 4643 292 257 25 0 2626 0

[startup+0.104404 s]
/proc/loadavg: 1.99 1.97 1.86 4/81 16266
/proc/meminfo: memFree=1908432/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=12412 CPUtime=0
/proc/16266/stat : 16266 (sugar++) D 16264 16266 15512 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 37755145 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16266/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.201439 s]
/proc/loadavg: 1.99 1.97 1.86 4/81 16266
/proc/meminfo: memFree=1908432/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=14776 CPUtime=0.04
/proc/16266/stat : 16266 (sugar++) R 16264 16266 15512 0 -1 4194304 880 0 0 0 3 1 0 0 18 0 1 0 37755145 15130624 848 996147200 4194304 4206940 548682068528 18446744073709551615 240577641061 0 0 4224 0 0 0 0 17 1 0 0
/proc/16266/statm: 3694 848 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.301441 s]
/proc/loadavg: 1.99 1.97 1.86 4/81 16266
/proc/meminfo: memFree=1908432/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=16740 CPUtime=0.07
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37755145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701514 s]
/proc/loadavg: 1.99 1.97 1.86 4/81 16266
/proc/meminfo: memFree=1908432/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=16740 CPUtime=0.07
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37755145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50265 s]
/proc/loadavg: 1.99 1.97 1.86 3/92 16288
/proc/meminfo: memFree=1899256/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=16740 CPUtime=0.72
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1296 5260 0 1 5 2 61 4 15 0 1 0 37755145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4185 1104 409 3 0 764 0
[pid=16279] ppid=16266 vsize=5356 CPUtime=0
/proc/16279/stat : 16279 (sh) S 16266 16266 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37755238 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16279/statm: 1339 233 193 169 0 50 0
[pid=16280] ppid=16279 vsize=868360 CPUtime=0.55
/proc/16280/stat : 16280 (java) S 16279 16266 15512 0 -1 0 5437 0 1 0 51 4 0 0 18 0 9 0 37755238 889200640 4858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16280/statm: 217090 4858 1734 9 0 211665 0
[pid=16280/tid=16281] ppid=16279 vsize=868360 CPUtime=0.31
/proc/16280/task/16281/stat : 16281 (java) R 16279 16266 15512 0 -1 64 2651 0 1 0 29 2 0 0 18 0 9 0 37755239 889200640 4858 996147200 134512640 134550740 4294955920 18446744073709551615 4126586894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16282] ppid=16279 vsize=868360 CPUtime=0.03
/proc/16280/task/16282/stat : 16282 (java) S 16279 16266 15512 0 -1 64 656 0 0 0 3 0 0 0 16 0 9 0 37755240 889200640 4858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16283] ppid=16279 vsize=868360 CPUtime=0
/proc/16280/task/16283/stat : 16283 (java) S 16279 16266 15512 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 37755241 889200640 4858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16284] ppid=16279 vsize=868360 CPUtime=0
/proc/16280/task/16284/stat : 16284 (java) S 16279 16266 15512 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 37755241 889200640 4858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16285] ppid=16279 vsize=868360 CPUtime=0
/proc/16280/task/16285/stat : 16285 (java) S 16279 16266 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37755242 889200640 4858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16286] ppid=16279 vsize=868360 CPUtime=0.16
/proc/16280/task/16286/stat : 16286 (java) S 16279 16266 15512 0 -1 64 1438 0 0 0 16 0 0 0 16 0 9 0 37755243 889200640 4858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16287] ppid=16279 vsize=868360 CPUtime=0
/proc/16280/task/16287/stat : 16287 (java) S 16279 16266 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37755243 889200640 4858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16288] ppid=16279 vsize=868360 CPUtime=0
/proc/16280/task/16288/stat : 16288 (java) S 16279 16266 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37755243 889200640 4858 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 890456

[startup+3.10191 s]
/proc/loadavg: 1.99 1.97 1.86 4/92 16288
/proc/meminfo: memFree=1881656/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=16740 CPUtime=0.73
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1297 5260 0 1 6 2 61 4 15 0 1 0 37755145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4185 1104 409 3 0 764 0
[pid=16279] ppid=16266 vsize=5356 CPUtime=0
/proc/16279/stat : 16279 (sh) S 16266 16266 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37755238 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16279/statm: 1339 233 193 169 0 50 0
[pid=16280] ppid=16279 vsize=868472 CPUtime=2.12
/proc/16280/stat : 16280 (java) S 16279 16266 15512 0 -1 0 9572 0 1 0 203 9 0 0 18 0 9 0 37755238 889315328 8615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16280/statm: 217118 8615 2565 9 0 211665 0
[pid=16280/tid=16281] ppid=16279 vsize=868472 CPUtime=1.39
/proc/16280/task/16281/stat : 16281 (java) R 16279 16266 15512 0 -1 64 2975 0 1 0 135 4 0 0 23 0 9 0 37755239 889315328 8615 996147200 134512640 134550740 4294955920 18446744073709551615 4127072313 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16282] ppid=16279 vsize=868472 CPUtime=0.43
/proc/16280/task/16282/stat : 16282 (java) S 16279 16266 15512 0 -1 64 4401 0 0 0 40 3 0 0 16 0 9 0 37755240 889315328 8615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16283] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16283/stat : 16283 (java) S 16279 16266 15512 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37755241 889315328 8615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16284] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16284/stat : 16284 (java) S 16279 16266 15512 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37755241 889315328 8615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16285] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16285/stat : 16285 (java) S 16279 16266 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37755242 889315328 8615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16286] ppid=16279 vsize=868472 CPUtime=0.27
/proc/16280/task/16286/stat : 16286 (java) S 16279 16266 15512 0 -1 64 1502 0 0 0 26 1 0 0 16 0 9 0 37755243 889315328 8615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16287] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16287/stat : 16287 (java) S 16279 16266 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37755243 889315328 8615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16288] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16288/stat : 16288 (java) S 16279 16266 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37755243 889315328 8615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 890568

[startup+6.30245 s]
/proc/loadavg: 1.99 1.97 1.86 3/92 16288
/proc/meminfo: memFree=1856376/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=16740 CPUtime=0.73
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1297 5260 0 1 6 2 61 4 15 0 1 0 37755145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4185 1104 409 3 0 764 0
[pid=16279] ppid=16266 vsize=5356 CPUtime=0
/proc/16279/stat : 16279 (sh) S 16266 16266 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37755238 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16279/statm: 1339 233 193 169 0 50 0
[pid=16280] ppid=16279 vsize=868472 CPUtime=5.29
/proc/16280/stat : 16280 (java) S 16279 16266 15512 0 -1 0 10115 0 1 0 498 31 0 0 18 0 9 0 37755238 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16280/statm: 217118 8620 2565 9 0 211665 0
[pid=16280/tid=16281] ppid=16279 vsize=868472 CPUtime=4.37
/proc/16280/task/16281/stat : 16281 (java) R 16279 16266 15512 0 -1 64 3513 0 1 0 415 22 0 0 25 0 9 0 37755239 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4126474938 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16282] ppid=16279 vsize=868472 CPUtime=0.6
/proc/16280/task/16282/stat : 16282 (java) S 16279 16266 15512 0 -1 64 4401 0 0 0 54 6 0 0 16 0 9 0 37755240 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16283] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16283/stat : 16283 (java) S 16279 16266 15512 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37755241 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16284] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16284/stat : 16284 (java) S 16279 16266 15512 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37755241 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16285] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16285/stat : 16285 (java) S 16279 16266 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37755242 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16286] ppid=16279 vsize=868472 CPUtime=0.28
/proc/16280/task/16286/stat : 16286 (java) S 16279 16266 15512 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 37755243 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16287] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16287/stat : 16287 (java) S 16279 16266 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37755243 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16288] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16288/stat : 16288 (java) S 16279 16266 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37755243 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 890568

[startup+12.7025 s]
/proc/loadavg: 1.99 1.97 1.86 3/92 16288
/proc/meminfo: memFree=1779904/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=16740 CPUtime=0.73
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1297 5260 0 1 6 2 61 4 15 0 1 0 37755145 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4185 1104 409 3 0 764 0
[pid=16279] ppid=16266 vsize=5356 CPUtime=0
/proc/16279/stat : 16279 (sh) S 16266 16266 15512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37755238 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16279/statm: 1339 233 193 169 0 50 0
[pid=16280] ppid=16279 vsize=868472 CPUtime=11.58
/proc/16280/stat : 16280 (java) S 16279 16266 15512 0 -1 0 11364 0 1 0 1074 84 0 0 18 0 9 0 37755238 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16280/statm: 217118 8620 2565 9 0 211665 0
[pid=16280/tid=16281] ppid=16279 vsize=868472 CPUtime=10.3
/proc/16280/task/16281/stat : 16281 (java) R 16279 16266 15512 0 -1 64 4762 0 1 0 961 69 0 0 25 0 9 0 37755239 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4126910674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16282] ppid=16279 vsize=868472 CPUtime=0.98
/proc/16280/task/16282/stat : 16282 (java) S 16279 16266 15512 0 -1 64 4401 0 0 0 85 13 0 0 16 0 9 0 37755240 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16283] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16283/stat : 16283 (java) S 16279 16266 15512 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37755241 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16284] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16284/stat : 16284 (java) S 16279 16266 15512 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37755241 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16285] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16285/stat : 16285 (java) S 16279 16266 15512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37755242 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16286] ppid=16279 vsize=868472 CPUtime=0.28
/proc/16280/task/16286/stat : 16286 (java) S 16279 16266 15512 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 37755243 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16287] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16287/stat : 16287 (java) S 16279 16266 15512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37755243 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16288] ppid=16279 vsize=868472 CPUtime=0
/proc/16280/task/16288/stat : 16288 (java) S 16279 16266 15512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37755243 889315328 8620 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 890568

[startup+25.5017 s]
/proc/loadavg: 1.99 1.97 1.86 3/83 16289
/proc/meminfo: memFree=1483400/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=15.26
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1529 17503 4 2 7 2 1401 116 16 0 1 0 37755145 17547264 1183 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1183 414 3 0 863 0
[pid=16289] ppid=16266 vsize=285732 CPUtime=9.38
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 69995 0 0 0 892 46 0 0 25 0 1 0 37756745 292589568 69943 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 71433 69943 74 151 0 71279 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 302868

[startup+51.102 s]
/proc/loadavg: 1.99 1.97 1.87 3/83 16319
/proc/meminfo: memFree=1481288/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 15 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=287860 CPUtime=33.31
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 70559 0 0 0 3283 48 0 0 25 0 1 0 37756745 294768640 70501 996147200 134512640 135134323 4294956192 18446744073709551615 134524822 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=677700 CPUtime=2936.88
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 167455 0 0 0 293532 156 0 0 25 0 1 0 37756745 693964800 167397 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 169425 167397 80 151 0 169271 0
Current children cumulated CPU time (s) 2953.44
Current children cumulated vsize (KiB) 694836

[startup+3042.3 s]
/proc/loadavg: 2.09 2.10 2.03 3/83 16362
/proc/meminfo: memFree=1068688/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=689332 CPUtime=2996.32
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 170377 0 0 0 299474 158 0 0 25 0 1 0 37756745 705875968 170319 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 172333 170319 80 151 0 172179 0
Current children cumulated CPU time (s) 3012.88
Current children cumulated vsize (KiB) 706468

[startup+3102.3 s]
/proc/loadavg: 2.03 2.08 2.02 4/83 16368
/proc/meminfo: memFree=1057336/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=700452 CPUtime=3055.74
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 173141 0 0 0 305413 161 0 0 25 0 1 0 37756745 717262848 173083 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 175113 173083 80 151 0 174959 0
Current children cumulated CPU time (s) 3072.3
Current children cumulated vsize (KiB) 717588

[startup+3162.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/83 16368
/proc/meminfo: memFree=1046600/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=711180 CPUtime=3115.19
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 175863 0 0 0 311356 163 0 0 25 0 1 0 37756745 728248320 175805 996147200 134512640 135134323 4294956192 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 177795 175805 80 151 0 177641 0
Current children cumulated CPU time (s) 3131.75
Current children cumulated vsize (KiB) 728316

[startup+3222.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/83 16368
/proc/meminfo: memFree=1036424/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=721088 CPUtime=3174.63
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 178331 0 0 0 317297 166 0 0 25 0 1 0 37756745 738394112 178273 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 180272 178273 80 151 0 180118 0
Current children cumulated CPU time (s) 3191.19
Current children cumulated vsize (KiB) 738224

[startup+3282.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/83 16368
/proc/meminfo: memFree=1027080/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=730348 CPUtime=3234.07
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 180669 0 0 0 323239 168 0 0 25 0 1 0 37756745 747876352 180611 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 182587 180611 80 151 0 182433 0
Current children cumulated CPU time (s) 3250.63
Current children cumulated vsize (KiB) 747484

[startup+3342.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/83 16368
/proc/meminfo: memFree=1016648/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=740680 CPUtime=3293.52
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 183240 0 0 0 329181 171 0 0 25 0 1 0 37756745 758456320 183182 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 185170 183182 80 151 0 185016 0
Current children cumulated CPU time (s) 3310.08
Current children cumulated vsize (KiB) 757816

[startup+3402.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/83 16368
/proc/meminfo: memFree=1007632/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=749432 CPUtime=3352.97
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 185463 0 0 0 335123 174 0 0 25 0 1 0 37756745 767418368 185405 996147200 134512640 135134323 4294956192 18446744073709551615 134528283 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 187358 185405 80 151 0 187204 0
Current children cumulated CPU time (s) 3369.53
Current children cumulated vsize (KiB) 766568

[startup+3462.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/83 16368
/proc/meminfo: memFree=997840/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=759232 CPUtime=3412.42
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 187902 0 0 0 341065 177 0 0 25 0 1 0 37756745 777453568 187844 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 189808 187844 80 151 0 189654 0
Current children cumulated CPU time (s) 3428.98
Current children cumulated vsize (KiB) 776368

[startup+3522.31 s]
/proc/loadavg: 2.05 2.06 2.01 4/83 16368
/proc/meminfo: memFree=988816/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=768308 CPUtime=3471.86
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 190141 0 0 0 347007 179 0 0 25 0 1 0 37756745 786747392 190083 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 192077 190083 80 151 0 191923 0
Current children cumulated CPU time (s) 3488.42
Current children cumulated vsize (KiB) 785444

[startup+3582.3 s]
/proc/loadavg: 2.02 2.04 2.00 5/83 16368
/proc/meminfo: memFree=979472/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=777288 CPUtime=3531.3
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 192401 0 0 0 352949 181 0 0 25 0 1 0 37756745 795942912 192343 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 194322 192343 80 151 0 194168 0
Current children cumulated CPU time (s) 3547.86
Current children cumulated vsize (KiB) 794424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 16368
/proc/meminfo: memFree=972240/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1756 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=784556 CPUtime=3583.51
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4194304 194244 0 0 0 358167 184 0 0 25 0 1 0 37756745 803385344 194186 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 196139 194186 80 151 0 195985 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 801692

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

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

[startup+3635.11 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 16368
/proc/meminfo: memFree=972240/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=16.56
/proc/16266/stat : 16266 (sugar++) S 16264 16266 15512 0 -1 4194304 1774 29529 4 5 8 2 1520 126 16 0 1 0 37755145 17547264 1184 996147200 4194304 4206940 548682068528 18446744073709551615 240586375060 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/16266/statm: 4284 1184 414 3 0 863 0
[pid=16289] ppid=16266 vsize=0 CPUtime=3583.61
/proc/16289/stat : 16289 (minisat-inc) R 16266 16266 15512 0 -1 4195332 194244 0 0 0 358167 194 0 0 25 0 1 0 37756745 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/16289/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.17
Current children cumulated vsize (KiB) 17136

[startup+3635.21 s]
/proc/loadavg: 2.05 2.05 2.00 3/83 16368
/proc/meminfo: memFree=972240/2055920 swapFree=4192812/4192956
[pid=16266] ppid=16264 vsize=17136 CPUtime=3600.28
/proc/16266/stat : 16266 (sugar++) R 16264 16266 15512 0 -1 4194304 1780 223773 4 5 8 10 359688 322 18 0 1 0 37755145 17547264 1185 996147200 4194304 4206940 548682068528 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16266/statm: 4284 1185 415 3 0 863 0
Current children cumulated CPU time (s) 3600.28
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 3635.21
CPU time (s): 3600.3
CPU user time (s): 3596.97
CPU system time (s): 3.32949
CPU usage (%): 99.0397
Max. virtual memory (cumulated for all children) (KiB): 890644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.97
system time used= 3.32949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225608
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21832
involuntary context switches= 166742

runsolver used 6.16006 second user time and 10.2234 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-11 23:09:22
IDJOB=1109791
IDBENCH=61014
IDSOLVER=367
FILE ID=node50/1109791-1215810562
PBS_JOBID= 7903267
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3922accf6b7ba2097692072ea1b74ee3
RANDOM SEED=1114025364

node50.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.281
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.281
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:       1908912 kB
Buffers:          7240 kB
Cached:          55252 kB
SwapCached:          0 kB
Active:          70004 kB
Inactive:        26160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1908912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          53764 kB
Slab:            35960 kB
Committed_AS:   169236 kB
PageTables:       1948 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= 66440 MiB
End job on node50 at 2008-07-12 00:09:59