Trace number 1125212

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.17 3622.83

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-09_ext.xml
MD5SUMf1135413f837c76c5f77a9c30e30cfc7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints94
Best CPU time to get the best result obtained on this benchmark0.844871
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints3290
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension3290
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 16 02:21:13 2008
0.00/0.05	c 0	PID 29983
0.03/0.05	c 0	HOST node44.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1125212-1216167673.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125212-1216167673.xml' 'HOME/temp.csp'
1.35/1.43	c 2	5 domains, 201 variables, 0 predicates, 1157 relations, 3290 constraints
1.35/1.47	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.47	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.39/1.55	c 2	Parsing HOME/temp.csp
3.29/3.46	c 4	parsed 4653 expressions
3.29/3.46	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.39/3.50	c 4	MAX CSP: 3290 constraints
3.39/3.50	c 4	Converting to clausal form CSP
3.39/3.58	c 4	converted 795 (10%) expressions
3.80/3.94	c 4	converted 1590 (20%) expressions
4.19/4.31	c 4	converted 2384 (30%) expressions
4.38/4.53	c 5	converted 3179 (40%) expressions
4.98/5.12	c 5	converted 3973 (50%) expressions
5.28/5.43	c 6	converted 4768 (60%) expressions
5.39/5.59	c 6	converted 5563 (70%) expressions
5.57/5.71	c 6	converted 6357 (80%) expressions
5.67/5.81	c 6	converted 7152 (90%) expressions
6.07/6.24	c 6	converted 7946 (100%) expressions
6.07/6.24	c 6	CSP : 6781 integers, 0 booleans, 9869 clauses, largest domain size 4936
6.07/6.24	c 6	Heap : 101 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.07/6.24	c 6	Propagation in CSP
6.17/6.38	c 7	3283 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.17/6.39	c 7	CSP : 6781 integers, 0 booleans, 9869 clauses, largest domain size 3291
6.17/6.39	c 7	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.17/6.39	c 7	Simplifing CSP by introducing new Boolean variables
6.27/6.40	c 7	CSP : 6781 integers, 0 booleans, 9869 clauses, largest domain size 3291
6.27/6.40	c 7	Heap : 101 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.66/6.88	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.75/6.91	c 7	679 (10%) CSP integer variables are encoded (7476 clauses, 95095 bytes)
6.75/6.92	c 7	1357 (20%) CSP integer variables are encoded (7476 clauses, 95095 bytes)
6.75/6.92	c 7	2035 (30%) CSP integer variables are encoded (7476 clauses, 95095 bytes)
6.75/6.92	c 7	2713 (40%) CSP integer variables are encoded (7476 clauses, 95095 bytes)
6.75/6.92	c 7	3391 (50%) CSP integer variables are encoded (7476 clauses, 95095 bytes)
6.75/6.93	c 7	4069 (60%) CSP integer variables are encoded (14843 clauses, 205600 bytes)
6.75/6.98	c 7	4747 (70%) CSP integer variables are encoded (50011 clauses, 733120 bytes)
6.75/6.99	c 7	5425 (80%) CSP integer variables are encoded (61476 clauses, 905095 bytes)
6.86/7.00	c 7	6103 (90%) CSP integer variables are encoded (67665 clauses, 997930 bytes)
6.86/7.01	c 7	6781 (100%) CSP integer variables are encoded (75768 clauses, 1119475 bytes)
7.36/7.54	c 8	987 (10%) CSP clauses are encoded (94944 clauses, 1603210 bytes)
7.75/7.99	c 8	1974 (20%) CSP clauses are encoded (112647 clauses, 2074145 bytes)
8.04/8.24	c 8	2961 (30%) CSP clauses are encoded (121187 clauses, 2297291 bytes)
8.25/8.48	c 9	3948 (40%) CSP clauses are encoded (183000 clauses, 3616428 bytes)
9.43/9.61	c 10	4935 (50%) CSP clauses are encoded (817875 clauses, 17191230 bytes)
14.17/14.45	c 15	5922 (60%) CSP clauses are encoded (3591276 clauses, 76381518 bytes)
28.41/28.91	c 29	6909 (70%) CSP clauses are encoded (11065957 clauses, 236937050 bytes)
28.71/29.30	c 29	7896 (80%) CSP clauses are encoded (11273778 clauses, 241347099 bytes)
29.68/30.26	c 30	8883 (90%) CSP clauses are encoded (11800879 clauses, 252613126 bytes)
33.17/33.85	c 34	9869 (100%) CSP clauses are encoded (13792017 clauses, 295314060 bytes)
33.17/33.86	c 34	9869 CSP clauses encoded
33.17/33.86	c 34	Writing map file : HOME/temp.map
33.28/33.91	c 34	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.28/33.91	c 34	SAT : 82548 SAT variables, 13792017 SAT clauses, 295314060 bytes
33.28/33.91	c 34	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.28/33.95	c 34	OBJECTIVE minimize _COST
33.28/33.95	c 34	OBJECTIVE BOUND: 0 <= _COST <= 
33.28/33.95	c 34	SEARCHING: _COST <= 1645
33.28/33.95	c 34	SOLVING HOME/temp.cnf
33.28/33.95	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
33.28/33.96	c 34	This is MiniSat 2.0 beta
33.28/33.96	c 34	WARNING: for repeatability, setting FPU to use double precision
33.28/33.96	c 34	============================[ Problem Statistics ]=============================
33.28/33.96	c 34	|                                                                             |
33.28/33.96	c 34	|  Number of variables:  82548                                                |
33.28/33.96	c 34	|  Number of clauses:    13792018                                             |
39.89/40.68	c 41	|  Parsing time:         5.80         s                                       |
71.18/72.25	c 72	============================[ Search Statistics ]==============================
71.18/72.25	c 72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
71.18/72.25	c 72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
71.18/72.25	c 72	===============================================================================
71.18/72.25	c 72	|         0 |   62808  8774610 26232712 |  2924870        0    nan |  0.000 % |
74.25/75.35	c 75	|       102 |   62807  8774610 26232712 |  3217357      101     21 | 23.916 % |
77.62/78.78	c 79	===============================================================================
77.62/78.78	c 79	restarts              : 2
77.62/78.78	c 79	conflicts             : 213            (5 /sec)
77.62/78.78	c 79	decisions             : 7161           (1.05 % random) (164 /sec)
77.62/78.78	c 79	propagations          : 1399096        (32134 /sec)
77.62/78.78	c 79	conflict literals     : 3898           (13.53 % deleted)
77.62/78.78	c 79	Memory used           : 538.42 MB
77.62/78.78	c 79	CPU time              : 43.5394 s
77.62/78.78	c 79	
77.72/78.81	c 79	SATISFIABLE
77.83/78.90	c 79	FOUND: _COST <= 1645
77.83/78.90	s SATISFIABLE
77.83/78.90	c 79	DECODING HOME/temp.out WITH HOME/temp.map
77.83/78.90	c 79	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
77.83/78.99	c 79	Decoding HOME/temp.out
78.30/79.44	c 80	OBJECTIVE _COST 1071
78.30/79.44	o 1071
78.30/79.45	v 16 13 24 24 32 22 11 34 8 6 24 18 29 10 43 43 7 43 21 11 14 10 28 9 43 43 43 43 33 43 13 33 14 32 3 43 40 2 43 23 43 43 43 2 43 43 8 26 14 21 0 43 43 43 43 32 40 33 25 35 3 8 31 35 41 28 34 11 35 26 17 4 1 3 10 35 30 17 19 35 0 31 21 35 38 8 29 6 0 15 35 19 19 35 10 27 4 25 31 29 26 39 18 10 33 26 20 26 0 35 4 8 30 32 0 35 8 35 33 35 35 29 9 8 35 30 4 7 35 31 0 43 30 21 43 31 43 36 43 35 12 20 25 9 22 26 9 25 20 2 29 26 0 33 43 16 6 18 17 8 3 13 12 28 2 22 11 35 43 32 6 24 29 11 28 11 0 0 0 22 1 13 19 33 35 4 27 9 9 27 8 4 24 16 31 11 8 11 3 10 -1
78.30/79.45	c 80	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
78.30/79.47	c 80	OBJECTIVE BOUND: 0 <= _COST <= 1071
78.30/79.47	c 80	SEARCHING: _COST <= 535
78.30/79.47	c 80	SOLVING HOME/temp.cnf
78.30/79.47	c 80	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
78.30/79.47	c 80	This is MiniSat 2.0 beta
78.30/79.47	c 80	WARNING: for repeatability, setting FPU to use double precision
78.30/79.47	c 80	============================[ Problem Statistics ]=============================
78.30/79.47	c 80	|                                                                             |
78.30/79.48	c 80	|  Number of variables:  82548                                                |
78.30/79.48	c 80	|  Number of clauses:    13792018                                             |
85.31/86.55	c 87	|  Parsing time:         6.14         s                                       |
129.49/131.11	c 131	============================[ Search Statistics ]==============================
129.49/131.11	c 131	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
129.49/131.11	c 131	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
129.49/131.11	c 131	===============================================================================
129.49/131.11	c 131	|         0 |   47515  3918085 11707906 |  1306028        0    nan |  0.000 % |
131.18/132.80	c 133	|       100 |   47513  3918085 11707906 |  1436631       99     20 | 42.444 % |
132.07/133.73	c 134	|       250 |   47513  3918085 11707906 |  1580294      249     27 | 42.444 % |
132.86/134.50	c 135	|       475 |   47513  3918085 11707906 |  1738323      474     29 | 42.444 % |
133.56/135.30	c 135	|       813 |   47513  3918085 11707906 |  1912156      812     34 | 42.444 % |
135.44/137.16	c 137	|      1320 |   47513  3918085 11707906 |  2103371     1319     36 | 42.444 % |
136.24/137.92	c 138	===============================================================================
136.24/137.92	c 138	restarts              : 6
136.24/137.92	c 138	conflicts             : 1419           (25 /sec)
136.24/137.92	c 138	decisions             : 7215           (1.15 % random) (127 /sec)
136.24/137.92	c 138	propagations          : 4238271        (74319 /sec)
136.24/137.92	c 138	conflict literals     : 48419          (21.52 % deleted)
136.24/137.92	c 138	Memory used           : 550.93 MB
136.24/137.92	c 138	CPU time              : 57.0283 s
136.24/137.92	c 138	
136.24/137.95	c 138	SATISFIABLE
136.33/138.04	c 138	FOUND: _COST <= 535
136.33/138.04	c 138	DECODING HOME/temp.out WITH HOME/temp.map
136.33/138.04	c 138	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
136.39/138.12	c 138	Decoding HOME/temp.out
136.39/138.37	c 139	OBJECTIVE _COST 535
136.39/138.37	o 535
136.39/138.38	v 43 38 24 24 32 22 11 34 8 6 24 18 29 10 38 22 23 14 19 11 14 43 28 10 22 38 32 42 16 43 13 33 14 0 3 21 40 2 3 23 20 32 24 2 33 33 8 26 19 21 25 38 43 2 43 35 43 32 25 35 3 5 27 34 41 28 35 11 28 26 17 4 34 3 10 13 30 17 19 35 0 31 13 25 43 8 29 6 0 15 35 19 19 35 10 27 0 25 26 29 26 39 18 10 30 26 20 26 0 35 4 6 30 32 21 11 8 16 33 26 35 27 9 8 26 30 1 7 35 31 0 43 30 21 20 22 43 43 43 11 14 20 25 9 22 26 9 25 20 2 29 26 0 33 21 16 6 18 17 8 3 13 12 28 2 22 26 0 23 4 6 24 29 11 28 11 10 0 0 22 1 13 19 33 35 4 27 9 9 27 8 4 24 16 31 11 8 11 3 2 -1
136.39/138.38	c 139	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
136.39/138.41	c 139	OBJECTIVE BOUND: 0 <= _COST <= 535
136.39/138.41	c 139	SEARCHING: _COST <= 267
136.39/138.41	c 139	SOLVING HOME/temp.cnf
136.39/138.41	c 139	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
136.39/138.41	c 139	This is MiniSat 2.0 beta
136.39/138.41	c 139	WARNING: for repeatability, setting FPU to use double precision
136.39/138.41	c 139	============================[ Problem Statistics ]=============================
136.39/138.41	c 139	|                                                                             |
136.39/138.42	c 139	|  Number of variables:  82548                                                |
136.39/138.42	c 139	|  Number of clauses:    13792018                                             |
143.94/145.75	c 146	|  Parsing time:         6.39         s                                       |
189.02/191.29	c 191	============================[ Search Statistics ]==============================
189.02/191.29	c 191	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
189.02/191.29	c 191	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
189.02/191.29	c 191	===============================================================================
189.02/191.29	c 191	|         0 |   42217  2146007  6407298 |   715335        0    nan |  0.000 % |
190.21/192.46	c 193	|       100 |   42214  2146007  6407298 |   786869       99     19 | 48.867 % |
190.60/192.89	c 193	|       252 |   42214  2146007  6407298 |   865556      251     16 | 48.867 % |
191.20/193.42	c 194	|       477 |   42214  2146007  6407298 |   952111      476     16 | 48.867 % |
191.89/194.15	c 194	|       816 |   42214  2146007  6407298 |  1047322      814     15 | 48.888 % |
193.08/195.36	c 195	|      1323 |   42214  2146007  6407298 |  1152055     1321     16 | 48.888 % |
194.67/196.92	c 197	|      2082 |   42214  2146007  6407298 |  1267260     2080     16 | 48.888 % |
197.64/199.91	c 200	|      3221 |   42213  2146007  6407298 |  1393986     3218     19 | 48.917 % |
201.70/204.04	c 204	|      4931 |   42168  2133704  6370556 |  1533385     4928     22 | 48.917 % |
206.84/209.23	c 209	|      7494 |   42168  2133704  6370556 |  1686724     7491     25 | 48.917 % |
218.34/220.87	c 221	|     11340 |   42168  2133704  6370556 |  1855396    11337     23 | 48.917 % |
233.69/236.33	c 236	|     17106 |   42144  2128402  6354733 |  2040936    17102     22 | 48.946 % |
256.08/258.96	c 259	|     25756 |   42144  2128402  6354733 |  2245029    25752     21 | 48.946 % |
303.04/306.33	c 306	|     38730 |   42144  2128402  6354733 |  2469532    38726     26 | 48.946 % |
386.36/390.49	c 391	|     58191 |   42144  2128402  6354733 |  2716486    58187     32 | 48.946 % |
507.01/512.23	c 512	|     87383 |   42144  2128402  6354733 |  2988134    87379     37 | 48.946 % |
681.57/688.43	c 689	|    131172 |   42144  2128402  6354733 |  3286948   131168     44 | 48.946 % |
741.00/748.41	c 749	===============================================================================
741.00/748.41	c 749	restarts              : 17
741.00/748.41	c 749	conflicts             : 147260         (244 /sec)
741.00/748.41	c 749	decisions             : 180421         (1.14 % random) (299 /sec)
741.00/748.41	c 749	propagations          : 378511679      (627308 /sec)
741.00/748.41	c 749	conflict literals     : 6433845        (28.57 % deleted)
741.00/748.41	c 749	Memory used           : 549.46 MB
741.00/748.41	c 749	CPU time              : 603.39 s
741.00/748.41	c 749	
741.00/748.45	c 749	SATISFIABLE
741.10/748.54	c 749	FOUND: _COST <= 267
741.10/748.54	c 749	DECODING HOME/temp.out WITH HOME/temp.map
741.10/748.54	c 749	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
741.14/748.62	c 749	Decoding HOME/temp.out
741.58/749.07	c 749	OBJECTIVE _COST 267
741.58/749.07	o 267
741.58/749.08	v 13 32 24 24 32 22 11 34 8 6 24 18 29 10 43 43 29 14 18 11 14 10 28 9 22 38 34 42 16 43 13 33 14 0 33 2 40 2 3 23 20 43 24 2 33 33 8 26 1 21 21 43 43 2 19 16 41 23 25 8 3 2 1 34 41 28 29 11 26 26 17 4 19 3 10 26 30 17 19 35 0 31 13 25 26 8 29 6 0 15 35 19 19 10 10 27 0 25 6 29 26 39 18 10 27 17 21 26 0 35 4 6 30 32 21 10 8 16 33 35 35 27 9 8 26 30 2 7 35 31 0 43 30 21 43 35 43 41 9 31 10 20 25 9 22 26 9 25 20 2 29 26 0 33 21 16 6 18 17 8 3 13 12 28 2 22 26 2 23 1 6 24 29 11 28 11 10 0 0 22 1 13 19 33 35 4 27 9 9 27 8 4 24 16 31 11 8 11 3 6 -1
741.58/749.08	c 749	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
741.67/749.11	c 749	OBJECTIVE BOUND: 0 <= _COST <= 267
741.67/749.11	c 749	SEARCHING: _COST <= 133
741.67/749.11	c 749	SOLVING HOME/temp.cnf
741.67/749.11	c 749	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
741.67/749.11	c 749	This is MiniSat 2.0 beta
741.67/749.11	c 749	WARNING: for repeatability, setting FPU to use double precision
741.67/749.11	c 749	============================[ Problem Statistics ]=============================
741.67/749.11	c 749	|                                                                             |
741.67/749.11	c 749	|  Number of variables:  82548                                                |
741.67/749.11	c 749	|  Number of clauses:    13792018                                             |
749.00/756.57	c 757	|  Parsing time:         6.52         s                                       |
791.99/799.98	c 800	============================[ Search Statistics ]==============================
791.99/799.98	c 800	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
791.99/799.98	c 800	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
791.99/799.98	c 800	===============================================================================
791.99/799.98	c 800	|         0 |   38045  1161050  3464809 |   387016        0    nan |  0.000 % |
793.08/801.05	c 801	|       101 |   38042  1161050  3464809 |   425718      100     18 | 53.931 % |
793.48/801.47	c 802	|       251 |   38042  1161050  3464809 |   468290      250     20 | 53.931 % |
794.17/802.13	c 802	|       476 |   38042  1161050  3464809 |   515119      475     18 | 53.931 % |
795.46/803.47	c 804	|       813 |   38042  1161050  3464809 |   566631      812     20 | 53.931 % |
797.14/805.12	c 805	|      1319 |   38042  1161050  3464809 |   623294     1318     20 | 53.931 % |
799.42/807.42	c 808	|      2079 |   38029  1157502  3454213 |   685623     2078     21 | 53.931 % |
803.08/811.18	c 811	|      3218 |   38029  1157502  3454213 |   754185     3217     22 | 53.931 % |
807.94/816.06	c 816	|      4927 |   38029  1157502  3454213 |   829604     4926     22 | 53.931 % |
815.57/823.79	c 824	|      7491 |   38029  1157502  3454213 |   912565     7490     22 | 53.931 % |
825.76/834.07	c 834	|     11336 |   38029  1157502  3454213 |  1003821    11335     22 | 53.931 % |
841.82/850.25	c 850	|     17102 |   38029  1157502  3454213 |  1104203    17101     22 | 53.931 % |
867.48/876.15	c 876	|     25751 |   38029  1157502  3454213 |  1214624    25750     21 | 53.931 % |
906.12/915.19	c 915	|     38725 |   38029  1157502  3454213 |  1336086    38724     24 | 53.931 % |
977.53/987.21	c 987	|     58186 |   38029  1157502  3454213 |  1469695    58185     25 | 53.931 % |
1094.44/1105.25	c 1105	|     87378 |   38029  1157502  3454213 |  1616664    87377     26 | 53.931 % |
1255.02/1267.39	c 1268	|    131167 |   38029  1157502  3454213 |  1778331   131166     27 | 53.931 % |
1544.19/1559.30	c 1559	|    196851 |   38029  1157502  3454213 |  1956164   196850     28 | 53.931 % |
2065.86/2085.83	c 2086	|    295378 |   38029  1157502  3454213 |  2151780   295377     27 | 53.931 % |
2795.74/2818.09	c 2818	|    443168 |   38029  1157502  3454213 |  2366958   443167     30 | 53.931 % |
3600.04/3622.61	c ERROR INTERRUPTED
3600.04/3622.69	c 3623	CPU 736.6 (0.05 0.02 736.55 5.08)
3600.04/3622.69	c 3623	END Wed Jul 16 03:21:36 2008

