Trace number 1091718

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 13.7459 13.904

General information on the benchmark

Namecsp/bibd10-11/
normalized-bibd-10-90-27-3-6_glb.xml
MD5SUM0ef8f4d1285cccb1993534d8625f17ad
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.508922
Satisfiable
(Un)Satisfiability was proved
Number of variables4950
Number of constraints4195
Maximum constraint arity90
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4050
Global constraints used (with number of constraints)weightedsum(145)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 14:50:40 2008
0.00/0.04	c 0	PID 19779
0.00/0.05	c 0	HOST node59.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091718-1215262240.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1091718-1215262240.xml' 'HOME/temp.csp'
0.03/0.80	c 1	1 domains, 4950 variables, 1 predicates, 0 relations, 4195 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.78/0.92	c 1	Parsing HOME/temp.csp
1.31/1.47	c 1	parsed 9147 expressions
1.42/1.76	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.42/1.76	c 1	Converting to clausal form CSP
1.42/1.76	c 1	converted 915 (10%) expressions
1.42/1.76	c 1	converted 1830 (20%) expressions
1.42/1.76	c 1	converted 2745 (30%) expressions
1.42/1.76	c 1	converted 3659 (40%) expressions
1.42/1.76	c 1	converted 4574 (50%) expressions
1.81/1.93	c 2	converted 5489 (60%) expressions
2.11/2.23	c 2	converted 6403 (70%) expressions
2.41/2.54	c 2	converted 7318 (80%) expressions
2.60/2.77	c 3	converted 8233 (90%) expressions
3.80/3.95	c 4	converted 9147 (100%) expressions
3.80/3.96	c 4	CSP : 22730 integers, 8100 booleans, 60150 clauses, largest domain size 46
3.80/3.96	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.80/3.96	c 4	Propagation in CSP
4.19/4.30	c 4	8730 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.19/4.30	c 4	CSP : 22730 integers, 8100 booleans, 60150 clauses, largest domain size 46
4.19/4.31	c 4	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.19/4.33	c 4	Simplifing CSP by introducing new Boolean variables
4.19/4.36	c 4	CSP : 22730 integers, 8100 booleans, 60150 clauses, largest domain size 46
4.19/4.36	c 4	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.39/4.58	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.49/4.61	c 4	2273 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.49/4.62	c 4	4546 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.49/4.62	c 4	6819 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.49/4.62	c 4	9092 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.49/4.63	c 4	11365 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.49/4.64	c 4	13638 (60%) CSP integer variables are encoded (2609 clauses, 39199 bytes)
4.49/4.65	c 4	15911 (70%) CSP integer variables are encoded (11887 clauses, 178369 bytes)
4.49/4.66	c 4	18184 (80%) CSP integer variables are encoded (20189 clauses, 302899 bytes)
4.49/4.68	c 4	20457 (90%) CSP integer variables are encoded (28497 clauses, 427519 bytes)
4.49/4.69	c 4	22730 (100%) CSP integer variables are encoded (36810 clauses, 552214 bytes)
4.60/4.78	c 5	6015 (10%) CSP clauses are encoded (42825 clauses, 639519 bytes)
4.69/4.82	c 5	12030 (20%) CSP clauses are encoded (48840 clauses, 728578 bytes)
4.69/4.86	c 5	18045 (30%) CSP clauses are encoded (54855 clauses, 818802 bytes)
4.80/4.90	c 5	24060 (40%) CSP clauses are encoded (60870 clauses, 909028 bytes)
4.80/4.94	c 5	30075 (50%) CSP clauses are encoded (66885 clauses, 1003116 bytes)
4.80/4.98	c 5	36090 (60%) CSP clauses are encoded (72900 clauses, 1098154 bytes)
5.50/5.68	c 5	42105 (70%) CSP clauses are encoded (137499 clauses, 2405054 bytes)
5.79/5.96	c 6	48120 (80%) CSP clauses are encoded (265906 clauses, 4942648 bytes)
6.09/6.21	c 6	54135 (90%) CSP clauses are encoded (378163 clauses, 7150633 bytes)
6.29/6.46	c 6	60150 (100%) CSP clauses are encoded (490420 clauses, 9358616 bytes)
6.29/6.46	c 6	60150 CSP clauses encoded
6.29/6.46	c 6	Writing map file : HOME/temp.map
6.39/6.53	c 6	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.39/6.53	c 6	SAT : 67640 SAT variables, 490420 SAT clauses, 9358616 bytes
6.39/6.53	c 6	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.39/6.56	c 6	SOLVING HOME/temp.cnf
6.39/6.56	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.39/6.57	c 6	This is MiniSat 2.0 beta
6.39/6.57	c 6	WARNING: for repeatability, setting FPU to use double precision
6.39/6.57	c 6	============================[ Problem Statistics ]=============================
6.39/6.57	c 6	|                                                                             |
6.39/6.57	c 6	|  Number of variables:  67640                                                |
6.39/6.57	c 6	|  Number of clauses:    490420                                               |
6.67/6.85	c 7	|  Parsing time:         0.25         s                                       |
6.67/6.86	c 7	============================[ Search Statistics ]==============================
6.67/6.86	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.67/6.86	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.67/6.86	c 7	===============================================================================
6.67/6.86	c 7	|         0 |   67640   490420  1351370 |   163473        0    nan |  0.000 % |
6.67/6.88	c 7	|       100 |   67640   490420  1351370 |   179820      100     34 |  0.000 % |
6.78/6.95	c 7	|       250 |   67640   490420  1351370 |   197802      250     32 |  0.000 % |
6.87/7.08	c 7	|       475 |   67640   490420  1351370 |   217583      475     28 |  0.000 % |
7.46/7.63	c 7	|       813 |   67640   490420  1351370 |   239341      813     27 |  0.000 % |
8.26/8.42	c 8	|      1320 |   67640   490420  1351370 |   263275     1320     21 |  0.000 % |
9.36/9.58	c 9	|      2079 |   67640   490420  1351370 |   289602     2079     23 |  0.000 % |
11.55/11.71	c 12	|      3218 |   67640   490420  1351370 |   318563     3218     27 |  0.000 % |
12.55/12.79	c 13	|      4926 |   67640   490420  1351370 |   350419     4926     34 |  0.000 % |
12.94/13.17	c 13	===============================================================================
12.94/13.18	c 13	restarts              : 9
12.94/13.18	c 13	conflicts             : 5233           (801 /sec)
12.94/13.18	c 13	decisions             : 56830          (1.02 % random) (8695 /sec)
12.94/13.18	c 13	propagations          : 9986942        (1527988 /sec)
12.94/13.18	c 13	conflict literals     : 177218         (9.40 % deleted)
12.94/13.18	c 13	Memory used           : 28.52 MB
12.94/13.18	c 13	CPU time              : 6.53601 s
12.94/13.18	c 13	
13.04/13.21	c 13	SATISFIABLE
13.04/13.21	c 13	DECODING HOME/temp.out WITH HOME/temp.map
13.04/13.21	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.04/13.29	c 13	Decoding HOME/temp.out
13.53/13.73	s SATISFIABLE
13.63/13.87	v 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 1 0 0 0 0 1 0 1 1 0 1 0 1 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 0 1 0 1 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 0 0 0 1 0 1 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 1 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 1 1 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 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 1 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 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 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 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 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 1 0 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 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 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 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 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 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 1 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 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 0 0 0 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 1 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 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 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 0 0 0 0 1 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 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 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 0 0 0 0 0 1 0 0 0 0 0 0 1 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 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 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 0 0 0 0 0 0 0 0 1 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 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 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 1 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 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 1 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 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 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 1 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 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 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 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 0 0 0 0 0 0 0 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 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 1 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 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 1 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 1 0 0 1 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 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 1 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 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 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 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 1 0 0 0 0 0 0 0 1 0 1 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 1 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 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 1 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 1 0 0 0 0 0 0 0 1 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 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 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 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 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 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 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 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 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 0 1 0 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 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 1 0 0 0 1 0 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 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 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 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 1 0 0 0 0 0 0 0 1 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 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 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 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 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 1 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 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 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 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 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 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 0 0 1 0 1 0 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 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 0 0 1 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 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 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 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 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 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 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 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 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 0 1 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 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 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 1 0 0 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 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 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 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 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 1 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 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 1 0 0 0 1 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 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 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 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 1 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 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 1 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 1 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
13.63/13.87	c 14	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.72/13.90	c 14	CPU 13.36 (0.06 0.04 13.3 0.32)
13.72/13.90	c 14	END Sat Jul  5 14:50:54 2008

