Trace number 1127211

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+minisat-incOPTIMUM 5.35119 5.91456

General information on the benchmark

Namemaxcsp/pedigree/
normalized-pedck350_ext.xml
MD5SUM75c1b13f8d1a2c691f34f6b79c007c2e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark1.74873
Satisfiable
(Un)Satisfiability was proved
Number of variables351
Number of constraints578
Maximum constraint arity3
Maximum domain size10
Number of constraints which are defined in extension578
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.06/0.20	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.20	c 0	BEGIN Wed Jul 16 08:06:24 2008
0.06/0.20	c 0	PID 28233
0.06/0.21	c 0	HOST node39.alineos.net
0.06/0.21	c 0	CONVERTING HOME/instance-1127211-1216188384.xml TO HOME/temp.csp
0.06/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127211-1216188384.xml' 'HOME/temp.csp'
0.06/0.64	c 1	2 domains, 351 variables, 0 predicates, 8 relations, 578 constraints
0.06/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	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.48/0.73	c 1	Parsing HOME/temp.csp
0.48/0.87	c 1	parsed 939 expressions
0.48/0.87	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.88	c 1	MAX CSP: 578 constraints
0.48/0.88	c 1	Converting to clausal form CSP
0.49/0.91	c 1	converted 152 (10%) expressions
0.49/0.91	c 1	converted 304 (20%) expressions
0.49/0.93	c 1	converted 456 (30%) expressions
0.49/0.95	c 1	converted 608 (40%) expressions
0.49/0.96	c 1	converted 760 (50%) expressions
0.49/0.97	c 1	converted 912 (60%) expressions
0.49/0.98	c 1	converted 1064 (70%) expressions
0.82/1.05	c 1	converted 1216 (80%) expressions
1.01/1.22	c 1	converted 1368 (90%) expressions
1.21/1.40	c 1	converted 1520 (100%) expressions
1.21/1.40	c 1	CSP : 1507 integers, 0 booleans, 1733 clauses, largest domain size 868
1.21/1.40	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.40	c 1	Propagation in CSP
1.21/1.44	c 1	575 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.45	c 1	CSP : 1507 integers, 0 booleans, 1733 clauses, largest domain size 579
1.21/1.45	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.45	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.45	c 1	CSP : 1507 integers, 0 booleans, 1733 clauses, largest domain size 579
1.21/1.45	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.51	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.53	c 1	151 (10%) CSP integer variables are encoded (1208 clauses, 13800 bytes)
1.31/1.54	c 1	302 (20%) CSP integer variables are encoded (2416 clauses, 29504 bytes)
1.31/1.54	c 1	453 (30%) CSP integer variables are encoded (2800 clauses, 34496 bytes)
1.31/1.54	c 1	603 (40%) CSP integer variables are encoded (2800 clauses, 34496 bytes)
1.31/1.54	c 1	754 (50%) CSP integer variables are encoded (2800 clauses, 34496 bytes)
1.31/1.54	c 1	905 (60%) CSP integer variables are encoded (2800 clauses, 34496 bytes)
1.31/1.54	c 1	1055 (70%) CSP integer variables are encoded (3974 clauses, 49758 bytes)
1.31/1.55	c 1	1206 (80%) CSP integer variables are encoded (8796 clauses, 112447 bytes)
1.31/1.55	c 1	1357 (90%) CSP integer variables are encoded (10721 clauses, 141322 bytes)
1.31/1.56	c 1	1507 (100%) CSP integer variables are encoded (12184 clauses, 163267 bytes)
1.31/1.60	c 1	174 (10%) CSP clauses are encoded (12510 clauses, 167427 bytes)
1.40/1.62	c 1	347 (20%) CSP clauses are encoded (12845 clauses, 171944 bytes)
1.61/1.87	c 2	520 (30%) CSP clauses are encoded (32627 clauses, 786186 bytes)
1.70/1.96	c 2	694 (40%) CSP clauses are encoded (41527 clauses, 1047258 bytes)
1.80/2.01	c 2	867 (50%) CSP clauses are encoded (62278 clauses, 1422737 bytes)
1.99/2.24	c 2	1040 (60%) CSP clauses are encoded (154415 clauses, 3078429 bytes)
2.38/2.68	c 3	1214 (70%) CSP clauses are encoded (388051 clauses, 7843008 bytes)
2.49/2.70	c 3	1387 (80%) CSP clauses are encoded (395330 clauses, 7991917 bytes)
2.49/2.74	c 3	1560 (90%) CSP clauses are encoded (412521 clauses, 8352632 bytes)
2.58/2.85	c 3	1733 (100%) CSP clauses are encoded (475670 clauses, 9694189 bytes)
2.58/2.85	c 3	1733 CSP clauses encoded
2.58/2.86	c 3	Writing map file : HOME/temp.map
2.58/2.87	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.58/2.87	c 3	SAT : 13690 SAT variables, 475670 SAT clauses, 9694189 bytes
2.58/2.87	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.58/2.90	c 3	OBJECTIVE minimize _COST
2.58/2.90	c 3	SOLVING HOME/temp.cnf
2.58/2.90	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.67/2.91	c 3	This is MiniSat 2.0 beta incremental
2.67/2.91	c 3	WARNING: for repeatability, setting FPU to use double precision
2.67/2.91	c 3	============================[ Problem Statistics ]=============================
2.67/2.91	c 3	|                                                                             |
2.67/2.91	c 3	|  Number of variables:  13690                                                |
2.67/2.91	c 3	|  Number of clauses:    475670                                               |
2.67/3.14	c 3	|  Parsing time:         0.21         s                                       |
2.67/3.15	c 3	OK
2.67/3.15	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.67/3.15	c 3	SEARCHING: _COST <= 289
2.67/3.15	c 3	============================[ Search Statistics ]==============================
2.67/3.15	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.67/3.15	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.67/3.15	c 3	===============================================================================
2.67/3.15	c 3	|         0 |   13690   475670  1464507 |   158556        0    nan |  0.000 % |
2.67/3.19	c 3	===============================================================================
2.67/3.19	c 3	restarts              : 1
2.67/3.19	c 3	conflicts             : 6             (24 /sec)
2.67/3.19	c 3	decisions             : 489           (0.61 % random) (1925 /sec)
2.67/3.19	c 3	propagations          : 16380          (64498 /sec)
2.67/3.19	c 3	conflict literals     : 34             (22.73 % deleted)
2.67/3.19	c 3	Memory used           : 22.81 MB
2.67/3.19	c 3	CPU time              : 0.253961 s
2.67/3.19	c 3	
2.67/3.19	c 3	SATISFIABLE
2.94/3.20	c 3	OK
2.94/3.20	c 3	FOUND: _COST <= 289
2.94/3.20	s SATISFIABLE
2.94/3.20	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.94/3.20	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.94/3.28	c 3	Decoding HOME/temp.out
2.94/3.42	c 3	OBJECTIVE _COST 289
2.94/3.42	o 289
2.94/3.43	v 1 1 1 3 4 6 1 3 1 6 9 1 3 1 6 4 3 4 6 1 9 9 0 9 1 3 1 9 4 6 4 1 6 4 9 4 6 1 3 4 9 9 1 9 4 9 4 9 0 9 4 1 9 4 9 4 9 1 9 4 9 9 1 9 4 9 4 9 0 9 1 4 9 1 9 4 9 1 9 4 9 9 1 9 1 9 4 9 1 9 1 4 9 1 9 1 9 4 9 1 9 9 0 9 1 9 4 9 4 9 4 0 3 1 6 1 6 0 3 0 1 6 0 6 4 6 1 3 1 9 4 4 6 4 9 1 9 4 6 5 6 9 1 6 1 9 1 6 1 9 1 4 9 0 6 4 9 1 6 1 9 9 4 9 1 3 1 9 4 6 1 1 6 1 9 4 6 4 6 1 6 6 0 3 1 6 4 6 5 9 9 1 1 9 4 6 1 9 1 9 4 9 1 4 4 9 4 6 4 9 4 6 9 4 6 1 9 4 9 4 9 5 1 9 0 9 4 1 4 6 4 6 9 1 9 1 9 4 9 1 6 4 4 9 1 6 1 9 1 6 4 9 9 4 9 1 6 1 9 4 9 4 1 3 1 9 4 9 1 9 4 4 9 0 6 4 6 1 6 4 9 1 1 9 4 9 4 9 1 9 2 9 9 1 3 1 6 1 4 4 9 4 9 1 9 1 6 1 6 4 4 4 4 9 4 6 1 4 1 9 4 6 9 1 9 4 9 1 9 0 9 1 1 9 1 9 1 9 4 9 1 9 6 4 1 1 9 4 9 4 -1
2.94/3.44	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.94/3.47	c 3	OK
2.94/3.47	c 3	OBJECTIVE BOUND: 0 <= _COST <= 289
2.94/3.47	c 3	SEARCHING: _COST <= 144
2.94/3.48	c 3	============================[ Search Statistics ]==============================
2.94/3.49	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.94/3.49	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.94/3.49	c 3	===============================================================================
2.94/3.49	c 3	|         6 |   13690   475670  1464507 |   158556        6      6 |  0.000 % |
3.20/3.59	c 3	|       106 |   10857   475670  1464507 |   174412      106     17 | 21.111 % |
3.30/3.64	c 4	===============================================================================
3.30/3.64	c 4	restarts              : 3
3.30/3.64	c 4	conflicts             : 133           (308 /sec)
3.30/3.64	c 4	decisions             : 1389          (0.86 % random) (3216 /sec)
3.30/3.64	c 4	propagations          : 229014         (530206 /sec)
3.30/3.64	c 4	conflict literals     : 2124           (25.34 % deleted)
3.30/3.64	c 4	Memory used           : 23.32 MB
3.30/3.64	c 4	CPU time              : 0.431934 s
3.30/3.64	c 4	
3.30/3.64	c 4	SATISFIABLE
3.30/3.65	c 4	OK
3.30/3.65	c 4	FOUND: _COST <= 144
3.30/3.65	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.30/3.65	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.36/3.76	c 4	Decoding HOME/temp.out
3.36/3.89	c 4	OBJECTIVE _COST 144
3.36/3.89	o 144
3.36/3.90	v 1 6 6 3 4 4 1 0 6 9 4 1 3 1 9 4 1 4 1 6 6 4 3 1 9 0 1 4 9 4 4 3 0 4 8 4 9 1 6 6 4 4 1 3 9 1 4 0 0 1 4 1 5 4 6 4 1 1 4 9 6 4 1 1 4 1 4 4 0 9 3 4 1 1 1 4 1 1 1 9 0 4 1 1 1 1 4 1 9 9 1 4 1 1 4 1 9 4 3 1 4 1 0 6 1 1 4 4 4 2 4 0 9 1 1 1 9 0 3 0 1 4 9 1 9 6 1 9 1 1 4 4 1 4 1 1 4 4 6 6 4 4 1 0 1 9 1 4 6 9 1 4 0 0 4 4 0 1 4 3 1 6 4 4 1 0 1 1 9 1 1 1 0 1 4 4 9 6 1 1 4 4 0 1 1 1 6 4 5 8 4 1 9 9 4 1 6 1 1 1 4 1 9 6 4 4 9 1 4 0 4 1 1 4 0 4 4 4 4 4 8 5 1 4 0 1 4 4 6 4 4 4 4 1 6 1 9 6 5 1 4 4 4 3 9 4 1 0 1 1 4 4 4 4 1 1 1 9 9 9 4 4 1 1 1 1 4 4 1 6 6 4 1 0 1 4 1 1 9 6 4 1 1 1 4 1 4 1 1 1 2 1 4 1 1 1 9 9 4 4 4 4 4 1 4 1 4 1 9 9 9 6 4 1 9 4 6 4 1 0 4 4 9 1 4 4 1 1 4 0 4 1 1 4 1 9 1 1 4 4 1 4 1 4 0 1 1 4 1 9 -1
3.36/3.91	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.36/3.94	c 4	OK
3.36/3.94	c 4	OBJECTIVE BOUND: 0 <= _COST <= 144
3.36/3.94	c 4	SEARCHING: _COST <= 72
3.36/3.95	c 4	============================[ Search Statistics ]==============================
3.36/3.96	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.36/3.96	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.36/3.96	c 4	===============================================================================
3.36/3.96	c 4	|       133 |   10800   475670  1464507 |   158556      133     16 | 21.111 % |
3.36/3.97	c 4	===============================================================================
3.36/3.97	c 4	restarts              : 4
3.36/3.97	c 4	conflicts             : 143           (312 /sec)
3.36/3.97	c 4	decisions             : 1551          (0.84 % random) (3380 /sec)
3.36/3.97	c 4	propagations          : 249020         (542610 /sec)
3.36/3.97	c 4	conflict literals     : 2212           (25.14 % deleted)
3.36/3.97	c 4	Memory used           : 23.45 MB
3.36/3.97	c 4	CPU time              : 0.45893 s
3.36/3.97	c 4	
3.36/3.97	c 4	SATISFIABLE
3.36/3.97	c 4	OK
3.36/3.97	c 4	FOUND: _COST <= 72
3.36/3.97	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.36/3.97	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.63/4.05	c 4	Decoding HOME/temp.out
3.63/4.18	c 4	OBJECTIVE _COST 72
3.63/4.18	o 72
3.63/4.20	v 1 1 1 1 4 4 1 0 1 9 4 1 0 1 6 4 1 4 1 1 6 4 0 1 1 0 1 4 9 4 4 1 0 4 8 4 0 1 1 6 4 4 1 6 4 6 4 0 0 1 4 1 5 4 4 4 6 1 6 4 6 4 1 1 4 1 4 4 0 9 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 6 1 4 1 1 4 1 4 4 1 1 4 1 0 6 1 1 4 4 4 2 4 0 4 1 1 1 1 0 3 9 1 4 0 1 4 4 1 1 1 1 4 4 1 4 1 1 4 4 6 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 0 1 4 1 1 6 4 4 1 0 1 1 4 1 1 1 0 1 4 4 9 6 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 9 4 1 1 4 4 9 4 1 4 0 4 1 1 4 0 1 4 4 4 4 8 5 1 4 0 1 4 4 4 4 4 4 4 1 1 1 4 6 5 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 9 6 4 4 1 1 1 1 4 4 1 6 4 4 1 0 1 4 1 1 9 4 4 1 1 1 4 1 4 1 1 1 2 1 4 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 9 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 9 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
3.63/4.20	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.63/4.24	c 4	OK
3.63/4.24	c 4	OBJECTIVE BOUND: 0 <= _COST <= 72
3.63/4.24	c 4	SEARCHING: _COST <= 36
3.63/4.24	c 4	============================[ Search Statistics ]==============================
3.63/4.25	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.63/4.25	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.63/4.25	c 4	===============================================================================
3.63/4.25	c 4	|       143 |    9203   475670  1464507 |   158556      143     15 | 21.111 % |
3.63/4.25	c 4	===============================================================================
3.63/4.26	c 4	restarts              : 5
3.63/4.26	c 4	conflicts             : 144           (301 /sec)
3.63/4.26	c 4	decisions             : 1631          (0.80 % random) (3413 /sec)
3.63/4.26	c 4	propagations          : 258346         (540555 /sec)
3.63/4.26	c 4	conflict literals     : 2223           (25.08 % deleted)
3.63/4.26	c 4	Memory used           : 23.45 MB
3.63/4.26	c 4	CPU time              : 0.477927 s
3.63/4.26	c 4	
3.63/4.26	c 4	SATISFIABLE
3.63/4.26	c 4	OK
3.63/4.26	c 4	FOUND: _COST <= 36
3.63/4.26	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.63/4.26	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.89/4.34	c 4	Decoding HOME/temp.out
4.18/4.60	c 4	OBJECTIVE _COST 36
4.18/4.60	o 36
4.18/4.62	v 1 1 1 1 4 4 1 0 1 9 4 1 0 1 6 4 1 4 1 1 1 4 0 1 1 0 1 4 9 4 4 1 0 4 8 4 0 1 1 4 4 4 1 4 4 1 4 0 0 1 4 1 5 4 4 4 4 1 6 4 4 4 1 1 4 1 4 4 0 3 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 1 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 2 4 1 1 4 4 6 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 0 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 9 6 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 9 1 4 0 4 1 1 4 0 4 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 9 6 5 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 9 6 4 4 1 1 1 1 4 4 1 6 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 1 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 9 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
4.18/4.65	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.18/4.68	c 5	OK
4.18/4.68	c 5	OBJECTIVE BOUND: 0 <= _COST <= 36
4.18/4.68	c 5	SEARCHING: _COST <= 18
4.18/4.69	c 5	============================[ Search Statistics ]==============================
4.26/4.70	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.26/4.70	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.26/4.70	c 5	===============================================================================
4.26/4.70	c 5	|       144 |    8193   475670  1464507 |   158556      144     15 | 21.111 % |
4.26/4.70	c 5	===============================================================================
4.26/4.70	c 5	restarts              : 6
4.26/4.70	c 5	conflicts             : 145           (294 /sec)
4.26/4.70	c 5	decisions             : 1679          (0.77 % random) (3406 /sec)
4.26/4.70	c 5	propagations          : 266687         (541030 /sec)
4.26/4.70	c 5	conflict literals     : 2230           (25.07 % deleted)
4.26/4.70	c 5	Memory used           : 23.45 MB
4.26/4.70	c 5	CPU time              : 0.492925 s
4.26/4.70	c 5	
4.26/4.70	c 5	SATISFIABLE
4.26/4.70	c 5	OK
4.26/4.70	c 5	FOUND: _COST <= 18
4.26/4.70	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.26/4.70	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.26/4.78	c 5	Decoding HOME/temp.out
4.26/4.94	c 5	OBJECTIVE _COST 18
4.26/4.94	o 18
4.26/4.96	v 1 1 1 1 4 4 1 0 1 5 4 1 0 1 4 4 1 4 1 1 1 4 3 1 1 0 1 4 9 4 4 1 0 4 8 4 0 1 1 6 4 4 1 4 4 1 4 0 0 1 4 1 5 4 4 4 4 1 4 4 4 4 1 1 4 1 4 4 0 1 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 1 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 2 4 1 1 4 4 4 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 0 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 1 1 4 0 1 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 4 4 5 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 4 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 1 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 9 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
4.26/4.96	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.27/5.01	c 5	OK
4.27/5.01	c 5	OBJECTIVE BOUND: 0 <= _COST <= 18
4.27/5.01	c 5	SEARCHING: _COST <= 9
4.27/5.02	c 5	============================[ Search Statistics ]==============================
4.27/5.03	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.27/5.03	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.27/5.03	c 5	===============================================================================
4.27/5.03	c 5	|       145 |    7435   475670  1464507 |   158556      145     15 | 21.111 % |
4.27/5.03	c 5	===============================================================================
4.27/5.03	c 5	restarts              : 7
4.27/5.03	c 5	conflicts             : 151           (294 /sec)
4.27/5.03	c 5	decisions             : 1711          (0.76 % random) (3329 /sec)
4.27/5.03	c 5	propagations          : 285296         (555136 /sec)
4.27/5.03	c 5	conflict literals     : 2264           (25.28 % deleted)
4.27/5.03	c 5	Memory used           : 23.45 MB
4.27/5.03	c 5	CPU time              : 0.513921 s
4.27/5.03	c 5	
4.27/5.03	c 5	SATISFIABLE
4.27/5.03	c 5	OK
4.27/5.03	c 5	FOUND: _COST <= 9
4.27/5.03	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.27/5.03	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.56/5.11	c 5	Decoding HOME/temp.out
4.56/5.24	c 5	OBJECTIVE _COST 9
4.56/5.24	o 9
4.56/5.26	v 1 1 1 1 4 4 1 0 1 5 4 1 0 1 4 4 1 4 1 1 1 4 0 1 1 0 1 4 9 4 4 1 0 4 8 4 0 1 1 4 4 4 1 4 4 1 4 0 0 1 4 1 5 4 4 4 4 1 4 4 4 4 1 1 4 1 4 4 0 1 1 4 1 1 1 6 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 1 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 1 4 1 1 4 4 4 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 0 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 1 1 4 0 1 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 4 4 5 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 4 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 1 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 4 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
4.56/5.26	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.78/5.30	c 5	OK
4.78/5.30	c 5	OBJECTIVE BOUND: 0 <= _COST <= 9
4.78/5.30	c 5	SEARCHING: _COST <= 4
4.78/5.31	c 5	============================[ Search Statistics ]==============================
4.78/5.32	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.78/5.32	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.78/5.32	c 5	===============================================================================
4.78/5.32	c 5	|       151 |    6785   475670  1464507 |   158556      151     15 | 21.111 % |
4.78/5.34	c 5	===============================================================================
4.78/5.34	c 5	restarts              : 8
4.78/5.34	c 5	conflicts             : 181           (326 /sec)
4.78/5.34	c 5	decisions             : 1761          (0.80 % random) (3168 /sec)
4.78/5.34	c 5	propagations          : 352618         (634302 /sec)
4.78/5.34	c 5	conflict literals     : 2478           (26.07 % deleted)
4.78/5.34	c 5	Memory used           : 23.45 MB
4.78/5.34	c 5	CPU time              : 0.555915 s
4.78/5.34	c 5	
4.78/5.34	c 5	SATISFIABLE
4.78/5.34	c 5	OK
4.78/5.34	c 5	FOUND: _COST <= 4
4.78/5.34	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.78/5.34	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.86/5.43	c 5	Decoding HOME/temp.out
4.96/5.56	c 5	OBJECTIVE _COST 4
4.96/5.56	o 4
4.96/5.58	v 1 1 1 1 4 4 1 0 1 6 4 1 0 1 4 4 1 4 1 1 1 4 0 1 1 0 1 4 4 4 4 1 0 4 8 4 0 1 1 4 4 4 1 4 4 1 4 0 0 1 4 1 5 4 4 4 4 1 4 4 4 4 1 1 4 1 4 4 0 1 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 1 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 5 4 1 1 4 4 4 6 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 0 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 1 1 1 4 4 5 8 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 1 1 4 0 1 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 4 4 5 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 4 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 1 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 4 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
4.96/5.58	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.03/5.61	c 5	OK
5.03/5.61	c 5	OBJECTIVE BOUND: 0 <= _COST <= 4
5.03/5.61	c 5	SEARCHING: _COST <= 2
5.03/5.61	c 5	============================[ Search Statistics ]==============================
5.03/5.62	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.03/5.62	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.03/5.62	c 5	===============================================================================
5.03/5.62	c 5	|       181 |    6180   475670  1464507 |   158556      181     14 | 21.111 % |
5.03/5.62	c 5	===============================================================================
5.03/5.62	c 5	restarts              : 9
5.03/5.62	c 5	conflicts             : 185           (325 /sec)
5.03/5.62	c 5	decisions             : 1772          (0.79 % random) (3109 /sec)
5.03/5.62	c 5	propagations          : 366563         (643191 /sec)
5.03/5.62	c 5	conflict literals     : 2498           (26.49 % deleted)
5.03/5.62	c 5	Memory used           : 23.45 MB
5.03/5.62	c 5	CPU time              : 0.569913 s
5.03/5.62	c 5	
5.03/5.62	c 5	SATISFIABLE
5.03/5.62	c 5	OK
5.03/5.62	c 5	FOUND: _COST <= 2
5.03/5.62	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.03/5.62	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.06/5.70	c 6	Decoding HOME/temp.out
5.06/5.83	c 6	OBJECTIVE _COST 2
5.06/5.83	o 2
5.06/5.85	v 1 1 1 1 4 4 1 0 1 6 4 1 0 1 4 4 1 4 1 1 1 4 0 1 1 0 1 4 4 4 4 1 0 4 8 4 0 1 1 4 4 4 1 4 4 1 4 0 0 1 4 1 5 4 4 4 4 1 4 5 4 4 1 1 4 1 4 4 0 1 1 4 1 1 1 4 1 1 1 4 0 4 1 1 1 1 4 1 1 1 1 4 1 1 4 1 4 4 1 1 4 1 0 4 1 1 4 4 4 2 4 0 4 1 1 1 1 0 0 0 1 4 0 1 4 4 1 1 1 1 4 4 2 4 1 1 4 4 4 5 4 4 1 0 1 1 1 4 1 1 1 4 0 0 4 4 0 1 4 1 1 1 4 4 1 0 1 1 4 1 1 1 0 1 4 4 4 4 1 1 4 4 0 1 1 1 4 4 5 6 4 1 1 0 4 1 1 1 1 1 4 1 1 4 4 1 4 1 4 0 4 1 1 4 0 1 4 4 4 4 4 5 1 4 0 1 4 4 4 4 4 4 4 1 0 1 4 4 5 1 1 4 4 1 1 4 1 0 1 1 4 4 4 4 1 1 1 1 6 4 4 4 1 1 1 1 4 4 1 4 4 4 1 0 1 4 1 1 1 4 4 1 1 1 4 1 4 1 1 1 2 1 1 1 1 1 1 1 4 4 4 4 4 1 4 1 4 1 4 4 4 4 4 1 4 4 1 4 1 0 4 4 4 1 4 4 1 1 4 0 4 1 1 4 1 1 1 1 4 4 1 4 1 4 0 1 1 4 1 4 -1
5.06/5.85	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.06/5.89	c 6	OK
5.06/5.89	c 6	OBJECTIVE BOUND: 0 <= _COST <= 2
5.06/5.89	c 6	SEARCHING: _COST <= 1
5.06/5.89	c 6	============================[ Search Statistics ]==============================
5.06/5.90	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.06/5.90	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.06/5.90	c 6	===============================================================================
5.06/5.90	c 6	|       185 |    5461   475670  1464507 |   158556      185     14 | 21.111 % |
5.06/5.90	c 6	===============================================================================
5.06/5.90	c 6	restarts              : 10
5.06/5.90	c 6	conflicts             : 189           (325 /sec)
5.06/5.90	c 6	decisions             : 1776          (0.84 % random) (3057 /sec)
5.06/5.90	c 6	propagations          : 379381         (653079 /sec)
5.06/5.90	c 6	conflict literals     : 2513           (26.63 % deleted)
5.06/5.90	c 6	Memory used           : 23.45 MB
5.06/5.90	c 6	CPU time              : 0.580911 s
5.06/5.90	c 6	
5.06/5.90	c 6	UNSATISFIABLE
5.06/5.90	c 6	OK
5.31/5.90	c 6	NOT FOUND: _COST <= 1
5.31/5.90	c 6	OK
5.31/5.90	c 6	OBJECTIVE _COST 2
5.31/5.90	s OPTIMUM FOUND
5.31/5.91	c 6	CPU 4.88 (0.08 0.03 4.8 0.41)
5.31/5.91	c 6	END Wed Jul 16 08:06:30 2008

