Trace number 1125347

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+minisat-incMSAT (TO) 3600.18 3606.22

General information on the benchmark

Namemaxcsp/celar/graphs/
normalized-graphw-06_ext.xml
MD5SUM0c08324127e1fdfa2cafad7b5ba34d3b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark1604.67
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1970
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension1970
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.05/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Wed Jul 16 02:53:01 2008
0.05/0.08	c 0	PID 29558
0.05/0.08	c 0	HOST node36.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1125347-1216169581.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125347-1216169581.xml' 'HOME/temp.csp'
1.35/1.46	c 2	6 domains, 200 variables, 0 predicates, 1012 relations, 1970 constraints
1.35/1.50	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.50	c 2	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'
1.43/2.16	c 2	Parsing HOME/temp.csp
4.10/4.82	c 5	parsed 3188 expressions
4.10/4.82	c 5	Heap : 43 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.10/4.85	c 5	MAX CSP: 1970 constraints
4.10/4.85	c 5	Converting to clausal form CSP
4.20/4.90	c 5	converted 517 (10%) expressions
4.20/4.98	c 5	converted 1033 (20%) expressions
4.40/5.19	c 5	converted 1549 (30%) expressions
5.08/5.86	c 6	converted 2065 (40%) expressions
5.39/6.18	c 6	converted 2581 (50%) expressions
5.69/6.48	c 7	converted 3097 (60%) expressions
5.99/6.73	c 7	converted 3613 (70%) expressions
6.27/7.05	c 7	converted 4129 (80%) expressions
7.46/8.20	c 8	converted 4645 (90%) expressions
7.96/8.71	c 9	converted 5161 (100%) expressions
7.96/8.71	c 9	CSP : 4140 integers, 0 booleans, 5909 clauses, largest domain size 2956
7.96/8.71	c 9	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.96/8.71	c 9	Propagation in CSP
7.96/8.79	c 9	1963 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.96/8.79	c 9	CSP : 4140 integers, 0 booleans, 5909 clauses, largest domain size 1971
7.96/8.79	c 9	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.96/8.79	c 9	Simplifing CSP by introducing new Boolean variables
7.96/8.80	c 9	CSP : 4140 integers, 0 booleans, 5909 clauses, largest domain size 1971
7.96/8.80	c 9	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.56/9.34	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.56/9.37	c 9	414 (10%) CSP integer variables are encoded (7142 clauses, 90757 bytes)
8.56/9.37	c 9	828 (20%) CSP integer variables are encoded (7142 clauses, 90757 bytes)
8.56/9.37	c 9	1242 (30%) CSP integer variables are encoded (7142 clauses, 90757 bytes)
8.56/9.37	c 9	1656 (40%) CSP integer variables are encoded (7142 clauses, 90757 bytes)
8.56/9.38	c 9	2070 (50%) CSP integer variables are encoded (7142 clauses, 90757 bytes)
8.56/9.38	c 9	2484 (60%) CSP integer variables are encoded (11151 clauses, 149519 bytes)
8.65/9.40	c 9	2898 (70%) CSP integer variables are encoded (27816 clauses, 399494 bytes)
8.65/9.41	c 9	3312 (80%) CSP integer variables are encoded (36545 clauses, 530429 bytes)
8.65/9.42	c 9	3726 (90%) CSP integer variables are encoded (39961 clauses, 581669 bytes)
8.65/9.42	c 9	4140 (100%) CSP integer variables are encoded (44502 clauses, 649784 bytes)
9.15/9.97	c 10	591 (10%) CSP clauses are encoded (64127 clauses, 1159544 bytes)
9.65/10.49	c 11	1182 (20%) CSP clauses are encoded (83836 clauses, 1697463 bytes)
10.24/11.02	c 11	1773 (30%) CSP clauses are encoded (103922 clauses, 2245866 bytes)
10.43/11.26	c 11	2364 (40%) CSP clauses are encoded (132776 clauses, 2890899 bytes)
10.83/11.68	c 12	2955 (50%) CSP clauses are encoded (362509 clauses, 7788080 bytes)
12.61/13.41	c 13	3546 (60%) CSP clauses are encoded (1367858 clauses, 29166452 bytes)
17.04/17.91	c 18	4137 (70%) CSP clauses are encoded (4052979 clauses, 86809364 bytes)
17.15/18.05	c 18	4728 (80%) CSP clauses are encoded (4129032 clauses, 88412453 bytes)
17.45/18.37	c 18	5319 (90%) CSP clauses are encoded (4320032 clauses, 92481658 bytes)
18.73/19.62	c 20	5909 (100%) CSP clauses are encoded (5036959 clauses, 107833536 bytes)
18.73/19.62	c 20	5909 CSP clauses encoded
18.73/19.62	c 20	Writing map file : HOME/temp.map
18.73/19.66	c 20	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.73/19.66	c 20	SAT : 48642 SAT variables, 5036959 SAT clauses, 107833536 bytes
18.73/19.66	c 20	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.79/19.74	c 20	OBJECTIVE minimize _COST
18.79/19.74	c 20	SOLVING HOME/temp.cnf
18.79/19.74	c 20	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
18.79/19.74	c 20	This is MiniSat 2.0 beta incremental
18.79/19.74	c 20	WARNING: for repeatability, setting FPU to use double precision
18.79/19.74	c 20	============================[ Problem Statistics ]=============================
18.79/19.74	c 20	|                                                                             |
18.79/19.74	c 20	|  Number of variables:  48642                                                |
18.79/19.74	c 20	|  Number of clauses:    5036959                                              |
20.98/21.91	c 22	|  Parsing time:         1.84         s                                       |
21.08/22.00	c 22	OK
21.08/22.00	c 22	OBJECTIVE BOUND: 0 <= _COST <= 
21.08/22.00	c 22	SEARCHING: _COST <= 985
21.08/22.00	c 22	============================[ Search Statistics ]==============================
21.08/22.00	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.08/22.00	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.08/22.00	c 22	===============================================================================
21.08/22.00	c 22	|         0 |   48642  5036959 15090107 |  1678986        0    nan |  0.000 % |
23.08/24.00	c 24	|       100 |   48642  5036959 15090107 |  1846884      100     26 |  0.000 % |
23.28/24.21	c 24	|       250 |   48642  5036959 15090107 |  2031573      250     25 |  0.000 % |
24.17/25.11	c 25	|       475 |   48642  5036959 15090107 |  2234730      475     31 |  0.000 % |
24.47/25.47	c 26	|       813 |   48642  5036959 15090107 |  2458203      813     32 |  0.000 % |
25.77/26.73	c 27	|      1319 |   48642  5036959 15090107 |  2704024     1319     37 |  0.000 % |
26.77/27.73	c 28	===============================================================================
26.77/27.73	c 28	restarts              : 6
26.77/27.73	c 28	conflicts             : 1429          (187 /sec)
26.77/27.73	c 28	decisions             : 21842         (0.45 % random) (2858 /sec)
26.77/27.73	c 28	propagations          : 2386382        (312279 /sec)
26.77/27.73	c 28	conflict literals     : 50233          (18.29 % deleted)
26.77/27.73	c 28	Memory used           : 212.53 MB
26.77/27.73	c 28	CPU time              : 7.64184 s
26.77/27.73	c 28	
26.77/27.73	c 28	SATISFIABLE
26.77/27.75	c 28	OK
26.77/27.75	c 28	FOUND: _COST <= 985
26.77/27.75	s SATISFIABLE
26.77/27.75	c 28	DECODING HOME/temp.out WITH HOME/temp.map
26.77/27.75	c 28	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
26.82/28.11	c 28	Decoding HOME/temp.out
26.82/28.32	c 28	OBJECTIVE _COST 981
26.82/28.32	o 981
26.82/28.33	v 41 43 35 8 17 43 43 20 23 43 39 43 43 43 14 21 43 32 43 39 13 14 1 43 15 1 13 43 43 43 1 16 41 43 35 14 43 43 21 36 43 21 43 19 31 35 41 42 37 43 21 43 11 39 21 4 43 34 41 17 43 23 41 5 33 3 26 41 39 39 23 34 29 5 40 43 35 39 35 36 43 43 41 19 5 5 40 1 33 41 3 43 35 30 30 43 5 43 43 21 43 11 41 39 43 34 41 19 1 5 43 35 43 29 43 34 3 8 42 10 43 12 43 5 35 11 4 40 23 40 41 33 40 7 41 21 5 35 35 41 41 5 17 10 7 32 35 43 31 36 1 23 32 43 10 41 43 10 3 41 43 35 35 18 6 38 37 5 43 3 40 16 33 43 42 37 33 40 37 1 32 43 39 7 35 41 35 13 40 32 14 11 5 41 20 43 5 43 30 15
26.82/28.33	c 28	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
26.82/28.35	c 28	OK
26.82/28.35	c 28	OBJECTIVE BOUND: 0 <= _COST <= 981
26.82/28.35	c 28	SEARCHING: _COST <= 490
26.82/28.35	c 28	============================[ Search Statistics ]==============================
26.82/28.35	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.82/28.35	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.82/28.35	c 28	===============================================================================
26.82/28.35	c 28	|      1429 |   48642  5036959 15090107 |  1678986     1429     35 |  0.000 % |
28.08/29.38	c 29	|      1530 |   48642  5036959 15090107 |  1846884     1530     35 | 22.374 % |
28.28/29.58	c 30	|      1680 |   48642  5036959 15090107 |  2031573     1680     33 | 22.374 % |
30.18/31.42	c 31	|      1905 |   48642  5036959 15090107 |  2234730     1905     32 | 22.374 % |
30.98/32.24	c 32	|      2242 |   48642  5036959 15090107 |  2458203     2242     30 | 22.374 % |
32.38/33.65	c 34	|      2750 |   48642  5036959 15090107 |  2704024     2750     32 | 22.374 % |
34.67/35.94	c 36	|      3510 |   48642  5036959 15090107 |  2974426     3510     37 | 22.374 % |
35.78/37.01	c 37	===============================================================================
35.78/37.01	c 37	restarts              : 13
35.78/37.01	c 37	conflicts             : 4433          (272 /sec)
35.78/37.01	c 37	decisions             : 52841         (0.54 % random) (3240 /sec)
35.78/37.01	c 37	propagations          : 6343332        (388934 /sec)
35.78/37.01	c 37	conflict literals     : 146450         (17.09 % deleted)
35.78/37.01	c 37	Memory used           : 212.66 MB
35.78/37.01	c 37	CPU time              : 16.3095 s
35.78/37.01	c 37	
35.78/37.01	c 37	SATISFIABLE
35.78/37.02	c 37	OK
35.78/37.02	c 37	FOUND: _COST <= 490
35.78/37.02	c 37	DECODING HOME/temp.out WITH HOME/temp.map
35.78/37.02	c 37	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
35.81/37.12	c 37	Decoding HOME/temp.out
36.05/37.34	c 37	OBJECTIVE _COST 490
36.05/37.34	o 490
36.05/37.35	v 37 34 42 23 16 17 43 8 12 2 41 1 43 43 25 2 32 13 18 40 10 10 1 43 43 5 0 43 39 43 2 29 43 43 30 14 0 34 21 7 32 19 31 33 25 34 35 42 19 11 18 43 17 32 21 5 1 3 24 17 1 0 16 16 4 15 31 3 31 43 22 10 27 4 32 14 16 15 35 41 40 43 41 6 1 1 32 27 32 30 5 10 21 3 30 13 2 43 37 21 40 37 18 32 7 34 0 3 15 5 32 24 43 43 43 35 11 7 3 21 29 12 9 0 41 11 2 40 17 21 39 43 32 10 22 21 2 8 15 5 13 0 20 43 39 10 9 43 35 6 14 11 11 37 39 5 1 31 22 41 43 4 41 32 43 43 8 20 33 43 43 43 33 43 43 16 21 36 3 5 0 4 43 43 26 41 41 32 32 38 5 43 5 41 21 43 4 11 12 15
36.05/37.35	c 37	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
36.05/37.39	c 37	OK
36.05/37.39	c 37	OBJECTIVE BOUND: 0 <= _COST <= 490
36.05/37.39	c 37	SEARCHING: _COST <= 245
36.05/37.39	c 37	============================[ Search Statistics ]==============================
36.05/37.39	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.05/37.39	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.05/37.39	c 37	===============================================================================
36.05/37.39	c 37	|      4433 |   37759  5036959 15090107 |  1678986     4433     33 | 22.374 % |
36.61/37.91	c 38	|      4534 |   37759  5036959 15090107 |  1846884     4534     33 | 34.503 % |
36.91/38.21	c 38	|      4687 |   37759  5036959 15090107 |  2031573     4687     32 | 34.503 % |
37.70/39.06	c 39	|      4912 |   37759  5036959 15090107 |  2234730     4912     33 | 34.503 % |
38.10/39.46	c 40	|      5249 |   37759  5036959 15090107 |  2458203     5249     32 | 34.503 % |
39.98/41.31	c 41	|      5756 |   37759  5036959 15090107 |  2704024     5756     33 | 34.503 % |
41.67/43.04	c 43	|      6515 |   37759  5036959 15090107 |  2974426     6515     35 | 34.503 % |
43.65/45.04	c 45	|      7657 |   37759  5036959 15090107 |  3271869     7657     36 | 34.503 % |
48.70/50.17	c 50	|      9366 |   37759  5036959 15090107 |  3599056     9366     37 | 34.503 % |
52.56/54.03	c 54	|     11928 |   37759  5036959 15090107 |  3958961    11928     41 | 34.503 % |
64.55/66.10	c 66	|     15772 |   37759  5036959 15090107 |  4354858    15772     46 | 34.503 % |
81.10/82.84	c 83	|     21538 |   31859  2108696  6354187 |  4790343    21446     50 | 34.503 % |
94.78/96.66	c 97	|     30187 |   31859  2108696  6354187 |  5269378    30095     55 | 34.503 % |
124.31/126.47	c 127	|     43162 |   31859  2108696  6354187 |  5796316    43070     57 | 34.503 % |
153.04/155.49	c 156	|     62626 |   31859  2108696  6354187 |  6375947    62534     67 | 34.503 % |
219.35/222.30	c 222	|     91820 |   31859  2108696  6354187 |  7013542    91728     63 | 34.503 % |
299.32/303.04	c 303	|    135610 |   31859  2108696  6354187 |  7714896   135518     67 | 34.503 % |
418.85/423.68	c 424	===============================================================================
418.85/423.68	c 424	restarts              : 30
418.85/423.68	c 424	conflicts             : 188855        (473 /sec)
418.85/423.68	c 424	decisions             : 288068        (0.83 % random) (722 /sec)
418.85/423.68	c 424	propagations          : 202058339      (506239 /sec)
418.85/423.68	c 424	conflict literals     : 14081978       (21.53 % deleted)
418.85/423.68	c 424	Memory used           : 215.82 MB
418.85/423.68	c 424	CPU time              : 399.136 s
418.85/423.68	c 424	
418.85/423.68	c 424	SATISFIABLE
418.95/423.70	c 424	OK
418.95/423.70	c 424	FOUND: _COST <= 245
418.95/423.70	c 424	DECODING HOME/temp.out WITH HOME/temp.map
418.95/423.70	c 424	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
418.95/423.83	c 424	Decoding HOME/temp.out
418.95/424.23	c 424	OBJECTIVE _COST 245
418.95/424.23	o 245
418.95/424.24	v 3 32 21 23 0 10 21 8 17 36 33 42 31 0 14 2 43 34 43 43 43 17 1 37 34 0 43 36 42 10 5 6 17 42 34 43 0 0 8 31 43 15 18 30 31 12 10 1 36 41 12 11 3 2 20 2 43 43 41 32 32 4 37 16 8 31 31 3 35 11 0 34 35 2 2 43 43 3 8 41 42 0 41 4 0 1 6 43 8 2 2 32 33 2 18 32 3 0 43 4 3 43 11 30 31 33 36 3 31 2 43 9 32 42 43 0 0 21 0 1 36 14 8 5 35 41 5 14 18 32 9 42 2 15 37 5 2 8 3 4 0 2 8 40 32 10 6 0 31 43 39 17 13 40 43 28 42 4 20 36 43 8 8 1 8 6 4 42 32 39 3 8 33 11 35 36 43 35 11 0 43 4 43 43 34 37 35 10 1 42 5 0 3 1 1 36 5 43 41 39
418.95/424.24	c 424	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
420.34/425.22	c 425	OK
420.34/425.22	c 425	OBJECTIVE BOUND: 0 <= _COST <= 245
420.34/425.22	c 425	SEARCHING: _COST <= 122
420.34/425.22	c 425	============================[ Search Statistics ]==============================
420.34/425.22	c 425	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
420.34/425.22	c 425	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
420.34/425.22	c 425	===============================================================================
420.34/425.22	c 425	|    188855 |   28175  1222499  3706403 |   407499   188442     75 | 34.503 % |
420.74/425.70	c 426	|    188955 |   28175  1222499  3706403 |   448249   188542     75 | 42.077 % |
421.14/426.04	c 426	|    189106 |   28175  1222499  3706403 |   493074   188693     75 | 42.077 % |
421.84/426.77	c 427	|    189332 |   28175  1222499  3706403 |   542382   188919     74 | 42.077 % |
422.53/427.48	c 428	|    189669 |   28175  1222499  3706403 |   596620   189256     74 | 42.077 % |
423.63/428.57	c 429	|    190176 |   28175  1222499  3706403 |   656282   189763     74 | 42.077 % |
425.24/430.15	c 430	|    190935 |   28175  1222499  3706403 |   721910   190522     74 | 42.077 % |
429.03/433.92	c 434	|    192074 |   28175  1222499  3706403 |   794101   191661     74 | 42.077 % |
431.74/436.61	c 437	|    193784 |   28175  1222499  3706403 |   873511   193371     74 | 42.077 % |
436.23/441.16	c 441	|    196346 |   28175  1222499  3706403 |   960862   195933     73 | 42.077 % |
444.12/449.05	c 449	|    200190 |   28175  1222499  3706403 |  1056949   199777     72 | 42.077 % |
455.02/459.92	c 460	|    205956 |   28175  1222499  3706403 |  1162644   205543     71 | 42.077 % |
471.71/476.62	c 477	|    214605 |   28175  1222499  3706403 |  1278908   214192     70 | 42.077 % |
498.98/503.94	c 504	|    227579 |   28175  1222499  3706403 |  1406799   227166     68 | 42.077 % |
547.76/552.74	c 553	|    247041 |   28175  1222499  3706403 |  1547479   246628     66 | 42.077 % |
623.14/628.11	c 628	|    276233 |   28175  1222499  3706403 |  1702227   275820     65 | 42.077 % |
753.49/758.56	c 759	|    320022 |   28175  1222499  3706403 |  1872449   319609     63 | 42.077 % |
945.51/950.65	c 951	|    385707 |   28175  1222499  3706403 |  2059694   385294     59 | 42.077 % |
1296.77/1302.07	c 1302	|    484233 |   28175  1222499  3706403 |  2265664   483820     57 | 42.077 % |
1960.82/1966.35	c 1966	|    632022 |   28175  1222499  3706403 |  2492230   631609     60 | 42.077 % |
2875.80/2881.67	c 2882	|    853705 |   28175  1222499  3706403 |  2741453   853292     59 | 42.077 % |
3600.04/3606.11	c ERROR INTERRUPTED
3600.15/3606.21	c 3606	CPU 3598.07 (0.07 0.03 3598 2.01)
3600.15/3606.21	c 3606	END Wed Jul 16 03:53:07 2008

