Trace number 1110583

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)8 3600.1 3608.83

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-34-9-a3.xml
MD5SUM6fb04572c4221b86fd18c3f1a983b4ce
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints5
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints702
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension702
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 04:17:20 2008
0.00/0.08	c 0	PID 17031
0.07/0.08	c 0	HOST node59.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1110583-1215829040.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110583-1215829040.xml' 'HOME/temp.csp'
0.07/0.62	c 1	2 domains, 45 variables, 3 predicates, 0 relations, 702 constraints
0.07/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	c 1	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.60/0.74	c 1	Parsing HOME/temp.csp
0.60/0.87	c 1	parsed 752 expressions
0.60/0.88	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.89	c 1	MAX CSP: 702 constraints
0.60/0.89	c 1	Converting to clausal form CSP
0.60/0.94	c 1	converted 146 (10%) expressions
0.60/0.97	c 1	converted 292 (20%) expressions
0.60/0.99	c 1	converted 438 (30%) expressions
0.92/1.07	c 1	converted 583 (40%) expressions
0.92/1.09	c 1	converted 729 (50%) expressions
0.92/1.10	c 1	converted 875 (60%) expressions
1.02/1.11	c 1	converted 1020 (70%) expressions
1.02/1.12	c 1	converted 1166 (80%) expressions
1.02/1.12	c 1	converted 1312 (90%) expressions
1.11/1.22	c 1	converted 1457 (100%) expressions
1.11/1.22	c 1	CSP : 1449 integers, 36 booleans, 2177 clauses, largest domain size 1054
1.11/1.22	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.22	c 1	Propagation in CSP
1.11/1.27	c 2	695 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.27	c 2	CSP : 1449 integers, 36 booleans, 2177 clauses, largest domain size 703
1.11/1.27	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.27	c 2	Simplifing CSP by introducing new Boolean variables
1.11/1.29	c 2	CSP : 1449 integers, 1296 booleans, 3437 clauses, largest domain size 703
1.11/1.29	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.33	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.35	c 2	145 (10%) CSP integer variables are encoded (1449 clauses, 16753 bytes)
1.21/1.35	c 2	290 (20%) CSP integer variables are encoded (1449 clauses, 16753 bytes)
1.21/1.35	c 2	435 (30%) CSP integer variables are encoded (1449 clauses, 16753 bytes)
1.21/1.35	c 2	580 (40%) CSP integer variables are encoded (1449 clauses, 16753 bytes)
1.21/1.35	c 2	725 (50%) CSP integer variables are encoded (1449 clauses, 16753 bytes)
1.21/1.36	c 2	870 (60%) CSP integer variables are encoded (2753 clauses, 33705 bytes)
1.21/1.36	c 2	1015 (70%) CSP integer variables are encoded (3803 clauses, 47355 bytes)
1.21/1.37	c 2	1160 (80%) CSP integer variables are encoded (10666 clauses, 140101 bytes)
1.21/1.37	c 2	1305 (90%) CSP integer variables are encoded (11682 clauses, 155341 bytes)
1.21/1.37	c 2	1449 (100%) CSP integer variables are encoded (13069 clauses, 176146 bytes)
1.31/1.41	c 2	344 (10%) CSP clauses are encoded (21435 clauses, 325606 bytes)
1.31/1.43	c 2	688 (20%) CSP clauses are encoded (29336 clauses, 469524 bytes)
1.31/1.45	c 2	1032 (30%) CSP clauses are encoded (37237 clauses, 614300 bytes)
1.31/1.47	c 2	1375 (40%) CSP clauses are encoded (45137 clauses, 759782 bytes)
1.31/1.49	c 2	1719 (50%) CSP clauses are encoded (53038 clauses, 909706 bytes)
1.50/1.61	c 2	2063 (60%) CSP clauses are encoded (100910 clauses, 1940089 bytes)
1.50/1.68	c 2	2406 (70%) CSP clauses are encoded (134325 clauses, 2543775 bytes)
2.49/2.63	c 3	2750 (80%) CSP clauses are encoded (610801 clauses, 11852500 bytes)
2.59/2.70	c 3	3094 (90%) CSP clauses are encoded (644211 clauses, 12552908 bytes)
2.69/2.88	c 3	3437 (100%) CSP clauses are encoded (739920 clauses, 14585673 bytes)
2.69/2.88	c 3	3437 CSP clauses encoded
2.69/2.88	c 3	Writing map file : HOME/temp.map
2.69/2.89	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.89	c 3	SAT : 15814 SAT variables, 739920 SAT clauses, 14585673 bytes
2.69/2.89	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.91	c 3	OBJECTIVE minimize _COST
2.78/2.91	c 3	SOLVING HOME/temp.cnf
2.78/2.91	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.78/2.91	c 3	This is MiniSat 2.0 beta incremental
2.78/2.91	c 3	WARNING: for repeatability, setting FPU to use double precision
2.78/2.91	c 3	============================[ Problem Statistics ]=============================
2.78/2.91	c 3	|                                                                             |
2.78/2.91	c 3	|  Number of variables:  15814                                                |
2.78/2.91	c 3	|  Number of clauses:    739920                                               |
3.08/3.26	c 4	|  Parsing time:         0.30         s                                       |
3.08/3.28	c 4	OK
3.08/3.28	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.08/3.28	c 4	SEARCHING: _COST <= 351
3.08/3.28	c 4	============================[ Search Statistics ]==============================
3.08/3.28	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.08/3.28	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.08/3.28	c 4	===============================================================================
3.08/3.28	c 4	|         0 |   15814   739920  2219253 |   246640        0    nan |  0.000 % |
3.18/3.37	c 4	===============================================================================
3.18/3.37	c 4	restarts              : 1
3.18/3.37	c 4	conflicts             : 48            (118 /sec)
3.18/3.37	c 4	decisions             : 583           (0.51 % random) (1433 /sec)
3.18/3.37	c 4	propagations          : 30601          (75198 /sec)
3.18/3.37	c 4	conflict literals     : 824            (7.00 % deleted)
3.18/3.37	c 4	Memory used           : 32.96 MB
3.18/3.37	c 4	CPU time              : 0.406938 s
3.18/3.37	c 4	
3.18/3.37	c 4	SATISFIABLE
3.18/3.37	c 4	OK
3.18/3.37	c 4	FOUND: _COST <= 351
3.18/3.37	s SATISFIABLE
3.18/3.37	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.18/3.37	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.25/3.45	c 4	Decoding HOME/temp.out
3.25/3.58	c 4	OBJECTIVE _COST 223
3.25/3.58	o 223
3.25/3.59	v 5 13 24 25 27 28 29 30 34 8 19 20 22 23 24 13 29 11 12 14 15 16 17 21 1 3 4 5 6 10 34 3 4 5 9 1 2 3 7 1 2 6 1 34 4
3.25/3.59	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.25/3.64	c 4	OK
3.25/3.64	c 4	OBJECTIVE BOUND: 0 <= _COST <= 223
3.25/3.64	c 4	SEARCHING: _COST <= 111
3.25/3.65	c 4	============================[ Search Statistics ]==============================
3.25/3.65	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.25/3.65	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.25/3.65	c 4	===============================================================================
3.25/3.65	c 4	|        48 |   15814   739920  2219253 |   246640       48     17 |  0.000 % |
3.25/3.68	c 4	===============================================================================
3.25/3.68	c 4	restarts              : 2
3.25/3.68	c 4	conflicts             : 77            (171 /sec)
3.25/3.68	c 4	decisions             : 1045          (0.77 % random) (2317 /sec)
3.25/3.68	c 4	propagations          : 50430          (111835 /sec)
3.25/3.68	c 4	conflict literals     : 1280           (6.23 % deleted)
3.25/3.68	c 4	Memory used           : 33.34 MB
3.25/3.68	c 4	CPU time              : 0.450931 s
3.25/3.68	c 4	
3.25/3.68	c 4	SATISFIABLE
3.25/3.69	c 4	OK
3.25/3.69	c 4	FOUND: _COST <= 111
3.25/3.69	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.25/3.69	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.51/3.77	c 4	Decoding HOME/temp.out
3.51/3.90	c 4	OBJECTIVE _COST 66
3.51/3.90	o 66
3.51/3.90	v 14 24 26 29 30 32 31 33 34 10 12 15 16 18 17 19 20 25 31 6 34 7 9 33 23 4 30 13 34 8 1 14 2 22 24 25 26 5 27 28 28 29 31 3 32
3.51/3.90	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.51/3.96	c 4	OK
3.51/3.96	c 4	OBJECTIVE BOUND: 0 <= _COST <= 66
3.51/3.96	c 4	SEARCHING: _COST <= 33
3.51/3.96	c 4	============================[ Search Statistics ]==============================
3.51/3.96	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.51/3.96	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.51/3.96	c 4	===============================================================================
3.51/3.96	c 4	|        77 |   10896   739920  2219253 |   246640       77     17 |  0.000 % |
3.76/4.06	c 4	|       178 |   10896   739920  2219253 |   271304      178     17 | 45.068 % |
3.76/4.09	c 4	===============================================================================
3.76/4.09	c 4	restarts              : 4
3.76/4.09	c 4	conflicts             : 235           (398 /sec)
3.76/4.09	c 4	decisions             : 1587          (0.63 % random) (2686 /sec)
3.76/4.09	c 4	propagations          : 198542         (335994 /sec)
3.76/4.09	c 4	conflict literals     : 3534           (17.74 % deleted)
3.76/4.09	c 4	Memory used           : 33.47 MB
3.76/4.09	c 4	CPU time              : 0.59091 s
3.76/4.09	c 4	
3.76/4.09	c 4	SATISFIABLE
3.86/4.10	c 4	OK
3.86/4.10	c 4	FOUND: _COST <= 33
3.86/4.10	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.86/4.10	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.86/4.18	c 4	Decoding HOME/temp.out
4.04/4.31	c 5	OBJECTIVE _COST 33
4.04/4.31	o 33
4.04/4.31	v 0 26 30 31 33 33 34 34 34 26 30 31 33 32 34 34 34 23 5 18 7 19 22 8 27 3 24 21 21 4 29 2 13 20 3 15 28 16 1 25 1 28 17 14 6
4.04/4.32	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.04/4.36	c 5	OK
4.04/4.36	c 5	OBJECTIVE BOUND: 0 <= _COST <= 33
4.04/4.36	c 5	SEARCHING: _COST <= 16
4.04/4.37	c 5	============================[ Search Statistics ]==============================
4.04/4.37	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.04/4.37	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.04/4.37	c 5	===============================================================================
4.04/4.37	c 5	|       235 |    8687   739920  2219253 |   246640      235     15 | 45.068 % |
4.11/4.47	c 5	|       336 |    8687   739920  2219253 |   271304      336     14 | 50.487 % |
4.30/4.62	c 5	|       487 |    8687   739920  2219253 |   298434      487     14 | 50.487 % |
4.50/4.82	c 5	|       712 |    8687   739920  2219253 |   328277      712     13 | 50.487 % |
4.80/5.11	c 5	|      1049 |    8687   739920  2219253 |   361105     1049     14 | 50.487 % |
5.20/5.57	c 6	|      1556 |    8687   739920  2219253 |   397216     1556     14 | 50.487 % |
5.89/6.28	c 7	|      2315 |    8687   739920  2219253 |   436937     2315     14 | 50.487 % |
6.78/7.15	c 7	|      3455 |    7830   155050   487926 |   480631     3455     19 | 50.487 % |
7.47/7.82	c 8	|      5163 |    7830   155050   487926 |   528694     5163     24 | 50.487 % |
7.47/7.89	c 8	===============================================================================
7.47/7.89	c 8	restarts              : 13
7.47/7.89	c 8	conflicts             : 5506          (1345 /sec)
7.47/7.89	c 8	decisions             : 8787          (0.52 % random) (2147 /sec)
7.57/7.90	c 8	propagations          : 4081448        (997329 /sec)
7.57/7.90	c 8	conflict literals     : 131425         (14.20 % deleted)
7.57/7.90	c 8	Memory used           : 33.60 MB
7.57/7.90	c 8	CPU time              : 4.09238 s
7.57/7.90	c 8	
7.57/7.90	c 8	SATISFIABLE
7.57/7.91	c 8	OK
7.57/7.91	c 8	FOUND: _COST <= 16
7.57/7.91	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.57/7.91	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.57/7.98	c 8	Decoding HOME/temp.out
7.58/8.22	c 8	OBJECTIVE _COST 16
7.58/8.22	o 16
7.58/8.22	v 5 8 19 21 25 27 29 33 34 3 14 16 20 22 24 28 29 11 13 17 19 21 25 26 5 34 30 10 23 15 4 6 12 2 23 32 33 8 9 18 27 7 31 30 1
7.58/8.22	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.58/8.29	c 9	OK
7.58/8.29	c 9	OBJECTIVE BOUND: 0 <= _COST <= 16
7.58/8.29	c 9	SEARCHING: _COST <= 8
7.58/8.29	c 9	============================[ Search Statistics ]==============================
7.58/8.29	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.58/8.29	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.58/8.29	c 9	===============================================================================
7.58/8.29	c 9	|      5506 |    7033   125280   400990 |    41760     5501     24 | 50.487 % |
7.91/8.35	c 9	|      5606 |    7033   125280   400990 |    45936     5601     24 | 55.527 % |
8.01/8.44	c 9	|      5756 |    7033   125280   400990 |    50529     5751     24 | 55.527 % |
8.11/8.53	c 9	|      5981 |    7033   125280   400990 |    55582     5976     24 | 55.527 % |
8.21/8.64	c 9	|      6319 |    7033   125280   400990 |    61140     6314     24 | 55.527 % |
8.60/9.07	c 9	|      6827 |    7033   125280   400990 |    67254     6822     23 | 55.527 % |
9.20/9.62	c 10	|      7586 |    7033   125280   400990 |    73980     7581     22 | 55.527 % |
9.69/10.11	c 10	|      8725 |    7033   125280   400990 |    81378     8720     22 | 55.527 % |
10.19/10.61	c 11	|     10434 |    7033   125280   400990 |    89516    10429     25 | 55.527 % |
11.58/12.06	c 12	|     12997 |    7033   125280   400990 |    98467    12992     27 | 55.527 % |
12.47/12.95	c 13	===============================================================================
12.47/12.95	c 13	restarts              : 23
12.47/12.95	c 13	conflicts             : 16167         (1853 /sec)
12.47/12.95	c 13	decisions             : 22923         (0.46 % random) (2628 /sec)
12.47/12.95	c 13	propagations          : 9010936        (1033048 /sec)
12.47/12.95	c 13	conflict literals     : 568154         (9.04 % deleted)
12.47/12.95	c 13	Memory used           : 33.76 MB
12.47/12.95	c 13	CPU time              : 8.72267 s
12.47/12.95	c 13	
12.47/12.95	c 13	SATISFIABLE
12.47/12.95	c 13	OK
12.47/12.95	c 13	FOUND: _COST <= 8
12.47/12.95	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.47/12.95	c 13	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.53/13.03	c 13	Decoding HOME/temp.out
12.66/13.16	c 13	OBJECTIVE _COST 8
12.66/13.16	o 8
12.66/13.17	v 0 6 9 14 21 31 32 33 34 4 9 14 21 31 32 33 34 3 8 15 25 26 27 28 5 12 22 23 24 25 7 17 18 19 20 10 11 20 13 29 2 16 1 6 30
12.66/13.17	c 13	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.72/13.23	c 13	OK
12.72/13.23	c 13	OBJECTIVE BOUND: 0 <= _COST <= 8
12.72/13.23	c 13	SEARCHING: _COST <= 4
12.72/13.23	c 13	============================[ Search Statistics ]==============================
12.72/13.23	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.72/13.23	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.72/13.23	c 13	===============================================================================
12.72/13.23	c 13	|     16167 |    6309   109892   356990 |    36630    15634     36 | 55.527 % |
12.84/13.35	c 14	|     16269 |    6309   109892   356990 |    40293    15736     36 | 60.105 % |
12.93/13.43	c 14	|     16419 |    6309   109892   356990 |    44323    15886     36 | 60.105 % |
13.03/13.55	c 14	|     16644 |    6309   109892   356990 |    48755    16111     36 | 60.105 % |
13.23/13.73	c 14	|     16981 |    6309   109892   356990 |    53630    16448     36 | 60.105 % |
13.63/14.13	c 14	|     17487 |    6309   109892   356990 |    58994    16954     36 | 60.105 % |
14.12/14.69	c 15	|     18246 |    6309   109892   356990 |    64893    17713     37 | 60.105 % |
14.72/15.20	c 15	|     19386 |    6309   109892   356990 |    71382    18853     37 | 60.105 % |
15.61/16.18	c 16	|     21094 |    6309   109892   356990 |    78521    20561     38 | 60.105 % |
16.80/17.37	c 18	|     23656 |    6309   109892   356990 |    86373    23123     41 | 60.105 % |
18.98/19.58	c 20	|     27500 |    6309   109892   356990 |    95010    26967     42 | 60.105 % |
22.65/23.21	c 23	|     33267 |    6309   109892   356990 |   104511    32734     41 | 60.105 % |
28.09/28.79	c 29	|     41916 |    6309   109892   356990 |   114962    41383     41 | 60.105 % |
39.69/40.42	c 41	|     54890 |    6309   109892   356990 |   126458    54357     42 | 60.105 % |
55.53/56.48	c 57	|     74351 |    6309   109892   356990 |   139104    73818     44 | 60.105 % |
92.00/93.29	c 94	|    103544 |    6309   109892   356990 |   153015   103011     46 | 60.105 % |
163.35/165.29	c 166	|    147333 |    6309   109892   356990 |   168316   146800     51 | 60.105 % |
264.91/267.78	c 268	|    213020 |    6309   109892   356990 |   185148    49831     55 | 60.105 % |
419.22/423.43	c 424	|    311546 |    6309   109892   356990 |   203663   148357     69 | 60.105 % |
689.45/696.15	c 696	|    459336 |    6309   109892   356990 |   224029   103600     71 | 60.105 % |
1096.38/1104.01	c 1104	|    681019 |    6309   109892   356990 |   246432   105099     69 | 60.105 % |
1721.00/1728.94	c 1729	|   1013545 |    6309   109892   356990 |   271076   203081     68 | 60.105 % |
2781.82/2790.26	c 2791	|   1512333 |    6309   109892   356990 |   298183   185270     74 | 60.105 % |
3600.04/3608.81	c ERROR INTERRUPTED
3600.04/3608.83	c 3609	CPU 3599.29 (0.06 0.03 3599.23 0.75)
3600.04/3608.83	c 3609	END Sat Jul 12 05:17:29 2008

