Trace number 1128052

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM 17.2494 17.5448

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-40/
normalized-kbtree-5-2-4-5-40-23_ext.xml
MD5SUM8459f619ed716c20b68e883d648f19df
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark2.13567
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 04:21:29 2008
0.00/0.04	c 0	PID 4638
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128052-1216779689.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128052-1216779689.xml' 'HOME/temp.csp'
0.03/0.41	c 1	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.03/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.49	c 1	Parsing HOME/temp.csp
0.39/0.63	c 1	parsed 485 expressions
0.39/0.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.64	c 1	MAX CSP: 211 constraints
0.39/0.64	c 1	Converting to clausal form CSP
0.39/0.66	c 1	converted 70 (10%) expressions
0.39/0.67	c 1	converted 140 (20%) expressions
0.39/0.67	c 1	converted 210 (30%) expressions
0.39/0.68	c 1	converted 280 (40%) expressions
0.39/0.69	c 1	converted 350 (50%) expressions
0.39/0.70	c 1	converted 420 (60%) expressions
0.39/0.70	c 1	converted 490 (70%) expressions
0.39/0.71	c 1	converted 560 (80%) expressions
0.39/0.71	c 1	converted 630 (90%) expressions
0.39/0.86	c 1	converted 699 (100%) expressions
0.39/0.86	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.39/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.86	c 1	Propagation in CSP
0.39/0.88	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.39/0.88	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.39/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.88	c 1	Simplifing CSP by introducing new Boolean variables
0.39/0.89	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.39/0.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.39/0.92	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.39/0.92	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.39/0.92	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.39/0.93	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.39/0.93	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.39/0.93	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.39/0.93	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.39/0.94	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.39/0.94	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.39/0.94	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
0.39/0.98	c 1	64 (10%) CSP clauses are encoded (3277 clauses, 42684 bytes)
0.39/0.99	c 1	127 (20%) CSP clauses are encoded (3658 clauses, 49569 bytes)
0.94/1.00	c 1	190 (30%) CSP clauses are encoded (4038 clauses, 57242 bytes)
0.94/1.02	c 1	253 (40%) CSP clauses are encoded (4560 clauses, 65216 bytes)
0.94/1.03	c 1	316 (50%) CSP clauses are encoded (7545 clauses, 109423 bytes)
0.94/1.03	c 1	380 (60%) CSP clauses are encoded (8589 clauses, 126636 bytes)
0.94/1.05	c 1	443 (70%) CSP clauses are encoded (16868 clauses, 270686 bytes)
0.94/1.05	c 1	506 (80%) CSP clauses are encoded (17997 clauses, 289698 bytes)
0.94/1.07	c 1	569 (90%) CSP clauses are encoded (27444 clauses, 451829 bytes)
1.05/1.14	c 1	632 (100%) CSP clauses are encoded (65126 clauses, 1139014 bytes)
1.05/1.14	c 1	632 CSP clauses encoded
1.05/1.14	c 1	Writing map file : HOME/temp.map
1.05/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.15	c 1	SAT : 3374 SAT variables, 65126 SAT clauses, 1139014 bytes
1.05/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.20	c 1	OBJECTIVE minimize _COST
1.09/1.20	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.09/1.20	c 1	SEARCHING: _COST <= 106
1.09/1.20	c 1	SOLVING HOME/temp.cnf
1.09/1.20	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.09/1.21	c 1	This is MiniSat 2.0 beta
1.09/1.21	c 1	WARNING: for repeatability, setting FPU to use double precision
1.09/1.21	c 1	============================[ Problem Statistics ]=============================
1.09/1.21	c 1	|                                                                             |
1.09/1.21	c 1	|  Number of variables:  3374                                                 |
1.09/1.21	c 1	|  Number of clauses:    65127                                                |
1.09/1.24	c 1	|  Parsing time:         0.03         s                                       |
1.09/1.25	c 1	============================[ Search Statistics ]==============================
1.09/1.25	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.09/1.25	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.09/1.25	c 1	===============================================================================
1.09/1.25	c 1	|         0 |    2534    42572   122788 |    14190        0    nan |  0.000 % |
1.09/1.26	c 1	===============================================================================
1.09/1.26	c 1	restarts              : 1
1.09/1.26	c 1	conflicts             : 15             (326 /sec)
1.09/1.26	c 1	decisions             : 159            (1.26 % random) (3457 /sec)
1.09/1.26	c 1	propagations          : 6778           (147370 /sec)
1.09/1.26	c 1	conflict literals     : 181            (4.23 % deleted)
1.09/1.26	c 1	Memory used           : 4.47 MB
1.09/1.26	c 1	CPU time              : 0.045993 s
1.09/1.26	c 1	
1.09/1.26	c 1	SATISFIABLE
1.09/1.26	c 1	FOUND: _COST <= 106
1.09/1.26	s SATISFIABLE
1.09/1.26	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.09/1.26	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.16/1.34	c 1	Decoding HOME/temp.out
1.16/1.40	c 2	OBJECTIVE _COST 49
1.16/1.40	o 49
1.16/1.40	v 2 0 4 3 1 4 0 0 4 1 0 4 0 4 3 3 3 3 1 4 1 4 2 3 0 2 1 2 2 4 0 3 3 2 4 2 4 4 4 4 0 4 4 2 4 2 0 3 3 4 3 2 1 4 1 0 3 1 3 2 2 4
1.16/1.41	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.16/1.42	c 2	OBJECTIVE BOUND: 0 <= _COST <= 49
1.16/1.42	c 2	SEARCHING: _COST <= 24
1.16/1.42	c 2	SOLVING HOME/temp.cnf
1.16/1.42	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.16/1.42	c 2	This is MiniSat 2.0 beta
1.16/1.42	c 2	WARNING: for repeatability, setting FPU to use double precision
1.16/1.42	c 2	============================[ Problem Statistics ]=============================
1.16/1.42	c 2	|                                                                             |
1.16/1.42	c 2	|  Number of variables:  3374                                                 |
1.16/1.42	c 2	|  Number of clauses:    65127                                                |
1.16/1.46	c 2	|  Parsing time:         0.03         s                                       |
1.16/1.47	c 2	============================[ Search Statistics ]==============================
1.16/1.47	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.16/1.47	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.16/1.47	c 2	===============================================================================
1.16/1.47	c 2	|         0 |    1692    16232    46212 |     5410        0    nan |  0.000 % |
1.16/1.48	c 2	|       101 |    1692    16232    46212 |     5951      101     20 | 49.852 % |
1.16/1.48	c 2	===============================================================================
1.16/1.48	c 2	restarts              : 2
1.16/1.48	c 2	conflicts             : 125            (2156 /sec)
1.16/1.48	c 2	decisions             : 266            (0.38 % random) (4587 /sec)
1.16/1.48	c 2	propagations          : 25110          (432998 /sec)
1.16/1.48	c 2	conflict literals     : 2235           (15.02 % deleted)
1.16/1.48	c 2	Memory used           : 4.60 MB
1.16/1.48	c 2	CPU time              : 0.057991 s
1.16/1.48	c 2	
1.16/1.49	c 2	SATISFIABLE
1.16/1.49	c 2	FOUND: _COST <= 24
1.16/1.49	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.16/1.49	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.38/1.57	c 2	Decoding HOME/temp.out
1.38/1.63	c 2	OBJECTIVE _COST 24
1.38/1.63	o 24
1.38/1.63	v 3 4 3 1 1 2 4 4 4 1 0 0 4 3 0 3 4 4 1 3 1 2 3 0 3 4 2 2 0 0 0 1 3 4 0 3 2 4 4 4 4 4 4 0 4 2 0 2 3 2 4 2 2 1 2 4 3 0 2 0 3 4
1.38/1.64	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.38/1.65	c 2	OBJECTIVE BOUND: 0 <= _COST <= 24
1.38/1.65	c 2	SEARCHING: _COST <= 12
1.38/1.65	c 2	SOLVING HOME/temp.cnf
1.38/1.65	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.38/1.65	c 2	This is MiniSat 2.0 beta
1.38/1.65	c 2	WARNING: for repeatability, setting FPU to use double precision
1.38/1.65	c 2	============================[ Problem Statistics ]=============================
1.38/1.65	c 2	|                                                                             |
1.38/1.65	c 2	|  Number of variables:  3374                                                 |
1.38/1.65	c 2	|  Number of clauses:    65127                                                |
1.38/1.69	c 2	|  Parsing time:         0.03         s                                       |
1.53/1.70	c 2	============================[ Search Statistics ]==============================
1.53/1.70	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.53/1.70	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.53/1.70	c 2	===============================================================================
1.53/1.70	c 2	|         0 |    1446    10066    28440 |     3355        0    nan |  0.000 % |
1.53/1.71	c 2	|       100 |    1446    10066    28440 |     3690      100     19 | 57.143 % |
1.53/1.72	c 2	|       250 |    1446    10066    28440 |     4059      250     16 | 57.143 % |
1.53/1.74	c 2	|       475 |    1446    10066    28440 |     4465      475     17 | 57.143 % |
1.53/1.77	c 2	|       812 |    1446    10066    28440 |     4912      812     16 | 57.145 % |
1.53/1.81	c 2	|      1318 |    1446    10066    28440 |     5403     1318     16 | 57.143 % |
1.53/1.83	c 2	===============================================================================
1.53/1.83	c 2	restarts              : 6
1.53/1.83	c 2	conflicts             : 1473           (8769 /sec)
1.53/1.83	c 2	decisions             : 1817           (1.10 % random) (10817 /sec)
1.53/1.83	c 2	propagations          : 386580         (2301428 /sec)
1.53/1.83	c 2	conflict literals     : 24472          (29.45 % deleted)
1.53/1.83	c 2	Memory used           : 4.60 MB
1.53/1.83	c 2	CPU time              : 0.167974 s
1.53/1.83	c 2	
1.53/1.83	c 2	SATISFIABLE
1.53/1.83	c 2	FOUND: _COST <= 12
1.53/1.83	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.53/1.83	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.71/1.91	c 2	Decoding HOME/temp.out
1.71/1.97	c 2	OBJECTIVE _COST 12
1.71/1.97	o 12
1.71/1.98	v 1 4 4 3 4 4 2 4 4 1 4 2 0 4 3 3 3 3 0 4 3 0 3 0 0 2 3 2 2 0 0 1 3 4 4 2 4 4 0 4 3 4 2 2 4 3 0 2 3 2 4 2 3 1 3 3 3 0 3 4 1 4
1.71/1.98	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.71/1.99	c 2	OBJECTIVE BOUND: 0 <= _COST <= 12
1.71/1.99	c 2	SEARCHING: _COST <= 6
1.71/1.99	c 2	SOLVING HOME/temp.cnf
1.71/1.99	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.71/1.99	c 2	This is MiniSat 2.0 beta
1.71/1.99	c 2	WARNING: for repeatability, setting FPU to use double precision
1.71/1.99	c 2	============================[ Problem Statistics ]=============================
1.71/1.99	c 2	|                                                                             |
1.71/2.00	c 2	|  Number of variables:  3374                                                 |
1.71/2.00	c 2	|  Number of clauses:    65127                                                |
1.86/2.03	c 2	|  Parsing time:         0.03         s                                       |
1.86/2.05	c 2	============================[ Search Statistics ]==============================
1.86/2.05	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.86/2.05	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.86/2.05	c 2	===============================================================================
1.86/2.05	c 2	|         0 |    1223     6487    18366 |     2162        0    nan |  0.000 % |
1.86/2.06	c 2	|       100 |    1223     6487    18366 |     2378      100     18 | 63.752 % |
1.86/2.07	c 2	|       250 |    1223     6487    18366 |     2616      250     15 | 63.752 % |
1.86/2.08	c 2	|       476 |    1223     6487    18366 |     2878      476     14 | 63.752 % |
1.95/2.11	c 2	|       813 |    1223     6487    18366 |     3165      813     14 | 63.752 % |
1.95/2.15	c 2	|      1319 |    1223     6487    18366 |     3482     1319     14 | 63.752 % |
2.05/2.22	c 2	|      2079 |    1223     6487    18366 |     3830     2079     13 | 63.752 % |
2.14/2.32	c 2	|      3219 |    1223     6487    18366 |     4213     3219     13 | 63.752 % |
2.24/2.48	c 3	|      4927 |    1223     6487    18366 |     4635     4927     13 | 63.752 % |
2.54/2.74	c 3	|      7489 |    1223     6487    18366 |     5098     3988     12 | 63.752 % |
2.94/3.14	c 3	|     11336 |    1223     6487    18366 |     5608     4115     13 | 63.752 % |
3.53/3.73	c 4	|     17102 |    1223     6487    18366 |     6169     5984     13 | 63.752 % |
4.42/4.66	c 5	|     25752 |    1222     6467    18299 |     6786     6918     12 | 63.782 % |
4.62/4.85	c 5	===============================================================================
4.62/4.85	c 5	restarts              : 13
4.62/4.85	c 5	conflicts             : 27815          (9865 /sec)
4.62/4.85	c 5	decisions             : 31084          (1.07 % random) (11024 /sec)
4.62/4.85	c 5	propagations          : 6852079        (2430185 /sec)
4.62/4.85	c 5	conflict literals     : 357011         (34.60 % deleted)
4.62/4.85	c 5	Memory used           : 4.60 MB
4.62/4.85	c 5	CPU time              : 2.81957 s
4.62/4.85	c 5	
4.62/4.85	c 5	UNSATISFIABLE
4.62/4.85	c 5	NOT FOUND: _COST <= 6
4.62/4.85	c 5	OBJECTIVE BOUND: 7 <= _COST <= 12
4.62/4.85	c 5	SEARCHING: _COST <= 9
4.62/4.85	c 5	SOLVING HOME/temp.cnf
4.62/4.85	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.62/4.86	c 5	This is MiniSat 2.0 beta
4.62/4.86	c 5	WARNING: for repeatability, setting FPU to use double precision
4.62/4.86	c 5	============================[ Problem Statistics ]=============================
4.62/4.86	c 5	|                                                                             |
4.62/4.86	c 5	|  Number of variables:  3374                                                 |
4.62/4.86	c 5	|  Number of clauses:    65127                                                |
4.62/4.89	c 5	|  Parsing time:         0.03         s                                       |
4.69/4.91	c 5	============================[ Search Statistics ]==============================
4.69/4.91	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.69/4.91	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.69/4.91	c 5	===============================================================================
4.69/4.91	c 5	|         0 |    1344     8242    23271 |     2747        0    nan |  0.000 % |
4.69/4.92	c 5	|       101 |    1344     8242    23271 |     3022      101     22 | 60.166 % |
4.69/4.93	c 5	|       252 |    1344     8242    23271 |     3324      252     17 | 60.166 % |
4.69/4.95	c 5	|       478 |    1344     8242    23271 |     3656      478     15 | 60.166 % |
4.69/4.97	c 5	|       815 |    1344     8242    23271 |     4022      815     16 | 60.166 % |
4.69/5.01	c 5	|      1322 |    1344     8242    23271 |     4424     1322     16 | 60.166 % |
4.69/5.08	c 5	|      2081 |    1344     8242    23271 |     4867     2081     15 | 60.166 % |
4.69/5.19	c 5	|      3221 |    1344     8242    23271 |     5353     3221     15 | 60.166 % |
4.69/5.37	c 5	|      4931 |    1344     8242    23271 |     5889     4931     15 | 60.166 % |
5.41/5.68	c 6	|      7493 |    1344     8242    23271 |     6478     7493     15 | 60.166 % |
5.91/6.11	c 6	|     11337 |    1344     8242    23271 |     7125     6936     15 | 60.166 % |
6.01/6.23	c 6	===============================================================================
6.01/6.23	c 6	restarts              : 11
6.01/6.23	c 6	conflicts             : 12474          (9167 /sec)
6.01/6.23	c 6	decisions             : 14034          (0.85 % random) (10313 /sec)
6.01/6.23	c 6	propagations          : 3130158        (2300246 /sec)
6.01/6.23	c 6	conflict literals     : 195140         (33.53 % deleted)
6.01/6.23	c 6	Memory used           : 4.61 MB
6.01/6.23	c 6	CPU time              : 1.36079 s
6.01/6.23	c 6	
6.01/6.24	c 6	SATISFIABLE
6.01/6.24	c 6	FOUND: _COST <= 9
6.01/6.24	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.01/6.24	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.07/6.32	c 6	Decoding HOME/temp.out
6.07/6.38	c 6	OBJECTIVE _COST 9
6.07/6.38	o 9
6.07/6.39	v 3 4 4 1 1 2 2 0 4 0 0 2 0 4 3 3 3 3 0 4 3 0 3 2 0 2 2 4 0 0 0 3 3 0 1 3 2 4 0 3 3 4 2 2 4 3 0 2 3 2 4 2 3 1 3 3 3 4 3 4 1 4
6.07/6.39	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.07/6.44	c 7	OBJECTIVE BOUND: 7 <= _COST <= 9
6.07/6.44	c 7	SEARCHING: _COST <= 8
6.07/6.44	c 7	SOLVING HOME/temp.cnf
6.07/6.44	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.07/6.45	c 7	This is MiniSat 2.0 beta
6.07/6.45	c 7	WARNING: for repeatability, setting FPU to use double precision
6.07/6.45	c 7	============================[ Problem Statistics ]=============================
6.07/6.45	c 7	|                                                                             |
6.07/6.45	c 7	|  Number of variables:  3374                                                 |
6.07/6.45	c 7	|  Number of clauses:    65127                                                |
6.07/6.48	c 7	|  Parsing time:         0.03         s                                       |
6.28/6.50	c 7	============================[ Search Statistics ]==============================
6.28/6.50	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.28/6.50	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.28/6.50	c 7	===============================================================================
6.28/6.50	c 7	|         0 |    1310     7688    21710 |     2562        0    nan |  0.000 % |
6.28/6.51	c 7	|       101 |    1310     7688    21710 |     2818      101     18 | 61.174 % |
6.28/6.52	c 7	|       253 |    1310     7688    21710 |     3100      253     15 | 61.174 % |
6.28/6.54	c 7	|       478 |    1310     7688    21710 |     3410      478     14 | 61.174 % |
6.28/6.57	c 7	|       815 |    1310     7688    21710 |     3752      815     17 | 61.174 % |
6.38/6.61	c 7	|      1321 |    1310     7688    21710 |     4127     1321     15 | 61.174 % |
6.38/6.68	c 7	|      2081 |    1310     7688    21710 |     4539     2081     15 | 61.174 % |
6.47/6.78	c 7	|      3220 |    1310     7688    21710 |     4993     3220     15 | 61.174 % |
6.67/6.95	c 7	|      4928 |    1310     7688    21710 |     5493     4928     15 | 61.174 % |
6.97/7.24	c 7	|      7491 |    1310     7688    21710 |     6042     7491     15 | 61.174 % |
7.47/7.70	c 8	|     11335 |    1310     7688    21710 |     6646     7056     18 | 61.174 % |
8.16/8.43	c 9	|     17101 |    1310     7688    21710 |     7311     8292     16 | 61.174 % |
9.16/9.50	c 10	|     25752 |    1310     7688    21710 |     8042     7207     14 | 61.174 % |
10.83/11.10	c 11	|     38726 |    1310     7688    21710 |     8847     9775     17 | 61.174 % |
13.31/13.68	c 14	|     58187 |    1310     7688    21710 |     9731     6871     17 | 61.174 % |
13.41/13.72	c 14	===============================================================================
13.41/13.72	c 14	restarts              : 15
13.41/13.72	c 14	conflicts             : 58518          (8131 /sec)
13.41/13.72	c 14	decisions             : 64935          (0.94 % random) (9023 /sec)
13.41/13.72	c 14	propagations          : 14581886       (2026133 /sec)
13.41/13.72	c 14	conflict literals     : 958240         (32.66 % deleted)
13.41/13.72	c 14	Memory used           : 4.73 MB
13.41/13.72	c 14	CPU time              : 7.19691 s
13.41/13.72	c 14	
13.41/13.72	c 14	SATISFIABLE
13.41/13.72	c 14	FOUND: _COST <= 8
13.41/13.72	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.41/13.72	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.45/13.80	c 14	Decoding HOME/temp.out
13.45/13.86	c 14	OBJECTIVE _COST 8
13.45/13.86	o 8
13.45/13.87	v 0 3 2 3 2 4 4 3 2 1 0 2 4 4 3 3 3 3 1 2 2 2 4 0 3 3 3 4 0 3 3 3 2 1 3 2 0 4 4 4 4 4 2 2 3 3 0 2 3 2 2 0 2 3 0 0 1 0 3 1 1 4
13.45/13.87	c 14	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.45/13.88	c 14	OBJECTIVE BOUND: 7 <= _COST <= 8
13.45/13.88	c 14	SEARCHING: _COST <= 7
13.45/13.88	c 14	SOLVING HOME/temp.cnf
13.45/13.88	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.45/13.88	c 14	This is MiniSat 2.0 beta
13.45/13.88	c 14	WARNING: for repeatability, setting FPU to use double precision
13.45/13.88	c 14	============================[ Problem Statistics ]=============================
13.45/13.88	c 14	|                                                                             |
13.45/13.89	c 14	|  Number of variables:  3374                                                 |
13.45/13.89	c 14	|  Number of clauses:    65127                                                |
13.59/13.92	c 14	|  Parsing time:         0.03         s                                       |
13.59/13.94	c 14	============================[ Search Statistics ]==============================
13.59/13.94	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.59/13.94	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.59/13.94	c 14	===============================================================================
13.59/13.94	c 14	|         0 |    1276     7161    20230 |     2387        0    nan |  0.000 % |
13.59/13.94	c 14	|       101 |    1276     7161    20230 |     2625      101     21 | 62.181 % |
13.59/13.95	c 14	|       251 |    1276     7161    20230 |     2888      251     16 | 62.181 % |
13.59/13.97	c 14	|       477 |    1276     7161    20230 |     3177      477     13 | 62.181 % |
13.59/14.00	c 14	|       814 |    1276     7161    20230 |     3494      814     14 | 62.181 % |
13.59/14.04	c 14	|      1320 |    1276     7161    20230 |     3844     1320     14 | 62.181 % |
13.59/14.10	c 14	|      2080 |    1276     7161    20230 |     4228     2080     14 | 62.181 % |
13.89/14.23	c 14	|      3219 |    1276     7161    20230 |     4651     3219     14 | 62.181 % |
13.99/14.39	c 14	|      4927 |    1276     7161    20230 |     5116     4927     13 | 62.181 % |
14.28/14.69	c 15	|      7490 |    1276     7161    20230 |     5628     3750     14 | 62.181 % |
14.78/15.10	c 15	|     11335 |    1276     7161    20230 |     6191     7595     13 | 62.181 % |
15.36/15.73	c 16	|     17104 |    1276     7161    20230 |     6810     4807     15 | 62.181 % |
16.26/16.61	c 17	|     25753 |    1276     7161    20230 |     7491     8773     13 | 62.181 % |
16.96/17.38	c 17	===============================================================================
16.96/17.38	c 17	restarts              : 13
16.96/17.38	c 17	conflicts             : 32929          (9510 /sec)
16.96/17.38	c 17	decisions             : 36577          (0.98 % random) (10564 /sec)
16.96/17.38	c 17	propagations          : 8176030        (2361327 /sec)
16.96/17.38	c 17	conflict literals     : 469504         (35.03 % deleted)
16.96/17.38	c 17	Memory used           : 4.76 MB
16.96/17.38	c 17	CPU time              : 3.46247 s
16.96/17.38	c 17	
16.96/17.38	c 17	SATISFIABLE
16.96/17.38	c 17	FOUND: _COST <= 7
16.96/17.38	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.96/17.38	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.07/17.45	c 18	Decoding HOME/temp.out
17.07/17.50	c 18	OBJECTIVE _COST 7
17.07/17.50	o 7
17.07/17.50	v 2 3 0 4 3 0 2 3 1 1 1 2 2 4 3 3 3 3 0 4 3 0 4 0 3 2 3 4 0 3 3 3 2 1 3 3 2 4 4 4 4 4 2 2 3 3 0 2 3 2 2 0 2 3 0 0 1 0 3 1 1 4
17.20/17.51	c 18	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.20/17.54	c 18	OBJECTIVE _COST 7
17.20/17.54	s OPTIMUM FOUND
17.20/17.54	c 18	CPU 16.9 (0.03 0.01 16.87 0.31)
17.20/17.54	c 18	END Wed Jul 23 04:21:47 2008

