Trace number 1126971

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.1395 10.4524

General information on the benchmark

Namemaxcsp/warehouses/
normalized-cap104_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.05/0.12	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.12	c 0	BEGIN Thu Aug  7 21:06:30 2008
0.05/0.12	c 0	PID 10514
0.05/0.12	c 0	HOST node61.alineos.net
0.05/0.12	c 0	CONVERTING HOME/instance-1126971-1218135990.xml TO HOME/temp.csp
0.05/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126971-1218135990.xml' 'HOME/temp.csp'
0.06/0.48	c 0	3 domains, 76 variables, 0 predicates, 27 relations, 1275 constraints
0.06/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	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.42/0.57	c 0	Parsing HOME/temp.csp
0.42/0.83	c 0	parsed 1381 expressions
0.42/0.84	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.86	c 0	MAX CSP: 1275 constraints
0.42/0.86	c 0	Converting to clausal form CSP
0.42/0.91	c 1	converted 266 (10%) expressions
0.42/0.93	c 1	converted 532 (20%) expressions
0.42/0.95	c 1	converted 798 (30%) expressions
0.42/0.96	c 1	converted 1064 (40%) expressions
0.42/1.04	c 1	converted 1330 (50%) expressions
0.42/1.05	c 1	converted 1596 (60%) expressions
0.42/1.07	c 1	converted 1862 (70%) expressions
0.42/1.07	c 1	converted 2128 (80%) expressions
0.42/1.08	c 1	converted 2394 (90%) expressions
1.11/1.23	c 1	converted 2659 (100%) expressions
1.11/1.23	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1913
1.11/1.23	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.23	c 1	Propagation in CSP
1.11/1.29	c 1	1267 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.29	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
1.11/1.29	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.30	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.30	c 1	CSP : 2626 integers, 0 booleans, 3824 clauses, largest domain size 1276
1.20/1.30	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.34	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.37	c 1	263 (10%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.20/1.37	c 1	526 (20%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.20/1.37	c 1	788 (30%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.20/1.37	c 1	1051 (40%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.20/1.37	c 1	1313 (50%) CSP integer variables are encoded (1150 clauses, 13006 bytes)
1.20/1.38	c 1	1576 (60%) CSP integer variables are encoded (3707 clauses, 46247 bytes)
1.20/1.38	c 1	1839 (70%) CSP integer variables are encoded (5835 clauses, 73911 bytes)
1.20/1.39	c 1	2101 (80%) CSP integer variables are encoded (8317 clauses, 106877 bytes)
1.20/1.39	c 1	2364 (90%) CSP integer variables are encoded (10368 clauses, 137642 bytes)
1.30/1.41	c 1	2626 (100%) CSP integer variables are encoded (24611 clauses, 351287 bytes)
1.30/1.47	c 1	383 (10%) CSP clauses are encoded (24994 clauses, 358745 bytes)
1.40/1.50	c 1	765 (20%) CSP clauses are encoded (25376 clauses, 366722 bytes)
1.40/1.53	c 1	1148 (30%) CSP clauses are encoded (25759 clauses, 374789 bytes)
1.40/1.57	c 1	1530 (40%) CSP clauses are encoded (35384 clauses, 544523 bytes)
1.60/1.76	c 1	1912 (50%) CSP clauses are encoded (132688 clauses, 2323571 bytes)
1.70/1.82	c 1	2295 (60%) CSP clauses are encoded (161257 clauses, 2837588 bytes)
2.20/2.35	c 2	2677 (70%) CSP clauses are encoded (446889 clauses, 8097647 bytes)
2.29/2.42	c 2	3060 (80%) CSP clauses are encoded (479714 clauses, 8780579 bytes)
2.39/2.58	c 2	3442 (90%) CSP clauses are encoded (560584 clauses, 10496533 bytes)
5.76/5.96	c 6	3824 (100%) CSP clauses are encoded (2104203 clauses, 43481148 bytes)
5.76/5.96	c 6	3824 CSP clauses encoded
5.76/5.97	c 6	Writing map file : HOME/temp.map
5.76/5.99	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.76/6.00	c 6	SAT : 27236 SAT variables, 2104203 SAT clauses, 43481148 bytes
5.76/6.00	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.85/6.02	c 6	OBJECTIVE minimize _COST
5.85/6.02	c 6	SOLVING HOME/temp.cnf
5.85/6.02	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.85/6.02	c 6	This is MiniSat 2.0 beta incremental
5.85/6.02	c 6	WARNING: for repeatability, setting FPU to use double precision
5.85/6.02	c 6	============================[ Problem Statistics ]=============================
5.85/6.02	c 6	|                                                                             |
5.85/6.02	c 6	|  Number of variables:  27236                                                |
5.85/6.02	c 6	|  Number of clauses:    2104203                                              |
6.84/7.01	c 7	|  Parsing time:         0.83         s                                       |
6.84/7.07	c 7	OK
6.84/7.07	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.84/7.07	c 7	SEARCHING: _COST <= 638
6.84/7.07	c 7	============================[ Search Statistics ]==============================
6.84/7.07	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.84/7.07	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.84/7.07	c 7	===============================================================================
6.84/7.07	c 7	|         0 |   27236  2104203  6240925 |   701401        0    nan |  0.000 % |
7.04/7.25	c 7	===============================================================================
7.04/7.25	c 7	restarts              : 1
7.04/7.25	c 7	conflicts             : 0             (0 /sec)
7.04/7.25	c 7	decisions             : 66            (0.00 % random) (62 /sec)
7.04/7.25	c 7	propagations          : 27236          (25602 /sec)
7.04/7.25	c 7	conflict literals     : 0              ( nan % deleted)
7.04/7.25	c 7	Memory used           : 88.57 MB
7.04/7.25	c 7	CPU time              : 1.06384 s
7.04/7.25	c 7	
7.04/7.25	c 7	SATISFIABLE
7.04/7.26	c 7	OK
7.04/7.26	c 7	FOUND: _COST <= 638
7.04/7.26	s SATISFIABLE
7.04/7.26	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.04/7.26	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.10/7.35	c 7	Decoding HOME/temp.out
7.10/7.62	c 7	OBJECTIVE _COST 163
7.10/7.62	o 163
7.10/7.62	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.10/7.63	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.10/7.68	c 7	OK
7.10/7.68	c 7	OBJECTIVE BOUND: 0 <= _COST <= 163
7.10/7.68	c 7	SEARCHING: _COST <= 81
7.10/7.68	c 7	============================[ Search Statistics ]==============================
7.10/7.68	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.10/7.68	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.10/7.68	c 7	===============================================================================
7.10/7.68	c 7	|         0 |   27236  2104203  6240925 |   701401        0    nan |  0.000 % |
7.50/7.74	c 7	===============================================================================
7.50/7.74	c 7	restarts              : 2
7.50/7.74	c 7	conflicts             : 0             (0 /sec)
7.50/7.74	c 7	decisions             : 129           (0.78 % random) (112 /sec)
7.50/7.74	c 7	propagations          : 54472          (47210 /sec)
7.50/7.74	c 7	conflict literals     : 0              ( nan % deleted)
7.50/7.74	c 7	Memory used           : 88.57 MB
7.50/7.74	c 7	CPU time              : 1.15382 s
7.50/7.74	c 7	
7.50/7.74	c 7	SATISFIABLE
7.50/7.75	c 7	OK
7.50/7.75	c 7	FOUND: _COST <= 81
7.50/7.75	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.50/7.75	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.56/7.83	c 7	Decoding HOME/temp.out
7.56/7.99	c 8	OBJECTIVE _COST 81
7.56/7.99	o 81
7.56/8.00	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.56/8.00	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.56/8.03	c 8	OK
7.56/8.03	c 8	OBJECTIVE BOUND: 0 <= _COST <= 81
7.56/8.03	c 8	SEARCHING: _COST <= 40
7.56/8.04	c 8	============================[ Search Statistics ]==============================
7.56/8.05	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.56/8.05	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.56/8.05	c 8	===============================================================================
7.56/8.05	c 8	|         0 |   14061  2104203  6240925 |   701401        0    nan |  0.000 % |
7.56/8.06	c 8	===============================================================================
7.56/8.06	c 8	restarts              : 3
7.56/8.06	c 8	conflicts             : 0             (0 /sec)
7.56/8.06	c 8	decisions             : 280           (1.07 % random) (232 /sec)
7.56/8.06	c 8	propagations          : 68533          (56694 /sec)
7.56/8.06	c 8	conflict literals     : 0              ( nan % deleted)
7.56/8.06	c 8	Memory used           : 88.57 MB
7.56/8.06	c 8	CPU time              : 1.20882 s
7.56/8.06	c 8	
7.56/8.06	c 8	SATISFIABLE
7.56/8.07	c 8	OK
7.56/8.07	c 8	FOUND: _COST <= 40
7.56/8.07	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.56/8.07	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.86/8.15	c 8	Decoding HOME/temp.out
7.86/8.32	c 8	OBJECTIVE _COST 40
7.86/8.32	o 40
7.86/8.32	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.86/8.32	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.86/8.34	c 8	OK
7.86/8.34	c 8	OBJECTIVE BOUND: 0 <= _COST <= 40
7.86/8.34	c 8	SEARCHING: _COST <= 20
7.86/8.35	c 8	============================[ Search Statistics ]==============================
7.86/8.36	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.86/8.36	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.86/8.36	c 8	===============================================================================
7.86/8.36	c 8	|         0 |   12282  2104203  6240925 |   701401        0    nan |  0.000 % |
7.86/8.37	c 8	===============================================================================
7.86/8.37	c 8	restarts              : 4
7.86/8.37	c 8	conflicts             : 0             (0 /sec)
7.86/8.37	c 8	decisions             : 380           (1.05 % random) (305 /sec)
7.86/8.37	c 8	propagations          : 80815          (64817 /sec)
7.86/8.37	c 8	conflict literals     : 0              ( nan % deleted)
7.86/8.37	c 8	Memory used           : 88.57 MB
7.86/8.37	c 8	CPU time              : 1.24681 s
7.86/8.37	c 8	
7.86/8.37	c 8	SATISFIABLE
7.86/8.37	c 8	OK
7.86/8.37	c 8	FOUND: _COST <= 20
7.86/8.37	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.86/8.37	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.16/8.45	c 8	Decoding HOME/temp.out
8.16/8.62	c 8	OBJECTIVE _COST 20
8.16/8.62	o 20
8.16/8.62	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.16/8.63	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.16/8.64	c 8	OK
8.16/8.64	c 8	OBJECTIVE BOUND: 0 <= _COST <= 20
8.16/8.64	c 8	SEARCHING: _COST <= 10
8.16/8.64	c 8	============================[ Search Statistics ]==============================
8.16/8.64	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.16/8.64	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.16/8.64	c 8	===============================================================================
8.16/8.64	c 8	|         0 |   10784  2104203  6240925 |   701401        0    nan |  0.000 % |
8.16/8.66	c 8	===============================================================================
8.16/8.66	c 8	restarts              : 5
8.16/8.66	c 8	conflicts             : 0             (0 /sec)
8.16/8.66	c 8	decisions             : 465           (1.29 % random) (364 /sec)
8.16/8.66	c 8	propagations          : 91599          (71741 /sec)
8.16/8.66	c 8	conflict literals     : 0              ( nan % deleted)
8.16/8.66	c 8	Memory used           : 88.57 MB
8.16/8.66	c 8	CPU time              : 1.2768 s
8.16/8.66	c 8	
8.16/8.66	c 8	SATISFIABLE
8.16/8.67	c 8	OK
8.16/8.67	c 8	FOUND: _COST <= 10
8.16/8.67	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.16/8.67	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.44/8.75	c 8	Decoding HOME/temp.out
8.75/9.02	c 9	OBJECTIVE _COST 10
8.75/9.02	o 10
8.75/9.02	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.75/9.03	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.75/9.05	c 9	OK
8.75/9.05	c 9	OBJECTIVE BOUND: 0 <= _COST <= 10
8.75/9.05	c 9	SEARCHING: _COST <= 5
8.75/9.05	c 9	============================[ Search Statistics ]==============================
8.75/9.06	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.75/9.06	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.75/9.06	c 9	===============================================================================
8.75/9.06	c 9	|         0 |    9428  2104203  6240925 |   701401        0    nan |  0.000 % |
8.75/9.06	c 9	===============================================================================
8.75/9.06	c 9	restarts              : 6
8.75/9.06	c 9	conflicts             : 0             (0 /sec)
8.75/9.06	c 9	decisions             : 531           (1.51 % random) (409 /sec)
8.75/9.06	c 9	propagations          : 101027         (77725 /sec)
8.75/9.06	c 9	conflict literals     : 0              ( nan % deleted)
8.75/9.06	c 9	Memory used           : 88.57 MB
8.75/9.06	c 9	CPU time              : 1.2998 s
8.75/9.06	c 9	
8.75/9.06	c 9	SATISFIABLE
8.75/9.07	c 9	OK
8.75/9.07	c 9	FOUND: _COST <= 5
8.75/9.07	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.75/9.07	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.83/9.15	c 9	Decoding HOME/temp.out
8.83/9.50	c 9	OBJECTIVE _COST 5
8.83/9.50	o 5
8.83/9.50	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.83/9.51	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.83/9.55	c 9	OK
8.83/9.55	c 9	OBJECTIVE BOUND: 0 <= _COST <= 5
8.83/9.55	c 9	SEARCHING: _COST <= 2
8.83/9.56	c 9	============================[ Search Statistics ]==============================
8.83/9.57	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.83/9.57	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.83/9.57	c 9	===============================================================================
8.83/9.57	c 9	|         0 |    8122  2104203  6240925 |   701401        0    nan |  0.000 % |
8.83/9.57	c 9	===============================================================================
8.83/9.57	c 9	restarts              : 7
8.83/9.57	c 9	conflicts             : 0             (0 /sec)
8.83/9.57	c 9	decisions             : 585           (1.54 % random) (443 /sec)
8.83/9.57	c 9	propagations          : 109149         (82701 /sec)
8.83/9.57	c 9	conflict literals     : 0              ( nan % deleted)
8.83/9.57	c 9	Memory used           : 88.57 MB
8.83/9.57	c 9	CPU time              : 1.3198 s
8.83/9.57	c 9	
8.83/9.57	c 9	SATISFIABLE
8.83/9.57	c 9	OK
8.83/9.57	c 9	FOUND: _COST <= 2
8.83/9.57	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.83/9.57	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.28/9.66	c 9	Decoding HOME/temp.out
9.28/9.82	c 9	OBJECTIVE _COST 2
9.28/9.82	o 2
9.28/9.83	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.28/9.83	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.28/9.85	c 9	OK
9.28/9.85	c 9	OBJECTIVE BOUND: 0 <= _COST <= 2
9.28/9.85	c 9	SEARCHING: _COST <= 1
9.28/9.86	c 9	============================[ Search Statistics ]==============================
9.28/9.86	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.28/9.86	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.28/9.86	c 9	===============================================================================
9.28/9.86	c 9	|         0 |    6836  2104203  6240925 |   701401        0    nan |  0.000 % |
9.28/9.86	c 9	===============================================================================
9.28/9.86	c 9	restarts              : 8
9.28/9.86	c 9	conflicts             : 0             (0 /sec)
9.28/9.86	c 9	decisions             : 637           (1.57 % random) (477 /sec)
9.28/9.86	c 9	propagations          : 115985         (86763 /sec)
9.28/9.86	c 9	conflict literals     : 0              ( nan % deleted)
9.28/9.86	c 9	Memory used           : 88.57 MB
9.28/9.86	c 9	CPU time              : 1.3368 s
9.28/9.86	c 9	
9.28/9.86	c 9	SATISFIABLE
9.28/9.87	c 9	OK
9.28/9.87	c 9	FOUND: _COST <= 1
9.28/9.87	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.28/9.87	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.58/9.95	c 10	Decoding HOME/temp.out
9.78/10.11	c 10	OBJECTIVE _COST 1
9.78/10.11	o 1
9.78/10.11	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.78/10.12	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.78/10.14	c 10	OK
9.78/10.14	c 10	OBJECTIVE BOUND: 0 <= _COST <= 1
9.78/10.14	c 10	SEARCHING: _COST <= 0
9.78/10.14	c 10	============================[ Search Statistics ]==============================
9.78/10.14	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.78/10.14	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.78/10.14	c 10	===============================================================================
9.78/10.14	c 10	|         0 |    5050  2104203  6240925 |   701401        0    nan |  0.000 % |
9.78/10.14	c 10	===============================================================================
9.78/10.14	c 10	restarts              : 9
9.78/10.14	c 10	conflicts             : 0             (0 /sec)
9.78/10.14	c 10	decisions             : 638           (1.57 % random) (472 /sec)
9.78/10.14	c 10	propagations          : 121035         (89603 /sec)
9.78/10.14	c 10	conflict literals     : 0              ( nan % deleted)
9.78/10.14	c 10	Memory used           : 88.57 MB
9.78/10.14	c 10	CPU time              : 1.35079 s
9.78/10.14	c 10	
9.78/10.14	c 10	SATISFIABLE
9.78/10.15	c 10	OK
9.78/10.15	c 10	FOUND: _COST <= 0
9.78/10.15	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.78/10.15	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.82/10.23	c 10	Decoding HOME/temp.out
9.82/10.39	c 10	OBJECTIVE _COST 0
9.82/10.39	o 0
9.82/10.39	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/10.40	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.82/10.41	c 10	OK
9.82/10.41	c 10	OBJECTIVE _COST 0
9.82/10.41	s OPTIMUM FOUND
9.82/10.42	c 10	CPU 9.14 (0.07 0.04 9.07 0.91)
9.82/10.42	c 10	END Thu Aug  7 21:06:40 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-1126971-1218135990/watcher-1126971-1218135990 -o /tmp/evaluation-result-1126971-1218135990/solver-1126971-1218135990 -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-1126971-1218135990.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/82 10514
/proc/meminfo: memFree=276984/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=18572 CPUtime=0
/proc/10514/stat : 10514 (runsolver) R 10512 10514 10398 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140686165 19017728 292 18446744073709551615 4194304 4296836 548682068224 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10514/statm: 4643 292 257 25 0 2626 0

[startup+0.106674 s]
/proc/loadavg: 0.00 0.00 0.00 4/82 10514
/proc/meminfo: memFree=276984/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=16212 CPUtime=0.05
/proc/10514/stat : 10514 (sugar++) R 10512 10514 10398 0 -1 4194304 971 0 0 0 4 1 0 0 18 0 1 0 140686165 16601088 939 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246424211881 0 0 4224 0 0 0 0 17 1 0 0
/proc/10514/statm: 4053 939 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.201682 s]
/proc/loadavg: 0.00 0.00 0.00 4/82 10514
/proc/meminfo: memFree=276984/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=16740 CPUtime=0.06
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 1220 128 0 0 5 1 0 0 19 0 1 0 140686165 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10514/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301693 s]
/proc/loadavg: 0.00 0.00 0.00 4/82 10514
/proc/meminfo: memFree=276984/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=16740 CPUtime=0.06
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 1220 128 0 0 5 1 0 0 19 0 1 0 140686165 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10514/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701726 s]
/proc/loadavg: 0.00 0.00 0.00 4/82 10514
/proc/meminfo: memFree=276984/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=16740 CPUtime=0.42
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 1297 4721 0 1 5 1 32 4 16 0 1 0 140686165 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10514/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50281 s]
/proc/loadavg: 0.00 0.00 0.00 4/93 10546
/proc/meminfo: memFree=282328/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=16740 CPUtime=0.42
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 1298 4721 0 1 5 1 32 4 15 0 1 0 140686165 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10514/statm: 4185 1104 409 3 0 764 0
[pid=10530] ppid=10514 vsize=5356 CPUtime=0
/proc/10530/stat : 10530 (sh) S 10514 10514 10398 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 140686214 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10530/statm: 1339 233 193 169 0 50 0
[pid=10531] ppid=10530 vsize=868484 CPUtime=0.98
/proc/10531/stat : 10531 (java) S 10530 10514 10398 0 -1 0 7015 0 3 0 94 4 0 0 18 0 9 0 140686214 889327616 6220 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10531/statm: 217121 6220 2563 9 0 211668 0
[pid=10531/tid=10535] ppid=10530 vsize=868484 CPUtime=0.63
/proc/10531/task/10535/stat : 10535 (java) R 10530 10514 10398 0 -1 64 2738 0 2 0 61 2 0 0 21 0 9 0 140686215 889327616 6220 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4126565307 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10536] ppid=10530 vsize=868484 CPUtime=0.08
/proc/10531/task/10536/stat : 10536 (java) S 10530 10514 10398 0 -1 64 2093 0 0 0 8 0 0 0 16 0 9 0 140686216 889327616 6220 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10539] ppid=10530 vsize=868484 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10530 10514 10398 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686217 889327616 6220 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10540] ppid=10530 vsize=868484 CPUtime=0
/proc/10531/task/10540/stat : 10540 (java) S 10530 10514 10398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140686217 889327616 6220 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10543] ppid=10530 vsize=868484 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10530 10514 10398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140686219 889327616 6220 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10544] ppid=10530 vsize=868484 CPUtime=0.24
/proc/10531/task/10544/stat : 10544 (java) S 10530 10514 10398 0 -1 64 1491 0 1 0 24 0 0 0 16 0 9 0 140686219 889327616 6220 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10545] ppid=10530 vsize=868484 CPUtime=0
/proc/10531/task/10545/stat : 10545 (java) S 10530 10514 10398 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140686219 889327616 6220 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10546] ppid=10530 vsize=868484 CPUtime=0
/proc/10531/task/10546/stat : 10546 (java) S 10530 10514 10398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686219 889327616 6220 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890580

