Trace number 1109851

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-incMSAT (TO)2 3600.07 3602.32

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-15-16.xml
MD5SUMa57df975231d9e16172d656638db384b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints62
Maximum constraint arity16
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62
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 Fri Jul 11 23:48:03 2008
0.03/0.18	c 0	PID 18593
0.03/0.18	c 0	HOST node24.alineos.net
0.03/0.18	c 0	CONVERTING HOME/instance-1109851-1215812883.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-1109851-1215812883.xml' 'HOME/temp.csp'
0.07/0.53	c 0	1 domains, 480 variables, 2 predicates, 0 relations, 62 constraints
0.07/0.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.55	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/0.63	c 0	Parsing HOME/temp.csp
0.41/0.87	c 1	parsed 545 expressions
0.41/0.87	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.88	c 1	MAX CSP: 62 constraints
0.41/0.88	c 1	Converting to clausal form CSP
0.41/0.90	c 1	converted 61 (10%) expressions
0.41/0.90	c 1	converted 122 (20%) expressions
0.41/0.90	c 1	converted 183 (30%) expressions
0.41/0.90	c 1	converted 244 (40%) expressions
0.41/0.90	c 1	converted 305 (50%) expressions
0.41/0.90	c 1	converted 366 (60%) expressions
0.41/0.91	c 1	converted 427 (70%) expressions
0.41/0.94	c 1	converted 488 (80%) expressions
0.95/1.12	c 1	converted 549 (90%) expressions
0.95/1.18	c 1	converted 610 (100%) expressions
0.95/1.18	c 1	CSP : 1440 integers, 0 booleans, 1857 clauses, largest domain size 94
0.95/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.18	c 1	Propagation in CSP
1.04/1.22	c 1	57 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.22	c 1	CSP : 1440 integers, 0 booleans, 1857 clauses, largest domain size 63
1.04/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.22	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.23	c 1	CSP : 1440 integers, 0 booleans, 1857 clauses, largest domain size 63
1.04/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.26	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.27	c 1	144 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.27	c 1	288 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.27	c 1	432 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.28	c 1	576 (40%) CSP integer variables are encoded (209 clauses, 2363 bytes)
1.04/1.28	c 1	720 (50%) CSP integer variables are encoded (528 clauses, 6213 bytes)
1.04/1.28	c 1	864 (60%) CSP integer variables are encoded (844 clauses, 10321 bytes)
1.04/1.29	c 1	1008 (70%) CSP integer variables are encoded (1168 clauses, 14533 bytes)
1.04/1.29	c 1	1152 (80%) CSP integer variables are encoded (1495 clauses, 18784 bytes)
1.04/1.29	c 1	1296 (90%) CSP integer variables are encoded (1825 clauses, 23074 bytes)
1.04/1.29	c 1	1440 (100%) CSP integer variables are encoded (2574 clauses, 32811 bytes)
1.13/1.31	c 1	186 (10%) CSP clauses are encoded (3844 clauses, 49336 bytes)
1.13/1.32	c 1	372 (20%) CSP clauses are encoded (5140 clauses, 67560 bytes)
1.13/1.34	c 1	558 (30%) CSP clauses are encoded (6430 clauses, 87662 bytes)
1.13/1.35	c 1	743 (40%) CSP clauses are encoded (7727 clauses, 107891 bytes)
1.13/1.35	c 1	929 (50%) CSP clauses are encoded (9011 clauses, 127807 bytes)
1.13/1.36	c 1	1115 (60%) CSP clauses are encoded (10370 clauses, 148866 bytes)
1.13/1.37	c 1	1300 (70%) CSP clauses are encoded (11726 clauses, 169937 bytes)
1.13/1.38	c 1	1486 (80%) CSP clauses are encoded (13069 clauses, 190932 bytes)
1.13/1.39	c 1	1672 (90%) CSP clauses are encoded (14407 clauses, 211828 bytes)
1.24/1.41	c 1	1857 (100%) CSP clauses are encoded (20817 clauses, 322466 bytes)
1.24/1.41	c 1	1857 CSP clauses encoded
1.24/1.41	c 1	Writing map file : HOME/temp.map
1.24/1.42	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.42	c 1	SAT : 4014 SAT variables, 20817 SAT clauses, 322466 bytes
1.24/1.42	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.48	c 1	OBJECTIVE minimize _COST
1.24/1.48	c 1	SOLVING HOME/temp.cnf
1.24/1.48	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.24/1.48	c 1	This is MiniSat 2.0 beta incremental
1.24/1.48	c 1	WARNING: for repeatability, setting FPU to use double precision
1.24/1.48	c 1	============================[ Problem Statistics ]=============================
1.24/1.48	c 1	|                                                                             |
1.24/1.48	c 1	|  Number of variables:  4014                                                 |
1.24/1.48	c 1	|  Number of clauses:    20817                                                |
1.24/1.49	c 1	|  Parsing time:         0.01         s                                       |
1.24/1.49	c 1	OK
1.24/1.49	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.24/1.49	c 1	SEARCHING: _COST <= 31
1.24/1.49	c 1	============================[ Search Statistics ]==============================
1.24/1.49	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.24/1.49	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.24/1.49	c 1	===============================================================================
1.24/1.49	c 1	|         0 |    4014    20817    52935 |     6939        0    nan |  0.000 % |
1.24/1.49	c 1	===============================================================================
1.24/1.49	c 1	restarts              : 1
1.24/1.49	c 1	conflicts             : 0             (0 /sec)
1.24/1.49	c 1	decisions             : 81            (0.00 % random) (5401 /sec)
1.24/1.49	c 1	propagations          : 4014           (267654 /sec)
1.24/1.49	c 1	conflict literals     : 0              ( nan % deleted)
1.24/1.49	c 1	Memory used           : 2.87 MB
1.24/1.49	c 1	CPU time              : 0.014997 s
1.24/1.49	c 1	
1.24/1.49	c 1	SATISFIABLE
1.24/1.49	c 1	OK
1.24/1.49	c 1	FOUND: _COST <= 31
1.24/1.49	s SATISFIABLE
1.24/1.49	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.24/1.49	c 1	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.27/1.57	c 1	Decoding HOME/temp.out
1.27/1.69	c 1	OBJECTIVE _COST 31
1.27/1.69	o 31
1.27/1.71	v 1 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 1 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0
1.27/1.75	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.27/1.76	c 1	OK
1.27/1.76	c 1	OBJECTIVE BOUND: 0 <= _COST <= 31
1.27/1.76	c 1	SEARCHING: _COST <= 15
1.27/1.76	c 1	============================[ Search Statistics ]==============================
1.27/1.76	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.27/1.76	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.27/1.76	c 1	===============================================================================
1.27/1.76	c 1	|         0 |    4014    20817    52935 |     6939        0    nan |  0.000 % |
1.27/1.76	c 1	===============================================================================
1.27/1.76	c 1	restarts              : 2
1.27/1.76	c 1	conflicts             : 0             (0 /sec)
1.27/1.76	c 1	decisions             : 295           (1.36 % random) (16392 /sec)
1.27/1.76	c 1	propagations          : 8028           (446074 /sec)
1.27/1.76	c 1	conflict literals     : 0              ( nan % deleted)
1.27/1.76	c 1	Memory used           : 2.87 MB
1.27/1.76	c 1	CPU time              : 0.017997 s
1.27/1.76	c 1	
1.27/1.76	c 1	SATISFIABLE
1.27/1.76	c 1	OK
1.27/1.76	c 1	FOUND: _COST <= 15
1.27/1.76	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.27/1.76	c 1	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.52/1.84	c 1	Decoding HOME/temp.out
1.52/1.94	c 2	OBJECTIVE _COST 15
1.52/1.94	o 15
1.52/1.95	v 1 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 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 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 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 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 0 0 1 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 1 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 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 1 1 1 1 1 1 1 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 1 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 1 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 1 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 1 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 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1
1.52/1.96	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.97	c 2	OK
1.52/1.97	c 2	OBJECTIVE BOUND: 0 <= _COST <= 15
1.52/1.97	c 2	SEARCHING: _COST <= 7
1.52/1.98	c 2	============================[ Search Statistics ]==============================
1.52/1.98	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/1.98	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/1.98	c 2	===============================================================================
1.52/1.98	c 2	|         0 |    3828    20817    52935 |     6939        0    nan |  0.000 % |
1.52/1.98	c 2	===============================================================================
1.52/1.98	c 2	restarts              : 3
1.52/1.98	c 2	conflicts             : 0             (0 /sec)
1.52/1.98	c 2	decisions             : 502           (1.79 % random) (23909 /sec)
1.52/1.98	c 2	propagations          : 11856          (564679 /sec)
1.52/1.98	c 2	conflict literals     : 0              ( nan % deleted)
1.52/1.98	c 2	Memory used           : 2.87 MB
1.52/1.98	c 2	CPU time              : 0.020996 s
1.52/1.98	c 2	
1.52/1.98	c 2	SATISFIABLE
1.52/1.98	c 2	OK
1.52/1.98	c 2	FOUND: _COST <= 7
1.52/1.98	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.52/1.98	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.72/2.06	c 2	Decoding HOME/temp.out
1.84/2.17	c 2	OBJECTIVE _COST 7
1.84/2.17	o 7
1.84/2.19	v 1 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 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 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 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 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 1 1 1 1 1 1 1 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 1 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 1 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 1 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 1 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 1 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 0 0 0 1 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 1 0 1
1.94/2.23	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.94/2.26	c 2	OK
1.94/2.26	c 2	OBJECTIVE BOUND: 0 <= _COST <= 7
1.94/2.26	c 2	SEARCHING: _COST <= 3
1.94/2.26	c 2	============================[ Search Statistics ]==============================
1.94/2.26	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.94/2.26	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.94/2.26	c 2	===============================================================================
1.94/2.26	c 2	|         0 |    3714    20817    52935 |     6939        0    nan |  0.000 % |
1.94/2.26	c 2	===============================================================================
1.94/2.26	c 2	restarts              : 4
1.94/2.26	c 2	conflicts             : 40            (1600 /sec)
1.94/2.26	c 2	decisions             : 700           (1.86 % random) (28004 /sec)
1.94/2.26	c 2	propagations          : 20465          (818731 /sec)
1.94/2.26	c 2	conflict literals     : 529            (12.42 % deleted)
1.94/2.26	c 2	Memory used           : 2.87 MB
1.94/2.26	c 2	CPU time              : 0.024996 s
1.94/2.26	c 2	
1.94/2.26	c 2	SATISFIABLE
1.94/2.26	c 2	OK
1.94/2.26	c 2	FOUND: _COST <= 3
1.94/2.26	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.94/2.26	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.99/2.34	c 2	Decoding HOME/temp.out
1.99/2.44	c 2	OBJECTIVE _COST 3
1.99/2.44	o 3
1.99/2.46	v 1 0 0 0 0 1 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 1 1 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 1 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 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 1 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 1 0 0 1 1 0 0 0 0 0 1 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 1 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 1 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 1 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 1 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 1 0 0 0 1 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 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 1
1.99/2.46	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.99/2.47	c 2	OK
1.99/2.47	c 2	OBJECTIVE BOUND: 0 <= _COST <= 3
1.99/2.47	c 2	SEARCHING: _COST <= 1
1.99/2.49	c 2	============================[ Search Statistics ]==============================
1.99/2.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.49	c 2	===============================================================================
1.99/2.49	c 2	|        40 |    3628    20817    52935 |     6939       40     13 |  0.000 % |
1.99/2.49	c 2	|       145 |    3620    20817    52935 |     7632      145     23 | 11.660 % |
1.99/2.50	c 2	|       295 |    3618    20817    52935 |     8396      295     29 | 11.660 % |
2.20/2.51	c 2	|       521 |    3546    15132    37225 |     9235      521     21 | 11.660 % |
2.20/2.52	c 2	|       858 |    3546    15132    37225 |    10159      858     25 | 11.660 % |
2.20/2.55	c 2	|      1364 |    3546    15132    37225 |    11175     1364     25 | 11.660 % |
2.30/2.61	c 2	|      2123 |    3546    15132    37225 |    12292     2123     26 | 11.660 % |
2.30/2.69	c 2	|      3264 |    3546    15132    37225 |    13522     3264     26 | 11.660 % |
2.50/2.82	c 2	|      4973 |    3546    15132    37225 |    14874     4973     26 | 11.660 % |
2.70/3.06	c 3	|      7535 |    3546    15132    37225 |    16361     7535     32 | 11.660 % |
3.09/3.48	c 3	|     11380 |    3546    15132    37225 |    17997    11380     33 | 11.660 % |
3.69/4.01	c 4	|     17146 |    3546    15132    37225 |    19797    17146     33 | 11.660 % |
4.87/5.22	c 5	|     25795 |    3546    15132    37225 |    21777    14173     31 | 11.660 % |
7.15/7.55	c 7	|     38769 |    3546    15132    37225 |    23955    13497     44 | 11.660 % |
10.22/10.69	c 10	|     58231 |    3546    15132    37225 |    26350    17621     40 | 11.660 % |
19.54/20.02	c 20	|     87423 |    3546    15132    37225 |    28985    28619     50 | 11.660 % |
37.19/37.89	c 38	|    131212 |    3546    15132    37225 |    31884    18290     57 | 11.660 % |
83.71/84.60	c 84	|    196896 |    3546    15132    37225 |    35072    22871     80 | 11.660 % |
116.20/117.14	c 117	|    295422 |    3546    15132    37225 |    38580    24126     48 | 11.660 % |
185.86/186.82	c 186	|    443212 |    3546    15132    37225 |    42438    33884     61 | 11.660 % |
248.65/249.62	c 249	|    664895 |    3546    15132    37225 |    46682    31037     50 | 11.660 % |
374.10/375.17	c 375	|    997421 |    3546    15132    37225 |    51350    49070     46 | 11.660 % |
558.02/559.14	c 559	|   1496209 |    3546    15132    37225 |    56485    37102     46 | 11.660 % |
895.48/896.72	c 896	|   2244392 |    3546    15132    37225 |    62133    29131     52 | 11.660 % |
1415.38/1416.88	c 1417	|   3366666 |    3546    15132    37225 |    68347    44647     46 | 11.660 % |
2477.26/2479.13	c 2479	|   5050078 |    3546    15132    37225 |    75182    36194     63 | 11.660 % |
3600.02/3602.31	c ERROR INTERRUPTED
3600.02/3602.31	c 3602	CPU 3599.62 (0.05 0.04 3599.57 0.39)
3600.02/3602.31	c 3602	END Sat Jul 12 00:48:05 2008