Verifier Data (download as text)

OK

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-1091718-1215262240/watcher-1091718-1215262240 -o /tmp/evaluation-result-1091718-1215262240/solver-1091718-1215262240 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1091718-1215262240.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.15 2.03 2.01 4/81 19779
/proc/meminfo: memFree=1706296/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=12000 CPUtime=0
/proc/19779/stat : 19779 (sugar) R 19777 19779 17952 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 2005195358 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 217072071307 0 0 4224 0 0 0 0 17 1 0 0
/proc/19779/statm: 3000 169 130 3 0 100 0

[startup+0.101064 s]
/proc/loadavg: 2.15 2.03 2.01 4/81 19779
/proc/meminfo: memFree=1706296/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=0.03
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005195358 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201084 s]
/proc/loadavg: 2.15 2.03 2.01 4/81 19779
/proc/meminfo: memFree=1706296/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=0.03
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005195358 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301103 s]
/proc/loadavg: 2.15 2.03 2.01 4/81 19779
/proc/meminfo: memFree=1706296/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=0.03
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005195358 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701182 s]
/proc/loadavg: 2.15 2.03 2.01 4/81 19779
/proc/meminfo: memFree=1706296/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=0.03
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005195358 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 2.15 2.03 2.01 5/92 19801
/proc/meminfo: memFree=1698656/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=0.78
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 974 7878 0 1 3 0 69 6 16 0 1 0 2005195358 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 797 370 3 0 500 0
[pid=19792] ppid=19779 vsize=5356 CPUtime=0
/proc/19792/stat : 19792 (sh) S 19779 19779 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005195442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19792/statm: 1339 233 193 169 0 50 0
[pid=19793] ppid=19792 vsize=864340 CPUtime=0.64
/proc/19793/stat : 19793 (java) S 19792 19779 17952 0 -1 0 4615 0 1 0 61 3 0 0 18 0 9 0 2005195443 885084160 4043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19793/statm: 216085 4043 1719 9 0 210660 0
[pid=19793/tid=19794] ppid=19792 vsize=864340 CPUtime=0.49
/proc/19793/task/19794/stat : 19794 (java) R 19792 19779 17952 0 -1 64 2646 0 1 0 48 1 0 0 18 0 9 0 2005195444 885084160 4043 996147200 134512640 134550740 4294955952 18446744073709551615 4125958798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19795] ppid=19792 vsize=864340 CPUtime=0.04
/proc/19793/task/19795/stat : 19795 (java) S 19792 19779 17952 0 -1 64 937 0 0 0 4 0 0 0 16 0 9 0 2005195445 885084160 4043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19796] ppid=19792 vsize=864340 CPUtime=0
/proc/19793/task/19796/stat : 19796 (java) S 19792 19779 17952 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2005195445 885084160 4043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19797] ppid=19792 vsize=864340 CPUtime=0
/proc/19793/task/19797/stat : 19797 (java) S 19792 19779 17952 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005195445 885084160 4043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19798] ppid=19792 vsize=864340 CPUtime=0
/proc/19793/task/19798/stat : 19798 (java) S 19792 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005195447 885084160 4043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19799] ppid=19792 vsize=864340 CPUtime=0.07
/proc/19793/task/19799/stat : 19799 (java) S 19792 19779 17952 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 2005195447 885084160 4043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19800] ppid=19792 vsize=864340 CPUtime=0
/proc/19793/task/19800/stat : 19800 (java) S 19792 19779 17952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005195447 885084160 4043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19801] ppid=19792 vsize=864340 CPUtime=0
/proc/19793/task/19801/stat : 19801 (java) S 19792 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005195447 885084160 4043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883296

