Trace number 1111257

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-incOPTIMUM1 3.67444 4.00912

General information on the benchmark

Namecsp/aim-200/
normalized-aim-200-2-0-unsat-3_ext.xml
MD5SUM9cbd833f9b40063f36b783537b176db9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark3.67444
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints388
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension388
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.04/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.08	c 0	BEGIN Sat Jul 12 08:30:11 2008
0.04/0.08	c 0	PID 14898
0.04/0.08	c 0	HOST node2.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-1111257-1215844211.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111257-1215844211.xml' 'HOME/temp.csp'
0.07/0.41	c 1	1 domains, 200 variables, 0 predicates, 17 relations, 388 constraints
0.07/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.45	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.39/0.53	c 1	Parsing HOME/temp.csp
0.39/0.73	c 1	parsed 606 expressions
0.39/0.74	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.75	c 1	MAX CSP: 388 constraints
0.39/0.75	c 1	Converting to clausal form CSP
0.39/0.77	c 1	converted 100 (10%) expressions
0.39/0.77	c 1	converted 200 (20%) expressions
0.39/0.79	c 1	converted 300 (30%) expressions
0.39/0.80	c 1	converted 399 (40%) expressions
0.39/0.81	c 1	converted 499 (50%) expressions
0.39/0.82	c 1	converted 599 (60%) expressions
0.39/0.83	c 1	converted 698 (70%) expressions
0.39/0.85	c 1	converted 798 (80%) expressions
0.39/0.86	c 1	converted 898 (90%) expressions
0.92/1.09	c 1	converted 997 (100%) expressions
0.92/1.10	c 1	CSP : 976 integers, 0 booleans, 1163 clauses, largest domain size 583
0.92/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.10	c 1	Propagation in CSP
1.10/1.24	c 1	385 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.24	c 1	CSP : 976 integers, 0 booleans, 1163 clauses, largest domain size 389
1.10/1.24	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.25	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.25	c 1	CSP : 976 integers, 0 booleans, 1163 clauses, largest domain size 389
1.10/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.29	c 1	98 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.29	c 1	196 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.29	c 1	293 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.29	c 1	391 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.29	c 1	488 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.10/1.29	c 1	586 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.21/1.32	c 1	684 (70%) CSP integer variables are encoded (2690 clauses, 34229 bytes)
1.21/1.32	c 1	781 (80%) CSP integer variables are encoded (3920 clauses, 50219 bytes)
1.21/1.32	c 1	879 (90%) CSP integer variables are encoded (4955 clauses, 63674 bytes)
1.21/1.32	c 1	976 (100%) CSP integer variables are encoded (5700 clauses, 73359 bytes)
1.21/1.34	c 2	117 (10%) CSP clauses are encoded (5817 clauses, 75468 bytes)
1.21/1.36	c 2	233 (20%) CSP clauses are encoded (5933 clauses, 77638 bytes)
1.21/1.37	c 2	349 (30%) CSP clauses are encoded (6049 clauses, 79832 bytes)
1.30/1.40	c 2	466 (40%) CSP clauses are encoded (7176 clauses, 98369 bytes)
1.41/1.55	c 2	582 (50%) CSP clauses are encoded (87708 clauses, 1552034 bytes)
1.41/1.56	c 2	698 (60%) CSP clauses are encoded (90742 clauses, 1604460 bytes)
1.50/1.69	c 2	815 (70%) CSP clauses are encoded (165387 clauses, 2975783 bytes)
1.60/1.70	c 2	931 (80%) CSP clauses are encoded (168811 clauses, 3035120 bytes)
1.60/1.72	c 2	1047 (90%) CSP clauses are encoded (176763 clauses, 3177427 bytes)
1.60/1.78	c 2	1163 (100%) CSP clauses are encoded (205668 clauses, 3703315 bytes)
1.60/1.78	c 2	1163 CSP clauses encoded
1.60/1.78	c 2	Writing map file : HOME/temp.map
1.60/1.79	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.79	c 2	SAT : 6676 SAT variables, 205668 SAT clauses, 3703315 bytes
1.60/1.79	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.80	c 2	OBJECTIVE minimize _COST
1.60/1.80	c 2	SOLVING HOME/temp.cnf
1.60/1.80	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.71/1.80	c 2	This is MiniSat 2.0 beta incremental
1.71/1.80	c 2	WARNING: for repeatability, setting FPU to use double precision
1.71/1.80	c 2	============================[ Problem Statistics ]=============================
1.71/1.80	c 2	|                                                                             |
1.71/1.80	c 2	|  Number of variables:  6676                                                 |
1.71/1.80	c 2	|  Number of clauses:    205668                                               |
1.71/1.90	c 2	|  Parsing time:         0.09         s                                       |
1.71/1.90	c 2	OK
1.71/1.90	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.71/1.90	c 2	SEARCHING: _COST <= 194
1.71/1.90	c 2	============================[ Search Statistics ]==============================
1.71/1.90	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.71/1.90	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.71/1.90	c 2	===============================================================================
1.71/1.90	c 2	|         0 |    6676   205668   599891 |    68556        0    nan |  0.000 % |
1.71/1.92	c 2	===============================================================================
1.71/1.92	c 2	restarts              : 1
1.71/1.92	c 2	conflicts             : 0             (0 /sec)
1.71/1.92	c 2	decisions             : 138           (0.72 % random) (1266 /sec)
1.71/1.92	c 2	propagations          : 6676           (61257 /sec)
1.71/1.92	c 2	conflict literals     : 0              ( nan % deleted)
1.71/1.92	c 2	Memory used           : 10.35 MB
1.71/1.92	c 2	CPU time              : 0.108983 s
1.71/1.92	c 2	
1.71/1.92	c 2	SATISFIABLE
1.71/1.92	c 2	OK
1.71/1.92	c 2	FOUND: _COST <= 194
1.71/1.92	s SATISFIABLE
1.71/1.92	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.71/1.92	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.71/2.00	c 2	Decoding HOME/temp.out
1.99/2.14	c 2	OBJECTIVE _COST 194
1.99/2.14	o 194
1.99/2.16	v 1 1 0 1 1 1 0 0 1 0 1 0 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 1 0 1 1 1 1 1 0 0 1 1 1 1 1 0 0 1 1 1 0 0 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 0 0 1 1 0 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1.99/2.18	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.08/2.23	c 2	OK
2.08/2.23	c 2	OBJECTIVE BOUND: 0 <= _COST <= 194
2.08/2.23	c 2	SEARCHING: _COST <= 97
2.08/2.23	c 2	============================[ Search Statistics ]==============================
2.08/2.23	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.08/2.23	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.08/2.23	c 2	===============================================================================
2.08/2.23	c 2	|         0 |    6676   205668   599891 |    68556        0    nan |  0.000 % |
2.08/2.23	c 2	===============================================================================
2.08/2.24	c 2	restarts              : 2
2.08/2.24	c 2	conflicts             : 1             (8 /sec)
2.08/2.24	c 2	decisions             : 253           (1.98 % random) (2109 /sec)
2.08/2.24	c 2	propagations          : 13375          (111476 /sec)
2.08/2.24	c 2	conflict literals     : 5              (0.00 % deleted)
2.08/2.24	c 2	Memory used           : 10.48 MB
2.08/2.24	c 2	CPU time              : 0.119981 s
2.08/2.24	c 2	
2.08/2.24	c 2	SATISFIABLE
2.08/2.24	c 2	OK
2.08/2.24	c 2	FOUND: _COST <= 97
2.08/2.24	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.08/2.24	c 2	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.10/2.32	c 2	Decoding HOME/temp.out
2.10/2.43	c 3	OBJECTIVE _COST 97
2.10/2.43	o 97
2.10/2.44	v 1 1 0 1 1 1 1 0 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 1 1 0 0 1 1 1 1 1 1 1 0 0 1 0 1 0 1 0 1 0 0 0 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1 1 0 1 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
2.10/2.44	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.10/2.50	c 3	OK
2.10/2.50	c 3	OBJECTIVE BOUND: 0 <= _COST <= 97
2.10/2.50	c 3	SEARCHING: _COST <= 48
2.10/2.50	c 3	============================[ Search Statistics ]==============================
2.10/2.51	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.10/2.51	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.10/2.51	c 3	===============================================================================
2.10/2.51	c 3	|         1 |    4930   205668   599891 |    68556        1      5 |  0.000 % |
2.10/2.51	c 3	===============================================================================
2.10/2.51	c 3	restarts              : 3
2.10/2.51	c 3	conflicts             : 2             (16 /sec)
2.10/2.51	c 3	decisions             : 370           (1.35 % random) (2891 /sec)
2.10/2.51	c 3	propagations          : 18360          (143460 /sec)
2.10/2.51	c 3	conflict literals     : 10             (0.00 % deleted)
2.10/2.51	c 3	Memory used           : 10.61 MB
2.10/2.51	c 3	CPU time              : 0.12798 s
2.10/2.51	c 3	
2.10/2.51	c 3	SATISFIABLE
2.10/2.51	c 3	OK
2.10/2.51	c 3	FOUND: _COST <= 48
2.10/2.51	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.10/2.51	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.10/2.59	c 3	Decoding HOME/temp.out
2.30/2.69	c 3	OBJECTIVE _COST 48
2.30/2.69	o 48
2.31/2.70	v 1 1 1 1 1 0 1 0 1 0 0 0 1 1 1 1 1 0 1 0 0 1 1 1 1 1 1 1 0 1 1 1 0 0 0 1 1 1 0 1 1 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 1 1 1 1 1 0 1 0 0 0 1 1 0 1 1 0 1 1 1 0 1 0 0 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 1 1 1 0 1 1 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0
2.31/2.70	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.31/2.72	c 3	OK
2.31/2.72	c 3	OBJECTIVE BOUND: 0 <= _COST <= 48
2.31/2.72	c 3	SEARCHING: _COST <= 24
2.31/2.72	c 3	============================[ Search Statistics ]==============================
2.31/2.72	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.31/2.72	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.31/2.72	c 3	===============================================================================
2.31/2.72	c 3	|         2 |    3960   205668   599891 |    68556        2      5 |  0.000 % |
2.31/2.73	c 3	===============================================================================
2.31/2.73	c 3	restarts              : 4
2.31/2.73	c 3	conflicts             : 4             (30 /sec)
2.31/2.73	c 3	decisions             : 495           (1.21 % random) (3667 /sec)
2.31/2.73	c 3	propagations          : 22338          (165492 /sec)
2.31/2.73	c 3	conflict literals     : 20             (0.00 % deleted)
2.31/2.73	c 3	Memory used           : 10.61 MB
2.31/2.73	c 3	CPU time              : 0.134979 s
2.31/2.73	c 3	
2.31/2.73	c 3	SATISFIABLE
2.31/2.73	c 3	OK
2.31/2.73	c 3	FOUND: _COST <= 24
2.31/2.73	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.31/2.73	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.52/2.81	c 3	Decoding HOME/temp.out
2.52/2.95	c 3	OBJECTIVE _COST 24
2.52/2.95	o 24
2.52/2.96	v 1 1 1 1 1 0 1 0 1 0 0 1 1 0 1 1 1 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 0 0 1 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 1 0 1 0 1 1 1 0 1 0 1 0 1 0 0 0 1 1 1 1 1 0 0 1 0 1 1 1 0 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 0 0 1 1 1 1 1 0 1 0 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 1 0 1 1 1 0 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0
2.52/2.99	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.52/3.05	c 3	OK
2.52/3.05	c 3	OBJECTIVE BOUND: 0 <= _COST <= 24
2.52/3.05	c 3	SEARCHING: _COST <= 12
2.52/3.06	c 3	============================[ Search Statistics ]==============================
2.52/3.06	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.52/3.06	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.52/3.06	c 3	===============================================================================
2.52/3.06	c 3	|         4 |    3319   205668   599891 |    68556        4      5 |  0.000 % |
2.52/3.06	c 3	===============================================================================
2.52/3.06	c 3	restarts              : 5
2.52/3.06	c 3	conflicts             : 23            (162 /sec)
2.52/3.06	c 3	decisions             : 614           (1.30 % random) (4325 /sec)
2.52/3.06	c 3	propagations          : 26146          (184155 /sec)
2.52/3.06	c 3	conflict literals     : 564            (0.00 % deleted)
2.52/3.06	c 3	Memory used           : 10.61 MB
2.52/3.06	c 3	CPU time              : 0.141978 s
2.52/3.06	c 3	
2.52/3.06	c 3	SATISFIABLE
2.52/3.06	c 3	OK
2.52/3.06	c 3	FOUND: _COST <= 12
2.52/3.06	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.52/3.06	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.79/3.14	c 3	Decoding HOME/temp.out
2.91/3.28	c 3	OBJECTIVE _COST 12
2.91/3.28	o 12
2.91/3.29	v 1 1 1 0 1 1 1 1 1 0 0 1 0 1 0 0 1 1 1 1 0 1 1 0 1 0 1 1 0 1 1 1 1 0 1 1 0 0 0 1 1 1 0 1 1 1 1 0 1 1 1 1 1 0 0 1 1 1 1 1 0 0 0 0 1 0 1 1 0 1 1 1 0 0 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 1 1 0 0 1 0 1 0 1 0 0 1 1 0 1 0 1 1 0 1 0 1 0 0 1 0 0 1 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 0 1 1 1 1 0 0 0 1 0 1 1 0 1 0 1 1 1 1 0 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 1 1
2.91/3.30	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.01/3.34	c 3	OK
3.01/3.34	c 3	OBJECTIVE BOUND: 0 <= _COST <= 12
3.01/3.34	c 3	SEARCHING: _COST <= 6
3.01/3.34	c 4	============================[ Search Statistics ]==============================
3.01/3.34	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.01/3.34	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.01/3.34	c 4	===============================================================================
3.01/3.34	c 4	|        23 |    2835   205668   599891 |    68556       23     25 |  0.000 % |
3.01/3.34	c 4	===============================================================================
3.01/3.34	c 4	restarts              : 6
3.01/3.34	c 4	conflicts             : 41            (281 /sec)
3.01/3.34	c 4	decisions             : 778           (1.03 % random) (5330 /sec)
3.01/3.34	c 4	propagations          : 29984          (205402 /sec)
3.01/3.34	c 4	conflict literals     : 746            (2.99 % deleted)
3.01/3.34	c 4	Memory used           : 10.61 MB
3.01/3.34	c 4	CPU time              : 0.145977 s
3.01/3.34	c 4	
3.01/3.34	c 4	SATISFIABLE
3.01/3.34	c 4	OK
3.01/3.34	c 4	FOUND: _COST <= 6
3.01/3.34	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.01/3.34	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.06/3.43	c 4	Decoding HOME/temp.out
3.06/3.52	c 4	OBJECTIVE _COST 6
3.06/3.52	o 6
3.06/3.53	v 1 1 0 0 1 1 1 1 1 0 1 1 0 0 0 0 0 0 1 1 0 1 1 1 1 0 1 1 1 1 0 0 0 1 1 0 1 0 0 1 1 1 0 1 1 0 0 1 1 0 1 1 1 1 0 0 1 0 1 1 0 0 1 1 1 0 1 0 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 0 0 0 1 1 1 1 1 0 1 1 0 0 0 1 0 1 1 0 0 1 0 0 1 0 1 1 1 1 1 0 1 1 0 0 1 0 1 0 0 0 0 1 1 1 1 1 0 1 0 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 1 0 0 0 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1
3.06/3.54	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.06/3.56	c 4	OK
3.06/3.56	c 4	OBJECTIVE BOUND: 0 <= _COST <= 6
3.06/3.56	c 4	SEARCHING: _COST <= 3
3.06/3.56	c 4	============================[ Search Statistics ]==============================
3.06/3.56	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.06/3.56	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.06/3.56	c 4	===============================================================================
3.06/3.56	c 4	|        41 |    2411   205668   599891 |    68556       41     18 |  0.000 % |
3.06/3.56	c 4	===============================================================================
3.06/3.56	c 4	restarts              : 7
3.06/3.56	c 4	conflicts             : 50            (331 /sec)
3.06/3.56	c 4	decisions             : 879           (0.91 % random) (5822 /sec)
3.06/3.56	c 4	propagations          : 34566          (228949 /sec)
3.06/3.56	c 4	conflict literals     : 831            (5.57 % deleted)
3.06/3.56	c 4	Memory used           : 10.61 MB
3.06/3.56	c 4	CPU time              : 0.150977 s
3.06/3.56	c 4	
3.06/3.56	c 4	SATISFIABLE
3.06/3.56	c 4	OK
3.06/3.56	c 4	FOUND: _COST <= 3
3.06/3.56	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.06/3.56	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.25/3.64	c 4	Decoding HOME/temp.out
3.25/3.74	c 4	OBJECTIVE _COST 3
3.25/3.74	o 3
3.25/3.75	v 1 1 0 0 1 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 1 1 1 1 0 1 0 1 1 0 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 1 0 1 0 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 0 1 0 0 0 0 1 1 1 1 0 0 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 0 0 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 1 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 0 0 1 1 1 1 1 1 1 0 1 0 1 1 1 0 0 1 1 1 1 0 1 1 1 1 1 0 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 0 1 1
3.25/3.76	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.25/3.78	c 4	OK
3.25/3.78	c 4	OBJECTIVE BOUND: 0 <= _COST <= 3
3.25/3.78	c 4	SEARCHING: _COST <= 1
3.25/3.78	c 4	============================[ Search Statistics ]==============================
3.25/3.78	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.25/3.78	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.25/3.78	c 4	===============================================================================
3.25/3.78	c 4	|        50 |    2011   205668   599891 |    68556       50     17 |  0.000 % |
3.25/3.78	c 4	===============================================================================
3.25/3.78	c 4	restarts              : 8
3.25/3.78	c 4	conflicts             : 53            (344 /sec)
3.25/3.78	c 4	decisions             : 988           (0.81 % random) (6417 /sec)
3.25/3.78	c 4	propagations          : 37222          (241739 /sec)
3.25/3.78	c 4	conflict literals     : 847            (5.47 % deleted)
3.25/3.78	c 4	Memory used           : 10.61 MB
3.25/3.78	c 4	CPU time              : 0.153976 s
3.25/3.78	c 4	
3.25/3.78	c 4	SATISFIABLE
3.25/3.78	c 4	OK
3.25/3.78	c 4	FOUND: _COST <= 1
3.25/3.78	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.25/3.78	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.45/3.86	c 4	Decoding HOME/temp.out
3.45/3.96	c 4	OBJECTIVE _COST 1
3.45/3.96	o 1
3.45/3.97	v 1 1 0 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 0 1 0 1 0 1 1 1 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 0 1 1 1 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 0 0 0 1 1 1 0 0 0 1 0 1 1 1 1 1 1 1 0 0 1 0 1 1 1 1 0 0 1 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 0 1 1 1 1 0 0 1 1 1 1 1 0 0 1 1 1 0 0 1 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 1 1 1 1 0 1 1 1 1 1 1 0 1
3.45/3.98	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.45/4.00	c 4	OK
3.45/4.00	c 4	OBJECTIVE BOUND: 0 <= _COST <= 1
3.64/4.00	c 4	SEARCHING: _COST <= 0
3.64/4.00	c 4	============================[ Search Statistics ]==============================
3.64/4.00	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.64/4.00	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.64/4.00	c 4	===============================================================================
3.64/4.00	c 4	|        53 |    1620   205668   599891 |    68556       53     16 |  0.000 % |
3.64/4.00	c 4	===============================================================================
3.64/4.00	c 4	restarts              : 9
3.64/4.00	c 4	conflicts             : 55            (355 /sec)
3.64/4.00	c 4	decisions             : 989           (0.81 % random) (6382 /sec)
3.64/4.00	c 4	propagations          : 38661          (249464 /sec)
3.64/4.00	c 4	conflict literals     : 862            (6.30 % deleted)
3.64/4.00	c 4	Memory used           : 10.61 MB
3.64/4.00	c 4	CPU time              : 0.154976 s
3.64/4.00	c 4	
3.64/4.00	c 4	UNSATISFIABLE
3.64/4.00	c 4	OK
3.64/4.00	c 4	NOT FOUND: _COST <= 0
3.64/4.00	c 4	OK
3.64/4.00	c 4	OBJECTIVE _COST 1
3.64/4.00	s OPTIMUM FOUND
3.64/4.00	c 4	CPU 3.28 (0.06 0.04 3.22 0.33)
3.64/4.00	c 4	END Sat Jul 12 08:30:15 2008

