Trace number 1110251

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 7.2579 9.3342

General information on the benchmark

Namecsp/jnhUnsat/
normalized-jnh309_ext.xml
MD5SUM082f87f7db93f5eab1d4cb4e1fa1e4b2
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 benchmark7.2579
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints898
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension898
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.04/0.29	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.30	c 0	BEGIN Thu Aug  7 20:18:46 2008
0.06/0.30	c 0	PID 19410
0.06/0.31	c 0	HOST node76.alineos.net
0.06/0.31	c 0	CONVERTING HOME/instance-1110251-1218133125.xml TO HOME/temp.csp
0.06/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110251-1218133125.xml' 'HOME/temp.csp'
0.06/0.74	c 0	1 domains, 100 variables, 0 predicates, 238 relations, 898 constraints
0.06/0.76	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.46/0.83	c 0	Parsing HOME/temp.csp
0.46/0.95	c 0	parsed 1237 expressions
0.46/0.95	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.96	c 0	MAX CSP: 898 constraints
0.46/0.96	c 0	Converting to clausal form CSP
0.46/0.98	c 0	converted 214 (10%) expressions
0.75/1.00	c 0	converted 428 (20%) expressions
0.75/1.01	c 0	converted 642 (30%) expressions
0.75/1.02	c 0	converted 856 (40%) expressions
0.75/1.03	c 0	converted 1069 (50%) expressions
0.75/1.05	c 0	converted 1283 (60%) expressions
0.75/1.06	c 0	converted 1497 (70%) expressions
0.75/1.06	c 0	converted 1711 (80%) expressions
0.75/1.07	c 0	converted 1925 (90%) expressions
0.92/1.19	c 1	converted 2138 (100%) expressions
0.92/1.20	c 1	CSP : 1896 integers, 0 booleans, 2693 clauses, largest domain size 1348
0.92/1.20	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.20	c 1	Propagation in CSP
1.05/1.23	c 1	894 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.24	c 1	CSP : 1896 integers, 0 booleans, 2693 clauses, largest domain size 899
1.05/1.24	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.24	c 1	CSP : 1896 integers, 0 booleans, 2693 clauses, largest domain size 899
1.05/1.24	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.28	c 1	190 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.28	c 1	380 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.28	c 1	569 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.29	c 1	759 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.29	c 1	948 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.05/1.29	c 1	1138 (60%) CSP integer variables are encoded (1670 clauses, 21773 bytes)
1.18/1.30	c 1	1328 (70%) CSP integer variables are encoded (8163 clauses, 106182 bytes)
1.18/1.31	c 1	1517 (80%) CSP integer variables are encoded (11935 clauses, 161759 bytes)
1.18/1.31	c 1	1707 (90%) CSP integer variables are encoded (13285 clauses, 182009 bytes)
1.18/1.31	c 1	1896 (100%) CSP integer variables are encoded (15145 clauses, 209909 bytes)
1.18/1.33	c 1	270 (10%) CSP clauses are encoded (15415 clauses, 214379 bytes)
1.18/1.35	c 1	539 (20%) CSP clauses are encoded (15684 clauses, 220395 bytes)
1.18/1.36	c 1	808 (30%) CSP clauses are encoded (15953 clauses, 228044 bytes)
1.18/1.38	c 1	1078 (40%) CSP clauses are encoded (21021 clauses, 317624 bytes)
1.31/1.47	c 1	1347 (50%) CSP clauses are encoded (69984 clauses, 1208827 bytes)
1.71/1.82	c 1	1616 (60%) CSP clauses are encoded (285207 clauses, 5169246 bytes)
2.61/2.77	c 2	1886 (70%) CSP clauses are encoded (846201 clauses, 16748323 bytes)
2.71/2.80	c 2	2155 (80%) CSP clauses are encoded (862952 clauses, 17095057 bytes)
2.71/2.87	c 2	2424 (90%) CSP clauses are encoded (903577 clauses, 17952920 bytes)
3.00/3.13	c 2	2693 (100%) CSP clauses are encoded (1054338 clauses, 21167433 bytes)
3.00/3.13	c 2	2693 CSP clauses encoded
3.00/3.13	c 2	Writing map file : HOME/temp.map
3.00/3.14	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.14	c 2	SAT : 17041 SAT variables, 1054338 SAT clauses, 21167433 bytes
3.00/3.14	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.17	c 2	OBJECTIVE minimize _COST
3.00/3.17	c 2	SOLVING HOME/temp.cnf
3.00/3.17	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
3.07/4.22	c 4	This is MiniSat 2.0 beta incremental
3.07/4.22	c 4	WARNING: for repeatability, setting FPU to use double precision
3.07/4.22	c 4	============================[ Problem Statistics ]=============================
3.07/4.22	c 4	|                                                                             |
3.07/4.22	c 4	|  Number of variables:  17041                                                |
3.07/4.22	c 4	|  Number of clauses:    1054338                                              |
3.43/4.68	c 4	|  Parsing time:         0.40         s                                       |
3.54/4.70	c 4	OK
3.54/4.70	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.54/4.70	c 4	SEARCHING: _COST <= 449
3.54/4.70	c 4	============================[ Search Statistics ]==============================
3.54/4.70	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.54/4.70	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.54/4.70	c 4	===============================================================================
3.54/4.70	c 4	|         0 |   17041  1054338  3119294 |   351446        0    nan |  0.000 % |
3.54/4.78	c 4	===============================================================================
3.54/4.78	c 4	restarts              : 1
3.54/4.78	c 4	conflicts             : 1             (2 /sec)
3.54/4.78	c 4	decisions             : 44            (0.00 % random) (89 /sec)
3.54/4.78	c 4	propagations          : 17047          (34374 /sec)
3.54/4.78	c 4	conflict literals     : 16             (0.00 % deleted)
3.54/4.78	c 4	Memory used           : 46.49 MB
3.54/4.78	c 4	CPU time              : 0.495924 s
3.54/4.78	c 4	
3.54/4.78	c 4	SATISFIABLE
3.54/4.79	c 4	OK
3.54/4.79	c 4	FOUND: _COST <= 449
3.54/4.79	s SATISFIABLE
3.54/4.79	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.54/4.79	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.62/4.86	c 4	Decoding HOME/temp.out
3.62/4.95	c 4	OBJECTIVE _COST 449
3.62/4.95	o 449
3.62/4.95	v 1 0 1 0 1 1 1 1 1 0 0 0 1 1 1 0 1 1 0 0 1 0 1 1 1 1 1 0 0 1 1 0 0 0 1 1 0 1 1 0 1 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 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
3.62/4.96	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.85/5.00	c 4	OK
3.85/5.00	c 4	OBJECTIVE BOUND: 0 <= _COST <= 449
3.85/5.00	c 4	SEARCHING: _COST <= 224
3.85/5.00	c 4	============================[ Search Statistics ]==============================
3.85/5.00	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.85/5.00	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.85/5.00	c 4	===============================================================================
3.85/5.00	c 4	|         1 |   17041  1054338  3119294 |   351446        1     16 |  0.000 % |
3.85/5.06	c 4	===============================================================================
3.85/5.06	c 4	restarts              : 2
3.85/5.06	c 4	conflicts             : 1             (2 /sec)
3.85/5.06	c 4	decisions             : 506           (0.20 % random) (896 /sec)
3.85/5.06	c 4	propagations          : 34088          (60342 /sec)
3.85/5.06	c 4	conflict literals     : 16             (0.00 % deleted)
3.85/5.06	c 4	Memory used           : 47.52 MB
3.85/5.06	c 4	CPU time              : 0.564914 s
3.85/5.06	c 4	
3.85/5.06	c 4	SATISFIABLE
3.85/5.07	c 4	OK
3.85/5.07	c 4	FOUND: _COST <= 224
3.85/5.07	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.85/5.07	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.91/5.14	c 4	Decoding HOME/temp.out
3.91/5.24	c 5	OBJECTIVE _COST 224
3.91/5.24	o 224
3.91/5.24	v 1 0 1 1 1 1 0 0 1 0 0 1 0 1 1 1 1 1 0 0 0 0 1 0 0 1 0 1 0 1 0 1 1 1 1 1 0 1 0 0 0 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 1 0 1 1 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1
3.91/5.24	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.91/5.28	c 5	OK
3.91/5.28	c 5	OBJECTIVE BOUND: 0 <= _COST <= 224
3.91/5.28	c 5	SEARCHING: _COST <= 112
3.91/5.28	c 5	============================[ Search Statistics ]==============================
3.91/5.28	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.91/5.28	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.91/5.28	c 5	===============================================================================
3.91/5.28	c 5	|         1 |   12551  1054338  3119294 |   351446        1     16 |  0.000 % |
4.16/5.32	c 5	===============================================================================
4.16/5.32	c 5	restarts              : 3
4.16/5.32	c 5	conflicts             : 6             (10 /sec)
4.16/5.32	c 5	decisions             : 605           (0.17 % random) (976 /sec)
4.16/5.32	c 5	propagations          : 51848          (83639 /sec)
4.16/5.32	c 5	conflict literals     : 106            (7.02 % deleted)
4.16/5.32	c 5	Memory used           : 47.91 MB
4.16/5.32	c 5	CPU time              : 0.619905 s
4.16/5.32	c 5	
4.16/5.32	c 5	SATISFIABLE
4.16/5.33	c 5	OK
4.16/5.33	c 5	FOUND: _COST <= 112
4.16/5.33	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.16/5.33	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.25/5.40	c 5	Decoding HOME/temp.out
4.25/5.49	c 5	OBJECTIVE _COST 112
4.25/5.49	o 112
4.25/5.49	v 0 0 1 1 1 1 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 1 1 0 1 0 1 0 1 1 0 1 1 1 1 0 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 1 1 0 0 1 1 0 1 1 1 1 0 0 1 0 0 1 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 1
4.25/5.50	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.39/5.54	c 5	OK
4.39/5.54	c 5	OBJECTIVE BOUND: 0 <= _COST <= 112
4.39/5.54	c 5	SEARCHING: _COST <= 56
4.39/5.54	c 5	============================[ Search Statistics ]==============================
4.39/5.54	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.39/5.54	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.39/5.54	c 5	===============================================================================
4.39/5.54	c 5	|         6 |   10074  1054338  3119294 |   351446        6     18 |  0.000 % |
4.46/5.64	c 5	|       107 |   10074  1054338  3119294 |   386590      107     39 | 50.097 % |
4.56/5.75	c 5	|       259 |   10074  1054338  3119294 |   425249      259     32 | 50.097 % |
4.56/5.78	c 5	===============================================================================
4.56/5.78	c 5	restarts              : 6
4.56/5.78	c 5	conflicts             : 268           (310 /sec)
4.56/5.78	c 5	decisions             : 1216          (0.74 % random) (1404 /sec)
4.56/5.78	c 5	propagations          : 344514         (397883 /sec)
4.56/5.78	c 5	conflict literals     : 8473           (16.97 % deleted)
4.56/5.78	c 5	Memory used           : 47.91 MB
4.56/5.78	c 5	CPU time              : 0.865868 s
4.56/5.78	c 5	
4.56/5.78	c 5	SATISFIABLE
4.56/5.78	c 5	OK
4.56/5.78	c 5	FOUND: _COST <= 56
4.56/5.78	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.56/5.78	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.65/5.85	c 5	Decoding HOME/temp.out
4.65/5.94	c 5	OBJECTIVE _COST 56
4.65/5.94	o 56
4.65/5.95	v 0 1 1 1 0 1 0 1 0 0 1 0 1 0 0 1 1 1 0 1 0 1 0 1 0 1 1 0 1 0 1 1 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 0 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 0 1 1 1 1 1 1 0
4.65/5.95	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.65/5.99	c 5	OK
4.65/5.99	c 5	OBJECTIVE BOUND: 0 <= _COST <= 56
4.65/5.99	c 5	SEARCHING: _COST <= 28
4.65/5.99	c 5	============================[ Search Statistics ]==============================
4.65/6.00	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.65/6.00	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.65/6.00	c 5	===============================================================================
4.65/6.00	c 5	|       268 |    8504  1054338  3119294 |   351446      268     32 | 50.097 % |
4.86/6.05	c 5	|       370 |    8504  1054338  3119294 |   386590      370     33 | 57.010 % |
4.86/6.08	c 5	===============================================================================
4.86/6.08	c 5	restarts              : 8
4.86/6.08	c 5	conflicts             : 391           (406 /sec)
4.86/6.09	c 5	decisions             : 1535          (0.72 % random) (1593 /sec)
4.86/6.09	c 5	propagations          : 453709         (470724 /sec)
4.86/6.09	c 5	conflict literals     : 12634          (16.91 % deleted)
4.86/6.09	c 5	Memory used           : 47.91 MB
4.86/6.09	c 5	CPU time              : 0.963853 s
4.86/6.09	c 5	
4.86/6.09	c 5	SATISFIABLE
4.86/6.09	c 5	OK
4.86/6.09	c 5	FOUND: _COST <= 28
4.86/6.09	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.86/6.09	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.95/6.16	c 5	Decoding HOME/temp.out
4.95/6.25	c 6	OBJECTIVE _COST 28
4.95/6.25	o 28
4.95/6.26	v 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 0 1 0 0 1 1 0 1 1 0 1 0 0 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1
4.95/6.27	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.95/6.31	c 6	OK
4.95/6.31	c 6	OBJECTIVE BOUND: 0 <= _COST <= 28
4.95/6.31	c 6	SEARCHING: _COST <= 14
4.95/6.31	c 6	============================[ Search Statistics ]==============================
4.95/6.31	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.95/6.31	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.95/6.31	c 6	===============================================================================
4.95/6.31	c 6	|       391 |    7326  1054338  3119294 |   351446      391     32 | 57.010 % |
5.26/6.41	c 6	|       492 |    7326  1054338  3119294 |   386590      492     29 | 62.937 % |
5.26/6.45	c 6	===============================================================================
5.26/6.45	c 6	restarts              : 10
5.26/6.45	c 6	conflicts             : 582           (523 /sec)
5.26/6.45	c 6	decisions             : 1872          (0.64 % random) (1684 /sec)
5.26/6.45	c 6	propagations          : 643594         (578860 /sec)
5.26/6.45	c 6	conflict literals     : 16934          (15.99 % deleted)
5.26/6.45	c 6	Memory used           : 47.91 MB
5.26/6.45	c 6	CPU time              : 1.11183 s
5.26/6.45	c 6	
5.26/6.45	c 6	SATISFIABLE
5.26/6.46	c 6	OK
5.26/6.46	c 6	FOUND: _COST <= 14
5.26/6.46	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.26/6.46	c 6	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.35/6.53	c 6	Decoding HOME/temp.out
5.50/6.62	c 6	OBJECTIVE _COST 14
5.50/6.62	o 14
5.50/6.63	v 0 0 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 0 1 0 1 1 1 1 0 0 0 1 0 0 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 0 1 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 1 1 1 1 1
5.50/6.63	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.50/6.67	c 6	OK
5.50/6.67	c 6	OBJECTIVE BOUND: 0 <= _COST <= 14
5.50/6.67	c 6	SEARCHING: _COST <= 7
5.50/6.67	c 6	============================[ Search Statistics ]==============================
5.50/6.67	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.50/6.67	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.50/6.67	c 6	===============================================================================
5.50/6.67	c 6	|       582 |    6316  1054338  3119294 |   351446      582     29 | 62.937 % |
5.58/6.74	c 6	|       682 |    6316  1054338  3119294 |   386590      682     27 | 68.453 % |
5.58/6.76	c 6	|       833 |    6316  1054338  3119294 |   425249      833     28 | 68.453 % |
5.68/6.84	c 6	===============================================================================
5.68/6.84	c 6	restarts              : 13
5.68/6.84	c 6	conflicts             : 1001          (773 /sec)
5.68/6.84	c 6	decisions             : 2494          (0.68 % random) (1926 /sec)
5.68/6.84	c 6	propagations          : 962712         (743520 /sec)
5.68/6.84	c 6	conflict literals     : 26567          (14.98 % deleted)
5.68/6.84	c 6	Memory used           : 47.91 MB
5.68/6.84	c 6	CPU time              : 1.2948 s
5.68/6.84	c 6	
5.68/6.84	c 6	SATISFIABLE
5.68/6.85	c 6	OK
5.68/6.85	c 6	FOUND: _COST <= 7
5.68/6.85	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.68/6.85	c 6	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.73/6.92	c 6	Decoding HOME/temp.out
5.73/7.01	c 6	OBJECTIVE _COST 7
5.73/7.01	o 7
5.73/7.01	v 0 1 1 0 1 1 1 1 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 1 1 1 0 0 1 1 1 1 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 1 1 1 0 0 1 1 0 1 1 1 0 1 0 1 1 0 0 1 0 0 1 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 1 0 0 1 1 0 1 1 1 1
5.73/7.02	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.73/7.06	c 6	OK
5.73/7.06	c 6	OBJECTIVE BOUND: 0 <= _COST <= 7
5.73/7.06	c 6	SEARCHING: _COST <= 3
5.73/7.06	c 6	============================[ Search Statistics ]==============================
5.73/7.06	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.73/7.06	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.73/7.06	c 6	===============================================================================
5.73/7.06	c 6	|      1001 |    5376  1054338  3119294 |   351446     1001     27 | 68.453 % |
5.98/7.11	c 6	|      1101 |    5376  1054338  3119294 |   386590     1101     25 | 73.805 % |
5.98/7.19	c 7	|      1251 |    5376  1054338  3119294 |   425249     1251     24 | 73.805 % |
6.18/7.32	c 7	|      1477 |    5376  1054338  3119294 |   467774     1477     23 | 73.805 % |
6.28/7.44	c 7	|      1814 |    5376  1054338  3119294 |   514552     1814     22 | 73.805 % |
6.49/7.68	c 7	|      2321 |    5376  1054338  3119294 |   566007     2321     21 | 73.805 % |
6.59/7.72	c 7	===============================================================================
6.59/7.72	c 7	restarts              : 19
6.59/7.72	c 7	conflicts             : 2428          (1238 /sec)
6.59/7.72	c 7	decisions             : 4245          (0.59 % random) (2164 /sec)
6.59/7.72	c 7	propagations          : 2238700        (1141203 /sec)
6.59/7.72	c 7	conflict literals     : 51869          (20.25 % deleted)
6.59/7.72	c 7	Memory used           : 48.04 MB
6.59/7.72	c 7	CPU time              : 1.9617 s
6.59/7.72	c 7	
6.59/7.72	c 7	SATISFIABLE
6.59/7.73	c 7	OK
6.59/7.73	c 7	FOUND: _COST <= 3
6.59/7.73	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.59/7.73	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.62/7.80	c 7	Decoding HOME/temp.out
6.62/7.89	c 7	OBJECTIVE _COST 3
6.62/7.89	o 3
6.62/7.89	v 0 0 1 1 1 1 0 1 1 1 0 1 0 1 0 1 1 1 1 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 1 1 0 1 0 0 0 0 1 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 0 0 1 1 0 1 1 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
6.62/7.90	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.62/7.93	c 7	OK
6.62/7.93	c 7	OBJECTIVE BOUND: 0 <= _COST <= 3
6.62/7.93	c 7	SEARCHING: _COST <= 1
6.62/7.94	c 7	============================[ Search Statistics ]==============================
6.62/7.94	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.62/7.94	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.62/7.94	c 7	===============================================================================
6.62/7.94	c 7	|      2428 |    4464  1054338  3119294 |   351446     2428     21 | 73.805 % |
6.62/7.97	c 7	|      2529 |    4464  1054338  3119294 |   386590     2529     21 | 80.600 % |
6.91/8.01	c 7	===============================================================================
6.91/8.01	c 7	restarts              : 21
6.91/8.01	c 7	conflicts             : 2607          (1276 /sec)
6.91/8.01	c 7	decisions             : 4461          (0.61 % random) (2184 /sec)
6.91/8.01	c 7	propagations          : 2380614        (1165431 /sec)
6.91/8.01	c 7	conflict literals     : 54623          (20.54 % deleted)
6.91/8.01	c 7	Memory used           : 48.04 MB
6.91/8.01	c 7	CPU time              : 2.04269 s
6.91/8.01	c 7	
6.91/8.01	c 7	UNSATISFIABLE
6.91/8.01	c 7	OK
6.91/8.01	c 7	NOT FOUND: _COST <= 1
6.91/8.01	c 7	OK
6.91/8.01	c 7	OBJECTIVE BOUND: 2 <= _COST <= 3
6.91/8.01	c 7	SEARCHING: _COST <= 2
6.91/8.01	c 7	============================[ Search Statistics ]==============================
6.91/8.01	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.91/8.01	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.91/8.01	c 7	===============================================================================
6.91/8.01	c 7	|      2607 |    4464  1054338  3119294 |   351446     2606     21 | 80.600 % |
6.91/8.03	c 7	|      2707 |    4464  1054338  3119294 |   386590     2706     21 | 80.618 % |
6.91/8.09	c 7	===============================================================================
6.91/8.09	c 7	restarts              : 23
6.91/8.09	c 7	conflicts             : 2853          (1345 /sec)
6.91/8.09	c 7	decisions             : 4801          (0.60 % random) (2264 /sec)
6.91/8.09	c 7	propagations          : 2535823        (1195761 /sec)
6.91/8.09	c 7	conflict literals     : 61158          (20.65 % deleted)
6.91/8.09	c 7	Memory used           : 48.04 MB
6.91/8.09	c 7	CPU time              : 2.12068 s
6.91/8.09	c 7	
6.91/8.09	c 7	SATISFIABLE
6.91/8.09	c 7	OK
6.91/8.09	c 7	FOUND: _COST <= 2
6.91/8.09	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.91/8.09	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.00/8.16	c 7	Decoding HOME/temp.out
7.00/8.25	c 8	OBJECTIVE _COST 2
7.00/8.25	o 2
7.00/8.26	v 0 0 1 0 1 1 0 1 0 1 0 0 0 1 1 0 1 1 0 0 0 0 0 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 0 1 1 1 0 1 0 1 0 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 0 0 1 1 0 1 0 1 1 1 1 0 1 1 1 1 1 0 1 0
7.00/8.26	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.00/8.30	c 8	OK
7.00/8.30	c 8	OBJECTIVE _COST 2
7.00/8.30	s OPTIMUM FOUND
7.00/8.31	c 8	CPU 6.66 (0.07 0.03 6.59 0.53)
7.00/8.31	c 8	END Thu Aug  7 20:18:54 2008

