Trace number 1108771

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-incOPTIMUM11 49.0615 55.2835

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-4.xml
MD5SUMaa2db5a72cb0a10253cb4c9b8eb0b732
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark43.2084
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints63
Maximum constraint arity18
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24
Global constraints used (with number of constraints)alldifferent(8),element(31)

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:36 2008
0.00/0.07	c 0	PID 13500
0.00/0.07	c 0	HOST node49.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1108771-1215786216.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108771-1215786216.xml' 'HOME/temp.csp'
0.06/0.59	c 0	18 domains, 78 variables, 7 predicates, 0 relations, 63 constraints
0.06/0.64	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	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.26/0.82	c 1	Parsing HOME/temp.csp
0.26/0.91	c 1	parsed 166 expressions
0.26/0.93	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.93	c 1	MAX CSP: 63 constraints
0.26/0.93	c 1	Converting to clausal form CSP
0.26/0.95	c 1	converted 24 (10%) expressions
0.26/0.95	c 1	converted 47 (20%) expressions
0.26/0.95	c 1	converted 70 (30%) expressions
0.26/0.95	c 1	converted 93 (40%) expressions
0.26/0.97	c 1	converted 116 (50%) expressions
0.26/0.97	c 1	converted 140 (60%) expressions
0.26/0.99	c 1	converted 163 (70%) expressions
0.60/1.15	c 1	converted 186 (80%) expressions
0.60/1.18	c 1	converted 209 (90%) expressions
0.70/1.22	c 1	converted 232 (100%) expressions
0.70/1.22	c 1	CSP : 204 integers, 301 booleans, 1010 clauses, largest domain size 95
0.70/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.70/1.22	c 1	Propagation in CSP
0.70/1.28	c 1	57 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.70/1.28	c 1	CSP : 204 integers, 301 booleans, 1010 clauses, largest domain size 64
0.70/1.28	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.70/1.28	c 1	Simplifing CSP by introducing new Boolean variables
0.70/1.28	c 1	CSP : 204 integers, 333 booleans, 1042 clauses, largest domain size 64
0.70/1.28	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.79/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.79/1.32	c 1	21 (10%) CSP integer variables are encoded (26 clauses, 298 bytes)
0.79/1.32	c 1	41 (20%) CSP integer variables are encoded (129 clauses, 1337 bytes)
0.79/1.32	c 1	62 (30%) CSP integer variables are encoded (225 clauses, 2393 bytes)
0.79/1.33	c 1	82 (40%) CSP integer variables are encoded (293 clauses, 3141 bytes)
0.79/1.33	c 1	102 (50%) CSP integer variables are encoded (293 clauses, 3141 bytes)
0.79/1.33	c 1	123 (60%) CSP integer variables are encoded (293 clauses, 3141 bytes)
0.79/1.33	c 1	143 (70%) CSP integer variables are encoded (356 clauses, 3834 bytes)
0.79/1.33	c 1	164 (80%) CSP integer variables are encoded (421 clauses, 4549 bytes)
0.79/1.33	c 1	184 (90%) CSP integer variables are encoded (507 clauses, 5495 bytes)
0.79/1.33	c 1	204 (100%) CSP integer variables are encoded (866 clauses, 9573 bytes)
0.79/1.34	c 1	105 (10%) CSP clauses are encoded (1016 clauses, 11562 bytes)
0.79/1.35	c 1	209 (20%) CSP clauses are encoded (1158 clauses, 13849 bytes)
0.79/1.36	c 1	313 (30%) CSP clauses are encoded (1319 clauses, 16938 bytes)
0.79/1.37	c 1	417 (40%) CSP clauses are encoded (1484 clauses, 20203 bytes)
0.79/1.38	c 1	521 (50%) CSP clauses are encoded (1649 clauses, 23551 bytes)
0.79/1.38	c 1	626 (60%) CSP clauses are encoded (1815 clauses, 26908 bytes)
0.79/1.39	c 1	730 (70%) CSP clauses are encoded (1976 clauses, 30174 bytes)
0.79/1.39	c 1	834 (80%) CSP clauses are encoded (2125 clauses, 33186 bytes)
0.79/1.40	c 1	938 (90%) CSP clauses are encoded (2380 clauses, 37413 bytes)
0.88/1.41	c 1	1042 (100%) CSP clauses are encoded (8321 clauses, 126295 bytes)
0.88/1.41	c 1	1042 CSP clauses encoded
0.88/1.42	c 1	Writing map file : HOME/temp.map
0.88/1.42	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.42	c 1	SAT : 1398 SAT variables, 8321 SAT clauses, 126295 bytes
0.88/1.42	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.43	c 1	OBJECTIVE minimize _COST
0.88/1.43	c 1	SOLVING HOME/temp.cnf
0.88/1.43	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.88/1.43	c 1	This is MiniSat 2.0 beta incremental
0.88/1.43	c 1	WARNING: for repeatability, setting FPU to use double precision
0.88/1.43	c 1	============================[ Problem Statistics ]=============================
0.88/1.43	c 1	|                                                                             |
0.88/1.43	c 1	|  Number of variables:  1398                                                 |
0.88/1.43	c 1	|  Number of clauses:    8321                                                 |
0.88/1.43	c 1	|  Parsing time:         0.00         s                                       |
0.88/1.43	c 1	OK
0.88/1.43	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.88/1.43	c 1	SEARCHING: _COST <= 32
0.88/1.43	c 1	============================[ Search Statistics ]==============================
0.88/1.43	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.88/1.43	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.88/1.44	c 1	===============================================================================
0.88/1.44	c 1	|         0 |    1398     8320    23548 |     2773        0    nan |  0.000 % |
0.88/1.44	c 1	===============================================================================
0.88/1.44	c 1	restarts              : 1
0.88/1.44	c 1	conflicts             : 0             (0 /sec)
0.88/1.44	c 1	decisions             : 307           (0.33 % random) (61412 /sec)
0.88/1.44	c 1	propagations          : 1398           (279656 /sec)
0.88/1.44	c 1	conflict literals     : 0              ( nan % deleted)
0.88/1.44	c 1	Memory used           : 2.20 MB
0.88/1.44	c 1	CPU time              : 0.004999 s
0.88/1.44	c 1	
0.88/1.44	c 1	SATISFIABLE
0.88/1.44	c 1	OK
0.88/1.44	c 1	FOUND: _COST <= 32
0.88/1.44	s SATISFIABLE
0.88/1.44	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.88/1.44	c 1	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.00/4.33	c 4	Decoding HOME/temp.out
1.00/4.38	c 4	OBJECTIVE _COST 32
1.00/4.38	o 32
1.00/4.38	v 1 4 4 3 3 2 4 3 2 4 3 2 2 3 2 4 1 1 10 4 4 7 4 4 16 4 4 13 4 8 2 13 6 4 8 4 15 4 8 4 12 4 7 4 13 4 12 4 14 4 12 4 13 11 4 12 4 8 4 10 4 9 4 15 4 10 4 15 4 7 4 14 4 13 16 4 16 4
1.00/4.39	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.08/4.41	c 4	OK
1.08/4.41	c 4	OBJECTIVE BOUND: 0 <= _COST <= 32
1.08/4.41	c 4	SEARCHING: _COST <= 16
1.08/4.42	c 4	============================[ Search Statistics ]==============================
1.08/4.42	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.08/4.42	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.08/4.42	c 4	===============================================================================
1.08/4.42	c 4	|         0 |    1398     8320    23548 |     2773        0    nan |  0.000 % |
1.08/4.42	c 4	|       100 |    1212     8320    23548 |     3050      100     15 | 13.310 % |
1.08/4.42	c 4	===============================================================================
1.08/4.42	c 4	restarts              : 3
1.08/4.42	c 4	conflicts             : 139           (9269 /sec)
1.08/4.42	c 4	decisions             : 746           (0.80 % random) (49743 /sec)
1.08/4.42	c 4	propagations          : 30585          (2039408 /sec)
1.08/4.42	c 4	conflict literals     : 2035           (29.24 % deleted)
1.08/4.42	c 4	Memory used           : 2.20 MB
1.08/4.42	c 4	CPU time              : 0.014997 s
1.08/4.42	c 4	
1.08/4.42	c 4	SATISFIABLE
1.08/4.42	c 4	OK
1.08/4.42	c 4	FOUND: _COST <= 16
1.08/4.42	c 4	DECODING HOME/temp.out WITH HOME/temp.map
1.08/4.42	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'
1.12/4.52	c 4	Decoding HOME/temp.out
1.12/4.57	c 4	OBJECTIVE _COST 16
1.12/4.57	o 16
1.12/4.57	v 1 4 4 2 3 2 4 1 4 4 3 2 2 3 1 4 8 1 10 4 4 13 4 2 16 4 4 13 4 6 2 13 6 4 6 2 15 4 8 1 12 4 8 4 13 4 12 2 14 4 12 2 13 11 4 11 3 4 4 9 2 5 4 14 3 2 4 13 4 7 4 14 3 13 16 4 16 4
1.12/4.57	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.12/4.66	c 4	OK
1.12/4.66	c 4	OBJECTIVE BOUND: 0 <= _COST <= 16
1.12/4.66	c 4	SEARCHING: _COST <= 8
1.12/4.66	c 4	============================[ Search Statistics ]==============================
1.12/4.66	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.12/4.66	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.12/4.66	c 4	===============================================================================
1.12/4.66	c 4	|       139 |    1212     6057    17286 |     2019      139     15 | 13.310 % |
1.12/4.66	c 4	|       240 |    1212     6057    17286 |     2220      240     13 | 21.320 % |
1.12/4.68	c 4	|       391 |    1100     4625    13310 |     2442      391     13 | 21.320 % |
1.12/4.69	c 4	|       616 |    1100     4625    13310 |     2687      616     13 | 21.320 % |
1.31/4.71	c 4	|       955 |    1100     4625    13310 |     2956      955     13 | 21.320 % |
1.31/4.75	c 5	|      1461 |    1100     4625    13310 |     3251     1461     13 | 21.320 % |
1.31/4.78	c 5	|      2220 |    1100     4625    13310 |     3576     2220     13 | 21.320 % |
1.41/4.87	c 5	|      3359 |    1100     4625    13310 |     3934     3359     14 | 21.320 % |
1.61/5.00	c 5	|      5069 |    1100     4625    13310 |     4327     2833     14 | 21.320 % |
1.81/5.21	c 5	|      7632 |    1100     4625    13310 |     4760     2970     14 | 21.320 % |
2.11/5.51	c 5	|     11477 |    1100     4625    13310 |     5236     4202     13 | 21.320 % |
2.50/5.96	c 6	|     17243 |    1100     4625    13310 |     5760     4235     13 | 21.321 % |
3.20/6.69	c 6	|     25892 |    1100     4625    13310 |     6336     3447     12 | 21.321 % |
3.69/7.12	c 7	===============================================================================
3.69/7.12	c 7	restarts              : 16
3.69/7.12	c 7	conflicts             : 31088         (12619 /sec)
3.69/7.12	c 7	decisions             : 34947         (1.33 % random) (14185 /sec)
3.69/7.12	c 7	propagations          : 5214645        (2116655 /sec)
3.69/7.12	c 7	conflict literals     : 424379         (34.65 % deleted)
3.69/7.12	c 7	Memory used           : 2.85 MB
3.69/7.12	c 7	CPU time              : 2.46362 s
3.69/7.12	c 7	
3.69/7.12	c 7	UNSATISFIABLE
3.69/7.12	c 7	OK
3.69/7.12	c 7	NOT FOUND: _COST <= 8
3.69/7.12	c 7	OK
3.69/7.12	c 7	OBJECTIVE BOUND: 9 <= _COST <= 16
3.69/7.12	c 7	SEARCHING: _COST <= 12
3.69/7.12	c 7	============================[ Search Statistics ]==============================
3.69/7.12	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.69/7.12	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.69/7.12	c 7	===============================================================================
3.69/7.12	c 7	|     31088 |    1075     4486    12968 |     1495     2936     13 | 21.321 % |
3.69/7.13	c 7	|     31188 |    1075     4486    12968 |     1644     1568     12 | 23.106 % |
3.69/7.13	c 7	===============================================================================
3.69/7.13	c 7	restarts              : 18
3.69/7.13	c 7	conflicts             : 31194         (12611 /sec)
3.69/7.13	c 7	decisions             : 35207         (1.34 % random) (14233 /sec)
3.69/7.13	c 7	propagations          : 5239011        (2117950 /sec)
3.69/7.13	c 7	conflict literals     : 425893         (34.63 % deleted)
3.69/7.13	c 7	Memory used           : 2.85 MB
3.69/7.13	c 7	CPU time              : 2.47362 s
3.69/7.13	c 7	
3.69/7.13	c 7	SATISFIABLE
3.69/7.13	c 7	OK
3.69/7.13	c 7	FOUND: _COST <= 12
3.69/7.13	c 7	DECODING HOME/temp.out WITH HOME/temp.map
3.69/7.13	c 7	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.72/7.33	c 7	Decoding HOME/temp.out
3.72/7.37	c 7	OBJECTIVE _COST 12
3.72/7.37	o 12
3.72/7.37	v 1 4 2 3 4 2 4 3 2 4 3 2 3 3 2 4 1 1 14 4 3 7 4 4 12 4 2 13 4 8 3 13 6 4 6 2 15 4 6 2 16 4 7 4 5 4 10 4 14 4 11 3 13 11 4 11 3 16 4 10 4 9 4 15 2 12 4 15 2 7 4 14 3 13 16 4 16 4
3.72/7.39	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.72/7.46	c 7	OK
3.72/7.46	c 7	OBJECTIVE BOUND: 9 <= _COST <= 12
3.72/7.46	c 7	SEARCHING: _COST <= 10
3.72/7.47	c 7	============================[ Search Statistics ]==============================
3.72/7.47	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.72/7.47	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.72/7.47	c 7	===============================================================================
3.72/7.47	c 7	|     31194 |    1075     4486    12968 |     1495     1574     12 | 23.106 % |
3.72/7.47	c 7	|     31294 |    1075     4486    12968 |     1644     1674     12 | 25.967 % |
3.72/7.48	c 7	|     31445 |    1075     4486    12968 |     1809     1825     12 | 25.967 % |
3.89/7.50	c 7	|     31672 |    1035     3892    11302 |     1990     2052     12 | 25.967 % |
3.89/7.52	c 7	|     32009 |    1035     3892    11302 |     2189     2389     13 | 25.967 % |
3.89/7.56	c 7	|     32516 |    1035     3892    11302 |     2408     1499     12 | 25.967 % |
3.99/7.61	c 7	|     33277 |    1035     3892    11302 |     2649     2260     15 | 25.967 % |
3.99/7.70	c 7	|     34418 |    1035     3892    11302 |     2913     1784     14 | 25.967 % |
4.19/7.83	c 8	|     36126 |    1035     3892    11302 |     3205     3492     15 | 25.967 % |
4.39/8.01	c 8	|     38688 |    1035     3892    11302 |     3525     2243     15 | 25.967 % |
4.68/8.30	c 8	|     42534 |    1035     3892    11302 |     3878     4070     14 | 25.967 % |
5.08/8.76	c 9	|     48301 |    1035     3892    11302 |     4266     3209     16 | 25.967 % |
5.77/9.44	c 9	|     56950 |    1035     3892    11302 |     4692     4605     16 | 25.967 % |
6.76/10.46	c 10	|     69924 |    1035     3892    11302 |     5162     4442     16 | 25.967 % |
8.36/12.10	c 12	|     89385 |    1035     3892    11302 |     5678     3851     18 | 25.967 % |
10.83/14.55	c 14	|    118578 |    1035     3892    11302 |     6246     4991     15 | 25.967 % |
14.70/18.47	c 18	|    162368 |    1035     3892    11302 |     6871     4554     15 | 25.967 % |
20.55/24.33	c 24	|    228052 |    1035     3892    11302 |     7558     6918     19 | 25.967 % |
29.27/33.12	c 33	|    326578 |    1035     3892    11302 |     8313     7737     16 | 25.967 % |
43.16/47.13	c 47	|    474367 |    1035     3892    11302 |     9145     4559     16 | 25.967 % |
48.81/52.84	c 53	===============================================================================
48.81/52.84	c 53	restarts              : 38
48.81/52.84	c 53	conflicts             : 535357        (11276 /sec)
48.81/52.84	c 53	decisions             : 597934        (1.38 % random) (12595 /sec)
48.81/52.84	c 53	propagations          : 86065646       (1812833 /sec)
48.81/52.84	c 53	conflict literals     : 8897975        (29.73 % deleted)
48.81/52.84	c 53	Memory used           : 4.18 MB
48.81/52.84	c 53	CPU time              : 47.4758 s
48.81/52.84	c 53	
48.81/52.85	c 53	UNSATISFIABLE
48.81/52.85	c 53	OK
48.81/52.85	c 53	NOT FOUND: _COST <= 10
48.81/52.85	c 53	OK
48.81/52.85	c 53	OBJECTIVE BOUND: 11 <= _COST <= 12
48.81/52.85	c 53	SEARCHING: _COST <= 11
48.81/52.85	c 53	============================[ Search Statistics ]==============================
48.81/52.85	c 53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.81/52.85	c 53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.81/52.85	c 53	===============================================================================
48.81/52.85	c 53	|    535357 |    1027     3835    11155 |     1278     5596     15 | 25.967 % |
48.81/52.86	c 53	|    535458 |    1027     3835    11155 |     1406     1500     13 | 26.538 % |
48.81/52.86	c 53	===============================================================================
48.81/52.86	c 53	restarts              : 40
48.81/52.86	c 53	conflicts             : 535511        (11276 /sec)
48.81/52.86	c 53	decisions             : 598253        (1.38 % random) (12597 /sec)
48.81/52.86	c 53	propagations          : 86097478       (1812854 /sec)
48.81/52.86	c 53	conflict literals     : 8899927        (29.73 % deleted)
48.81/52.86	c 53	Memory used           : 4.18 MB
48.81/52.86	c 53	CPU time              : 47.4928 s
48.81/52.86	c 53	
48.81/52.86	c 53	SATISFIABLE
48.81/52.86	c 53	OK
48.81/52.86	c 53	FOUND: _COST <= 11
48.81/52.86	c 53	DECODING HOME/temp.out WITH HOME/temp.map
48.81/52.86	c 53	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
48.93/55.17	c 55	Decoding HOME/temp.out
48.99/55.21	c 55	OBJECTIVE _COST 11
48.99/55.21	o 11
48.99/55.21	v 1 3 4 2 3 2 4 1 4 4 3 2 2 3 1 4 8 1 10 4 4 12 4 2 8 4 3 9 4 7 4 13 6 4 6 2 15 4 8 1 16 4 7 4 13 4 12 2 6 4 12 2 13 11 4 11 3 4 4 12 2 5 4 14 3 2 4 13 2 14 4 14 3 13 16 4 16 4
48.99/55.22	c 55	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
48.99/55.28	c 55	OK
48.99/55.28	c 55	OBJECTIVE _COST 11
48.99/55.28	s OPTIMUM FOUND
48.99/55.28	c 55	CPU 48.79 (0.06 0.02 48.73 0.23)
48.99/55.28	c 55	END Fri Jul 11 16:24:31 2008

