Trace number 1108763

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 5.98309 10.4448

General information on the benchmark

Namecsp/QCP-10/
normalized-qcp-10-67-10_ext.xml
MD5SUMd92132c0782cae99c8a071ae22148d4e
Bench Category2-ARY-EXT (binary 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 benchmark5.98309
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints822
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension822
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.07/0.23	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.07/0.23	c 0	BEGIN Thu Aug  7 20:17:38 2008
0.07/0.23	c 0	PID 13505
0.07/0.23	c 0	HOST node85.alineos.net
0.07/0.23	c 0	CONVERTING HOME/instance-1108763-1218133058.xml TO HOME/temp.csp
0.07/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108763-1218133058.xml' 'HOME/temp.csp'
0.34/1.07	c 1	11 domains, 100 variables, 0 predicates, 11 relations, 822 constraints
0.40/1.11	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.40/1.11	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/1.24	c 1	Parsing HOME/temp.csp
0.41/1.42	c 1	parsed 944 expressions
0.41/1.43	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/1.44	c 1	MAX CSP: 822 constraints
0.41/1.44	c 1	Converting to clausal form CSP
0.41/1.48	c 1	converted 177 (10%) expressions
0.41/1.50	c 1	converted 354 (20%) expressions
0.41/1.51	c 1	converted 531 (30%) expressions
0.41/1.52	c 1	converted 708 (40%) expressions
0.41/1.54	c 1	converted 885 (50%) expressions
0.41/1.55	c 1	converted 1062 (60%) expressions
0.41/1.62	c 1	converted 1239 (70%) expressions
0.41/1.62	c 1	converted 1416 (80%) expressions
0.41/1.63	c 1	converted 1593 (90%) expressions
0.41/1.75	c 2	converted 1769 (100%) expressions
0.41/1.75	c 2	CSP : 1744 integers, 0 booleans, 2465 clauses, largest domain size 1234
0.41/1.75	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/1.75	c 2	Propagation in CSP
0.41/1.80	c 2	816 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.41/1.80	c 2	CSP : 1744 integers, 0 booleans, 2465 clauses, largest domain size 823
0.41/1.80	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/1.81	c 2	Simplifing CSP by introducing new Boolean variables
0.41/1.81	c 2	CSP : 1744 integers, 0 booleans, 2465 clauses, largest domain size 823
0.41/1.81	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/1.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.12/2.60	c 2	175 (10%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.12/2.60	c 2	349 (20%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.12/2.61	c 2	524 (30%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.12/2.61	c 2	698 (40%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.12/2.61	c 2	872 (50%) CSP integer variables are encoded (536 clauses, 5768 bytes)
1.12/2.61	c 2	1047 (60%) CSP integer variables are encoded (2008 clauses, 24904 bytes)
1.12/2.62	c 2	1221 (70%) CSP integer variables are encoded (3146 clauses, 39698 bytes)
1.12/2.63	c 2	1396 (80%) CSP integer variables are encoded (11401 clauses, 152414 bytes)
1.12/2.64	c 2	1570 (90%) CSP integer variables are encoded (12633 clauses, 170894 bytes)
1.12/2.64	c 2	1744 (100%) CSP integer variables are encoded (14315 clauses, 196124 bytes)
1.12/2.69	c 3	247 (10%) CSP clauses are encoded (15597 clauses, 222161 bytes)
1.22/2.71	c 3	493 (20%) CSP clauses are encoded (16824 clauses, 250141 bytes)
1.22/2.73	c 3	740 (30%) CSP clauses are encoded (18151 clauses, 281242 bytes)
1.22/2.75	c 3	986 (40%) CSP clauses are encoded (22825 clauses, 364850 bytes)
1.32/2.83	c 3	1233 (50%) CSP clauses are encoded (64022 clauses, 1114046 bytes)
1.32/2.86	c 3	1479 (60%) CSP clauses are encoded (76280 clauses, 1332062 bytes)
2.41/3.96	c 4	1726 (70%) CSP clauses are encoded (715825 clauses, 14064590 bytes)
2.41/3.99	c 4	1972 (80%) CSP clauses are encoded (729933 clauses, 14356077 bytes)
2.51/4.05	c 4	2219 (90%) CSP clauses are encoded (764300 clauses, 15081023 bytes)
2.71/4.27	c 4	2465 (100%) CSP clauses are encoded (890756 clauses, 17775747 bytes)
2.71/4.27	c 4	2465 CSP clauses encoded
2.71/4.27	c 4	Writing map file : HOME/temp.map
2.71/4.29	c 4	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/4.29	c 4	SAT : 16026 SAT variables, 890756 SAT clauses, 17775747 bytes
2.71/4.29	c 4	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/4.33	c 4	OBJECTIVE minimize _COST
2.80/4.33	c 4	SOLVING HOME/temp.cnf
2.80/4.33	c 4	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.80/4.33	c 4	This is MiniSat 2.0 beta incremental
2.80/4.33	c 4	WARNING: for repeatability, setting FPU to use double precision
2.80/4.33	c 4	============================[ Problem Statistics ]=============================
2.80/4.33	c 4	|                                                                             |
2.80/4.34	c 4	|  Number of variables:  16026                                                |
2.80/4.34	c 4	|  Number of clauses:    890756                                               |
2.83/4.73	c 5	|  Parsing time:         0.34         s                                       |
2.83/4.75	c 5	OK
2.83/4.75	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
2.83/4.75	c 5	SEARCHING: _COST <= 411
2.83/4.75	c 5	============================[ Search Statistics ]==============================
2.83/4.75	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.83/4.75	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.83/4.75	c 5	===============================================================================
2.83/4.75	c 5	|         0 |   16026   890756  2635637 |   296918        0    nan |  0.000 % |
2.83/4.82	c 5	===============================================================================
2.83/4.82	c 5	restarts              : 1
2.83/4.82	c 5	conflicts             : 0             (0 /sec)
2.83/4.82	c 5	decisions             : 70            (0.00 % random) (164 /sec)
2.83/4.82	c 5	propagations          : 16026          (37450 /sec)
2.83/4.82	c 5	conflict literals     : 0              ( nan % deleted)
2.83/4.82	c 5	Memory used           : 38.17 MB
2.83/4.82	c 5	CPU time              : 0.427934 s
2.83/4.82	c 5	
2.83/4.82	c 5	SATISFIABLE
2.83/4.83	c 5	OK
2.83/4.83	c 5	FOUND: _COST <= 411
2.83/4.83	s SATISFIABLE
2.83/4.83	c 5	DECODING HOME/temp.out WITH HOME/temp.map
2.83/4.83	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'
2.83/4.92	c 5	Decoding HOME/temp.out
2.83/5.05	c 5	OBJECTIVE _COST 411
2.83/5.05	o 411
2.83/5.05	v 8 5 6 0 8 7 2 3 6 9 9 9 6 5 8 7 5 7 6 8 4 8 9 7 0 8 1 9 5 6 6 2 6 4 4 9 3 8 9 7 6 7 7 9 9 4 6 1 7 8 9 7 3 6 6 8 8 9 7 9 3 9 8 9 6 6 7 7 8 5 1 6 8 6 5 0 9 9 8 3 4 5 0 5 7 3 6 8 9 9 8 9 5 8 9 8 9 4 2 8
2.83/5.06	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.83/5.09	c 5	OK
2.83/5.09	c 5	OBJECTIVE BOUND: 0 <= _COST <= 411
2.83/5.09	c 5	SEARCHING: _COST <= 205
3.52/7.75	c 8	============================[ Search Statistics ]==============================
3.52/7.75	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.52/7.75	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.52/7.75	c 8	===============================================================================
3.52/7.75	c 8	|         0 |   16026   890756  2635637 |   296918        0    nan |  0.000 % |
3.52/7.79	c 8	===============================================================================
3.52/7.79	c 8	restarts              : 2
3.52/7.79	c 8	conflicts             : 0             (0 /sec)
3.52/7.79	c 8	decisions             : 133           (0.00 % random) (279 /sec)
3.52/7.79	c 8	propagations          : 32052          (67205 /sec)
3.52/7.79	c 8	conflict literals     : 0              ( nan % deleted)
3.52/7.79	c 8	Memory used           : 38.82 MB
3.52/7.79	c 8	CPU time              : 0.476927 s
3.52/7.79	c 8	
3.52/7.79	c 8	SATISFIABLE
3.52/7.80	c 8	OK
3.52/7.80	c 8	FOUND: _COST <= 205
3.52/7.80	c 8	DECODING HOME/temp.out WITH HOME/temp.map
3.52/7.80	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.58/7.87	c 8	Decoding HOME/temp.out
3.58/8.10	c 8	OBJECTIVE _COST 205
3.58/8.10	o 205
3.58/8.11	v 9 4 6 0 9 8 2 3 0 1 9 3 7 5 8 8 4 2 6 4 8 6 2 7 0 9 1 6 5 4 5 2 6 4 5 9 3 7 3 7 8 7 3 2 5 4 0 1 9 6 9 7 3 8 6 4 8 5 7 9 3 4 9 3 9 6 7 7 8 5 1 6 8 6 7 0 5 9 8 3 8 5 0 9 6 3 6 8 7 9 6 9 5 8 4 7 9 4 2 8
3.58/8.11	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.58/8.15	c 8	OK
3.58/8.15	c 8	OBJECTIVE BOUND: 0 <= _COST <= 205
3.58/8.15	c 8	SEARCHING: _COST <= 102
3.58/8.15	c 8	============================[ Search Statistics ]==============================
3.58/8.16	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.58/8.16	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.58/8.16	c 8	===============================================================================
3.58/8.16	c 8	|         0 |   11916   890756  2635637 |   296918        0    nan |  0.000 % |
3.58/8.18	c 8	===============================================================================
3.58/8.18	c 8	restarts              : 3
3.58/8.18	c 8	conflicts             : 1             (2 /sec)
3.58/8.18	c 8	decisions             : 178           (1.69 % random) (346 /sec)
3.58/8.18	c 8	propagations          : 43990          (85431 /sec)
3.58/8.18	c 8	conflict literals     : 27             (0.00 % deleted)
3.58/8.18	c 8	Memory used           : 39.07 MB
3.58/8.18	c 8	CPU time              : 0.514921 s
3.58/8.18	c 8	
3.58/8.18	c 8	SATISFIABLE
3.58/8.19	c 8	OK
3.58/8.19	c 8	FOUND: _COST <= 102
3.58/8.19	c 8	DECODING HOME/temp.out WITH HOME/temp.map
3.58/8.19	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.92/8.27	c 8	Decoding HOME/temp.out
3.92/8.40	c 8	OBJECTIVE _COST 102
3.92/8.40	o 102
3.92/8.41	v 8 4 7 0 9 5 2 3 7 6 9 0 3 5 8 8 4 2 6 1 2 9 6 7 0 8 1 6 5 4 5 2 1 4 5 9 3 8 0 7 6 7 8 3 1 4 5 1 9 2 0 7 3 1 6 2 8 4 5 9 3 1 9 8 9 6 7 7 4 5 1 9 4 2 7 0 6 5 8 3 7 5 0 4 6 3 8 9 1 9 0 3 5 6 4 7 9 4 2 8
3.92/8.41	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.92/8.45	c 8	OK
3.92/8.45	c 8	OBJECTIVE BOUND: 0 <= _COST <= 102
3.92/8.45	c 8	SEARCHING: _COST <= 51
3.92/8.46	c 8	============================[ Search Statistics ]==============================
3.92/8.47	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.92/8.47	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.92/8.47	c 8	===============================================================================
3.92/8.47	c 8	|         1 |    9648   890756  2635637 |   296918        1     27 |  0.000 % |
3.92/8.48	c 8	===============================================================================
3.92/8.48	c 8	restarts              : 4
3.92/8.48	c 8	conflicts             : 10            (18 /sec)
3.92/8.48	c 8	decisions             : 446           (1.12 % random) (807 /sec)
3.92/8.48	c 8	propagations          : 58829          (106398 /sec)
3.92/8.48	c 8	conflict literals     : 286            (0.69 % deleted)
3.92/8.48	c 8	Memory used           : 39.20 MB
3.92/8.48	c 8	CPU time              : 0.552915 s
3.92/8.48	c 8	
3.92/8.48	c 8	SATISFIABLE
3.92/8.49	c 8	OK
3.92/8.49	c 8	FOUND: _COST <= 51
3.92/8.49	c 8	DECODING HOME/temp.out WITH HOME/temp.map
3.92/8.49	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.20/8.56	c 8	Decoding HOME/temp.out
4.20/8.68	c 9	OBJECTIVE _COST 51
4.20/8.68	o 51
4.20/8.68	v 6 9 9 0 7 5 2 3 1 8 9 0 9 5 8 2 1 7 6 4 4 3 8 7 0 9 1 6 5 2 5 2 8 4 9 7 3 6 3 0 8 7 3 6 5 4 6 1 9 0 8 6 3 2 6 7 0 5 4 9 3 1 2 8 4 6 7 9 0 5 1 4 6 5 2 0 9 8 7 3 7 5 0 6 9 3 4 2 8 1 0 6 5 9 3 1 8 4 2 7
4.20/8.69	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.20/8.70	c 9	OK
4.20/8.70	c 9	OBJECTIVE BOUND: 0 <= _COST <= 51
4.20/8.70	c 9	SEARCHING: _COST <= 25
4.41/8.70	c 9	============================[ Search Statistics ]==============================
4.41/8.71	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.41/8.71	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.41/8.71	c 9	===============================================================================
4.41/8.71	c 9	|        10 |    8200   890756  2635637 |   296918       10     29 |  0.000 % |
4.41/8.72	c 9	|       110 |    8200   890756  2635637 |   326610      110     71 | 55.554 % |
4.41/8.74	c 9	===============================================================================
4.41/8.74	c 9	restarts              : 6
4.41/8.74	c 9	conflicts             : 150           (251 /sec)
4.41/8.74	c 9	decisions             : 769           (0.91 % random) (1286 /sec)
4.41/8.74	c 9	propagations          : 93927          (157092 /sec)
4.41/8.74	c 9	conflict literals     : 10655          (0.35 % deleted)
4.41/8.74	c 9	Memory used           : 39.33 MB
4.41/8.74	c 9	CPU time              : 0.597909 s
4.41/8.74	c 9	
4.41/8.74	c 9	SATISFIABLE
4.41/8.74	c 9	OK
4.41/8.74	c 9	FOUND: _COST <= 25
4.41/8.74	c 9	DECODING HOME/temp.out WITH HOME/temp.map
4.41/8.74	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.45/8.83	c 9	Decoding HOME/temp.out
4.45/8.96	c 9	OBJECTIVE _COST 25
4.45/8.96	o 25
4.45/8.97	v 6 8 1 0 5 9 2 3 7 4 9 1 2 5 8 1 4 7 6 0 4 3 8 7 0 2 1 9 5 6 8 2 7 4 9 5 3 6 3 1 5 7 6 9 3 4 0 1 9 8 2 0 3 1 6 7 5 8 4 9 3 4 9 8 2 6 7 0 1 5 1 9 4 2 7 0 6 5 8 3 7 5 0 6 4 3 8 2 9 8 0 6 5 3 1 8 9 4 2 7
4.45/8.98	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.45/9.01	c 9	OK
4.45/9.01	c 9	OBJECTIVE BOUND: 0 <= _COST <= 25
4.45/9.01	c 9	SEARCHING: _COST <= 12
4.45/9.01	c 9	============================[ Search Statistics ]==============================
4.45/9.02	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.45/9.02	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.45/9.02	c 9	===============================================================================
4.45/9.02	c 9	|       150 |    7123   890756  2635637 |   296918      150     71 | 55.554 % |
4.45/9.03	c 9	|       251 |    7123   890756  2635637 |   326610      251     80 | 61.532 % |
4.45/9.06	c 9	|       401 |    7123   890756  2635637 |   359271      401     89 | 61.532 % |
4.45/9.08	c 9	|       628 |    7123   890756  2635637 |   395198      628     82 | 61.532 % |
4.76/9.12	c 9	|       965 |    7123   890756  2635637 |   434718      965     94 | 61.532 % |
4.76/9.15	c 9	===============================================================================
4.76/9.15	c 9	restarts              : 11
4.76/9.15	c 9	conflicts             : 1105          (1476 /sec)
4.76/9.15	c 9	decisions             : 2332          (0.39 % random) (3114 /sec)
4.76/9.15	c 9	propagations          : 247647         (330687 /sec)
4.76/9.15	c 9	conflict literals     : 102966         (0.76 % deleted)
4.76/9.15	c 9	Memory used           : 39.59 MB
4.76/9.15	c 9	CPU time              : 0.748886 s
4.76/9.15	c 9	
4.76/9.15	c 9	SATISFIABLE
4.76/9.16	c 9	OK
4.76/9.16	c 9	FOUND: _COST <= 12
4.76/9.16	c 9	DECODING HOME/temp.out WITH HOME/temp.map
4.76/9.16	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.82/9.26	c 9	Decoding HOME/temp.out
4.82/9.38	c 9	OBJECTIVE _COST 12
4.82/9.38	o 12
4.82/9.39	v 8 6 4 0 7 5 2 3 9 1 9 0 7 5 8 1 4 7 6 2 4 3 8 7 0 9 1 2 5 6 0 2 6 4 5 8 3 9 1 7 5 7 2 9 3 4 6 1 0 8 7 4 3 1 6 2 0 5 8 9 3 9 1 8 2 6 7 0 4 5 1 8 9 2 4 0 5 6 7 3 2 5 0 6 1 3 9 8 3 4 6 1 5 3 9 7 8 4 2 0
4.82/9.39	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.82/9.44	c 9	OK
4.82/9.44	c 9	OBJECTIVE BOUND: 0 <= _COST <= 12
4.82/9.44	c 9	SEARCHING: _COST <= 6
4.82/9.45	c 9	============================[ Search Statistics ]==============================
4.82/9.46	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.82/9.46	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.82/9.46	c 9	===============================================================================
4.82/9.46	c 9	|      1105 |    6165   890756  2635637 |   296918     1105     93 | 61.532 % |
4.82/9.47	c 9	|      1205 |    6165   890756  2635637 |   326610     1205     89 | 67.303 % |
4.82/9.48	c 9	===============================================================================
4.82/9.48	c 9	restarts              : 13
4.82/9.48	c 9	conflicts             : 1246          (1575 /sec)
4.82/9.48	c 9	decisions             : 2631          (0.34 % random) (3327 /sec)
4.82/9.48	c 9	propagations          : 302400         (382359 /sec)
4.82/9.48	c 9	conflict literals     : 108873         (1.06 % deleted)
4.82/9.48	c 9	Memory used           : 39.59 MB
4.82/9.48	c 9	CPU time              : 0.790879 s
4.82/9.48	c 9	
4.82/9.48	c 9	SATISFIABLE
4.82/9.48	c 9	OK
4.82/9.48	c 9	FOUND: _COST <= 6
4.82/9.48	c 9	DECODING HOME/temp.out WITH HOME/temp.map
4.82/9.48	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.08/9.56	c 9	Decoding HOME/temp.out
5.08/9.68	c 10	OBJECTIVE _COST 6
5.08/9.68	o 6
5.08/9.68	v 4 1 7 0 5 9 2 3 8 6 9 4 1 5 8 7 8 2 6 0 6 3 4 7 0 2 1 9 5 8 0 2 6 4 7 8 3 5 9 1 5 7 8 3 9 4 6 1 0 2 2 8 3 1 6 5 4 0 7 9 3 0 2 9 1 6 7 8 4 5 1 6 9 2 4 0 5 7 8 3 7 5 0 8 2 3 9 6 1 4 8 9 5 6 3 1 0 4 2 7
5.08/9.69	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.08/9.70	c 10	OK
5.08/9.70	c 10	OBJECTIVE BOUND: 0 <= _COST <= 6
5.08/9.70	c 10	SEARCHING: _COST <= 3
5.28/9.70	c 10	============================[ Search Statistics ]==============================
5.28/9.71	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.28/9.71	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.28/9.71	c 10	===============================================================================
5.28/9.71	c 10	|      1246 |    5240   890756  2635637 |   296918     1246     87 | 67.303 % |
5.28/9.72	c 10	|      1346 |    5240   890756  2635637 |   326610     1346     89 | 72.507 % |
5.28/9.73	c 10	|      1496 |    5240   890756  2635637 |   359271     1496     91 | 72.507 % |
5.28/9.76	c 10	|      1721 |    5240   890756  2635637 |   395198     1721     91 | 72.507 % |
5.28/9.78	c 10	===============================================================================
5.28/9.78	c 10	restarts              : 17
5.28/9.78	c 10	conflicts             : 1792          (2034 /sec)
5.28/9.78	c 10	decisions             : 3498          (0.26 % random) (3971 /sec)
5.28/9.78	c 10	propagations          : 394499         (447854 /sec)
5.28/9.78	c 10	conflict literals     : 162472         (0.91 % deleted)
5.28/9.78	c 10	Memory used           : 39.85 MB
5.28/9.78	c 10	CPU time              : 0.880866 s
5.28/9.78	c 10	
5.28/9.78	c 10	SATISFIABLE
5.28/9.79	c 10	OK
5.28/9.79	c 10	FOUND: _COST <= 3
5.28/9.79	c 10	DECODING HOME/temp.out WITH HOME/temp.map
5.28/9.79	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.37/9.88	c 10	Decoding HOME/temp.out
5.46/10.00	c 10	OBJECTIVE _COST 3
5.46/10.00	o 3
5.55/10.00	v 7 9 6 0 4 5 2 3 8 1 9 3 2 5 8 1 0 7 6 4 6 4 8 7 0 2 1 3 5 9 8 2 1 4 5 9 3 6 0 7 5 7 9 6 2 4 8 1 3 0 2 8 3 1 6 7 5 0 4 9 3 0 4 8 9 6 7 2 1 5 1 6 7 2 8 0 4 5 9 3 4 5 0 9 1 3 6 8 7 2 0 1 5 3 7 8 9 4 2 6
5.55/10.01	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.55/10.06	c 10	OK
5.55/10.06	c 10	OBJECTIVE BOUND: 0 <= _COST <= 3
5.55/10.06	c 10	SEARCHING: _COST <= 1
5.55/10.07	c 10	============================[ Search Statistics ]==============================
5.55/10.07	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.55/10.07	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.55/10.07	c 10	===============================================================================
5.55/10.07	c 10	|      1792 |    4406   890756  2635637 |   296918     1792     91 | 72.507 % |
5.55/10.08	c 10	|      1892 |    4406   890756  2635637 |   326610     1891     89 | 77.712 % |
5.55/10.09	c 10	|      2042 |    4406   890756  2635637 |   359271     2041     86 | 77.712 % |
5.61/10.14	c 10	===============================================================================
5.61/10.14	c 10	restarts              : 20
5.61/10.14	c 10	conflicts             : 2259          (2349 /sec)
5.61/10.14	c 10	decisions             : 4252          (0.28 % random) (4421 /sec)
5.61/10.14	c 10	propagations          : 526324         (547198 /sec)
5.61/10.14	c 10	conflict literals     : 191222         (3.15 % deleted)
5.61/10.14	c 10	Memory used           : 39.98 MB
5.61/10.14	c 10	CPU time              : 0.961853 s
5.61/10.14	c 10	
5.61/10.14	c 10	UNSATISFIABLE
5.61/10.14	c 10	OK
5.61/10.14	c 10	NOT FOUND: _COST <= 1
5.61/10.14	c 10	OK
5.61/10.14	c 10	OBJECTIVE BOUND: 2 <= _COST <= 3
5.61/10.14	c 10	SEARCHING: _COST <= 2
5.61/10.14	c 10	============================[ Search Statistics ]==============================
5.61/10.14	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.61/10.14	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.61/10.14	c 10	===============================================================================
5.61/10.14	c 10	|      2259 |    4406   890756  2635637 |   296918     2257     85 | 77.712 % |
5.61/10.15	c 10	|      2359 |    4405   890756  2635637 |   326610     2357     84 | 77.724 % |
5.71/10.21	c 10	===============================================================================
5.71/10.21	c 10	restarts              : 22
5.71/10.21	c 10	conflicts             : 2497          (2425 /sec)
5.71/10.21	c 10	decisions             : 4659          (0.32 % random) (4524 /sec)
5.71/10.21	c 10	propagations          : 646554         (627818 /sec)
5.71/10.21	c 10	conflict literals     : 211943         (3.76 % deleted)
5.71/10.21	c 10	Memory used           : 40.11 MB
5.71/10.21	c 10	CPU time              : 1.02984 s
5.71/10.21	c 10	
5.71/10.21	c 10	SATISFIABLE
5.71/10.21	c 10	OK
5.71/10.21	c 10	FOUND: _COST <= 2
5.71/10.21	c 10	DECODING HOME/temp.out WITH HOME/temp.map
5.71/10.21	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.71/10.29	c 10	Decoding HOME/temp.out
5.73/10.40	c 10	OBJECTIVE _COST 2
5.73/10.40	o 2
5.73/10.40	v 5 1 6 0 7 9 2 3 4 8 9 4 1 5 8 7 0 2 6 4 6 3 4 7 0 8 1 9 5 2 8 2 7 4 9 5 3 6 0 1 2 7 9 3 5 4 6 1 8 0 4 0 3 1 6 2 8 5 7 9 3 9 8 2 1 6 7 0 4 5 1 8 2 6 4 0 5 7 9 3 7 5 0 9 2 3 4 8 1 6 0 6 5 8 3 1 9 4 2 7
5.73/10.41	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.73/10.42	c 10	OK
5.73/10.42	c 10	OBJECTIVE _COST 2
5.73/10.42	s OPTIMUM FOUND
5.73/10.44	c 10	CPU 5.34 (0.07 0.05 5.27 0.56)
5.73/10.44	c 10	END Thu Aug  7 20:17:48 2008

Verifier Data (download as text)

OK	2	820
2 unsatisfied constraints, 820 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-1108763-1218133058/watcher-1108763-1218133058 -o /tmp/evaluation-result-1108763-1218133058/solver-1108763-1218133058 -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-1108763-1218133058.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.04 0.24 0.17 4/68 13505
/proc/meminfo: memFree=325168/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=7504 CPUtime=0
/proc/13505/stat : 13505 (sugar++) R 13503 13505 13434 0 -1 4194304 63 0 0 0 0 0 0 0 18 0 1 0 140390606 7684096 49 996147200 4194304 4206940 548682068528 18446744073709551615 214942417616 0 0 4096 0 0 0 0 17 0 0 0
/proc/13505/statm: 1876 51 38 3 0 55 0

[startup+0.0360789 s]
/proc/loadavg: 0.04 0.24 0.17 4/68 13505
/proc/meminfo: memFree=325168/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=12676 CPUtime=0
/proc/13505/stat : 13505 (sugar++) D 13503 13505 13434 0 -1 4194304 531 0 0 0 0 0 0 0 18 0 1 0 140390606 12980224 499 996147200 4194304 4206940 548682068528 18446744073709551615 214945200741 0 2147483391 4224 0 18446744072099855350 0 0 17 1 0 0
/proc/13505/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.102212 s]
/proc/loadavg: 0.04 0.24 0.17 4/68 13505
/proc/meminfo: memFree=325168/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=13468 CPUtime=0.03
/proc/13505/stat : 13505 (sugar++) R 13503 13505 13434 0 -1 4194304 758 0 0 0 2 1 0 0 18 0 1 0 140390606 13791232 726 996147200 4194304 4206940 548682068528 18446744073709551615 214945200741 0 0 4224 0 0 0 0 17 0 0 0
/proc/13505/statm: 3367 726 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.301244 s]
/proc/loadavg: 0.04 0.24 0.17 4/68 13505
/proc/meminfo: memFree=325168/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=16740 CPUtime=0.09
/proc/13505/stat : 13505 (sugar++) S 13503 13505 13434 0 -1 4194304 1219 128 0 0 5 4 0 0 17 0 1 0 140390606 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13505/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+0.701277 s]
/proc/loadavg: 0.04 0.24 0.17 4/68 13505
/proc/meminfo: memFree=325168/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=16740 CPUtime=0.09
/proc/13505/stat : 13505 (sugar++) S 13503 13505 13434 0 -1 4194304 1219 128 0 0 5 4 0 0 17 0 1 0 140390606 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13505/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+1.50137 s]
/proc/loadavg: 0.04 0.24 0.17 3/94 13533
/proc/meminfo: memFree=285584/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=16740 CPUtime=0.41
/proc/13505/stat : 13505 (sugar++) S 13503 13505 13434 0 -1 4194304 1297 4469 0 60 5 4 28 4 15 0 1 0 140390606 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13505/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+3.10141 s]
/proc/loadavg: 0.04 0.24 0.17 1/94 13553
/proc/meminfo: memFree=270288/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=16740 CPUtime=0.41
/proc/13505/stat : 13505 (sugar++) S 13503 13505 13434 0 -1 4194304 1297 4469 0 60 5 4 28 4 15 0 1 0 140390606 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13505/statm: 4185 1104 409 3 0 764 0
[pid=13535] ppid=13505 vsize=5356 CPUtime=0
/proc/13535/stat : 13535 (sh) S 13505 13505 13434 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140390717 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13535/statm: 1339 233 193 169 0 50 0
[pid=13537] ppid=13535 vsize=868388 CPUtime=1.21
/proc/13537/stat : 13537 (java) S 13535 13505 13434 0 -1 0 6908 0 11 0 114 7 0 0 19 0 9 0 140390717 889229312 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13537/statm: 217097 6031 2563 9 0 211644 0
[pid=13537/tid=13539] ppid=13535 vsize=868388 CPUtime=0.82
/proc/13537/task/13539/stat : 13539 (java) R 13535 13505 13434 0 -1 64 2833 0 6 0 79 3 0 0 19 0 9 0 140390720 889229312 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4126957191 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13537/tid=13540] ppid=13535 vsize=868388 CPUtime=0.12
/proc/13537/task/13540/stat : 13540 (java) S 13535 13505 13434 0 -1 64 1889 0 5 0 11 1 0 0 16 0 9 0 140390721 889229312 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13537/tid=13542] ppid=13535 vsize=868388 CPUtime=0
/proc/13537/task/13542/stat : 13542 (java) S 13535 13505 13434 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140390722 889229312 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13537/tid=13543] ppid=13535 vsize=868388 CPUtime=0
/proc/13537/task/13543/stat : 13543 (java) S 13535 13505 13434 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390722 889229312 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13537/tid=13546] ppid=13535 vsize=868388 CPUtime=0
/proc/13537/task/13546/stat : 13546 (java) S 13535 13505 13434 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 140390724 889229312 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13537/tid=13547] ppid=13535 vsize=868388 CPUtime=0.24
/proc/13537/task/13547/stat : 13547 (java) S 13535 13505 13434 0 -1 64 1493 0 0 0 23 1 0 0 16 0 9 0 140390724 889229312 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13537/tid=13548] ppid=13535 vsize=868388 CPUtime=0
/proc/13537/task/13548/stat : 13548 (java) S 13535 13505 13434 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 140390724 889229312 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13537/tid=13549] ppid=13535 vsize=868388 CPUtime=0
/proc/13537/task/13549/stat : 13549 (java) S 13535 13505 13434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390724 889229312 6031 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 890484