[startup+3.10196 s]
/proc/loadavg: 0.24 0.05 0.02 3/93 10546
/proc/meminfo: memFree=244696/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=16740 CPUtime=0.42
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 1298 4721 0 1 5 1 32 4 15 0 1 0 140686165 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10514/statm: 4185 1104 409 3 0 764 0
[pid=10530] ppid=10514 vsize=5356 CPUtime=0
/proc/10530/stat : 10530 (sh) S 10514 10514 10398 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 140686214 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10530/statm: 1339 233 193 169 0 50 0
[pid=10531] ppid=10530 vsize=868484 CPUtime=2.57
/proc/10531/stat : 10531 (java) S 10530 10514 10398 0 -1 0 7438 0 3 0 242 15 0 0 18 0 9 0 140686214 889327616 6234 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10531/statm: 217121 6234 2563 9 0 211668 0
[pid=10531/tid=10535] ppid=10530 vsize=868484 CPUtime=2.07
/proc/10531/task/10535/stat : 10535 (java) R 10530 10514 10398 0 -1 64 3147 0 2 0 198 9 0 0 25 0 9 0 140686215 889327616 6234 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10536] ppid=10530 vsize=868484 CPUtime=0.19
/proc/10531/task/10536/stat : 10536 (java) S 10530 10514 10398 0 -1 64 2093 0 0 0 16 3 0 0 16 0 9 0 140686216 889327616 6234 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10539] ppid=10530 vsize=868484 CPUtime=0
/proc/10531/task/10539/stat : 10539 (java) S 10530 10514 10398 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686217 889327616 6234 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10540] ppid=10530 vsize=868484 CPUtime=0
/proc/10531/task/10540/stat : 10540 (java) S 10530 10514 10398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140686217 889327616 6234 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10543] ppid=10530 vsize=868484 CPUtime=0
/proc/10531/task/10543/stat : 10543 (java) S 10530 10514 10398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140686219 889327616 6234 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10544] ppid=10530 vsize=868484 CPUtime=0.26
/proc/10531/task/10544/stat : 10544 (java) S 10530 10514 10398 0 -1 64 1505 0 1 0 26 0 0 0 16 0 9 0 140686219 889327616 6234 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10545] ppid=10530 vsize=868484 CPUtime=0
/proc/10531/task/10545/stat : 10545 (java) S 10530 10514 10398 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140686219 889327616 6234 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10531/tid=10546] ppid=10530 vsize=868484 CPUtime=0
/proc/10531/task/10546/stat : 10546 (java) S 10530 10514 10398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140686219 889327616 6234 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890580