Verifier Data (download as text)

OK	11	52
11 unsatisfied constraints, 52 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-1108771-1215786216/watcher-1108771-1215786216 -o /tmp/evaluation-result-1108771-1215786216/solver-1108771-1215786216 -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-1108771-1215786216.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.65 2.50 2.51 4/80 13500
/proc/meminfo: memFree=1726584/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=12272 CPUtime=0
/proc/13500/stat : 13500 (sugar++) R 13498 13500 12817 0 -1 4194304 371 0 0 0 0 0 0 0 21 0 1 0 35317264 12566528 339 996147200 4194304 4206940 548682068528 18446744073709551615 224645140819 0 0 4224 0 0 0 0 17 0 0 0
/proc/13500/statm: 3068 339 253 3 0 168 0

[startup+0.0844949 s]
/proc/loadavg: 2.65 2.50 2.51 4/80 13500
/proc/meminfo: memFree=1726584/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=0.06
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1219 128 0 0 5 1 0 0 22 0 1 0 35317264 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13500/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102673 s]
/proc/loadavg: 2.65 2.50 2.51 4/80 13500
/proc/meminfo: memFree=1726584/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=0.06
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1219 128 0 0 5 1 0 0 22 0 1 0 35317264 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13500/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301517 s]
/proc/loadavg: 2.65 2.50 2.51 4/80 13500
/proc/meminfo: memFree=1726584/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=0.06
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1219 128 0 0 5 1 0 0 22 0 1 0 35317264 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13500/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70177 s]
/proc/loadavg: 2.65 2.50 2.51 4/80 13500
/proc/meminfo: memFree=1726584/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=0.26
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1279 4293 0 1 5 1 18 2 17 0 1 0 35317264 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16740