[startup+6.30176 s]
/proc/loadavg: 0.19 0.27 0.18 2/77 13578
/proc/meminfo: memFree=218648/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=16872 CPUtime=3.04
/proc/13505/stat : 13505 (sugar++) D 13503 13505 13434 0 -1 4194304 1569 15955 0 72 6 4 267 27 16 0 1 0 140390606 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13505/statm: 4218 1136 414 3 0 797 0
[pid=13556] ppid=13505 vsize=39084 CPUtime=0.48
/proc/13556/stat : 13556 (minisat-inc) S 13505 13505 13434 0 -1 4194304 9552 0 0 0 43 5 0 0 15 0 1 0 140391039 40022016 9499 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/13556/statm: 9771 9499 78 151 0 9617 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 55956

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

[startup+7.90195 s]
/proc/loadavg: 0.19 0.27 0.18 2/79 13594
/proc/meminfo: memFree=221384/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=16872 CPUtime=3.04
/proc/13505/stat : 13505 (sugar++) S 13503 13505 13434 0 -1 4194304 1622 15955 0 72 6 4 267 27 15 0 1 0 140390606 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13505/statm: 4218 1136 414 3 0 797 0
[pid=13556] ppid=13505 vsize=39744 CPUtime=0.54
/proc/13556/stat : 13556 (minisat-inc) S 13505 13505 13434 0 -1 4194304 9702 0 0 0 48 6 0 0 17 0 1 0 140391039 40697856 9647 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/13556/statm: 9936 9647 78 151 0 9782 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 56616