Verifier Data (download as text)

OK	2	60
2 unsatisfied constraints, 60 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-1109851-1215812883/watcher-1109851-1215812883 -o /tmp/evaluation-result-1109851-1215812883/solver-1109851-1215812883 -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-1109851-1215812883.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.00 2.00 1.97 4/80 18593
/proc/meminfo: memFree=1895888/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=12268 CPUtime=0
/proc/18593/stat : 18593 (sugar++) R 18591 18593 17810 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 37991159 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 237788428901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18593/statm: 3067 316 241 3 0 167 0

[startup+0.0377439 s]
/proc/loadavg: 2.00 2.00 1.97 4/80 18593
/proc/meminfo: memFree=1895888/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=12272 CPUtime=0
/proc/18593/stat : 18593 (sugar++) D 18591 18593 17810 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 37991159 12566528 330 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/18593/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101754 s]
/proc/loadavg: 2.00 2.00 1.97 4/80 18593
/proc/meminfo: memFree=1895888/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=13336 CPUtime=0.03
/proc/18593/stat : 18593 (sugar++) D 18591 18593 17810 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 37991159 13656064 707 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/18593/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.30178 s]
/proc/loadavg: 2.00 2.00 1.97 4/80 18593
/proc/meminfo: memFree=1895888/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=0.07
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37991159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18593/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701818 s]
/proc/loadavg: 2.00 2.00 1.97 4/80 18593
/proc/meminfo: memFree=1895888/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=0.41
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1296 4505 0 1 5 2 31 3 16 0 1 0 37991159 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18593/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50293 s]
/proc/loadavg: 2.00 2.00 1.97 3/91 18615
/proc/meminfo: memFree=1885752/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=1.27
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1509 11229 0 2 5 2 113 7 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 16740