Verifier Data (download as text)

OK	2	896
2 unsatisfied constraints, 896 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-1110251-1218133125/watcher-1110251-1218133125 -o /tmp/evaluation-result-1110251-1218133125/solver-1110251-1218133125 -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-1110251-1218133125.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: 0.94 0.63 0.37 3/83 19410
/proc/meminfo: memFree=939696/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=12268 CPUtime=0
/proc/19410/stat : 19410 (sugar++) R 19408 19410 19200 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 140398756 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 0 0 0
/proc/19410/statm: 3067 316 241 3 0 167 0

[startup+0.0324421 s]
/proc/loadavg: 0.94 0.63 0.37 3/83 19410
/proc/meminfo: memFree=939696/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=12272 CPUtime=0
/proc/19410/stat : 19410 (sugar++) D 19408 19410 19200 0 -1 4194304 353 0 0 0 0 0 0 0 19 0 1 0 140398756 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/19410/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101455 s]
/proc/loadavg: 0.94 0.63 0.37 3/83 19410
/proc/meminfo: memFree=939696/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=12412 CPUtime=0
/proc/19410/stat : 19410 (sugar++) R 19408 19410 19200 0 -1 4194304 446 0 0 0 0 0 0 0 18 0 1 0 140398756 12709888 414 996147200 4194304 4206940 548682068528 18446744073709551615 265673937633 0 0 4224 0 0 0 0 17 1 0 0
/proc/19410/statm: 3103 414 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301476 s]
/proc/loadavg: 0.94 0.63 0.37 3/83 19410
/proc/meminfo: memFree=939696/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=16744 CPUtime=0.06
/proc/19410/stat : 19410 (sugar++) D 19408 19410 19200 0 -1 4194304 1128 0 0 0 5 1 0 0 18 0 1 0 140398756 17145856 1096 996147200 4194304 4206940 548682068528 18446744073709551615 265674260562 0 0 4224 16386 18446744071563479169 0 0 17 1 0 0
/proc/19410/statm: 4186 1096 403 3 0 765 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16744