[startup+1.50289 s]
/proc/loadavg: 2.67 2.51 2.51 4/91 13522
/proc/meminfo: memFree=1717728/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=0.93
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1510 10827 0 2 5 1 81 6 16 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 16740

[startup+3.10211 s]
/proc/loadavg: 2.67 2.51 2.51 4/88 13529
/proc/meminfo: memFree=1720440/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=0.93
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1510 10827 0 2 5 1 81 6 16 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
[pid=13523] ppid=13500 vsize=2252 CPUtime=0
/proc/13523/stat : 13523 (minisat-inc) S 13500 13500 12817 0 -1 4194304 296 0 0 0 0 0 0 0 18 0 1 0 35317407 2306048 241 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13523/statm: 563 241 78 151 0 409 0
[pid=13524] ppid=13500 vsize=5356 CPUtime=0
/proc/13524/stat : 13524 (sh) S 13500 13500 12817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35317408 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13524/statm: 1339 233 193 169 0 50 0
[pid=13525] ppid=13524 vsize=191732 CPUtime=0.03
/proc/13525/stat : 13525 (java) S 13524 13500 12817 0 -1 0 1782 0 1 0 1 2 0 0 18 0 5 0 35317409 196333568 1418 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13525/statm: 47933 1418 825 9 0 42912 0
[pid=13525/tid=13526] ppid=13524 vsize=191732 CPUtime=0.02
/proc/13525/task/13526/stat : 13526 (java) R 13524 13500 12817 0 -1 64 1088 0 1 0 1 1 0 0 19 0 5 0 35317410 196333568 1418 996147200 134512640 134550740 4294956000 18446744073709551615 102498046 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=13525/tid=13527] ppid=13524 vsize=191732 CPUtime=0
/proc/13525/task/13527/stat : 13527 (java) S 13524 13500 12817 0 -1 64 4 0 0 0 0 0 0 0 16 0 5 0 35317445 196333568 1418 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 0 0 0
[pid=13525/tid=13528] ppid=13524 vsize=191732 CPUtime=0
/proc/13525/task/13528/stat : 13528 (java) S 13524 13500 12817 0 -1 64 11 0 0 0 0 0 0 0 19 0 5 0 35317446 196333568 1418 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=13525/tid=13529] ppid=13524 vsize=191732 CPUtime=0
/proc/13525/task/13529/stat : 13529 (java) S 13524 13500 12817 0 -1 64 4 0 0 0 0 0 0 0 20 0 5 0 35317446 196333568 1418 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 216080