Verifier Data (download as text)

OK	241	1729
241 unsatisfied constraints, 1729 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-1125347-1216169581/watcher-1125347-1216169581 -o /tmp/evaluation-result-1125347-1216169581/solver-1125347-1216169581 -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-1125347-1216169581.xml 

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


[startup+0 s]
/proc/loadavg: 2.67 2.39 2.16 4/80 29558
/proc/meminfo: memFree=1704424/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=12268 CPUtime=0
/proc/29558/stat : 29558 (sugar++) R 29556 29558 27981 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 73657998 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 240907942501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29558/statm: 3067 316 241 3 0 167 0

[startup+0.070628 s]
/proc/loadavg: 2.67 2.39 2.16 4/80 29558
/proc/meminfo: memFree=1704424/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=16344 CPUtime=0.05
/proc/29558/stat : 29558 (sugar++) R 29556 29558 27981 0 -1 4194304 990 0 0 0 4 1 0 0 18 0 1 0 73657998 16736256 958 996147200 4194304 4206940 548682068528 18446744073709551615 240925835717 0 0 4224 0 0 0 0 17 1 0 0
/proc/29558/statm: 4086 958 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.10248 s]
/proc/loadavg: 2.67 2.39 2.16 4/80 29558
/proc/meminfo: memFree=1704424/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=16740 CPUtime=0.07
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 73657998 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29558/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301648 s]
/proc/loadavg: 2.67 2.39 2.16 4/80 29558
/proc/meminfo: memFree=1704424/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=16740 CPUtime=0.07
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 73657998 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29558/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701688 s]
/proc/loadavg: 2.67 2.39 2.16 4/80 29558
/proc/meminfo: memFree=1704424/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=16740 CPUtime=0.07
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 73657998 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29558/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50177 s]
/proc/loadavg: 2.67 2.39 2.16 3/91 29570
/proc/meminfo: memFree=1683920/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=16740 CPUtime=1.42
/proc/29558/stat : 29558 (sugar++) R 29556 29558 27981 0 -1 4194304 1251 7992 0 1 5 2 128 7 17 0 1 0 73657998 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240907774623 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29558/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 16740

