Trace number 1112583

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-incOPTIMUM2 12.6331 13.3029

General information on the benchmark

Namecsp/rlfapScensMod/
normalized-scen2-f25.xml
MD5SUM29f30a9e4b2c45ffcc25df1b295772ff
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark12.6331
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1235
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1235
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.20	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.07/0.21	c 0	BEGIN Sat Jul 12 15:43:54 2008
0.07/0.21	c 0	PID 17987
0.07/0.22	c 0	HOST node67.alineos.net
0.07/0.22	c 0	CONVERTING HOME/instance-1112583-1215870233.xml TO HOME/temp.csp
0.07/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112583-1215870233.xml' 'HOME/temp.csp'
0.72/1.06	c 1	2 domains, 200 variables, 2 predicates, 0 relations, 1235 constraints
0.78/1.11	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.78/1.11	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.78/1.19	c 1	Parsing HOME/temp.csp
0.79/1.35	c 1	parsed 1439 expressions
0.79/1.35	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.79/1.37	c 1	MAX CSP: 1235 constraints
0.79/1.37	c 1	Converting to clausal form CSP
0.79/1.46	c 1	converted 268 (10%) expressions
0.79/1.55	c 1	converted 536 (20%) expressions
0.79/1.68	c 1	converted 804 (30%) expressions
0.79/1.74	c 1	converted 1071 (40%) expressions
0.79/1.80	c 1	converted 1339 (50%) expressions
0.79/1.90	c 1	converted 1607 (60%) expressions
0.79/1.95	c 2	converted 1874 (70%) expressions
0.79/2.00	c 2	converted 2142 (80%) expressions
1.76/2.11	c 2	converted 2410 (90%) expressions
1.86/2.27	c 2	converted 2677 (100%) expressions
1.86/2.27	c 2	CSP : 2670 integers, 100 booleans, 4004 clauses, largest domain size 1853
1.86/2.27	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.86/2.27	c 2	Propagation in CSP
1.95/2.35	c 2	1229 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.95/2.36	c 2	CSP : 2670 integers, 100 booleans, 4004 clauses, largest domain size 1236
1.95/2.36	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/2.36	c 2	Simplifing CSP by introducing new Boolean variables
1.95/2.38	c 2	CSP : 2670 integers, 2570 booleans, 6474 clauses, largest domain size 1236
1.95/2.38	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.05/2.46	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.14/2.54	c 2	267 (10%) CSP integer variables are encoded (3518 clauses, 43695 bytes)
2.14/2.54	c 2	534 (20%) CSP integer variables are encoded (3518 clauses, 43695 bytes)
2.14/2.54	c 2	801 (30%) CSP integer variables are encoded (3518 clauses, 43695 bytes)
2.14/2.54	c 2	1068 (40%) CSP integer variables are encoded (3518 clauses, 43695 bytes)
2.14/2.54	c 2	1335 (50%) CSP integer variables are encoded (3518 clauses, 43695 bytes)
2.14/2.55	c 2	1602 (60%) CSP integer variables are encoded (5766 clauses, 72919 bytes)
2.14/2.55	c 2	1869 (70%) CSP integer variables are encoded (7638 clauses, 97255 bytes)
2.14/2.55	c 2	2136 (80%) CSP integer variables are encoded (10339 clauses, 136887 bytes)
2.14/2.56	c 2	2403 (90%) CSP integer variables are encoded (12358 clauses, 167172 bytes)
2.14/2.58	c 2	2670 (100%) CSP integer variables are encoded (26177 clauses, 374457 bytes)
2.24/2.64	c 2	648 (10%) CSP clauses are encoded (34028 clauses, 515154 bytes)
2.24/2.69	c 2	1295 (20%) CSP clauses are encoded (41487 clauses, 651615 bytes)
2.34/2.74	c 2	1943 (30%) CSP clauses are encoded (49199 clauses, 795985 bytes)
2.34/2.79	c 2	2590 (40%) CSP clauses are encoded (56246 clauses, 932579 bytes)
2.44/2.82	c 2	3237 (50%) CSP clauses are encoded (63227 clauses, 1067997 bytes)
2.44/2.86	c 2	3885 (60%) CSP clauses are encoded (70245 clauses, 1204331 bytes)
2.54/2.94	c 3	4532 (70%) CSP clauses are encoded (105084 clauses, 1830349 bytes)
2.74/3.14	c 3	5180 (80%) CSP clauses are encoded (206722 clauses, 3703480 bytes)
3.33/3.72	c 3	5827 (90%) CSP clauses are encoded (499665 clauses, 9718312 bytes)
6.99/7.46	c 7	6474 (100%) CSP clauses are encoded (2022573 clauses, 42246375 bytes)
6.99/7.46	c 7	6474 CSP clauses encoded
6.99/7.46	c 7	Writing map file : HOME/temp.map
6.99/7.49	c 7	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.99/7.49	c 7	SAT : 31417 SAT variables, 2022573 SAT clauses, 42246375 bytes
6.99/7.49	c 7	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.09/7.54	c 7	OBJECTIVE minimize _COST
7.09/7.54	c 7	SOLVING HOME/temp.cnf
7.09/7.54	c 7	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.09/7.54	c 7	This is MiniSat 2.0 beta incremental
7.09/7.54	c 7	WARNING: for repeatability, setting FPU to use double precision
7.09/7.54	c 7	============================[ Problem Statistics ]=============================
7.09/7.54	c 7	|                                                                             |
7.09/7.54	c 7	|  Number of variables:  31417                                                |
7.09/7.54	c 7	|  Number of clauses:    2022573                                              |
7.96/8.47	c 8	|  Parsing time:         0.81         s                                       |
8.05/8.52	c 8	OK
8.05/8.52	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
8.05/8.52	c 8	SEARCHING: _COST <= 618
8.05/8.52	c 8	============================[ Search Statistics ]==============================
8.05/8.52	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.05/8.52	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.05/8.52	c 8	===============================================================================
8.05/8.52	c 8	|         0 |   31417  2022573  5990173 |   674191        0    nan |  0.000 % |
8.16/8.68	c 8	===============================================================================
8.16/8.68	c 8	restarts              : 1
8.16/8.68	c 8	conflicts             : 7             (7 /sec)
8.16/8.68	c 8	decisions             : 838           (0.48 % random) (833 /sec)
8.16/8.68	c 8	propagations          : 35426          (35220 /sec)
8.16/8.68	c 8	conflict literals     : 79             (3.66 % deleted)
8.16/8.68	c 8	Memory used           : 84.56 MB
8.16/8.68	c 8	CPU time              : 1.00585 s
8.16/8.68	c 8	
8.16/8.68	c 8	SATISFIABLE
8.16/8.69	c 8	OK
8.16/8.69	c 8	FOUND: _COST <= 618
8.16/8.69	s SATISFIABLE
8.16/8.69	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.16/8.69	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.25/8.78	c 8	Decoding HOME/temp.out
8.43/8.96	c 9	OBJECTIVE _COST 262
8.43/8.96	o 262
8.43/8.98	v 114 352 114 352 380 142 128 366 114 352 16 254 380 142 142 380 310 72 268 30 268 30 58 296 142 380 128 366 366 128 142 380 142 380 282 44 142 380 72 310 72 310 86 324 16 254 114 352 142 380 142 380 72 310 380 142 380 142 44 282 114 352 254 16 128 366 310 296 338 100 44 282 44 282 352 282 142 380 128 366 296 58 282 44 268 30 380 142 296 58 142 380 58 296 380 268 380 142 366 128 380 142 282 44 380 142 72 86 72 310 352 114 128 366 142 380 114 352 128 366 128 366 128 44 366 128 380 380 100 338 282 44 268 30 30 72 128 366 338 100 30 30 324 86 282 44 268 30 142 380 142 380 142 380 30 268 142 380 114 352 156 254 156 338 156 366 128 30 114 58 30 72 30 86 58 114 86 30 58 44 100 58 142 44 380 58 380 380 380 380 380 380 380 380 380 366 100 44 380 352
8.43/8.98	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.52/9.04	c 9	OK
8.52/9.04	c 9	OBJECTIVE BOUND: 0 <= _COST <= 262
8.52/9.04	c 9	SEARCHING: _COST <= 131
8.52/9.04	c 9	============================[ Search Statistics ]==============================
8.52/9.04	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.52/9.04	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.52/9.04	c 9	===============================================================================
8.52/9.04	c 9	|         7 |   31417  2022573  5990173 |   674191        7     11 |  0.000 % |
8.79/9.31	c 9	|       108 |   20668  2022573  5990173 |   741610      108     58 | 35.650 % |
8.79/9.37	c 9	===============================================================================
8.79/9.38	c 9	restarts              : 3
8.79/9.38	c 9	conflicts             : 117           (86 /sec)
8.79/9.38	c 9	decisions             : 1809          (0.61 % random) (1334 /sec)
8.79/9.38	c 9	propagations          : 263587         (194415 /sec)
8.79/9.38	c 9	conflict literals     : 6373           (23.43 % deleted)
8.79/9.38	c 9	Memory used           : 85.07 MB
8.79/9.38	c 9	CPU time              : 1.35579 s
8.79/9.38	c 9	
8.79/9.38	c 9	SATISFIABLE
8.79/9.39	c 9	OK
8.79/9.39	c 9	FOUND: _COST <= 131
8.79/9.39	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.79/9.39	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.88/9.47	c 9	Decoding HOME/temp.out
9.27/9.85	c 9	OBJECTIVE _COST 131
9.27/9.85	o 131
9.27/9.86	v 254 380 142 380 366 128 142 380 128 366 352 114 16 254 44 282 352 114 366 268 366 268 86 324 142 380 128 366 142 380 44 282 128 366 72 310 142 380 282 44 310 72 254 156 366 156 380 380 44 282 156 282 352 114 380 142 58 296 128 366 254 16 128 366 142 380 254 16 72 310 254 352 254 16 72 310 282 44 296 58 310 72 142 380 282 44 142 380 58 296 268 30 296 58 44 282 268 30 366 128 380 142 114 352 128 366 380 142 128 366 58 296 142 380 380 142 282 44 142 44 44 282 30 268 380 142 142 380 128 366 380 142 338 100 72 310 296 58 58 296 366 128 380 142 366 310 128 366 366 128 86 324 310 72 352 156 128 366 380 380 254 156 324 86 142 268 142 352 114 352 352 114 380 142 324 100 296 58 100 338 296 72 366 128 128 366 58 296 282 44 30 268 380 142 128 366 268 30 380 366
9.27/9.87	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.27/9.88	c 9	OK
9.27/9.88	c 9	OBJECTIVE BOUND: 0 <= _COST <= 131
9.27/9.88	c 9	SEARCHING: _COST <= 65
9.27/9.89	c 9	============================[ Search Statistics ]==============================
9.27/9.90	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.27/9.90	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.27/9.90	c 9	===============================================================================
9.27/9.90	c 9	|       117 |   20217  2022573  5990173 |   674191      117     54 | 35.650 % |
9.38/9.95	c 10	===============================================================================
9.38/9.95	c 10	restarts              : 4
9.38/9.95	c 10	conflicts             : 126           (87 /sec)
9.38/9.95	c 10	decisions             : 2168          (0.55 % random) (1503 /sec)
9.38/9.95	c 10	propagations          : 290762         (201529 /sec)
9.38/9.95	c 10	conflict literals     : 6472           (23.36 % deleted)
9.38/9.95	c 10	Memory used           : 85.20 MB
9.38/9.95	c 10	CPU time              : 1.44278 s
9.38/9.95	c 10	
9.38/9.95	c 10	SATISFIABLE
9.38/9.96	c 10	OK
9.38/9.96	c 10	FOUND: _COST <= 65
9.38/9.96	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.38/9.96	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.45/10.05	c 10	Decoding HOME/temp.out
9.45/10.23	c 10	OBJECTIVE _COST 65
9.45/10.23	o 65
9.45/10.24	v 254 16 114 72 380 142 128 366 142 380 16 254 114 352 282 44 380 142 86 156 86 254 128 366 310 72 296 58 324 86 114 352 30 268 254 16 114 352 282 44 282 44 296 58 296 58 352 366 44 282 86 282 128 366 142 380 380 142 16 254 254 16 128 366 16 254 86 324 142 380 268 380 268 30 380 142 366 128 380 142 352 114 366 100 128 366 72 310 30 268 282 352 380 142 30 268 44 282 142 380 72 310 86 324 310 72 30 268 352 114 58 296 128 366 142 380 142 380 142 380 114 352 128 366 380 142 142 380 268 30 142 380 128 366 380 142 296 58 30 268 352 114 114 352 128 366 268 30 380 142 142 380 58 296 16 156 128 366 352 16 296 58 156 156 16 254 366 380 380 142 366 128 128 366 310 72 380 142 86 324 100 338 366 128 142 380 310 72 380 142 58 296 128 366 380 380 282 44 380 142
9.45/10.25	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.45/10.29	c 10	OK
9.45/10.29	c 10	OBJECTIVE BOUND: 0 <= _COST <= 65
9.45/10.29	c 10	SEARCHING: _COST <= 32
9.45/10.29	c 10	============================[ Search Statistics ]==============================
9.45/10.29	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.45/10.29	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.45/10.29	c 10	===============================================================================
9.45/10.29	c 10	|       126 |   18088  2022573  5990173 |   674191      126     51 | 35.650 % |
9.74/10.37	c 10	===============================================================================
9.74/10.37	c 10	restarts              : 5
9.74/10.37	c 10	conflicts             : 187           (121 /sec)
9.74/10.37	c 10	decisions             : 2521          (0.60 % random) (1636 /sec)
9.74/10.37	c 10	propagations          : 351466         (228111 /sec)
9.74/10.37	c 10	conflict literals     : 7663           (22.53 % deleted)
9.74/10.37	c 10	Memory used           : 85.20 MB
9.74/10.37	c 10	CPU time              : 1.54076 s
9.74/10.37	c 10	
9.74/10.37	c 10	SATISFIABLE
9.74/10.38	c 10	OK
9.74/10.38	c 10	FOUND: _COST <= 32
9.74/10.38	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.74/10.38	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.84/10.46	c 10	Decoding HOME/temp.out
9.84/10.83	c 10	OBJECTIVE _COST 32
9.84/10.83	o 32
9.84/10.85	v 254 16 254 16 142 380 128 366 142 380 30 268 128 366 282 44 380 142 16 254 16 254 380 142 268 30 380 142 58 296 380 142 100 338 310 72 380 142 254 16 254 16 310 72 310 72 142 380 72 310 72 310 86 324 100 338 380 142 44 282 156 380 282 44 254 16 114 352 128 366 366 380 282 44 380 142 352 114 72 310 380 142 58 296 128 366 142 380 30 268 352 86 128 366 58 296 142 380 142 380 58 296 44 282 366 128 100 338 114 352 44 282 366 128 380 142 338 100 142 30 324 86 352 114 380 142 352 114 310 72 352 114 366 128 380 142 128 366 142 380 296 58 30 268 338 100 366 128 142 380 142 380 324 86 30 268 380 142 156 156 310 72 380 142 86 324 16 352 128 366 72 310 58 296 380 142 282 44 114 352 380 142 100 338 366 128 296 380 366 128 142 380 366 128 296 380 310 72 142 380
9.84/10.85	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.84/10.87	c 10	OK
9.84/10.87	c 10	OBJECTIVE BOUND: 0 <= _COST <= 32
9.84/10.87	c 10	SEARCHING: _COST <= 16
9.84/10.87	c 10	============================[ Search Statistics ]==============================
9.84/10.88	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.84/10.88	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.84/10.88	c 10	===============================================================================
9.84/10.88	c 10	|       187 |   16453  2022573  5990173 |   674191      187     41 | 35.650 % |
10.35/10.99	c 11	|       288 |   16453  2022573  5990173 |   741610      288     33 | 52.169 % |
10.45/11.09	c 11	===============================================================================
10.45/11.09	c 11	restarts              : 7
10.45/11.09	c 11	conflicts             : 367           (206 /sec)
10.45/11.09	c 11	decisions             : 3055          (0.56 % random) (1718 /sec)
10.45/11.09	c 11	propagations          : 581137         (326715 /sec)
10.45/11.09	c 11	conflict literals     : 11595          (22.75 % deleted)
10.45/11.09	c 11	Memory used           : 85.20 MB
10.45/11.09	c 11	CPU time              : 1.77873 s
10.45/11.09	c 11	
10.45/11.09	c 11	SATISFIABLE
10.54/11.10	c 11	OK
10.54/11.10	c 11	FOUND: _COST <= 16
10.54/11.10	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.54/11.10	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.54/11.18	c 11	Decoding HOME/temp.out
10.54/11.37	c 11	OBJECTIVE _COST 16
10.54/11.37	o 16
10.54/11.38	v 86 324 86 324 380 142 128 366 142 380 142 380 282 44 282 44 128 366 380 142 380 142 128 366 142 380 310 72 142 380 380 142 366 128 30 268 380 142 30 268 30 268 86 324 86 324 30 268 72 310 58 296 72 310 380 142 268 30 128 366 30 268 100 338 380 142 30 268 58 296 310 72 310 72 30 268 142 380 366 128 58 296 380 142 338 100 380 142 282 44 58 296 296 58 58 296 352 114 366 128 366 128 296 58 128 366 30 268 324 86 44 282 128 366 72 310 44 282 72 310 142 380 366 128 380 142 366 128 30 268 72 310 380 142 30 268 142 380 338 100 324 86 366 128 44 282 338 100 142 380 380 142 142 380 352 114 380 142 30 380 380 352 156 254 16 254 380 142 44 282 338 100 310 72 296 58 86 324 142 380 100 338 114 352 44 282 128 366 352 114 128 366 296 58 366 128 310 72 114 352
10.54/11.38	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.54/11.42	c 11	OK
10.54/11.42	c 11	OBJECTIVE BOUND: 0 <= _COST <= 16
10.54/11.42	c 11	SEARCHING: _COST <= 8
10.54/11.42	c 11	============================[ Search Statistics ]==============================
10.54/11.42	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.54/11.42	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.54/11.42	c 11	===============================================================================
10.54/11.43	c 11	|       367 |   15027  2022573  5990173 |   674191      367     32 | 52.169 % |
10.54/11.46	c 11	===============================================================================
10.54/11.46	c 11	restarts              : 8
10.54/11.46	c 11	conflicts             : 397           (217 /sec)
10.54/11.46	c 11	decisions             : 3404          (0.50 % random) (1859 /sec)
10.54/11.46	c 11	propagations          : 619060         (338151 /sec)
10.54/11.46	c 11	conflict literals     : 11994          (22.38 % deleted)
10.54/11.46	c 11	Memory used           : 85.20 MB
10.54/11.46	c 11	CPU time              : 1.83072 s
10.54/11.46	c 11	
10.54/11.46	c 11	SATISFIABLE
10.54/11.47	c 11	OK
10.54/11.47	c 11	FOUND: _COST <= 8
10.54/11.47	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.54/11.47	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.86/11.55	c 11	Decoding HOME/temp.out
10.86/11.74	c 11	OBJECTIVE _COST 8
10.86/11.74	o 8
10.86/11.76	v 100 338 100 338 380 142 128 366 142 380 16 254 352 114 380 142 72 310 72 310 72 310 282 44 114 352 282 44 44 282 366 128 380 142 58 296 128 366 268 30 268 30 254 380 254 16 128 366 114 352 100 338 366 128 352 114 16 254 352 114 142 380 72 310 16 254 352 114 16 254 352 114 352 114 30 268 142 380 380 142 352 114 366 128 142 380 380 142 352 114 128 366 352 114 366 128 44 282 16 254 72 310 338 100 142 380 366 128 380 142 338 100 100 338 114 352 114 352 114 352 142 380 142 380 58 296 282 44 142 380 296 58 128 366 30 268 142 380 310 72 380 142 30 268 128 366 142 380 142 380 366 128 380 142 296 58 380 142 128 366 254 16 142 380 142 380 72 310 366 128 30 268 44 282 282 44 128 366 16 254 86 324 30 268 142 380 366 128 142 380 72 310 352 114 128 366 142 380 142 380
10.86/11.76	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.86/11.80	c 11	OK
10.86/11.80	c 11	OBJECTIVE BOUND: 0 <= _COST <= 8
10.86/11.80	c 11	SEARCHING: _COST <= 4
10.86/11.80	c 11	============================[ Search Statistics ]==============================
10.86/11.80	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.86/11.80	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.86/11.80	c 11	===============================================================================
10.86/11.80	c 11	|       397 |   13731  2022573  5990173 |   674191      397     30 | 52.169 % |
11.25/11.93	c 12	|       497 |   13731  2022573  5990173 |   741610      497     27 | 60.299 % |
11.45/12.15	c 12	|       647 |   13731  2022573  5990173 |   815771      647     24 | 60.299 % |
11.45/12.17	c 12	===============================================================================
11.45/12.17	c 12	restarts              : 11
11.45/12.17	c 12	conflicts             : 672           (303 /sec)
11.45/12.17	c 12	decisions             : 3986          (0.60 % random) (1798 /sec)
11.45/12.17	c 12	propagations          : 1060941        (478621 /sec)
11.45/12.17	c 12	conflict literals     : 15707          (25.94 % deleted)
11.45/12.17	c 12	Memory used           : 85.20 MB
11.45/12.17	c 12	CPU time              : 2.21666 s
11.45/12.17	c 12	
11.45/12.17	c 12	SATISFIABLE
11.45/12.18	c 12	OK
11.45/12.18	c 12	FOUND: _COST <= 4
11.45/12.18	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.45/12.18	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.53/12.26	c 12	Decoding HOME/temp.out
11.53/12.45	c 12	OBJECTIVE _COST 4
11.53/12.45	o 4
11.53/12.46	v 100 338 16 254 380 142 366 128 58 296 142 380 282 44 58 296 366 128 254 16 254 16 142 380 128 366 142 380 324 86 44 282 16 254 366 128 296 58 16 254 16 254 30 268 30 268 380 142 366 128 366 128 128 366 142 380 268 30 338 100 100 338 30 268 30 268 380 142 380 142 114 352 114 352 380 142 296 58 58 296 380 142 366 128 128 366 380 142 128 366 44 282 44 282 44 282 366 128 16 254 58 296 296 58 282 44 338 100 380 142 30 268 30 268 128 366 58 296 86 324 114 352 380 142 142 380 352 114 72 310 268 30 114 352 380 142 310 72 296 58 128 366 366 128 268 30 380 142 114 352 128 366 380 142 352 114 338 100 380 142 30 268 366 156 324 86 254 16 44 282 352 114 296 58 310 72 30 268 142 380 128 366 282 44 128 366 352 114 100 338 30 268 352 114 128 366 296 58 142 380
11.53/12.46	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.53/12.50	c 12	OK
11.53/12.50	c 12	OBJECTIVE BOUND: 0 <= _COST <= 4
11.53/12.50	c 12	SEARCHING: _COST <= 2
11.53/12.50	c 12	============================[ Search Statistics ]==============================
11.53/12.50	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.53/12.50	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.53/12.50	c 12	===============================================================================
11.53/12.50	c 12	|       672 |   12473  2022573  5990173 |   674191      672     23 | 60.299 % |
11.53/12.60	c 12	|       772 |   12472  2022573  5990173 |   741610      772     23 | 64.255 % |
11.92/12.63	c 12	===============================================================================
11.92/12.63	c 12	restarts              : 13
11.92/12.63	c 12	conflicts             : 789           (335 /sec)
11.92/12.63	c 12	decisions             : 4369          (0.55 % random) (1857 /sec)
11.92/12.63	c 12	propagations          : 1220501        (518779 /sec)
11.92/12.63	c 12	conflict literals     : 17507          (25.21 % deleted)
11.92/12.63	c 12	Memory used           : 85.20 MB
11.92/12.63	c 12	CPU time              : 2.35264 s
11.92/12.63	c 12	
11.92/12.63	c 12	SATISFIABLE
11.92/12.64	c 12	OK
11.92/12.64	c 12	FOUND: _COST <= 2
11.92/12.64	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.92/12.64	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.96/12.72	c 12	Decoding HOME/temp.out
11.96/13.09	c 13	OBJECTIVE _COST 2
11.96/13.09	o 2
12.39/13.11	v 338 100 310 72 380 142 366 128 58 296 30 268 366 128 268 30 366 128 44 282 44 282 380 142 142 380 128 366 142 380 128 366 30 268 268 30 142 380 352 114 352 114 254 16 254 16 352 114 366 128 366 128 352 114 380 142 268 30 128 366 338 100 254 16 380 142 16 254 380 142 268 30 268 30 296 58 100 338 142 380 310 72 296 58 44 282 142 380 128 366 268 30 44 282 366 128 366 128 282 44 16 254 142 380 282 44 58 296 324 86 352 114 352 114 72 310 282 44 352 114 114 352 114 352 380 142 58 296 296 58 72 310 380 142 338 100 268 30 128 366 100 338 324 86 268 30 114 352 142 380 380 142 142 380 86 324 380 142 352 114 254 16 324 86 380 156 44 282 338 100 30 268 44 282 128 366 142 380 380 142 366 128 268 30 128 366 352 114 128 366 296 58 366 128 114 352 72 310 142 380
12.39/13.11	c 13	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.39/13.12	c 13	OK
12.39/13.12	c 13	OBJECTIVE BOUND: 0 <= _COST <= 2
12.39/13.12	c 13	SEARCHING: _COST <= 1
12.39/13.12	c 13	============================[ Search Statistics ]==============================
12.39/13.13	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.39/13.13	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.39/13.13	c 13	===============================================================================
12.39/13.13	c 13	|       789 |   11230  2022573  5990173 |   674191      789     22 | 64.255 % |
12.51/13.22	c 13	|       889 |   11229  2022573  5990173 |   741610      889     21 | 68.193 % |
12.51/13.26	c 13	===============================================================================
12.51/13.26	c 13	restarts              : 15
12.51/13.26	c 13	conflicts             : 927           (370 /sec)
12.51/13.26	c 13	decisions             : 4512          (0.62 % random) (1801 /sec)
12.51/13.26	c 13	propagations          : 1399450        (558748 /sec)
12.51/13.26	c 13	conflict literals     : 19603          (24.95 % deleted)
12.51/13.26	c 13	Memory used           : 85.20 MB
12.51/13.26	c 13	CPU time              : 2.50462 s
12.51/13.26	c 13	
12.51/13.26	c 13	UNSATISFIABLE
12.51/13.26	c 13	OK
12.51/13.26	c 13	NOT FOUND: _COST <= 1
12.51/13.26	c 13	OK
12.51/13.26	c 13	OBJECTIVE _COST 2
12.51/13.26	s OPTIMUM FOUND
12.51/13.28	c 13	CPU 11.75 (0.08 0.04 11.67 0.8)
12.51/13.28	c 13	END Sat Jul 12 15:44:07 2008