[startup+0.701526 s]
/proc/loadavg: 0.94 0.63 0.37 3/83 19410
/proc/meminfo: memFree=939696/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=16740 CPUtime=0.06
/proc/19410/stat : 19410 (sugar++) S 19408 19410 19200 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 140398756 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19410/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50261 s]
/proc/loadavg: 0.94 0.63 0.37 2/94 19432
/proc/meminfo: memFree=928344/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=16740 CPUtime=0.46
/proc/19410/stat : 19410 (sugar++) S 19408 19410 19200 0 -1 4194304 1297 4722 0 1 5 2 35 4 15 0 1 0 140398756 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19410/statm: 4185 1104 409 3 0 764 0
[pid=19423] ppid=19410 vsize=5356 CPUtime=0
/proc/19423/stat : 19423 (sh) S 19410 19410 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140398833 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19423/statm: 1339 233 193 169 0 50 0
[pid=19424] ppid=19423 vsize=869416 CPUtime=0.96
/proc/19424/stat : 19424 (java) S 19423 19410 19200 0 -1 0 6976 0 3 0 92 4 0 0 19 0 9 0 140398833 890281984 6138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19424/statm: 217354 6138 2563 9 0 211901 0
[pid=19424/tid=19425] ppid=19423 vsize=869416 CPUtime=0.61
/proc/19424/task/19425/stat : 19425 (java) R 19423 19410 19200 0 -1 64 2751 0 2 0 59 2 0 0 17 0 9 0 140398834 890281984 6138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19426] ppid=19423 vsize=869416 CPUtime=0.08
/proc/19424/task/19426/stat : 19426 (java) S 19423 19410 19200 0 -1 64 1973 0 0 0 8 0 0 0 16 0 9 0 140398835 890281984 6138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19427] ppid=19423 vsize=869416 CPUtime=0
/proc/19424/task/19427/stat : 19427 (java) S 19423 19410 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140398835 890281984 6138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19428] ppid=19423 vsize=869416 CPUtime=0
/proc/19424/task/19428/stat : 19428 (java) S 19423 19410 19200 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140398835 890281984 6138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19429] ppid=19423 vsize=869416 CPUtime=0
/proc/19424/task/19429/stat : 19429 (java) S 19423 19410 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398837 890281984 6138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19430] ppid=19423 vsize=869416 CPUtime=0.23
/proc/19424/task/19430/stat : 19430 (java) S 19423 19410 19200 0 -1 64 1558 0 1 0 23 0 0 0 16 0 9 0 140398837 890281984 6138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19424/tid=19431] ppid=19423 vsize=869416 CPUtime=0
/proc/19424/task/19431/stat : 19431 (java) S 19423 19410 19200 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140398837 890281984 6138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19432] ppid=19423 vsize=869416 CPUtime=0
/proc/19424/task/19432/stat : 19432 (java) S 19423 19410 19200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140398837 890281984 6138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 891512