[startup+6.30157 s]
/proc/loadavg: 2.67 2.51 2.51 4/82 13543
/proc/meminfo: memFree=1722408/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=1.25
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1617 18320 0 4 6 2 103 14 15 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
[pid=13523] ppid=13500 vsize=2784 CPUtime=1.65
/proc/13523/stat : 13523 (minisat-inc) R 13500 13500 12817 0 -1 4194304 445 0 0 0 165 0 0 0 25 0 1 0 35317407 2850816 388 996147200 134512640 135134323 4294956192 18446744073709551615 134529634 0 0 4096 3 0 0 0 17 1 0 0
/proc/13523/statm: 696 388 79 151 0 542 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 19524

[startup+12.7025 s]
/proc/loadavg: 2.72 2.53 2.52 3/82 13553
/proc/meminfo: memFree=1721896/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=1.38
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1687 22071 0 5 6 2 113 17 16 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
[pid=13523] ppid=13500 vsize=3180 CPUtime=7.67
/proc/13523/stat : 13523 (minisat-inc) R 13500 13500 12817 0 -1 4194304 532 0 0 0 767 0 0 0 25 0 1 0 35317407 3256320 471 996147200 134512640 135134323 4294956192 18446744073709551615 134532192 0 0 4096 3 0 0 0 17 1 0 0
/proc/13523/statm: 795 471 79 151 0 641 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 19920