Verifier Data (download as text)

OK	2	1233
2 unsatisfied constraints, 1233 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-1112583-1215870233/watcher-1112583-1215870233 -o /tmp/evaluation-result-1112583-1215870233/solver-1112583-1215870233 -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-1112583-1215870233.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.37 1.48 1.10 4/80 17987
/proc/meminfo: memFree=1860792/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=18572 CPUtime=0
/proc/17987/stat : 17987 (runsolver) R 17985 17987 17862 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 43721278 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17987/statm: 4643 292 257 25 0 2626 0

[startup+0.0721349 s]
/proc/loadavg: 2.37 1.48 1.10 4/80 17987
/proc/meminfo: memFree=1860792/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=12272 CPUtime=0
/proc/17987/stat : 17987 (sugar++) D 17985 17987 17862 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 43721278 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/17987/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102139 s]
/proc/loadavg: 2.37 1.48 1.10 4/80 17987
/proc/meminfo: memFree=1860792/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=12676 CPUtime=0
/proc/17987/stat : 17987 (sugar++) D 17985 17987 17862 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 43721278 12980224 501 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17987/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.302162 s]
/proc/loadavg: 2.37 1.48 1.10 4/80 17987
/proc/meminfo: memFree=1860792/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=16740 CPUtime=0.07
/proc/17987/stat : 17987 (sugar++) S 17985 17987 17862 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43721278 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17987/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702199 s]
/proc/loadavg: 2.37 1.48 1.10 4/80 17987
/proc/meminfo: memFree=1860792/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=16740 CPUtime=0.07
/proc/17987/stat : 17987 (sugar++) S 17985 17987 17862 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43721278 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17987/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50128 s]
/proc/loadavg: 2.34 1.49 1.11 4/91 17999
/proc/meminfo: memFree=1847704/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=16740 CPUtime=0.79
/proc/17987/stat : 17987 (sugar++) S 17985 17987 17862 0 -1 4194304 1296 4795 0 1 5 2 68 4 15 0 1 0 43721278 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17987/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 16740