[startup+6.30226 s]
/proc/loadavg: 0.24 0.05 0.02 3/93 10546
/proc/meminfo: memFree=152536/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=17004 CPUtime=5.88
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 1490 13289 0 6 6 2 535 45 17 0 1 0 140686165 17412096 1148 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10514/statm: 4251 1148 413 3 0 830 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 17004

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

[startup+6.40227 s]
/proc/loadavg: 0.24 0.05 0.02 3/93 10546
/proc/meminfo: memFree=152536/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=17004 CPUtime=5.88
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 1490 13289 0 6 6 2 535 45 17 0 1 0 140686165 17412096 1148 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10514/statm: 4251 1148 413 3 0 830 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 17004

[startup+8.00142 s]
/proc/loadavg: 0.46 0.10 0.03 3/84 10557
/proc/meminfo: memFree=48928/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=17004 CPUtime=6.24
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 1639 17235 0 7 6 2 567 49 15 0 1 0 140686165 17412096 1151 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10514/statm: 4251 1151 414 3 0 830 0
[pid=10547] ppid=10514 vsize=90688 CPUtime=1.32
/proc/10547/stat : 10547 (minisat-inc) S 10514 10514 10398 0 -1 4194304 22344 0 0 0 116 16 0 0 17 0 1 0 140686767 92864512 22289 18446744073709551615 134512640 135134323 4294956208 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/10547/statm: 22672 22289 78 151 0 22518 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 107692