[startup+3.10245 s]
/proc/loadavg: 2.15 2.03 2.01 4/92 19801
/proc/meminfo: memFree=1679328/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=0.78
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 974 7878 0 1 3 0 69 6 15 0 1 0 2005195358 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 797 370 3 0 500 0
[pid=19792] ppid=19779 vsize=5356 CPUtime=0
/proc/19792/stat : 19792 (sh) S 19779 19779 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005195442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19792/statm: 1339 233 193 169 0 50 0
[pid=19793] ppid=19792 vsize=868404 CPUtime=2.23
/proc/19793/stat : 19793 (java) S 19792 19779 17952 0 -1 0 12217 0 1 0 216 7 0 0 18 0 9 0 2005195443 889245696 11233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19793/statm: 217101 11233 2540 9 0 211676 0
[pid=19793/tid=19794] ppid=19792 vsize=868404 CPUtime=1.38
/proc/19793/task/19794/stat : 19794 (java) R 19792 19779 17952 0 -1 64 2989 0 1 0 137 1 0 0 25 0 9 0 2005195444 889245696 11233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19795] ppid=19792 vsize=868404 CPUtime=0.61
/proc/19793/task/19795/stat : 19795 (java) R 19792 19779 17952 0 -1 64 7088 0 0 0 57 4 0 0 15 0 9 0 2005195445 889245696 11233 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19796] ppid=19792 vsize=868404 CPUtime=0
/proc/19793/task/19796/stat : 19796 (java) S 19792 19779 17952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2005195445 889245696 11233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19797] ppid=19792 vsize=868404 CPUtime=0
/proc/19793/task/19797/stat : 19797 (java) S 19792 19779 17952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005195445 889245696 11233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19798] ppid=19792 vsize=868404 CPUtime=0
/proc/19793/task/19798/stat : 19798 (java) S 19792 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005195447 889245696 11233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19799] ppid=19792 vsize=868404 CPUtime=0.21
/proc/19793/task/19799/stat : 19799 (java) S 19792 19779 17952 0 -1 64 1447 0 0 0 21 0 0 0 16 0 9 0 2005195447 889245696 11233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19800] ppid=19792 vsize=868404 CPUtime=0
/proc/19793/task/19800/stat : 19800 (java) S 19792 19779 17952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005195447 889245696 11233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19801] ppid=19792 vsize=868404 CPUtime=0
/proc/19793/task/19801/stat : 19801 (java) S 19792 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005195447 889245696 11233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887360

