Trace number 1126867

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 9.8415 10.6077

General information on the benchmark

Namemaxcsp/warehouses/
normalized-cap103_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.062989
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.13	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.13	c 0	BEGIN Thu Aug  7 21:06:28 2008
0.03/0.13	c 0	PID 12278
0.03/0.13	c 0	HOST node59.alineos.net
0.03/0.13	c 0	CONVERTING HOME/instance-1126867-1218135988.xml TO HOME/temp.csp
0.03/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126867-1218135988.xml' 'HOME/temp.csp'
0.07/0.60	c 1	3 domains, 76 variables, 0 predicates, 27 relations, 1275 constraints
0.07/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.63	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/0.71	c 1	Parsing HOME/temp.csp
0.41/0.87	c 1	parsed 1381 expressions
0.41/0.87	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.90	c 1	MAX CSP: 1275 constraints
0.41/0.90	c 1	Converting to clausal form CSP
0.41/0.94	c 1	converted 266 (10%) expressions
0.41/0.96	c 1	converted 532 (20%) expressions
0.41/0.98	c 1	converted 798 (30%) expressions
0.41/1.00	c 1	converted 1064 (40%) expressions
0.41/1.07	c 1	converted 1330 (50%) expressions
0.41/1.09	c 1	converted 1596 (60%) expressions
0.41/1.10	c 1	converted 1862 (70%) expressions
0.86/1.10	c 1	converted 2128 (80%) expressions
0.86/1.11	c 1	converted 2394 (90%) expressions
0.96/1.26	c 1	converted 2659 (100%) expressions
0.96/1.26	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1913
0.96/1.26	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.96/1.26	c 1	Propagation in CSP
1.05/1.33	c 1	1267 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.33	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
1.05/1.33	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.34	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
1.05/1.34	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.38	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.15/1.40	c 1	263 (10%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.15/1.40	c 1	526 (20%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.15/1.40	c 1	788 (30%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.15/1.40	c 1	1051 (40%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.15/1.41	c 1	1313 (50%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.15/1.41	c 1	1576 (60%) CSP integer variables are encoded (3707 clauses, 46247 bytes)
1.15/1.42	c 1	1839 (70%) CSP integer variables are encoded (5835 clauses, 73911 bytes)
1.15/1.42	c 1	2101 (80%) CSP integer variables are encoded (8317 clauses, 106877 bytes)
1.15/1.42	c 1	2364 (90%) CSP integer variables are encoded (10368 clauses, 137642 bytes)
1.15/1.44	c 1	2626 (100%) CSP integer variables are encoded (24611 clauses, 351287 bytes)
1.25/1.50	c 2	383 (10%) CSP clauses are encoded (24994 clauses, 358745 bytes)
1.25/1.54	c 2	765 (20%) CSP clauses are encoded (25376 clauses, 366722 bytes)
1.25/1.56	c 2	1148 (30%) CSP clauses are encoded (25759 clauses, 374789 bytes)
1.35/1.60	c 2	1530 (40%) CSP clauses are encoded (35384 clauses, 544523 bytes)
1.45/1.79	c 2	1912 (50%) CSP clauses are encoded (132688 clauses, 2323571 bytes)
1.55/1.85	c 2	2295 (60%) CSP clauses are encoded (161257 clauses, 2837588 bytes)
2.04/2.37	c 2	2677 (70%) CSP clauses are encoded (446889 clauses, 8097647 bytes)
2.13/2.43	c 2	3060 (80%) CSP clauses are encoded (479714 clauses, 8780579 bytes)
2.23/2.58	c 3	3442 (90%) CSP clauses are encoded (560584 clauses, 10496533 bytes)
5.49/5.86	c 6	3824 (100%) CSP clauses are encoded (2104203 clauses, 43481148 bytes)
5.49/5.86	c 6	3824 CSP clauses encoded
5.49/5.86	c 6	Writing map file : HOME/temp.map
5.49/5.89	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.49/5.89	c 6	SAT : 27236 SAT variables, 2104203 SAT clauses, 43481148 bytes
5.49/5.89	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.58/5.91	c 6	OBJECTIVE minimize _COST
5.58/5.91	c 6	SOLVING HOME/temp.cnf
5.58/5.91	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.58/5.91	c 6	This is MiniSat 2.0 beta incremental
5.58/5.91	c 6	WARNING: for repeatability, setting FPU to use double precision
5.58/5.91	c 6	============================[ Problem Statistics ]=============================
5.58/5.91	c 6	|                                                                             |
5.58/5.91	c 6	|  Number of variables:  27236                                                |
5.58/5.91	c 6	|  Number of clauses:    2104203                                              |
6.48/6.88	c 7	|  Parsing time:         0.82         s                                       |
6.58/6.92	c 7	OK
6.58/6.92	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.58/6.92	c 7	SEARCHING: _COST <= 638
6.58/6.92	c 7	============================[ Search Statistics ]==============================
6.58/6.92	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.58/6.92	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.58/6.92	c 7	===============================================================================
6.58/6.92	c 7	|         0 |   27236  2104203  6240925 |   701401        0    nan |  0.000 % |
6.67/7.09	c 7	===============================================================================
6.67/7.09	c 7	restarts              : 1
6.67/7.09	c 7	conflicts             : 0             (0 /sec)
6.67/7.09	c 7	decisions             : 66            (0.00 % random) (64 /sec)
6.67/7.09	c 7	propagations          : 27236          (26524 /sec)
6.67/7.09	c 7	conflict literals     : 0              ( nan % deleted)
6.67/7.09	c 7	Memory used           : 88.57 MB
6.67/7.09	c 7	CPU time              : 1.02684 s
6.67/7.09	c 7	
6.67/7.09	c 7	SATISFIABLE
6.78/7.10	c 7	OK
6.78/7.10	c 7	FOUND: _COST <= 638
6.78/7.10	s SATISFIABLE
6.78/7.10	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.78/7.10	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.78/7.18	c 7	Decoding HOME/temp.out
6.78/7.44	c 7	OBJECTIVE _COST 163
6.78/7.44	o 163
6.78/7.45	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
6.78/7.45	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.15/7.50	c 8	OK
7.15/7.50	c 8	OBJECTIVE BOUND: 0 <= _COST <= 163
7.15/7.50	c 8	SEARCHING: _COST <= 81
7.15/7.50	c 8	============================[ Search Statistics ]==============================
7.15/7.50	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.15/7.50	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.15/7.50	c 8	===============================================================================
7.15/7.50	c 8	|         0 |   27236  2104203  6240925 |   701401        0    nan |  0.000 % |
7.15/7.55	c 8	===============================================================================
7.15/7.55	c 8	restarts              : 2
7.15/7.55	c 8	conflicts             : 0             (0 /sec)
7.15/7.55	c 8	decisions             : 129           (0.78 % random) (116 /sec)
7.15/7.55	c 8	propagations          : 54472          (49037 /sec)
7.15/7.55	c 8	conflict literals     : 0              ( nan % deleted)
7.15/7.55	c 8	Memory used           : 88.57 MB
7.15/7.55	c 8	CPU time              : 1.11083 s
7.15/7.55	c 8	
7.15/7.55	c 8	SATISFIABLE
7.15/7.56	c 8	OK
7.15/7.56	c 8	FOUND: _COST <= 81
7.15/7.56	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.15/7.56	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'
7.20/7.64	c 8	Decoding HOME/temp.out
7.32/7.80	c 8	OBJECTIVE _COST 81
7.32/7.80	o 81
7.32/7.80	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.42/7.80	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.42/7.84	c 8	OK
7.42/7.84	c 8	OBJECTIVE BOUND: 0 <= _COST <= 81
7.42/7.84	c 8	SEARCHING: _COST <= 40
7.42/7.84	c 8	============================[ Search Statistics ]==============================
7.42/7.84	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.42/7.84	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.42/7.84	c 8	===============================================================================
7.42/7.84	c 8	|         0 |   14061  2104203  6240925 |   701401        0    nan |  0.000 % |
7.42/7.87	c 8	===============================================================================
7.42/7.87	c 8	restarts              : 3
7.42/7.87	c 8	conflicts             : 0             (0 /sec)
7.42/7.87	c 8	decisions             : 280           (1.07 % random) (240 /sec)
7.42/7.87	c 8	propagations          : 68533          (58836 /sec)
7.42/7.87	c 8	conflict literals     : 0              ( nan % deleted)
7.42/7.87	c 8	Memory used           : 88.57 MB
7.42/7.87	c 8	CPU time              : 1.16482 s
7.42/7.87	c 8	
7.42/7.87	c 8	SATISFIABLE
7.42/7.88	c 8	OK
7.42/7.88	c 8	FOUND: _COST <= 40
7.42/7.88	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.42/7.88	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'
7.51/7.96	c 8	Decoding HOME/temp.out
7.51/8.31	c 8	OBJECTIVE _COST 40
7.51/8.31	o 40
7.51/8.31	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
7.51/8.31	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.51/8.37	c 8	OK
7.51/8.37	c 8	OBJECTIVE BOUND: 0 <= _COST <= 40
7.51/8.37	c 8	SEARCHING: _COST <= 20
7.51/8.37	c 8	============================[ Search Statistics ]==============================
7.51/8.38	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.51/8.38	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.51/8.38	c 8	===============================================================================
7.51/8.38	c 8	|         0 |   12282  2104203  6240925 |   701401        0    nan |  0.000 % |
7.51/8.39	c 8	===============================================================================
7.51/8.39	c 8	restarts              : 4
7.51/8.39	c 8	conflicts             : 0             (0 /sec)
7.51/8.39	c 8	decisions             : 380           (1.05 % random) (315 /sec)
7.51/8.39	c 8	propagations          : 80815          (66965 /sec)
7.51/8.39	c 8	conflict literals     : 0              ( nan % deleted)
7.51/8.39	c 8	Memory used           : 88.57 MB
7.51/8.39	c 8	CPU time              : 1.20682 s
7.51/8.39	c 8	
7.51/8.39	c 8	SATISFIABLE
7.99/8.40	c 8	OK
7.99/8.40	c 8	FOUND: _COST <= 20
7.99/8.40	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.99/8.40	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'
7.99/8.48	c 8	Decoding HOME/temp.out
8.00/8.64	c 9	OBJECTIVE _COST 20
8.00/8.64	o 20
8.00/8.64	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.00/8.65	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.00/8.67	c 9	OK
8.00/8.67	c 9	OBJECTIVE BOUND: 0 <= _COST <= 20
8.00/8.67	c 9	SEARCHING: _COST <= 10
8.00/8.67	c 9	============================[ Search Statistics ]==============================
8.00/8.67	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.00/8.67	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.00/8.67	c 9	===============================================================================
8.00/8.67	c 9	|         0 |   10784  2104203  6240925 |   701401        0    nan |  0.000 % |
8.00/8.68	c 9	===============================================================================
8.00/8.68	c 9	restarts              : 5
8.00/8.68	c 9	conflicts             : 0             (0 /sec)
8.00/8.68	c 9	decisions             : 465           (1.29 % random) (377 /sec)
8.00/8.68	c 9	propagations          : 91599          (74241 /sec)
8.00/8.68	c 9	conflict literals     : 0              ( nan % deleted)
8.00/8.68	c 9	Memory used           : 88.57 MB
8.00/8.68	c 9	CPU time              : 1.23381 s
8.00/8.68	c 9	
8.00/8.68	c 9	SATISFIABLE
8.00/8.69	c 9	OK
8.00/8.69	c 9	FOUND: _COST <= 10
8.00/8.69	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.00/8.69	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.28/8.77	c 9	Decoding HOME/temp.out
8.66/9.13	c 9	OBJECTIVE _COST 10
8.66/9.13	o 10
8.66/9.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.66/9.14	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.66/9.17	c 9	OK
8.66/9.17	c 9	OBJECTIVE BOUND: 0 <= _COST <= 10
8.66/9.17	c 9	SEARCHING: _COST <= 5
8.66/9.17	c 9	============================[ Search Statistics ]==============================
8.66/9.17	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.66/9.17	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.66/9.17	c 9	===============================================================================
8.66/9.17	c 9	|         0 |    9428  2104203  6240925 |   701401        0    nan |  0.000 % |
8.66/9.18	c 9	===============================================================================
8.66/9.18	c 9	restarts              : 6
8.66/9.18	c 9	conflicts             : 0             (0 /sec)
8.66/9.18	c 9	decisions             : 531           (1.51 % random) (424 /sec)
8.66/9.18	c 9	propagations          : 101027         (80576 /sec)
8.66/9.18	c 9	conflict literals     : 0              ( nan % deleted)
8.66/9.18	c 9	Memory used           : 88.57 MB
8.66/9.18	c 9	CPU time              : 1.25381 s
8.66/9.18	c 9	
8.66/9.18	c 9	SATISFIABLE
8.66/9.20	c 9	OK
8.66/9.20	c 9	FOUND: _COST <= 5
8.66/9.20	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.66/9.20	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.74/9.27	c 9	Decoding HOME/temp.out
8.74/9.42	c 9	OBJECTIVE _COST 5
8.74/9.42	o 5
8.74/9.43	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.74/9.43	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.74/9.45	c 9	OK
8.74/9.45	c 9	OBJECTIVE BOUND: 0 <= _COST <= 5
8.74/9.45	c 9	SEARCHING: _COST <= 2
8.74/9.45	c 9	============================[ Search Statistics ]==============================
8.74/9.45	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.74/9.45	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.74/9.45	c 9	===============================================================================
8.74/9.45	c 9	|         0 |    8122  2104203  6240925 |   701401        0    nan |  0.000 % |
8.74/9.46	c 9	===============================================================================
8.74/9.46	c 9	restarts              : 7
8.74/9.46	c 9	conflicts             : 0             (0 /sec)
8.74/9.46	c 9	decisions             : 585           (1.54 % random) (460 /sec)
8.74/9.46	c 9	propagations          : 109149         (85822 /sec)
8.74/9.46	c 9	conflict literals     : 0              ( nan % deleted)
8.74/9.46	c 9	Memory used           : 88.57 MB
8.74/9.46	c 9	CPU time              : 1.27181 s
8.74/9.46	c 9	
8.74/9.46	c 9	SATISFIABLE
8.74/9.47	c 9	OK
8.74/9.47	c 9	FOUND: _COST <= 2
8.74/9.47	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.74/9.47	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'
9.00/9.55	c 10	Decoding HOME/temp.out
9.00/9.71	c 10	OBJECTIVE _COST 2
9.00/9.71	o 2
9.00/9.71	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.00/9.71	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.00/9.74	c 10	OK
9.00/9.74	c 10	OBJECTIVE BOUND: 0 <= _COST <= 2
9.00/9.74	c 10	SEARCHING: _COST <= 1
9.00/9.74	c 10	============================[ Search Statistics ]==============================
9.00/9.74	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.00/9.74	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.00/9.74	c 10	===============================================================================
9.00/9.74	c 10	|         0 |    6836  2104203  6240925 |   701401        0    nan |  0.000 % |
9.00/9.74	c 10	===============================================================================
9.00/9.74	c 10	restarts              : 8
9.00/9.74	c 10	conflicts             : 0             (0 /sec)
9.00/9.74	c 10	decisions             : 637           (1.57 % random) (495 /sec)
9.00/9.74	c 10	propagations          : 115985         (90134 /sec)
9.00/9.74	c 10	conflict literals     : 0              ( nan % deleted)
9.00/9.74	c 10	Memory used           : 88.57 MB
9.00/9.74	c 10	CPU time              : 1.2868 s
9.00/9.74	c 10	
9.00/9.74	c 10	SATISFIABLE
9.00/9.75	c 10	OK
9.00/9.75	c 10	FOUND: _COST <= 1
9.00/9.75	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.00/9.75	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.25/9.84	c 10	Decoding HOME/temp.out
9.48/10.01	c 10	OBJECTIVE _COST 1
9.48/10.01	o 1
9.48/10.02	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.48/10.02	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.48/10.07	c 10	OK
9.48/10.07	c 10	OBJECTIVE BOUND: 0 <= _COST <= 1
9.48/10.07	c 10	SEARCHING: _COST <= 0
9.51/10.29	c 10	============================[ Search Statistics ]==============================
9.51/10.29	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.51/10.29	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.51/10.29	c 10	===============================================================================
9.51/10.29	c 10	|         0 |    5050  2104203  6240925 |   701401        0    nan |  0.000 % |
9.51/10.29	c 10	===============================================================================
9.51/10.29	c 10	restarts              : 9
9.51/10.29	c 10	conflicts             : 0             (0 /sec)
9.51/10.29	c 10	decisions             : 638           (1.57 % random) (492 /sec)
9.51/10.29	c 10	propagations          : 121035         (93262 /sec)
9.51/10.29	c 10	conflict literals     : 0              ( nan % deleted)
9.51/10.29	c 10	Memory used           : 88.57 MB
9.51/10.29	c 10	CPU time              : 1.2978 s
9.51/10.29	c 10	
9.51/10.29	c 10	SATISFIABLE
9.51/10.29	c 10	OK
9.51/10.29	c 10	FOUND: _COST <= 0
9.51/10.29	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.51/10.29	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.53/10.38	c 10	Decoding HOME/temp.out
9.53/10.53	c 11	OBJECTIVE _COST 0
9.53/10.53	o 0
9.53/10.54	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.53/10.54	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.53/10.56	c 11	OK
9.53/10.56	c 11	OBJECTIVE _COST 0
9.53/10.56	s OPTIMUM FOUND
9.53/10.59	c 11	CPU 8.92 (0.08 0.02 8.84 0.85)
9.53/10.59	c 11	END Thu Aug  7 21:06:39 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-1126867-1218135988/watcher-1126867-1218135988 -o /tmp/evaluation-result-1126867-1218135988/solver-1126867-1218135988 -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-1126867-1218135988.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.00 0.00 0.00 4/69 12278
/proc/meminfo: memFree=351784/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=18572 CPUtime=0
/proc/12278/stat : 12278 (runsolver) R 12275 12278 12221 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140686262 19017728 292 18446744073709551615 4194304 4296836 548682068224 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12278/statm: 4643 292 257 25 0 2626 0

[startup+0.104066 s]
/proc/loadavg: 0.00 0.00 0.00 4/69 12278
/proc/meminfo: memFree=351784/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=14644 CPUtime=0.03
/proc/12278/stat : 12278 (sugar++) R 12275 12278 12221 0 -1 4194304 830 0 0 0 3 0 0 0 18 0 1 0 140686262 14995456 798 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217071354496 0 0 4224 0 0 0 0 17 0 0 0
/proc/12278/statm: 3661 798 378 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14644

[startup+0.201082 s]
/proc/loadavg: 0.00 0.00 0.00 4/69 12278
/proc/meminfo: memFree=351784/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=16740 CPUtime=0.07
/proc/12278/stat : 12278 (sugar++) S 12275 12278 12221 0 -1 4194304 1220 128 0 0 6 1 0 0 19 0 1 0 140686262 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12278/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301104 s]
/proc/loadavg: 0.00 0.00 0.00 4/69 12278
/proc/meminfo: memFree=351784/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=16740 CPUtime=0.07
/proc/12278/stat : 12278 (sugar++) S 12275 12278 12221 0 -1 4194304 1220 128 0 0 6 1 0 0 19 0 1 0 140686262 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12278/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701179 s]
/proc/loadavg: 0.00 0.00 0.00 4/69 12278
/proc/meminfo: memFree=351784/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=16740 CPUtime=0.41
/proc/12278/stat : 12278 (sugar++) S 12275 12278 12221 0 -1 4194304 1280 4723 0 1 6 1 31 3 16 0 1 0 140686262 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12278/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50234 s]
/proc/loadavg: 0.00 0.00 0.00 3/93 12317
/proc/meminfo: memFree=300176/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=16740 CPUtime=0.41
/proc/12278/stat : 12278 (sugar++) S 12275 12278 12221 0 -1 4194304 1298 4723 0 1 6 1 31 3 15 0 1 0 140686262 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12278/statm: 4185 1104 409 3 0 764 0
[pid=12308] ppid=12278 vsize=5356 CPUtime=0
/proc/12308/stat : 12308 (sh) S 12278 12278 12221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140686326 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12308/statm: 1339 233 193 169 0 50 0
[pid=12309] ppid=12308 vsize=868480 CPUtime=0.84
/proc/12309/stat : 12309 (java) S 12308 12278 12221 0 -1 0 7006 0 1 0 80 4 0 0 18 0 9 0 140686326 889323520 6217 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12309/statm: 217120 6217 2563 9 0 211667 0
[pid=12309/tid=12310] ppid=12308 vsize=868480 CPUtime=0.49
/proc/12309/task/12310/stat : 12310 (java) R 12308 12278 12221 0 -1 64 2734 0 1 0 47 2 0 0 18 0 9 0 140686327 889323520 6217 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 102492663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12311] ppid=12308 vsize=868480 CPUtime=0.08
/proc/12309/task/12311/stat : 12311 (java) S 12308 12278 12221 0 -1 64 2089 0 0 0 8 0 0 0 16 0 9 0 140686328 889323520 6217 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12312] ppid=12308 vsize=868480 CPUtime=0
/proc/12309/task/12312/stat : 12312 (java) S 12308 12278 12221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686328 889323520 6217 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12313] ppid=12308 vsize=868480 CPUtime=0
/proc/12309/task/12313/stat : 12313 (java) S 12308 12278 12221 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140686328 889323520 6217 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12314] ppid=12308 vsize=868480 CPUtime=0
/proc/12309/task/12314/stat : 12314 (java) S 12308 12278 12221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140686330 889323520 6217 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12315] ppid=12308 vsize=868480 CPUtime=0.23
/proc/12309/task/12315/stat : 12315 (java) S 12308 12278 12221 0 -1 64 1490 0 0 0 23 0 0 0 16 0 9 0 140686330 889323520 6217 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12316] ppid=12308 vsize=868480 CPUtime=0
/proc/12309/task/12316/stat : 12316 (java) S 12308 12278 12221 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140686330 889323520 6217 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12317] ppid=12308 vsize=868480 CPUtime=0
/proc/12309/task/12317/stat : 12317 (java) S 12308 12278 12221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686330 889323520 6217 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 890576