[startup+3.10178 s]
/proc/loadavg: 0.94 0.63 0.37 2/94 19432
/proc/meminfo: memFree=911384/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=16740 CPUtime=0.46
/proc/19410/stat : 19410 (sugar++) S 19408 19410 19200 0 -1 4194304 1297 4722 0 1 5 2 35 4 15 0 1 0 140398756 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19410/statm: 4185 1104 409 3 0 764 0
[pid=19423] ppid=19410 vsize=5356 CPUtime=0
/proc/19423/stat : 19423 (sh) S 19410 19410 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140398833 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19423/statm: 1339 233 193 169 0 50 0
[pid=19424] ppid=19423 vsize=869416 CPUtime=2.54
/proc/19424/stat : 19424 (java) S 19423 19410 19200 0 -1 0 7519 0 3 0 236 18 0 0 19 0 9 0 140398833 890281984 6146 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19424/statm: 217354 6146 2563 9 0 211901 0
[pid=19424/tid=19425] ppid=19423 vsize=869416 CPUtime=2.09
/proc/19424/task/19425/stat : 19425 (java) R 19423 19410 19200 0 -1 64 3282 0 2 0 196 13 0 0 17 0 9 0 140398834 890281984 6146 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19426] ppid=19423 vsize=869416 CPUtime=0.19
/proc/19424/task/19426/stat : 19426 (java) S 19423 19410 19200 0 -1 64 1973 0 0 0 15 4 0 0 16 0 9 0 140398835 890281984 6146 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19424/tid=19427] ppid=19423 vsize=869416 CPUtime=0
/proc/19424/task/19427/stat : 19427 (java) S 19423 19410 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140398835 890281984 6146 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19428] ppid=19423 vsize=869416 CPUtime=0
/proc/19424/task/19428/stat : 19428 (java) S 19423 19410 19200 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140398835 890281984 6146 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19429] ppid=19423 vsize=869416 CPUtime=0
/proc/19424/task/19429/stat : 19429 (java) S 19423 19410 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140398837 890281984 6146 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19430] ppid=19423 vsize=869416 CPUtime=0.24
/proc/19424/task/19430/stat : 19430 (java) S 19423 19410 19200 0 -1 64 1570 0 1 0 24 0 0 0 16 0 9 0 140398837 890281984 6146 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19424/tid=19431] ppid=19423 vsize=869416 CPUtime=0
/proc/19424/task/19431/stat : 19431 (java) S 19423 19410 19200 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140398837 890281984 6146 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19424/tid=19432] ppid=19423 vsize=869416 CPUtime=0
/proc/19424/task/19432/stat : 19432 (java) S 19423 19410 19200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140398837 890281984 6146 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891512