Verifier Data (download as text)

OK	2	576
2 unsatisfied constraints, 576 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-1127211-1216188384/watcher-1127211-1216188384 -o /tmp/evaluation-result-1127211-1216188384/solver-1127211-1216188384 -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-1127211-1216188384.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.38 2.40 2.20 4/81 28233
/proc/meminfo: memFree=1941048/2055920 swapFree=4181376/4192956
[pid=28233] ppid=28231 vsize=18572 CPUtime=0
/proc/28233/stat : 28233 (runsolver) D 28231 28233 27601 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75538074 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 231493659943 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/28233/statm: 4643 292 257 25 0 2626 0

[startup+0.0740969 s]
/proc/loadavg: 2.38 2.40 2.20 4/81 28233
/proc/meminfo: memFree=1941048/2055920 swapFree=4181376/4192956
[pid=28233] ppid=28231 vsize=12272 CPUtime=0
/proc/28233/stat : 28233 (sugar++) D 28231 28233 27601 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 75538074 12566528 330 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/28233/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.1021 s]
/proc/loadavg: 2.38 2.40 2.20 4/81 28233
/proc/meminfo: memFree=1941048/2055920 swapFree=4181376/4192956
[pid=28233] ppid=28231 vsize=12412 CPUtime=0
/proc/28233/stat : 28233 (sugar++) D 28231 28233 27601 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 75538074 12709888 393 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/28233/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302134 s]
/proc/loadavg: 2.38 2.40 2.20 4/81 28233
/proc/meminfo: memFree=1941048/2055920 swapFree=4181376/4192956
[pid=28233] ppid=28231 vsize=16740 CPUtime=0.06
/proc/28233/stat : 28233 (sugar++) S 28231 28233 27601 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 75538074 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28233/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701194 s]
/proc/loadavg: 2.38 2.40 2.20 4/81 28233
/proc/meminfo: memFree=1941048/2055920 swapFree=4181376/4192956
[pid=28233] ppid=28231 vsize=16740 CPUtime=0.48
/proc/28233/stat : 28233 (sugar++) S 28231 28233 27601 0 -1 4194304 1279 4275 0 1 5 1 39 3 16 0 1 0 75538074 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28233/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16740

