Trace number 1126835

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 10.1235 11.5791

General information on the benchmark

Namemaxcsp/warehouses/
normalized-cap102_ext.xml
MD5SUMa80e1d18423c15c52112767d2c53ef30
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints0
Best CPU time to get the best result obtained on this benchmark0.057991
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints1275
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension1275
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.03/0.26	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.26	c 0	BEGIN Wed Jul 16 07:45:50 2008
0.03/0.26	c 0	PID 31365
0.03/0.28	c 0	HOST node51.alineos.net
0.03/0.28	c 0	CONVERTING HOME/instance-1126835-1216187149.xml TO HOME/temp.csp
0.03/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126835-1216187149.xml' 'HOME/temp.csp'
0.06/0.81	c 0	3 domains, 76 variables, 0 predicates, 27 relations, 1275 constraints
0.06/0.85	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.85	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.59/0.93	c 0	Parsing HOME/temp.csp
0.72/1.09	c 1	parsed 1381 expressions
0.72/1.10	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.81/1.12	c 1	MAX CSP: 1275 constraints
0.81/1.12	c 1	Converting to clausal form CSP
0.81/1.16	c 1	converted 266 (10%) expressions
0.81/1.18	c 1	converted 532 (20%) expressions
0.91/1.20	c 1	converted 798 (30%) expressions
0.91/1.22	c 1	converted 1064 (40%) expressions
0.91/1.29	c 1	converted 1330 (50%) expressions
1.01/1.31	c 1	converted 1596 (60%) expressions
1.01/1.32	c 1	converted 1862 (70%) expressions
1.01/1.33	c 1	converted 2128 (80%) expressions
1.01/1.33	c 1	converted 2394 (90%) expressions
1.12/1.48	c 1	converted 2659 (100%) expressions
1.12/1.48	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1913
1.12/1.48	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.48	c 1	Propagation in CSP
1.22/1.55	c 1	1267 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.55	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
1.22/1.55	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.55	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.56	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
1.22/1.56	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.60	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.62	c 1	263 (10%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.31/1.62	c 1	526 (20%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.31/1.62	c 1	788 (30%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.31/1.62	c 1	1051 (40%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.31/1.62	c 1	1313 (50%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.31/1.63	c 1	1576 (60%) CSP integer variables are encoded (3707 clauses, 46247 bytes)
1.31/1.64	c 1	1839 (70%) CSP integer variables are encoded (5835 clauses, 73911 bytes)
1.31/1.64	c 1	2101 (80%) CSP integer variables are encoded (8317 clauses, 106877 bytes)
1.31/1.64	c 1	2364 (90%) CSP integer variables are encoded (10368 clauses, 137642 bytes)
1.31/1.66	c 1	2626 (100%) CSP integer variables are encoded (24611 clauses, 351287 bytes)
1.41/1.72	c 1	383 (10%) CSP clauses are encoded (24994 clauses, 358745 bytes)
1.41/1.76	c 1	765 (20%) CSP clauses are encoded (25376 clauses, 366722 bytes)
1.41/1.78	c 1	1148 (30%) CSP clauses are encoded (25759 clauses, 374789 bytes)
1.51/1.82	c 1	1530 (40%) CSP clauses are encoded (35384 clauses, 544523 bytes)
1.71/2.01	c 2	1912 (50%) CSP clauses are encoded (132688 clauses, 2323571 bytes)
1.71/2.07	c 2	2295 (60%) CSP clauses are encoded (161257 clauses, 2837588 bytes)
2.31/2.62	c 2	2677 (70%) CSP clauses are encoded (446889 clauses, 8097647 bytes)
2.31/2.69	c 2	3060 (80%) CSP clauses are encoded (479714 clauses, 8780579 bytes)
2.51/2.85	c 2	3442 (90%) CSP clauses are encoded (560584 clauses, 10496533 bytes)
5.97/6.31	c 6	3824 (100%) CSP clauses are encoded (2104203 clauses, 43481148 bytes)
5.97/6.31	c 6	3824 CSP clauses encoded
5.97/6.31	c 6	Writing map file : HOME/temp.map
5.97/6.34	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.34	c 6	SAT : 27236 SAT variables, 2104203 SAT clauses, 43481148 bytes
5.97/6.34	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.38	c 6	OBJECTIVE minimize _COST
5.97/6.38	c 6	SOLVING HOME/temp.cnf
5.97/6.38	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
6.02/6.40	c 6	This is MiniSat 2.0 beta incremental
6.02/6.40	c 6	WARNING: for repeatability, setting FPU to use double precision
6.02/6.40	c 6	============================[ Problem Statistics ]=============================
6.02/6.40	c 6	|                                                                             |
6.02/6.40	c 6	|  Number of variables:  27236                                                |
6.02/6.40	c 6	|  Number of clauses:    2104203                                              |
6.89/7.37	c 7	|  Parsing time:         0.82         s                                       |
7.00/7.41	c 7	OK
7.00/7.41	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
7.00/7.41	c 7	SEARCHING: _COST <= 638
7.00/7.41	c 7	============================[ Search Statistics ]==============================
7.00/7.41	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.00/7.41	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.00/7.41	c 7	===============================================================================
7.00/7.41	c 7	|         0 |   27236  2104203  6240925 |   701401        0    nan |  0.000 % |
7.09/7.58	c 7	===============================================================================
7.09/7.58	c 7	restarts              : 1
7.09/7.58	c 7	conflicts             : 0             (0 /sec)
7.09/7.58	c 7	decisions             : 66            (0.00 % random) (64 /sec)
7.09/7.58	c 7	propagations          : 27236          (26550 /sec)
7.09/7.58	c 7	conflict literals     : 0              ( nan % deleted)
7.09/7.58	c 7	Memory used           : 88.57 MB
7.09/7.58	c 7	CPU time              : 1.02584 s
7.09/7.58	c 7	
7.09/7.58	c 7	SATISFIABLE
7.09/7.59	c 7	OK
7.09/7.59	c 7	FOUND: _COST <= 638
7.09/7.59	s SATISFIABLE
7.09/7.59	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.09/7.59	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.19/7.68	c 7	Decoding HOME/temp.out
7.38/7.83	c 7	OBJECTIVE _COST 163
7.38/7.83	o 163
7.38/7.84	v 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 0 24 20 20 20 24 23 21 20 20 20 20 24 23 21 20 20 20 20 24 23 21 20 10 20 20 20 24 23 21 20 20 20 20 24 22 20 20 20 20 20 24 22 20 20 20 20 20 24 20 21 -1
7.38/7.84	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.38/7.89	c 7	OK
7.38/7.89	c 7	OBJECTIVE BOUND: 0 <= _COST <= 163
7.38/7.89	c 7	SEARCHING: _COST <= 81
7.38/7.89	c 7	============================[ Search Statistics ]==============================
7.38/7.89	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.38/7.89	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.38/7.89	c 7	===============================================================================
7.38/7.89	c 7	|         0 |   27236  2104203  6240925 |   701401        0    nan |  0.000 % |
7.47/7.94	c 7	===============================================================================
7.47/7.94	c 7	restarts              : 2
7.47/7.94	c 7	conflicts             : 0             (0 /sec)
7.47/7.94	c 7	decisions             : 129           (0.78 % random) (116 /sec)
7.47/7.94	c 7	propagations          : 54472          (49170 /sec)
7.47/7.94	c 7	conflict literals     : 0              ( nan % deleted)
7.47/7.94	c 7	Memory used           : 88.57 MB
7.47/7.94	c 7	CPU time              : 1.10783 s
7.47/7.94	c 7	
7.47/7.94	c 7	SATISFIABLE
7.47/7.95	c 7	OK
7.47/7.95	c 7	FOUND: _COST <= 81
7.47/7.95	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.47/7.95	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.52/8.02	c 8	Decoding HOME/temp.out
7.52/8.37	c 8	OBJECTIVE _COST 81
7.52/8.37	o 81
7.52/8.38	v 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 20 20 20 20 24 22 20 20 20 20 20 24 23 21 20 20 20 20 24 22 20 20 10 20 20 20 20 23 21 20 20 20 20 24 22 20 20 20 20 20 23 21 20 20 20 20 20 24 20 20 -1
7.52/8.39	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.52/8.43	c 8	OK
7.52/8.43	c 8	OBJECTIVE BOUND: 0 <= _COST <= 81
7.52/8.43	c 8	SEARCHING: _COST <= 40
7.52/8.44	c 8	============================[ Search Statistics ]==============================
7.52/8.45	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.52/8.45	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.52/8.45	c 8	===============================================================================
7.52/8.45	c 8	|         0 |   14061  2104203  6240925 |   701401        0    nan |  0.000 % |
7.52/8.47	c 8	===============================================================================
7.52/8.47	c 8	restarts              : 3
7.52/8.47	c 8	conflicts             : 0             (0 /sec)
7.52/8.47	c 8	decisions             : 280           (1.07 % random) (241 /sec)
7.52/8.47	c 8	propagations          : 68533          (58987 /sec)
7.52/8.47	c 8	conflict literals     : 0              ( nan % deleted)
7.52/8.47	c 8	Memory used           : 88.57 MB
7.52/8.47	c 8	CPU time              : 1.16182 s
7.52/8.47	c 8	
7.52/8.47	c 8	SATISFIABLE
7.52/8.48	c 8	OK
7.52/8.48	c 8	FOUND: _COST <= 40
7.52/8.48	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.52/8.48	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.02/8.56	c 8	Decoding HOME/temp.out
8.22/8.73	c 8	OBJECTIVE _COST 40
8.22/8.73	o 40
8.22/8.74	v 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 18 18 18 18 18 23 18 18 18 18 18 18 22 19 18 18 18 18 18 23 21 18 10 18 18 18 18 18 19 18 18 18 18 23 18 18 18 18 18 18 18 22 18 18 18 18 18 18 18 21 -1
8.22/8.74	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.28/8.80	c 8	OK
8.28/8.80	c 8	OBJECTIVE BOUND: 0 <= _COST <= 40
8.28/8.80	c 8	SEARCHING: _COST <= 20
8.28/9.59	c 9	============================[ Search Statistics ]==============================
8.28/9.59	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.28/9.59	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.28/9.59	c 9	===============================================================================
8.28/9.59	c 9	|         0 |   12282  2104203  6240925 |   701401        0    nan |  0.000 % |
8.28/9.60	c 9	===============================================================================
8.29/9.60	c 9	restarts              : 4
8.29/9.60	c 9	conflicts             : 0             (0 /sec)
8.29/9.60	c 9	decisions             : 380           (1.05 % random) (317 /sec)
8.29/9.60	c 9	propagations          : 80815          (67356 /sec)
8.29/9.60	c 9	conflict literals     : 0              ( nan % deleted)
8.29/9.60	c 9	Memory used           : 88.57 MB
8.29/9.60	c 9	CPU time              : 1.19982 s
8.29/9.60	c 9	
8.29/9.60	c 9	SATISFIABLE
8.29/9.61	c 9	OK
8.29/9.61	c 9	FOUND: _COST <= 20
8.29/9.61	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.29/9.61	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.29/9.69	c 9	Decoding HOME/temp.out
8.47/9.85	c 9	OBJECTIVE _COST 20
8.47/9.85	o 20
8.47/9.86	v 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 18 18 18 18 18 18 18 18 18 18 18 18 18 19 18 18 18 18 18 23 21 18 10 18 18 18 18 18 19 18 18 18 18 23 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 -1
8.47/9.86	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.47/9.88	c 9	OK
8.47/9.88	c 9	OBJECTIVE BOUND: 0 <= _COST <= 20
8.47/9.88	c 9	SEARCHING: _COST <= 10
8.47/9.88	c 9	============================[ Search Statistics ]==============================
8.47/9.88	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.47/9.88	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.47/9.88	c 9	===============================================================================
8.47/9.88	c 9	|         0 |   10784  2104203  6240925 |   701401        0    nan |  0.000 % |
8.47/9.89	c 9	===============================================================================
8.47/9.89	c 9	restarts              : 5
8.47/9.89	c 9	conflicts             : 0             (0 /sec)
8.47/9.89	c 9	decisions             : 465           (1.29 % random) (379 /sec)
8.47/9.89	c 9	propagations          : 91599          (74725 /sec)
8.47/9.89	c 9	conflict literals     : 0              ( nan % deleted)
8.47/9.89	c 9	Memory used           : 88.57 MB
8.47/9.89	c 9	CPU time              : 1.22581 s
8.47/9.89	c 9	
8.47/9.89	c 9	SATISFIABLE
8.47/9.90	c 9	OK
8.47/9.90	c 9	FOUND: _COST <= 10
8.47/9.90	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.47/9.90	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.58/9.98	c 10	Decoding HOME/temp.out
8.58/10.14	c 10	OBJECTIVE _COST 10
8.58/10.14	o 10
8.58/10.14	v 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 23 21 17 10 17 17 17 17 17 19 17 17 17 17 23 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 -1
8.58/10.14	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.58/10.16	c 10	OK
8.58/10.16	c 10	OBJECTIVE BOUND: 0 <= _COST <= 10
8.58/10.16	c 10	SEARCHING: _COST <= 5
8.58/10.16	c 10	============================[ Search Statistics ]==============================
8.58/10.16	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.58/10.16	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.58/10.16	c 10	===============================================================================
8.58/10.16	c 10	|         0 |    9428  2104203  6240925 |   701401        0    nan |  0.000 % |
8.58/10.17	c 10	===============================================================================
8.58/10.17	c 10	restarts              : 6
8.58/10.17	c 10	conflicts             : 0             (0 /sec)
8.58/10.17	c 10	decisions             : 531           (1.51 % random) (426 /sec)
8.58/10.17	c 10	propagations          : 101027         (81093 /sec)
8.58/10.17	c 10	conflict literals     : 0              ( nan % deleted)
8.58/10.17	c 10	Memory used           : 88.57 MB
8.58/10.17	c 10	CPU time              : 1.24581 s
8.58/10.17	c 10	
8.58/10.17	c 10	SATISFIABLE
8.58/10.18	c 10	OK
8.58/10.18	c 10	FOUND: _COST <= 5
8.58/10.18	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.58/10.18	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'
8.84/10.26	c 10	Decoding HOME/temp.out
8.84/10.41	c 10	OBJECTIVE _COST 5
8.84/10.41	o 5
8.84/10.42	v 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 10 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 -1
8.84/10.42	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.84/10.45	c 10	OK
8.84/10.45	c 10	OBJECTIVE BOUND: 0 <= _COST <= 5
8.84/10.45	c 10	SEARCHING: _COST <= 2
8.84/10.45	c 10	============================[ Search Statistics ]==============================
8.84/10.45	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.84/10.45	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.84/10.45	c 10	===============================================================================
8.84/10.45	c 10	|         0 |    8122  2104203  6240925 |   701401        0    nan |  0.000 % |
8.84/10.45	c 10	===============================================================================
8.84/10.45	c 10	restarts              : 7
8.84/10.45	c 10	conflicts             : 0             (0 /sec)
8.84/10.45	c 10	decisions             : 585           (1.54 % random) (464 /sec)
8.84/10.45	c 10	propagations          : 109149         (86502 /sec)
8.84/10.45	c 10	conflict literals     : 0              ( nan % deleted)
8.84/10.45	c 10	Memory used           : 88.57 MB
8.84/10.45	c 10	CPU time              : 1.26181 s
8.84/10.45	c 10	
8.84/10.45	c 10	SATISFIABLE
8.84/10.46	c 10	OK
8.84/10.46	c 10	FOUND: _COST <= 2
8.84/10.46	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.84/10.46	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.10/10.57	c 10	Decoding HOME/temp.out
9.10/10.73	c 10	OBJECTIVE _COST 2
9.10/10.73	o 2
9.10/10.73	v 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 10 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 -1
9.10/10.74	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.10/10.76	c 10	OK
9.10/10.76	c 10	OBJECTIVE BOUND: 0 <= _COST <= 2
9.10/10.76	c 10	SEARCHING: _COST <= 1
9.10/10.77	c 10	============================[ Search Statistics ]==============================
9.10/10.77	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.10/10.77	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.10/10.77	c 10	===============================================================================
9.10/10.77	c 10	|         0 |    6836  2104203  6240925 |   701401        0    nan |  0.000 % |
9.10/10.77	c 10	===============================================================================
9.10/10.77	c 10	restarts              : 8
9.10/10.77	c 10	conflicts             : 0             (0 /sec)
9.10/10.77	c 10	decisions             : 637           (1.57 % random) (500 /sec)
9.10/10.77	c 10	propagations          : 115985         (91054 /sec)
9.10/10.77	c 10	conflict literals     : 0              ( nan % deleted)
9.10/10.77	c 10	Memory used           : 88.57 MB
9.10/10.77	c 10	CPU time              : 1.27381 s
9.10/10.77	c 10	
9.10/10.77	c 10	SATISFIABLE
9.10/10.77	c 10	OK
9.10/10.77	c 10	FOUND: _COST <= 1
9.10/10.77	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.10/10.77	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.36/10.85	c 10	Decoding HOME/temp.out
9.76/11.21	c 11	OBJECTIVE _COST 1
9.76/11.21	o 1
9.76/11.21	v 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 10 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 -1
9.76/11.22	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.76/11.26	c 11	OK
9.76/11.26	c 11	OBJECTIVE BOUND: 0 <= _COST <= 1
9.76/11.26	c 11	SEARCHING: _COST <= 0
9.76/11.26	c 11	============================[ Search Statistics ]==============================
9.76/11.27	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.76/11.27	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.76/11.27	c 11	===============================================================================
9.76/11.27	c 11	|         0 |    5050  2104203  6240925 |   701401        0    nan |  0.000 % |
9.76/11.27	c 11	===============================================================================
9.76/11.27	c 11	restarts              : 9
9.76/11.27	c 11	conflicts             : 0             (0 /sec)
9.76/11.27	c 11	decisions             : 638           (1.57 % random) (496 /sec)
9.76/11.27	c 11	propagations          : 121035         (94132 /sec)
9.76/11.27	c 11	conflict literals     : 0              ( nan % deleted)
9.76/11.27	c 11	Memory used           : 88.57 MB
9.76/11.27	c 11	CPU time              : 1.2858 s
9.76/11.27	c 11	
9.76/11.27	c 11	SATISFIABLE
9.76/11.27	c 11	OK
9.76/11.27	c 11	FOUND: _COST <= 0
9.76/11.27	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.76/11.27	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'
9.82/11.35	c 11	Decoding HOME/temp.out
9.82/11.50	c 11	OBJECTIVE _COST 0
9.82/11.50	o 0
9.82/11.51	v 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -1
9.82/11.51	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.82/11.53	c 11	OK
9.82/11.53	c 11	OBJECTIVE _COST 0
9.82/11.53	s OPTIMUM FOUND
9.82/11.56	c 11	CPU 9.14 (0.07 0.03 9.07 0.91)
9.82/11.56	c 11	END Wed Jul 16 07:46:01 2008

Verifier Data (download as text)

OK	0	1275
0 unsatisfied constraints, 1275 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-1126835-1216187149/watcher-1126835-1216187149 -o /tmp/evaluation-result-1126835-1216187149/solver-1126835-1216187149 -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-1126835-1216187149.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.52 2.35 4/73 31365
/proc/meminfo: memFree=1927184/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=18572 CPUtime=0
/proc/31365/stat : 31365 (runsolver) D 31363 31365 29402 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75413853 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 235371293991 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/31365/statm: 4643 292 257 25 0 2626 0

[startup+0.033171 s]
/proc/loadavg: 2.09 2.52 2.35 4/73 31365
/proc/meminfo: memFree=1927184/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=124 CPUtime=0
/proc/31365/stat : 31365 (sugar++) D 31363 31365 29402 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 75413853 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 235368674793 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/31365/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101178 s]
/proc/loadavg: 2.09 2.52 2.35 4/73 31365
/proc/meminfo: memFree=1927184/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=12272 CPUtime=0
/proc/31365/stat : 31365 (sugar++) D 31363 31365 29402 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 75413853 12566528 330 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/31365/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301202 s]
/proc/loadavg: 2.09 2.52 2.35 4/73 31365
/proc/meminfo: memFree=1927184/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=16740 CPUtime=0.06
/proc/31365/stat : 31365 (sugar++) S 31363 31365 29402 0 -1 4194304 1217 128 2 0 5 1 0 0 18 0 1 0 75413853 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31365/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701238 s]
/proc/loadavg: 2.09 2.52 2.35 4/73 31365
/proc/meminfo: memFree=1927184/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=16740 CPUtime=0.06
/proc/31365/stat : 31365 (sugar++) S 31363 31365 29402 0 -1 4194304 1217 128 2 0 5 1 0 0 18 0 1 0 75413853 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31365/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50231 s]
/proc/loadavg: 2.09 2.52 2.35 3/84 31387
/proc/meminfo: memFree=1917880/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=16740 CPUtime=0.6
/proc/31365/stat : 31365 (sugar++) S 31363 31365 29402 0 -1 4194304 1295 4731 2 1 5 2 49 4 15 0 1 0 75413853 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31365/statm: 4185 1104 409 3 0 764 0
[pid=31378] ppid=31365 vsize=5356 CPUtime=0
/proc/31378/stat : 31378 (sh) S 31365 31365 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75413939 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31378/statm: 1339 233 193 169 0 50 0
[pid=31379] ppid=31378 vsize=868368 CPUtime=0.62
/proc/31379/stat : 31379 (java) S 31378 31365 29402 0 -1 0 5661 0 1 0 58 4 0 0 19 0 9 0 75413939 889208832 5082 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31379/statm: 217092 5082 1730 9 0 211667 0
[pid=31379/tid=31380] ppid=31378 vsize=868368 CPUtime=0.37
/proc/31379/task/31380/stat : 31380 (java) R 31378 31365 29402 0 -1 64 2645 0 1 0 35 2 0 0 19 0 9 0 75413940 889208832 5082 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31381] ppid=31378 vsize=868368 CPUtime=0.03
/proc/31379/task/31381/stat : 31381 (java) R 31378 31365 29402 0 -1 64 864 0 0 0 3 0 0 0 16 0 9 0 75413941 889208832 5082 996147200 134512640 134550740 4294955920 18446744073709551615 103850104 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31382] ppid=31378 vsize=868368 CPUtime=0
/proc/31379/task/31382/stat : 31382 (java) S 31378 31365 29402 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 75413941 889208832 5082 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31383] ppid=31378 vsize=868368 CPUtime=0
/proc/31379/task/31383/stat : 31383 (java) S 31378 31365 29402 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 75413941 889208832 5082 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31384] ppid=31378 vsize=868368 CPUtime=0
/proc/31379/task/31384/stat : 31384 (java) S 31378 31365 29402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75413943 889208832 5082 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31385] ppid=31378 vsize=868368 CPUtime=0.19
/proc/31379/task/31385/stat : 31385 (java) S 31378 31365 29402 0 -1 64 1460 0 0 0 18 1 0 0 16 0 9 0 75413943 889208832 5082 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31386] ppid=31378 vsize=868368 CPUtime=0
/proc/31379/task/31386/stat : 31386 (java) S 31378 31365 29402 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75413943 889208832 5082 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31387] ppid=31378 vsize=868368 CPUtime=0
/proc/31379/task/31387/stat : 31387 (java) S 31378 31365 29402 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 75413943 889208832 5082 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 890464

