Trace number 1127627

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 13.047 13.6185

General information on the benchmark

Namemaxcsp/cnf/3-80-100-1000/
normalized-cnf-3-80-400-912642_ext.xml
MD5SUMe85ad9ceb3948e1b93ad328cf909f81d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark10.3774
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints400
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension400
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.08/0.23	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.08/0.23	c 0	BEGIN Wed Jul 23 02:36:08 2008
0.08/0.23	c 0	PID 5929
0.08/0.23	c 0	HOST node32.alineos.net
0.08/0.23	c 0	CONVERTING HOME/instance-1127627-1216773368.xml TO HOME/temp.csp
0.08/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127627-1216773368.xml' 'HOME/temp.csp'
0.09/0.53	c 1	1 domains, 80 variables, 0 predicates, 8 relations, 400 constraints
0.09/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.09/0.57	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.39/0.68	c 1	Parsing HOME/temp.csp
0.39/0.81	c 1	parsed 489 expressions
0.39/0.83	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.85	c 1	MAX CSP: 400 constraints
0.39/0.85	c 1	Converting to clausal form CSP
0.39/0.87	c 1	converted 90 (10%) expressions
0.39/0.89	c 1	converted 179 (20%) expressions
0.39/0.89	c 1	converted 268 (30%) expressions
0.39/0.90	c 1	converted 357 (40%) expressions
0.39/0.91	c 1	converted 446 (50%) expressions
0.39/0.92	c 1	converted 536 (60%) expressions
0.39/0.92	c 1	converted 625 (70%) expressions
0.39/0.93	c 1	converted 714 (80%) expressions
0.39/0.94	c 1	converted 803 (90%) expressions
0.85/1.12	c 1	converted 892 (100%) expressions
0.85/1.12	c 1	CSP : 880 integers, 0 booleans, 1199 clauses, largest domain size 601
0.85/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.12	c 1	Propagation in CSP
0.85/1.16	c 1	397 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.85/1.16	c 1	CSP : 880 integers, 0 booleans, 1199 clauses, largest domain size 401
0.85/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.16	c 1	Simplifing CSP by introducing new Boolean variables
0.85/1.17	c 1	CSP : 880 integers, 0 booleans, 1199 clauses, largest domain size 401
0.85/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.21	c 1	88 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.21	c 1	176 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.21	c 1	264 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.21	c 1	352 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.21	c 1	440 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.22	c 1	528 (60%) CSP integer variables are encoded (2505 clauses, 31620 bytes)
0.95/1.23	c 1	616 (70%) CSP integer variables are encoded (3694 clauses, 47077 bytes)
0.95/1.23	c 1	704 (80%) CSP integer variables are encoded (4617 clauses, 59076 bytes)
0.95/1.23	c 1	792 (90%) CSP integer variables are encoded (5157 clauses, 66096 bytes)
0.95/1.23	c 1	880 (100%) CSP integer variables are encoded (5892 clauses, 75651 bytes)
0.95/1.25	c 1	120 (10%) CSP clauses are encoded (6012 clauses, 77576 bytes)
0.95/1.27	c 1	240 (20%) CSP clauses are encoded (6132 clauses, 79649 bytes)
0.95/1.28	c 1	360 (30%) CSP clauses are encoded (6252 clauses, 81741 bytes)
1.05/1.35	c 1	480 (40%) CSP clauses are encoded (30712 clauses, 494913 bytes)
1.15/1.48	c 2	600 (50%) CSP clauses are encoded (92844 clauses, 1631007 bytes)
1.15/1.49	c 2	720 (60%) CSP clauses are encoded (96010 clauses, 1685738 bytes)
1.35/1.64	c 2	840 (70%) CSP clauses are encoded (175326 clauses, 3143152 bytes)
1.35/1.65	c 2	960 (80%) CSP clauses are encoded (178934 clauses, 3205718 bytes)
1.35/1.66	c 2	1080 (90%) CSP clauses are encoded (187384 clauses, 3357044 bytes)
1.45/1.72	c 2	1199 (100%) CSP clauses are encoded (218076 clauses, 3915697 bytes)
1.45/1.72	c 2	1199 CSP clauses encoded
1.45/1.72	c 2	Writing map file : HOME/temp.map
1.45/1.73	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.73	c 2	SAT : 6772 SAT variables, 218076 SAT clauses, 3915697 bytes
1.45/1.73	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.76	c 2	OBJECTIVE minimize _COST
1.45/1.76	c 2	SOLVING HOME/temp.cnf
1.45/1.76	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.45/1.76	c 2	This is MiniSat 2.0 beta incremental
1.45/1.76	c 2	WARNING: for repeatability, setting FPU to use double precision
1.45/1.76	c 2	============================[ Problem Statistics ]=============================
1.45/1.76	c 2	|                                                                             |
1.45/1.76	c 2	|  Number of variables:  6772                                                 |
1.45/1.76	c 2	|  Number of clauses:    218076                                               |
1.52/1.86	c 2	|  Parsing time:         0.09         s                                       |
1.52/1.87	c 2	OK
1.52/1.87	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.52/1.87	c 2	SEARCHING: _COST <= 200
1.52/1.87	c 2	============================[ Search Statistics ]==============================
1.52/1.87	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/1.87	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/1.87	c 2	===============================================================================
1.52/1.87	c 2	|         0 |    6772   218076   636552 |    72692        0    nan |  0.000 % |
1.52/1.88	c 2	===============================================================================
1.52/1.88	c 2	restarts              : 1
1.52/1.88	c 2	conflicts             : 0             (0 /sec)
1.52/1.88	c 2	decisions             : 31            (0.00 % random) (277 /sec)
1.52/1.88	c 2	propagations          : 6772           (60474 /sec)
1.52/1.88	c 2	conflict literals     : 0              ( nan % deleted)
1.52/1.88	c 2	Memory used           : 11.29 MB
1.52/1.88	c 2	CPU time              : 0.111982 s
1.52/1.88	c 2	
1.52/1.88	c 2	SATISFIABLE
1.52/1.88	c 2	OK
1.52/1.88	c 2	FOUND: _COST <= 200
1.52/1.88	s SATISFIABLE
1.52/1.88	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.52/1.88	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.52/1.96	c 2	Decoding HOME/temp.out
1.52/2.06	c 2	OBJECTIVE _COST 200
1.52/2.06	o 200
1.52/2.06	v 1 1 0 0 0 1 1 1 1 0 0 1 1 1 0 1 1 0 0 0 0 0 1 1 0 0 1 1 0 1 0 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 1 1 0 1 1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1.52/2.06	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.80/2.11	c 2	OK
1.80/2.11	c 2	OBJECTIVE BOUND: 0 <= _COST <= 200
1.80/2.11	c 2	SEARCHING: _COST <= 100
1.80/2.11	c 2	============================[ Search Statistics ]==============================
1.80/2.12	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.80/2.12	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.80/2.12	c 2	===============================================================================
1.80/2.12	c 2	|         0 |    6772   218076   636552 |    72692        0    nan |  0.000 % |
1.80/2.12	c 2	===============================================================================
1.80/2.12	c 2	restarts              : 2
1.80/2.12	c 2	conflicts             : 20            (163 /sec)
1.80/2.12	c 2	decisions             : 81            (0.00 % random) (659 /sec)
1.80/2.12	c 2	propagations          : 13951          (113440 /sec)
1.80/2.12	c 2	conflict literals     : 657            (0.00 % deleted)
1.80/2.12	c 2	Memory used           : 11.42 MB
1.80/2.12	c 2	CPU time              : 0.122981 s
1.80/2.12	c 2	
1.80/2.12	c 2	SATISFIABLE
1.80/2.12	c 2	OK
1.80/2.12	c 2	FOUND: _COST <= 100
1.80/2.12	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.80/2.12	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.82/2.20	c 2	Decoding HOME/temp.out
1.82/2.30	c 2	OBJECTIVE _COST 100
1.82/2.30	o 100
1.82/2.30	v 1 1 0 0 0 1 1 0 0 0 1 0 1 1 1 1 1 1 0 0 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 0 1 1 0 1 1 0 0 1 1 1 1 0 1 1 1 1
1.82/2.30	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.82/2.34	c 2	OK
1.82/2.34	c 2	OBJECTIVE BOUND: 0 <= _COST <= 100
1.82/2.34	c 2	SEARCHING: _COST <= 50
1.82/2.34	c 2	============================[ Search Statistics ]==============================
1.82/2.35	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.82/2.35	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.82/2.35	c 2	===============================================================================
1.82/2.35	c 2	|        20 |    4972   218076   636552 |    72692       20     33 |  0.000 % |
1.82/2.36	c 2	===============================================================================
1.82/2.36	c 2	restarts              : 3
1.82/2.36	c 2	conflicts             : 46            (322 /sec)
1.82/2.36	c 2	decisions             : 217           (0.92 % random) (1518 /sec)
1.82/2.36	c 2	propagations          : 36206          (253228 /sec)
1.82/2.36	c 2	conflict literals     : 1292           (17.02 % deleted)
1.82/2.36	c 2	Memory used           : 11.55 MB
1.82/2.36	c 2	CPU time              : 0.142978 s
1.82/2.36	c 2	
1.82/2.36	c 2	SATISFIABLE
1.82/2.36	c 2	OK
1.82/2.36	c 2	FOUND: _COST <= 50
1.82/2.36	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.82/2.36	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.02/2.44	c 3	Decoding HOME/temp.out
2.02/2.53	c 3	OBJECTIVE _COST 50
2.02/2.53	o 50
2.02/2.54	v 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 0 0 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1
2.02/2.54	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.58	c 3	OK
2.02/2.58	c 3	OBJECTIVE BOUND: 0 <= _COST <= 50
2.02/2.58	c 3	SEARCHING: _COST <= 25
2.02/2.58	c 3	============================[ Search Statistics ]==============================
2.02/2.58	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.02/2.58	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.02/2.58	c 3	===============================================================================
2.02/2.58	c 3	|        46 |    3972   218076   636552 |    72692       46     28 |  0.000 % |
2.02/2.58	c 3	===============================================================================
2.02/2.58	c 3	restarts              : 4
2.02/2.58	c 3	conflicts             : 51            (336 /sec)
2.02/2.58	c 3	decisions             : 293           (0.68 % random) (1928 /sec)
2.02/2.58	c 3	propagations          : 40749          (268128 /sec)
2.02/2.58	c 3	conflict literals     : 1357           (16.54 % deleted)
2.02/2.58	c 3	Memory used           : 11.55 MB
2.02/2.58	c 3	CPU time              : 0.151976 s
2.02/2.58	c 3	
2.02/2.58	c 3	SATISFIABLE
2.02/2.58	c 3	OK
2.02/2.58	c 3	FOUND: _COST <= 25
2.02/2.58	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.02/2.58	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.21/2.67	c 3	Decoding HOME/temp.out
2.21/2.76	c 3	OBJECTIVE _COST 25
2.21/2.76	o 25
2.21/2.76	v 1 0 1 1 0 0 0 0 1 1 1 1 1 0 0 1 1 1 0 1 0 1 1 0 1 1 0 1 0 1 0 1 1 0 1 1 0 1 1 1 1 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 1 0 1 0 0 1 1 1 0 1 1 0 1 0 1 0 0 1 1 0 1 1 0 0
2.21/2.77	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.21/2.80	c 3	OK
2.21/2.80	c 3	OBJECTIVE BOUND: 0 <= _COST <= 25
2.21/2.80	c 3	SEARCHING: _COST <= 12
2.21/2.81	c 3	============================[ Search Statistics ]==============================
2.21/2.81	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.21/2.81	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.21/2.81	c 3	===============================================================================
2.21/2.81	c 3	|        51 |    3322   218076   636552 |    72692       51     27 |  0.000 % |
2.21/2.81	c 3	===============================================================================
2.21/2.81	c 3	restarts              : 5
2.21/2.81	c 3	conflicts             : 52            (327 /sec)
2.21/2.81	c 3	decisions             : 316           (0.63 % random) (1988 /sec)
2.21/2.81	c 3	propagations          : 44814          (281893 /sec)
2.21/2.81	c 3	conflict literals     : 1373           (17.19 % deleted)
2.21/2.81	c 3	Memory used           : 11.55 MB
2.21/2.81	c 3	CPU time              : 0.158975 s
2.21/2.81	c 3	
2.21/2.81	c 3	SATISFIABLE
2.21/2.81	c 3	OK
2.21/2.81	c 3	FOUND: _COST <= 12
2.21/2.81	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.21/2.81	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.21/2.89	c 3	Decoding HOME/temp.out
2.41/2.99	c 3	OBJECTIVE _COST 12
2.41/2.99	o 12
2.41/2.99	v 1 1 1 1 0 0 0 0 1 1 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 0 0 1 1 0 1 1 0 1 0 1 1 0 0 0 0 1 1 1 0 1 1 1 0 1 1 0 1 0 1 0 0 1 1 1 0 1 1 0 1 0 0 1 0 1 1 1 1 1 0 0
2.41/2.99	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.41/3.03	c 3	OK
2.41/3.03	c 3	OBJECTIVE BOUND: 0 <= _COST <= 12
2.41/3.03	c 3	SEARCHING: _COST <= 6
2.41/3.03	c 3	============================[ Search Statistics ]==============================
2.41/3.04	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.41/3.04	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.41/3.04	c 3	===============================================================================
2.41/3.04	c 3	|        52 |    2822   218076   636552 |    72692       52     26 |  0.000 % |
2.41/3.05	c 3	|       153 |    2822   218076   636552 |    79961      153     21 | 65.284 % |
2.41/3.06	c 3	|       304 |    2822   218076   636552 |    87957      304     19 | 65.284 % |
2.66/3.10	c 3	|       530 |    2822   218076   636552 |    96753      530     18 | 65.284 % |
2.66/3.14	c 3	|       870 |    2822   218076   636552 |   106428      870     19 | 65.284 % |
2.76/3.24	c 3	|      1376 |    2822   218076   636552 |   117071     1376     19 | 65.284 % |
2.85/3.36	c 3	|      2136 |    2822   218076   636552 |   128778     2136     19 | 65.284 % |
2.95/3.47	c 4	===============================================================================
2.95/3.47	c 4	restarts              : 12
2.95/3.47	c 4	conflicts             : 2312          (3886 /sec)
2.95/3.47	c 4	decisions             : 2954          (0.61 % random) (4965 /sec)
2.95/3.47	c 4	propagations          : 1069786        (1798235 /sec)
2.95/3.47	c 4	conflict literals     : 43440          (22.90 % deleted)
2.95/3.47	c 4	Memory used           : 11.68 MB
2.95/3.47	c 4	CPU time              : 0.594909 s
2.95/3.47	c 4	
2.95/3.47	c 4	SATISFIABLE
2.95/3.48	c 4	OK
2.95/3.48	c 4	FOUND: _COST <= 6
2.95/3.48	c 4	DECODING HOME/temp.out WITH HOME/temp.map
2.95/3.48	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.02/3.56	c 4	Decoding HOME/temp.out
3.02/3.65	c 4	OBJECTIVE _COST 6
3.02/3.65	o 6
3.02/3.65	v 1 0 1 1 0 0 0 0 1 1 1 0 1 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 0 0 1 1 0 0 0 1 1 0 1 0 1 1 1 1 0 1 1 1 0 1 1 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 1 1 0 1 1 0 0 1 0 0
3.02/3.66	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.02/3.69	c 4	OK
3.02/3.69	c 4	OBJECTIVE BOUND: 0 <= _COST <= 6
3.02/3.69	c 4	SEARCHING: _COST <= 3
3.22/3.70	c 4	============================[ Search Statistics ]==============================
3.22/3.71	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.22/3.71	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.22/3.71	c 4	===============================================================================
3.22/3.71	c 4	|      2312 |    1939    10063    26618 |     3354     2292     19 | 65.284 % |
3.22/3.71	c 4	|      2412 |    1939    10063    26618 |     3689     2392     19 | 71.368 % |
3.22/3.73	c 4	|      2562 |    1939    10063    26618 |     4058     2542     18 | 71.368 % |
3.22/3.76	c 4	|      2789 |    1939    10063    26618 |     4464     2769     18 | 71.368 % |
3.22/3.80	c 4	|      3126 |    1939    10063    26618 |     4911     3106     18 | 71.368 % |
3.32/3.86	c 4	|      3633 |    1939    10063    26618 |     5402     3613     18 | 71.368 % |
3.42/3.96	c 4	|      4392 |    1939    10063    26618 |     5942     4372     18 | 71.368 % |
3.62/4.11	c 4	|      5532 |    1939    10063    26618 |     6536     5512     17 | 71.368 % |
3.82/4.36	c 4	|      7240 |    1939    10063    26618 |     7190     7220     17 | 71.368 % |
4.21/4.76	c 5	|      9802 |    1939    10063    26618 |     7909     9782     17 | 71.368 % |
4.91/5.44	c 6	|     13646 |    1939    10063    26618 |     8700     7040     16 | 71.368 % |
5.89/6.43	c 7	|     19412 |    1939    10063    26618 |     9570    12806     17 | 71.368 % |
7.47/8.01	c 8	|     28061 |    1939    10063    26618 |    10527    14030     16 | 71.368 % |
9.75/10.36	c 10	|     41036 |    1939    10063    26618 |    11580    11156     16 | 71.368 % |
10.45/11.07	c 11	===============================================================================
10.45/11.07	c 11	restarts              : 26
10.45/11.07	c 11	conflicts             : 44747         (5668 /sec)
10.45/11.07	c 11	decisions             : 48932         (0.83 % random) (6198 /sec)
10.45/11.07	c 11	propagations          : 19373639       (2453975 /sec)
10.45/11.07	c 11	conflict literals     : 757476         (22.58 % deleted)
10.45/11.07	c 11	Memory used           : 11.82 MB
10.45/11.07	c 11	CPU time              : 7.8948 s
10.45/11.07	c 11	
10.45/11.07	c 11	SATISFIABLE
10.45/11.07	c 11	OK
10.45/11.07	c 11	FOUND: _COST <= 3
10.45/11.07	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.45/11.07	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.51/11.15	c 11	Decoding HOME/temp.out
10.51/11.27	c 11	OBJECTIVE _COST 3
10.51/11.27	o 3
10.51/11.28	v 1 0 0 0 0 1 1 1 0 0 1 1 1 1 1 1 1 0 0 0 0 1 0 1 0 1 1 1 0 1 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 0 1 1 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 1 0 0 0 1 0 0 1 1 0 1 1 1 1
10.51/11.28	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.71/11.30	c 11	OK
10.71/11.30	c 11	OBJECTIVE BOUND: 0 <= _COST <= 3
10.71/11.30	c 11	SEARCHING: _COST <= 1
10.71/11.30	c 11	============================[ Search Statistics ]==============================
10.71/11.30	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.71/11.30	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.71/11.30	c 11	===============================================================================
10.71/11.30	c 11	|     44747 |    1536     5932    15431 |     1977    14867     16 | 71.368 % |
10.71/11.35	c 11	|     44848 |    1536     5932    15431 |     2175     7535     15 | 77.320 % |
10.71/11.37	c 11	|     44999 |    1536     5932    15431 |     2392     3919     14 | 77.320 % |
10.81/11.40	c 12	|     45225 |    1536     5932    15431 |     2631     4145     14 | 77.320 % |
10.81/11.44	c 12	|     45562 |    1536     5932    15431 |     2895     4482     14 | 77.320 % |
10.91/11.50	c 12	|     46070 |    1536     5932    15431 |     3184     4990     14 | 77.320 % |
10.91/11.54	c 12	===============================================================================
10.91/11.54	c 12	restarts              : 32
10.91/11.54	c 12	conflicts             : 46336         (5695 /sec)
10.91/11.54	c 12	decisions             : 50641         (0.84 % random) (6224 /sec)
10.91/11.54	c 12	propagations          : 19942621       (2451229 /sec)
10.91/11.54	c 12	conflict literals     : 776432         (22.72 % deleted)
10.91/11.54	c 12	Memory used           : 11.82 MB
10.91/11.54	c 12	CPU time              : 8.13576 s
10.91/11.54	c 12	
10.91/11.54	c 12	UNSATISFIABLE
10.91/11.54	c 12	OK
10.91/11.54	c 12	NOT FOUND: _COST <= 1
10.91/11.54	c 12	OK
10.91/11.54	c 12	OBJECTIVE BOUND: 2 <= _COST <= 3
10.91/11.54	c 12	SEARCHING: _COST <= 2
10.91/11.54	c 12	============================[ Search Statistics ]==============================
10.91/11.54	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.91/11.54	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.91/11.54	c 12	===============================================================================
10.91/11.54	c 12	|     46336 |    1533     5921    15407 |     1973     5244     14 | 77.320 % |
10.91/11.55	c 12	|     46436 |    1533     5921    15407 |     2171     5344     14 | 77.363 % |
10.91/11.57	c 12	|     46588 |    1533     5921    15407 |     2388     5496     14 | 77.363 % |
11.01/11.61	c 12	|     46813 |    1533     5921    15407 |     2626     5721     14 | 77.363 % |
11.01/11.66	c 12	|     47150 |    1533     5921    15407 |     2889     6058     14 | 77.363 % |
11.11/11.73	c 12	|     47657 |    1533     5921    15407 |     3178     6565     14 | 77.363 % |
11.21/11.85	c 12	|     48418 |    1533     5921    15407 |     3496     7326     14 | 77.363 % |
11.41/12.03	c 12	|     49557 |    1533     5921    15407 |     3846     8465     14 | 77.363 % |
11.60/12.29	c 12	|     51265 |    1533     5921    15407 |     4230     5495     13 | 77.363 % |
12.00/12.64	c 13	|     53828 |    1533     5921    15407 |     4653     8058     13 | 77.363 % |
12.60/13.21	c 13	|     57674 |    1533     5921    15407 |     5119     6816     13 | 77.363 % |
12.99/13.61	c 14	===============================================================================
12.99/13.61	c 14	restarts              : 43
12.99/13.61	c 14	conflicts             : 60415         (5931 /sec)
12.99/13.61	c 14	decisions             : 65650         (0.88 % random) (6445 /sec)
12.99/13.61	c 14	propagations          : 25905262       (2543110 /sec)
12.99/13.61	c 14	conflict literals     : 971004         (23.47 % deleted)
12.99/13.61	c 14	Memory used           : 11.82 MB
12.99/13.61	c 14	CPU time              : 10.1865 s
12.99/13.61	c 14	
12.99/13.61	c 14	UNSATISFIABLE
12.99/13.61	c 14	OK
12.99/13.61	c 14	NOT FOUND: _COST <= 2
12.99/13.61	c 14	OK
12.99/13.61	c 14	OBJECTIVE _COST 3
12.99/13.61	s OPTIMUM FOUND
12.99/13.61	c 14	CPU 12.67 (0.06 0.06 12.61 0.29)
12.99/13.61	c 14	END Wed Jul 23 02:36:22 2008