[startup+9.60157 s]
/proc/loadavg: 0.46 0.10 0.03 5/94 10597
/proc/meminfo: memFree=37456/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=17004 CPUtime=7.8
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 1973 36941 0 12 7 3 707 63 16 0 1 0 140686165 17412096 1151 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10514/statm: 4251 1151 414 3 0 830 0
[pid=10547] ppid=10514 vsize=90688 CPUtime=1.48
/proc/10547/stat : 10547 (minisat-inc) S 10514 10514 10398 0 -1 4194304 22354 0 0 0 132 16 0 0 16 0 1 0 140686767 92864512 22289 18446744073709551615 134512640 135134323 4294956208 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/10547/statm: 22672 22289 78 151 0 22518 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 107692

[startup+10.0066 s]
/proc/loadavg: 0.46 0.10 0.03 3/90 10623
/proc/meminfo: memFree=40816/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=17004 CPUtime=8.06
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 2063 40878 0 13 7 3 729 67 15 0 1 0 140686165 17412096 1151 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10514/statm: 4251 1151 414 3 0 830 0
[pid=10547] ppid=10514 vsize=90688 CPUtime=1.5
/proc/10547/stat : 10547 (minisat-inc) S 10514 10514 10398 0 -1 4194304 22356 0 0 0 134 16 0 0 16 0 1 0 140686767 92864512 22289 18446744073709551615 134512640 135134323 4294956208 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/10547/statm: 22672 22289 78 151 0 22518 0
[pid=10618] ppid=10514 vsize=5356 CPUtime=0
/proc/10618/stat : 10618 (sh) S 10514 10514 10398 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 140687152 5484544 233 18446744073709551615 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10618/statm: 1339 233 193 169 0 50 0
[pid=10619] ppid=10618 vsize=195620 CPUtime=0.12
/proc/10619/stat : 10619 (java) S 10618 10514 10398 0 -1 0 3333 0 1 0 10 2 0 0 18 0 9 0 140687152 200314880 2810 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10619/statm: 48905 2810 1637 9 0 43487 0
[pid=10619/tid=10620] ppid=10618 vsize=195620 CPUtime=0.09
/proc/10619/task/10620/stat : 10620 (java) R 10618 10514 10398 0 -1 64 2408 0 1 0 8 1 0 0 20 0 9 0 140687153 200314880 2811 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4126419793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10619/tid=10621] ppid=10618 vsize=195620 CPUtime=0
/proc/10619/task/10621/stat : 10621 (java) S 10618 10514 10398 0 -1 64 4 0 0 0 0 0 0 0 18 0 9 0 140687155 200314880 2811 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10619/tid=10622] ppid=10618 vsize=195620 CPUtime=0
/proc/10619/task/10622/stat : 10622 (java) S 10618 10514 10398 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 140687155 200314880 2811 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10619/tid=10623] ppid=10618 vsize=195620 CPUtime=0
/proc/10619/task/10623/stat : 10623 (java) S 10618 10514 10398 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 140687155 200314880 2811 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (KiB) 308668