[startup+3.10245 s]
/proc/loadavg: 2.08 2.51 2.35 3/84 31387
/proc/meminfo: memFree=1905208/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=16740 CPUtime=0.61
/proc/31365/stat : 31365 (sugar++) S 31363 31365 29402 0 -1 4194304 1295 4731 2 1 6 2 49 4 15 0 1 0 75413853 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31365/statm: 4185 1104 409 3 0 764 0
[pid=31378] ppid=31365 vsize=5356 CPUtime=0
/proc/31378/stat : 31378 (sh) S 31365 31365 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75413939 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31378/statm: 1339 233 193 169 0 50 0
[pid=31379] ppid=31378 vsize=868480 CPUtime=2.2
/proc/31379/stat : 31379 (java) S 31378 31365 29402 0 -1 0 7360 0 1 0 205 15 0 0 19 0 9 0 75413939 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31379/statm: 217120 6233 2563 9 0 211667 0
[pid=31379/tid=31380] ppid=31378 vsize=868480 CPUtime=1.75
/proc/31379/task/31380/stat : 31380 (java) R 31378 31365 29402 0 -1 64 3073 0 1 0 165 10 0 0 25 0 9 0 75413940 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4126963771 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31381] ppid=31378 vsize=868480 CPUtime=0.16
/proc/31379/task/31381/stat : 31381 (java) S 31378 31365 29402 0 -1 64 2089 0 0 0 14 2 0 0 16 0 9 0 75413941 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31382] ppid=31378 vsize=868480 CPUtime=0
/proc/31379/task/31382/stat : 31382 (java) S 31378 31365 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75413941 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31383] ppid=31378 vsize=868480 CPUtime=0
/proc/31379/task/31383/stat : 31383 (java) S 31378 31365 29402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75413941 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31384] ppid=31378 vsize=868480 CPUtime=0
/proc/31379/task/31384/stat : 31384 (java) S 31378 31365 29402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75413943 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31385] ppid=31378 vsize=868480 CPUtime=0.26
/proc/31379/task/31385/stat : 31385 (java) S 31378 31365 29402 0 -1 64 1505 0 0 0 25 1 0 0 16 0 9 0 75413943 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31386] ppid=31378 vsize=868480 CPUtime=0
/proc/31379/task/31386/stat : 31386 (java) S 31378 31365 29402 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75413943 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31387] ppid=31378 vsize=868480 CPUtime=0
/proc/31379/task/31387/stat : 31387 (java) S 31378 31365 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75413943 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 890576