Verifier Data (download as text)

OK	3	397
3 unsatisfied constraints, 397 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-1127627-1216773368/watcher-1127627-1216773368 -o /tmp/evaluation-result-1127627-1216773368/solver-1127627-1216773368 -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-1127627-1216773368.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: 1.00 1.00 1.00 4/69 5929
/proc/meminfo: memFree=1067448/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=7504 CPUtime=0
/proc/5929/stat : 5929 (sugar++) R 5927 5929 5865 0 -1 4194304 63 0 0 0 0 0 0 0 19 0 1 0 4426924 7684096 49 996147200 4194304 4206940 548682068528 18446744073709551615 268211126992 0 0 4096 0 0 0 0 17 0 0 0
/proc/5929/statm: 1876 51 38 3 0 55 0

[startup+0.0138851 s]
/proc/loadavg: 1.00 1.00 1.00 4/69 5929
/proc/meminfo: memFree=1067448/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=12272 CPUtime=0
/proc/5929/stat : 5929 (sugar++) D 5927 5929 5865 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 4426924 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 268213910117 0 2147483391 4224 0 18446744072099937270 0 0 17 1 0 0
/proc/5929/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102442 s]
/proc/loadavg: 1.00 1.00 1.00 4/69 5929
/proc/meminfo: memFree=1067448/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=13336 CPUtime=0.04
/proc/5929/stat : 5929 (sugar++) D 5927 5929 5865 0 -1 4194304 732 0 0 0 3 1 0 0 18 0 1 0 4426924 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 268213910117 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/5929/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13336