Verifier Data (download as text)

OK	255	3035
255 unsatisfied constraints, 3035 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-1125212-1216167673/watcher-1125212-1216167673 -o /tmp/evaluation-result-1125212-1216167673/solver-1125212-1216167673 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1125212-1216167673.xml 

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


[startup+0 s]
/proc/loadavg: 2.17 2.06 2.01 4/81 29983
/proc/meminfo: memFree=1710808/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=12268 CPUtime=0
/proc/29983/stat : 29983 (sugar) R 29981 29983 29533 0 -1 4194304 347 0 0 0 0 0 0 0 22 0 1 0 73466633 12562432 315 996147200 4194304 4206940 548682068592 18446744073709551615 264858585145 0 0 4224 0 0 0 0 17 1 0 0
/proc/29983/statm: 3067 315 240 3 0 167 0

[startup+0.0500671 s]
/proc/loadavg: 2.17 2.06 2.01 4/81 29983
/proc/meminfo: memFree=1710808/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13600 CPUtime=0.03
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 73466633 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29983/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101315 s]
/proc/loadavg: 2.17 2.06 2.01 4/81 29983
/proc/meminfo: memFree=1710808/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13600 CPUtime=0.03
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73466633 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29983/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301339 s]
/proc/loadavg: 2.17 2.06 2.01 4/81 29983
/proc/meminfo: memFree=1710808/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13600 CPUtime=0.03
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73466633 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29983/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701379 s]
/proc/loadavg: 2.17 2.06 2.01 4/81 29983
/proc/meminfo: memFree=1710808/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13600 CPUtime=0.03
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73466633 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29983/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50146 s]
/proc/loadavg: 2.17 2.06 2.01 3/92 29995
/proc/meminfo: memFree=1692288/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13600 CPUtime=1.39
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 957 7844 0 1 3 0 129 7 16 0 1 0 73466633 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29983/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13600

