Trace number 1115219

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)6 3600.09 3612.02

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-25_ext.xml
MD5SUMa76ef683ec8e7d029a4d3919489c756c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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.06/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.07	c 0	BEGIN Sun Jul 13 04:40:42 2008
0.06/0.07	c 0	PID 23943
0.06/0.08	c 0	HOST node27.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1115219-1215916842.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115219-1215916842.xml' 'HOME/temp.csp'
0.07/0.73	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.07/0.80	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.80	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/1.06	c 1	Parsing HOME/temp.csp
1.52/1.88	c 2	parsed 247 expressions
1.52/1.88	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.88	c 2	MAX CSP: 103 constraints
1.52/1.88	c 2	Converting to clausal form CSP
1.61/1.91	c 2	converted 36 (10%) expressions
1.61/1.92	c 2	converted 71 (20%) expressions
1.61/1.93	c 2	converted 106 (30%) expressions
1.61/1.94	c 2	converted 142 (40%) expressions
1.71/2.01	c 2	converted 177 (50%) expressions
1.71/2.06	c 2	converted 212 (60%) expressions
1.92/2.25	c 2	converted 248 (70%) expressions
2.01/2.32	c 2	converted 283 (80%) expressions
2.01/2.39	c 2	converted 318 (90%) expressions
2.11/2.48	c 3	converted 353 (100%) expressions
2.11/2.48	c 3	CSP : 246 integers, 0 booleans, 308 clauses, largest domain size 155
2.11/2.48	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.48	c 3	Propagation in CSP
2.21/2.51	c 3	98 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.21/2.51	c 3	CSP : 246 integers, 0 booleans, 308 clauses, largest domain size 104
2.21/2.51	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.51	c 3	Simplifing CSP by introducing new Boolean variables
2.21/2.51	c 3	CSP : 246 integers, 0 booleans, 308 clauses, largest domain size 104
2.21/2.51	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.60	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.31/2.62	c 3	25 (10%) CSP integer variables are encoded (1950 clauses, 23229 bytes)
2.31/2.62	c 3	50 (20%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.31/2.62	c 3	74 (30%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.31/2.62	c 3	99 (40%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.31/2.62	c 3	123 (50%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.31/2.62	c 3	148 (60%) CSP integer variables are encoded (3228 clauses, 39843 bytes)
2.31/2.62	c 3	173 (70%) CSP integer variables are encoded (3327 clauses, 41130 bytes)
2.31/2.63	c 3	197 (80%) CSP integer variables are encoded (3473 clauses, 43028 bytes)
2.31/2.63	c 3	222 (90%) CSP integer variables are encoded (3572 clauses, 44315 bytes)
2.31/2.63	c 3	246 (100%) CSP integer variables are encoded (4234 clauses, 52921 bytes)
2.61/2.92	c 3	31 (10%) CSP clauses are encoded (36511 clauses, 904778 bytes)
2.81/3.17	c 3	62 (20%) CSP clauses are encoded (68780 clauses, 1794166 bytes)
3.10/3.42	c 3	93 (30%) CSP clauses are encoded (100861 clauses, 2731090 bytes)
3.19/3.50	c 4	124 (40%) CSP clauses are encoded (111399 clauses, 3037003 bytes)
3.19/3.51	c 4	154 (50%) CSP clauses are encoded (112171 clauses, 3050269 bytes)
3.19/3.51	c 4	185 (60%) CSP clauses are encoded (112456 clauses, 3054903 bytes)
3.19/3.52	c 4	216 (70%) CSP clauses are encoded (114585 clauses, 3092827 bytes)
3.19/3.52	c 4	247 (80%) CSP clauses are encoded (114880 clauses, 3097624 bytes)
3.19/3.52	c 4	278 (90%) CSP clauses are encoded (115619 clauses, 3110321 bytes)
3.19/3.55	c 4	308 (100%) CSP clauses are encoded (126708 clauses, 3307681 bytes)
3.19/3.55	c 4	308 CSP clauses encoded
3.19/3.55	c 4	Writing map file : HOME/temp.map
3.19/3.55	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.55	c 4	SAT : 4480 SAT variables, 126708 SAT clauses, 3307681 bytes
3.19/3.55	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.60	c 4	OBJECTIVE minimize _COST
3.19/3.60	c 4	SOLVING HOME/temp.cnf
3.19/3.60	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.28/3.60	c 4	This is MiniSat 2.0 beta incremental
3.28/3.60	c 4	WARNING: for repeatability, setting FPU to use double precision
3.28/3.60	c 4	============================[ Problem Statistics ]=============================
3.28/3.60	c 4	|                                                                             |
3.28/3.60	c 4	|  Number of variables:  4480                                                 |
3.28/3.60	c 4	|  Number of clauses:    126708                                               |
3.28/3.68	c 4	|  Parsing time:         0.06         s                                       |
3.28/3.68	c 4	OK
3.28/3.68	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.28/3.68	c 4	SEARCHING: _COST <= 52
3.28/3.68	c 4	============================[ Search Statistics ]==============================
3.28/3.68	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.28/3.68	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.28/3.68	c 4	===============================================================================
3.28/3.68	c 4	|         0 |    4480   126708   571967 |    42236        0    nan |  0.000 % |
3.28/3.72	c 4	|       102 |    4480   126708   571967 |    46459      102     18 |  0.002 % |
3.28/3.76	c 4	|       252 |    4480   126708   571967 |    51105      252     28 |  0.002 % |
3.28/3.77	c 4	===============================================================================
3.28/3.77	c 4	restarts              : 3
3.28/3.77	c 4	conflicts             : 255           (1747 /sec)
3.28/3.77	c 4	decisions             : 704           (1.42 % random) (4823 /sec)
3.28/3.77	c 4	propagations          : 62543          (428444 /sec)
3.28/3.77	c 4	conflict literals     : 6973           (26.34 % deleted)
3.28/3.77	c 4	Memory used           : 8.23 MB
3.28/3.77	c 4	CPU time              : 0.145977 s
3.28/3.77	c 4	
3.28/3.77	c 4	SATISFIABLE
3.28/3.77	c 4	OK
3.28/3.77	c 4	FOUND: _COST <= 52
3.28/3.77	s SATISFIABLE
3.28/3.77	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.28/3.77	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.28/3.85	c 4	Decoding HOME/temp.out
3.28/3.90	c 4	OBJECTIVE _COST 52
3.28/3.90	o 52
3.28/3.90	v 78 54 11 29 79 79 79 26 78 36 79 79 76 79 5 79 70 76 79 73 79 61 79 27 71 32 79 79 79 76 77 75 74 79 69 62 34 79 79 79
3.28/3.91	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.28/3.98	c 4	OK
3.28/3.98	c 4	OBJECTIVE BOUND: 0 <= _COST <= 52
3.28/3.98	c 4	SEARCHING: _COST <= 26
3.28/3.98	c 4	============================[ Search Statistics ]==============================
3.28/3.98	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.28/3.98	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.28/3.98	c 4	===============================================================================
3.28/3.98	c 4	|       255 |    4480   126708   571967 |    42236      255     27 |  0.002 % |
3.28/3.99	c 4	===============================================================================
3.28/3.99	c 4	restarts              : 4
3.28/3.99	c 4	conflicts             : 262           (1669 /sec)
3.28/3.99	c 4	decisions             : 767           (1.56 % random) (4886 /sec)
3.28/3.99	c 4	propagations          : 68401          (435742 /sec)
3.28/3.99	c 4	conflict literals     : 7039           (26.57 % deleted)
3.28/3.99	c 4	Memory used           : 8.23 MB
3.28/3.99	c 4	CPU time              : 0.156976 s
3.28/3.99	c 4	
3.28/3.99	c 4	SATISFIABLE
3.28/3.99	c 4	OK
3.28/3.99	c 4	FOUND: _COST <= 26
3.28/3.99	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.28/3.99	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.58/4.36	c 4	Decoding HOME/temp.out
3.67/4.43	c 4	OBJECTIVE _COST 26
3.67/4.43	o 26
3.67/4.43	v 32 28 63 49 78 55 64 45 78 72 54 76 76 79 71 79 11 76 37 47 33 15 79 46 78 76 79 79 73 74 66 79 71 79 41 43 53 79 79 26
3.67/4.44	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.72/4.54	c 5	OK
3.72/4.54	c 5	OBJECTIVE BOUND: 0 <= _COST <= 26
3.72/4.54	c 5	SEARCHING: _COST <= 13
3.72/4.56	c 5	============================[ Search Statistics ]==============================
3.72/4.56	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.72/4.56	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.72/4.56	c 5	===============================================================================
3.72/4.56	c 5	|       262 |    4123   126708   571967 |    42236      262     27 |  0.002 % |
3.72/4.58	c 5	|       362 |    4120   126708   571967 |    46459      362     25 | 12.612 % |
3.80/4.62	c 5	|       512 |    4120   126708   571967 |    51105      512     22 | 12.612 % |
3.80/4.68	c 5	|       737 |    4120   126708   571967 |    56216      737     21 | 12.612 % |
3.90/4.77	c 5	|      1074 |    4120   126708   571967 |    61837     1074     19 | 12.612 % |
4.09/4.92	c 5	|      1580 |    4120   126708   571967 |    68021     1580     20 | 12.612 % |
4.39/5.21	c 5	|      2339 |    4120   126708   571967 |    74823     2339     22 | 12.612 % |
4.39/5.28	c 5	===============================================================================
4.39/5.28	c 5	restarts              : 11
4.39/5.28	c 5	conflicts             : 2533          (2856 /sec)
4.39/5.28	c 5	decisions             : 4419          (1.04 % random) (4983 /sec)
4.39/5.28	c 5	propagations          : 644136         (726307 /sec)
4.39/5.28	c 5	conflict literals     : 56742          (36.65 % deleted)
4.39/5.28	c 5	Memory used           : 8.62 MB
4.39/5.28	c 5	CPU time              : 0.886865 s
4.39/5.28	c 5	
4.39/5.28	c 5	SATISFIABLE
4.39/5.29	c 5	OK
4.39/5.29	c 5	FOUND: _COST <= 13
4.39/5.29	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.39/5.29	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.48/5.47	c 6	Decoding HOME/temp.out
4.58/5.53	c 6	OBJECTIVE _COST 13
4.58/5.53	o 13
4.58/5.53	v 18 49 32 26 22 74 3 45 69 78 54 57 76 79 50 76 0 76 20 64 29 23 14 46 68 77 63 79 3 76 38 2 75 78 74 79 49 34 65 9
4.58/5.53	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.58/5.59	c 6	OK
4.58/5.59	c 6	OBJECTIVE BOUND: 0 <= _COST <= 13
4.58/5.59	c 6	SEARCHING: _COST <= 6
4.67/5.61	c 6	============================[ Search Statistics ]==============================
4.67/5.61	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.67/5.61	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.67/5.61	c 6	===============================================================================
4.67/5.61	c 6	|      2533 |    3915   117384   545613 |    39128     2518     22 | 12.612 % |
4.67/5.63	c 6	|      2633 |    3915   117384   545613 |    43040     2618     22 | 15.804 % |
4.67/5.68	c 6	|      2783 |    3915   117384   545613 |    47344     2768     22 | 15.804 % |
4.77/5.75	c 6	|      3008 |    3915   117384   545613 |    52079     2993     22 | 15.804 % |
4.87/5.87	c 6	|      3345 |    3915   117384   545613 |    57287     3330     22 | 15.804 % |
5.07/6.05	c 6	|      3851 |    3915   117384   545613 |    63016     3836     22 | 15.804 % |
5.36/6.34	c 6	|      4611 |    3915   117384   545613 |    69317     4596     22 | 15.804 % |
5.86/6.89	c 7	|      5751 |    3915   117384   545613 |    76249     5736     23 | 15.804 % |
6.85/7.83	c 8	|      7459 |    3772   114550   537527 |    83874     7375     24 | 15.804 % |
8.64/9.66	c 10	|     10021 |    3772   114550   537527 |    92261     9937     25 | 15.804 % |
11.03/12.07	c 12	|     13865 |    3772   114550   537527 |   101487    13781     26 | 15.804 % |
15.81/16.82	c 17	|     19631 |    3772   114550   537527 |   111636    19547     29 | 15.804 % |
23.07/24.12	c 24	|     28280 |    3772   114550   537527 |   122800    28196     29 | 15.804 % |
36.40/37.52	c 38	|     41254 |    3772   114550   537527 |   135080    41170     31 | 15.804 % |
36.89/38.03	c 38	===============================================================================
36.89/38.03	c 38	restarts              : 25
36.89/38.03	c 38	conflicts             : 41704         (1259 /sec)
36.89/38.03	c 38	decisions             : 52210         (1.29 % random) (1576 /sec)
36.89/38.03	c 38	propagations          : 15003600       (452816 /sec)
36.89/38.03	c 38	conflict literals     : 1275632        (41.28 % deleted)
36.89/38.03	c 38	Memory used           : 14.86 MB
36.89/38.03	c 38	CPU time              : 33.134 s
36.89/38.03	c 38	
36.89/38.03	c 38	SATISFIABLE
36.89/38.04	c 38	OK
36.89/38.04	c 38	FOUND: _COST <= 6
36.89/38.04	c 38	DECODING HOME/temp.out WITH HOME/temp.map
36.89/38.04	c 38	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
36.93/38.12	c 38	Decoding HOME/temp.out
36.93/38.17	c 38	OBJECTIVE _COST 6
36.93/38.17	o 6
36.93/38.18	v 68 7 71 57 74 79 64 34 65 57 77 73 79 79 12 72 72 76 48 78 29 55 50 11 34 70 34 79 13 44 74 58 36 19 26 36 58 35 11 40
36.93/38.18	c 38	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
37.07/38.21	c 38	OK
37.07/38.21	c 38	OBJECTIVE BOUND: 0 <= _COST <= 6
37.07/38.21	c 38	SEARCHING: _COST <= 3
37.07/38.21	c 38	============================[ Search Statistics ]==============================
37.07/38.21	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.07/38.21	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.07/38.21	c 38	===============================================================================
37.07/38.21	c 38	|     41704 |    3639   112583   532018 |    37527    41521     31 | 15.804 % |
37.27/38.41	c 38	|     41804 |    3639   112583   532018 |    41280    16037     30 | 18.773 % |
37.27/38.45	c 39	|     41954 |    3639   112583   532018 |    45408    16187     30 | 18.773 % |
37.37/38.57	c 39	|     42179 |    3639   112583   532018 |    49949    16412     30 | 18.773 % |
37.56/38.74	c 39	|     42516 |    3639   112583   532018 |    54944    16749     29 | 18.773 % |
37.96/39.12	c 39	|     43022 |    3639   112583   532018 |    60438    17255     29 | 18.773 % |
38.26/39.42	c 39	|     43782 |    3639   112583   532018 |    66482    18015     29 | 18.773 % |
38.76/39.97	c 40	|     44922 |    3639   112583   532018 |    73130    19155     29 | 18.773 % |
39.65/40.81	c 41	|     46631 |    3639   112583   532018 |    80443    20864     29 | 18.773 % |
40.85/42.08	c 42	|     49193 |    3639   112583   532018 |    88488    23426     29 | 18.773 % |
42.94/44.11	c 44	|     53037 |    3639   112583   532018 |    97337    27270     29 | 18.773 % |
46.82/48.00	c 48	|     58804 |    3639   112583   532018 |   107070    33037     30 | 18.773 % |
53.69/54.96	c 55	|     67455 |    3639   112583   532018 |   117777    41688     31 | 18.773 % |
63.74/65.03	c 65	|     80431 |    3639   112583   532018 |   129555    54664     31 | 18.773 % |
82.77/84.11	c 84	|     99892 |    3639   112583   532018 |   142511    74125     31 | 18.773 % |
123.30/124.83	c 125	|    129087 |    3639   112583   532018 |   156762   103320     32 | 18.773 % |
182.85/184.65	c 185	|    172876 |    3639   112583   532018 |   172438   147109     34 | 18.773 % |
272.59/274.78	c 275	|    238562 |    3639   112583   532018 |   189682    61011     38 | 18.773 % |
399.66/402.40	c 402	|    337088 |    3639   112583   532018 |   208650   159537     37 | 18.773 % |
619.37/622.92	c 623	|    484880 |    3639   112583   532018 |   229515   126093     38 | 18.773 % |
1092.36/1097.83	c 1098	|    706564 |    3639   112583   532018 |   252467   153491     43 | 18.773 % |
1754.68/1762.94	c 1763	|   1039089 |    3639   112583   532018 |   277714    28272     26 | 18.773 % |
2808.00/2819.65	c 2820	|   1537877 |    3639   112583   532018 |   305485    40762     30 | 18.773 % |
3600.04/3612.01	c ERROR INTERRUPTED
3600.04/3612.01	c 3612	CPU 3599.46 (0.07 0.02 3599.39 0.59)
3600.04/3612.01	c 3612	END Sun Jul 13 05:40:54 2008

Verifier Data (download as text)

OK	6	97
6 unsatisfied constraints, 97 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-1115219-1215916842/watcher-1115219-1215916842 -o /tmp/evaluation-result-1115219-1215916842/solver-1115219-1215916842 -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-1115219-1215916842.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.42 2.64 2.67 5/80 23943
/proc/meminfo: memFree=1731336/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=18572 CPUtime=0
/proc/23943/stat : 23943 (runsolver) R 23941 23943 19815 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 48258653 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233588714791 0 0 4096 24578 0 0 0 17 0 0 0
/proc/23943/statm: 4643 292 257 25 0 2626 0

[startup+0.068345 s]
/proc/loadavg: 2.42 2.64 2.67 5/80 23943
/proc/meminfo: memFree=1731336/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16344 CPUtime=0.06
/proc/23943/stat : 23943 (sugar++) R 23941 23943 19815 0 -1 4194304 999 0 0 0 5 1 0 0 18 0 1 0 48258653 16736256 967 996147200 4194304 4206940 548682068528 18446744073709551615 233607032016 0 0 4224 0 0 0 0 17 1 0 0
/proc/23943/statm: 4086 967 380 3 0 665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16344

[startup+0.101348 s]
/proc/loadavg: 2.42 2.64 2.67 5/80 23943
/proc/meminfo: memFree=1731336/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16740 CPUtime=0.07
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1219 128 0 0 6 1 0 0 18 0 1 0 48258653 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301362 s]
/proc/loadavg: 2.42 2.64 2.67 5/80 23943
/proc/meminfo: memFree=1731336/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16740 CPUtime=0.07
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1219 128 0 0 6 1 0 0 18 0 1 0 48258653 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701406 s]
/proc/loadavg: 2.42 2.64 2.67 5/80 23943
/proc/meminfo: memFree=1731336/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16740 CPUtime=0.07
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1219 128 0 0 6 1 0 0 18 0 1 0 48258653 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50149 s]
/proc/loadavg: 2.42 2.64 2.67 4/84 23958
/proc/meminfo: memFree=1725928/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16740 CPUtime=0.71
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1296 5132 0 1 6 1 60 4 15 0 1 0 48258653 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4185 1104 409 3 0 764 0
[pid=23956] ppid=23943 vsize=5356 CPUtime=0
/proc/23956/stat : 23956 (sh) S 23943 23943 19815 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 48258733 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23956/statm: 1339 233 193 169 0 50 0
[pid=23957] ppid=23956 vsize=864012 CPUtime=0.5
/proc/23957/stat : 23957 (java) S 23956 23943 19815 0 -1 0 6550 0 1 0 47 3 0 0 20 0 9 0 48258735 884748288 5840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23957/statm: 216003 5840 2532 9 0 210585 0
[pid=23957/tid=23958] ppid=23956 vsize=864012 CPUtime=0.32
/proc/23957/task/23958/stat : 23958 (java) R 23956 23943 19815 0 -1 64 2456 0 1 0 31 1 0 0 21 0 9 0 48258749 884748288 5840 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 886108

[startup+3.10266 s]
/proc/loadavg: 2.39 2.63 2.66 5/91 23965
/proc/meminfo: memFree=1698800/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16740 CPUtime=0.71
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1297 5132 0 1 6 1 60 4 15 0 1 0 48258653 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4185 1104 409 3 0 764 0
[pid=23956] ppid=23943 vsize=5356 CPUtime=0
/proc/23956/stat : 23956 (sh) S 23943 23943 19815 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 48258733 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23956/statm: 1339 233 193 169 0 50 0
[pid=23957] ppid=23956 vsize=864280 CPUtime=2.1
/proc/23957/stat : 23957 (java) S 23956 23943 19815 0 -1 0 11964 0 1 0 202 8 0 0 20 0 9 0 48258735 885022720 11144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23957/statm: 216070 11144 2565 9 0 210617 0
[pid=23957/tid=23958] ppid=23956 vsize=864280 CPUtime=1.21
/proc/23957/task/23958/stat : 23958 (java) R 23956 23943 19815 0 -1 64 2996 0 1 0 119 2 0 0 21 0 9 0 48258749 885022720 11144 996147200 134512640 134550740 4294955920 18446744073709551615 4125959316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23957/tid=23959] ppid=23956 vsize=864280 CPUtime=0.72
/proc/23957/task/23959/stat : 23959 (java) S 23956 23943 19815 0 -1 64 7907 0 0 0 68 4 0 0 16 0 9 0 48258754 885022720 11144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23957/tid=23960] ppid=23956 vsize=864280 CPUtime=0
/proc/23957/task/23960/stat : 23960 (java) S 23956 23943 19815 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 48258754 885022720 11144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23957/tid=23961] ppid=23956 vsize=864280 CPUtime=0
/proc/23957/task/23961/stat : 23961 (java) S 23956 23943 19815 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 48258754 885022720 11144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23957/tid=23962] ppid=23956 vsize=864280 CPUtime=0
/proc/23957/task/23962/stat : 23962 (java) S 23956 23943 19815 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 48258756 885022720 11144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23957/tid=23963] ppid=23956 vsize=864280 CPUtime=0.13
/proc/23957/task/23963/stat : 23963 (java) S 23956 23943 19815 0 -1 64 364 0 0 0 13 0 0 0 15 0 9 0 48258756 885022720 11144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23957/tid=23964] ppid=23956 vsize=864280 CPUtime=0
/proc/23957/task/23964/stat : 23964 (java) S 23956 23943 19815 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 48258756 885022720 11144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23957/tid=23965] ppid=23956 vsize=864280 CPUtime=0
/proc/23957/task/23965/stat : 23965 (java) S 23956 23943 19815 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 48258756 885022720 11144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 886376