[startup+0.301468 s]
/proc/loadavg: 1.00 1.00 1.00 4/69 5929
/proc/meminfo: memFree=1067448/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=16740 CPUtime=0.09
/proc/5929/stat : 5929 (sugar++) S 5927 5929 5865 0 -1 4194304 1219 128 0 0 5 4 0 0 18 0 1 0 4426924 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5929/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+0.701513 s]
/proc/loadavg: 1.00 1.00 1.00 4/69 5929
/proc/meminfo: memFree=1067448/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=16740 CPUtime=0.39
/proc/5929/stat : 5929 (sugar++) S 5927 5929 5865 0 -1 4194304 1296 4424 0 2 5 4 27 3 15 0 1 0 4426924 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5929/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 16740

[startup+1.5026 s]
/proc/loadavg: 1.16 1.03 1.01 4/92 5964
/proc/meminfo: memFree=1011640/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=16740 CPUtime=0.39
/proc/5929/stat : 5929 (sugar++) S 5927 5929 5865 0 -1 4194304 1297 4424 0 2 5 4 27 3 15 0 1 0 4426924 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5929/statm: 4185 1104 409 3 0 764 0
[pid=5955] ppid=5929 vsize=5356 CPUtime=0
/proc/5955/stat : 5955 (sh) S 5929 5929 5865 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 4426982 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5955/statm: 1339 233 193 169 0 50 0
[pid=5956] ppid=5955 vsize=868500 CPUtime=0.85
/proc/5956/stat : 5956 (java) S 5955 5929 5865 0 -1 0 6435 0 2 0 80 5 0 0 21 0 9 0 4426982 889344000 5625 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5956/statm: 217125 5625 2563 9 0 211672 0
[pid=5956/tid=5957] ppid=5955 vsize=868500 CPUtime=0.52
/proc/5956/task/5957/stat : 5957 (java) R 5955 5929 5865 0 -1 64 2767 0 2 0 50 2 0 0 19 0 9 0 4426983 889344000 5625 996147200 134512640 134550740 4294955920 18446744073709551615 4126927557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5956/tid=5958] ppid=5955 vsize=868500 CPUtime=0.06
/proc/5956/task/5958/stat : 5958 (java) S 5955 5929 5865 0 -1 64 1503 0 0 0 6 0 0 0 16 0 9 0 4426984 889344000 5625 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5956/tid=5959] ppid=5955 vsize=868500 CPUtime=0
/proc/5956/task/5959/stat : 5959 (java) S 5955 5929 5865 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4426984 889344000 5625 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5956/tid=5960] ppid=5955 vsize=868500 CPUtime=0
/proc/5956/task/5960/stat : 5960 (java) S 5955 5929 5865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4426984 889344000 5625 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5956/tid=5961] ppid=5955 vsize=868500 CPUtime=0
/proc/5956/task/5961/stat : 5961 (java) S 5955 5929 5865 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4426988 889344000 5625 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5956/tid=5962] ppid=5955 vsize=868500 CPUtime=0.24
/proc/5956/task/5962/stat : 5962 (java) S 5955 5929 5865 0 -1 64 1473 0 0 0 23 1 0 0 16 0 9 0 4426988 889344000 5625 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5956/tid=5963] ppid=5955 vsize=868500 CPUtime=0
/proc/5956/task/5963/stat : 5963 (java) S 5955 5929 5865 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4426988 889344000 5625 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5956/tid=5964] ppid=5955 vsize=868500 CPUtime=0
/proc/5956/task/5964/stat : 5964 (java) S 5955 5929 5865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4426988 889344000 5625 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 890596