[startup+3.10193 s]
/proc/loadavg: 2.69 2.40 2.17 4/84 29573
/proc/meminfo: memFree=1696520/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=16740 CPUtime=1.42
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1297 7992 0 1 5 2 128 7 16 0 1 0 73657998 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29558/statm: 4185 1104 409 3 0 764 0
[pid=29571] ppid=29558 vsize=5356 CPUtime=0
/proc/29571/stat : 29571 (sh) S 29558 29558 27981 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73658149 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29571/statm: 1339 233 193 169 0 50 0
[pid=29572] ppid=29571 vsize=864040 CPUtime=1
/proc/29572/stat : 29572 (java) S 29571 29558 27981 0 -1 0 7666 0 1 0 96 4 0 0 20 0 9 0 73658149 884776960 6944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29572/statm: 216010 6944 2532 9 0 210592 0
[pid=29572/tid=29573] ppid=29571 vsize=864040 CPUtime=0.7
/proc/29572/task/29573/stat : 29573 (java) R 29571 29558 27981 0 -1 64 2468 0 1 0 67 3 0 0 23 0 9 0 73658150 884776960 6944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 886136

[startup+6.30225 s]
/proc/loadavg: 2.69 2.40 2.17 4/91 29580
/proc/meminfo: memFree=1625552/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=16740 CPUtime=1.42
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1297 7992 0 1 5 2 128 7 15 0 1 0 73657998 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29558/statm: 4185 1104 409 3 0 764 0
[pid=29571] ppid=29558 vsize=5356 CPUtime=0
/proc/29571/stat : 29571 (sh) S 29558 29558 27981 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73658149 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29571/statm: 1339 233 193 169 0 50 0
[pid=29572] ppid=29571 vsize=868412 CPUtime=4.16
/proc/29572/stat : 29572 (java) S 29571 29558 27981 0 -1 0 26766 0 1 0 404 12 0 0 20 0 9 0 73658149 889253888 25963 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29572/statm: 217103 25963 2541 9 0 211678 0
[pid=29572/tid=29573] ppid=29571 vsize=868412 CPUtime=2.16
/proc/29572/task/29573/stat : 29573 (java) R 29571 29558 27981 0 -1 64 3690 0 1 0 212 4 0 0 25 0 9 0 73658150 889253888 25963 996147200 134512640 134550740 4294955920 18446744073709551615 103215080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29574] ppid=29571 vsize=868412 CPUtime=1.81
/proc/29572/task/29574/stat : 29574 (java) S 29571 29558 27981 0 -1 64 20941 0 0 0 174 7 0 0 16 0 9 0 73658210 889253888 25963 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29575] ppid=29571 vsize=868412 CPUtime=0
/proc/29572/task/29575/stat : 29575 (java) S 29571 29558 27981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73658210 889253888 25963 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29576] ppid=29571 vsize=868412 CPUtime=0
/proc/29572/task/29576/stat : 29576 (java) S 29571 29558 27981 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73658210 889253888 25963 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29577] ppid=29571 vsize=868412 CPUtime=0
/proc/29572/task/29577/stat : 29577 (java) S 29571 29558 27981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73658212 889253888 25963 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29578] ppid=29571 vsize=868412 CPUtime=0.17
/proc/29572/task/29578/stat : 29578 (java) S 29571 29558 27981 0 -1 64 1439 0 0 0 17 0 0 0 16 0 9 0 73658212 889253888 25963 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29579] ppid=29571 vsize=868412 CPUtime=0
/proc/29572/task/29579/stat : 29579 (java) S 29571 29558 27981 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73658212 889253888 25963 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29580] ppid=29571 vsize=868412 CPUtime=0
/proc/29572/task/29580/stat : 29580 (java) S 29571 29558 27981 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73658212 889253888 25963 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 890508