[startup+3.10263 s]
/proc/loadavg: 2.17 2.06 2.01 4/92 30005
/proc/meminfo: memFree=1693632/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13600 CPUtime=1.39
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 974 7844 0 1 3 0 129 7 16 0 1 0 73466633 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29983/statm: 3400 797 370 3 0 500 0
[pid=29996] ppid=29983 vsize=5356 CPUtime=0
/proc/29996/stat : 29996 (sh) S 29983 29983 29533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73466780 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29996/statm: 1339 233 193 169 0 50 0
[pid=29997] ppid=29996 vsize=864012 CPUtime=1.6
/proc/29997/stat : 29997 (java) S 29996 29983 29533 0 -1 0 10626 0 1 0 156 4 0 0 18 0 9 0 73466781 884748288 9887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29997/statm: 216003 9887 2532 9 0 210585 0
[pid=29997/tid=29998] ppid=29996 vsize=864012 CPUtime=0.95
/proc/29997/task/29998/stat : 29998 (java) R 29996 29983 29533 0 -1 64 2773 0 1 0 94 1 0 0 25 0 9 0 73466782 884748288 9887 996147200 134512640 134550740 4294955936 18446744073709551615 102715160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=29999] ppid=29996 vsize=864012 CPUtime=0.56
/proc/29997/task/29999/stat : 29999 (java) S 29996 29983 29533 0 -1 64 6824 0 0 0 54 2 0 0 17 0 9 0 73466783 884748288 9887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30000] ppid=29996 vsize=864012 CPUtime=0
/proc/29997/task/30000/stat : 30000 (java) S 29996 29983 29533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73466783 884748288 9887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30001] ppid=29996 vsize=864012 CPUtime=0
/proc/29997/task/30001/stat : 30001 (java) S 29996 29983 29533 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73466783 884748288 9887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30002] ppid=29996 vsize=864012 CPUtime=0
/proc/29997/task/30002/stat : 30002 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73466785 884748288 9887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30003] ppid=29996 vsize=864012 CPUtime=0.07
/proc/29997/task/30003/stat : 30003 (java) S 29996 29983 29533 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 73466785 884748288 9887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30004] ppid=29996 vsize=864012 CPUtime=0
/proc/29997/task/30004/stat : 30004 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73466785 884748288 9887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30005] ppid=29996 vsize=864012 CPUtime=0
/proc/29997/task/30005/stat : 30005 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73466785 884748288 9887 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 882968