Verifier Data (download as text)

OK	1	387
1 unsatisfied constraints, 387 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-1111257-1215844211/watcher-1111257-1215844211 -o /tmp/evaluation-result-1111257-1215844211/solver-1111257-1215844211 -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-1111257-1215844211.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.03 2.04 2.00 4/81 14898
/proc/meminfo: memFree=1833752/2055920 swapFree=4181172/4192956
[pid=14898] ppid=14896 vsize=12268 CPUtime=0
/proc/14898/stat : 14898 (sugar++) R 14896 14898 13348 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 41124605 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14898/statm: 3067 316 241 3 0 167 0

[startup+0.065975 s]
/proc/loadavg: 2.03 2.04 2.00 4/81 14898
/proc/meminfo: memFree=1833752/2055920 swapFree=4181172/4192956
[pid=14898] ppid=14896 vsize=16212 CPUtime=0.04
/proc/14898/stat : 14898 (sugar++) R 14896 14898 13348 0 -1 4194304 956 0 0 0 3 1 0 0 18 0 1 0 41124605 16601088 924 996147200 4194304 4206940 548682068528 18446744073709551615 206399542936 0 0 4224 0 0 0 0 17 1 0 0
/proc/14898/statm: 4053 924 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.104982 s]
/proc/loadavg: 2.03 2.04 2.00 4/81 14898
/proc/meminfo: memFree=1833752/2055920 swapFree=4181172/4192956
[pid=14898] ppid=14896 vsize=16740 CPUtime=0.07
/proc/14898/stat : 14898 (sugar++) S 14896 14898 13348 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41124605 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14898/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302018 s]
/proc/loadavg: 2.03 2.04 2.00 4/81 14898
/proc/meminfo: memFree=1833752/2055920 swapFree=4181172/4192956
[pid=14898] ppid=14896 vsize=16740 CPUtime=0.07
/proc/14898/stat : 14898 (sugar++) S 14896 14898 13348 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41124605 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14898/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701089 s]
/proc/loadavg: 2.03 2.04 2.00 4/81 14898
/proc/meminfo: memFree=1833752/2055920 swapFree=4181172/4192956
[pid=14898] ppid=14896 vsize=16740 CPUtime=0.39
/proc/14898/stat : 14898 (sugar++) S 14896 14898 13348 0 -1 4194304 1296 4528 0 1 5 2 29 3 16 0 1 0 41124605 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14898/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 16740