[startup+12.7029 s]
/proc/loadavg: 2.74 2.42 2.17 4/91 29580
/proc/meminfo: memFree=1538064/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=16740 CPUtime=1.42
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1297 7992 0 1 5 2 128 7 15 0 1 0 73657998 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29558/statm: 4185 1104 409 3 0 764 0
[pid=29571] ppid=29558 vsize=5356 CPUtime=0
/proc/29571/stat : 29571 (sh) S 29558 29558 27981 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 73658149 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29571/statm: 1339 233 193 169 0 50 0
[pid=29572] ppid=29571 vsize=868524 CPUtime=10.5
/proc/29572/stat : 29572 (java) S 29571 29558 27981 0 -1 0 51502 0 1 0 1012 38 0 0 20 0 9 0 73658149 889368576 39438 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29572/statm: 217131 39438 2565 9 0 211678 0
[pid=29572/tid=29573] ppid=29571 vsize=868524 CPUtime=6.26
/proc/29572/task/29573/stat : 29573 (java) R 29571 29558 27981 0 -1 64 4613 0 1 0 608 18 0 0 25 0 9 0 73658150 889368576 39438 996147200 134512640 134550740 4294955920 18446744073709551615 4127028976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29574] ppid=29571 vsize=868524 CPUtime=3.92
/proc/29572/task/29574/stat : 29574 (java) S 29571 29558 27981 0 -1 64 44679 0 0 0 374 18 0 0 16 0 9 0 73658210 889368576 39438 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29575] ppid=29571 vsize=868524 CPUtime=0
/proc/29572/task/29575/stat : 29575 (java) S 29571 29558 27981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73658210 889368576 39438 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29576] ppid=29571 vsize=868524 CPUtime=0
/proc/29572/task/29576/stat : 29576 (java) S 29571 29558 27981 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73658210 889368576 39438 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29577] ppid=29571 vsize=868524 CPUtime=0
/proc/29572/task/29577/stat : 29577 (java) S 29571 29558 27981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73658212 889368576 39438 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29578] ppid=29571 vsize=868524 CPUtime=0.29
/proc/29572/task/29578/stat : 29578 (java) S 29571 29558 27981 0 -1 64 1514 0 0 0 28 1 0 0 16 0 9 0 73658212 889368576 39438 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29579] ppid=29571 vsize=868524 CPUtime=0
/proc/29572/task/29579/stat : 29579 (java) S 29571 29558 27981 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73658212 889368576 39438 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29572/tid=29580] ppid=29571 vsize=868524 CPUtime=0
/proc/29572/task/29580/stat : 29580 (java) S 29571 29558 27981 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73658212 889368576 39438 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 890620