[startup+6.30296 s]
/proc/loadavg: 2.15 2.06 2.01 4/92 30005
/proc/meminfo: memFree=1617600/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13600 CPUtime=1.4
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 974 7844 0 1 3 1 129 7 15 0 1 0 73466633 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29983/statm: 3400 797 370 3 0 500 0
[pid=29996] ppid=29983 vsize=5356 CPUtime=0
/proc/29996/stat : 29996 (sh) S 29983 29983 29533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73466780 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29996/statm: 1339 233 193 169 0 50 0
[pid=29997] ppid=29996 vsize=868376 CPUtime=4.77
/proc/29997/stat : 29997 (java) S 29996 29983 29533 0 -1 0 31328 0 1 0 463 14 0 0 18 0 9 0 73466781 889217024 30485 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29997/statm: 217094 30485 2540 9 0 211669 0
[pid=29997/tid=29998] ppid=29996 vsize=868376 CPUtime=2.39
/proc/29997/task/29998/stat : 29998 (java) R 29996 29983 29533 0 -1 64 3763 0 1 0 237 2 0 0 25 0 9 0 73466782 889217024 30485 996147200 134512640 134550740 4294955936 18446744073709551615 4126986644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=29999] ppid=29996 vsize=868376 CPUtime=2.12
/proc/29997/task/29999/stat : 29999 (java) S 29996 29983 29533 0 -1 64 25411 0 0 0 202 10 0 0 16 0 9 0 73466783 889217024 30485 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30000] ppid=29996 vsize=868376 CPUtime=0
/proc/29997/task/30000/stat : 30000 (java) S 29996 29983 29533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73466783 889217024 30485 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30001] ppid=29996 vsize=868376 CPUtime=0
/proc/29997/task/30001/stat : 30001 (java) S 29996 29983 29533 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73466783 889217024 30485 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30002] ppid=29996 vsize=868376 CPUtime=0
/proc/29997/task/30002/stat : 30002 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73466785 889217024 30485 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30003] ppid=29996 vsize=868376 CPUtime=0.23
/proc/29997/task/30003/stat : 30003 (java) S 29996 29983 29533 0 -1 64 1457 0 0 0 23 0 0 0 16 0 9 0 73466785 889217024 30485 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30004] ppid=29996 vsize=868376 CPUtime=0
/proc/29997/task/30004/stat : 30004 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73466785 889217024 30485 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30005] ppid=29996 vsize=868376 CPUtime=0
/proc/29997/task/30005/stat : 30005 (java) R 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73466785 889217024 30485 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887332

