Trace number 1126947

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 30.5813 31.4758

General information on the benchmark

Namemaxcsp/warehouses/
normalized-cap113_ext.xml
MD5SUM4bf2b317c61984f54388f5cebd1c8eff
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.186971
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints2550
Maximum constraint arity2
Maximum domain size50
Number of constraints which are defined in extension2550
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.18	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.18	c 0	BEGIN Wed Jul 16 07:50:56 2008
0.03/0.18	c 0	PID 2507
0.03/0.18	c 0	HOST node47.alineos.net
0.03/0.18	c 0	CONVERTING HOME/instance-1126947-1216187456.xml TO HOME/temp.csp
0.03/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126947-1216187456.xml' 'HOME/temp.csp'
0.06/0.61	c 1	3 domains, 101 variables, 0 predicates, 52 relations, 2550 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.47/0.74	c 1	Parsing HOME/temp.csp
0.47/0.93	c 1	parsed 2706 expressions
0.47/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.96	c 1	MAX CSP: 2550 constraints
0.47/0.96	c 1	Converting to clausal form CSP
0.79/1.03	c 1	converted 526 (10%) expressions
0.79/1.06	c 1	converted 1052 (20%) expressions
0.89/1.15	c 1	converted 1578 (30%) expressions
0.89/1.17	c 1	converted 2104 (40%) expressions
0.89/1.18	c 1	converted 2630 (50%) expressions
0.98/1.22	c 1	converted 3156 (60%) expressions
0.98/1.22	c 1	converted 3682 (70%) expressions
0.98/1.23	c 1	converted 4208 (80%) expressions
0.98/1.24	c 1	converted 4734 (90%) expressions
1.27/1.51	c 2	converted 5259 (100%) expressions
1.27/1.51	c 2	CSP : 5201 integers, 0 booleans, 7649 clauses, largest domain size 3826
1.27/1.51	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.27/1.51	c 2	Propagation in CSP
1.37/1.65	c 2	2542 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.37/1.66	c 2	CSP : 5201 integers, 0 booleans, 7649 clauses, largest domain size 2551
1.37/1.66	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.37/1.66	c 2	Simplifing CSP by introducing new Boolean variables
1.37/1.67	c 2	CSP : 5201 integers, 0 booleans, 7649 clauses, largest domain size 2551
1.37/1.67	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.72	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.48/1.75	c 2	521 (10%) CSP integer variables are encoded (2400 clauses, 29309 bytes)
1.48/1.75	c 2	1041 (20%) CSP integer variables are encoded (2400 clauses, 29309 bytes)
1.48/1.75	c 2	1561 (30%) CSP integer variables are encoded (2400 clauses, 29309 bytes)
1.48/1.75	c 2	2081 (40%) CSP integer variables are encoded (2400 clauses, 29309 bytes)
1.48/1.75	c 2	2601 (50%) CSP integer variables are encoded (2400 clauses, 29309 bytes)
1.48/1.76	c 2	3121 (60%) CSP integer variables are encoded (8022 clauses, 104378 bytes)
1.48/1.77	c 2	3641 (70%) CSP integer variables are encoded (12771 clauses, 175613 bytes)
1.57/1.81	c 2	4161 (80%) CSP integer variables are encoded (43747 clauses, 640253 bytes)
1.57/1.82	c 2	4681 (90%) CSP integer variables are encoded (48363 clauses, 709493 bytes)
1.57/1.83	c 2	5201 (100%) CSP integer variables are encoded (54413 clauses, 800243 bytes)
1.68/1.94	c 2	765 (10%) CSP clauses are encoded (55178 clauses, 816340 bytes)
1.79/2.01	c 2	1530 (20%) CSP clauses are encoded (55943 clauses, 833156 bytes)
1.79/2.07	c 2	2295 (30%) CSP clauses are encoded (56708 clauses, 849971 bytes)
1.89/2.18	c 2	3060 (40%) CSP clauses are encoded (92362 clauses, 1490873 bytes)
2.77/3.01	c 3	3825 (50%) CSP clauses are encoded (475361 clauses, 9480699 bytes)
2.97/3.23	c 3	4590 (60%) CSP clauses are encoded (584770 clauses, 11792286 bytes)
16.96/17.41	c 17	5355 (70%) CSP clauses are encoded (6646483 clauses, 141691258 bytes)
17.17/17.65	c 18	6120 (80%) CSP clauses are encoded (6772356 clauses, 144353780 bytes)
17.75/18.25	c 18	6885 (90%) CSP clauses are encoded (7090813 clauses, 151150123 bytes)
20.01/20.52	c 21	7649 (100%) CSP clauses are encoded (8289115 clauses, 176830900 bytes)
20.01/20.52	c 21	7649 CSP clauses encoded
20.01/20.52	c 21	Writing map file : HOME/temp.map
20.01/20.57	c 21	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.01/20.57	c 21	SAT : 59613 SAT variables, 8289115 SAT clauses, 176830900 bytes
20.01/20.57	c 21	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.01/20.59	c 21	OBJECTIVE minimize _COST
20.01/20.59	c 21	SOLVING HOME/temp.cnf
20.01/20.59	c 21	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
20.01/20.59	c 21	This is MiniSat 2.0 beta incremental
20.01/20.59	c 21	WARNING: for repeatability, setting FPU to use double precision
20.01/20.59	c 21	============================[ Problem Statistics ]=============================
20.01/20.59	c 21	|                                                                             |
20.01/20.59	c 21	|  Number of variables:  59613                                                |
20.01/20.59	c 21	|  Number of clauses:    8289115                                              |
23.78/24.33	c 24	|  Parsing time:         3.19         s                                       |
23.98/24.50	c 25	OK
23.98/24.50	c 25	OBJECTIVE BOUND: 0 <= _COST <= 
23.98/24.50	c 25	SEARCHING: _COST <= 1275
23.98/24.50	c 25	============================[ Search Statistics ]==============================
23.98/24.50	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.98/24.50	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.98/24.50	c 25	===============================================================================
23.98/24.50	c 25	|         0 |   59613  8289115 24708705 |  2763038        0    nan |  0.000 % |
24.78/25.35	c 25	===============================================================================
24.78/25.35	c 25	restarts              : 1
24.78/25.35	c 25	conflicts             : 0             (0 /sec)
24.78/25.35	c 25	decisions             : 85            (0.00 % random) (20 /sec)
24.78/25.35	c 25	propagations          : 59613          (14253 /sec)
24.78/25.35	c 25	conflict literals     : 0              ( nan % deleted)
24.78/25.35	c 25	Memory used           : 345.63 MB
24.78/25.35	c 25	CPU time              : 4.18236 s
24.78/25.35	c 25	
24.78/25.35	c 25	SATISFIABLE
24.78/25.37	c 25	OK
24.78/25.37	c 25	FOUND: _COST <= 1275
24.78/25.37	s SATISFIABLE
24.78/25.37	c 25	DECODING HOME/temp.out WITH HOME/temp.map
24.78/25.37	c 25	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.85/25.46	c 26	Decoding HOME/temp.out
24.85/25.69	c 26	OBJECTIVE _COST 1275
24.85/25.69	o 1275
24.85/25.69	v 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 48 49 48 49 48 49 48 49 48 49 48 49 49 48 49 48 49 48 49 48 49 48 48 49 48 49 48 49 48 49 48 49 49 48 49 48 49 48 49 48 49 48 48 49 48 49 48 49 48 49 -1
24.85/25.70	c 26	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
24.85/25.71	c 26	OK
24.85/25.71	c 26	OBJECTIVE BOUND: 0 <= _COST <= 1275
24.85/25.71	c 26	SEARCHING: _COST <= 637
24.85/25.71	c 26	============================[ Search Statistics ]==============================
24.85/25.71	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.85/25.71	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.85/25.71	c 26	===============================================================================
24.85/25.71	c 26	|         0 |   59613  8289115 24708705 |  2763038        0    nan |  0.000 % |
25.65/26.21	c 26	===============================================================================
25.65/26.21	c 26	restarts              : 2
25.65/26.21	c 26	conflicts             : 0             (0 /sec)
25.65/26.21	c 26	decisions             : 159           (1.89 % random) (34 /sec)
25.65/26.21	c 26	propagations          : 119226         (25344 /sec)
25.65/26.21	c 26	conflict literals     : 0              ( nan % deleted)
25.65/26.21	c 26	Memory used           : 351.04 MB
25.65/26.21	c 26	CPU time              : 4.70428 s
25.65/26.21	c 26	
25.65/26.21	c 26	SATISFIABLE
25.65/26.23	c 26	OK
25.65/26.23	c 26	FOUND: _COST <= 637
25.65/26.23	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.65/26.23	c 26	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.73/26.32	c 26	Decoding HOME/temp.out
25.93/26.54	c 27	OBJECTIVE _COST 637
25.93/26.54	o 637
25.93/26.55	v 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 44 49 47 49 48 46 44 49 48 46 44 49 48 46 49 48 46 44 49 48 46 44 44 47 46 49 48 46 44 49 48 46 49 48 44 45 49 48 46 44 49 48 46 49 48 46 44 49 48 46 -1
25.93/26.55	c 27	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
25.97/26.63	c 27	OK
25.97/26.63	c 27	OBJECTIVE BOUND: 0 <= _COST <= 637
25.97/26.63	c 27	SEARCHING: _COST <= 318
25.97/26.63	c 27	============================[ Search Statistics ]==============================
25.97/26.63	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.97/26.63	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.97/26.63	c 27	===============================================================================
25.97/26.63	c 27	|         0 |   44313  8289115 24708705 |  2763038        0    nan |  0.000 % |
26.39/27.06	c 27	===============================================================================
26.39/27.06	c 27	restarts              : 3
26.39/27.06	c 27	conflicts             : 0             (0 /sec)
26.39/27.06	c 27	decisions             : 1087          (0.92 % random) (210 /sec)
26.39/27.06	c 27	propagations          : 163539         (31588 /sec)
26.39/27.06	c 27	conflict literals     : 0              ( nan % deleted)
26.39/27.07	c 27	Memory used           : 355.04 MB
26.39/27.07	c 27	CPU time              : 5.17721 s
26.39/27.07	c 27	
26.39/27.07	c 27	SATISFIABLE
26.39/27.09	c 27	OK
26.39/27.09	c 27	FOUND: _COST <= 318
26.39/27.09	c 27	DECODING HOME/temp.out WITH HOME/temp.map
26.39/27.09	c 27	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
26.47/27.17	c 27	Decoding HOME/temp.out
26.47/27.39	c 27	OBJECTIVE _COST 318
26.47/27.39	o 318
26.47/27.39	v 1 0 0 1 1 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 48 48 48 48 48 48 48 48 48 49 48 48 48 48 48 48 49 48 48 48 49 48 22 49 48 48 48 48 48 48 48 49 48 48 48 48 48 48 49 48 48 48 48 48 49 49 48 48 48 49 -1
26.76/27.40	c 27	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
26.83/27.53	c 28	OK
26.83/27.53	c 28	OBJECTIVE BOUND: 0 <= _COST <= 318
26.83/27.53	c 28	SEARCHING: _COST <= 159
26.83/27.53	c 28	============================[ Search Statistics ]==============================
26.83/27.53	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.83/27.53	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.83/27.53	c 28	===============================================================================
26.83/27.53	c 28	|         0 |   36017  8289115 24708705 |  2763038        0    nan |  0.000 % |
27.03/27.75	c 28	===============================================================================
27.03/27.75	c 28	restarts              : 4
27.03/27.75	c 28	conflicts             : 0             (0 /sec)
27.03/27.75	c 28	decisions             : 1621          (1.11 % random) (296 /sec)
27.03/27.75	c 28	propagations          : 199556         (36394 /sec)
27.03/27.75	c 28	conflict literals     : 0              ( nan % deleted)
27.03/27.75	c 28	Memory used           : 355.68 MB
27.03/27.75	c 28	CPU time              : 5.48317 s
27.03/27.75	c 28	
27.03/27.75	c 28	SATISFIABLE
27.03/27.77	c 28	OK
27.03/27.77	c 28	FOUND: _COST <= 159
27.03/27.77	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.03/27.77	c 28	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.10/27.86	c 28	Decoding HOME/temp.out
27.10/28.08	c 28	OBJECTIVE _COST 121
27.10/28.08	o 121
27.10/28.08	v 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 22 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 49 48 48 48 48 48 -1
27.10/28.09	c 28	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
27.41/28.19	c 28	OK
27.41/28.19	c 28	OBJECTIVE BOUND: 0 <= _COST <= 121
27.41/28.19	c 28	SEARCHING: _COST <= 60
27.41/28.19	c 28	============================[ Search Statistics ]==============================
27.41/28.19	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.41/28.19	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.41/28.19	c 28	===============================================================================
27.41/28.19	c 28	|         0 |   30907  8289115 24708705 |  2763038        0    nan |  0.000 % |
27.62/28.30	c 28	===============================================================================
27.62/28.30	c 28	restarts              : 5
27.62/28.30	c 28	conflicts             : 0             (0 /sec)
27.62/28.30	c 28	decisions             : 1835          (1.20 % random) (322 /sec)
27.62/28.30	c 28	propagations          : 230463         (40389 /sec)
27.62/28.30	c 28	conflict literals     : 0              ( nan % deleted)
27.62/28.30	c 28	Memory used           : 355.94 MB
27.62/28.30	c 28	CPU time              : 5.70613 s
27.62/28.30	c 28	
27.62/28.30	c 28	SATISFIABLE
27.62/28.32	c 28	OK
27.62/28.32	c 28	FOUND: _COST <= 60
27.62/28.32	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.62/28.32	c 28	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.64/28.40	c 28	Decoding HOME/temp.out
27.90/28.63	c 29	OBJECTIVE _COST 60
27.90/28.63	o 60
27.90/28.64	v 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 30 30 34 30 30 37 30 30 30 35 45 30 30 30 30 36 30 45 30 37 30 22 37 41 30 30 37 30 30 30 47 35 30 44 36 30 30 48 35 31 44 30 30 49 30 35 30 44 30 -1
27.90/28.64	c 29	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
27.95/28.74	c 29	OK
27.95/28.74	c 29	OBJECTIVE BOUND: 0 <= _COST <= 60
27.95/28.74	c 29	SEARCHING: _COST <= 30
27.95/28.74	c 29	============================[ Search Statistics ]==============================
27.95/28.74	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.95/28.74	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.95/28.74	c 29	===============================================================================
27.95/28.74	c 29	|         0 |   25800  8289115 24708705 |  2763038        0    nan |  0.000 % |
28.05/28.80	c 29	===============================================================================
28.05/28.80	c 29	restarts              : 6
28.05/28.80	c 29	conflicts             : 0             (0 /sec)
28.05/28.80	c 29	decisions             : 1966          (1.32 % random) (337 /sec)
28.05/28.80	c 29	propagations          : 256263         (43910 /sec)
28.05/28.80	c 29	conflict literals     : 0              ( nan % deleted)
28.05/28.80	c 29	Memory used           : 355.94 MB
28.05/28.80	c 29	CPU time              : 5.83611 s
28.05/28.80	c 29	
28.05/28.80	c 29	SATISFIABLE
28.05/28.82	c 29	OK
28.05/28.82	c 29	FOUND: _COST <= 30
28.05/28.82	c 29	DECODING HOME/temp.out WITH HOME/temp.map
28.05/28.82	c 29	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.07/28.91	c 29	Decoding HOME/temp.out
28.07/29.13	c 29	OBJECTIVE _COST 30
28.07/29.13	o 30
28.07/29.14	v 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 30 30 34 30 30 30 30 30 30 30 30 30 30 30 30 36 30 30 30 30 30 22 30 30 30 30 37 30 30 30 30 30 30 30 30 30 30 30 30 31 30 30 30 30 30 30 30 30 30 -1
28.07/29.14	c 29	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
28.40/29.22	c 29	OK
28.40/29.22	c 29	OBJECTIVE BOUND: 0 <= _COST <= 30
28.40/29.22	c 29	SEARCHING: _COST <= 15
28.40/29.22	c 29	============================[ Search Statistics ]==============================
28.40/29.22	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.40/29.22	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.40/29.22	c 29	===============================================================================
28.40/29.22	c 29	|         0 |   22871  8289115 24708705 |  2763038        0    nan |  0.000 % |
28.40/29.26	c 29	===============================================================================
28.40/29.26	c 29	restarts              : 7
28.40/29.26	c 29	conflicts             : 0             (0 /sec)
28.40/29.26	c 29	decisions             : 2070          (1.30 % random) (350 /sec)
28.40/29.26	c 29	propagations          : 279134         (47142 /sec)
28.40/29.26	c 29	conflict literals     : 0              ( nan % deleted)
28.40/29.26	c 29	Memory used           : 355.94 MB
28.40/29.26	c 29	CPU time              : 5.9211 s
28.40/29.26	c 29	
28.40/29.26	c 29	SATISFIABLE
28.40/29.28	c 29	OK
28.40/29.28	c 29	FOUND: _COST <= 15
28.40/29.28	c 29	DECODING HOME/temp.out WITH HOME/temp.map
28.40/29.28	c 29	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.49/29.36	c 29	Decoding HOME/temp.out
28.49/29.58	c 30	OBJECTIVE _COST 15
28.49/29.58	o 15
28.49/29.59	v 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 22 30 30 30 30 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 -1
28.49/29.59	c 30	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
28.79/29.62	c 30	OK
28.79/29.62	c 30	OBJECTIVE BOUND: 0 <= _COST <= 15
28.79/29.62	c 30	SEARCHING: _COST <= 7
28.79/29.62	c 30	============================[ Search Statistics ]==============================
28.79/29.62	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.79/29.62	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.79/29.62	c 30	===============================================================================
28.79/29.62	c 30	|         0 |   20180  8289115 24708705 |  2763038        0    nan |  0.000 % |
28.79/29.64	c 30	===============================================================================
28.79/29.64	c 30	restarts              : 8
28.79/29.64	c 30	conflicts             : 0             (0 /sec)
28.79/29.64	c 30	decisions             : 2142          (1.31 % random) (358 /sec)
28.79/29.64	c 30	propagations          : 299314         (50052 /sec)
28.79/29.64	c 30	conflict literals     : 0              ( nan % deleted)
28.79/29.64	c 30	Memory used           : 355.94 MB
28.79/29.64	c 30	CPU time              : 5.98009 s
28.79/29.64	c 30	
28.79/29.64	c 30	SATISFIABLE
28.79/29.66	c 30	OK
28.79/29.66	c 30	FOUND: _COST <= 7
28.79/29.66	c 30	DECODING HOME/temp.out WITH HOME/temp.map
28.79/29.66	c 30	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.84/29.74	c 30	Decoding HOME/temp.out
28.84/29.96	c 30	OBJECTIVE _COST 7
28.84/29.96	o 7
28.84/29.97	v 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 22 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 -1
28.84/29.97	c 30	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
28.84/29.99	c 30	OK
28.84/29.99	c 30	OBJECTIVE BOUND: 0 <= _COST <= 7
28.84/29.99	c 30	SEARCHING: _COST <= 3
28.84/29.99	c 30	============================[ Search Statistics ]==============================
28.84/29.99	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.84/29.99	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.84/29.99	c 30	===============================================================================
28.84/29.99	c 30	|         0 |   17574  8289115 24708705 |  2763038        0    nan |  0.000 % |
29.18/30.01	c 30	===============================================================================
29.18/30.02	c 30	restarts              : 9
29.18/30.02	c 30	conflicts             : 1             (0 /sec)
29.18/30.02	c 30	decisions             : 2225          (1.30 % random) (369 /sec)
29.18/30.02	c 30	propagations          : 325742         (54028 /sec)
29.18/30.02	c 30	conflict literals     : 4              (69.23 % deleted)
29.18/30.02	c 30	Memory used           : 355.94 MB
29.18/30.02	c 30	CPU time              : 6.02908 s
29.18/30.02	c 30	
29.18/30.02	c 30	SATISFIABLE
29.18/30.04	c 30	OK
29.18/30.04	c 30	FOUND: _COST <= 3
29.18/30.04	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.18/30.04	c 30	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.21/30.12	c 30	Decoding HOME/temp.out
29.21/30.34	c 30	OBJECTIVE _COST 3
29.21/30.34	o 3
29.21/30.34	v 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 22 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 -1
29.21/30.35	c 30	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
29.21/30.36	c 30	OK
29.21/30.36	c 30	OBJECTIVE BOUND: 0 <= _COST <= 3
29.21/30.36	c 30	SEARCHING: _COST <= 1
29.21/30.36	c 30	============================[ Search Statistics ]==============================
29.21/30.36	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.21/30.36	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.21/30.36	c 30	===============================================================================
29.21/30.36	c 30	|         1 |   14746  8289115 24708705 |  2763038        1      4 |  0.000 % |
29.21/30.37	c 30	===============================================================================
29.21/30.37	c 30	restarts              : 10
29.21/30.37	c 30	conflicts             : 2             (0 /sec)
29.21/30.37	c 30	decisions             : 2280          (1.27 % random) (376 /sec)
29.21/30.37	c 30	propagations          : 344078         (56722 /sec)
29.21/30.37	c 30	conflict literals     : 7              (61.11 % deleted)
29.21/30.37	c 30	Memory used           : 355.94 MB
29.21/30.37	c 30	CPU time              : 6.06608 s
29.21/30.37	c 30	
29.21/30.37	c 30	SATISFIABLE
29.21/30.39	c 30	OK
29.21/30.39	c 30	FOUND: _COST <= 1
29.21/30.39	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.21/30.39	c 30	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.57/30.47	c 31	Decoding HOME/temp.out
29.96/30.88	c 31	OBJECTIVE _COST 1
29.96/30.88	o 1
29.96/30.88	v 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 1 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 22 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 -1
29.96/30.89	c 31	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
30.04/30.92	c 31	OK
30.04/30.92	c 31	OBJECTIVE BOUND: 0 <= _COST <= 1
30.04/30.92	c 31	SEARCHING: _COST <= 0
30.04/30.92	c 31	============================[ Search Statistics ]==============================
30.04/30.92	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.04/30.92	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.04/30.92	c 31	===============================================================================
30.04/30.92	c 31	|         2 |   11677  8289115 24708705 |  2763038        2      4 |  0.000 % |
30.04/30.93	c 31	===============================================================================
30.04/30.93	c 31	restarts              : 11
30.04/30.93	c 31	conflicts             : 2             (0 /sec)
30.04/30.93	c 31	decisions             : 2281          (1.27 % random) (374 /sec)
30.04/30.93	c 31	propagations          : 355755         (58377 /sec)
30.04/30.93	c 31	conflict literals     : 7              (61.11 % deleted)
30.04/30.93	c 31	Memory used           : 355.94 MB
30.04/30.93	c 31	CPU time              : 6.09407 s
30.04/30.93	c 31	
30.04/30.93	c 31	SATISFIABLE
30.04/30.95	c 31	OK
30.04/30.95	c 31	FOUND: _COST <= 0
30.04/30.95	c 31	DECODING HOME/temp.out WITH HOME/temp.map
30.04/30.95	c 31	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
30.09/31.03	c 31	Decoding HOME/temp.out
30.09/31.25	c 31	OBJECTIVE _COST 0
30.09/31.25	o 0
30.09/31.26	v 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 -1
30.09/31.26	c 31	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
30.09/31.32	c 31	OK
30.09/31.32	c 31	OBJECTIVE _COST 0
30.09/31.32	s OPTIMUM FOUND
30.09/31.40	c 31	CPU 28 (0.08 0.04 27.92 2.43)
30.09/31.40	c 31	END Wed Jul 16 07:51:27 2008

