Trace number 1109191

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 1.15382 1.28069

General information on the benchmark

Namecsp/pret/
normalized-pret-60-25_ext.xml
MD5SUMb9314d7ad9005a0355a4e401b24bfd41
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 benchmark0.044992
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension40
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.11	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.11	c 0	BEGIN Fri Jul 11 20:03:52 2008
0.04/0.11	c 0	PID 13013
0.04/0.12	c 0	HOST node42.alineos.net
0.04/0.12	c 0	CONVERTING HOME/instance-1109191-1215799432.xml TO HOME/temp.csp
0.04/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109191-1215799432.xml' 'HOME/temp.csp'
0.05/0.26	c 1	1 domains, 60 variables, 0 predicates, 2 relations, 40 constraints
0.05/0.27	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.27	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.22/0.34	c 1	Parsing HOME/temp.csp
0.22/0.37	c 1	parsed 103 expressions
0.22/0.37	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.22/0.38	c 1	MAX CSP: 40 constraints
0.22/0.38	c 1	Converting to clausal form CSP
0.22/0.40	c 1	converted 15 (10%) expressions
0.22/0.40	c 1	converted 30 (20%) expressions
0.22/0.40	c 1	converted 44 (30%) expressions
0.22/0.40	c 1	converted 59 (40%) expressions
0.22/0.41	c 1	converted 73 (50%) expressions
0.22/0.41	c 1	converted 88 (60%) expressions
0.22/0.41	c 1	converted 103 (70%) expressions
0.22/0.42	c 1	converted 117 (80%) expressions
0.22/0.42	c 1	converted 132 (90%) expressions
0.22/0.44	c 1	converted 146 (100%) expressions
0.22/0.44	c 1	CSP : 140 integers, 0 booleans, 119 clauses, largest domain size 61
0.22/0.44	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.22/0.44	c 1	Propagation in CSP
0.22/0.45	c 1	38 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.22/0.45	c 1	CSP : 140 integers, 0 booleans, 119 clauses, largest domain size 41
0.22/0.45	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.22/0.45	c 1	Simplifing CSP by introducing new Boolean variables
0.22/0.45	c 1	CSP : 140 integers, 0 booleans, 119 clauses, largest domain size 41
0.22/0.45	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.22/0.47	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.22/0.47	c 1	14 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.47	c 1	28 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.47	c 1	42 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.47	c 1	56 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.47	c 1	70 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.47	c 1	84 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.47	c 1	98 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.22/0.48	c 1	112 (80%) CSP integer variables are encoded (207 clauses, 2341 bytes)
0.22/0.48	c 1	126 (90%) CSP integer variables are encoded (279 clauses, 3133 bytes)
0.22/0.48	c 1	140 (100%) CSP integer variables are encoded (339 clauses, 3793 bytes)
0.22/0.49	c 1	12 (10%) CSP clauses are encoded (387 clauses, 4513 bytes)
0.22/0.49	c 1	24 (20%) CSP clauses are encoded (435 clauses, 5305 bytes)
0.22/0.49	c 1	36 (30%) CSP clauses are encoded (483 clauses, 6097 bytes)
0.23/0.50	c 1	48 (40%) CSP clauses are encoded (835 clauses, 10623 bytes)
0.23/0.51	c 1	60 (50%) CSP clauses are encoded (1653 clauses, 22412 bytes)
0.23/0.51	c 1	72 (60%) CSP clauses are encoded (1713 clauses, 23153 bytes)
0.23/0.51	c 1	84 (70%) CSP clauses are encoded (2617 clauses, 36539 bytes)
0.23/0.51	c 1	96 (80%) CSP clauses are encoded (2689 clauses, 37454 bytes)
0.23/0.51	c 1	108 (90%) CSP clauses are encoded (2809 clauses, 39068 bytes)
0.23/0.51	c 1	119 (100%) CSP clauses are encoded (3177 clauses, 44288 bytes)
0.23/0.51	c 1	119 CSP clauses encoded
0.23/0.51	c 1	Writing map file : HOME/temp.map
0.23/0.52	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.52	c 1	SAT : 479 SAT variables, 3177 SAT clauses, 44288 bytes
0.23/0.52	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.53	c 1	OBJECTIVE minimize _COST
0.23/0.53	c 1	SOLVING HOME/temp.cnf
0.23/0.53	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.23/0.55	c 1	This is MiniSat 2.0 beta incremental
0.23/0.55	c 1	WARNING: for repeatability, setting FPU to use double precision
0.23/0.55	c 1	============================[ Problem Statistics ]=============================
0.23/0.55	c 1	|                                                                             |
0.23/0.55	c 1	|  Number of variables:  479                                                  |
0.23/0.55	c 1	|  Number of clauses:    3177                                                 |
0.23/0.55	c 1	|  Parsing time:         0.00         s                                       |
0.23/0.55	c 1	OK
0.23/0.55	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.23/0.55	c 1	SEARCHING: _COST <= 20
0.23/0.55	c 1	============================[ Search Statistics ]==============================
0.23/0.55	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.23/0.55	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.23/0.55	c 1	===============================================================================
0.23/0.55	c 1	|         0 |     479     3177     8634 |     1059        0    nan |  0.000 % |
0.23/0.55	c 1	===============================================================================
0.23/0.55	c 1	restarts              : 1
0.23/0.55	c 1	conflicts             : 0             (0 /sec)
0.23/0.55	c 1	decisions             : 42            (0.00 % random) (42042 /sec)
0.23/0.55	c 1	propagations          : 479            (479479 /sec)
0.23/0.55	c 1	conflict literals     : 0              ( nan % deleted)
0.23/0.55	c 1	Memory used           : 1.92 MB
0.23/0.55	c 1	CPU time              : 0.000999 s
0.23/0.55	c 1	
0.23/0.55	c 1	SATISFIABLE
0.23/0.55	c 1	OK
0.23/0.55	c 1	FOUND: _COST <= 20
0.23/0.55	s SATISFIABLE
0.23/0.55	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.23/0.55	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'
0.52/0.62	c 1	Decoding HOME/temp.out
0.52/0.64	c 1	OBJECTIVE _COST 20
0.52/0.64	o 20
0.52/0.65	v 1 0 1 1 0 1 1 0 1 0 1 1 1 0 1 0 1 1 0 1 0 1 1 1 0 0 0 1 1 1 1 0 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
0.52/0.65	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.71	c 1	OK
0.52/0.71	c 1	OBJECTIVE BOUND: 0 <= _COST <= 20
0.52/0.71	c 1	SEARCHING: _COST <= 10
0.52/0.71	c 1	============================[ Search Statistics ]==============================
0.52/0.71	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.52/0.71	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.52/0.71	c 1	===============================================================================
0.52/0.71	c 1	|         0 |     479     3177     8634 |     1059        0    nan |  0.000 % |
0.52/0.71	c 1	===============================================================================
0.52/0.71	c 1	restarts              : 2
0.52/0.71	c 1	conflicts             : 0             (0 /sec)
0.52/0.71	c 1	decisions             : 74            (0.00 % random) (74074 /sec)
0.52/0.71	c 1	propagations          : 958            (958959 /sec)
0.52/0.71	c 1	conflict literals     : 0              ( nan % deleted)
0.52/0.71	c 1	Memory used           : 1.92 MB
0.52/0.71	c 1	CPU time              : 0.000999 s
0.52/0.71	c 1	
0.52/0.71	c 1	SATISFIABLE
0.52/0.71	c 1	OK
0.52/0.71	c 1	FOUND: _COST <= 10
0.52/0.71	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.52/0.71	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'
0.52/0.78	c 1	Decoding HOME/temp.out
0.63/0.80	c 1	OBJECTIVE _COST 10
0.63/0.80	o 10
0.63/0.80	v 1 1 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 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
0.63/0.81	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.63/0.86	c 1	OK
0.63/0.86	c 1	OBJECTIVE BOUND: 0 <= _COST <= 10
0.63/0.86	c 1	SEARCHING: _COST <= 5
0.63/0.86	c 1	============================[ Search Statistics ]==============================
0.63/0.86	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.63/0.86	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.63/0.86	c 1	===============================================================================
0.63/0.86	c 1	|         0 |     359     3177     8634 |     1059        0    nan |  0.000 % |
0.63/0.86	c 1	===============================================================================
0.63/0.86	c 1	restarts              : 3
0.63/0.86	c 1	conflicts             : 0             (0 /sec)
0.63/0.86	c 1	decisions             : 101           (0.00 % random) (101101 /sec)
0.63/0.86	c 1	propagations          : 1317           (1318318 /sec)
0.63/0.86	c 1	conflict literals     : 0              ( nan % deleted)
0.63/0.86	c 1	Memory used           : 1.92 MB
0.63/0.86	c 1	CPU time              : 0.000999 s
0.63/0.86	c 1	
0.63/0.86	c 1	SATISFIABLE
0.63/0.86	c 1	OK
0.63/0.86	c 1	FOUND: _COST <= 5
0.63/0.86	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.63/0.86	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'
0.76/0.93	c 1	Decoding HOME/temp.out
0.76/0.95	c 1	OBJECTIVE _COST 5
0.76/0.95	o 5
0.76/0.96	v 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
0.76/0.96	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.76/0.96	c 1	OK
0.76/0.96	c 1	OBJECTIVE BOUND: 0 <= _COST <= 5
0.76/0.96	c 1	SEARCHING: _COST <= 2
0.76/0.96	c 1	============================[ Search Statistics ]==============================
0.76/0.96	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.76/0.96	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.76/0.96	c 1	===============================================================================
0.76/0.96	c 1	|         0 |     289     3177     8634 |     1059        0    nan |  0.000 % |
0.76/0.96	c 1	===============================================================================
0.76/0.96	c 1	restarts              : 4
0.76/0.96	c 1	conflicts             : 4             (4004 /sec)
0.76/0.96	c 1	decisions             : 129           (0.00 % random) (129129 /sec)
0.76/0.96	c 1	propagations          : 1630           (1631632 /sec)
0.76/0.96	c 1	conflict literals     : 41             (0.00 % deleted)
0.76/0.96	c 1	Memory used           : 1.92 MB
0.76/0.96	c 1	CPU time              : 0.000999 s
0.76/0.96	c 1	
0.76/0.96	c 1	SATISFIABLE
0.76/0.96	c 1	OK
0.76/0.96	c 1	FOUND: _COST <= 2
0.76/0.96	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.76/0.96	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'
0.90/1.03	c 1	Decoding HOME/temp.out
0.90/1.06	c 1	OBJECTIVE _COST 2
0.90/1.06	o 2
0.90/1.06	v 1 1 0 1 0 1 1 1 0 1 1 0 0 0 0 1 1 0 0 1 1 1 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1
0.90/1.06	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.12	c 1	OK
0.99/1.12	c 1	OBJECTIVE BOUND: 0 <= _COST <= 2
0.99/1.12	c 1	SEARCHING: _COST <= 1
0.99/1.12	c 1	============================[ Search Statistics ]==============================
0.99/1.12	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/1.12	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/1.12	c 1	===============================================================================
0.99/1.12	c 1	|         4 |     239     3177     8634 |     1059        4     10 |  0.000 % |
0.99/1.12	c 1	===============================================================================
0.99/1.12	c 1	restarts              : 5
0.99/1.12	c 1	conflicts             : 8             (8008 /sec)
0.99/1.12	c 1	decisions             : 164           (0.00 % random) (164164 /sec)
0.99/1.12	c 1	propagations          : 1904           (1905906 /sec)
0.99/1.12	c 1	conflict literals     : 67             (0.00 % deleted)
0.99/1.12	c 1	Memory used           : 1.92 MB
0.99/1.12	c 1	CPU time              : 0.000999 s
0.99/1.12	c 1	
0.99/1.12	c 1	SATISFIABLE
0.99/1.12	c 1	OK
0.99/1.12	c 1	FOUND: _COST <= 1
0.99/1.12	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.99/1.12	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'
0.99/1.19	c 1	Decoding HOME/temp.out
1.00/1.21	c 1	OBJECTIVE _COST 1
1.00/1.21	o 1
1.00/1.21	v 0 0 0 1 0 1 0 1 1 0 1 1 0 1 1 0 1 1 1 0 1 1 1 0 1 0 1 0 1 1 0 1 1 0 1 1 1 1 0 1 0 1 1 1 1 1 1 0 0 1 0 0 0 1 0 1 1 1 1 1
1.00/1.22	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.27	c 2	OK
1.00/1.27	c 2	OBJECTIVE BOUND: 0 <= _COST <= 1
1.00/1.27	c 2	SEARCHING: _COST <= 0
1.00/1.27	c 2	============================[ Search Statistics ]==============================
1.00/1.27	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.00/1.27	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.00/1.27	c 2	===============================================================================
1.00/1.27	c 2	|         8 |     180     3177     8634 |     1059        8      8 |  0.000 % |
1.00/1.27	c 2	|       108 |     142     3177     8634 |     1164      108     14 | 70.807 % |
1.00/1.27	c 2	===============================================================================
1.00/1.27	c 2	restarts              : 7
1.00/1.27	c 2	conflicts             : 179           (59687 /sec)
1.00/1.27	c 2	decisions             : 581           (0.69 % random) (193731 /sec)
1.00/1.27	c 2	propagations          : 3908           (1303101 /sec)
1.00/1.27	c 2	conflict literals     : 2638           (0.68 % deleted)
1.00/1.27	c 2	Memory used           : 1.92 MB
1.00/1.27	c 2	CPU time              : 0.002999 s
1.00/1.27	c 2	
1.00/1.27	c 2	UNSATISFIABLE
1.00/1.27	c 2	OK
1.00/1.27	c 2	NOT FOUND: _COST <= 0
1.00/1.27	c 2	OK
1.00/1.27	c 2	OBJECTIVE _COST 1
1.00/1.27	s OPTIMUM FOUND
1.00/1.27	c 2	CPU 0.93 (0.05 0.02 0.88 0.18)
1.00/1.27	c 2	END Fri Jul 11 20:03:54 2008

