Trace number 1108767

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)24 3600.13 3617.42

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-7.xml
MD5SUMfd44125de988974818e4439e42a04254
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints24
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables243
Number of constraints195
Maximum constraint arity51
Maximum domain size43
Number of constraints which are defined in extension0
Number of constraints which are defined in intension84
Global constraints used (with number of constraints)alldifferent(14),element(97)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 16:23:33 2008
0.00/0.07	c 0	PID 15075
0.00/0.08	c 0	HOST node50.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1108767-1215786212.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108767-1215786212.xml' 'HOME/temp.csp'
0.06/0.66	c 0	42 domains, 243 variables, 13 predicates, 0 relations, 195 constraints
0.06/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.43/1.12	c 1	Parsing HOME/temp.csp
0.62/1.38	c 1	parsed 493 expressions
0.62/1.39	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.72/1.40	c 1	MAX CSP: 195 constraints
0.72/1.40	c 1	Converting to clausal form CSP
0.72/1.42	c 1	converted 70 (10%) expressions
0.72/1.42	c 1	converted 139 (20%) expressions
0.72/1.42	c 1	converted 208 (30%) expressions
0.72/1.43	c 1	converted 277 (40%) expressions
0.72/1.45	c 1	converted 346 (50%) expressions
0.72/1.48	c 1	converted 415 (60%) expressions
0.91/1.61	c 1	converted 484 (70%) expressions
1.01/1.70	c 1	converted 553 (80%) expressions
1.01/1.78	c 1	converted 622 (90%) expressions
1.11/1.86	c 1	converted 691 (100%) expressions
1.11/1.86	c 1	CSP : 633 integers, 2566 booleans, 8166 clauses, largest domain size 293
1.11/1.86	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.86	c 1	Propagation in CSP
1.21/1.98	c 1	191 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.99	c 1	CSP : 633 integers, 2566 booleans, 8166 clauses, largest domain size 196
1.21/1.99	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.99	c 1	Simplifing CSP by introducing new Boolean variables
1.31/2.00	c 1	CSP : 633 integers, 2986 booleans, 8586 clauses, largest domain size 196
1.31/2.00	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/2.05	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/2.07	c 2	64 (10%) CSP integer variables are encoded (412 clauses, 4434 bytes)
1.31/2.08	c 2	127 (20%) CSP integer variables are encoded (1339 clauses, 15492 bytes)
1.31/2.08	c 2	190 (30%) CSP integer variables are encoded (2302 clauses, 28011 bytes)
1.31/2.08	c 2	254 (40%) CSP integer variables are encoded (3071 clauses, 38008 bytes)
1.31/2.08	c 2	317 (50%) CSP integer variables are encoded (3071 clauses, 38008 bytes)
1.31/2.08	c 2	380 (60%) CSP integer variables are encoded (3071 clauses, 38008 bytes)
1.31/2.08	c 2	444 (70%) CSP integer variables are encoded (3273 clauses, 40634 bytes)
1.31/2.08	c 2	507 (80%) CSP integer variables are encoded (3548 clauses, 44209 bytes)
1.31/2.09	c 2	570 (90%) CSP integer variables are encoded (3940 clauses, 49305 bytes)
1.31/2.09	c 2	633 (100%) CSP integer variables are encoded (5550 clauses, 70235 bytes)
1.41/2.16	c 2	859 (10%) CSP clauses are encoded (8367 clauses, 113209 bytes)
1.41/2.18	c 2	1718 (20%) CSP clauses are encoded (10853 clauses, 166145 bytes)
1.51/2.22	c 2	2576 (30%) CSP clauses are encoded (13363 clauses, 221159 bytes)
1.51/2.24	c 2	3435 (40%) CSP clauses are encoded (16250 clauses, 286536 bytes)
1.51/2.26	c 2	4293 (50%) CSP clauses are encoded (19369 clauses, 358558 bytes)
1.51/2.27	c 2	5152 (60%) CSP clauses are encoded (22458 clauses, 429973 bytes)
1.51/2.29	c 2	6011 (70%) CSP clauses are encoded (25501 clauses, 500479 bytes)
1.61/2.31	c 2	6869 (80%) CSP clauses are encoded (28500 clauses, 570102 bytes)
1.61/2.33	c 2	7728 (90%) CSP clauses are encoded (31458 clauses, 638706 bytes)
1.71/2.43	c 2	8586 (100%) CSP clauses are encoded (85450 clauses, 1616628 bytes)
1.71/2.43	c 2	8586 CSP clauses encoded
1.71/2.43	c 2	Writing map file : HOME/temp.map
1.71/2.44	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/2.44	c 2	SAT : 9161 SAT variables, 85450 SAT clauses, 1616628 bytes
1.71/2.44	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/2.48	c 2	OBJECTIVE minimize _COST
1.71/2.48	c 2	SOLVING HOME/temp.cnf
1.71/2.48	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.71/2.48	c 2	This is MiniSat 2.0 beta incremental
1.71/2.48	c 2	WARNING: for repeatability, setting FPU to use double precision
1.71/2.49	c 2	============================[ Problem Statistics ]=============================
1.71/2.49	c 2	|                                                                             |
1.71/2.49	c 2	|  Number of variables:  9161                                                 |
1.71/2.49	c 2	|  Number of clauses:    85450                                                |
1.78/2.53	c 2	|  Parsing time:         0.04         s                                       |
1.78/2.53	c 2	OK
1.78/2.53	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.78/2.53	c 2	SEARCHING: _COST <= 98
1.78/2.53	c 2	============================[ Search Statistics ]==============================
1.78/2.53	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.78/2.53	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.78/2.53	c 2	===============================================================================
1.78/2.53	c 2	|         0 |    9161    85446   267313 |    28482        0    nan |  0.000 % |
1.78/2.54	c 2	===============================================================================
1.78/2.54	c 2	restarts              : 1
1.78/2.54	c 2	conflicts             : 0             (0 /sec)
1.78/2.54	c 2	decisions             : 2927          (1.30 % random) (57401 /sec)
1.78/2.54	c 2	propagations          : 9161           (179656 /sec)
1.78/2.54	c 2	conflict literals     : 0              ( nan % deleted)
1.78/2.54	c 2	Memory used           : 6.11 MB
1.78/2.54	c 2	CPU time              : 0.050992 s
1.78/2.54	c 2	
1.78/2.54	c 2	SATISFIABLE
1.78/2.55	c 2	OK
1.78/2.55	c 2	FOUND: _COST <= 98
1.78/2.55	s SATISFIABLE
1.78/2.55	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.78/2.55	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.78/2.65	c 2	Decoding HOME/temp.out
1.78/2.74	c 2	OBJECTIVE _COST 98
1.78/2.74	o 98
1.78/2.75	v 1 4 5 2 7 7 6 7 2 4 1 1 7 6 2 1 3 1 7 7 6 7 1 2 4 7 7 6 3 6 1 1 5 7 6 7 1 1 7 7 6 5 2 6 2 5 6 5 7 38 1 44 7 7 10 7 4 46 7 7 33 7 5 48 7 7 49 7 4 22 7 11 7 43 2 7 14 4 3 7 8 5 4 7 8 2 40 7 8 7 48 7 8 7 42 7 8 7 29 7 15 2 23 7 15 2 43 45 7 21 7 11 7 16 1 5 7 15 7 6 7 15 7 14 7 16 6 1 7 23 1 2 7 22 7 3 7 22 7 43 25 7 22 7 5 7 22 7 48 7 28 7 35 7 28 6 1 7 35 1 2 7 29 4 45 7 35 7 46 7 35 7 43 33 7 35 7 48 7 35 7 49 7 34 7 43 7 42 7 44 7 42 7 45 7 42 7 46 7 42 7 47 7 42 7 43 41 7 42 7 49 7 40 7 36 7 48 7 37 7 48 7 38 7 48 7 39 7 48 7 40 7 48 7 34 7 47 7 43 49 7 49 7
1.78/2.76	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.78/2.80	c 2	OK
1.78/2.80	c 2	OBJECTIVE BOUND: 0 <= _COST <= 98
1.78/2.80	c 2	SEARCHING: _COST <= 49
1.78/2.83	c 2	============================[ Search Statistics ]==============================
1.78/2.83	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.78/2.83	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.78/2.83	c 2	===============================================================================
1.78/2.83	c 2	|         0 |    9161    85446   267313 |    28482        0    nan |  0.000 % |
1.78/2.83	c 2	===============================================================================
1.78/2.83	c 2	restarts              : 2
1.78/2.83	c 2	conflicts             : 78            (1040 /sec)
1.78/2.83	c 2	decisions             : 9618          (1.16 % random) (128261 /sec)
1.78/2.83	c 2	propagations          : 63692          (849363 /sec)
1.78/2.83	c 2	conflict literals     : 691            (4.29 % deleted)
1.78/2.83	c 2	Memory used           : 6.11 MB
1.78/2.83	c 2	CPU time              : 0.074988 s
1.78/2.83	c 2	
1.78/2.83	c 2	SATISFIABLE
1.78/2.83	c 2	OK
1.78/2.83	c 2	FOUND: _COST <= 49
1.78/2.83	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.78/2.83	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.95/2.94	c 2	Decoding HOME/temp.out
1.95/3.04	c 2	OBJECTIVE _COST 49
1.95/3.04	o 49
1.95/3.05	v 1 7 6 2 3 2 2 7 2 1 7 7 7 6 7 7 3 7 6 7 6 2 7 6 4 6 2 1 3 6 7 3 5 1 6 7 7 1 7 7 6 1 3 6 2 5 6 1 7 42 1 44 7 2 45 7 2 11 7 7 19 7 6 45 7 2 21 7 6 43 7 14 3 43 9 7 9 2 45 7 9 2 46 7 14 5 40 7 13 7 48 7 14 6 42 7 10 1 36 7 20 7 2 7 15 7 43 17 7 17 3 39 7 20 7 47 7 21 6 6 7 15 2 14 7 21 6 40 7 23 7 44 7 28 1 45 7 27 2 43 25 7 25 4 19 7 24 6 48 7 28 1 35 7 26 6 15 7 31 7 44 7 35 6 38 7 34 1 39 7 34 1 43 33 7 33 5 48 7 35 6 42 7 34 1 8 7 37 7 44 7 42 7 45 7 42 2 11 7 37 7 5 7 36 3 43 41 7 42 6 49 7 36 7 8 7 44 6 37 7 49 7 38 7 49 7 4 7 43 3 40 7 48 7 6 7 43 2 43 49 7 49 7
1.95/3.06	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.95/3.10	c 3	OK
1.95/3.10	c 3	OBJECTIVE BOUND: 0 <= _COST <= 49
1.95/3.10	c 3	SEARCHING: _COST <= 24
1.95/3.10	c 3	============================[ Search Statistics ]==============================
1.95/3.10	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.95/3.10	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.95/3.10	c 3	===============================================================================
1.95/3.10	c 3	|        78 |    8385    85446   267313 |    28482       78      9 |  0.000 % |
1.95/3.15	c 3	|       178 |    8385    85446   267313 |    31330      178     18 | 13.285 % |
1.95/3.18	c 3	|       329 |    8385    85446   267313 |    34463      329     22 | 13.285 % |
2.14/3.22	c 3	|       554 |    8385    85446   267313 |    37909      554     24 | 13.285 % |
2.14/3.29	c 3	|       891 |    7944    54075   176705 |    41700      891     28 | 13.285 % |
2.41/3.39	c 3	|      1397 |    7944    54075   176705 |    45870     1397     34 | 13.285 % |
2.61/3.55	c 3	|      2156 |    7944    54075   176705 |    50457     2156     36 | 13.285 % |
2.80/3.79	c 3	|      3295 |    7944    54075   176705 |    55503     3295     36 | 13.285 % |
3.20/4.19	c 4	|      5003 |    7944    54075   176705 |    61053     5003     35 | 13.285 % |
4.10/5.03	c 4	|      7567 |    7944    54075   176705 |    67159     7567     42 | 13.285 % |
5.19/6.19	c 6	|     11413 |    7944    54075   176705 |    73874    11413     39 | 13.285 % |
6.99/7.99	c 7	|     17180 |    7944    54075   176705 |    81262    17180     39 | 13.285 % |
10.27/11.23	c 11	|     25829 |    7944    54075   176705 |    89388    25829     41 | 13.285 % |
16.04/17.08	c 17	|     38804 |    7944    54075   176705 |    98327    38804     45 | 13.285 % |
26.98/28.01	c 27	|     58265 |    7944    54075   176705 |   108160    58265     44 | 13.285 % |
51.37/52.54	c 52	|     87457 |    7944    54075   176705 |   118976    87457     48 | 13.285 % |
82.62/83.98	c 83	|    131246 |    7944    54075   176705 |   130874    25394     43 | 13.285 % |
134.76/136.31	c 136	|    196931 |    7944    54075   176705 |   143961    91079     42 | 13.285 % |
137.25/138.80	c 138	===============================================================================
137.25/138.80	c 138	restarts              : 20
137.25/138.80	c 138	conflicts             : 200736        (1487 /sec)
137.25/138.80	c 138	decisions             : 233768        (1.39 % random) (1731 /sec)
137.25/138.80	c 138	propagations          : 149250071      (1105241 /sec)
137.25/138.80	c 138	conflict literals     : 8965344        (32.82 % deleted)
137.25/138.80	c 138	Memory used           : 31.58 MB
137.25/138.80	c 138	CPU time              : 135.038 s
137.25/138.80	c 138	
137.25/138.80	c 138	SATISFIABLE
137.25/138.80	c 138	OK
137.25/138.80	c 138	FOUND: _COST <= 24
137.25/138.80	c 138	DECODING HOME/temp.out WITH HOME/temp.map
137.25/138.80	c 138	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
137.26/138.92	c 138	Decoding HOME/temp.out
137.26/139.07	c 138	OBJECTIVE _COST 24
137.26/139.07	o 24
137.26/139.08	v 1 3 2 5 4 7 6 7 2 7 6 4 7 6 7 7 3 5 4 7 6 6 6 6 4 7 7 5 7 7 7 6 5 4 1 5 7 5 7 7 6 4 4 6 6 1 6 5 7 35 1 44 7 6 45 7 6 39 7 7 47 7 6 34 7 4 28 7 5 15 7 10 7 43 9 7 9 2 45 7 14 6 39 7 13 7 47 7 14 6 48 7 14 6 42 7 12 4 8 7 16 7 44 7 21 6 43 17 7 17 3 39 7 20 7 47 7 21 6 34 7 19 4 42 7 21 4 29 7 26 7 37 7 27 7 31 7 26 7 43 25 7 25 4 40 7 27 7 48 7 28 5 7 7 22 6 22 7 32 6 23 7 32 6 24 7 32 6 46 7 35 1 43 33 7 33 5 48 7 35 1 42 7 34 4 43 7 42 4 44 7 41 6 45 7 41 6 43 7 42 4 26 7 39 7 43 41 7 41 6 35 7 40 1 36 7 48 5 37 7 48 7 38 7 48 5 32 7 47 6 5 7 43 4 27 7 49 7 43 49 7 49 7
137.26/139.12	c 139	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
137.56/139.21	c 139	OK
137.56/139.21	c 139	OBJECTIVE BOUND: 0 <= _COST <= 24
137.56/139.21	c 139	SEARCHING: _COST <= 12
137.56/139.21	c 139	============================[ Search Statistics ]==============================
137.56/139.21	c 139	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
137.56/139.21	c 139	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
137.56/139.21	c 139	===============================================================================
137.56/139.21	c 139	|    200736 |    7641    44319   148321 |    14773    94884     42 | 13.285 % |
138.06/139.72	c 139	|    200836 |    7641    44319   148321 |    16250    14779     36 | 16.592 % |
138.06/139.75	c 139	|    200986 |    7641    44319   148321 |    17875    14929     36 | 16.592 % |
138.16/139.81	c 139	|    201212 |    7641    44319   148321 |    19662    15155     36 | 16.592 % |
138.26/139.94	c 139	|    201550 |    7641    44319   148321 |    21629    15493     36 | 16.592 % |
138.45/140.12	c 140	|    202057 |    7641    44319   148321 |    23792    16000     36 | 16.592 % |
138.66/140.38	c 140	|    202816 |    7641    44319   148321 |    26171    16759     37 | 16.592 % |
139.17/140.81	c 140	|    203955 |    7641    44319   148321 |    28788    17898     37 | 16.592 % |
139.66/141.35	c 141	|    205663 |    7641    44319   148321 |    31667    19606     37 | 16.592 % |
140.46/142.20	c 142	|    208225 |    7641    44319   148321 |    34833    22168     37 | 16.592 % |
141.85/143.56	c 143	|    212069 |    7641    44319   148321 |    38317    26012     37 | 16.592 % |
144.03/145.78	c 145	|    217835 |    7641    44319   148321 |    42149    31778     37 | 16.592 % |
147.32/149.02	c 148	|    226486 |    7641    44319   148321 |    46364    40429     36 | 16.592 % |
152.89/154.64	c 154	|    239460 |    7641    44319   148321 |    51000    18143     34 | 16.592 % |
161.06/162.81	c 162	|    258921 |    7641    44319   148321 |    56100    37604     36 | 16.592 % |
180.55/182.47	c 182	|    288113 |    7641    44319   148321 |    61710    22415     42 | 16.592 % |
207.32/209.36	c 209	|    331902 |    7641    44319   148321 |    67881    17579     40 | 16.592 % |
249.01/251.21	c 251	|    397586 |    7641    44319   148321 |    74669    29961     37 | 16.592 % |
314.89/317.48	c 317	|    496112 |    7641    44319   148321 |    82136    66542     40 | 16.592 % |
422.77/425.88	c 425	|    643901 |    7641    44319   148321 |    90350    75521     36 | 16.592 % |
616.22/620.28	c 620	|    865584 |    7641    44319   148321 |    99385    67872     38 | 16.592 % |
923.51/929.06	c 928	|   1198109 |    7641    44319   148321 |   109323    66148     43 | 16.592 % |
1370.73/1378.50	c 1378	|   1696897 |    7641    44319   148321 |   120256    92440     32 | 16.592 % |
2042.40/2053.32	c 2053	|   2445080 |    7641    44319   148321 |   132281   111170     37 | 16.592 % |
3161.98/3177.59	c 3177	|   3567354 |    7641    44319   148321 |   145510    70806     42 | 16.592 % |
3600.08/3617.41	c ERROR INTERRUPTED
3600.08/3617.41	c 3617	CPU 3599.66 (0.06 0.03 3599.6 0.42)
3600.08/3617.41	c 3617	END Fri Jul 11 17:23:50 2008