[startup+3.10264 s]
/proc/loadavg: 0.00 0.00 0.00 3/93 12327
/proc/meminfo: memFree=310088/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=16740 CPUtime=0.41
/proc/12278/stat : 12278 (sugar++) S 12275 12278 12221 0 -1 4194304 1298 4723 0 1 6 1 31 3 15 0 1 0 140686262 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12278/statm: 4185 1104 409 3 0 764 0
[pid=12308] ppid=12278 vsize=5356 CPUtime=0
/proc/12308/stat : 12308 (sh) S 12278 12278 12221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140686326 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12308/statm: 1339 233 193 169 0 50 0
[pid=12309] ppid=12308 vsize=868480 CPUtime=2.42
/proc/12309/stat : 12309 (java) S 12308 12278 12221 0 -1 0 7443 0 1 0 227 15 0 0 18 0 9 0 140686326 889323520 6233 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12309/statm: 217120 6233 2563 9 0 211667 0
[pid=12309/tid=12310] ppid=12308 vsize=868480 CPUtime=1.95
/proc/12309/task/12310/stat : 12310 (java) R 12308 12278 12221 0 -1 64 3156 0 1 0 184 11 0 0 25 0 9 0 140686327 889323520 6233 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12309/tid=12311] ppid=12308 vsize=868480 CPUtime=0.18
/proc/12309/task/12311/stat : 12311 (java) S 12308 12278 12221 0 -1 64 2089 0 0 0 16 2 0 0 16 0 9 0 140686328 889323520 6233 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12309/tid=12312] ppid=12308 vsize=868480 CPUtime=0
/proc/12309/task/12312/stat : 12312 (java) S 12308 12278 12221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686328 889323520 6233 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12313] ppid=12308 vsize=868480 CPUtime=0
/proc/12309/task/12313/stat : 12313 (java) S 12308 12278 12221 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140686328 889323520 6233 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12314] ppid=12308 vsize=868480 CPUtime=0
/proc/12309/task/12314/stat : 12314 (java) S 12308 12278 12221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140686330 889323520 6233 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12315] ppid=12308 vsize=868480 CPUtime=0.26
/proc/12309/task/12315/stat : 12315 (java) S 12308 12278 12221 0 -1 64 1505 0 0 0 26 0 0 0 16 0 9 0 140686330 889323520 6233 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12309/tid=12316] ppid=12308 vsize=868480 CPUtime=0
/proc/12309/task/12316/stat : 12316 (java) S 12308 12278 12221 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140686330 889323520 6233 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12309/tid=12317] ppid=12308 vsize=868480 CPUtime=0
/proc/12309/task/12317/stat : 12317 (java) S 12308 12278 12221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686330 889323520 6233 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 890576