[startup+6.30197 s]
/proc/loadavg: 2.39 2.63 2.66 4/85 23989
/proc/meminfo: memFree=1714208/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.76
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1690 28630 0 5 7 2 345 22 15 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=8956 CPUtime=1.6
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 2176 0 0 0 158 2 0 0 22 0 1 0 48259013 9170944 2118 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 2239 2118 80 151 0 2085 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 25828

[startup+12.7026 s]
/proc/loadavg: 2.33 2.60 2.65 3/82 23996
/proc/meminfo: memFree=1714168/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.76
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1690 28630 0 5 7 2 345 22 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=10408 CPUtime=7.96
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 2546 0 0 0 794 2 0 0 25 0 1 0 48259013 10657792 2488 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 2602 2488 80 151 0 2448 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 27280

[startup+25.5019 s]
/proc/loadavg: 2.35 2.60 2.65 3/82 23996
/proc/meminfo: memFree=1711872/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.76
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1690 28630 0 5 7 2 345 22 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=12972 CPUtime=20.7
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 3168 0 0 0 2067 3 0 0 25 0 1 0 48259013 13283328 3110 996147200 134512640 135134323 4294956192 18446744073709551615 134529701 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 3243 3110 80 151 0 3089 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 29844

[startup+51.1015 s]
/proc/loadavg: 2.42 2.60 2.65 3/82 24006
/proc/meminfo: memFree=1709568/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=15348 CPUtime=46.02
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 3747 0 0 0 4598 4 0 0 25 0 1 0 48259013 15716352 3687 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/23966/statm: 3837 3687 80 151 0 3683 0
Current children cumulated CPU time (s) 49.91
Current children cumulated vsize (KiB) 32220