[startup+25.5012 s]
/proc/loadavg: 2.93 2.47 2.19 3/82 29581
/proc/meminfo: memFree=1374552/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=18.83
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1517 59991 0 2 6 2 1774 101 15 0 1 0 73657998 17412096 1167 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1167 414 3 0 830 0
[pid=29581] ppid=29558 vsize=217360 CPUtime=5.74
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 53794 0 0 0 540 34 0 0 25 0 1 0 73659973 222576640 53744 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 54340 53744 74 151 0 54186 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 234364

[startup+51.1017 s]
/proc/loadavg: 2.82 2.48 2.20 4/82 29601
/proc/meminfo: memFree=1373720/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.43
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1673 68012 0 4 6 2 1828 107 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=218548 CPUtime=30.26
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 54099 0 0 0 2991 35 0 0 25 0 1 0 73659973 223793152 54045 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29581/statm: 54637 54045 80 151 0 54483 0
Current children cumulated CPU time (s) 49.69
Current children cumulated vsize (KiB) 235552

[startup+102.307 s]
/proc/loadavg: 2.75 2.52 2.23 4/82 29601
/proc/meminfo: memFree=1371928/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.43
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1673 68012 0 4 6 2 1828 107 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=220288 CPUtime=81
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 54533 0 0 0 8065 35 0 0 25 0 1 0 73659973 225574912 54479 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29581/statm: 55072 54479 80 151 0 54918 0
Current children cumulated CPU time (s) 100.43
Current children cumulated vsize (KiB) 237292