[startup+6.30114 s]
/proc/loadavg: 1.03 0.66 0.38 3/95 19463
/proc/meminfo: memFree=861968/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=16872 CPUtime=3.93
/proc/19410/stat : 19410 (sugar++) S 19408 19410 19200 0 -1 4194304 1837 28128 0 8 6 2 351 34 15 0 1 0 140398756 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19410/statm: 4218 1138 414 3 0 797 0
[pid=19433] ppid=19410 vsize=49052 CPUtime=1.02
/proc/19433/stat : 19433 (minisat-inc) S 19410 19410 19200 0 -1 4194304 11710 0 1 0 96 6 0 0 16 0 1 0 140399073 50229248 11651 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/19433/statm: 12263 11651 80 151 0 12109 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 65924

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

[startup+7.90132 s]
/proc/loadavg: 1.03 0.66 0.38 2/85 19503
/proc/meminfo: memFree=866720/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=16872 CPUtime=4.59
/proc/19410/stat : 19410 (sugar++) S 19408 19410 19200 0 -1 4194304 2047 39805 0 11 7 3 409 40 16 0 1 0 140398756 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19410/statm: 4218 1138 414 3 0 797 0
[pid=19433] ppid=19410 vsize=49184 CPUtime=2.03
/proc/19433/stat : 19433 (minisat-inc) S 19410 19410 19200 0 -1 4194304 11727 0 1 0 196 7 0 0 21 0 1 0 140399073 50364416 11662 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/19433/statm: 12296 11662 80 151 0 12142 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 66056