[startup+1.50131 s]
/proc/loadavg: 2.38 2.40 2.20 4/92 28255
/proc/meminfo: memFree=1930208/2055920 swapFree=4181376/4192956
[pid=28233] ppid=28231 vsize=16740 CPUtime=0.49
/proc/28233/stat : 28233 (sugar++) S 28231 28233 27601 0 -1 4194304 1297 4275 0 1 6 1 39 3 15 0 1 0 75538074 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28233/statm: 4185 1104 409 3 0 764 0
[pid=28246] ppid=28233 vsize=5356 CPUtime=0
/proc/28246/stat : 28246 (sh) S 28233 28233 27601 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75538139 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28246/statm: 1339 233 193 169 0 50 0
[pid=28247] ppid=28246 vsize=868260 CPUtime=0.82
/proc/28247/stat : 28247 (java) S 28246 28233 27601 0 -1 0 7706 0 1 0 78 4 0 0 18 0 9 0 75538139 889098240 6957 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28247/statm: 217065 6957 2539 9 0 211640 0
[pid=28247/tid=28248] ppid=28246 vsize=868260 CPUtime=0.39
/proc/28247/task/28248/stat : 28248 (java) R 28246 28233 27601 0 -1 64 2652 0 1 0 38 1 0 0 22 0 9 0 75538140 889098240 6957 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28249] ppid=28246 vsize=868260 CPUtime=0.17
/proc/28247/task/28249/stat : 28249 (java) R 28246 28233 27601 0 -1 64 2901 0 0 0 17 0 0 0 16 0 9 0 75538141 889098240 6957 996147200 134512640 134550740 4294955920 18446744073709551615 102731928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28250] ppid=28246 vsize=868260 CPUtime=0
/proc/28247/task/28250/stat : 28250 (java) S 28246 28233 27601 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75538141 889098240 6957 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28251] ppid=28246 vsize=868260 CPUtime=0
/proc/28247/task/28251/stat : 28251 (java) S 28246 28233 27601 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75538141 889098240 6957 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28252] ppid=28246 vsize=868260 CPUtime=0
/proc/28247/task/28252/stat : 28252 (java) S 28246 28233 27601 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75538143 889098240 6957 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28253] ppid=28246 vsize=868260 CPUtime=0.22
/proc/28247/task/28253/stat : 28253 (java) S 28246 28233 27601 0 -1 64 1461 0 0 0 22 0 0 0 16 0 9 0 75538143 889098240 6957 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28254] ppid=28246 vsize=868260 CPUtime=0
/proc/28247/task/28254/stat : 28254 (java) S 28246 28233 27601 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75538143 889098240 6957 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28247/tid=28255] ppid=28246 vsize=868260 CPUtime=0
/proc/28247/task/28255/stat : 28255 (java) S 28246 28233 27601 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75538143 889098240 6957 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 890356

