Trace number 1108921

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM3 4.13937 4.78461

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-13-13.xml
MD5SUMe082a3303b1bc98eb6c5d288c8c14530
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark4.13937
Satisfiable
(Un)Satisfiability was proved
Number of variables338
Number of constraints393
Maximum constraint arity13
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension313
Global constraints used (with number of constraints)cumulative(2),weightedsum(78)

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.01/0.19	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.21	c 0	BEGIN Fri Jul 11 19:42:25 2008
0.06/0.21	c 0	PID 14625
0.06/0.22	c 0	HOST node61.alineos.net
0.06/0.22	c 0	CONVERTING HOME/instance-1108921-1215798145.xml TO HOME/temp.csp
0.06/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108921-1215798145.xml' 'HOME/temp.csp'
0.07/0.86	c 1	14 domains, 338 variables, 2 predicates, 0 relations, 393 constraints
0.07/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.88	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.62/0.99	c 1	Parsing HOME/temp.csp
0.79/1.14	c 1	parsed 747 expressions
0.79/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.79/1.16	c 1	MAX CSP: 393 constraints
0.79/1.16	c 1	Converting to clausal form CSP
0.79/1.18	c 1	converted 115 (10%) expressions
0.79/1.18	c 1	converted 229 (20%) expressions
0.79/1.18	c 1	converted 343 (30%) expressions
0.89/1.24	c 1	converted 458 (40%) expressions
0.98/1.33	c 1	converted 572 (50%) expressions
0.98/1.35	c 1	converted 686 (60%) expressions
0.98/1.37	c 1	converted 801 (70%) expressions
0.98/1.38	c 1	converted 915 (80%) expressions
0.98/1.39	c 1	converted 1029 (90%) expressions
1.28/1.61	c 2	converted 1143 (100%) expressions
1.28/1.61	c 2	CSP : 2516 integers, 690 booleans, 5370 clauses, largest domain size 590
1.28/1.61	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.61	c 2	Propagation in CSP
1.28/1.68	c 2	1429 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.28/1.69	c 2	CSP : 2516 integers, 690 booleans, 5370 clauses, largest domain size 394
1.28/1.69	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.69	c 2	Simplifing CSP by introducing new Boolean variables
1.28/1.70	c 2	CSP : 2516 integers, 690 booleans, 5370 clauses, largest domain size 394
1.38/1.70	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.74	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.38/1.76	c 2	252 (10%) CSP integer variables are encoded (530 clauses, 5686 bytes)
1.38/1.76	c 2	504 (20%) CSP integer variables are encoded (530 clauses, 5686 bytes)
1.38/1.76	c 2	755 (30%) CSP integer variables are encoded (712 clauses, 8052 bytes)
1.38/1.77	c 2	1007 (40%) CSP integer variables are encoded (2402 clauses, 30022 bytes)
1.38/1.77	c 2	1258 (50%) CSP integer variables are encoded (4210 clauses, 53526 bytes)
1.38/1.78	c 2	1510 (60%) CSP integer variables are encoded (5687 clauses, 72727 bytes)
1.38/1.78	c 2	1762 (70%) CSP integer variables are encoded (7397 clauses, 94957 bytes)
1.38/1.78	c 2	2013 (80%) CSP integer variables are encoded (9050 clauses, 118260 bytes)
1.38/1.79	c 2	2265 (90%) CSP integer variables are encoded (10830 clauses, 144960 bytes)
1.38/1.79	c 2	2516 (100%) CSP integer variables are encoded (15511 clauses, 215175 bytes)
1.48/1.83	c 2	537 (10%) CSP clauses are encoded (21677 clauses, 346662 bytes)
1.48/1.86	c 2	1074 (20%) CSP clauses are encoded (27654 clauses, 469623 bytes)
1.58/1.90	c 2	1611 (30%) CSP clauses are encoded (44705 clauses, 770620 bytes)
1.58/1.93	c 2	2148 (40%) CSP clauses are encoded (58157 clauses, 1007342 bytes)
1.58/1.96	c 2	2685 (50%) CSP clauses are encoded (70958 clauses, 1231358 bytes)
1.67/2.00	c 2	3222 (60%) CSP clauses are encoded (89385 clauses, 1557261 bytes)
1.67/2.02	c 2	3759 (70%) CSP clauses are encoded (99357 clauses, 1731336 bytes)
1.67/2.06	c 2	4296 (80%) CSP clauses are encoded (114595 clauses, 2024931 bytes)
1.67/2.09	c 2	4833 (90%) CSP clauses are encoded (132698 clauses, 2394082 bytes)
2.07/2.47	c 2	5370 (100%) CSP clauses are encoded (325243 clauses, 6463662 bytes)
2.07/2.47	c 2	5370 CSP clauses encoded
2.07/2.47	c 2	Writing map file : HOME/temp.map
2.07/2.48	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.49	c 2	SAT : 18691 SAT variables, 325243 SAT clauses, 6463662 bytes
2.07/2.49	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.15/2.54	c 2	OBJECTIVE minimize _COST
2.15/2.54	c 2	SOLVING HOME/temp.cnf
2.15/2.54	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.15/2.55	c 2	This is MiniSat 2.0 beta incremental
2.15/2.55	c 2	WARNING: for repeatability, setting FPU to use double precision
2.15/2.55	c 2	============================[ Problem Statistics ]=============================
2.15/2.55	c 2	|                                                                             |
2.15/2.55	c 2	|  Number of variables:  18691                                                |
2.15/2.55	c 2	|  Number of clauses:    325243                                               |
2.17/2.71	c 3	|  Parsing time:         0.14         s                                       |
2.17/2.72	c 3	OK
2.17/2.72	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.17/2.72	c 3	SEARCHING: _COST <= 197
2.17/2.72	c 3	============================[ Search Statistics ]==============================
2.17/2.72	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/2.72	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/2.72	c 3	===============================================================================
2.17/2.72	c 3	|         0 |   18691   325243   941695 |   108414        0    nan |  0.000 % |
2.17/2.76	c 3	===============================================================================
2.17/2.76	c 3	restarts              : 1
2.17/2.76	c 3	conflicts             : 4             (22 /sec)
2.17/2.76	c 3	decisions             : 703           (1.00 % random) (3801 /sec)
2.17/2.76	c 3	propagations          : 23967          (129572 /sec)
2.17/2.76	c 3	conflict literals     : 95             (0.00 % deleted)
2.17/2.76	c 3	Memory used           : 16.64 MB
2.17/2.76	c 3	CPU time              : 0.184971 s
2.17/2.76	c 3	
2.17/2.76	c 3	SATISFIABLE
2.17/2.76	c 3	OK
2.17/2.76	c 3	FOUND: _COST <= 197
2.17/2.76	s SATISFIABLE
2.17/2.76	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.17/2.76	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.17/2.84	c 3	Decoding HOME/temp.out
2.17/2.96	c 3	OBJECTIVE _COST 116
2.17/2.96	o 116
2.17/2.98	v 28 27 0 0 24 0 0 0 0 0 0 0 6 0 27 0 25 24 23 22 21 20 0 0 0 8 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 1
2.17/2.98	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.17/3.03	c 3	OK
2.17/3.03	c 3	OBJECTIVE BOUND: 0 <= _COST <= 116
2.17/3.03	c 3	SEARCHING: _COST <= 58
2.17/3.03	c 3	============================[ Search Statistics ]==============================
2.17/3.03	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/3.03	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/3.03	c 3	===============================================================================
2.17/3.03	c 3	|         4 |   18691   325243   941695 |   108414        4     24 |  0.000 % |
2.39/3.10	c 3	|       104 |   16778   325243   941695 |   119255      104     31 | 13.772 % |
2.39/3.12	c 3	===============================================================================
2.39/3.12	c 3	restarts              : 3
2.39/3.12	c 3	conflicts             : 107           (382 /sec)
2.39/3.12	c 3	decisions             : 1205          (1.16 % random) (4304 /sec)
2.39/3.12	c 3	propagations          : 156764         (559957 /sec)
2.39/3.12	c 3	conflict literals     : 3213           (28.98 % deleted)
2.39/3.12	c 3	Memory used           : 16.89 MB
2.39/3.12	c 3	CPU time              : 0.279957 s
2.39/3.12	c 3	
2.39/3.12	c 3	SATISFIABLE
2.39/3.13	c 3	OK
2.39/3.13	c 3	FOUND: _COST <= 58
2.39/3.13	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.39/3.13	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.74/3.21	c 3	Decoding HOME/temp.out
2.85/3.34	c 3	OBJECTIVE _COST 58
2.85/3.34	o 58
2.85/3.35	v 28 24 12 22 0 0 20 20 10 19 18 7 5 7 4 17 0 17 23 22 21 20 10 9 17 3 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 1 1 1 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 1 0 0 0 1 0 1 1 0 0 1 1 0 1 1 1 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 1 1 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 1 1 1 1 0 0 0 1 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 1 1 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 1
2.85/3.36	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.85/3.39	c 3	OK
2.85/3.39	c 3	OBJECTIVE BOUND: 0 <= _COST <= 58
2.85/3.39	c 3	SEARCHING: _COST <= 29
2.91/3.43	c 3	============================[ Search Statistics ]==============================
2.91/3.43	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.91/3.43	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.91/3.43	c 3	===============================================================================
2.91/3.43	c 3	|       107 |   16117   325243   941695 |   108414      107     30 | 13.772 % |
2.91/3.43	c 3	===============================================================================
2.91/3.43	c 3	restarts              : 4
2.91/3.43	c 3	conflicts             : 116           (373 /sec)
2.91/3.43	c 3	decisions             : 1381          (1.01 % random) (4441 /sec)
2.91/3.43	c 3	propagations          : 188825         (607248 /sec)
2.91/3.43	c 3	conflict literals     : 3247           (28.93 % deleted)
2.91/3.43	c 3	Memory used           : 16.89 MB
2.91/3.43	c 3	CPU time              : 0.310952 s
2.91/3.43	c 3	
2.91/3.43	c 3	SATISFIABLE
2.91/3.44	c 3	OK
2.91/3.44	c 3	FOUND: _COST <= 29
2.91/3.44	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.91/3.44	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.94/3.52	c 3	Decoding HOME/temp.out
2.94/3.79	c 4	OBJECTIVE _COST 29
2.94/3.79	o 29
2.95/3.80	v 28 22 25 21 23 23 22 0 13 12 1 0 8 11 17 9 8 7 17 21 8 18 19 18 17 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 0 0 1 1 1 0 0 1 0 1 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1
2.95/3.83	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.95/3.86	c 4	OK
2.95/3.86	c 4	OBJECTIVE BOUND: 0 <= _COST <= 29
2.95/3.86	c 4	SEARCHING: _COST <= 14
2.95/3.87	c 4	============================[ Search Statistics ]==============================
2.95/3.88	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.95/3.88	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.95/3.88	c 4	===============================================================================
2.95/3.88	c 4	|       116 |   15416   325243   941695 |   108414      116     28 | 13.772 % |
2.95/3.88	c 4	===============================================================================
2.95/3.88	c 4	restarts              : 5
2.95/3.88	c 4	conflicts             : 117           (352 /sec)
2.95/3.88	c 4	decisions             : 1469          (1.02 % random) (4425 /sec)
2.95/3.88	c 4	propagations          : 204604         (616372 /sec)
2.95/3.88	c 4	conflict literals     : 3261           (28.86 % deleted)
2.95/3.88	c 4	Memory used           : 16.89 MB
2.95/3.88	c 4	CPU time              : 0.331949 s
2.95/3.88	c 4	
2.95/3.88	c 4	SATISFIABLE
2.95/3.88	c 4	OK
2.95/3.88	c 4	FOUND: _COST <= 14
2.95/3.88	c 4	DECODING HOME/temp.out WITH HOME/temp.map
2.95/3.88	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.36/3.96	c 4	Decoding HOME/temp.out
3.36/4.08	c 4	OBJECTIVE _COST 14
3.36/4.08	o 14
3.36/4.10	v 18 6 17 22 14 23 22 14 13 11 0 11 0 16 17 19 8 7 16 22 8 18 19 13 17 0 0 1 1 0 0 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1
3.36/4.10	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.36/4.16	c 4	OK
3.36/4.16	c 4	OBJECTIVE BOUND: 0 <= _COST <= 14
3.36/4.16	c 4	SEARCHING: _COST <= 7
3.36/4.16	c 4	============================[ Search Statistics ]==============================
3.36/4.16	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.36/4.16	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.36/4.16	c 4	===============================================================================
3.36/4.16	c 4	|       117 |   14898   325243   941695 |   108414      117     28 | 13.772 % |
3.36/4.18	c 4	===============================================================================
3.36/4.18	c 4	restarts              : 6
3.36/4.18	c 4	conflicts             : 129           (356 /sec)
3.36/4.18	c 4	decisions             : 1573          (0.95 % random) (4346 /sec)
3.36/4.18	c 4	propagations          : 239094         (660583 /sec)
3.36/4.18	c 4	conflict literals     : 3410           (28.66 % deleted)
3.36/4.18	c 4	Memory used           : 16.89 MB
3.36/4.18	c 4	CPU time              : 0.361944 s
3.36/4.18	c 4	
3.36/4.18	c 4	SATISFIABLE
3.36/4.19	c 4	OK
3.36/4.19	c 4	FOUND: _COST <= 7
3.36/4.19	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.36/4.19	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.61/4.27	c 4	Decoding HOME/temp.out
3.70/4.39	c 4	OBJECTIVE _COST 7
3.70/4.39	o 7
3.81/4.41	v 25 11 26 13 16 5 22 21 13 3 2 14 0 28 25 26 8 0 23 16 5 18 13 12 14 0 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1
3.81/4.41	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.81/4.45	c 4	OK
3.81/4.45	c 4	OBJECTIVE BOUND: 0 <= _COST <= 7
3.81/4.45	c 4	SEARCHING: _COST <= 3
3.81/4.46	c 4	============================[ Search Statistics ]==============================
3.81/4.46	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.81/4.46	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.81/4.46	c 4	===============================================================================
3.81/4.46	c 4	|       129 |   14439   325243   941695 |   108414      129     26 | 13.772 % |
3.81/4.47	c 4	===============================================================================
3.81/4.47	c 4	restarts              : 7
3.81/4.47	c 4	conflicts             : 142           (367 /sec)
3.81/4.47	c 4	decisions             : 1649          (0.91 % random) (4262 /sec)
3.81/4.47	c 4	propagations          : 262139         (677465 /sec)
3.81/4.47	c 4	conflict literals     : 3677           (27.38 % deleted)
3.81/4.47	c 4	Memory used           : 16.89 MB
3.81/4.47	c 4	CPU time              : 0.386941 s
3.81/4.47	c 4	
3.81/4.47	c 4	SATISFIABLE
3.81/4.48	c 4	OK
3.81/4.48	c 4	FOUND: _COST <= 3
3.81/4.48	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.81/4.48	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.85/4.56	c 4	Decoding HOME/temp.out
3.85/4.68	c 5	OBJECTIVE _COST 3
3.85/4.68	o 3
3.85/4.69	v 28 23 25 1 24 23 21 13 14 13 12 0 0 28 26 26 0 5 20 11 10 18 0 18 17 4 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1
3.85/4.70	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.87/4.74	c 5	OK
3.87/4.74	c 5	OBJECTIVE BOUND: 0 <= _COST <= 3
3.87/4.74	c 5	SEARCHING: _COST <= 1
3.87/4.75	c 5	============================[ Search Statistics ]==============================
3.87/4.76	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.87/4.76	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.87/4.76	c 5	===============================================================================
3.87/4.76	c 5	|       142 |   14030   325243   941695 |   108414      142     26 | 13.772 % |
3.87/4.76	c 5	===============================================================================
3.87/4.76	c 5	restarts              : 8
3.87/4.76	c 5	conflicts             : 159           (390 /sec)
3.87/4.76	c 5	decisions             : 1676          (0.89 % random) (4108 /sec)
3.87/4.76	c 5	propagations          : 291847         (715422 /sec)
3.87/4.76	c 5	conflict literals     : 3813           (27.08 % deleted)
3.87/4.76	c 5	Memory used           : 16.89 MB
3.87/4.76	c 5	CPU time              : 0.407937 s
3.87/4.76	c 5	
3.87/4.76	c 5	UNSATISFIABLE
3.87/4.76	c 5	OK
3.87/4.76	c 5	NOT FOUND: _COST <= 1
3.87/4.76	c 5	OK
3.87/4.76	c 5	OBJECTIVE BOUND: 2 <= _COST <= 3
3.87/4.76	c 5	SEARCHING: _COST <= 2
3.87/4.76	c 5	============================[ Search Statistics ]==============================
3.87/4.76	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.87/4.76	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.87/4.76	c 5	===============================================================================
3.87/4.76	c 5	|       159 |   14030   325243   941695 |   108414      158     24 | 13.772 % |
3.87/4.77	c 5	===============================================================================
3.87/4.77	c 5	restarts              : 9
3.87/4.77	c 5	conflicts             : 181           (433 /sec)
3.87/4.77	c 5	decisions             : 1709          (0.94 % random) (4089 /sec)
3.87/4.77	c 5	propagations          : 316218         (756618 /sec)
3.87/4.77	c 5	conflict literals     : 4128           (26.50 % deleted)
3.87/4.77	c 5	Memory used           : 16.89 MB
3.87/4.77	c 5	CPU time              : 0.417936 s
3.87/4.77	c 5	
3.87/4.77	c 5	UNSATISFIABLE
3.87/4.77	c 5	OK
3.87/4.77	c 5	NOT FOUND: _COST <= 2
3.87/4.77	c 5	OK
3.87/4.77	c 5	OBJECTIVE _COST 3
3.87/4.77	s OPTIMUM FOUND
3.87/4.78	c 5	CPU 3.75 (0.07 0.04 3.68 0.33)
3.87/4.78	c 5	END Fri Jul 11 19:42:30 2008