Verifier Data (download as text)

OK	24	171
24 unsatisfied constraints, 171 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-1108767-1215786212/watcher-1108767-1215786212 -o /tmp/evaluation-result-1108767-1215786212/solver-1108767-1215786212 -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-1108767-1215786212.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.45 2.62 2.56 4/80 15075
/proc/meminfo: memFree=965792/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16740 CPUtime=0.06
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 35320148 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4185 1099 406 3 0 764 0
[pid=15076] ppid=15075 vsize=16740 CPUtime=0
/proc/15076/stat : 15076 (sugar++) R 15075 15075 14631 0 -1 4194368 14 0 0 0 0 0 0 0 20 0 1 0 35320155 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 240577473831 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15076/statm: 4185 1099 406 3 0 764 0

[startup+0.111461 s]
/proc/loadavg: 2.45 2.62 2.56 4/80 15075
/proc/meminfo: memFree=965792/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16740 CPUtime=0.06
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35320148 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.250034 s]
/proc/loadavg: 2.45 2.62 2.56 4/80 15075
/proc/meminfo: memFree=965792/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16740 CPUtime=0.06
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35320148 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301762 s]
/proc/loadavg: 2.45 2.62 2.56 4/80 15075
/proc/meminfo: memFree=965792/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16740 CPUtime=0.06
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35320148 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702834 s]
/proc/loadavg: 2.45 2.62 2.56 4/80 15075
/proc/meminfo: memFree=965792/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16740 CPUtime=0.06
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1236 128 0 0 5 1 0 0 16 0 1 0 35320148 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50197 s]
/proc/loadavg: 2.45 2.62 2.56 5/91 15097
/proc/meminfo: memFree=958984/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16740 CPUtime=0.38
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1297 4571 0 1 5 1 28 4 15 0 1 0 35320148 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4185 1104 409 3 0 764 0
[pid=15088] ppid=15075 vsize=5356 CPUtime=0
/proc/15088/stat : 15088 (sh) S 15075 15075 14631 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35320220 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15088/statm: 1339 233 193 169 0 50 0
[pid=15089] ppid=15088 vsize=864276 CPUtime=0.44
/proc/15089/stat : 15089 (java) S 15088 15075 14631 0 -1 0 3861 0 1 0 41 3 0 0 20 0 9 0 35320220 885018624 3324 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15089/statm: 216069 3324 1729 9 0 210644 0
[pid=15089/tid=15090] ppid=15088 vsize=864276 CPUtime=0.33
/proc/15089/task/15090/stat : 15090 (java) R 15088 15075 14631 0 -1 64 2634 0 1 0 31 2 0 0 18 0 9 0 35320221 885018624 3324 996147200 134512640 134550740 4294955920 18446744073709551615 102109859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15089/tid=15091] ppid=15088 vsize=864276 CPUtime=0.01
/proc/15089/task/15091/stat : 15091 (java) S 15088 15075 14631 0 -1 64 198 0 0 0 1 0 0 0 16 0 9 0 35320254 885018624 3324 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15089/tid=15092] ppid=15088 vsize=864276 CPUtime=0
/proc/15089/task/15092/stat : 15092 (java) S 15088 15075 14631 0 -1 64 9 0 0 0 0 0 0 0 20 0 9 0 35320254 885018624 3324 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15089/tid=15093] ppid=15088 vsize=864276 CPUtime=0
/proc/15089/task/15093/stat : 15093 (java) S 15088 15075 14631 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 35320254 885018624 3324 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15089/tid=15094] ppid=15088 vsize=864276 CPUtime=0
/proc/15089/task/15094/stat : 15094 (java) S 15088 15075 14631 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35320257 885018624 3324 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15089/tid=15095] ppid=15088 vsize=864276 CPUtime=0.08
/proc/15089/task/15095/stat : 15095 (java) S 15088 15075 14631 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 35320257 885018624 3324 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15089/tid=15096] ppid=15088 vsize=864276 CPUtime=0
/proc/15089/task/15096/stat : 15096 (java) S 15088 15075 14631 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35320257 885018624 3324 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15089/tid=15097] ppid=15088 vsize=864276 CPUtime=0
/proc/15089/task/15097/stat : 15097 (java) S 15088 15075 14631 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35320257 885018624 3324 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 886372