Verifier Data (download as text)

OK	0	2550
0 unsatisfied constraints, 2550 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-1126947-1216187456/watcher-1126947-1216187456 -o /tmp/evaluation-result-1126947-1216187456/solver-1126947-1216187456 -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-1126947-1216187456.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.13 2.30 2.45 4/73 2507
/proc/meminfo: memFree=1923176/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=12000 CPUtime=0
/proc/2507/stat : 2507 (sugar++) R 2505 2507 1790 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 75444741 12288000 179 996147200 4194304 4206940 548682068528 18446744073709551615 208735387600 0 0 4224 0 0 0 0 17 1 0 0
/proc/2507/statm: 3000 179 140 3 0 100 0

[startup+0.080585 s]
/proc/loadavg: 2.13 2.30 2.45 4/73 2507
/proc/meminfo: memFree=1923176/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=13336 CPUtime=0.03
/proc/2507/stat : 2507 (sugar++) D 2505 2507 1790 0 -1 4194304 736 0 0 0 3 0 0 0 18 0 1 0 75444741 13656064 704 996147200 4194304 4206940 548682068528 18446744073709551615 208717707877 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/2507/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.10214 s]
/proc/loadavg: 2.13 2.30 2.45 4/73 2507
/proc/meminfo: memFree=1923176/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=13468 CPUtime=0.03
/proc/2507/stat : 2507 (sugar++) R 2505 2507 1790 0 -1 4194304 764 0 0 0 3 0 0 0 18 0 1 0 75444741 13791232 732 996147200 4194304 4206940 548682068528 18446744073709551615 208726440958 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/2507/statm: 3367 732 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.301395 s]
/proc/loadavg: 2.13 2.30 2.45 4/73 2507
/proc/meminfo: memFree=1923176/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=16740 CPUtime=0.06
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 75444741 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701207 s]
/proc/loadavg: 2.13 2.30 2.45 4/73 2507
/proc/meminfo: memFree=1923176/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=16740 CPUtime=0.47
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 1279 4989 0 1 5 1 38 3 16 0 1 0 75444741 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16740