[startup+6.30206 s]
/proc/loadavg: 2.21 2.05 2.01 3/92 19801
/proc/meminfo: memFree=1650656/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=0.79
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 974 7878 0 1 4 0 69 6 15 0 1 0 2005195358 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 797 370 3 0 500 0
[pid=19792] ppid=19779 vsize=5356 CPUtime=0
/proc/19792/stat : 19792 (sh) S 19779 19779 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005195442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19792/statm: 1339 233 193 169 0 50 0
[pid=19793] ppid=19792 vsize=868516 CPUtime=5.41
/proc/19793/stat : 19793 (java) S 19792 19779 17952 0 -1 0 16891 0 1 0 527 14 0 0 18 0 9 0 2005195443 889360384 15110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19793/statm: 217129 15110 2565 9 0 211676 0
[pid=19793/tid=19794] ppid=19792 vsize=868516 CPUtime=3.83
/proc/19793/task/19794/stat : 19794 (java) R 19792 19779 17952 0 -1 64 3423 0 1 0 377 6 0 0 25 0 9 0 2005195444 889360384 15110 996147200 134512640 134550740 4294955952 18446744073709551615 4126477278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19795] ppid=19792 vsize=868516 CPUtime=1.24
/proc/19793/task/19795/stat : 19795 (java) S 19792 19779 17952 0 -1 64 11273 0 0 0 119 5 0 0 16 0 9 0 2005195445 889360384 15110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19796] ppid=19792 vsize=868516 CPUtime=0
/proc/19793/task/19796/stat : 19796 (java) S 19792 19779 17952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2005195445 889360384 15110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19797] ppid=19792 vsize=868516 CPUtime=0
/proc/19793/task/19797/stat : 19797 (java) S 19792 19779 17952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005195445 889360384 15110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19798] ppid=19792 vsize=868516 CPUtime=0
/proc/19793/task/19798/stat : 19798 (java) S 19792 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005195447 889360384 15110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19799] ppid=19792 vsize=868516 CPUtime=0.3
/proc/19793/task/19799/stat : 19799 (java) S 19792 19779 17952 0 -1 64 1502 0 0 0 30 0 0 0 16 0 9 0 2005195447 889360384 15110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19800] ppid=19792 vsize=868516 CPUtime=0
/proc/19793/task/19800/stat : 19800 (java) S 19792 19779 17952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005195447 889360384 15110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19793/tid=19801] ppid=19792 vsize=868516 CPUtime=0
/proc/19793/task/19801/stat : 19801 (java) S 19792 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005195447 889360384 15110 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887472