[startup+3.10124 s]
/proc/loadavg: 2.45 2.62 2.56 3/91 15097
/proc/meminfo: memFree=945736/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=1.95
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1609 16212 0 3 6 2 173 14 15 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 16872

[startup+6.30259 s]
/proc/loadavg: 2.50 2.63 2.56 3/82 15118
/proc/meminfo: memFree=953936/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.14
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1624 20103 0 4 6 2 189 17 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=7840 CPUtime=3.25
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 1873 0 0 0 325 0 0 0 25 0 1 0 35320397 8028160 1818 996147200 134512640 135134323 4294956192 18446744073709551615 134534408 0 0 4096 3 0 0 0 17 1 0 0
/proc/15098/statm: 1960 1818 79 151 0 1806 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 24712

[startup+12.7017 s]
/proc/loadavg: 2.46 2.61 2.56 3/82 15118
/proc/meminfo: memFree=950096/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.14
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1624 20103 0 4 6 2 189 17 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=11572 CPUtime=9.62
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 2807 0 0 0 961 1 0 0 25 0 1 0 35320397 11849728 2752 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/15098/statm: 2893 2752 79 151 0 2739 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 28444

[startup+25.5018 s]
/proc/loadavg: 2.50 2.62 2.56 3/82 15118
/proc/meminfo: memFree=944592/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.14
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1624 20103 0 4 6 2 189 17 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=17076 CPUtime=22.36
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 4180 0 0 0 2233 3 0 0 25 0 1 0 35320397 17485824 4125 996147200 134512640 135134323 4294956192 18446744073709551615 134528283 0 0 4096 3 0 0 0 17 1 0 0
/proc/15098/statm: 4269 4125 79 151 0 4115 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 33948