[startup+3.10145 s]
/proc/loadavg: 2.34 1.49 1.11 4/91 18009
/proc/meminfo: memFree=1837784/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=16740 CPUtime=0.79
/proc/17987/stat : 17987 (sugar++) S 17985 17987 17862 0 -1 4194304 1297 4795 0 1 5 2 68 4 15 0 1 0 43721278 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17987/statm: 4185 1104 409 3 0 764 0
[pid=18000] ppid=17987 vsize=5356 CPUtime=0
/proc/18000/stat : 18000 (sh) S 17987 17987 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43721389 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18000/statm: 1339 233 193 169 0 50 0
[pid=18001] ppid=18000 vsize=868484 CPUtime=1.95
/proc/18001/stat : 18001 (java) S 18000 17987 17862 0 -1 0 8797 0 1 0 187 8 0 0 18 0 9 0 43721390 889327616 7900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18001/statm: 217121 7900 2564 9 0 211668 0
[pid=18001/tid=18002] ppid=18000 vsize=868484 CPUtime=1.31
/proc/18001/task/18002/stat : 18002 (java) R 18000 17987 17862 0 -1 64 2860 0 1 0 127 4 0 0 22 0 9 0 43721391 889327616 7900 996147200 134512640 134550740 4294955920 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18003] ppid=18000 vsize=868484 CPUtime=0.35
/proc/18001/task/18003/stat : 18003 (java) S 18000 17987 17862 0 -1 64 3744 0 0 0 33 2 0 0 16 0 9 0 43721392 889327616 7900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18004] ppid=18000 vsize=868484 CPUtime=0
/proc/18001/task/18004/stat : 18004 (java) S 18000 17987 17862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43721392 889327616 7900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18005] ppid=18000 vsize=868484 CPUtime=0
/proc/18001/task/18005/stat : 18005 (java) S 18000 17987 17862 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43721392 889327616 7900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18006] ppid=18000 vsize=868484 CPUtime=0
/proc/18001/task/18006/stat : 18006 (java) S 18000 17987 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43721394 889327616 7900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18007] ppid=18000 vsize=868484 CPUtime=0.26
/proc/18001/task/18007/stat : 18007 (java) S 18000 17987 17862 0 -1 64 1500 0 0 0 26 0 0 0 16 0 9 0 43721394 889327616 7900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18008] ppid=18000 vsize=868484 CPUtime=0
/proc/18001/task/18008/stat : 18008 (java) S 18000 17987 17862 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43721394 889327616 7900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18009] ppid=18000 vsize=868484 CPUtime=0
/proc/18001/task/18009/stat : 18009 (java) S 18000 17987 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43721394 889327616 7900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 890580