[startup+10.4016 s]
/proc/loadavg: 0.46 0.10 0.03 3/90 10623
/proc/meminfo: memFree=40816/2055920 swapFree=4192956/4192956
[pid=10514] ppid=10512 vsize=17004 CPUtime=8.31
/proc/10514/stat : 10514 (sugar++) S 10512 10514 10398 0 -1 4194304 2137 44815 0 14 7 4 750 70 15 0 1 0 140686165 17412096 1151 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10514/statm: 4251 1151 414 3 0 830 0
[pid=10547] ppid=10514 vsize=90688 CPUtime=1.51
/proc/10547/stat : 10547 (minisat-inc) S 10514 10514 10398 0 -1 4194304 22358 0 0 0 135 16 0 0 17 0 1 0 140686767 92864512 22289 18446744073709551615 134512640 135134323 4294956208 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/10547/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): 10.4524
CPU time (s): 10.1395
CPU user time (s): 9.15561
CPU system time (s): 0.98385
CPU usage (%): 97.0063
Max. virtual memory (cumulated for all children) (KiB): 890580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.15561
system time used= 0.98385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73350
page faults= 15
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13679
involuntary context switches= 13356

runsolver used 0.013997 second user time and 0.054991 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-08-07 21:06:30
IDJOB=1126971
IDBENCH=66111
IDSOLVER=367
FILE ID=node61/1126971-1218135990
PBS_JOBID= 8000781
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e1d18423c15c52112767d2c53ef30
RANDOM SEED=1113979391

node61.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.242
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.242
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:        277464 kB
Buffers:         53412 kB
Cached:        1547104 kB
SwapCached:          0 kB
Active:         419304 kB
Inactive:      1232428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        277464 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5092 kB
Writeback:           0 kB
Mapped:          72176 kB
Slab:           111908 kB
Committed_AS:   176332 kB
PageTables:       1924 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= 66548 MiB
End job on node61 at 2008-08-07 21:06:40