[startup+1.50224 s]
/proc/loadavg: 2.03 2.04 2.00 4/92 14920
/proc/meminfo: memFree=1823992/2055920 swapFree=4181172/4192956
[pid=14898] ppid=14896 vsize=16740 CPUtime=0.39
/proc/14898/stat : 14898 (sugar++) S 14896 14898 13348 0 -1 4194304 1297 4528 0 1 5 2 29 3 15 0 1 0 41124605 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14898/statm: 4185 1104 409 3 0 764 0
[pid=14911] ppid=14898 vsize=5356 CPUtime=0
/proc/14911/stat : 14911 (sh) S 14898 14898 13348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41124651 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14911/statm: 1339 233 193 169 0 50 0
[pid=14912] ppid=14911 vsize=868384 CPUtime=1.02
/proc/14912/stat : 14912 (java) S 14911 14898 13348 0 -1 0 6431 0 1 0 98 4 0 0 18 0 9 0 41124651 889225216 5642 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14912/statm: 217096 5642 2563 9 0 211643 0
[pid=14912/tid=14913] ppid=14911 vsize=868384 CPUtime=0.71
/proc/14912/task/14913/stat : 14913 (java) R 14911 14898 13348 0 -1 64 2763 0 1 0 69 2 0 0 18 0 9 0 41124652 889225216 5642 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14912/tid=14914] ppid=14911 vsize=868384 CPUtime=0.05
/proc/14912/task/14914/stat : 14914 (java) R 14911 14898 13348 0 -1 64 1514 0 0 0 5 0 0 0 16 0 9 0 41124653 889225216 5642 996147200 134512640 134550740 4294955920 18446744073709551615 104179039 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14912/tid=14915] ppid=14911 vsize=868384 CPUtime=0
/proc/14912/task/14915/stat : 14915 (java) S 14911 14898 13348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41124653 889225216 5642 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14912/tid=14916] ppid=14911 vsize=868384 CPUtime=0
/proc/14912/task/14916/stat : 14916 (java) S 14911 14898 13348 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 41124653 889225216 5642 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14912/tid=14917] ppid=14911 vsize=868384 CPUtime=0
/proc/14912/task/14917/stat : 14917 (java) S 14911 14898 13348 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41124655 889225216 5642 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14912/tid=14918] ppid=14911 vsize=868384 CPUtime=0.22
/proc/14912/task/14918/stat : 14918 (java) S 14911 14898 13348 0 -1 64 1460 0 0 0 22 0 0 0 16 0 9 0 41124655 889225216 5642 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14912/tid=14919] ppid=14911 vsize=868384 CPUtime=0
/proc/14912/task/14919/stat : 14919 (java) S 14911 14898 13348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41124655 889225216 5642 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14912/tid=14920] ppid=14911 vsize=868384 CPUtime=0
/proc/14912/task/14920/stat : 14920 (java) S 14911 14898 13348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41124655 889225216 5642 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890480