[startup+25.5013 s]
/proc/loadavg: 2.69 2.53 2.52 4/82 13553
/proc/meminfo: memFree=1721512/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=1.38
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1687 22071 0 5 6 2 113 17 16 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
[pid=13523] ppid=13500 vsize=3740 CPUtime=20.36
/proc/13523/stat : 13523 (minisat-inc) R 13500 13500 12817 0 -1 4194304 657 0 0 0 2036 0 0 0 25 0 1 0 35317407 3829760 596 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13523/statm: 935 596 79 151 0 781 0
Current children cumulated CPU time (s) 21.74
Current children cumulated vsize (KiB) 20480

[startup+51.101 s]
/proc/loadavg: 2.67 2.53 2.52 3/82 13553
/proc/meminfo: memFree=1721064/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=1.38
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1687 22071 0 5 6 2 113 17 16 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
[pid=13523] ppid=13500 vsize=4280 CPUtime=45.74
/proc/13523/stat : 13523 (minisat-inc) R 13500 13500 12817 0 -1 4194304 794 0 0 0 4574 0 0 0 25 0 1 0 35317407 4382720 733 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/13523/statm: 1070 733 79 151 0 916 0
Current children cumulated CPU time (s) 47.12
Current children cumulated vsize (KiB) 21020

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