[startup+102.307 s]
/proc/loadavg: 2.65 2.63 2.65 4/82 24006
/proc/meminfo: memFree=1701760/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=22992 CPUtime=97
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 5682 0 0 0 9694 6 0 0 25 0 1 0 48259013 23543808 5622 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/23966/statm: 5748 5622 80 151 0 5594 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 39864

[startup+162.302 s]
/proc/loadavg: 2.53 2.59 2.63 4/82 24006
/proc/meminfo: memFree=1693760/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=31128 CPUtime=156.76
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 7680 0 0 0 15667 9 0 0 25 0 1 0 48259013 31875072 7620 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23966/statm: 7782 7620 80 151 0 7628 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 48000

[startup+222.302 s]
/proc/loadavg: 2.71 2.63 2.64 3/82 24006
/proc/meminfo: memFree=1686336/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=38600 CPUtime=216.52
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 9513 0 0 0 21641 11 0 0 25 0 1 0 48259013 39526400 9453 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23966/statm: 9650 9453 80 151 0 9496 0
Current children cumulated CPU time (s) 220.41
Current children cumulated vsize (KiB) 55472

[startup+282.302 s]
/proc/loadavg: 2.72 2.64 2.64 3/82 24006
/proc/meminfo: memFree=1685312/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=39540 CPUtime=276.27
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 9756 0 0 0 27616 11 0 0 25 0 1 0 48259013 40488960 9696 996147200 134512640 135134323 4294956192 18446744073709551615 134528318 0 0 4096 3 0 0 0 17 1 0 0
/proc/23966/statm: 9885 9696 80 151 0 9731 0
Current children cumulated CPU time (s) 280.16
Current children cumulated vsize (KiB) 56412


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