Verifier Data (download as text)

OK	3	390
3 unsatisfied constraints, 390 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-1108921-1215798145/watcher-1108921-1215798145 -o /tmp/evaluation-result-1108921-1215798145/solver-1108921-1215798145 -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-1108921-1215798145.xml 

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


[startup+0 s]
/proc/loadavg: 2.40 2.23 2.12 4/81 14625
/proc/meminfo: memFree=1919904/2055920 swapFree=4192812/4192956
[pid=14625] ppid=14623 vsize=18572 CPUtime=0
/proc/14625/stat : 14625 (runsolver) D 14623 14625 14319 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 36513265 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 246406507815 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14625/statm: 4643 292 257 25 0 2626 0

[startup+0.0126219 s]
/proc/loadavg: 2.40 2.23 2.12 4/81 14625
/proc/meminfo: memFree=1919904/2055920 swapFree=4192812/4192956
[pid=14625] ppid=14623 vsize=124 CPUtime=0
/proc/14625/stat : 14625 (sugar++) D 14623 14625 14319 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 36513265 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 246403888617 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14625/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102274 s]
/proc/loadavg: 2.40 2.23 2.12 4/81 14625
/proc/meminfo: memFree=1919904/2055920 swapFree=4192812/4192956
[pid=14625] ppid=14623 vsize=12676 CPUtime=0.01
/proc/14625/stat : 14625 (sugar++) D 14623 14625 14319 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 36513265 12980224 501 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14625/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301303 s]
/proc/loadavg: 2.40 2.23 2.12 4/81 14625
/proc/meminfo: memFree=1919904/2055920 swapFree=4192812/4192956
[pid=14625] ppid=14623 vsize=16740 CPUtime=0.07
/proc/14625/stat : 14625 (sugar++) S 14623 14625 14319 0 -1 4194304 1217 128 2 0 5 2 0 0 18 0 1 0 36513265 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14625/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701373 s]
/proc/loadavg: 2.40 2.23 2.12 4/81 14625
/proc/meminfo: memFree=1919904/2055920 swapFree=4192812/4192956
[pid=14625] ppid=14623 vsize=16740 CPUtime=0.07
/proc/14625/stat : 14625 (sugar++) S 14623 14625 14319 0 -1 4194304 1217 128 2 0 5 2 0 0 18 0 1 0 36513265 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14625/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50151 s]
/proc/loadavg: 2.40 2.23 2.12 3/92 14647
/proc/meminfo: memFree=1910920/2055920 swapFree=4192812/4192956
[pid=14625] ppid=14623 vsize=16740 CPUtime=0.62
/proc/14625/stat : 14625 (sugar++) S 14623 14625 14319 0 -1 4194304 1294 4650 2 1 5 2 52 3 15 0 1 0 36513265 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14625/statm: 4185 1104 409 3 0 764 0
[pid=14638] ppid=14625 vsize=5356 CPUtime=0
/proc/14638/stat : 14638 (sh) S 14625 14625 14319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36513354 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14638/statm: 1339 233 193 169 0 50 0
[pid=14639] ppid=14638 vsize=868380 CPUtime=0.56
/proc/14639/stat : 14639 (java) S 14638 14625 14319 0 -1 0 5355 0 2 0 52 4 0 0 18 0 9 0 36513354 889221120 4777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14639/statm: 217095 4777 1731 9 0 211670 0
[pid=14639/tid=14640] ppid=14638 vsize=868380 CPUtime=0.34
/proc/14639/task/14640/stat : 14640 (java) R 14638 14625 14319 0 -1 64 2643 0 1 0 32 2 0 0 19 0 9 0 36513355 889221120 4777 996147200 134512640 134550740 4294955920 18446744073709551615 4126591841 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14639/tid=14641] ppid=14638 vsize=868380 CPUtime=0.02
/proc/14639/task/14641/stat : 14641 (java) S 14638 14625 14319 0 -1 64 563 0 0 0 2 0 0 0 16 0 9 0 36513356 889221120 4777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14639/tid=14642] ppid=14638 vsize=868380 CPUtime=0
/proc/14639/task/14642/stat : 14642 (java) S 14638 14625 14319 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 36513356 889221120 4777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14639/tid=14643] ppid=14638 vsize=868380 CPUtime=0
/proc/14639/task/14643/stat : 14643 (java) S 14638 14625 14319 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 36513356 889221120 4777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14639/tid=14644] ppid=14638 vsize=868380 CPUtime=0
/proc/14639/task/14644/stat : 14644 (java) S 14638 14625 14319 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 36513361 889221120 4777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14639/tid=14645] ppid=14638 vsize=868380 CPUtime=0.17
/proc/14639/task/14645/stat : 14645 (java) S 14638 14625 14319 0 -1 64 1458 0 1 0 16 1 0 0 16 0 9 0 36513361 889221120 4777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14639/tid=14646] ppid=14638 vsize=868380 CPUtime=0
/proc/14639/task/14646/stat : 14646 (java) S 14638 14625 14319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36513361 889221120 4777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14639/tid=14647] ppid=14638 vsize=868380 CPUtime=0
/proc/14639/task/14647/stat : 14647 (java) S 14638 14625 14319 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36513361 889221120 4777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 890476