[startup+12.7023 s]
/proc/loadavg: 2.20 2.05 2.01 3/84 19803
/proc/meminfo: memFree=1667744/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=6.45
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 1033 25100 0 2 4 1 618 22 16 0 1 0 2005195358 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 799 370 3 0 500 0
[pid=19802] ppid=19779 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (sh) S 19779 19779 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005196015 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 232 193 169 0 50 0
[pid=19803] ppid=19802 vsize=28884 CPUtime=6.1
/proc/19803/stat : 19803 (minisat) R 19802 19779 17952 0 -1 4194304 6748 0 0 0 606 4 0 0 25 0 1 0 2005196015 29577216 6734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 7221 6734 76 150 0 7068 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 47840

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

[startup+13.0023 s]
/proc/loadavg: 2.20 2.05 2.01 3/84 19803
/proc/meminfo: memFree=1667744/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=6.45
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 1033 25100 0 2 4 1 618 22 16 0 1 0 2005195358 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 799 370 3 0 500 0
[pid=19802] ppid=19779 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (sh) S 19779 19779 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005196015 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19802/statm: 1339 232 193 169 0 50 0
[pid=19803] ppid=19802 vsize=29016 CPUtime=6.4
/proc/19803/stat : 19803 (minisat) R 19802 19779 17952 0 -1 4194304 6770 0 0 0 636 4 0 0 25 0 1 0 2005196015 29712384 6756 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19803/statm: 7254 6756 76 150 0 7101 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 47972

[startup+13.4024 s]
/proc/loadavg: 2.20 2.05 2.01 4/92 19813
/proc/meminfo: memFree=1688544/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=13.06
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 1090 32202 0 2 4 1 1274 27 16 0 1 0 2005195358 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 799 370 3 0 500 0
[pid=19804] ppid=19779 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19779 19779 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005196680 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 233 193 169 0 50 0
[pid=19805] ppid=19804 vsize=863720 CPUtime=0.17
/proc/19805/stat : 19805 (java) S 19804 19779 17952 0 -1 0 3406 0 1 0 15 2 0 0 19 0 9 0 2005196680 884449280 2882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19805/statm: 215930 2882 1637 9 0 210512 0
[pid=19805/tid=19806] ppid=19804 vsize=863720 CPUtime=0.16
/proc/19805/task/19806/stat : 19806 (java) R 19804 19779 17952 0 -1 64 2434 0 1 0 15 1 0 0 18 0 9 0 2005196681 884449280 2882 996147200 134512640 134550740 4294956000 18446744073709551615 102351137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19807] ppid=19804 vsize=863720 CPUtime=0
/proc/19805/task/19807/stat : 19807 (java) S 19804 19779 17952 0 -1 64 77 0 0 0 0 0 0 0 16 0 9 0 2005196682 884449280 2882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19808] ppid=19804 vsize=863720 CPUtime=0
/proc/19805/task/19808/stat : 19808 (java) S 19804 19779 17952 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005196682 884449280 2882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19809] ppid=19804 vsize=863720 CPUtime=0
/proc/19805/task/19809/stat : 19809 (java) S 19804 19779 17952 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005196682 884449280 2882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19810] ppid=19804 vsize=863720 CPUtime=0
/proc/19805/task/19810/stat : 19810 (java) S 19804 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005196684 884449280 2882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19811] ppid=19804 vsize=863720 CPUtime=0
/proc/19805/task/19811/stat : 19811 (java) R 19804 19779 17952 0 -1 64 203 0 0 0 0 0 0 0 19 0 9 0 2005196684 884449280 2882 996147200 134512640 134550740 4294956000 18446744073709551615 101583335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19812] ppid=19804 vsize=863720 CPUtime=0
/proc/19805/task/19812/stat : 19812 (java) S 19804 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005196684 884449280 2882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19813] ppid=19804 vsize=863720 CPUtime=0
/proc/19805/task/19813/stat : 19813 (java) S 19804 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 2005196684 884449280 2882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 882676