[startup+1.50263 s]
/proc/loadavg: 2.12 2.29 2.45 3/84 2529
/proc/meminfo: memFree=1912592/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=16740 CPUtime=0.47
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 1297 4989 0 1 5 1 38 3 15 0 1 0 75444741 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4185 1104 409 3 0 764 0
[pid=2520] ppid=2507 vsize=5356 CPUtime=0
/proc/2520/stat : 2520 (sh) S 2507 2507 1790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75444808 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2520/statm: 1339 233 193 169 0 50 0
[pid=2521] ppid=2520 vsize=868388 CPUtime=0.8
/proc/2521/stat : 2521 (java) S 2520 2507 1790 0 -1 0 7660 0 1 0 76 4 0 0 18 0 9 0 75444808 889229312 6899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2521/statm: 217097 6899 2538 9 0 211672 0
[pid=2521/tid=2522] ppid=2520 vsize=868388 CPUtime=0.46
/proc/2521/task/2522/stat : 2522 (java) R 2520 2507 1790 0 -1 64 2663 0 1 0 45 1 0 0 23 0 9 0 75444809 889229312 6899 996147200 134512640 134550740 4294955920 18446744073709551615 4126897650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2523] ppid=2520 vsize=868388 CPUtime=0.11
/proc/2521/task/2523/stat : 2523 (java) S 2520 2507 1790 0 -1 64 2836 0 0 0 10 1 0 0 16 0 9 0 75444810 889229312 6899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2524] ppid=2520 vsize=868388 CPUtime=0
/proc/2521/task/2524/stat : 2524 (java) S 2520 2507 1790 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75444810 889229312 6899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2525] ppid=2520 vsize=868388 CPUtime=0
/proc/2521/task/2525/stat : 2525 (java) S 2520 2507 1790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75444810 889229312 6899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2526] ppid=2520 vsize=868388 CPUtime=0
/proc/2521/task/2526/stat : 2526 (java) S 2520 2507 1790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75444812 889229312 6899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2527] ppid=2520 vsize=868388 CPUtime=0.2
/proc/2521/task/2527/stat : 2527 (java) S 2520 2507 1790 0 -1 64 1468 0 0 0 20 0 0 0 16 0 9 0 75444812 889229312 6899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2528] ppid=2520 vsize=868388 CPUtime=0
/proc/2521/task/2528/stat : 2528 (java) S 2520 2507 1790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75444812 889229312 6899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2529] ppid=2520 vsize=868388 CPUtime=0
/proc/2521/task/2529/stat : 2529 (java) S 2520 2507 1790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75444812 889229312 6899 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 890484