[startup+51.1012 s]
/proc/loadavg: 2.53 2.61 2.56 3/82 15118
/proc/meminfo: memFree=936848/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.14
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1624 20103 0 4 6 2 189 17 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=24904 CPUtime=47.83
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 6127 0 0 0 4777 6 0 0 25 0 1 0 35320397 25501696 6072 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/15098/statm: 6226 6072 79 151 0 6072 0
Current children cumulated CPU time (s) 49.97
Current children cumulated vsize (KiB) 41776

[startup+102.302 s]
/proc/loadavg: 2.70 2.64 2.57 3/82 15118
/proc/meminfo: memFree=929424/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.14
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1624 20103 0 4 6 2 189 17 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=32336 CPUtime=98.79
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 7968 0 0 0 9871 8 0 0 25 0 1 0 35320397 33112064 7913 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15098/statm: 8084 7913 79 151 0 7930 0
Current children cumulated CPU time (s) 100.93
Current children cumulated vsize (KiB) 49208

[startup+162.301 s]
/proc/loadavg: 2.77 2.66 2.57 3/82 15128
/proc/meminfo: memFree=929104/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=32336 CPUtime=158.13
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 7971 0 0 0 15805 8 0 0 25 0 1 0 35320397 33112064 7914 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/15098/statm: 8084 7914 79 151 0 7930 0
Current children cumulated CPU time (s) 160.55
Current children cumulated vsize (KiB) 49208