[startup+13.8025 s]
/proc/loadavg: 2.20 2.05 2.01 4/92 19813
/proc/meminfo: memFree=1688544/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=13.08
/proc/19779/stat : 19779 (sugar) S 19777 19779 17952 0 -1 4194304 1090 32202 0 2 5 2 1274 27 15 0 1 0 2005195358 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19779/statm: 3400 799 370 3 0 500 0
[pid=19804] ppid=19779 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19779 19779 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005196680 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 233 193 169 0 50 0
[pid=19805] ppid=19804 vsize=864040 CPUtime=0.55
/proc/19805/stat : 19805 (java) S 19804 19779 17952 0 -1 0 3782 0 1 0 53 2 0 0 19 0 9 0 2005196680 884776960 3251 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19805/statm: 216010 3251 1671 9 0 210592 0
[pid=19805/tid=19806] ppid=19804 vsize=864040 CPUtime=0.45
/proc/19805/task/19806/stat : 19806 (java) R 19804 19779 17952 0 -1 64 2476 0 1 0 43 2 0 0 21 0 9 0 2005196681 884776960 3251 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19807] ppid=19804 vsize=864040 CPUtime=0.01
/proc/19805/task/19807/stat : 19807 (java) S 19804 19779 17952 0 -1 64 271 0 0 0 1 0 0 0 16 0 9 0 2005196682 884776960 3251 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19808] ppid=19804 vsize=864040 CPUtime=0
/proc/19805/task/19808/stat : 19808 (java) S 19804 19779 17952 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005196682 884776960 3251 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19809] ppid=19804 vsize=864040 CPUtime=0
/proc/19805/task/19809/stat : 19809 (java) S 19804 19779 17952 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005196682 884776960 3251 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19810] ppid=19804 vsize=864040 CPUtime=0
/proc/19805/task/19810/stat : 19810 (java) S 19804 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005196684 884776960 3251 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19811] ppid=19804 vsize=864040 CPUtime=0.08
/proc/19805/task/19811/stat : 19811 (java) R 19804 19779 17952 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 2005196684 884776960 3251 996147200 134512640 134550740 4294956000 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19812] ppid=19804 vsize=864040 CPUtime=0
/proc/19805/task/19812/stat : 19812 (java) S 19804 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005196684 884776960 3251 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19805/tid=19813] ppid=19804 vsize=864040 CPUtime=0
/proc/19805/task/19813/stat : 19813 (java) S 19804 19779 17952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005196684 884776960 3251 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.63
Current children cumulated vsize (KiB) 882996

[startup+13.9015 s]
/proc/loadavg: 2.20 2.05 2.01 4/92 19813
/proc/meminfo: memFree=1688544/2055920 swapFree=4180500/4192956
[pid=19779] ppid=19777 vsize=13600 CPUtime=13.72
/proc/19779/stat : 19779 (sugar) R 19777 19779 17952 0 -1 4194304 1123 36354 0 3 6 4 1330 32 15 0 1 0 2005195358 13926400 804 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19779/statm: 3400 804 371 3 0 500 0
Current children cumulated CPU time (s) 13.72
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 13.904
CPU time (s): 13.7459
CPU user time (s): 13.37
CPU system time (s): 0.375942
CPU usage (%): 98.8633
Max. virtual memory (cumulated for all children) (KiB): 888364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.37
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37507
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9480
involuntary context switches= 9501

runsolver used 0.028995 second user time and 0.041993 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 14:50:40
IDJOB=1091718
IDBENCH=58572
IDSOLVER=346
FILE ID=node59/1091718-1215262240
PBS_JOBID= 7882027
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibd10-11/normalized-bibd-10-90-27-3-6_glb.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091718-1215262240/watcher-1091718-1215262240 -o /tmp/evaluation-result-1091718-1215262240/solver-1091718-1215262240 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1091718-1215262240.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ef8f4d1285cccb1993534d8625f17ad
RANDOM SEED=129554593

node59.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	: 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.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:       1706776 kB
Buffers:         20116 kB
Cached:         196612 kB
SwapCached:       6176 kB
Active:         215176 kB
Inactive:        79844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706776 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            2436 kB
Writeback:           0 kB
Mapped:          94672 kB
Slab:            39124 kB
Committed_AS:  4218588 kB
PageTables:       2072 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= 66500 MiB
End job on node59 at 2008-07-05 14:50:54