Trace number 1127131

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.48556 10.3149

General information on the benchmark

Namemaxcsp/warehouses/
normalized-cap91_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.05899
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.06/0.20	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.20	c 0	BEGIN Wed Jul 16 07:59:58 2008
0.06/0.20	c 0	PID 3542
0.06/0.21	c 0	HOST node25.alineos.net
0.06/0.21	c 0	CONVERTING HOME/instance-1127131-1216187998.xml TO HOME/temp.csp
0.06/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127131-1216187998.xml' 'HOME/temp.csp'
0.06/0.57	c 1	3 domains, 76 variables, 0 predicates, 27 relations, 1275 constraints
0.06/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/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.42/0.71	c 1	Parsing HOME/temp.csp
0.42/0.86	c 1	parsed 1381 expressions
0.42/0.87	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.89	c 1	MAX CSP: 1275 constraints
0.42/0.89	c 1	Converting to clausal form CSP
0.42/0.93	c 1	converted 266 (10%) expressions
0.42/0.95	c 1	converted 532 (20%) expressions
0.42/0.97	c 1	converted 798 (30%) expressions
0.42/0.98	c 1	converted 1064 (40%) expressions
0.77/1.05	c 1	converted 1330 (50%) expressions
0.77/1.06	c 1	converted 1596 (60%) expressions
0.77/1.08	c 1	converted 1862 (70%) expressions
0.77/1.08	c 1	converted 2128 (80%) expressions
0.77/1.09	c 1	converted 2394 (90%) expressions
0.97/1.23	c 1	converted 2659 (100%) expressions
0.97/1.23	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1913
0.97/1.23	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.23	c 1	Propagation in CSP
0.97/1.29	c 1	1267 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.97/1.29	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
0.97/1.29	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.29	c 1	Simplifing CSP by introducing new Boolean variables
1.07/1.30	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
1.07/1.30	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.07/1.34	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.07/1.36	c 2	263 (10%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.07/1.36	c 2	526 (20%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.07/1.36	c 2	788 (30%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.07/1.36	c 2	1051 (40%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.07/1.36	c 2	1313 (50%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.07/1.37	c 2	1576 (60%) CSP integer variables are encoded (3707 clauses, 46247 bytes)
1.07/1.37	c 2	1839 (70%) CSP integer variables are encoded (5835 clauses, 73911 bytes)
1.07/1.38	c 2	2101 (80%) CSP integer variables are encoded (8317 clauses, 106877 bytes)
1.07/1.38	c 2	2364 (90%) CSP integer variables are encoded (10368 clauses, 137642 bytes)
1.07/1.40	c 2	2626 (100%) CSP integer variables are encoded (24611 clauses, 351287 bytes)
1.17/1.45	c 2	383 (10%) CSP clauses are encoded (24994 clauses, 358745 bytes)
1.17/1.48	c 2	765 (20%) CSP clauses are encoded (25376 clauses, 366722 bytes)
1.26/1.50	c 2	1148 (30%) CSP clauses are encoded (25759 clauses, 374789 bytes)
1.26/1.54	c 2	1530 (40%) CSP clauses are encoded (35384 clauses, 544523 bytes)
1.46/1.72	c 2	1912 (50%) CSP clauses are encoded (132688 clauses, 2323571 bytes)
1.46/1.77	c 2	2295 (60%) CSP clauses are encoded (161257 clauses, 2837588 bytes)
1.97/2.27	c 2	2677 (70%) CSP clauses are encoded (446889 clauses, 8097647 bytes)
2.07/2.33	c 2	3060 (80%) CSP clauses are encoded (479714 clauses, 8780579 bytes)
2.17/2.48	c 3	3442 (90%) CSP clauses are encoded (560584 clauses, 10496533 bytes)
5.36/5.63	c 6	3824 (100%) CSP clauses are encoded (2104203 clauses, 43481148 bytes)
5.36/5.63	c 6	3824 CSP clauses encoded
5.36/5.63	c 6	Writing map file : HOME/temp.map
5.36/5.66	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.36/5.66	c 6	SAT : 27236 SAT variables, 2104203 SAT clauses, 43481148 bytes
5.36/5.66	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.36/5.69	c 6	OBJECTIVE minimize _COST
5.36/5.69	c 6	SOLVING HOME/temp.cnf
5.36/5.69	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.36/5.69	c 6	This is MiniSat 2.0 beta incremental
5.36/5.69	c 6	WARNING: for repeatability, setting FPU to use double precision
5.36/5.69	c 6	============================[ Problem Statistics ]=============================
5.36/5.69	c 6	|                                                                             |
5.36/5.69	c 6	|  Number of variables:  27236                                                |
5.36/5.69	c 6	|  Number of clauses:    2104203                                              |
6.32/6.66	c 7	|  Parsing time:         0.83         s                                       |
6.42/6.71	c 7	OK
6.42/6.71	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.42/6.71	c 7	SEARCHING: _COST <= 638
6.42/6.71	c 7	============================[ Search Statistics ]==============================
6.42/6.71	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.42/6.71	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.42/6.71	c 7	===============================================================================
6.42/6.71	c 7	|         0 |   27236  2104203  6240925 |   701401        0    nan |  0.000 % |
6.52/6.87	c 7	===============================================================================
6.52/6.87	c 7	restarts              : 1
6.52/6.87	c 7	conflicts             : 0             (0 /sec)
6.52/6.87	c 7	decisions             : 66            (0.00 % random) (63 /sec)
6.52/6.87	c 7	propagations          : 27236          (26167 /sec)
6.52/6.87	c 7	conflict literals     : 0              ( nan % deleted)
6.52/6.87	c 7	Memory used           : 88.57 MB
6.52/6.87	c 7	CPU time              : 1.04084 s
6.52/6.87	c 7	
6.52/6.87	c 7	SATISFIABLE
6.52/6.88	c 7	OK
6.52/6.88	c 7	FOUND: _COST <= 638
6.52/6.88	s SATISFIABLE
6.52/6.88	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.52/6.88	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.61/6.96	c 7	Decoding HOME/temp.out
6.61/7.12	c 7	OBJECTIVE _COST 163
6.61/7.12	o 163
6.61/7.12	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.61/7.13	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.61/7.18	c 7	OK
6.61/7.18	c 7	OBJECTIVE BOUND: 0 <= _COST <= 163
6.61/7.18	c 7	SEARCHING: _COST <= 81
6.61/7.18	c 7	============================[ Search Statistics ]==============================
6.61/7.18	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.61/7.18	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.61/7.18	c 7	===============================================================================
6.61/7.18	c 7	|         0 |   27236  2104203  6240925 |   701401        0    nan |  0.000 % |
6.92/7.22	c 7	===============================================================================
6.92/7.22	c 7	restarts              : 2
6.92/7.22	c 7	conflicts             : 0             (0 /sec)
6.92/7.22	c 7	decisions             : 129           (0.78 % random) (115 /sec)
6.92/7.22	c 7	propagations          : 54472          (48513 /sec)
6.92/7.22	c 7	conflict literals     : 0              ( nan % deleted)
6.92/7.22	c 7	Memory used           : 88.57 MB
6.92/7.22	c 7	CPU time              : 1.12283 s
6.92/7.23	c 7	
6.92/7.23	c 7	SATISFIABLE
6.92/7.23	c 7	OK
6.92/7.23	c 7	FOUND: _COST <= 81
6.92/7.23	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.92/7.23	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.96/7.31	c 7	Decoding HOME/temp.out
6.96/7.47	c 8	OBJECTIVE _COST 81
6.96/7.47	o 81
6.96/7.47	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
6.96/7.48	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.96/7.51	c 8	OK
6.96/7.51	c 8	OBJECTIVE BOUND: 0 <= _COST <= 81
6.96/7.51	c 8	SEARCHING: _COST <= 40
6.96/7.51	c 8	============================[ Search Statistics ]==============================
6.96/7.51	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.96/7.51	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.96/7.51	c 8	===============================================================================
6.96/7.51	c 8	|         0 |   14061  2104203  6240925 |   701401        0    nan |  0.000 % |
6.96/7.55	c 8	===============================================================================
6.96/7.55	c 8	restarts              : 3
6.96/7.55	c 8	conflicts             : 0             (0 /sec)
6.96/7.55	c 8	decisions             : 280           (1.07 % random) (238 /sec)
6.96/7.55	c 8	propagations          : 68533          (58186 /sec)
6.96/7.55	c 8	conflict literals     : 0              ( nan % deleted)
6.96/7.55	c 8	Memory used           : 88.57 MB
6.96/7.55	c 8	CPU time              : 1.17782 s
6.96/7.55	c 8	
6.96/7.55	c 8	SATISFIABLE
6.96/7.56	c 8	OK
6.96/7.56	c 8	FOUND: _COST <= 40
6.96/7.56	c 8	DECODING HOME/temp.out WITH HOME/temp.map
6.96/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.24/7.67	c 8	Decoding HOME/temp.out
7.43/7.83	c 8	OBJECTIVE _COST 40
7.43/7.83	o 40
7.43/7.84	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.43/7.84	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.43/7.87	c 8	OK
7.43/7.87	c 8	OBJECTIVE BOUND: 0 <= _COST <= 40
7.43/7.87	c 8	SEARCHING: _COST <= 20
7.43/7.87	c 8	============================[ Search Statistics ]==============================
7.43/7.87	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.43/7.87	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.43/7.87	c 8	===============================================================================
7.43/7.87	c 8	|         0 |   12282  2104203  6240925 |   701401        0    nan |  0.000 % |
7.43/7.89	c 8	===============================================================================
7.43/7.89	c 8	restarts              : 4
7.43/7.89	c 8	conflicts             : 0             (0 /sec)
7.43/7.89	c 8	decisions             : 380           (1.05 % random) (313 /sec)
7.43/7.89	c 8	propagations          : 80815          (66525 /sec)
7.43/7.89	c 8	conflict literals     : 0              ( nan % deleted)
7.43/7.89	c 8	Memory used           : 88.57 MB
7.43/7.89	c 8	CPU time              : 1.21481 s
7.43/7.89	c 8	
7.43/7.89	c 8	SATISFIABLE
7.53/7.90	c 8	OK
7.53/7.90	c 8	FOUND: _COST <= 20
7.53/7.90	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.53/7.90	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.53/7.98	c 8	Decoding HOME/temp.out
7.53/8.13	c 8	OBJECTIVE _COST 20
7.53/8.13	o 20
7.53/8.14	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
7.53/8.14	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.53/8.17	c 8	OK
7.53/8.17	c 8	OBJECTIVE BOUND: 0 <= _COST <= 20
7.53/8.17	c 8	SEARCHING: _COST <= 10
7.53/8.18	c 8	============================[ Search Statistics ]==============================
7.53/8.19	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.53/8.19	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.53/8.19	c 8	===============================================================================
7.53/8.19	c 8	|         0 |   10784  2104203  6240925 |   701401        0    nan |  0.000 % |
7.53/8.19	c 8	===============================================================================
7.53/8.19	c 8	restarts              : 5
7.53/8.19	c 8	conflicts             : 0             (0 /sec)
7.53/8.19	c 8	decisions             : 465           (1.29 % random) (375 /sec)
7.53/8.19	c 8	propagations          : 91599          (73822 /sec)
7.53/8.19	c 8	conflict literals     : 0              ( nan % deleted)
7.53/8.19	c 8	Memory used           : 88.57 MB
7.53/8.19	c 8	CPU time              : 1.24081 s
7.53/8.19	c 8	
7.53/8.19	c 8	SATISFIABLE
7.53/8.20	c 8	OK
7.53/8.20	c 8	FOUND: _COST <= 10
7.53/8.20	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.53/8.20	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.80/8.28	c 8	Decoding HOME/temp.out
7.80/8.43	c 9	OBJECTIVE _COST 10
7.80/8.43	o 10
7.80/8.44	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
7.80/8.44	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.80/8.47	c 9	OK
7.80/8.47	c 9	OBJECTIVE BOUND: 0 <= _COST <= 10
7.80/8.47	c 9	SEARCHING: _COST <= 5
7.80/8.47	c 9	============================[ Search Statistics ]==============================
7.80/8.47	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.80/8.47	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.80/8.47	c 9	===============================================================================
7.80/8.47	c 9	|         0 |    9428  2104203  6240925 |   701401        0    nan |  0.000 % |
7.80/8.48	c 9	===============================================================================
7.80/8.48	c 9	restarts              : 6
7.80/8.48	c 9	conflicts             : 0             (0 /sec)
7.80/8.48	c 9	decisions             : 531           (1.51 % random) (421 /sec)
7.80/8.48	c 9	propagations          : 101027         (80065 /sec)
7.80/8.48	c 9	conflict literals     : 0              ( nan % deleted)
7.80/8.48	c 9	Memory used           : 88.57 MB
7.80/8.48	c 9	CPU time              : 1.26181 s
7.80/8.48	c 9	
7.80/8.48	c 9	SATISFIABLE
7.80/8.49	c 9	OK
7.80/8.49	c 9	FOUND: _COST <= 5
7.80/8.49	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.80/8.49	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.06/8.57	c 9	Decoding HOME/temp.out
8.25/8.73	c 9	OBJECTIVE _COST 5
8.25/8.73	o 5
8.25/8.74	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.25/8.74	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.25/8.76	c 9	OK
8.25/8.76	c 9	OBJECTIVE BOUND: 0 <= _COST <= 5
8.25/8.76	c 9	SEARCHING: _COST <= 2
8.25/8.78	c 9	============================[ Search Statistics ]==============================
8.25/8.78	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.25/8.78	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.25/8.78	c 9	===============================================================================
8.25/8.78	c 9	|         0 |    8122  2104203  6240925 |   701401        0    nan |  0.000 % |
8.25/8.78	c 9	===============================================================================
8.25/8.78	c 9	restarts              : 7
8.25/8.78	c 9	conflicts             : 0             (0 /sec)
8.25/8.78	c 9	decisions             : 585           (1.54 % random) (458 /sec)
8.25/8.78	c 9	propagations          : 109149         (85419 /sec)
8.25/8.78	c 9	conflict literals     : 0              ( nan % deleted)
8.25/8.78	c 9	Memory used           : 88.57 MB
8.25/8.78	c 9	CPU time              : 1.27781 s
8.25/8.78	c 9	
8.25/8.78	c 9	SATISFIABLE
8.25/8.78	c 9	OK
8.25/8.78	c 9	FOUND: _COST <= 2
8.25/8.78	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.25/8.78	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.32/8.86	c 9	Decoding HOME/temp.out
8.32/9.02	c 9	OBJECTIVE _COST 2
8.32/9.02	o 2
8.32/9.02	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
8.32/9.02	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.32/9.05	c 9	OK
8.32/9.05	c 9	OBJECTIVE BOUND: 0 <= _COST <= 2
8.32/9.05	c 9	SEARCHING: _COST <= 1
8.32/9.05	c 9	============================[ Search Statistics ]==============================
8.32/9.05	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.32/9.05	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.32/9.05	c 9	===============================================================================
8.32/9.05	c 9	|         0 |    6836  2104203  6240925 |   701401        0    nan |  0.000 % |
8.32/9.05	c 9	===============================================================================
8.32/9.05	c 9	restarts              : 8
8.32/9.05	c 9	conflicts             : 0             (0 /sec)
8.32/9.05	c 9	decisions             : 637           (1.57 % random) (493 /sec)
8.32/9.05	c 9	propagations          : 115985         (89855 /sec)
8.32/9.05	c 9	conflict literals     : 0              ( nan % deleted)
8.32/9.05	c 9	Memory used           : 88.57 MB
8.32/9.05	c 9	CPU time              : 1.2908 s
8.32/9.05	c 9	
8.32/9.05	c 9	SATISFIABLE
8.32/9.06	c 9	OK
8.32/9.06	c 9	FOUND: _COST <= 1
8.32/9.06	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.32/9.06	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.31	c 9	Decoding HOME/temp.out
8.58/9.66	c 10	OBJECTIVE _COST 1
8.58/9.66	o 1
8.58/9.66	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
8.58/9.66	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.58/9.71	c 10	OK
8.58/9.71	c 10	OBJECTIVE BOUND: 0 <= _COST <= 1
8.58/9.71	c 10	SEARCHING: _COST <= 0
9.02/9.85	c 10	============================[ Search Statistics ]==============================
9.02/9.85	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.02/9.85	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.02/9.85	c 10	===============================================================================
9.02/9.85	c 10	|         0 |    5050  2104203  6240925 |   701401        0    nan |  0.000 % |
9.02/9.85	c 10	===============================================================================
9.02/9.86	c 10	restarts              : 9
9.02/9.86	c 10	conflicts             : 0             (0 /sec)
9.02/9.86	c 10	decisions             : 638           (1.57 % random) (490 /sec)
9.02/9.86	c 10	propagations          : 121035         (92975 /sec)
9.02/9.86	c 10	conflict literals     : 0              ( nan % deleted)
9.02/9.86	c 10	Memory used           : 88.57 MB
9.02/9.86	c 10	CPU time              : 1.3018 s
9.02/9.86	c 10	
9.02/9.86	c 10	SATISFIABLE
9.02/9.86	c 10	OK
9.02/9.86	c 10	FOUND: _COST <= 0
9.02/9.86	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.02/9.86	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.04/9.94	c 10	Decoding HOME/temp.out
9.04/10.23	c 10	OBJECTIVE _COST 0
9.04/10.23	o 0
9.04/10.24	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.04/10.24	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.04/10.27	c 10	OK
9.04/10.27	c 10	OBJECTIVE _COST 0
9.04/10.27	s OPTIMUM FOUND
9.04/10.29	c 10	CPU 8.6 (0.06 0.03 8.54 0.81)
9.04/10.29	c 10	END Wed Jul 16 08:00:08 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-1127131-1216187998/watcher-1127131-1216187998 -o /tmp/evaluation-result-1127131-1216187998/solver-1127131-1216187998 -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-1127131-1216187998.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.40 2.57 2.56 4/80 3542
/proc/meminfo: memFree=1854616/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=12268 CPUtime=0
/proc/3542/stat : 3542 (sugar++) R 3540 3542 3082 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 75501722 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 253320957296 0 0 4224 0 0 0 0 17 1 0 0
/proc/3542/statm: 3067 316 241 3 0 167 0

[startup+0.0913129 s]
/proc/loadavg: 2.40 2.57 2.56 4/80 3542
/proc/meminfo: memFree=1854616/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=13336 CPUtime=0.03
/proc/3542/stat : 3542 (sugar++) D 3540 3542 3082 0 -1 4194304 736 0 0 0 2 1 0 0 18 0 1 0 75501722 13656064 704 996147200 4194304 4206940 548682068528 18446744073709551615 253316086782 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/3542/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.104238 s]
/proc/loadavg: 2.40 2.57 2.56 4/80 3542
/proc/meminfo: memFree=1854616/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=13336 CPUtime=0.03
/proc/3542/stat : 3542 (sugar++) D 3540 3542 3082 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 75501722 13656064 707 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/3542/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.301032 s]
/proc/loadavg: 2.40 2.57 2.56 4/80 3542
/proc/meminfo: memFree=1854616/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=16740 CPUtime=0.06
/proc/3542/stat : 3542 (sugar++) S 3540 3542 3082 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 75501722 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3542/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702099 s]
/proc/loadavg: 2.40 2.57 2.56 4/80 3542
/proc/meminfo: memFree=1854616/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=16740 CPUtime=0.42
/proc/3542/stat : 3542 (sugar++) S 3540 3542 3082 0 -1 4194304 1279 4721 0 1 5 1 32 4 17 0 1 0 75501722 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3542/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50123 s]
/proc/loadavg: 2.40 2.57 2.56 4/91 3564
/proc/meminfo: memFree=1843456/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=16740 CPUtime=0.42
/proc/3542/stat : 3542 (sugar++) S 3540 3542 3082 0 -1 4194304 1297 4721 0 1 5 1 32 4 15 0 1 0 75501722 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3542/statm: 4185 1104 409 3 0 764 0
[pid=3555] ppid=3542 vsize=5356 CPUtime=0
/proc/3555/stat : 3555 (sh) S 3542 3542 3082 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75501786 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3555/statm: 1339 233 193 169 0 50 0
[pid=3556] ppid=3555 vsize=868504 CPUtime=0.84
/proc/3556/stat : 3556 (java) S 3555 3542 3082 0 -1 0 7015 0 1 0 80 4 0 0 20 0 9 0 75501786 889348096 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3556/statm: 217126 6223 2563 9 0 211673 0
[pid=3556/tid=3557] ppid=3555 vsize=868504 CPUtime=0.51
/proc/3556/task/3557/stat : 3557 (java) R 3555 3542 3082 0 -1 64 2744 0 1 0 49 2 0 0 25 0 9 0 75501787 889348096 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4126558589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3558] ppid=3555 vsize=868504 CPUtime=0.08
/proc/3556/task/3558/stat : 3558 (java) S 3555 3542 3082 0 -1 64 2088 0 0 0 8 0 0 0 16 0 9 0 75501788 889348096 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3559] ppid=3555 vsize=868504 CPUtime=0
/proc/3556/task/3559/stat : 3559 (java) S 3555 3542 3082 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75501788 889348096 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3560] ppid=3555 vsize=868504 CPUtime=0
/proc/3556/task/3560/stat : 3560 (java) S 3555 3542 3082 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75501788 889348096 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3561] ppid=3555 vsize=868504 CPUtime=0
/proc/3556/task/3561/stat : 3561 (java) S 3555 3542 3082 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75501790 889348096 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3562] ppid=3555 vsize=868504 CPUtime=0.22
/proc/3556/task/3562/stat : 3562 (java) S 3555 3542 3082 0 -1 64 1491 0 0 0 22 0 0 0 16 0 9 0 75501790 889348096 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3563] ppid=3555 vsize=868504 CPUtime=0
/proc/3556/task/3563/stat : 3563 (java) S 3555 3542 3082 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75501790 889348096 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3564] ppid=3555 vsize=868504 CPUtime=0
/proc/3556/task/3564/stat : 3564 (java) S 3555 3542 3082 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75501790 889348096 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 890600