[startup+8.7014 s]
/proc/loadavg: 1.03 0.66 0.38 1/84 19523
/proc/meminfo: memFree=929512/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=16872 CPUtime=7.23
/proc/19410/stat : 19410 (sugar++) D 19408 19410 19200 0 -1 4194304 2155 59320 0 14 7 4 659 53 16 0 1 0 140398756 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19410/statm: 4218 1139 415 3 0 797 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 16872

[startup+9.10145 s]
/proc/loadavg: 1.03 0.66 0.38 1/84 19523
/proc/meminfo: memFree=929512/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=16872 CPUtime=7.23
/proc/19410/stat : 19410 (sugar++) D 19408 19410 19200 0 -1 4194304 2155 59320 0 14 7 4 659 53 15 0 1 0 140398756 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19410/statm: 4218 1139 415 3 0 797 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 16872

[startup+9.30147 s]
/proc/loadavg: 1.03 0.66 0.38 1/84 19523
/proc/meminfo: memFree=929512/2055920 swapFree=4179816/4192956
[pid=19410] ppid=19408 vsize=16872 CPUtime=7.23
/proc/19410/stat : 19410 (sugar++) D 19408 19410 19200 0 -1 4194304 2155 59320 0 14 7 4 659 53 15 0 1 0 140398756 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19410/statm: 4218 1139 415 3 0 797 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 16872