[startup+3.10178 s]
/proc/loadavg: 1.16 1.03 1.01 3/93 5975
/proc/meminfo: memFree=998696/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=16872 CPUtime=2.42
/proc/5929/stat : 5929 (sugar++) S 5927 5929 5865 0 -1 4194304 1837 30576 0 9 6 6 208 22 16 0 1 0 4426924 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5929/statm: 4218 1124 414 3 0 797 0
[pid=5965] ppid=5929 vsize=11820 CPUtime=0.24
/proc/5965/stat : 5965 (minisat-inc) R 5929 5929 5865 0 -1 4194304 2811 0 0 0 23 1 0 0 16 0 1 0 4427101 12103680 2751 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5965/statm: 2955 2751 79 151 0 2801 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 28692

[startup+6.30115 s]
/proc/loadavg: 1.23 1.05 1.02 3/83 6025
/proc/meminfo: memFree=1003448/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=16872 CPUtime=2.61
/proc/5929/stat : 5929 (sugar++) S 5927 5929 5865 0 -1 4194304 1906 34445 0 10 6 6 224 25 15 0 1 0 4426924 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5929/statm: 4218 1124 414 3 0 797 0
[pid=5965] ppid=5929 vsize=11956 CPUtime=3.18
/proc/5965/stat : 5965 (minisat-inc) R 5929 5929 5865 0 -1 4194304 2863 0 0 0 317 1 0 0 25 0 1 0 4427101 12242944 2801 996147200 134512640 135134323 4294956192 18446744073709551615 134523972 0 0 4096 3 0 0 0 17 1 0 0
/proc/5965/statm: 2989 2801 79 151 0 2835 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 28828