[startup+3.10251 s]
/proc/loadavg: 2.40 2.57 2.56 3/91 3564
/proc/meminfo: memFree=1830016/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=16740 CPUtime=0.42
/proc/3542/stat : 3542 (sugar++) S 3540 3542 3082 0 -1 4194304 1297 4721 0 1 5 1 32 4 15 0 1 0 75501722 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3542/statm: 4185 1104 409 3 0 764 0
[pid=3555] ppid=3542 vsize=5356 CPUtime=0
/proc/3555/stat : 3555 (sh) S 3542 3542 3082 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75501786 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3555/statm: 1339 233 193 169 0 50 0
[pid=3556] ppid=3555 vsize=868504 CPUtime=2.45
/proc/3556/stat : 3556 (java) S 3555 3542 3082 0 -1 0 7479 0 1 0 229 16 0 0 20 0 9 0 75501786 889348096 6236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3556/statm: 217126 6236 2563 9 0 211673 0
[pid=3556/tid=3557] ppid=3555 vsize=868504 CPUtime=1.99
/proc/3556/task/3557/stat : 3557 (java) R 3555 3542 3082 0 -1 64 3195 0 1 0 189 10 0 0 25 0 9 0 75501787 889348096 6236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3558] ppid=3555 vsize=868504 CPUtime=0.18
/proc/3556/task/3558/stat : 3558 (java) S 3555 3542 3082 0 -1 64 2088 0 0 0 15 3 0 0 16 0 9 0 75501788 889348096 6236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3559] ppid=3555 vsize=868504 CPUtime=0
/proc/3556/task/3559/stat : 3559 (java) S 3555 3542 3082 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75501788 889348096 6236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3560] ppid=3555 vsize=868504 CPUtime=0
/proc/3556/task/3560/stat : 3560 (java) S 3555 3542 3082 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75501788 889348096 6236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3561] ppid=3555 vsize=868504 CPUtime=0
/proc/3556/task/3561/stat : 3561 (java) S 3555 3542 3082 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75501790 889348096 6236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3562] ppid=3555 vsize=868504 CPUtime=0.25
/proc/3556/task/3562/stat : 3562 (java) S 3555 3542 3082 0 -1 64 1504 0 0 0 24 1 0 0 16 0 9 0 75501790 889348096 6236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3563] ppid=3555 vsize=868504 CPUtime=0
/proc/3556/task/3563/stat : 3563 (java) S 3555 3542 3082 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75501790 889348096 6236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3556/tid=3564] ppid=3555 vsize=868504 CPUtime=0
/proc/3556/task/3564/stat : 3564 (java) S 3555 3542 3082 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75501790 889348096 6236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 890600