[startup+52.7013 s]
/proc/loadavg: 2.69 2.54 2.52 4/82 13553
/proc/meminfo: memFree=1721000/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=1.38
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1687 22071 0 5 6 2 113 17 16 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
[pid=13523] ppid=13500 vsize=4280 CPUtime=47.33
/proc/13523/stat : 13523 (minisat-inc) R 13500 13500 12817 0 -1 4194304 798 0 0 0 4733 0 0 0 25 0 1 0 35317407 4382720 737 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/13523/statm: 1070 737 79 151 0 916 0
Current children cumulated CPU time (s) 48.71
Current children cumulated vsize (KiB) 21020

[startup+54.3025 s]
/proc/loadavg: 2.69 2.54 2.52 4/88 13559
/proc/meminfo: memFree=1718456/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=1.38
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1721 22071 0 5 6 2 113 17 16 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
[pid=13523] ppid=13500 vsize=4280 CPUtime=47.49
/proc/13523/stat : 13523 (minisat-inc) S 13500 13500 12817 0 -1 4194304 802 0 0 0 4749 0 0 0 25 0 1 0 35317407 4382720 737 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13523/statm: 1070 737 79 151 0 916 0
[pid=13554] ppid=13500 vsize=5356 CPUtime=0
/proc/13554/stat : 13554 (sh) S 13500 13500 12817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35322551 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13554/statm: 1339 233 193 169 0 50 0
[pid=13555] ppid=13554 vsize=191732 CPUtime=0.04
/proc/13555/stat : 13555 (java) S 13554 13500 12817 0 -1 0 1856 0 1 0 1 3 0 0 18 0 5 0 35322552 196333568 1474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/13555/statm: 47933 1474 846 9 0 42912 0
[pid=13555/tid=13556] ppid=13554 vsize=191732 CPUtime=0.03
/proc/13555/task/13556/stat : 13556 (java) R 13554 13500 12817 0 -1 64 1162 0 1 0 1 2 0 0 19 0 5 0 35322563 196333568 1474 996147200 134512640 134550740 4294956000 18446744073709551615 4125959084 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=13555/tid=13557] ppid=13554 vsize=191732 CPUtime=0
/proc/13555/task/13557/stat : 13557 (java) S 13554 13500 12817 0 -1 64 4 0 0 0 0 0 0 0 16 0 5 0 35322578 196333568 1474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 0 0 0
[pid=13555/tid=13558] ppid=13554 vsize=191732 CPUtime=0
/proc/13555/task/13558/stat : 13558 (java) S 13554 13500 12817 0 -1 64 11 0 0 0 0 0 0 0 19 0 5 0 35322578 196333568 1474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=13555/tid=13559] ppid=13554 vsize=191732 CPUtime=0
/proc/13555/task/13559/stat : 13559 (java) S 13554 13500 12817 0 -1 64 4 0 0 0 0 0 0 0 20 0 5 0 35322578 196333568 1474 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.91
Current children cumulated vsize (KiB) 218108