[startup+12.7019 s]
/proc/loadavg: 1.29 1.06 1.02 3/83 6035
/proc/meminfo: memFree=1003136/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=16872 CPUtime=2.81
/proc/5929/stat : 5929 (sugar++) S 5927 5929 5865 0 -1 4194304 1978 38234 0 11 6 6 242 27 15 0 1 0 4426924 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5929/statm: 4218 1124 414 3 0 797 0
[pid=5965] ppid=5929 vsize=12100 CPUtime=9.29
/proc/5965/stat : 5965 (minisat-inc) R 5929 5929 5865 0 -1 4194304 2891 0 0 0 928 1 0 0 25 0 1 0 4427101 12390400 2825 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 1 0 0
/proc/5965/statm: 3025 2825 79 151 0 2871 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 28972

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

[startup+13.1029 s]
/proc/loadavg: 1.29 1.06 1.02 3/83 6035
/proc/meminfo: memFree=1003200/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=16872 CPUtime=2.81
/proc/5929/stat : 5929 (sugar++) S 5927 5929 5865 0 -1 4194304 1978 38234 0 11 6 6 242 27 15 0 1 0 4426924 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5929/statm: 4218 1124 414 3 0 797 0
[pid=5965] ppid=5929 vsize=12100 CPUtime=9.69
/proc/5965/stat : 5965 (minisat-inc) R 5929 5929 5865 0 -1 4194304 2891 0 0 0 968 1 0 0 25 0 1 0 4427101 12390400 2825 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 1 0 0
/proc/5965/statm: 3025 2825 79 151 0 2871 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 28972