[pid=23966] ppid=23943 vsize=77084 CPUtime=2846.8
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 18722 0 0 0 284649 31 0 0 25 0 1 0 48259013 78934016 18662 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 19271 18662 80 151 0 19117 0
Current children cumulated CPU time (s) 2850.69
Current children cumulated vsize (KiB) 93956

[startup+2922.3 s]
/proc/loadavg: 1.00 1.50 2.11 2/66 24036
/proc/meminfo: memFree=1730272/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=77084 CPUtime=2906.77
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 18722 0 0 0 290646 31 0 0 25 0 1 0 48259013 78934016 18662 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 19271 18662 80 151 0 19117 0
Current children cumulated CPU time (s) 2910.66
Current children cumulated vsize (KiB) 93956

[startup+2982.3 s]
/proc/loadavg: 1.00 1.41 2.04 2/66 24036
/proc/meminfo: memFree=1730208/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=77084 CPUtime=2966.74
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 18722 0 0 0 296643 31 0 0 25 0 1 0 48259013 78934016 18662 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 19271 18662 80 151 0 19117 0
Current children cumulated CPU time (s) 2970.63
Current children cumulated vsize (KiB) 93956

[startup+3042.3 s]
/proc/loadavg: 1.00 1.33 1.97 2/66 24036
/proc/meminfo: memFree=1730208/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=77084 CPUtime=3026.72
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 18723 0 0 0 302641 31 0 0 25 0 1 0 48259013 78934016 18663 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 19271 18663 80 151 0 19117 0
Current children cumulated CPU time (s) 3030.61
Current children cumulated vsize (KiB) 93956