[startup+9.50213 s]
/proc/loadavg: 0.34 0.30 0.19 3/77 13632
/proc/meminfo: memFree=185624/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=16872 CPUtime=4.23
/proc/13505/stat : 13505 (sugar++) S 13503 13505 13434 0 -1 4194304 1955 35365 0 77 7 5 371 40 15 0 1 0 140390606 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13505/statm: 4218 1136 414 3 0 797 0
[pid=13556] ppid=13505 vsize=40536 CPUtime=0.85
/proc/13556/stat : 13556 (minisat-inc) S 13505 13505 13434 0 -1 4194304 9926 0 0 0 79 6 0 0 16 0 1 0 140391039 41508864 9861 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/13556/statm: 10134 9861 79 151 0 9980 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 57408

[startup+9.90717 s]
/proc/loadavg: 0.34 0.30 0.19 3/79 13676
/proc/meminfo: memFree=184904/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=16872 CPUtime=4.43
/proc/13505/stat : 13505 (sugar++) S 13503 13505 13434 0 -1 4194304 2044 39245 0 78 7 5 388 43 15 0 1 0 140390606 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13505/statm: 4218 1136 414 3 0 797 0
[pid=13556] ppid=13505 vsize=40800 CPUtime=0.94
/proc/13556/stat : 13556 (minisat-inc) S 13505 13505 13434 0 -1 4194304 9985 0 0 0 88 6 0 0 16 0 1 0 140391039 41779200 9918 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13556/statm: 10200 9918 79 151 0 10046 0
[pid=13675] ppid=13505 vsize=5356 CPUtime=0
/proc/13675/stat : 13675 (sh) S 13505 13505 13434 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140391585 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13675/statm: 1339 233 193 169 0 50 0
[pid=13676] ppid=13675 vsize=195624 CPUtime=0.09
/proc/13676/stat : 13676 (java) S 13675 13505 13434 0 -1 0 3264 0 1 0 8 1 0 0 19 0 9 0 140391585 200318976 2741 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13676/statm: 48906 2741 1634 9 0 43488 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 258652