[startup+54.7025 s]
/proc/loadavg: 2.69 2.54 2.52 4/88 13559
/proc/meminfo: memFree=1718456/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=1.38
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1721 22071 0 5 6 2 113 17 16 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
[pid=13523] ppid=13500 vsize=4280 CPUtime=47.49
/proc/13523/stat : 13523 (minisat-inc) S 13500 13500 12817 0 -1 4194304 802 0 0 0 4749 0 0 0 25 0 1 0 35317407 4382720 737 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13523/statm: 1070 737 79 151 0 916 0
[pid=13554] ppid=13500 vsize=5356 CPUtime=0
/proc/13554/stat : 13554 (sh) S 13500 13500 12817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35322551 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13554/statm: 1339 233 193 169 0 50 0
[pid=13555] ppid=13554 vsize=191732 CPUtime=0.04
/proc/13555/stat : 13555 (java) S 13554 13500 12817 0 -1 0 1873 0 1 0 1 3 0 0 18 0 5 0 35322552 196333568 1486 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/13555/statm: 47933 1486 852 9 0 42912 0
[pid=13555/tid=13556] ppid=13554 vsize=191732 CPUtime=0.04
/proc/13555/task/13556/stat : 13556 (java) R 13554 13500 12817 0 -1 64 1179 0 1 0 1 3 0 0 19 0 5 0 35322563 196333568 1486 996147200 134512640 134550740 4294956000 18446744073709551615 104251919 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=13555/tid=13557] ppid=13554 vsize=191732 CPUtime=0
/proc/13555/task/13557/stat : 13557 (java) S 13554 13500 12817 0 -1 64 4 0 0 0 0 0 0 0 16 0 5 0 35322578 196333568 1486 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 0 0 0
[pid=13555/tid=13558] ppid=13554 vsize=191732 CPUtime=0
/proc/13555/task/13558/stat : 13558 (java) S 13554 13500 12817 0 -1 64 11 0 0 0 0 0 0 0 19 0 5 0 35322578 196333568 1486 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=13555/tid=13559] ppid=13554 vsize=191732 CPUtime=0
/proc/13555/task/13559/stat : 13559 (java) S 13554 13500 12817 0 -1 64 4 0 0 0 0 0 0 0 20 0 5 0 35322578 196333568 1486 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.91
Current children cumulated vsize (KiB) 218108