[startup+3102.3 s]
/proc/loadavg: 1.00 1.27 1.90 2/66 24036
/proc/meminfo: memFree=1730208/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=77084 CPUtime=3086.69
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 18723 0 0 0 308638 31 0 0 25 0 1 0 48259013 78934016 18663 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 19271 18663 80 151 0 19117 0
Current children cumulated CPU time (s) 3090.58
Current children cumulated vsize (KiB) 93956

[startup+3162.3 s]
/proc/loadavg: 1.00 1.22 1.85 2/66 24036
/proc/meminfo: memFree=1730144/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=77264 CPUtime=3146.66
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 18745 0 0 0 314635 31 0 0 25 0 1 0 48259013 79118336 18685 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 19316 18685 80 151 0 19162 0
Current children cumulated CPU time (s) 3150.55
Current children cumulated vsize (KiB) 94136

[startup+3222.3 s]
/proc/loadavg: 1.00 1.18 1.79 2/66 24036
/proc/meminfo: memFree=1730144/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=77264 CPUtime=3206.63
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 18745 0 0 0 320632 31 0 0 25 0 1 0 48259013 79118336 18685 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 19316 18685 80 151 0 19162 0
Current children cumulated CPU time (s) 3210.52
Current children cumulated vsize (KiB) 94136