[startup+10.3012 s]
/proc/loadavg: 0.34 0.30 0.19 3/79 13676
/proc/meminfo: memFree=184904/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=16872 CPUtime=4.64
/proc/13505/stat : 13505 (sugar++) S 13503 13505 13434 0 -1 4194304 2115 43126 0 79 7 5 406 46 15 0 1 0 140390606 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13505/statm: 4218 1136 414 3 0 797 0
[pid=13556] ppid=13505 vsize=41064 CPUtime=1.09
/proc/13556/stat : 13556 (minisat-inc) S 13505 13505 13434 0 -1 4194304 10043 0 0 0 103 6 0 0 17 0 1 0 140391039 42049536 9972 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13556/statm: 10266 9972 79 151 0 10112 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 57936

[startup+10.4012 s]
/proc/loadavg: 0.34 0.30 0.19 3/79 13676
/proc/meminfo: memFree=184904/2055920 swapFree=4180868/4192956
[pid=13505] ppid=13503 vsize=16872 CPUtime=4.64
/proc/13505/stat : 13505 (sugar++) S 13503 13505 13434 0 -1 4194304 2115 43126 0 79 7 5 406 46 15 0 1 0 140390606 17276928 1136 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13505/statm: 4218 1136 414 3 0 797 0
[pid=13556] ppid=13505 vsize=41064 CPUtime=1.09
/proc/13556/stat : 13556 (minisat-inc) S 13505 13505 13434 0 -1 4194304 10043 0 0 0 103 6 0 0 17 0 1 0 140391039 42049536 9972 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13556/statm: 10266 9972 79 151 0 10112 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 57936