[startup+6.30274 s]
/proc/loadavg: 2.08 2.51 2.35 3/84 31387
/proc/meminfo: memFree=1873272/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=16740 CPUtime=0.61
/proc/31365/stat : 31365 (sugar++) S 31363 31365 29402 0 -1 4194304 1295 4731 2 1 6 2 49 4 15 0 1 0 75413853 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31365/statm: 4185 1104 409 3 0 764 0
[pid=31378] ppid=31365 vsize=5356 CPUtime=0
/proc/31378/stat : 31378 (sh) S 31365 31365 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75413939 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31378/statm: 1339 233 193 169 0 50 0
[pid=31379] ppid=31378 vsize=868480 CPUtime=5.36
/proc/31379/stat : 31379 (java) S 31378 31365 29402 0 -1 0 8260 0 1 0 494 42 0 0 19 0 9 0 75413939 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31379/statm: 217120 6233 2563 9 0 211667 0
[pid=31379/tid=31380] ppid=31378 vsize=868480 CPUtime=4.7
/proc/31379/task/31380/stat : 31380 (java) R 31378 31365 29402 0 -1 64 3973 0 1 0 438 32 0 0 25 0 9 0 75413940 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4126956044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31381] ppid=31378 vsize=868480 CPUtime=0.37
/proc/31379/task/31381/stat : 31381 (java) S 31378 31365 29402 0 -1 64 2089 0 0 0 30 7 0 0 16 0 9 0 75413941 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31382] ppid=31378 vsize=868480 CPUtime=0
/proc/31379/task/31382/stat : 31382 (java) S 31378 31365 29402 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75413941 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31383] ppid=31378 vsize=868480 CPUtime=0
/proc/31379/task/31383/stat : 31383 (java) S 31378 31365 29402 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75413941 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31384] ppid=31378 vsize=868480 CPUtime=0
/proc/31379/task/31384/stat : 31384 (java) S 31378 31365 29402 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75413943 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31385] ppid=31378 vsize=868480 CPUtime=0.26
/proc/31379/task/31385/stat : 31385 (java) S 31378 31365 29402 0 -1 64 1505 0 0 0 25 1 0 0 16 0 9 0 75413943 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31386] ppid=31378 vsize=868480 CPUtime=0
/proc/31379/task/31386/stat : 31386 (java) S 31378 31365 29402 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75413943 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31379/tid=31387] ppid=31378 vsize=868480 CPUtime=0
/proc/31379/task/31387/stat : 31387 (java) S 31378 31365 29402 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75413943 889323520 6233 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 890576

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