[startup+3.10106 s]
/proc/loadavg: 2.00 2.00 1.97 4/92 18646
/proc/meminfo: memFree=1885360/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 15 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=4252 CPUtime=0.64
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 842 0 0 0 64 0 0 0 20 0 1 0 37991307 4354048 781 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 1 0 0
/proc/18616/statm: 1063 781 80 151 0 909 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 20992

[startup+6.3024 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 18656
/proc/meminfo: memFree=1886344/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=7264 CPUtime=3.8
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 1601 0 0 0 380 0 0 0 25 0 1 0 37991307 7438336 1540 996147200 134512640 135134323 4294956192 18446744073709551615 134528456 0 0 4096 3 0 0 0 17 1 0 0
/proc/18616/statm: 1816 1540 80 151 0 1662 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 24004

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 18656
/proc/meminfo: memFree=1883600/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=10376 CPUtime=10.14
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 2373 0 0 0 1014 0 0 0 25 0 1 0 37991307 10625024 2312 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/18616/statm: 2594 2312 80 151 0 2440 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 27116

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 18656
/proc/meminfo: memFree=1880976/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=12424 CPUtime=22.83
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 2871 0 0 0 2282 1 0 0 25 0 1 0 37991307 12722176 2810 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/18616/statm: 3106 2810 80 151 0 2952 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 29164

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 18656
/proc/meminfo: memFree=1876816/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=16560 CPUtime=48.2
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 3890 0 0 0 4818 2 0 0 25 0 1 0 37991307 16957440 3829 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/18616/statm: 4140 3829 80 151 0 3986 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 33300

[startup+102.305 s]
/proc/loadavg: 2.22 2.05 1.98 3/82 18694
/proc/meminfo: memFree=1795672/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=19816 CPUtime=99.25
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 4690 0 0 0 9920 5 0 0 25 0 1 0 37991307 20291584 4629 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 4954 4629 80 151 0 4800 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 36556

[startup+162.302 s]
/proc/loadavg: 2.20 2.08 2.00 3/82 18694
/proc/meminfo: memFree=1792024/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=23540 CPUtime=159.21
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 5571 0 0 0 15916 5 0 0 25 0 1 0 37991307 24104960 5510 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 5885 5510 80 151 0 5731 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 40280

[startup+222.302 s]
/proc/loadavg: 2.07 2.06 2.00 3/82 18694
/proc/meminfo: memFree=1791768/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=23684 CPUtime=219.19
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 5632 0 0 0 21914 5 0 0 25 0 1 0 37991307 24252416 5571 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 5921 5571 80 151 0 5767 0
Current children cumulated CPU time (s) 221.35
Current children cumulated vsize (KiB) 40424

[startup+282.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/82 18694
/proc/meminfo: memFree=1790680/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=24772 CPUtime=279.17
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 5884 0 0 0 27911 6 0 0 25 0 1 0 37991307 25366528 5823 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 6193 5823 80 151 0 6039 0
Current children cumulated CPU time (s) 281.33
Current children cumulated vsize (KiB) 41512

[startup+342.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/82 18694
/proc/meminfo: memFree=1788440/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=27212 CPUtime=339.15
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 6464 0 0 0 33908 7 0 0 25 0 1 0 37991307 27865088 6403 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 6803 6403 80 151 0 6649 0
Current children cumulated CPU time (s) 341.31
Current children cumulated vsize (KiB) 43952

[startup+402.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 18694
/proc/meminfo: memFree=1787928/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=27656 CPUtime=399.12
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 6554 0 0 0 39905 7 0 0 25 0 1 0 37991307 28319744 6493 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 6914 6493 80 151 0 6760 0
Current children cumulated CPU time (s) 401.28
Current children cumulated vsize (KiB) 44396

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 18694
/proc/meminfo: memFree=1785368/2055920 swapFree=4181004/4192956

################
# More data... #
################

[pid=18616] ppid=18593 vsize=60668 CPUtime=2918.13
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14469 0 0 0 291795 18 0 0 25 0 1 0 37991307 62124032 14383 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15167 14383 80 151 0 15013 0
Current children cumulated CPU time (s) 2920.29
Current children cumulated vsize (KiB) 77408

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1754136/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=60668 CPUtime=2978.1
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14495 0 0 0 297792 18 0 0 25 0 1 0 37991307 62124032 14409 996147200 134512640 135134323 4294956192 18446744073709551615 134528258 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15167 14409 80 151 0 15013 0
Current children cumulated CPU time (s) 2980.26
Current children cumulated vsize (KiB) 77408

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1753752/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61036 CPUtime=3038.08
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14578 0 0 0 303790 18 0 0 25 0 1 0 37991307 62500864 14492 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15259 14492 80 151 0 15105 0
Current children cumulated CPU time (s) 3040.24
Current children cumulated vsize (KiB) 77776

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1753752/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61036 CPUtime=3098.05
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14584 0 0 0 309787 18 0 0 25 0 1 0 37991307 62500864 14498 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15259 14498 80 151 0 15105 0
Current children cumulated CPU time (s) 3100.21
Current children cumulated vsize (KiB) 77776

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1753752/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61036 CPUtime=3158.03
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14585 0 0 0 315785 18 0 0 25 0 1 0 37991307 62500864 14499 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15259 14499 80 151 0 15105 0
Current children cumulated CPU time (s) 3160.19
Current children cumulated vsize (KiB) 77776

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1753752/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61036 CPUtime=3218.01
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14585 0 0 0 321783 18 0 0 25 0 1 0 37991307 62500864 14499 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15259 14499 80 151 0 15105 0
Current children cumulated CPU time (s) 3220.17
Current children cumulated vsize (KiB) 77776

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 18702
/proc/meminfo: memFree=1753240/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61564 CPUtime=3277.98
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14699 0 0 0 327780 18 0 0 25 0 1 0 37991307 63041536 14613 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15391 14613 80 151 0 15237 0
Current children cumulated CPU time (s) 3280.14
Current children cumulated vsize (KiB) 78304

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1753176/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61564 CPUtime=3337.96
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14713 0 0 0 333778 18 0 0 25 0 1 0 37991307 63041536 14627 996147200 134512640 135134323 4294956192 18446744073709551615 134522722 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15391 14627 80 151 0 15237 0
Current children cumulated CPU time (s) 3340.12
Current children cumulated vsize (KiB) 78304

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 18702
/proc/meminfo: memFree=1753048/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61564 CPUtime=3397.95
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14716 0 0 0 339776 19 0 0 25 0 1 0 37991307 63041536 14630 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15391 14630 80 151 0 15237 0
Current children cumulated CPU time (s) 3400.11
Current children cumulated vsize (KiB) 78304

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1752856/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61564 CPUtime=3457.92
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14716 0 0 0 345773 19 0 0 25 0 1 0 37991307 63041536 14630 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15391 14630 80 151 0 15237 0
Current children cumulated CPU time (s) 3460.08
Current children cumulated vsize (KiB) 78304

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1752664/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61828 CPUtime=3517.89
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14765 0 0 0 351770 19 0 0 25 0 1 0 37991307 63311872 14679 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15457 14679 80 151 0 15303 0
Current children cumulated CPU time (s) 3520.05
Current children cumulated vsize (KiB) 78568

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1752600/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61796 CPUtime=3577.87
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14766 0 0 0 357768 19 0 0 25 0 1 0 37991307 63279104 14680 996147200 134512640 135134323 4294956192 18446744073709551615 134532062 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15449 14680 80 151 0 15295 0
Current children cumulated CPU time (s) 3580.03
Current children cumulated vsize (KiB) 78536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1752600/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61796 CPUtime=3597.86
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14768 0 0 0 359767 19 0 0 25 0 1 0 37991307 63279104 14682 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15449 14682 80 151 0 15295 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 78536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+3602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 18702
/proc/meminfo: memFree=1752600/2055920 swapFree=4181004/4192956
[pid=18593] ppid=18591 vsize=16740 CPUtime=2.16
/proc/18593/stat : 18593 (sugar++) S 18591 18593 17810 0 -1 4194304 1755 26728 0 6 5 4 189 18 16 0 1 0 37991159 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18593/statm: 4185 1115 414 3 0 764 0
[pid=18616] ppid=18593 vsize=61796 CPUtime=3597.86
/proc/18616/stat : 18616 (minisat-inc) R 18593 18593 17810 0 -1 4194304 14768 0 0 0 359767 19 0 0 25 0 1 0 37991307 63279104 14682 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18616/statm: 15449 14682 80 151 0 15295 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 78536

Child status: 0
Real time (s): 3602.32
CPU time (s): 3600.07
CPU user time (s): 3599.63
CPU system time (s): 0.438933
CPU usage (%): 99.9377
Max. virtual memory (cumulated for all children) (KiB): 890600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.63
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43330
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3921
involuntary context switches= 21275

runsolver used 3.37849 second user time and 9.77851 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-11 23:48:03
IDJOB=1109851
IDBENCH=61024
IDSOLVER=367
FILE ID=node24/1109851-1215812883
PBS_JOBID= 7903258
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-15-16.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-1109851-1215812883/watcher-1109851-1215812883 -o /tmp/evaluation-result-1109851-1215812883/solver-1109851-1215812883 -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-1109851-1215812883.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a57df975231d9e16172d656638db384b
RANDOM SEED=410979593

node24.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.220
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.220
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:       1896432 kB
Buffers:          7216 kB
Cached:          55188 kB
SwapCached:       6208 kB
Active:          89736 kB
Inactive:        29904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896432 kB
SwapTotal:     4192956 kB
SwapFree:      4181004 kB
Dirty:             892 kB
Writeback:           0 kB
Mapped:          72992 kB
Slab:            25072 kB
Committed_AS:   973856 kB
PageTables:       1928 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= 66460 MiB
End job on node24 at 2008-07-12 00:48:07