Child status: 0
Real time (s): 10.4448
CPU time (s): 5.98309
CPU user time (s): 5.34719
CPU system time (s): 0.635903
CPU usage (%): 57.2831
Max. virtual memory (cumulated for all children) (KiB): 890484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.34719
system time used= 0.635903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59261
page faults= 80
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8874
involuntary context switches= 8101

runsolver used 0.009998 second user time and 0.051992 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-08-07 20:17:38
IDJOB=1108763
IDBENCH=60760
IDSOLVER=367
FILE ID=node85/1108763-1218133058
PBS_JOBID= 8000806
Free space on /tmp= 126872 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QCP-10/normalized-qcp-10-67-10_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-1108763-1218133058/watcher-1108763-1218133058 -o /tmp/evaluation-result-1108763-1218133058/solver-1108763-1218133058 -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-1108763-1218133058.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d92132c0782cae99c8a071ae22148d4e
RANDOM SEED=202149387

node85.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        326288 kB
Buffers:         48200 kB
Cached:        1543300 kB
SwapCached:       5956 kB
Active:         476944 kB
Inactive:      1123460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        326288 kB
SwapTotal:     4192956 kB
SwapFree:      4180868 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:          14528 kB
Slab:           114880 kB
Committed_AS:    88696 kB
PageTables:       1604 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= 126852 MiB
End job on node85 at 2008-08-07 20:17:48