Verifier Data (download as text)

OK	1	39
1 unsatisfied constraints, 39 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-1109191-1215799432/watcher-1109191-1215799432 -o /tmp/evaluation-result-1109191-1215799432/solver-1109191-1215799432 -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-1109191-1215799432.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: 1.00 1.00 1.00 3/64 13013
/proc/meminfo: memFree=1959608/2055920 swapFree=4181040/4192956
[pid=13013] ppid=13011 vsize=12268 CPUtime=0
/proc/13013/stat : 13013 (sugar++) R 13011 13013 12664 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 36642653 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 259415308901 0 0 4224 0 0 0 0 17 0 0 0
/proc/13013/statm: 3067 316 241 3 0 167 0

[startup+0.0648321 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13013
/proc/meminfo: memFree=1959608/2055920 swapFree=4181040/4192956
[pid=13013] ppid=13011 vsize=13468 CPUtime=0.03
/proc/13013/stat : 13013 (sugar++) R 13011 13013 12664 0 -1 4194304 753 0 0 0 2 1 0 0 18 0 1 0 36642653 13791232 721 996147200 4194304 4206940 548682068528 18446744073709551615 259415308901 0 0 4224 0 0 0 0 17 0 0 0
/proc/13013/statm: 3367 721 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101836 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13013
/proc/meminfo: memFree=1959608/2055920 swapFree=4181040/4192956
[pid=13013] ppid=13011 vsize=16080 CPUtime=0.04
/proc/13013/stat : 13013 (sugar++) R 13011 13013 12664 0 -1 4194304 927 0 0 0 3 1 0 0 18 0 1 0 36642653 16465920 895 996147200 4194304 4206940 548682068528 18446744073709551615 259414987489 0 0 4224 0 0 0 0 17 0 0 0
/proc/13013/statm: 4020 895 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.301864 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13013
/proc/meminfo: memFree=1959608/2055920 swapFree=4181040/4192956
[pid=13013] ppid=13011 vsize=16740 CPUtime=0.22
/proc/13013/stat : 13013 (sugar++) S 13011 13013 12664 0 -1 4194304 1279 4097 0 1 5 1 13 3 17 0 1 0 36642653 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13013/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 16740

[startup+0.701906 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13013
/proc/meminfo: memFree=1959608/2055920 swapFree=4181040/4192956
[pid=13013] ppid=13011 vsize=16740 CPUtime=0.52
/proc/13013/stat : 13013 (sugar++) S 13011 13013 12664 0 -1 4194304 1526 9386 2 2 5 2 39 6 15 0 1 0 36642653 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13013/statm: 4185 1114 414 3 0 764 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16740

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

[startup+1.107 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 13072
/proc/meminfo: memFree=1953192/2055920 swapFree=4181040/4192956
[pid=13013] ppid=13011 vsize=16740 CPUtime=0.88
/proc/13013/stat : 13013 (sugar++) S 13011 13013 12664 0 -1 4194304 1733 20536 2 5 5 2 68 13 16 0 1 0 36642653 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13013/statm: 4185 1114 414 3 0 764 0
[pid=13036] ppid=13013 vsize=1960 CPUtime=0
/proc/13036/stat : 13036 (minisat-inc) S 13013 13013 12664 0 -1 4194304 209 0 0 0 0 0 0 0 16 0 1 0 36642708 2007040 148 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13036/statm: 490 148 78 151 0 336 0
[pid=13067] ppid=13013 vsize=5356 CPUtime=0
/proc/13067/stat : 13067 (sh) S 13013 13013 12664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36642749 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13067/statm: 1339 233 193 169 0 50 0
[pid=13068] ppid=13067 vsize=196828 CPUtime=0.11
/proc/13068/stat : 13068 (java) S 13067 13013 12664 0 -1 0 3429 0 1 0 9 2 0 0 18 0 9 0 36642750 201551872 2899 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13068/statm: 49207 2899 1684 9 0 43782 0
[pid=13068/tid=13069] ppid=13067 vsize=196828 CPUtime=0.08
/proc/13068/task/13069/stat : 13069 (java) S 13067 13013 12664 0 -1 64 2456 0 1 0 7 1 0 0 17 0 9 0 36642751 201551872 2899 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13068/tid=13070] ppid=13067 vsize=196828 CPUtime=0
/proc/13068/task/13070/stat : 13070 (java) S 13067 13013 12664 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 36642752 201551872 2899 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13068/tid=13071] ppid=13067 vsize=196828 CPUtime=0
/proc/13068/task/13071/stat : 13071 (java) S 13067 13013 12664 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 36642752 201551872 2899 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13068/tid=13072] ppid=13067 vsize=196828 CPUtime=0
/proc/13068/task/13072/stat : 13072 (java) S 13067 13013 12664 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 36642752 201551872 2899 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 220884