[startup+3.1018 s]
/proc/loadavg: 2.40 2.23 2.12 3/92 14647
/proc/meminfo: memFree=1897032/2055920 swapFree=4192812/4192956
[pid=14625] ppid=14623 vsize=16872 CPUtime=2.39
/proc/14625/stat : 14625 (sugar++) S 14623 14625 14319 0 -1 4194304 1555 16142 2 4 6 2 215 16 15 0 1 0 36513265 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14625/statm: 4218 1124 414 3 0 797 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 16872

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

[startup+3.90194 s]
/proc/loadavg: 2.40 2.23 2.12 3/93 14668
/proc/meminfo: memFree=1888384/2055920 swapFree=4192812/4192956
[pid=14625] ppid=14623 vsize=16872 CPUtime=3.01
/proc/14625/stat : 14625 (sugar++) S 14623 14625 14319 0 -1 4194304 1729 23903 2 6 6 3 271 21 16 0 1 0 36513265 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14625/statm: 4218 1124 414 3 0 797 0
[pid=14648] ppid=14625 vsize=17296 CPUtime=0.35
/proc/14648/stat : 14648 (minisat-inc) S 14625 14625 14319 0 -1 4194304 4097 0 1 0 33 2 0 0 16 0 1 0 36513519 17711104 4040 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4324 4040 80 151 0 4170 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 34168