[startup+9.50202 s]
/proc/loadavg: 2.08 2.50 2.35 3/85 31418
/proc/meminfo: memFree=1783600/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=17004 CPUtime=6.96
/proc/31365/stat : 31365 (sugar++) D 31363 31365 29402 0 -1 4194304 1718 25109 5 5 6 2 631 57 15 0 1 0 75413853 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/31365/statm: 4251 1151 414 3 0 830 0
[pid=31388] ppid=31365 vsize=90688 CPUtime=1.32
/proc/31388/stat : 31388 (minisat-inc) S 31365 31365 29402 0 -1 4194304 22346 0 0 0 118 14 0 0 15 0 1 0 75414494 92864512 22289 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/31388/statm: 22672 22289 78 151 0 22518 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 107692

[startup+10.3011 s]
/proc/loadavg: 2.08 2.50 2.35 4/85 31428
/proc/meminfo: memFree=1785264/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=17004 CPUtime=7.45
/proc/31365/stat : 31365 (sugar++) S 31363 31365 29402 0 -1 4194304 1911 32987 5 7 7 2 673 63 16 0 1 0 75413853 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31365/statm: 4251 1151 414 3 0 830 0
[pid=31388] ppid=31365 vsize=90688 CPUtime=1.39
/proc/31388/stat : 31388 (minisat-inc) S 31365 31365 29402 0 -1 4194304 22352 0 0 0 125 14 0 0 17 0 1 0 75414494 92864512 22289 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/31388/statm: 22672 22289 78 151 0 22518 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 107692