[startup+1.20196 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 13072
/proc/meminfo: memFree=1953192/2055920 swapFree=4181040/4192956
[pid=13013] ppid=13011 vsize=16740 CPUtime=1
/proc/13013/stat : 13013 (sugar++) S 13011 13013 12664 0 -1 4194304 1800 24257 2 6 5 2 78 15 15 0 1 0 36642653 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13013/statm: 4185 1114 414 3 0 764 0
[pid=13036] ppid=13013 vsize=1960 CPUtime=0
/proc/13036/stat : 13036 (minisat-inc) S 13013 13013 12664 0 -1 4194304 211 0 0 0 0 0 0 0 16 0 1 0 36642708 2007040 148 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13036/statm: 490 148 78 151 0 336 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 18700

Child status: 0
Real time (s): 1.28069
CPU time (s): 1.15382
CPU user time (s): 0.942856
CPU system time (s): 0.210967
CPU usage (%): 90.0941
Max. virtual memory (cumulated for all children) (KiB): 220884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.942856
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30089
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1281
involuntary context switches= 700

runsolver used 0.006998 second user time and 0.010998 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-11 20:03:52
IDJOB=1109191
IDBENCH=60929
IDSOLVER=367
FILE ID=node42/1109191-1215799432
PBS_JOBID= 7903203
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pret/normalized-pret-60-25_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-1109191-1215799432/watcher-1109191-1215799432 -o /tmp/evaluation-result-1109191-1215799432/solver-1109191-1215799432 -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-1109191-1215799432.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b9314d7ad9005a0355a4e401b24bfd41
RANDOM SEED=1913591919

node42.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1960152 kB
Buffers:          4548 kB
Cached:          34896 kB
SwapCached:       5572 kB
Active:          38096 kB
Inactive:         9140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1960152 kB
SwapTotal:     4192956 kB
SwapFree:      4181040 kB
Dirty:             828 kB
Writeback:           0 kB
Mapped:          13676 kB
Slab:            34540 kB
Committed_AS:   106916 kB
PageTables:       1452 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= 66496 MiB
End job on node42 at 2008-07-11 20:03:54