[startup+3.10155 s]
/proc/loadavg: 2.43 2.41 2.20 3/92 28255
/proc/meminfo: memFree=1917280/2055920 swapFree=4181376/4192956
[pid=28233] ppid=28231 vsize=16872 CPUtime=2.67
/proc/28233/stat : 28233 (sugar++) S 28231 28233 27601 0 -1 4194304 1469 12722 0 3 6 1 245 15 16 0 1 0 75538074 17276928 1127 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28233/statm: 4218 1127 413 3 0 797 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 16872

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

[startup+4.70278 s]
/proc/loadavg: 2.43 2.41 2.20 3/89 28292
/proc/meminfo: memFree=1901944/2055920 swapFree=4181376/4192956
[pid=28233] ppid=28231 vsize=16872 CPUtime=3.75
/proc/28233/stat : 28233 (sugar++) R 28231 28233 27601 0 -1 4194304 1775 28265 0 7 7 2 340 26 16 0 1 0 75538074 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 231502557138 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28233/statm: 4218 1130 414 3 0 797 0
[pid=28256] ppid=28233 vsize=24016 CPUtime=0.51
/proc/28256/stat : 28256 (minisat-inc) R 28233 28233 27601 0 -1 4194304 5690 0 1 0 49 2 0 0 16 0 1 0 75538364 24592384 5630 996147200 134512640 135134323 4294956192 18446744073709551615 134719002 0 0 4096 3 0 0 0 17 1 0 0
/proc/28256/statm: 6004 5630 79 151 0 5850 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 40888