[startup+6.30277 s]
/proc/loadavg: 2.31 1.50 1.11 3/91 18009
/proc/meminfo: memFree=1812760/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=16740 CPUtime=0.79
/proc/17987/stat : 17987 (sugar++) S 17985 17987 17862 0 -1 4194304 1297 4795 0 1 5 2 68 4 15 0 1 0 43721278 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17987/statm: 4185 1104 409 3 0 764 0
[pid=18000] ppid=17987 vsize=5356 CPUtime=0
/proc/18000/stat : 18000 (sh) S 17987 17987 17862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43721389 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18000/statm: 1339 233 193 169 0 50 0
[pid=18001] ppid=18000 vsize=868484 CPUtime=5.12
/proc/18001/stat : 18001 (java) S 18000 17987 17862 0 -1 0 9474 0 1 0 483 29 0 0 18 0 9 0 43721390 889327616 7911 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18001/statm: 217121 7911 2565 9 0 211668 0
[pid=18001/tid=18002] ppid=18000 vsize=868484 CPUtime=4.27
/proc/18001/task/18002/stat : 18002 (java) R 18000 17987 17862 0 -1 64 3526 0 1 0 406 21 0 0 25 0 9 0 43721391 889327616 7911 996147200 134512640 134550740 4294955920 18446744073709551615 4126992928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18003] ppid=18000 vsize=868484 CPUtime=0.54
/proc/18001/task/18003/stat : 18003 (java) S 18000 17987 17862 0 -1 64 3744 0 0 0 48 6 0 0 16 0 9 0 43721392 889327616 7911 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18004] ppid=18000 vsize=868484 CPUtime=0
/proc/18001/task/18004/stat : 18004 (java) S 18000 17987 17862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43721392 889327616 7911 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18005] ppid=18000 vsize=868484 CPUtime=0
/proc/18001/task/18005/stat : 18005 (java) S 18000 17987 17862 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43721392 889327616 7911 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18006] ppid=18000 vsize=868484 CPUtime=0
/proc/18001/task/18006/stat : 18006 (java) S 18000 17987 17862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43721394 889327616 7911 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18007] ppid=18000 vsize=868484 CPUtime=0.28
/proc/18001/task/18007/stat : 18007 (java) S 18000 17987 17862 0 -1 64 1511 0 0 0 28 0 0 0 16 0 9 0 43721394 889327616 7911 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18008] ppid=18000 vsize=868484 CPUtime=0
/proc/18001/task/18008/stat : 18008 (java) S 18000 17987 17862 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43721394 889327616 7911 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18001/tid=18009] ppid=18000 vsize=868484 CPUtime=0
/proc/18001/task/18009/stat : 18009 (java) S 18000 17987 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43721394 889327616 7911 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 890580