[startup+162.302 s]
/proc/loadavg: 2.60 2.52 2.25 4/82 29601
/proc/meminfo: memFree=1371736/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.43
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1673 68012 0 4 6 2 1828 107 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=220544 CPUtime=140.46
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 54604 0 0 0 14011 35 0 0 25 0 1 0 73659973 225837056 54542 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/29581/statm: 55136 54542 80 151 0 54982 0
Current children cumulated CPU time (s) 159.89
Current children cumulated vsize (KiB) 237548

[startup+222.302 s]
/proc/loadavg: 2.77 2.58 2.28 3/82 29601
/proc/meminfo: memFree=1371672/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.43
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1673 68012 0 4 6 2 1828 107 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=220544 CPUtime=199.92
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 54630 0 0 0 19956 36 0 0 25 0 1 0 73659973 225837056 54568 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=361320 CPUtime=2896.54
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 89370 0 0 0 289578 76 0 0 25 0 1 0 73659973 369991680 89306 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 90330 89306 80 151 0 90176 0
Current children cumulated CPU time (s) 2916.48
Current children cumulated vsize (KiB) 378324

[startup+2982.3 s]
/proc/loadavg: 2.70 2.64 2.59 3/82 29619
/proc/meminfo: memFree=1229720/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=363704 CPUtime=2956.52
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 89999 0 0 0 295576 76 0 0 25 0 1 0 73659973 372432896 89935 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 90926 89935 80 151 0 90772 0
Current children cumulated CPU time (s) 2976.46
Current children cumulated vsize (KiB) 380708