[startup+11.1022 s]
/proc/loadavg: 2.08 2.50 2.35 5/85 31468
/proc/meminfo: memFree=1785904/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=17004 CPUtime=7.94
/proc/31365/stat : 31365 (sugar++) S 31363 31365 29402 0 -1 4194304 2051 40858 5 9 7 2 716 69 16 0 1 0 75413853 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31365/statm: 4251 1151 414 3 0 830 0
[pid=31388] ppid=31365 vsize=90688 CPUtime=1.42
/proc/31388/stat : 31388 (minisat-inc) S 31365 31365 29402 0 -1 4194304 22356 0 0 0 128 14 0 0 16 0 1 0 75414494 92864512 22289 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/31388/statm: 22672 22289 78 151 0 22518 0
[pid=31459] ppid=31365 vsize=5356 CPUtime=0
/proc/31459/stat : 31459 (sh) S 31365 31365 29402 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75414931 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31459/statm: 1339 233 193 169 0 50 0
[pid=31460] ppid=31459 vsize=195780 CPUtime=0.3
/proc/31460/stat : 31460 (java) S 31459 31365 29402 0 -1 0 3551 0 1 0 28 2 0 0 18 0 9 0 75414931 200478720 3024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31460/statm: 48945 3024 1665 9 0 43527 0
[pid=31460/tid=31461] ppid=31459 vsize=195780 CPUtime=0.24
/proc/31460/task/31461/stat : 31461 (java) R 31459 31365 29402 0 -1 64 2471 0 1 0 23 1 0 0 19 0 9 0 75414932 200478720 3024 996147200 134512640 134550740 4294956000 18446744073709551615 4125965838 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31460/tid=31462] ppid=31459 vsize=195780 CPUtime=0
/proc/31460/task/31462/stat : 31462 (java) S 31459 31365 29402 0 -1 64 127 0 0 0 0 0 0 0 16 0 9 0 75414933 200478720 3024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31460/tid=31463] ppid=31459 vsize=195780 CPUtime=0
/proc/31460/task/31463/stat : 31463 (java) S 31459 31365 29402 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 75414934 200478720 3024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31460/tid=31464] ppid=31459 vsize=195780 CPUtime=0
/proc/31460/task/31464/stat : 31464 (java) S 31459 31365 29402 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 75414934 200478720 3024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31460/tid=31465] ppid=31459 vsize=195780 CPUtime=0
/proc/31460/task/31465/stat : 31465 (java) S 31459 31365 29402 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75414936 200478720 3024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31460/tid=31466] ppid=31459 vsize=195780 CPUtime=0.04
/proc/31460/task/31466/stat : 31466 (java) R 31459 31365 29402 0 -1 64 262 0 0 0 4 0 0 0 19 0 9 0 75414936 200478720 3024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31460/tid=31467] ppid=31459 vsize=195780 CPUtime=0
/proc/31460/task/31467/stat : 31467 (java) S 31459 31365 29402 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 75414936 200478720 3024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31460/tid=31468] ppid=31459 vsize=195780 CPUtime=0
/proc/31460/task/31468/stat : 31468 (java) S 31459 31365 29402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75414936 200478720 3024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 308828