[startup+5.5079 s]
/proc/loadavg: 2.43 2.41 2.20 3/93 28326
/proc/meminfo: memFree=1901208/2055920 swapFree=4181376/4192956
[pid=28233] ppid=28231 vsize=16872 CPUtime=4.24
/proc/28233/stat : 28233 (sugar++) S 28231 28233 27601 0 -1 4194304 1967 36034 0 9 7 3 383 31 15 0 1 0 75538074 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28233/statm: 4218 1130 414 3 0 797 0
[pid=28256] ppid=28233 vsize=24012 CPUtime=0.58
/proc/28256/stat : 28256 (minisat-inc) S 28233 28233 27601 0 -1 4194304 5694 0 1 0 55 3 0 0 16 0 1 0 75538364 24588288 5629 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/28256/statm: 6003 5629 79 151 0 5849 0
[pid=28317] ppid=28233 vsize=5356 CPUtime=0
/proc/28317/stat : 28317 (sh) S 28233 28233 27601 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75538608 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28317/statm: 1339 233 193 169 0 50 0
[pid=28318] ppid=28317 vsize=195620 CPUtime=0.14
/proc/28318/stat : 28318 (java) S 28317 28233 27601 0 -1 0 3441 0 1 0 12 2 0 0 18 0 9 0 75538608 200314880 2917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28318/statm: 48905 2917 1652 9 0 43487 0
[pid=28318/tid=28319] ppid=28317 vsize=195620 CPUtime=0.1
/proc/28318/task/28319/stat : 28319 (java) R 28317 28233 27601 0 -1 64 2437 0 1 0 9 1 0 0 20 0 9 0 75538609 200314880 2917 996147200 134512640 134550740 4294956000 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28318/tid=28320] ppid=28317 vsize=195620 CPUtime=0
/proc/28318/task/28320/stat : 28320 (java) S 28317 28233 27601 0 -1 64 73 0 0 0 0 0 0 0 16 0 9 0 75538610 200314880 2917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28318/tid=28321] ppid=28317 vsize=195620 CPUtime=0
/proc/28318/task/28321/stat : 28321 (java) S 28317 28233 27601 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 75538611 200314880 2917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28318/tid=28322] ppid=28317 vsize=195620 CPUtime=0
/proc/28318/task/28322/stat : 28322 (java) S 28317 28233 27601 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 75538611 200314880 2917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28318/tid=28323] ppid=28317 vsize=195620 CPUtime=0
/proc/28318/task/28323/stat : 28323 (java) S 28317 28233 27601 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75538613 200314880 2917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28318/tid=28324] ppid=28317 vsize=195620 CPUtime=0.03
/proc/28318/task/28324/stat : 28324 (java) S 28317 28233 27601 0 -1 64 240 0 0 0 3 0 0 0 17 0 9 0 75538613 200314880 2917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28318/tid=28325] ppid=28317 vsize=195620 CPUtime=0
/proc/28318/task/28325/stat : 28325 (java) S 28317 28233 27601 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 75538613 200314880 2917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28318/tid=28326] ppid=28317 vsize=195620 CPUtime=0
/proc/28318/task/28326/stat : 28326 (java) S 28317 28233 27601 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 75538613 200314880 2917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 241860