[startup+12.7026 s]
/proc/loadavg: 2.14 2.06 2.01 3/92 30005
/proc/meminfo: memFree=1545024/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13600 CPUtime=1.4
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 974 7844 0 1 3 1 129 7 16 0 1 0 73466633 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29983/statm: 3400 797 370 3 0 500 0
[pid=29996] ppid=29983 vsize=5356 CPUtime=0
/proc/29996/stat : 29996 (sh) S 29983 29983 29533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73466780 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29996/statm: 1339 233 193 169 0 50 0
[pid=29997] ppid=29996 vsize=868488 CPUtime=11.1
/proc/29997/stat : 29997 (java) S 29996 29983 29533 0 -1 0 36993 0 1 0 1059 51 0 0 18 0 9 0 73466781 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29997/statm: 217122 30788 2566 9 0 211669 0
[pid=29997/tid=29998] ppid=29996 vsize=868488 CPUtime=8.04
/proc/29997/task/29998/stat : 29998 (java) R 29996 29983 29533 0 -1 64 4057 0 1 0 769 35 0 0 25 0 9 0 73466782 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4127033032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=29999] ppid=29996 vsize=868488 CPUtime=2.73
/proc/29997/task/29999/stat : 29999 (java) S 29996 29983 29533 0 -1 64 30735 0 0 0 259 14 0 0 16 0 9 0 73466783 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30000] ppid=29996 vsize=868488 CPUtime=0
/proc/29997/task/30000/stat : 30000 (java) S 29996 29983 29533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73466783 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30001] ppid=29996 vsize=868488 CPUtime=0
/proc/29997/task/30001/stat : 30001 (java) S 29996 29983 29533 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73466783 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30002] ppid=29996 vsize=868488 CPUtime=0
/proc/29997/task/30002/stat : 30002 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73466785 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30003] ppid=29996 vsize=868488 CPUtime=0.3
/proc/29997/task/30003/stat : 30003 (java) S 29996 29983 29533 0 -1 64 1504 0 0 0 30 0 0 0 16 0 9 0 73466785 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30004] ppid=29996 vsize=868488 CPUtime=0
/proc/29997/task/30004/stat : 30004 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73466785 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30005] ppid=29996 vsize=868488 CPUtime=0
/proc/29997/task/30005/stat : 30005 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73466785 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887444