[startup+3.10153 s]
/proc/loadavg: 2.03 2.04 2.00 4/93 14931
/proc/meminfo: memFree=1811248/2055920 swapFree=4181172/4192956
[pid=14898] ppid=14896 vsize=16872 CPUtime=2.64
/proc/14898/stat : 14898 (sugar++) S 14896 14898 13348 0 -1 4194304 1801 26842 0 6 5 3 235 21 16 0 1 0 41124605 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14898/statm: 4218 1123 414 3 0 797 0
[pid=14921] ppid=14898 vsize=10860 CPUtime=0.15
/proc/14921/stat : 14921 (minisat-inc) S 14898 14898 13348 0 -1 4194304 2670 0 0 0 14 1 0 0 16 0 1 0 41124785 11120640 2610 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14921/statm: 2715 2610 78 151 0 2561 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 27732

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

[startup+3.5016 s]
/proc/loadavg: 2.11 2.05 2.01 5/93 14971
/proc/meminfo: memFree=1811248/2055920 swapFree=4181172/4192956
[pid=14898] ppid=14896 vsize=16872 CPUtime=2.91
/proc/14898/stat : 14898 (sugar++) S 14896 14898 13348 0 -1 4194304 1889 30657 0 7 6 3 258 24 16 0 1 0 41124605 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14898/statm: 4218 1123 414 3 0 797 0
[pid=14921] ppid=14898 vsize=10860 CPUtime=0.15
/proc/14921/stat : 14921 (minisat-inc) S 14898 14898 13348 0 -1 4194304 2672 0 0 0 14 1 0 0 16 0 1 0 41124785 11120640 2610 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14921/statm: 2715 2610 78 151 0 2561 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 27732