Verifier Data (download as text)

OK	8	694
8 unsatisfied constraints, 694 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-1110583-1215829040/watcher-1110583-1215829040 -o /tmp/evaluation-result-1110583-1215829040/solver-1110583-1215829040 -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-1110583-1215829040.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.92 1.98 1.99 4/80 17031
/proc/meminfo: memFree=1837624/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=12268 CPUtime=0
/proc/17031/stat : 17031 (sugar++) R 17029 17031 15124 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 39602443 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 217051789925 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17031/statm: 3067 316 241 3 0 167 0

[startup+0.0812811 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17031
/proc/meminfo: memFree=1837624/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16740 CPUtime=0.07
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 39602443 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101015 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17031
/proc/meminfo: memFree=1837624/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16740 CPUtime=0.07
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 39602443 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.30105 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17031
/proc/meminfo: memFree=1837624/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16740 CPUtime=0.07
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 39602443 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701129 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17031
/proc/meminfo: memFree=1837624/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16740 CPUtime=0.6
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1279 4553 0 1 5 2 50 3 16 0 1 0 39602443 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16740

[startup+1.50228 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 17053
/proc/meminfo: memFree=1827872/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16740 CPUtime=0.6
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1297 4553 0 1 5 2 50 3 15 0 1 0 39602443 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4185 1104 409 3 0 764 0
[pid=17044] ppid=17031 vsize=5356 CPUtime=0
/proc/17044/stat : 17044 (sh) S 17031 17031 15124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39602510 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17044/statm: 1339 233 193 169 0 50 0
[pid=17045] ppid=17044 vsize=868376 CPUtime=0.8
/proc/17045/stat : 17045 (java) S 17044 17031 15124 0 -1 0 6587 0 1 0 76 4 0 0 18 0 9 0 39602510 889217024 5803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17045/statm: 217094 5803 2562 9 0 211641 0
[pid=17045/tid=17046] ppid=17044 vsize=868376 CPUtime=0.49
/proc/17045/task/17046/stat : 17046 (java) R 17044 17031 15124 0 -1 64 2728 0 1 0 47 2 0 0 18 0 9 0 39602511 889217024 5803 996147200 134512640 134550740 4294955920 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17045/tid=17047] ppid=17044 vsize=868376 CPUtime=0.06
/proc/17045/task/17047/stat : 17047 (java) S 17044 17031 15124 0 -1 64 1692 0 0 0 6 0 0 0 16 0 9 0 39602512 889217024 5803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17045/tid=17048] ppid=17044 vsize=868376 CPUtime=0
/proc/17045/task/17048/stat : 17048 (java) S 17044 17031 15124 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39602513 889217024 5803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17045/tid=17049] ppid=17044 vsize=868376 CPUtime=0
/proc/17045/task/17049/stat : 17049 (java) S 17044 17031 15124 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39602513 889217024 5803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17045/tid=17050] ppid=17044 vsize=868376 CPUtime=0
/proc/17045/task/17050/stat : 17050 (java) S 17044 17031 15124 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39602515 889217024 5803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17045/tid=17051] ppid=17044 vsize=868376 CPUtime=0.23
/proc/17045/task/17051/stat : 17051 (java) S 17044 17031 15124 0 -1 64 1474 0 0 0 22 1 0 0 16 0 9 0 39602515 889217024 5803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17045/tid=17052] ppid=17044 vsize=868376 CPUtime=0
/proc/17045/task/17052/stat : 17052 (java) S 17044 17031 15124 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39602515 889217024 5803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17045/tid=17053] ppid=17044 vsize=868376 CPUtime=0
/proc/17045/task/17053/stat : 17053 (java) S 17044 17031 15124 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39602515 889217024 5803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890472