[startup+6.3013 s]
/proc/loadavg: 0.24 0.05 0.02 4/93 12327
/proc/meminfo: memFree=208008/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=17004 CPUtime=5.6
/proc/12278/stat : 12278 (sugar++) S 12275 12278 12221 0 -1 4194304 1490 13291 0 2 7 1 509 43 16 0 1 0 140686262 17412096 1148 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12278/statm: 4251 1148 413 3 0 830 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 17004

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

[startup+6.40132 s]
/proc/loadavg: 0.24 0.05 0.02 4/93 12327
/proc/meminfo: memFree=208008/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=17004 CPUtime=5.6
/proc/12278/stat : 12278 (sugar++) S 12275 12278 12221 0 -1 4194304 1490 13291 0 2 7 1 509 43 16 0 1 0 140686262 17412096 1148 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12278/statm: 4251 1148 413 3 0 830 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 17004

[startup+8.00177 s]
/proc/loadavg: 0.24 0.05 0.02 4/94 12348
/proc/meminfo: memFree=91008/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=17004 CPUtime=6.19
/proc/12278/stat : 12278 (sugar++) S 12275 12278 12221 0 -1 4194304 1708 21172 0 4 7 1 563 48 15 0 1 0 140686262 17412096 1151 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12278/statm: 4251 1151 414 3 0 830 0
[pid=12328] ppid=12278 vsize=90688 CPUtime=1.32
/proc/12328/stat : 12328 (minisat-inc) S 12278 12278 12221 0 -1 4194304 22346 0 0 0 117 15 0 0 16 0 1 0 140686853 92864512 22289 18446744073709551615 134512640 135134323 4294956208 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12328/statm: 22672 22289 78 151 0 22518 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 107692