[startup+3.90168 s]
/proc/loadavg: 2.11 2.05 2.01 5/93 14971
/proc/meminfo: memFree=1811248/2055920 swapFree=4181172/4192956
[pid=14898] ppid=14896 vsize=16872 CPUtime=3.29
/proc/14898/stat : 14898 (sugar++) S 14896 14898 13348 0 -1 4194304 2029 38398 0 9 6 4 290 29 16 0 1 0 41124605 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14898/statm: 4218 1123 414 3 0 797 0
[pid=14921] ppid=14898 vsize=10860 CPUtime=0.16
/proc/14921/stat : 14921 (minisat-inc) S 14898 14898 13348 0 -1 4194304 2676 0 0 0 15 1 0 0 16 0 1 0 41124785 11120640 2610 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14921/statm: 2715 2610 78 151 0 2561 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 27732

[startup+4.0017 s]
/proc/loadavg: 2.11 2.05 2.01 5/93 14971
/proc/meminfo: memFree=1811248/2055920 swapFree=4181172/4192956
[pid=14898] ppid=14896 vsize=16872 CPUtime=3.48
/proc/14898/stat : 14898 (sugar++) R 14896 14898 13348 0 -1 4194304 2047 42268 0 10 6 4 306 32 16 0 1 0 41124605 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 206381192640 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14898/statm: 4218 1123 414 3 0 797 0
[pid=14921] ppid=14898 vsize=10860 CPUtime=0.16
/proc/14921/stat : 14921 (minisat-inc) S 14898 14898 13348 0 -1 4194304 2676 0 0 0 15 1 0 0 15 0 1 0 41124785 11120640 2610 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14921/statm: 2715 2610 78 151 0 2561 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 27732