[startup+3.10259 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 17053
/proc/meminfo: memFree=1815008/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=2.8
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1472 11857 0 2 5 2 252 21 16 0 1 0 39602443 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4218 1130 413 3 0 797 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 16872

[startup+6.3012 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 17084
/proc/meminfo: memFree=1787240/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.44
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1706 23500 0 5 5 2 308 29 15 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=34404 CPUtime=2.55
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 8230 0 0 0 251 4 0 0 25 0 1 0 39602735 35229696 8173 996147200 134512640 135134323 4294956192 18446744073709551615 134524678 0 0 4096 3 0 0 0 17 1 0 0
/proc/17054/statm: 8601 8173 79 151 0 8447 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 51276

[startup+12.7024 s]
/proc/loadavg: 2.09 2.02 2.01 3/82 17094
/proc/meminfo: memFree=1787112/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.75
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1776 27384 0 6 5 2 337 31 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=34564 CPUtime=8.52
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 8248 0 0 0 847 5 0 0 25 0 1 0 39602735 35393536 8189 996147200 134512640 135134323 4294956192 18446744073709551615 134528318 0 0 4096 3 0 0 0 17 1 0 0
/proc/17054/statm: 8641 8189 79 151 0 8487 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 51436

[startup+25.5033 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 17104
/proc/meminfo: memFree=1787240/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=34564 CPUtime=20.93
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 8271 0 0 0 2088 5 0 0 25 0 1 0 39602735 35393536 8210 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17054/statm: 8641 8210 79 151 0 8487 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 51436

[startup+51.1018 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 17104
/proc/meminfo: memFree=1787240/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=34856 CPUtime=46.29
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 8341 0 0 0 4624 5 0 0 25 0 1 0 39602735 35692544 8272 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17054/statm: 8714 8272 79 151 0 8560 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 51728

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 17104
/proc/meminfo: memFree=1778664/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=43716 CPUtime=97.04
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 10493 0 0 0 9695 9 0 0 25 0 1 0 39602735 44765184 10424 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17054/statm: 10929 10424 79 151 0 10775 0
Current children cumulated CPU time (s) 101.03
Current children cumulated vsize (KiB) 60588

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17106
/proc/meminfo: memFree=1768552/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=53792 CPUtime=156.49
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 12978 0 0 0 15637 12 0 0 25 0 1 0 39602735 55083008 12909 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/17054/statm: 13448 12909 79 151 0 13294 0
Current children cumulated CPU time (s) 160.48
Current children cumulated vsize (KiB) 70664

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17106
/proc/meminfo: memFree=1759976/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=62360 CPUtime=215.94
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 15121 0 0 0 21580 14 0 0 25 0 1 0 39602735 63856640 15052 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/17054/statm: 15590 15052 79 151 0 15436 0
Current children cumulated CPU time (s) 219.93
Current children cumulated vsize (KiB) 79232

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17106
/proc/meminfo: memFree=1758760/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=63480 CPUtime=275.4
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 15417 0 0 0 27526 14 0 0 25 0 1 0 39602735 65003520 15348 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17054/statm: 15870 15348 79 151 0 15716 0
Current children cumulated CPU time (s) 279.39
Current children cumulated vsize (KiB) 80352

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17106
/proc/meminfo: memFree=1758696/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=63480 CPUtime=334.85
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 15421 0 0 0 33471 14 0 0 25 0 1 0 39602735 65003520 15352 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=17054] ppid=17031 vsize=127688 CPUtime=2849.89
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31145 0 0 0 284952 37 0 0 25 0 1 0 39602735 130752512 31076 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31922 31076 79 151 0 31768 0
Current children cumulated CPU time (s) 2853.88
Current children cumulated vsize (KiB) 144560

[startup+2922.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17153
/proc/meminfo: memFree=1680408/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127688 CPUtime=2909.87
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31145 0 0 0 290950 37 0 0 25 0 1 0 39602735 130752512 31076 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31922 31076 79 151 0 31768 0
Current children cumulated CPU time (s) 2913.86
Current children cumulated vsize (KiB) 144560

[startup+2982.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17153
/proc/meminfo: memFree=1680280/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127688 CPUtime=2969.84
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31145 0 0 0 296947 37 0 0 25 0 1 0 39602735 130752512 31076 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31922 31076 79 151 0 31768 0
Current children cumulated CPU time (s) 2973.83
Current children cumulated vsize (KiB) 144560

[startup+3042.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17153
/proc/meminfo: memFree=1680280/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127688 CPUtime=3029.81
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31145 0 0 0 302944 37 0 0 25 0 1 0 39602735 130752512 31076 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31922 31076 79 151 0 31768 0
Current children cumulated CPU time (s) 3033.8
Current children cumulated vsize (KiB) 144560

[startup+3102.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17153
/proc/meminfo: memFree=1680280/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127688 CPUtime=3089.78
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31161 0 0 0 308941 37 0 0 25 0 1 0 39602735 130752512 31092 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31922 31092 79 151 0 31768 0
Current children cumulated CPU time (s) 3093.77
Current children cumulated vsize (KiB) 144560

[startup+3162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17153
/proc/meminfo: memFree=1680024/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127768 CPUtime=3149.75
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31176 0 0 0 314938 37 0 0 25 0 1 0 39602735 130834432 31107 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31942 31107 79 151 0 31788 0
Current children cumulated CPU time (s) 3153.74
Current children cumulated vsize (KiB) 144640

[startup+3222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17153
/proc/meminfo: memFree=1679896/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127768 CPUtime=3209.73
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31176 0 0 0 320935 38 0 0 25 0 1 0 39602735 130834432 31107 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31942 31107 79 151 0 31788 0
Current children cumulated CPU time (s) 3213.72
Current children cumulated vsize (KiB) 144640

[startup+3282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17153
/proc/meminfo: memFree=1679896/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127768 CPUtime=3269.71
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31176 0 0 0 326933 38 0 0 25 0 1 0 39602735 130834432 31107 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31942 31107 79 151 0 31788 0
Current children cumulated CPU time (s) 3273.7
Current children cumulated vsize (KiB) 144640

[startup+3342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17153
/proc/meminfo: memFree=1679768/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127768 CPUtime=3329.68
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31176 0 0 0 332930 38 0 0 25 0 1 0 39602735 130834432 31107 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31942 31107 79 151 0 31788 0
Current children cumulated CPU time (s) 3333.67
Current children cumulated vsize (KiB) 144640

[startup+3402.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17153
/proc/meminfo: memFree=1679704/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127768 CPUtime=3389.65
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31176 0 0 0 338927 38 0 0 25 0 1 0 39602735 130834432 31107 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31942 31107 79 151 0 31788 0
Current children cumulated CPU time (s) 3393.64
Current children cumulated vsize (KiB) 144640

[startup+3462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17153
/proc/meminfo: memFree=1679384/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127768 CPUtime=3449.62
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31176 0 0 0 344924 38 0 0 25 0 1 0 39602735 130834432 31107 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31942 31107 79 151 0 31788 0
Current children cumulated CPU time (s) 3453.61
Current children cumulated vsize (KiB) 144640

[startup+3522.3 s]
/proc/loadavg: 2.13 2.02 2.00 3/83 17153
/proc/meminfo: memFree=1679384/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127768 CPUtime=3509.59
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31177 0 0 0 350921 38 0 0 25 0 1 0 39602735 130834432 31108 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31942 31108 79 151 0 31788 0
Current children cumulated CPU time (s) 3513.58
Current children cumulated vsize (KiB) 144640

[startup+3582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 17153
/proc/meminfo: memFree=1679256/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127768 CPUtime=3569.56
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31177 0 0 0 356918 38 0 0 25 0 1 0 39602735 130834432 31108 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31942 31108 79 151 0 31788 0
Current children cumulated CPU time (s) 3573.55
Current children cumulated vsize (KiB) 144640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 17153
/proc/meminfo: memFree=1679192/2055920 swapFree=4192812/4192956
[pid=17031] ppid=17029 vsize=16872 CPUtime=3.99
/proc/17031/stat : 17031 (sugar++) S 17029 17031 15124 0 -1 4194304 1846 31265 0 7 6 3 355 35 16 0 1 0 39602443 17276928 1133 996147200 4194304 4206940 548682068528 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17031/statm: 4218 1133 414 3 0 797 0
[pid=17054] ppid=17031 vsize=127768 CPUtime=3596.05
/proc/17054/stat : 17054 (minisat-inc) R 17031 17031 15124 0 -1 4194304 31177 0 0 0 359567 38 0 0 25 0 1 0 39602735 130834432 31108 996147200 134512640 135134323 4294956192 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/17054/statm: 31942 31108 79 151 0 31788 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 144640

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

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

Child status: 0
Real time (s): 3608.83
CPU time (s): 3600.1
CPU user time (s): 3599.3
CPU system time (s): 0.799878
CPU usage (%): 99.7579
Max. virtual memory (cumulated for all children) (KiB): 890472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.3
system time used= 0.799878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64368
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6199
involuntary context switches= 31195

runsolver used 4.06038 second user time and 12.0382 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-12 04:17:20
IDJOB=1110583
IDBENCH=61124
IDSOLVER=367
FILE ID=node59/1110583-1215829040
PBS_JOBID= 7903272
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-34-9-a3.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-1110583-1215829040/watcher-1110583-1215829040 -o /tmp/evaluation-result-1110583-1215829040/solver-1110583-1215829040 -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-1110583-1215829040.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fb04572c4221b86fd18c3f1a983b4ce
RANDOM SEED=1483587285

node59.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.268
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.268
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:       1838104 kB
Buffers:         31044 kB
Cached:          82856 kB
SwapCached:          0 kB
Active:         104248 kB
Inactive:        54660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:          65336 kB
Slab:            43952 kB
Committed_AS:   951860 kB
PageTables:       1968 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= 66500 MiB
End job on node59 at 2008-07-12 05:17:31