[startup+3282.3 s]
/proc/loadavg: 1.00 1.14 1.74 2/66 24036
/proc/meminfo: memFree=1730144/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=77264 CPUtime=3266.61
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 18745 0 0 0 326630 31 0 0 25 0 1 0 48259013 79118336 18685 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 19316 18685 80 151 0 19162 0
Current children cumulated CPU time (s) 3270.5
Current children cumulated vsize (KiB) 94136

[startup+3342.3 s]
/proc/loadavg: 1.00 1.11 1.69 2/66 24036
/proc/meminfo: memFree=1730144/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=77264 CPUtime=3326.57
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 18751 0 0 0 332626 31 0 0 25 0 1 0 48259013 79118336 18691 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 19316 18691 80 151 0 19162 0
Current children cumulated CPU time (s) 3330.46
Current children cumulated vsize (KiB) 94136

[startup+3402.31 s]
/proc/loadavg: 1.00 1.09 1.64 2/66 24036
/proc/meminfo: memFree=1727008/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=80296 CPUtime=3386.55
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 19536 0 0 0 338623 32 0 0 25 0 1 0 48259013 82223104 19476 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 20074 19476 80 151 0 19920 0
Current children cumulated CPU time (s) 3390.44
Current children cumulated vsize (KiB) 97168