[startup+3.10246 s]
/proc/loadavg: 2.12 2.29 2.45 3/84 2529
/proc/meminfo: memFree=1900240/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=16740 CPUtime=0.48
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 1297 4989 0 1 6 1 38 3 15 0 1 0 75444741 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4185 1104 409 3 0 764 0
[pid=2520] ppid=2507 vsize=5356 CPUtime=0
/proc/2520/stat : 2520 (sh) S 2507 2507 1790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75444808 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2520/statm: 1339 233 193 169 0 50 0
[pid=2521] ppid=2520 vsize=868500 CPUtime=2.39
/proc/2521/stat : 2521 (java) S 2520 2507 1790 0 -1 0 8302 0 1 0 226 13 0 0 18 0 9 0 75444808 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2521/statm: 217125 7144 2565 9 0 211672 0
[pid=2521/tid=2522] ppid=2520 vsize=868500 CPUtime=1.75
/proc/2521/task/2522/stat : 2522 (java) R 2520 2507 1790 0 -1 64 3078 0 1 0 167 8 0 0 25 0 9 0 75444809 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4126581494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2523] ppid=2520 vsize=868500 CPUtime=0.31
/proc/2521/task/2523/stat : 2523 (java) S 2520 2507 1790 0 -1 64 3007 0 0 0 28 3 0 0 16 0 9 0 75444810 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2524] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2524/stat : 2524 (java) S 2520 2507 1790 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75444810 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2525] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2525/stat : 2525 (java) S 2520 2507 1790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75444810 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2526] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2526/stat : 2526 (java) S 2520 2507 1790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2527] ppid=2520 vsize=868500 CPUtime=0.28
/proc/2521/task/2527/stat : 2527 (java) S 2520 2507 1790 0 -1 64 1524 0 0 0 28 0 0 0 16 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2528] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2528/stat : 2528 (java) S 2520 2507 1790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2529] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2529/stat : 2529 (java) S 2520 2507 1790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 890596