[startup+6.30107 s]
/proc/loadavg: 2.45 2.58 2.56 3/91 3564
/proc/meminfo: memFree=1794752/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=17004 CPUtime=5.44
/proc/3542/stat : 3542 (sugar++) S 3540 3542 3082 0 -1 4194304 1490 13287 0 2 6 1 498 39 17 0 1 0 75501722 17412096 1148 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3542/statm: 4251 1148 413 3 0 830 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 17004

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

[startup+7.90133 s]
/proc/loadavg: 2.45 2.58 2.56 2/85 3588
/proc/meminfo: memFree=1717368/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=17004 CPUtime=6.18
/proc/3542/stat : 3542 (sugar++) S 3540 3542 3082 0 -1 4194304 1724 25094 0 5 6 2 562 48 15 0 1 0 75501722 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3542/statm: 4251 1151 414 3 0 830 0
[pid=3565] ppid=3542 vsize=90692 CPUtime=1.35
/proc/3565/stat : 3565 (minisat-inc) R 3542 3542 3082 0 -1 4194304 22348 0 0 0 122 13 0 0 16 0 1 0 75502292 92868608 22290 996147200 134512640 135134323 4294956192 18446744073709551615 134785479 0 0 4096 3 0 0 0 17 1 0 0
/proc/3565/statm: 22673 22290 78 151 0 22519 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 107696