[startup+25.5019 s]
/proc/loadavg: 2.11 2.06 2.01 3/92 30005
/proc/meminfo: memFree=1395584/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13600 CPUtime=1.4
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 974 7844 0 1 3 1 129 7 16 0 1 0 73466633 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29983/statm: 3400 797 370 3 0 500 0
[pid=29996] ppid=29983 vsize=5356 CPUtime=0
/proc/29996/stat : 29996 (sh) S 29983 29983 29533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73466780 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29996/statm: 1339 233 193 169 0 50 0
[pid=29997] ppid=29996 vsize=868488 CPUtime=23.69
/proc/29997/stat : 29997 (java) S 29996 29983 29533 0 -1 0 37484 0 1 0 2226 143 0 0 18 0 9 0 73466781 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29997/statm: 217122 30788 2566 9 0 211669 0
[pid=29997/tid=29998] ppid=29996 vsize=868488 CPUtime=20.35
/proc/29997/task/29998/stat : 29998 (java) R 29996 29983 29533 0 -1 64 4548 0 1 0 1912 123 0 0 25 0 9 0 73466782 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4127139137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=29999] ppid=29996 vsize=868488 CPUtime=3.01
/proc/29997/task/29999/stat : 29999 (java) S 29996 29983 29533 0 -1 64 30735 0 0 0 283 18 0 0 16 0 9 0 73466783 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30000] ppid=29996 vsize=868488 CPUtime=0
/proc/29997/task/30000/stat : 30000 (java) S 29996 29983 29533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73466783 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30001] ppid=29996 vsize=868488 CPUtime=0
/proc/29997/task/30001/stat : 30001 (java) S 29996 29983 29533 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73466783 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30002] ppid=29996 vsize=868488 CPUtime=0
/proc/29997/task/30002/stat : 30002 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73466785 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30003] ppid=29996 vsize=868488 CPUtime=0.3
/proc/29997/task/30003/stat : 30003 (java) S 29996 29983 29533 0 -1 64 1504 0 0 0 30 0 0 0 16 0 9 0 73466785 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30004] ppid=29996 vsize=868488 CPUtime=0
/proc/29997/task/30004/stat : 30004 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73466785 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29997/tid=30005] ppid=29996 vsize=868488 CPUtime=0
/proc/29997/task/30005/stat : 30005 (java) S 29996 29983 29533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73466785 889331712 30788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 887444