[startup+13.503 s]
/proc/loadavg: 1.29 1.06 1.02 3/83 6035
/proc/meminfo: memFree=1003200/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=16872 CPUtime=2.81
/proc/5929/stat : 5929 (sugar++) S 5927 5929 5865 0 -1 4194304 1978 38234 0 11 6 6 242 27 15 0 1 0 4426924 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5929/statm: 4218 1124 414 3 0 797 0
[pid=5965] ppid=5929 vsize=12100 CPUtime=10.08
/proc/5965/stat : 5965 (minisat-inc) R 5929 5929 5865 0 -1 4194304 2891 0 0 0 1007 1 0 0 25 0 1 0 4427101 12390400 2825 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/5965/statm: 3025 2825 79 151 0 2871 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 28972

[startup+13.603 s]
/proc/loadavg: 1.29 1.06 1.02 3/83 6035
/proc/meminfo: memFree=1003200/2055920 swapFree=4192956/4192956
[pid=5929] ppid=5927 vsize=16872 CPUtime=2.81
/proc/5929/stat : 5929 (sugar++) S 5927 5929 5865 0 -1 4194304 1978 38234 0 11 6 6 242 27 15 0 1 0 4426924 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5929/statm: 4218 1124 414 3 0 797 0
[pid=5965] ppid=5929 vsize=12100 CPUtime=10.18
/proc/5965/stat : 5965 (minisat-inc) R 5929 5929 5865 0 -1 4194304 2891 0 0 0 1017 1 0 0 25 0 1 0 4427101 12390400 2825 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/5965/statm: 3025 2825 79 151 0 2871 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 28972

Child status: 0
Real time (s): 13.6185
CPU time (s): 13.047
CPU user time (s): 12.6821
CPU system time (s): 0.364944
CPU usage (%): 95.8035
Max. virtual memory (cumulated for all children) (KiB): 890596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6821
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43182
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4752
involuntary context switches= 4640

runsolver used 0.019996 second user time and 0.058991 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-23 02:36:08
IDJOB=1127627
IDBENCH=63718
IDSOLVER=367
FILE ID=node32/1127627-1216773368
PBS_JOBID= 7974170
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-80-100-1000/normalized-cnf-3-80-400-912642_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-1127627-1216773368/watcher-1127627-1216773368 -o /tmp/evaluation-result-1127627-1216773368/solver-1127627-1216773368 -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-1127627-1216773368.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e85ad9ceb3948e1b93ad328cf909f81d
RANDOM SEED=1368263218

node32.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:       1068952 kB
Buffers:         25692 kB
Cached:         888160 kB
SwapCached:          0 kB
Active:         152316 kB
Inactive:       776904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1068952 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:          25404 kB
Slab:            43112 kB
Committed_AS:    56184 kB
PageTables:       1760 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node32 at 2008-07-23 02:36:22