[startup+4.303 s]
/proc/loadavg: 2.29 2.21 2.12 3/93 14698
/proc/meminfo: memFree=1887616/2055920 swapFree=4192812/4192956
[pid=14625] ppid=14623 vsize=16872 CPUtime=3.23
/proc/14625/stat : 14625 (sugar++) S 14623 14625 14319 0 -1 4194304 1817 27778 2 7 6 3 289 25 15 0 1 0 36513265 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14625/statm: 4218 1124 414 3 0 797 0
[pid=14648] ppid=14625 vsize=17296 CPUtime=0.38
/proc/14648/stat : 14648 (minisat-inc) S 14625 14625 14319 0 -1 4194304 4099 0 1 0 36 2 0 0 16 0 1 0 36513519 17711104 4040 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4324 4040 80 151 0 4170 0
[pid=14689] ppid=14625 vsize=5356 CPUtime=0
/proc/14689/stat : 14689 (sh) S 14625 14625 14319 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 36513684 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14689/statm: 1339 233 193 169 0 50 0
[pid=14690] ppid=14689 vsize=195620 CPUtime=0.09
/proc/14690/stat : 14690 (java) S 14689 14625 14319 0 -1 0 3273 0 1 0 8 1 0 0 18 0 9 0 36513684 200314880 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 48905 2750 1634 9 0 43487 0
[pid=14690/tid=14691] ppid=14689 vsize=195620 CPUtime=0.07
/proc/14690/task/14691/stat : 14691 (java) R 14689 14625 14319 0 -1 64 2355 0 1 0 7 0 0 0 20 0 9 0 36513685 200314880 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4125958996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14692] ppid=14689 vsize=195620 CPUtime=0
/proc/14690/task/14692/stat : 14692 (java) S 14689 14625 14319 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 36513686 200314880 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14689 vsize=195620 CPUtime=0
/proc/14690/task/14693/stat : 14693 (java) S 14689 14625 14319 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 36513687 200314880 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14694] ppid=14689 vsize=195620 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14689 14625 14319 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 36513687 200314880 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14695] ppid=14689 vsize=195620 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14689 14625 14319 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 36513689 200314880 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14696] ppid=14689 vsize=195620 CPUtime=0.01
/proc/14690/task/14696/stat : 14696 (java) S 14689 14625 14319 0 -1 64 224 0 0 0 1 0 0 0 18 0 9 0 36513689 200314880 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14697] ppid=14689 vsize=195620 CPUtime=0
/proc/14690/task/14697/stat : 14697 (java) S 14689 14625 14319 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 36513689 200314880 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14690/tid=14698] ppid=14689 vsize=195620 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14689 14625 14319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36513689 200314880 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 235144