[startup+9.50161 s]
/proc/loadavg: 2.42 2.57 2.56 4/92 3625
/proc/meminfo: memFree=1712832/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=17004 CPUtime=7.16
/proc/3542/stat : 3542 (sugar++) S 3540 3542 3082 0 -1 4194304 2056 40839 0 9 6 3 647 60 16 0 1 0 75501722 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3542/statm: 4251 1151 414 3 0 830 0
[pid=3565] ppid=3542 vsize=90688 CPUtime=1.42
/proc/3565/stat : 3565 (minisat-inc) S 3542 3542 3082 0 -1 4194304 22356 0 0 0 129 13 0 0 16 0 1 0 75502292 92864512 22289 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/3565/statm: 22672 22289 78 151 0 22518 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 107692

[startup+9.90668 s]
/proc/loadavg: 2.42 2.57 2.56 2/82 3645
/proc/meminfo: memFree=1718480/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=17004 CPUtime=7.6
/proc/3542/stat : 3542 (sugar++) S 3540 3542 3082 0 -1 4194304 2108 44780 0 10 6 3 687 64 15 0 1 0 75501722 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3542/statm: 4251 1151 414 3 0 830 0
[pid=3565] ppid=3542 vsize=90688 CPUtime=1.44
/proc/3565/stat : 3565 (minisat-inc) S 3542 3542 3082 0 -1 4194304 22358 0 0 0 131 13 0 0 15 0 1 0 75502292 92864512 22289 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/3565/statm: 22672 22289 78 151 0 22518 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 107692