[startup+222.306 s]
/proc/loadavg: 2.82 2.69 2.59 3/82 15128
/proc/meminfo: memFree=929104/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=32336 CPUtime=217.84
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 7971 0 0 0 21776 8 0 0 25 0 1 0 35320397 33112064 7914 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15098/statm: 8084 7914 79 151 0 7930 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 49208

[startup+282.302 s]
/proc/loadavg: 2.85 2.71 2.60 3/82 15128
/proc/meminfo: memFree=929104/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=32336 CPUtime=277.54
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 7971 0 0 0 27746 8 0 0 25 0 1 0 35320397 33112064 7914 996147200 134512640 135134323 4294956192 18446744073709551615 134529106 0 0 4096 3 0 0 0 17 1 0 0
/proc/15098/statm: 8084 7914 79 151 0 7930 0
Current children cumulated CPU time (s) 279.96
Current children cumulated vsize (KiB) 49208

[startup+342.302 s]
/proc/loadavg: 2.61 2.67 2.59 3/82 15128
/proc/meminfo: memFree=929104/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=15098] ppid=15075 vsize=50056 CPUtime=2905.41
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 12182 0 0 0 290524 17 0 0 25 0 1 0 35320397 51257344 12125 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 12514 12125 79 151 0 12360 0
Current children cumulated CPU time (s) 2907.83
Current children cumulated vsize (KiB) 66928

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.21 3/75 15166
/proc/meminfo: memFree=992648/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=50056 CPUtime=2965.16
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 12182 0 0 0 296499 17 0 0 25 0 1 0 35320397 51257344 12125 996147200 134512640 135134323 4294956192 18446744073709551615 134532075 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 12514 12125 79 151 0 12360 0
Current children cumulated CPU time (s) 2967.58
Current children cumulated vsize (KiB) 66928

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.19 3/75 15166
/proc/meminfo: memFree=992648/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=50056 CPUtime=3024.91
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 12184 0 0 0 302474 17 0 0 25 0 1 0 35320397 51257344 12127 996147200 134512640 135134323 4294956192 18446744073709551615 134523894 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 12514 12127 79 151 0 12360 0
Current children cumulated CPU time (s) 3027.33
Current children cumulated vsize (KiB) 66928

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/75 15166
/proc/meminfo: memFree=992584/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=50252 CPUtime=3084.67
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 12210 0 0 0 308449 18 0 0 25 0 1 0 35320397 51458048 12153 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 12563 12153 79 151 0 12409 0
Current children cumulated CPU time (s) 3087.09
Current children cumulated vsize (KiB) 67124

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/75 15166
/proc/meminfo: memFree=992584/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=50252 CPUtime=3144.43
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 12214 0 0 0 314425 18 0 0 25 0 1 0 35320397 51458048 12157 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 12563 12157 79 151 0 12409 0
Current children cumulated CPU time (s) 3146.85
Current children cumulated vsize (KiB) 67124

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/75 15166
/proc/meminfo: memFree=992392/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=50448 CPUtime=3204.18
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 12246 0 0 0 320400 18 0 0 25 0 1 0 35320397 51658752 12189 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 12612 12189 79 151 0 12458 0
Current children cumulated CPU time (s) 3206.6
Current children cumulated vsize (KiB) 67320

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/75 15166
/proc/meminfo: memFree=987464/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=55516 CPUtime=3263.94
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 13485 0 0 0 326374 20 0 0 25 0 1 0 35320397 56848384 13428 996147200 134512640 135134323 4294956192 18446744073709551615 134531870 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 13879 13428 79 151 0 13725 0
Current children cumulated CPU time (s) 3266.36
Current children cumulated vsize (KiB) 72388

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/75 15168
/proc/meminfo: memFree=987080/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=55704 CPUtime=3323.69
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 13523 0 0 0 332349 20 0 0 25 0 1 0 35320397 57040896 13466 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 13926 13466 79 151 0 13772 0
Current children cumulated CPU time (s) 3326.11
Current children cumulated vsize (KiB) 72576

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/75 15168
/proc/meminfo: memFree=986568/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=56448 CPUtime=3383.44
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 13677 0 0 0 338324 20 0 0 25 0 1 0 35320397 57802752 13620 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 14112 13620 79 151 0 13958 0
Current children cumulated CPU time (s) 3385.86
Current children cumulated vsize (KiB) 73320

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/75 15168
/proc/meminfo: memFree=985416/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=57488 CPUtime=3443.19
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 13925 0 0 0 344299 20 0 0 25 0 1 0 35320397 58867712 13868 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 14372 13868 79 151 0 14218 0
Current children cumulated CPU time (s) 3445.61
Current children cumulated vsize (KiB) 74360

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.09 3/75 15168
/proc/meminfo: memFree=985352/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=57636 CPUtime=3502.95
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 13943 0 0 0 350275 20 0 0 25 0 1 0 35320397 59019264 13886 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 14409 13886 79 151 0 14255 0
Current children cumulated CPU time (s) 3505.37
Current children cumulated vsize (KiB) 74508