[startup+6.30282 s]
/proc/loadavg: 2.27 2.32 2.45 3/84 2529
/proc/meminfo: memFree=1876240/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=16740 CPUtime=0.48
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 1297 4989 0 1 6 1 38 3 15 0 1 0 75444741 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4185 1104 409 3 0 764 0
[pid=2520] ppid=2507 vsize=5356 CPUtime=0
/proc/2520/stat : 2520 (sh) S 2507 2507 1790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75444808 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2520/statm: 1339 233 193 169 0 50 0
[pid=2521] ppid=2520 vsize=868500 CPUtime=5.56
/proc/2521/stat : 2521 (java) S 2520 2507 1790 0 -1 0 9066 0 1 0 523 33 0 0 18 0 9 0 75444808 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2521/statm: 217125 7144 2565 9 0 211672 0
[pid=2521/tid=2522] ppid=2520 vsize=868500 CPUtime=4.74
/proc/2521/task/2522/stat : 2522 (java) R 2520 2507 1790 0 -1 64 3842 0 1 0 450 24 0 0 25 0 9 0 75444809 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2523] ppid=2520 vsize=868500 CPUtime=0.5
/proc/2521/task/2523/stat : 2523 (java) S 2520 2507 1790 0 -1 64 3007 0 0 0 43 7 0 0 15 0 9 0 75444810 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2524] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2524/stat : 2524 (java) S 2520 2507 1790 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75444810 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2525] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2525/stat : 2525 (java) S 2520 2507 1790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75444810 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2526] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2526/stat : 2526 (java) S 2520 2507 1790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2527] ppid=2520 vsize=868500 CPUtime=0.28
/proc/2521/task/2527/stat : 2527 (java) S 2520 2507 1790 0 -1 64 1524 0 0 0 28 0 0 0 16 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2528] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2528/stat : 2528 (java) S 2520 2507 1790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2529] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2529/stat : 2529 (java) S 2520 2507 1790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 890596