Child status: 0
Real time (s): 4.00912
CPU time (s): 3.67444
CPU user time (s): 3.2905
CPU system time (s): 0.383941
CPU usage (%): 91.652
Max. virtual memory (cumulated for all children) (KiB): 890480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2905
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47073
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5036
involuntary context switches= 4874

runsolver used 0.016997 second user time and 0.021996 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-12 08:30:11
IDJOB=1111257
IDBENCH=61253
IDSOLVER=367
FILE ID=node2/1111257-1215844211
PBS_JOBID= 7903355
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/aim-200/normalized-aim-200-2-0-unsat-3_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-1111257-1215844211/watcher-1111257-1215844211 -o /tmp/evaluation-result-1111257-1215844211/solver-1111257-1215844211 -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-1111257-1215844211.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9cbd833f9b40063f36b783537b176db9
RANDOM SEED=2113477219

node2.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.261
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	: 5931.00
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.261
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:       1834232 kB
Buffers:         42880 kB
Cached:          88204 kB
SwapCached:       6004 kB
Active:          89628 kB
Inactive:        71448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834232 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:            1128 kB
Writeback:           0 kB
Mapped:          45680 kB
Slab:            45764 kB
Committed_AS:   220900 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= 66512 MiB
End job on node2 at 2008-07-12 08:30:15