[startup+55.1026 s]
/proc/loadavg: 2.69 2.54 2.52 4/88 13559
/proc/meminfo: memFree=1718136/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=1.38
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1721 22071 0 5 6 2 113 17 16 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
[pid=13523] ppid=13500 vsize=4280 CPUtime=47.49
/proc/13523/stat : 13523 (minisat-inc) S 13500 13500 12817 0 -1 4194304 802 0 0 0 4749 0 0 0 25 0 1 0 35317407 4382720 737 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13523/statm: 1070 737 79 151 0 916 0
[pid=13554] ppid=13500 vsize=5356 CPUtime=0
/proc/13554/stat : 13554 (sh) S 13500 13500 12817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35322551 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13554/statm: 1339 233 193 169 0 50 0
[pid=13555] ppid=13554 vsize=191732 CPUtime=0.06
/proc/13555/stat : 13555 (java) S 13554 13500 12817 0 -1 0 1975 0 1 0 2 4 0 0 18 0 5 0 35322552 196333568 1566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/13555/statm: 47933 1566 890 9 0 42912 0
[pid=13555/tid=13556] ppid=13554 vsize=191732 CPUtime=0.04
/proc/13555/task/13556/stat : 13556 (java) R 13554 13500 12817 0 -1 64 1281 0 1 0 1 3 0 0 20 0 5 0 35322563 196333568 1566 996147200 134512640 134550740 4294956000 18446744073709551615 104454898 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=13555/tid=13557] ppid=13554 vsize=191732 CPUtime=0
/proc/13555/task/13557/stat : 13557 (java) S 13554 13500 12817 0 -1 64 4 0 0 0 0 0 0 0 16 0 5 0 35322578 196333568 1566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 0 0 0
[pid=13555/tid=13558] ppid=13554 vsize=191732 CPUtime=0
/proc/13555/task/13558/stat : 13558 (java) S 13554 13500 12817 0 -1 64 11 0 0 0 0 0 0 0 19 0 5 0 35322578 196333568 1566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=13555/tid=13559] ppid=13554 vsize=191732 CPUtime=0
/proc/13555/task/13559/stat : 13559 (java) S 13554 13500 12817 0 -1 64 4 0 0 0 0 0 0 0 20 0 5 0 35322578 196333568 1566 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.93
Current children cumulated vsize (KiB) 218108

[startup+55.2026 s]
/proc/loadavg: 2.69 2.54 2.52 4/88 13559
/proc/meminfo: memFree=1718136/2055920 swapFree=4180084/4192956
[pid=13500] ppid=13498 vsize=16740 CPUtime=1.38
/proc/13500/stat : 13500 (sugar++) S 13498 13500 12817 0 -1 4194304 1740 22071 0 5 6 2 113 17 16 0 1 0 35317264 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13500/statm: 4185 1115 414 3 0 764 0
[pid=13523] ppid=13500 vsize=4280 CPUtime=47.49
/proc/13523/stat : 13523 (minisat-inc) S 13500 13500 12817 0 -1 4194304 802 0 0 0 4749 0 0 0 25 0 1 0 35317407 4382720 737 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13523/statm: 1070 737 79 151 0 916 0
[pid=13554] ppid=13500 vsize=5356 CPUtime=0
/proc/13554/stat : 13554 (sh) S 13500 13500 12817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35322551 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13554/statm: 1339 233 193 169 0 50 0
[pid=13555] ppid=13554 vsize=195620 CPUtime=0.12
/proc/13555/stat : 13555 (java) S 13554 13500 12817 0 -1 0 3324 0 1 0 8 4 0 0 18 0 9 0 35322552 200314880 2794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13555/statm: 48905 2794 1651 9 0 43487 0
[pid=13555/tid=13556] ppid=13554 vsize=195620 CPUtime=0.09
/proc/13555/task/13556/stat : 13556 (java) R 13554 13500 12817 0 -1 64 2405 0 1 0 6 3 0 0 22 0 9 0 35322563 200314880 2794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13555/tid=13557] ppid=13554 vsize=195620 CPUtime=0
/proc/13555/task/13557/stat : 13557 (java) S 13554 13500 12817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 35322578 200314880 2794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13555/tid=13558] ppid=13554 vsize=195620 CPUtime=0
/proc/13555/task/13558/stat : 13558 (java) S 13554 13500 12817 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 35322578 200314880 2794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13555/tid=13559] ppid=13554 vsize=195620 CPUtime=0
/proc/13555/task/13559/stat : 13559 (java) S 13554 13500 12817 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 35322578 200314880 2794 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.99
Current children cumulated vsize (KiB) 221996

Child status: 0
Real time (s): 55.2835
CPU time (s): 49.0615
CPU user time (s): 48.8006
CPU system time (s): 0.26096
CPU usage (%): 88.7454
Max. virtual memory (cumulated for all children) (KiB): 890452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.8006
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28457
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= 1780
involuntary context switches= 16662

runsolver used 0.054991 second user time and 0.168974 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-11 16:23:36
IDJOB=1108771
IDBENCH=60763
IDSOLVER=367
FILE ID=node49/1108771-1215786216
PBS_JOBID= 7903103
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aa2db5a72cb0a10253cb4c9b8eb0b732
RANDOM SEED=446139980

node49.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.239
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.239
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:       1727320 kB
Buffers:         26876 kB
Cached:         174716 kB
SwapCached:       7372 kB
Active:         195000 kB
Inactive:        93660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727320 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            1016 kB
Writeback:           0 kB
Mapped:         101908 kB
Slab:            24836 kB
Committed_AS:   950408 kB
PageTables:       2060 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node49 at 2008-07-11 16:24:31