[startup+3462.3 s]
/proc/loadavg: 1.00 1.07 1.60 2/66 24036
/proc/meminfo: memFree=1726432/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=80824 CPUtime=3446.52
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 19653 0 0 0 344619 33 0 0 25 0 1 0 48259013 82763776 19593 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 20206 19593 80 151 0 20052 0
Current children cumulated CPU time (s) 3450.41
Current children cumulated vsize (KiB) 97696

[startup+3522.3 s]
/proc/loadavg: 1.00 1.06 1.56 2/66 24036
/proc/meminfo: memFree=1726432/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=80824 CPUtime=3506.49
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 19653 0 0 0 350616 33 0 0 25 0 1 0 48259013 82763776 19593 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 20206 19593 80 151 0 20052 0
Current children cumulated CPU time (s) 3510.38
Current children cumulated vsize (KiB) 97696

[startup+3582.3 s]
/proc/loadavg: 1.00 1.04 1.52 2/66 24038
/proc/meminfo: memFree=1726240/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=80824 CPUtime=3566.46
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 19664 0 0 0 356613 33 0 0 25 0 1 0 48259013 82763776 19604 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 20206 19604 80 151 0 20052 0
Current children cumulated CPU time (s) 3570.35
Current children cumulated vsize (KiB) 97696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]
/proc/loadavg: 1.00 1.04 1.50 2/66 24038
/proc/meminfo: memFree=1726240/2055920 swapFree=4178788/4192956
[pid=23943] ppid=23941 vsize=16872 CPUtime=3.89
/proc/23943/stat : 23943 (sugar++) S 23941 23943 19815 0 -1 4194304 1759 32359 0 6 7 2 356 24 16 0 1 0 48258653 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23943/statm: 4218 1116 414 3 0 797 0
[pid=23966] ppid=23943 vsize=80824 CPUtime=3596.15
/proc/23966/stat : 23966 (minisat-inc) R 23943 23943 19815 0 -1 4194304 19664 0 0 0 359582 33 0 0 25 0 1 0 48259013 82763776 19604 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23966/statm: 20206 19604 80 151 0 20052 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 97696

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

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