[startup+10.3017 s]
/proc/loadavg: 2.42 2.57 2.56 2/82 3645
/proc/meminfo: memFree=1718480/2055920 swapFree=4180944/4192956
[pid=3542] ppid=3540 vsize=17004 CPUtime=9.45
/proc/3542/stat : 3542 (sugar++) R 3540 3542 3082 0 -1 4194304 2166 71084 0 11 6 4 854 81 16 0 1 0 75501722 17412096 1152 996147200 4194304 4206940 548682068528 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3542/statm: 4251 1152 415 3 0 830 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 17004

Child status: 0
Real time (s): 10.3149
CPU time (s): 9.48556
CPU user time (s): 8.61469
CPU system time (s): 0.870867
CPU usage (%): 91.9593
Max. virtual memory (cumulated for all children) (KiB): 890600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.61469
system time used= 0.870867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73306
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= 14291
involuntary context switches= 14886

runsolver used 0.022996 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-16 07:59:58
IDJOB=1127131
IDBENCH=66131
IDSOLVER=367
FILE ID=node25/1127131-1216187998
PBS_JOBID= 7905907
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e1d18423c15c52112767d2c53ef30
RANDOM SEED=788676672

node25.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.265
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.265
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:       1855160 kB
Buffers:         10824 kB
Cached:          44680 kB
SwapCached:       5832 kB
Active:         128972 kB
Inactive:        19204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855160 kB
SwapTotal:     4192956 kB
SwapFree:      4180944 kB
Dirty:            1136 kB
Writeback:           0 kB
Mapped:         108928 kB
Slab:            37724 kB
Committed_AS:  1277492 kB
PageTables:       2120 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 node25 at 2008-07-16 08:00:09