[startup+3042.3 s]
/proc/loadavg: 2.71 2.65 2.59 3/82 29619
/proc/meminfo: memFree=1227032/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=366372 CPUtime=3016.5
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 90681 0 0 0 301573 77 0 0 25 0 1 0 73659973 375164928 90617 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 91593 90617 80 151 0 91439 0
Current children cumulated CPU time (s) 3036.44
Current children cumulated vsize (KiB) 383376

[startup+3102.3 s]
/proc/loadavg: 2.82 2.69 2.61 3/82 29619
/proc/meminfo: memFree=1224280/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=369068 CPUtime=3076.48
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 91343 0 0 0 307570 78 0 0 25 0 1 0 73659973 377925632 91279 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 92267 91279 80 151 0 92113 0
Current children cumulated CPU time (s) 3096.42
Current children cumulated vsize (KiB) 386072

[startup+3162.3 s]
/proc/loadavg: 2.74 2.68 2.61 3/82 29619
/proc/meminfo: memFree=1221528/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=371828 CPUtime=3136.45
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 92017 0 0 0 313567 78 0 0 25 0 1 0 73659973 380751872 91953 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 92957 91953 80 151 0 92803 0
Current children cumulated CPU time (s) 3156.39
Current children cumulated vsize (KiB) 388832

[startup+3222.3 s]
/proc/loadavg: 2.81 2.71 2.62 3/82 29619
/proc/meminfo: memFree=1218328/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=374876 CPUtime=3196.43
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 92812 0 0 0 319564 79 0 0 25 0 1 0 73659973 383873024 92748 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 93719 92748 80 151 0 93565 0
Current children cumulated CPU time (s) 3216.37
Current children cumulated vsize (KiB) 391880

[startup+3282.3 s]
/proc/loadavg: 2.68 2.70 2.63 3/82 29619
/proc/meminfo: memFree=1215512/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=377648 CPUtime=3256.42
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 93524 0 0 0 325562 80 0 0 25 0 1 0 73659973 386711552 93460 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 94412 93460 80 151 0 94258 0
Current children cumulated CPU time (s) 3276.36
Current children cumulated vsize (KiB) 394652