Verifier Data (download as text)

OK	7	204
7 unsatisfied constraints, 204 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-1128052-1216779689/watcher-1128052-1216779689 -o /tmp/evaluation-result-1128052-1216779689/solver-1128052-1216779689 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1128052-1216779689.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.00 2.03 2.01 4/81 4638
/proc/meminfo: memFree=1657096/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=12268 CPUtime=0
/proc/4638/stat : 4638 (sugar) R 4636 4638 3604 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5061369 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 244680014846 0 0 4224 0 0 0 0 17 1 0 0
/proc/4638/statm: 3067 316 241 3 0 167 0

[startup+0.0520219 s]
/proc/loadavg: 2.00 2.03 2.01 4/81 4638
/proc/meminfo: memFree=1657096/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=0.03
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 5061369 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101031 s]
/proc/loadavg: 2.00 2.03 2.01 4/81 4638
/proc/meminfo: memFree=1657096/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=0.03
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 5061369 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301051 s]
/proc/loadavg: 2.00 2.03 2.01 4/81 4638
/proc/meminfo: memFree=1657096/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=0.03
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 5061369 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70109 s]
/proc/loadavg: 2.00 2.03 2.01 4/81 4638
/proc/meminfo: memFree=1657096/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=0.39
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 974 4568 0 1 3 1 32 3 15 0 1 0 5061369 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50118 s]
/proc/loadavg: 2.00 2.03 2.01 4/92 4660
/proc/meminfo: memFree=1642544/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=1.38
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 1221 17732 0 3 3 1 121 13 16 0 1 0 5061369 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13600