[startup+9.60107 s]
/proc/loadavg: 0.62 0.13 0.04 4/94 12378
/proc/meminfo: memFree=62272/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=17004 CPUtime=7.57
/proc/12278/stat : 12278 (sugar++) S 12275 12278 12221 0 -1 4194304 1992 36928 0 8 8 2 688 59 16 0 1 0 140686262 17412096 1151 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12278/statm: 4251 1151 414 3 0 830 0
[pid=12328] ppid=12278 vsize=90688 CPUtime=1.43
/proc/12328/stat : 12328 (minisat-inc) S 12278 12278 12221 0 -1 4194304 22354 0 0 0 128 15 0 0 17 0 1 0 140686853 92864512 22289 18446744073709551615 134512640 135134323 4294956208 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12328/statm: 22672 22289 78 151 0 22518 0
Current children cumulated CPU time (s) 9
Current children cumulated vsize (KiB) 107692

[startup+10.4012 s]
/proc/loadavg: 0.62 0.13 0.04 5/94 12408
/proc/meminfo: memFree=72192/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=17004 CPUtime=8.07
/proc/12278/stat : 12278 (sugar++) S 12275 12278 12221 0 -1 4194304 2135 44818 0 10 8 2 732 65 16 0 1 0 140686262 17412096 1151 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12278/statm: 4251 1151 414 3 0 830 0
[pid=12328] ppid=12278 vsize=90688 CPUtime=1.46
/proc/12328/stat : 12328 (minisat-inc) S 12278 12278 12221 0 -1 4194304 22358 0 0 0 130 16 0 0 15 0 1 0 140686853 92864512 22289 18446744073709551615 134512640 135134323 4294956208 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/12328/statm: 22672 22289 78 151 0 22518 0
Current children cumulated CPU time (s) 9.53
Current children cumulated vsize (KiB) 107692