[startup+11.5012 s]
/proc/loadavg: 2.08 2.50 2.35 5/85 31468
/proc/meminfo: memFree=1785904/2055920 swapFree=4192812/4192956
[pid=31365] ppid=31363 vsize=17004 CPUtime=8.38
/proc/31365/stat : 31365 (sugar++) S 31363 31365 29402 0 -1 4194304 2122 44801 5 10 7 3 756 72 16 0 1 0 75413853 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31365/statm: 4251 1151 414 3 0 830 0
[pid=31388] ppid=31365 vsize=90688 CPUtime=1.44
/proc/31388/stat : 31388 (minisat-inc) S 31365 31365 29402 0 -1 4194304 22358 0 0 0 129 15 0 0 16 0 1 0 75414494 92864512 22289 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/31388/statm: 22672 22289 78 151 0 22518 0
Current children cumulated CPU time (s) 9.82
Current children cumulated vsize (KiB) 107692

Child status: 0
Real time (s): 11.5791
CPU time (s): 10.1235
CPU user time (s): 9.14961
CPU system time (s): 0.973851
CPU usage (%): 87.4285
Max. virtual memory (cumulated for all children) (KiB): 890576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.14961
system time used= 0.973851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73311
page faults= 16
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14183
involuntary context switches= 13883

runsolver used 0.019996 second user time and 0.050992 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-16 07:45:49
IDJOB=1126835
IDBENCH=66094
IDSOLVER=367
FILE ID=node51/1126835-1216187149
PBS_JOBID= 7905811
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-cap102_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-1126835-1216187149/watcher-1126835-1216187149 -o /tmp/evaluation-result-1126835-1216187149/solver-1126835-1216187149 -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-1126835-1216187149.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e1d18423c15c52112767d2c53ef30
RANDOM SEED=1288654418

node51.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:       1927664 kB
Buffers:          3576 kB
Cached:          53000 kB
SwapCached:          0 kB
Active:          58224 kB
Inactive:        19824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1927664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             908 kB
Writeback:           0 kB
Mapped:          32448 kB
Slab:            35472 kB
Committed_AS:   318124 kB
PageTables:       1852 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= 66552 MiB
End job on node51 at 2008-07-16 07:46:01