[startup+51.1016 s]
/proc/loadavg: 2.14 2.07 2.01 3/84 30007
/proc/meminfo: memFree=874944/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=33.33
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 1148 45964 0 2 4 1 3118 210 16 0 1 0 73466633 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29983/statm: 3499 897 374 3 0 599 0
[pid=30006] ppid=29983 vsize=5356 CPUtime=0
/proc/30006/stat : 30006 (sh) S 29983 29983 29533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73470029 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30006/statm: 1339 232 193 169 0 50 0
[pid=30007] ppid=30006 vsize=551448 CPUtime=16.95
/proc/30007/stat : 30007 (minisat) R 30006 29983 29533 0 -1 4194304 133515 0 0 0 1611 84 0 0 25 0 1 0 73470029 564682752 133501 996147200 134512640 135127466 4294956256 18446744073709551615 134523426 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=30042] ppid=29983 vsize=5356 CPUtime=0
/proc/30042/stat : 30042 (sh) S 29983 29983 29533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73541544 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30042/statm: 1339 232 193 169 0 50 0
[pid=30043] ppid=30042 vsize=559348 CPUtime=2458.2
/proc/30043/stat : 30043 (minisat) R 30042 29983 29533 0 -1 4194304 135306 0 0 0 245724 96 0 0 25 0 1 0 73541545 572772352 135292 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/30043/statm: 139837 135292 76 150 0 139684 0
Current children cumulated CPU time (s) 3199.89
Current children cumulated vsize (KiB) 578700

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30085
/proc/meminfo: memFree=843968/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=741.69
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 1501 465542 0 5 5 2 73655 507 16 0 1 0 73466633 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29983/statm: 3499 897 374 3 0 599 0
[pid=30042] ppid=29983 vsize=5356 CPUtime=0
/proc/30042/stat : 30042 (sh) S 29983 29983 29533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73541544 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30042/statm: 1339 232 193 169 0 50 0
[pid=30043] ppid=30042 vsize=559348 CPUtime=2518.18
/proc/30043/stat : 30043 (minisat) R 30042 29983 29533 0 -1 4194304 135315 0 0 0 251722 96 0 0 25 0 1 0 73541545 572772352 135301 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/30043/statm: 139837 135301 76 150 0 139684 0
Current children cumulated CPU time (s) 3259.87
Current children cumulated vsize (KiB) 578700

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30085
/proc/meminfo: memFree=843968/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=741.69
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 1501 465542 0 5 5 2 73655 507 16 0 1 0 73466633 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29983/statm: 3499 897 374 3 0 599 0
[pid=30042] ppid=29983 vsize=5356 CPUtime=0
/proc/30042/stat : 30042 (sh) S 29983 29983 29533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73541544 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30042/statm: 1339 232 193 169 0 50 0
[pid=30043] ppid=30042 vsize=559348 CPUtime=2578.16
/proc/30043/stat : 30043 (minisat) R 30042 29983 29533 0 -1 4194304 135324 0 0 0 257720 96 0 0 25 0 1 0 73541545 572772352 135310 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/30043/statm: 139837 135310 76 150 0 139684 0
Current children cumulated CPU time (s) 3319.85
Current children cumulated vsize (KiB) 578700

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30085
/proc/meminfo: memFree=843904/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=741.69
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 1501 465542 0 5 5 2 73655 507 16 0 1 0 73466633 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29983/statm: 3499 897 374 3 0 599 0
[pid=30042] ppid=29983 vsize=5356 CPUtime=0
/proc/30042/stat : 30042 (sh) S 29983 29983 29533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73541544 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30042/statm: 1339 232 193 169 0 50 0
[pid=30043] ppid=30042 vsize=559348 CPUtime=2638.13
/proc/30043/stat : 30043 (minisat) R 30042 29983 29533 0 -1 4194304 135332 0 0 0 263717 96 0 0 25 0 1 0 73541545 572772352 135318 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30043/statm: 139837 135318 76 150 0 139684 0
Current children cumulated CPU time (s) 3379.82
Current children cumulated vsize (KiB) 578700

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30085
/proc/meminfo: memFree=843904/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=741.69
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 1501 465542 0 5 5 2 73655 507 16 0 1 0 73466633 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29983/statm: 3499 897 374 3 0 599 0
[pid=30042] ppid=29983 vsize=5356 CPUtime=0
/proc/30042/stat : 30042 (sh) S 29983 29983 29533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73541544 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30042/statm: 1339 232 193 169 0 50 0
[pid=30043] ppid=30042 vsize=559348 CPUtime=2698.1
/proc/30043/stat : 30043 (minisat) R 30042 29983 29533 0 -1 4194304 135342 0 0 0 269714 96 0 0 25 0 1 0 73541545 572772352 135328 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30043/statm: 139837 135328 76 150 0 139684 0
Current children cumulated CPU time (s) 3439.79
Current children cumulated vsize (KiB) 578700

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30087
/proc/meminfo: memFree=843776/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=741.69
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 1501 465542 0 5 5 2 73655 507 16 0 1 0 73466633 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29983/statm: 3499 897 374 3 0 599 0
[pid=30042] ppid=29983 vsize=5356 CPUtime=0
/proc/30042/stat : 30042 (sh) S 29983 29983 29533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73541544 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30042/statm: 1339 232 193 169 0 50 0
[pid=30043] ppid=30042 vsize=559348 CPUtime=2758.08
/proc/30043/stat : 30043 (minisat) R 30042 29983 29533 0 -1 4194304 135350 0 0 0 275712 96 0 0 25 0 1 0 73541545 572772352 135336 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30043/statm: 139837 135336 76 150 0 139684 0
Current children cumulated CPU time (s) 3499.77
Current children cumulated vsize (KiB) 578700

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30087
/proc/meminfo: memFree=843712/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=741.69
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 1501 465542 0 5 5 2 73655 507 16 0 1 0 73466633 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29983/statm: 3499 897 374 3 0 599 0
[pid=30042] ppid=29983 vsize=5356 CPUtime=0
/proc/30042/stat : 30042 (sh) S 29983 29983 29533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73541544 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30042/statm: 1339 232 193 169 0 50 0
[pid=30043] ppid=30042 vsize=559348 CPUtime=2818.05
/proc/30043/stat : 30043 (minisat) R 30042 29983 29533 0 -1 4194304 135360 0 0 0 281709 96 0 0 25 0 1 0 73541545 572772352 135346 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30043/statm: 139837 135346 76 150 0 139684 0
Current children cumulated CPU time (s) 3559.74
Current children cumulated vsize (KiB) 578700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30087
/proc/meminfo: memFree=843712/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=741.69
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 1501 465542 0 5 5 2 73655 507 16 0 1 0 73466633 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29983/statm: 3499 897 374 3 0 599 0
[pid=30042] ppid=29983 vsize=5356 CPUtime=0
/proc/30042/stat : 30042 (sh) S 29983 29983 29533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73541544 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30042/statm: 1339 232 193 169 0 50 0
[pid=30043] ppid=30042 vsize=559348 CPUtime=2858.35
/proc/30043/stat : 30043 (minisat) R 30042 29983 29533 0 -1 4194304 135366 0 0 0 285738 97 0 0 25 0 1 0 73541545 572772352 135352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30043/statm: 139837 135352 76 150 0 139684 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 578700

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