[startup+12.7014 s]
/proc/loadavg: 2.29 1.51 1.11 3/82 18070
/proc/meminfo: memFree=1729632/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=17004 CPUtime=9.47
/proc/17987/stat : 17987 (sugar++) S 17985 17987 17862 0 -1 4194304 2053 42984 0 9 7 4 873 63 15 0 1 0 43721278 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17987/statm: 4251 1150 414 3 0 830 0
[pid=18010] ppid=17987 vsize=87244 CPUtime=2.49
/proc/18010/stat : 18010 (minisat-inc) S 17987 17987 17862 0 -1 4194304 21309 0 0 0 236 13 0 0 17 0 1 0 43722032 89337856 21242 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18010/statm: 21811 21242 80 151 0 21657 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 104248

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

[startup+13.1015 s]
/proc/loadavg: 2.29 1.51 1.11 3/92 18090
/proc/meminfo: memFree=1723408/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=17004 CPUtime=9.47
/proc/17987/stat : 17987 (sugar++) S 17985 17987 17862 0 -1 4194304 2074 42984 0 9 7 4 873 63 15 0 1 0 43721278 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17987/statm: 4251 1150 414 3 0 830 0
[pid=18010] ppid=17987 vsize=87244 CPUtime=2.49
/proc/18010/stat : 18010 (minisat-inc) S 17987 17987 17862 0 -1 4194304 21309 0 0 0 236 13 0 0 17 0 1 0 43722032 89337856 21242 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18010/statm: 21811 21242 80 151 0 21657 0
[pid=18081] ppid=17987 vsize=5356 CPUtime=0
/proc/18081/stat : 18081 (sh) S 17987 17987 17862 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43722542 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18081/statm: 1339 233 193 169 0 50 0
[pid=18082] ppid=18081 vsize=195912 CPUtime=0.43
/proc/18082/stat : 18082 (java) S 18081 17987 17862 0 -1 0 3650 0 1 0 42 1 0 0 18 0 9 0 43722543 200613888 3118 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18082/statm: 48978 3118 1680 9 0 43560 0
[pid=18082/tid=18083] ppid=18081 vsize=195912 CPUtime=0.35
/proc/18082/task/18083/stat : 18083 (java) R 18081 17987 17862 0 -1 64 2487 0 1 0 35 0 0 0 20 0 9 0 43722544 200613888 3118 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18082/tid=18084] ppid=18081 vsize=195912 CPUtime=0
/proc/18082/task/18084/stat : 18084 (java) S 18081 17987 17862 0 -1 64 166 0 0 0 0 0 0 0 16 0 9 0 43722545 200613888 3118 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18082/tid=18085] ppid=18081 vsize=195912 CPUtime=0
/proc/18082/task/18085/stat : 18085 (java) S 18081 17987 17862 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 43722545 200613888 3118 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18082/tid=18086] ppid=18081 vsize=195912 CPUtime=0
/proc/18082/task/18086/stat : 18086 (java) S 18081 17987 17862 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 43722545 200613888 3118 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18082/tid=18087] ppid=18081 vsize=195912 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18081 17987 17862 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43722547 200613888 3118 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18082/tid=18088] ppid=18081 vsize=195912 CPUtime=0.06
/proc/18082/task/18088/stat : 18088 (java) S 18081 17987 17862 0 -1 64 306 0 0 0 6 0 0 0 18 0 9 0 43722547 200613888 3118 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18081 vsize=195912 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18081 17987 17862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43722547 200613888 3118 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18081 vsize=195912 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18081 17987 17862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43722547 200613888 3118 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 305516