[startup+4.70207 s]
/proc/loadavg: 2.29 2.21 2.12 3/93 14698
/proc/meminfo: memFree=1887616/2055920 swapFree=4192812/4192956
[pid=14625] ppid=14623 vsize=16872 CPUtime=3.46
/proc/14625/stat : 14625 (sugar++) S 14623 14625 14319 0 -1 4194304 1889 31653 2 8 7 4 308 27 15 0 1 0 36513265 17276928 1124 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14625/statm: 4218 1124 414 3 0 797 0
[pid=14648] ppid=14625 vsize=17296 CPUtime=0.41
/proc/14648/stat : 14648 (minisat-inc) S 14625 14625 14319 0 -1 4194304 4103 0 1 0 39 2 0 0 16 0 1 0 36513519 17711104 4042 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4324 4042 80 151 0 4170 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 34168

Child status: 0
Real time (s): 4.78461
CPU time (s): 4.13937
CPU user time (s): 3.75843
CPU system time (s): 0.380942
CPU usage (%): 86.5143
Max. virtual memory (cumulated for all children) (KiB): 890588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.75843
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41619
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6856
involuntary context switches= 6491

runsolver used 0.011998 second user time and 0.025996 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-11 19:42:25
IDJOB=1108921
IDBENCH=60823
IDSOLVER=367
FILE ID=node61/1108921-1215798145
PBS_JOBID= 7903202
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-13-13.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-1108921-1215798145/watcher-1108921-1215798145 -o /tmp/evaluation-result-1108921-1215798145/solver-1108921-1215798145 -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-1108921-1215798145.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e082a3303b1bc98eb6c5d288c8c14530
RANDOM SEED=349960553

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.279
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.279
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:       1920512 kB
Buffers:          3584 kB
Cached:          33136 kB
SwapCached:          0 kB
Active:          81132 kB
Inactive:         4020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1116 kB
Writeback:           0 kB
Mapped:          68596 kB
Slab:            35296 kB
Committed_AS:   213364 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node61 at 2008-07-11 19:42:30