[startup+3622.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30087
/proc/meminfo: memFree=843712/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=741.69
/proc/29983/stat : 29983 (sugar) S 29981 29983 29533 0 -1 4194304 1501 465542 0 5 5 2 73655 507 16 0 1 0 73466633 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29983/statm: 3499 897 374 3 0 599 0
[pid=30042] ppid=29983 vsize=5356 CPUtime=0
/proc/30042/stat : 30042 (sh) S 29983 29983 29533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73541544 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30042/statm: 1339 232 193 169 0 50 0
[pid=30043] ppid=30042 vsize=559348 CPUtime=2858.35
/proc/30043/stat : 30043 (minisat) R 30042 29983 29533 0 -1 4194304 135366 0 0 0 285738 97 0 0 25 0 1 0 73541545 572772352 135352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30043/statm: 139837 135352 76 150 0 139684 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 578700

# WARNING:
# current cumulated CPU time (741.73 s) is less than in the last sample (3600.04 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (2858.31 s) to the 'lost time'.

[startup+3622.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30087
/proc/meminfo: memFree=843712/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=741.73
/proc/29983/stat : 29983 (sugar) R 29981 29983 29533 0 -1 4194304 1535 465819 0 5 5 5 73655 508 17 0 1 0 73466633 14331904 898 996147200 4194304 4206940 548682068592 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29983/statm: 3499 898 375 3 0 599 0
Current children cumulated CPU time (s) 741.73
Current children cumulated vsize (KiB) 13996

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

[startup+3622.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30087
/proc/meminfo: memFree=843712/2055920 swapFree=4179848/4192956
[pid=29983] ppid=29981 vsize=13996 CPUtime=741.81
/proc/29983/stat : 29983 (sugar) R 29981 29983 29533 0 -1 4194304 1535 465819 0 5 5 13 73655 508 17 0 1 0 73466633 14331904 898 996147200 4194304 4206940 548682068592 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29983/statm: 3499 898 375 3 0 599 0
Current children cumulated CPU time (s) 741.81
Current children cumulated vsize (KiB) 13996

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2858.31
#  lost CPU user time (s): 2857.38
#  lost CPU system time (s): 0.93

Real time (s): 3622.83
CPU time (s): 3600.17
CPU user time (s): 3594
CPU system time (s): 6.1742
CPU usage (%): 99.3746
Max. virtual memory (cumulated for all children) (KiB): 897768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 736.616
system time used= 5.2442
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 467385
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12959
involuntary context switches= 42042

runsolver used 4.83526 second user time and 11.6532 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-16 02:21:13
IDJOB=1125212
IDBENCH=63091
IDSOLVER=368
FILE ID=node44/1125212-1216167673
PBS_JOBID= 7905791
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-09_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125212-1216167673/watcher-1125212-1216167673 -o /tmp/evaluation-result-1125212-1216167673/solver-1125212-1216167673 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1125212-1216167673.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f1135413f837c76c5f77a9c30e30cfc7
RANDOM SEED=459526741

node44.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.234
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.234
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:       1711288 kB
Buffers:         69876 kB
Cached:         207944 kB
SwapCached:       7508 kB
Active:         233752 kB
Inactive:        64248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711288 kB
SwapTotal:     4192956 kB
SwapFree:      4179848 kB
Dirty:            3208 kB
Writeback:           0 kB
Mapped:          35712 kB
Slab:            31580 kB
Committed_AS:   258668 kB
PageTables:       1976 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= 66544 MiB
End job on node44 at 2008-07-16 03:21:38