[startup+12.7015 s]
/proc/loadavg: 2.33 2.33 2.46 3/84 2529
/proc/meminfo: memFree=1813456/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=16740 CPUtime=0.48
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 1297 4989 0 1 6 1 38 3 15 0 1 0 75444741 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4185 1104 409 3 0 764 0
[pid=2520] ppid=2507 vsize=5356 CPUtime=0
/proc/2520/stat : 2520 (sh) S 2507 2507 1790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75444808 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2520/statm: 1339 233 193 169 0 50 0
[pid=2521] ppid=2520 vsize=868500 CPUtime=11.85
/proc/2521/stat : 2521 (java) S 2520 2507 1790 0 -1 0 10816 0 1 0 1102 83 0 0 18 0 9 0 75444808 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2521/statm: 217125 7144 2565 9 0 211672 0
[pid=2521/tid=2522] ppid=2520 vsize=868500 CPUtime=10.59
/proc/2521/task/2522/stat : 2522 (java) R 2520 2507 1790 0 -1 64 5592 0 1 0 994 65 0 0 25 0 9 0 75444809 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4127039369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2523] ppid=2520 vsize=868500 CPUtime=0.95
/proc/2521/task/2523/stat : 2523 (java) S 2520 2507 1790 0 -1 64 3007 0 0 0 79 16 0 0 16 0 9 0 75444810 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2524] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2524/stat : 2524 (java) S 2520 2507 1790 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75444810 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2525] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2525/stat : 2525 (java) S 2520 2507 1790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75444810 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2526] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2526/stat : 2526 (java) S 2520 2507 1790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2527] ppid=2520 vsize=868500 CPUtime=0.28
/proc/2521/task/2527/stat : 2527 (java) S 2520 2507 1790 0 -1 64 1524 0 0 0 28 0 0 0 16 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2528] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2528/stat : 2528 (java) S 2520 2507 1790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2521/tid=2529] ppid=2520 vsize=868500 CPUtime=0
/proc/2521/task/2529/stat : 2529 (java) S 2520 2507 1790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75444812 889344000 7144 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 890596