[startup+3582.3 s]
/proc/loadavg: 2.05 2.01 2.09 3/75 15168
/proc/meminfo: memFree=985224/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=57636 CPUtime=3562.71
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 13970 0 0 0 356250 21 0 0 25 0 1 0 35320397 59019264 13913 996147200 134512640 135134323 4294956192 18446744073709551615 134524688 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 14409 13913 79 151 0 14255 0
Current children cumulated CPU time (s) 3565.13
Current children cumulated vsize (KiB) 74508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.4 s]
/proc/loadavg: 2.09 2.03 2.09 3/75 15168
/proc/meminfo: memFree=985224/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=57636 CPUtime=3597.66
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 13970 0 0 0 359745 21 0 0 25 0 1 0 35320397 59019264 13913 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 14409 13913 79 151 0 14255 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 74508

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

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

[startup+3617.4 s]
/proc/loadavg: 2.09 2.03 2.09 3/75 15168
/proc/meminfo: memFree=985224/2055920 swapFree=4192956/4192956
[pid=15075] ppid=15073 vsize=16872 CPUtime=2.42
/proc/15075/stat : 15075 (sugar++) S 15073 15075 14631 0 -1 4194304 1694 24003 0 5 6 3 214 19 16 0 1 0 35320148 17276928 1118 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15075/statm: 4218 1118 414 3 0 797 0
[pid=15098] ppid=15075 vsize=57636 CPUtime=3597.66
/proc/15098/stat : 15098 (minisat-inc) R 15075 15075 14631 0 -1 4194304 13970 0 0 0 359745 21 0 0 25 0 1 0 35320397 59019264 13913 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15098/statm: 14409 13913 79 151 0 14255 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 74508

Child status: 0
Real time (s): 3617.42
CPU time (s): 3600.13
CPU user time (s): 3599.68
CPU system time (s): 0.45493
CPU usage (%): 99.5221
Max. virtual memory (cumulated for all children) (KiB): 890600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.68
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39747
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= 3822
involuntary context switches= 87858

runsolver used 3.14952 second user time and 10.0425 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-11 16:23:32
IDJOB=1108767
IDBENCH=60761
IDSOLVER=367
FILE ID=node50/1108767-1215786212
PBS_JOBID= 7903100
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-7.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-1108767-1215786212/watcher-1108767-1215786212 -o /tmp/evaluation-result-1108767-1215786212/solver-1108767-1215786212 -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-1108767-1215786212.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fd44125de988974818e4439e42a04254
RANDOM SEED=314209394

node50.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        966272 kB
Buffers:         54384 kB
Cached:         859740 kB
SwapCached:          0 kB
Active:         573332 kB
Inactive:       447588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        966272 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             900 kB
Writeback:           0 kB
Mapped:         127160 kB
Slab:            53760 kB
Committed_AS:   935768 kB
PageTables:       2172 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= 66432 MiB
End job on node50 at 2008-07-11 17:23:52