[startup+13.3015 s]
/proc/loadavg: 2.29 1.51 1.11 3/92 18090
/proc/meminfo: memFree=1723408/2055920 swapFree=4181048/4192956
[pid=17987] ppid=17985 vsize=17004 CPUtime=12.61
/proc/17987/stat : 17987 (sugar++) R 17985 17987 17862 0 -1 4194304 2114 68319 0 10 8 6 1167 80 16 0 1 0 43721278 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17987/statm: 4251 1151 415 3 0 830 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 17004

Child status: 0
Real time (s): 13.3029
CPU time (s): 12.6331
CPU user time (s): 11.7592
CPU system time (s): 0.873867
CPU usage (%): 94.9651
Max. virtual memory (cumulated for all children) (KiB): 890580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7592
system time used= 0.873867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70489
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13697
involuntary context switches= 13399

runsolver used 0.030995 second user time and 0.049992 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-12 15:43:53
IDJOB=1112583
IDBENCH=61440
IDSOLVER=367
FILE ID=node67/1112583-1215870233
PBS_JOBID= 7903558
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rlfapScensMod/normalized-scen2-f25.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-1112583-1215870233/watcher-1112583-1215870233 -o /tmp/evaluation-result-1112583-1215870233/solver-1112583-1215870233 -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-1112583-1215870233.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 29f30a9e4b2c45ffcc25df1b295772ff
RANDOM SEED=1443389665

node67.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.218
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.218
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:       1861464 kB
Buffers:          1664 kB
Cached:          31872 kB
SwapCached:       5768 kB
Active:         148984 kB
Inactive:         3164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861464 kB
SwapTotal:     4192956 kB
SwapFree:      4181048 kB
Dirty:            1072 kB
Writeback:           0 kB
Mapped:         134956 kB
Slab:            27180 kB
Committed_AS:   986096 kB
PageTables:       2036 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= 66436 MiB
End job on node67 at 2008-07-12 15:44:07