[startup+5.90196 s]
/proc/loadavg: 2.43 2.41 2.20 3/93 28326
/proc/meminfo: memFree=1901208/2055920 swapFree=4181376/4192956
[pid=28233] ppid=28231 vsize=16872 CPUtime=4.7
/proc/28233/stat : 28233 (sugar++) R 28231 28233 27601 0 -1 4194304 2057 43798 0 11 8 3 422 37 16 0 1 0 75538074 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 231511976752 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28233/statm: 4218 1130 414 3 0 797 0
[pid=28256] ppid=28233 vsize=24012 CPUtime=0.61
/proc/28256/stat : 28256 (minisat-inc) S 28233 28233 27601 0 -1 4194304 5698 0 1 0 58 3 0 0 16 0 1 0 75538364 24588288 5629 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/28256/statm: 6003 5629 79 151 0 5849 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 40884

Child status: 0
Real time (s): 5.91456
CPU time (s): 5.35119
CPU user time (s): 4.88926
CPU system time (s): 0.461929
CPU usage (%): 90.4748
Max. virtual memory (cumulated for all children) (KiB): 890612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.88926
system time used= 0.461929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51630
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9081
involuntary context switches= 8876

runsolver used 0.011998 second user time and 0.036994 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-16 08:06:24
IDJOB=1127211
IDBENCH=66141
IDSOLVER=367
FILE ID=node39/1127211-1216188384
PBS_JOBID= 7905879
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/pedigree/normalized-pedck350_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127211-1216188384/watcher-1127211-1216188384 -o /tmp/evaluation-result-1127211-1216188384/solver-1127211-1216188384 -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-1127211-1216188384.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 75c1b13f8d1a2c691f34f6b79c007c2e
RANDOM SEED=1133385837

node39.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.263
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.263
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:       1941528 kB
Buffers:          3504 kB
Cached:          37504 kB
SwapCached:       4484 kB
Active:          51180 kB
Inactive:         8924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1941528 kB
SwapTotal:     4192956 kB
SwapFree:      4181376 kB
Dirty:             996 kB
Writeback:           0 kB
Mapped:          36188 kB
Slab:            39484 kB
Committed_AS:   313524 kB
PageTables:       1932 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 node39 at 2008-07-16 08:06:30