[startup+25.5019 s]
/proc/loadavg: 2.48 2.37 2.46 3/75 2530
/proc/meminfo: memFree=1408216/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=17136 CPUtime=20.12
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 1605 18366 0 2 7 2 1853 150 15 0 1 0 75444741 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4284 1190 414 3 0 863 0
[pid=2530] ppid=2507 vsize=353920 CPUtime=4.73
/proc/2530/stat : 2530 (minisat-inc) S 2507 2507 1790 0 -1 4194304 84743 0 0 0 420 53 0 0 25 0 1 0 75446800 362414080 84690 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/2530/statm: 88480 84690 78 151 0 88326 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 371056

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

[startup+28.7022 s]
/proc/loadavg: 2.48 2.37 2.46 3/85 2580
/proc/meminfo: memFree=1388104/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=17136 CPUtime=21.67
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 1902 38404 0 7 7 2 1993 165 15 0 1 0 75444741 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4284 1190 414 3 0 863 0
[pid=2530] ppid=2507 vsize=364480 CPUtime=6.28
/proc/2530/stat : 2530 (minisat-inc) R 2507 2507 1790 0 -1 4194304 87387 0 0 0 573 55 0 0 24 0 1 0 75446800 373227520 87326 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/2530/statm: 91120 87326 78 151 0 90966 0
Current children cumulated CPU time (s) 27.95
Current children cumulated vsize (KiB) 381616