Child status: 0
Real time (s): 9.3342
CPU time (s): 7.2579
CPU user time (s): 6.66599
CPU system time (s): 0.59191
CPU usage (%): 77.756
Max. virtual memory (cumulated for all children) (KiB): 891512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.66599
system time used= 0.59191
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61531
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4719
involuntary context switches= 2348

runsolver used 0.013997 second user time and 0.044993 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-08-07 20:18:45
IDJOB=1110251
IDBENCH=61082
IDSOLVER=367
FILE ID=node76/1110251-1218133125
PBS_JOBID= 8000825
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/jnhUnsat/normalized-jnh309_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-1110251-1218133125/watcher-1110251-1218133125 -o /tmp/evaluation-result-1110251-1218133125/solver-1110251-1218133125 -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-1110251-1218133125.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 082f87f7db93f5eab1d4cb4e1fa1e4b2
RANDOM SEED=1325443345

node76.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        940312 kB
Buffers:         18260 kB
Cached:         244032 kB
SwapCached:       6988 kB
Active:         777492 kB
Inactive:       240984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        940312 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:             944 kB
Writeback:           0 kB
Mapped:         772284 kB
Slab:            80868 kB
Committed_AS:   920924 kB
PageTables:       3336 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 node76 at 2008-08-07 20:18:55