[startup+10.6013 s]
/proc/loadavg: 0.62 0.13 0.04 5/94 12408
/proc/meminfo: memFree=72192/2055920 swapFree=4192956/4192956
[pid=12278] ppid=12275 vsize=17004 CPUtime=9.81
/proc/12278/stat : 12278 (sugar++) R 12275 12278 12221 0 -1 4194304 2175 71113 0 11 8 4 884 85 16 0 1 0 140686262 17412096 1152 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12278/statm: 4251 1152 415 3 0 830 0
Current children cumulated CPU time (s) 9.81
Current children cumulated vsize (KiB) 17004

Child status: 0
Real time (s): 10.6077
CPU time (s): 9.8415
CPU user time (s): 8.93664
CPU system time (s): 0.904862
CPU usage (%): 92.7774
Max. virtual memory (cumulated for all children) (KiB): 890576

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

runsolver used 0.025996 second user time and 0.042993 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-08-07 21:06:28
IDJOB=1126867
IDBENCH=66098
IDSOLVER=367
FILE ID=node59/1126867-1218135988
PBS_JOBID= 8000786
Free space on /tmp= 66564 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e1d18423c15c52112767d2c53ef30
RANDOM SEED=6984254

node59.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.272
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.272
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:        354136 kB
Buffers:         51512 kB
Cached:        1508068 kB
SwapCached:          0 kB
Active:         545612 kB
Inactive:      1028732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        354136 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             944 kB
Writeback:           0 kB
Mapped:          24476 kB
Slab:           112944 kB
Committed_AS:    92848 kB
PageTables:       1684 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= 66556 MiB
End job on node59 at 2008-08-07 21:06:39