[startup+3342.3 s]
/proc/loadavg: 2.62 2.68 2.63 3/82 29619
/proc/meminfo: memFree=1212760/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=380420 CPUtime=3316.38
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 94217 0 0 0 331558 80 0 0 25 0 1 0 73659973 389550080 94153 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 95105 94153 80 151 0 94951 0
Current children cumulated CPU time (s) 3336.32
Current children cumulated vsize (KiB) 397424

[startup+3402.31 s]
/proc/loadavg: 2.70 2.70 2.63 3/82 29619
/proc/meminfo: memFree=1209944/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=383200 CPUtime=3376.37
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 94917 0 0 0 337556 81 0 0 25 0 1 0 73659973 392396800 94853 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 95800 94853 80 151 0 95646 0
Current children cumulated CPU time (s) 3396.31
Current children cumulated vsize (KiB) 400204

[startup+3462.3 s]
/proc/loadavg: 2.73 2.71 2.64 3/82 29619
/proc/meminfo: memFree=1207192/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=386028 CPUtime=3436.34
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 95616 0 0 0 343552 82 0 0 25 0 1 0 73659973 395292672 95552 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 96507 95552 80 151 0 96353 0
Current children cumulated CPU time (s) 3456.28
Current children cumulated vsize (KiB) 403032

[startup+3522.3 s]
/proc/loadavg: 2.60 2.67 2.63 3/82 29619
/proc/meminfo: memFree=1204440/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=388808 CPUtime=3496.33
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 96303 0 0 0 349550 83 0 0 25 0 1 0 73659973 398139392 96239 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 97202 96239 80 151 0 97048 0
Current children cumulated CPU time (s) 3516.27
Current children cumulated vsize (KiB) 405812

[startup+3582.3 s]
/proc/loadavg: 2.84 2.73 2.65 3/82 29619
/proc/meminfo: memFree=1201880/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=391336 CPUtime=3556.31
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 96953 0 0 0 355547 84 0 0 25 0 1 0 73659973 400728064 96889 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 97834 96889 80 151 0 97680 0
Current children cumulated CPU time (s) 3576.25
Current children cumulated vsize (KiB) 408340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.1 s]
/proc/loadavg: 2.82 2.73 2.65 3/82 29619
/proc/meminfo: memFree=1200728/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=19.94
/proc/29558/stat : 29558 (sugar++) S 29556 29558 27981 0 -1 4194304 1744 72017 0 5 7 3 1874 110 16 0 1 0 73657998 17412096 1169 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29558/statm: 4251 1169 414 3 0 830 0
[pid=29581] ppid=29558 vsize=392392 CPUtime=3580.1
/proc/29581/stat : 29581 (minisat-inc) R 29558 29558 27981 0 -1 4194304 97219 0 0 0 357926 84 0 0 25 0 1 0 73659973 401809408 97155 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 0 0 0
/proc/29581/statm: 98098 97155 80 151 0 97944 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 409396

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

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

[startup+3606.21 s]
/proc/loadavg: 2.82 2.73 2.65 3/82 29619
/proc/meminfo: memFree=1200728/2055920 swapFree=4181248/4192956
[pid=29558] ppid=29556 vsize=17004 CPUtime=3600.15
/proc/29558/stat : 29558 (sugar++) R 29556 29558 27981 0 -1 4194304 1769 169236 0 5 7 7 359800 201 16 0 1 0 73657998 17412096 1170 996147200 4194304 4206940 548682068528 18446744073709551615 240907949097 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29558/statm: 4251 1170 415 3 0 830 0
Current children cumulated CPU time (s) 3600.15
Current children cumulated vsize (KiB) 17004

Child status: 0
Real time (s): 3606.22
CPU time (s): 3600.18
CPU user time (s): 3598.08
CPU system time (s): 2.10068
CPU usage (%): 99.8325
Max. virtual memory (cumulated for all children) (KiB): 916120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.08
system time used= 2.10068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171060
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= 7619
involuntary context switches= 38809

runsolver used 4.99624 second user time and 11.0233 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-16 02:53:01
IDJOB=1125347
IDBENCH=63108
IDSOLVER=367
FILE ID=node36/1125347-1216169581
PBS_JOBID= 7905602
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/graphs/normalized-graphw-06_ext.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-1125347-1216169581/watcher-1125347-1216169581 -o /tmp/evaluation-result-1125347-1216169581/solver-1125347-1216169581 -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-1125347-1216169581.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c08324127e1fdfa2cafad7b5ba34d3b
RANDOM SEED=219685786

node36.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.225
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.225
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:       1704904 kB
Buffers:         73028 kB
Cached:         143236 kB
SwapCached:       5960 kB
Active:         251608 kB
Inactive:        50884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704904 kB
SwapTotal:     4192956 kB
SwapFree:      4181248 kB
Dirty:            3292 kB
Writeback:           0 kB
Mapped:         102148 kB
Slab:            33576 kB
Committed_AS:  1043412 kB
PageTables:       2032 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= 66556 MiB
End job on node36 at 2008-07-16 03:53:09