[startup+3.10134 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 4698
/proc/meminfo: memFree=1649648/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=1.86
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 1408 26620 0 5 3 1 162 20 15 0 1 0 5061369 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 808 374 3 0 500 0
[pid=4697] ppid=4638 vsize=5356 CPUtime=0
/proc/4697/stat : 4697 (sh) S 4638 4638 3604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5061568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4697/statm: 1339 232 193 169 0 50 0
[pid=4698] ppid=4697 vsize=4708 CPUtime=1.08
/proc/4698/stat : 4698 (minisat) R 4697 4638 3604 0 -1 4194304 1069 0 0 0 108 0 0 0 25 0 1 0 5061568 4820992 1055 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/4698/statm: 1177 1055 75 150 0 1024 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 23664

[startup+6.30168 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 4700
/proc/meminfo: memFree=1649520/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=6.07
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 1506 29353 0 5 3 1 581 22 16 0 1 0 5061369 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 13600

[startup+12.7023 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 4712
/proc/meminfo: memFree=1649264/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=6.24
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 1577 33117 0 6 3 1 596 24 16 0 1 0 5061369 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 808 374 3 0 500 0
[pid=4711] ppid=4638 vsize=5356 CPUtime=0
/proc/4711/stat : 4711 (sh) S 4638 4638 3604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5062013 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4711/statm: 1339 232 193 169 0 50 0
[pid=4712] ppid=4711 vsize=4844 CPUtime=6.18
/proc/4712/stat : 4712 (minisat) R 4711 4638 3604 0 -1 4194304 1099 0 0 0 618 0 0 0 25 0 1 0 5062014 4960256 1085 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 1 0 0
/proc/4712/statm: 1211 1085 75 150 0 1058 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 23800

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

[startup+15.9017 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 4724
/proc/meminfo: memFree=1649264/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=13.59
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 1690 38280 0 7 3 1 1328 27 16 0 1 0 5061369 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 808 374 3 0 500 0
[pid=4723] ppid=4638 vsize=5356 CPUtime=0
/proc/4723/stat : 4723 (sh) S 4638 4638 3604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5062757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4723/statm: 1339 232 193 169 0 50 0
[pid=4724] ppid=4723 vsize=4868 CPUtime=1.97
/proc/4724/stat : 4724 (minisat) R 4723 4638 3604 0 -1 4194304 1086 0 0 0 197 0 0 0 25 0 1 0 5062757 4984832 1072 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/4724/statm: 1217 1072 75 150 0 1064 0
Current children cumulated CPU time (s) 15.56
Current children cumulated vsize (KiB) 23824

[startup+16.7018 s]
/proc/loadavg: 2.00 2.03 2.00 2/73 4727
/proc/meminfo: memFree=1660232/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=13.59
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 1690 38280 0 7 3 1 1328 27 16 0 1 0 5061369 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 808 374 3 0 500 0
[pid=4723] ppid=4638 vsize=5356 CPUtime=0
/proc/4723/stat : 4723 (sh) S 4638 4638 3604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5062757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4723/statm: 1339 232 193 169 0 50 0
[pid=4724] ppid=4723 vsize=4868 CPUtime=2.77
/proc/4724/stat : 4724 (minisat) R 4723 4638 3604 0 -1 4194304 1091 0 0 0 277 0 0 0 25 0 1 0 5062757 4984832 1077 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4724/statm: 1217 1077 75 150 0 1064 0
Current children cumulated CPU time (s) 16.36
Current children cumulated vsize (KiB) 23824

[startup+17.1018 s]
/proc/loadavg: 2.00 2.03 2.00 2/73 4727
/proc/meminfo: memFree=1660232/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=13.59
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 1690 38280 0 7 3 1 1328 27 16 0 1 0 5061369 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4638/statm: 3400 808 374 3 0 500 0
[pid=4723] ppid=4638 vsize=5356 CPUtime=0
/proc/4723/stat : 4723 (sh) S 4638 4638 3604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5062757 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4723/statm: 1339 232 193 169 0 50 0
[pid=4724] ppid=4723 vsize=4868 CPUtime=3.17
/proc/4724/stat : 4724 (minisat) R 4723 4638 3604 0 -1 4194304 1091 0 0 0 317 0 0 0 25 0 1 0 5062757 4984832 1077 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4724/statm: 1217 1077 75 150 0 1064 0
Current children cumulated CPU time (s) 16.76
Current children cumulated vsize (KiB) 23824

[startup+17.5019 s]
/proc/loadavg: 2.00 2.03 2.00 2/81 4737
/proc/meminfo: memFree=1659400/2055920 swapFree=4192956/4192956
[pid=4638] ppid=4636 vsize=13600 CPUtime=17.07
/proc/4638/stat : 4638 (sugar) S 4636 4638 3604 0 -1 4194304 1752 39666 0 7 3 1 1675 28 16 0 1 0 5061369 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4638/statm: 3400 808 374 3 0 500 0
[pid=4728] ppid=4638 vsize=5356 CPUtime=0
/proc/4728/stat : 4728 (sh) S 4638 4638 3604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5063108 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4728/statm: 1339 233 193 169 0 50 0
[pid=4729] ppid=4728 vsize=864900 CPUtime=0.13
/proc/4729/stat : 4729 (java) S 4728 4638 3604 0 -1 0 3431 0 1 0 11 2 0 0 20 0 9 0 5063108 885657600 2905 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4729/statm: 216225 2905 1660 9 0 210807 0
[pid=4729/tid=4730] ppid=4728 vsize=864900 CPUtime=0.09
/proc/4729/task/4730/stat : 4730 (java) R 4728 4638 3604 0 -1 64 2447 0 1 0 8 1 0 0 17 0 9 0 5063109 885657600 2908 996147200 134512640 134550740 4294956000 18446744073709551615 4125978344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4729/tid=4731] ppid=4728 vsize=864900 CPUtime=0
/proc/4729/task/4731/stat : 4731 (java) S 4728 4638 3604 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 5063110 885657600 2908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4729/tid=4732] ppid=4728 vsize=864900 CPUtime=0
/proc/4729/task/4732/stat : 4732 (java) S 4728 4638 3604 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 5063110 885657600 2908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4729/tid=4733] ppid=4728 vsize=864900 CPUtime=0
/proc/4729/task/4733/stat : 4733 (java) S 4728 4638 3604 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 5063110 885657600 2908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4729/tid=4734] ppid=4728 vsize=864900 CPUtime=0
/proc/4729/task/4734/stat : 4734 (java) S 4728 4638 3604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 5063112 885657600 2908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4729/tid=4735] ppid=4728 vsize=864900 CPUtime=0.02
/proc/4729/task/4735/stat : 4735 (java) R 4728 4638 3604 0 -1 64 293 0 0 0 2 0 0 0 17 0 9 0 5063112 885657600 2908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4729/tid=4736] ppid=4728 vsize=864900 CPUtime=0
/proc/4729/task/4736/stat : 4736 (java) S 4728 4638 3604 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 5063112 885657600 2908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4729/tid=4737] ppid=4728 vsize=864900 CPUtime=0
/proc/4729/task/4737/stat : 4737 (java) S 4728 4638 3604 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 5063112 885657600 2908 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.2
Current children cumulated vsize (KiB) 883856

Child status: 0
Real time (s): 17.5448
CPU time (s): 17.2494
CPU user time (s): 16.9114
CPU system time (s): 0.337948
CPU usage (%): 98.3163
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9114
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45249
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3450
involuntary context switches= 3864

runsolver used 0.028995 second user time and 0.06499 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-23 04:21:29
IDJOB=1128052
IDBENCH=64601
IDSOLVER=368
FILE ID=node7/1128052-1216779689
PBS_JOBID= 7974117
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8459f619ed716c20b68e883d648f19df
RANDOM SEED=1723348551

node7.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.236
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.236
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:       1657576 kB
Buffers:         29756 kB
Cached:         296304 kB
SwapCached:          0 kB
Active:         181048 kB
Inactive:       171416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657576 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          46576 kB
Slab:            31076 kB
Committed_AS:   127440 kB
PageTables:       1936 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= 66560 MiB
End job on node7 at 2008-07-23 04:21:47