Child status: 0
Real time (s): 3612.02
CPU time (s): 3600.09
CPU user time (s): 3599.47
CPU system time (s): 0.621905
CPU usage (%): 99.6698
Max. virtual memory (cumulated for all children) (KiB): 886388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.621905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53862
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3295
involuntary context switches= 39534

runsolver used 3.84341 second user time and 9.81351 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-13 04:40:42
IDJOB=1115219
IDBENCH=61831
IDSOLVER=367
FILE ID=node27/1115219-1215916842
PBS_JOBID= 7903727
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-25_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-1115219-1215916842/watcher-1115219-1215916842 -o /tmp/evaluation-result-1115219-1215916842/solver-1115219-1215916842 -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-1115219-1215916842.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a76ef683ec8e7d029a4d3919489c756c
RANDOM SEED=672303309

node27.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		: 2800.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	: 5521.40
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		: 2800.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:       1731816 kB
Buffers:         36604 kB
Cached:         138380 kB
SwapCached:       7596 kB
Active:         178692 kB
Inactive:        83392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731816 kB
SwapTotal:     4192956 kB
SwapFree:      4178788 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:         102940 kB
Slab:            46836 kB
Committed_AS:  1089792 kB
PageTables:       2044 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 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 node27 at 2008-07-13 05:40:56