[startup+30.3014 s]
/proc/loadavg: 2.48 2.37 2.46 3/75 2600
/proc/meminfo: memFree=1393496/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=17136 CPUtime=22.62
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 2169 50430 0 10 7 3 2078 174 15 0 1 0 75444741 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4284 1190 414 3 0 863 0
[pid=2530] ppid=2507 vsize=364480 CPUtime=6.59
/proc/2530/stat : 2530 (minisat-inc) S 2507 2507 1790 0 -1 4194304 87395 0 0 0 604 55 0 0 24 0 1 0 75446800 373227520 87326 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/2530/statm: 91120 87326 78 151 0 90966 0
Current children cumulated CPU time (s) 29.21
Current children cumulated vsize (KiB) 381616

[startup+31.1017 s]
/proc/loadavg: 2.44 2.36 2.46 4/85 2630
/proc/meminfo: memFree=1388040/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=17136 CPUtime=23.43
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 2310 58451 0 12 8 4 2152 179 15 0 1 0 75444741 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4284 1190 414 3 0 863 0
[pid=2530] ppid=2507 vsize=364480 CPUtime=6.66
/proc/2530/stat : 2530 (minisat-inc) S 2507 2507 1790 0 -1 4194304 87399 0 0 0 611 55 0 0 23 0 1 0 75446800 373227520 87326 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/2530/statm: 91120 87326 78 151 0 90966 0
Current children cumulated CPU time (s) 30.09
Current children cumulated vsize (KiB) 381616

[startup+31.3015 s]
/proc/loadavg: 2.44 2.36 2.46 4/85 2630
/proc/meminfo: memFree=1388040/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=17136 CPUtime=23.43
/proc/2507/stat : 2507 (sugar++) S 2505 2507 1790 0 -1 4194304 2312 58451 0 12 8 4 2152 179 15 0 1 0 75444741 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2507/statm: 4284 1190 414 3 0 863 0
[pid=2530] ppid=2507 vsize=364480 CPUtime=6.66
/proc/2530/stat : 2530 (minisat-inc) S 2507 2507 1790 0 -1 4194304 87399 0 0 0 611 55 0 0 23 0 1 0 75446800 373227520 87326 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/2530/statm: 91120 87326 78 151 0 90966 0
Current children cumulated CPU time (s) 30.09
Current children cumulated vsize (KiB) 381616

[startup+31.4015 s]
/proc/loadavg: 2.44 2.36 2.46 4/85 2630
/proc/meminfo: memFree=1388040/2055920 swapFree=4181104/4192956
[pid=2507] ppid=2505 vsize=17136 CPUtime=30.49
/proc/2507/stat : 2507 (sugar++) R 2505 2507 1790 0 -1 4194304 2349 149858 0 13 8 6 2792 243 17 0 1 0 75444741 17547264 1191 996147200 4194304 4206940 548682068528 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2507/statm: 4284 1191 415 3 0 863 0
Current children cumulated CPU time (s) 30.49
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 31.4758
CPU time (s): 30.5813
CPU user time (s): 28.0067
CPU system time (s): 2.57461
CPU usage (%): 97.1582
Max. virtual memory (cumulated for all children) (KiB): 890672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.0067
system time used= 2.57461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152263
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44941
involuntary context switches= 44837

runsolver used 0.044993 second user time and 0.12898 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-16 07:50:56
IDJOB=1126947
IDBENCH=66108
IDSOLVER=367
FILE ID=node47/1126947-1216187456
PBS_JOBID= 7905924
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4bf2b317c61984f54388f5cebd1c8eff
RANDOM SEED=1047814807

node47.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.232
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.232
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:       1923720 kB
Buffers:          3844 kB
Cached:          49276 kB
SwapCached:       5836 kB
Active:          67676 kB
Inactive:         7160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923720 kB
SwapTotal:     4192956 kB
SwapFree:      4181104 kB
Dirty:             996 kB
Writeback:           0 kB
Mapped:          28852 kB
Slab:            42476 kB
Committed_AS:   393504 kB
PageTables:       1988 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 node47 at 2008-07-16 07:51:28