Trace number 1093742

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 32.3641 32.7555

General information on the benchmark

Namecsp/bibd9/
normalized-bibd-9-96-32-3-8_glb.xml
MD5SUM183b89dc2fc58cfaeea36bd8c41eeb1a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.405937
Satisfiable
(Un)Satisfiability was proved
Number of variables4320
Number of constraints3597
Maximum constraint arity96
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3456
Global constraints used (with number of constraints)weightedsum(141)

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 15:53:21 2008
0.00/0.04	c 0	PID 20364
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1093742-1215266001.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-1093742-1215266001.xml' 'HOME/temp.csp'
0.03/0.95	c 1	1 domains, 4320 variables, 1 predicates, 0 relations, 3597 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.92/1.08	c 1	Parsing HOME/temp.csp
1.31/1.42	c 2	parsed 7919 expressions
1.31/1.42	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.42	c 2	Converting to clausal form CSP
1.31/1.46	c 2	converted 792 (10%) expressions
1.31/1.47	c 2	converted 1584 (20%) expressions
1.31/1.47	c 2	converted 2376 (30%) expressions
1.31/1.48	c 2	converted 3168 (40%) expressions
1.31/1.48	c 2	converted 3960 (50%) expressions
1.70/1.83	c 2	converted 4752 (60%) expressions
2.00/2.12	c 2	converted 5544 (70%) expressions
2.20/2.39	c 3	converted 6336 (80%) expressions
2.39/2.59	c 3	converted 7128 (90%) expressions
3.28/3.44	c 4	converted 7919 (100%) expressions
3.28/3.45	c 4	CSP : 19692 integers, 6912 booleans, 51762 clauses, largest domain size 49
3.28/3.45	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.45	c 4	Propagation in CSP
3.58/3.74	c 4	6624 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.58/3.75	c 4	CSP : 19692 integers, 6912 booleans, 51762 clauses, largest domain size 49
3.58/3.75	c 4	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.58/3.77	c 4	Simplifing CSP by introducing new Boolean variables
3.58/3.79	c 4	CSP : 19692 integers, 6912 booleans, 51762 clauses, largest domain size 49
3.58/3.79	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.78/3.98	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.87/4.02	c 4	1970 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.87/4.02	c 4	3939 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.87/4.02	c 4	5908 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.87/4.02	c 4	7877 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.87/4.03	c 4	9846 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.87/4.04	c 4	11816 (60%) CSP integer variables are encoded (2654 clauses, 39874 bytes)
3.87/4.05	c 4	13785 (70%) CSP integer variables are encoded (11021 clauses, 165379 bytes)
3.87/4.07	c 4	15754 (80%) CSP integer variables are encoded (18694 clauses, 280474 bytes)
3.87/4.08	c 4	17723 (90%) CSP integer variables are encoded (26197 clauses, 393019 bytes)
3.87/4.09	c 4	19692 (100%) CSP integer variables are encoded (33876 clauses, 508204 bytes)
3.97/4.18	c 4	5177 (10%) CSP clauses are encoded (39053 clauses, 583279 bytes)
4.07/4.21	c 4	10353 (20%) CSP clauses are encoded (44229 clauses, 659771 bytes)
4.07/4.25	c 5	15529 (30%) CSP clauses are encoded (49405 clauses, 737415 bytes)
4.07/4.28	c 5	20705 (40%) CSP clauses are encoded (54581 clauses, 815052 bytes)
4.17/4.32	c 5	25881 (50%) CSP clauses are encoded (59757 clauses, 892690 bytes)
4.17/4.35	c 5	31058 (60%) CSP clauses are encoded (64934 clauses, 972482 bytes)
4.47/4.69	c 5	36234 (70%) CSP clauses are encoded (124904 clauses, 2180388 bytes)
4.76/4.94	c 5	41410 (80%) CSP clauses are encoded (244988 clauses, 4563074 bytes)
4.96/5.19	c 5	46586 (90%) CSP clauses are encoded (352100 clauses, 6681482 bytes)
5.26/5.42	c 6	51762 (100%) CSP clauses are encoded (459252 clauses, 8800702 bytes)
5.26/5.42	c 6	51762 CSP clauses encoded
5.26/5.42	c 6	Writing map file : HOME/temp.map
5.26/5.48	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.26/5.48	c 6	SAT : 60480 SAT variables, 459252 SAT clauses, 8800702 bytes
5.26/5.48	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.26/5.50	c 6	SOLVING HOME/temp.cnf
5.26/5.50	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.38/5.50	c 6	This is MiniSat 2.0 beta
5.38/5.50	c 6	WARNING: for repeatability, setting FPU to use double precision
5.38/5.50	c 6	============================[ Problem Statistics ]=============================
5.38/5.50	c 6	|                                                                             |
5.38/5.51	c 6	|  Number of variables:  60480                                                |
5.38/5.51	c 6	|  Number of clauses:    459252                                               |
5.38/5.76	c 6	|  Parsing time:         0.23         s                                       |
5.38/5.77	c 6	============================[ Search Statistics ]==============================
5.38/5.77	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.38/5.77	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.38/5.77	c 6	===============================================================================
5.38/5.77	c 6	|         0 |   60480   459252  1260072 |   153084        0    nan |  0.000 % |
5.38/5.84	c 6	|       101 |   60480   459252  1260072 |   168392      101     23 |  0.000 % |
5.38/6.24	c 7	|       251 |   60480   459252  1260072 |   185231      251     18 |  0.000 % |
5.38/6.32	c 7	|       476 |   60480   459252  1260072 |   203754      476     12 |  0.000 % |
6.65/6.80	c 7	|       814 |   60480   459252  1260072 |   224130      814     12 |  0.000 % |
7.24/7.40	c 8	|      1320 |   60480   459252  1260072 |   246543     1320     13 |  0.000 % |
8.93/9.18	c 9	|      2079 |   60480   459252  1260072 |   271197     2079     13 |  0.000 % |
9.52/9.78	c 10	|      3219 |   60480   459252  1260072 |   298317     3219     29 |  0.000 % |
10.51/10.75	c 11	|      4927 |   60480   459252  1260072 |   328149     4927     44 |  0.000 % |
11.90/12.11	c 12	|      7490 |   60480   459252  1260072 |   360964     7490     48 |  0.000 % |
13.09/13.37	c 14	|     11334 |   60480   459252  1260072 |   397060    11334     47 |  0.000 % |
17.15/17.43	c 18	|     17100 |   60480   459252  1260072 |   436766    17100     50 |  0.000 % |
19.82/20.17	c 20	|     25749 |   60480   459252  1260072 |   480443    25749     47 |  0.000 % |
30.22/30.64	c 31	|     38724 |   60480   459252  1260072 |   528487    38724     44 |  0.000 % |
31.80/32.23	c 32	===============================================================================
31.80/32.24	c 32	restarts              : 14
31.80/32.24	c 32	conflicts             : 40896          (1548 /sec)
31.80/32.24	c 32	decisions             : 222449         (1.04 % random) (8419 /sec)
31.80/32.24	c 32	propagations          : 40481269       (1532164 /sec)
31.80/32.24	c 32	conflict literals     : 1756669        (7.10 % deleted)
31.80/32.24	c 32	Memory used           : 33.03 MB
31.80/32.24	c 32	CPU time              : 26.421 s
31.80/32.24	c 32	
31.80/32.26	c 33	SATISFIABLE
31.80/32.27	c 33	DECODING HOME/temp.out WITH HOME/temp.map
31.80/32.27	c 33	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
31.88/32.35	c 33	Decoding HOME/temp.out
31.88/32.59	s SATISFIABLE
31.90/32.72	v 1 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 1 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 1 1 1 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 1 0 1 0 1 0 0 1 0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 0 1 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 1 0 1 0 0 0 1 1 0 0 1 0 0 1 1 1 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 1 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 1 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 1 0 1 1 1 0 0 1 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 1 1 0 1 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 1 1 1 0 0 0 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 1 0 1 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 0 1 1 1 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 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 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 1 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 1 0 0 0 0 0 0 0 0 0 0 1 0 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 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 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 1 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 1 0 0 0 0 0 0 0 0 0 0 1 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 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 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 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 1 0 1 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 1 0 0 0 0 0 0 0 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 1 0 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 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 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 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 1 0 0 0 0 0 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 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 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 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 0 0 0 0 0 0 1 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 1 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 1 0 0 0 1 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 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 1 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 0 0 0 0 0 1 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 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 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 1 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 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 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 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 1 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 1 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 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 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 1 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 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 1 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 1 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 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 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 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 1 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 0 0 0 0 0 0 0 0 0 1 0 0 0 1 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 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 1 0 0 0 0 1 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 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 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 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 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 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 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 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 1 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 0 0 0 0 1 0 0 0 0 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 0 0 0 0 0 0 0 0 0 1 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 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 1 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 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 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 1 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 1 0 0 0 1 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 1 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 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 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 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 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 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 1 1 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 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 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 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 0 0 0 0 0 1 1 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 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 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 1 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 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 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 1 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 1 1 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 1 0 0 0 0 0 1
31.90/32.72	c 33	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
31.90/32.75	c 33	CPU 31.94 (0.05 0.02 31.89 0.38)
31.90/32.75	c 33	END Sat Jul  5 15:53: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-1093742-1215266001/watcher-1093742-1215266001 -o /tmp/evaluation-result-1093742-1215266001/solver-1093742-1215266001 -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-1093742-1215266001.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: 1.90 1.97 1.99 4/72 20364
/proc/meminfo: memFree=1722168/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=18572 CPUtime=0
/proc/20364/stat : 20364 (runsolver) R 20362 20364 18458 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2005569688 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 213112122663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20364/statm: 4643 292 257 25 0 2626 0

[startup+0.064947 s]
/proc/loadavg: 1.90 1.97 1.99 4/72 20364
/proc/meminfo: memFree=1722168/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.03
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005569688 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101949 s]
/proc/loadavg: 1.90 1.97 1.99 4/72 20364
/proc/meminfo: memFree=1722168/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.03
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005569688 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301977 s]
/proc/loadavg: 1.90 1.97 1.99 4/72 20364
/proc/meminfo: memFree=1722168/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.03
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005569688 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701051 s]
/proc/loadavg: 1.90 1.97 1.99 4/72 20364
/proc/meminfo: memFree=1722168/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.03
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005569688 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50119 s]
/proc/loadavg: 1.90 1.97 1.99 3/75 20378
/proc/meminfo: memFree=1719712/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.92
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 974 7589 0 1 3 0 83 6 15 0 1 0 2005569688 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 797 370 3 0 500 0
[pid=20377] ppid=20364 vsize=5356 CPUtime=0
/proc/20377/stat : 20377 (sh) S 20364 20364 18458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005569788 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20377/statm: 1339 233 193 169 0 50 0
[pid=20378] ppid=20377 vsize=864324 CPUtime=0.49
/proc/20378/stat : 20378 (java) S 20377 20364 18458 0 -1 0 4613 0 1 0 46 3 0 0 18 0 9 0 2005569788 885067776 4043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20378/statm: 216081 4043 1731 9 0 210656 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883280

[startup+3.10246 s]
/proc/loadavg: 1.90 1.97 1.99 3/83 20386
/proc/meminfo: memFree=1699360/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=0.92
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 974 7589 0 1 3 0 83 6 15 0 1 0 2005569688 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 797 370 3 0 500 0
[pid=20377] ppid=20364 vsize=5356 CPUtime=0
/proc/20377/stat : 20377 (sh) S 20364 20364 18458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005569788 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20377/statm: 1339 233 193 169 0 50 0
[pid=20378] ppid=20377 vsize=868388 CPUtime=2.06
/proc/20378/stat : 20378 (java) S 20377 20364 18458 0 -1 0 12170 0 1 0 198 8 0 0 18 0 9 0 2005569788 889229312 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20378/statm: 217097 11191 2541 9 0 211672 0
[pid=20378/tid=20379] ppid=20377 vsize=868388 CPUtime=1.21
/proc/20378/task/20379/stat : 20379 (java) R 20377 20364 18458 0 -1 64 2972 0 1 0 119 2 0 0 25 0 9 0 2005569790 889229312 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4126476232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20380] ppid=20377 vsize=868388 CPUtime=0.59
/proc/20378/task/20380/stat : 20380 (java) S 20377 20364 18458 0 -1 64 7018 0 0 0 55 4 0 0 16 0 9 0 2005569791 889229312 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20381] ppid=20377 vsize=868388 CPUtime=0
/proc/20378/task/20381/stat : 20381 (java) S 20377 20364 18458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005569791 889229312 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20382] ppid=20377 vsize=868388 CPUtime=0
/proc/20378/task/20382/stat : 20382 (java) S 20377 20364 18458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005569791 889229312 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20383] ppid=20377 vsize=868388 CPUtime=0
/proc/20378/task/20383/stat : 20383 (java) S 20377 20364 18458 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005569793 889229312 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20384] ppid=20377 vsize=868388 CPUtime=0.24
/proc/20378/task/20384/stat : 20384 (java) S 20377 20364 18458 0 -1 64 1487 0 0 0 23 1 0 0 15 0 9 0 2005569793 889229312 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20385] ppid=20377 vsize=868388 CPUtime=0
/proc/20378/task/20385/stat : 20385 (java) S 20377 20364 18458 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005569793 889229312 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20378/tid=20386] ppid=20377 vsize=868388 CPUtime=0
/proc/20378/task/20386/stat : 20386 (java) S 20377 20364 18458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005569793 889229312 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887344

[startup+6.30201 s]
/proc/loadavg: 1.91 1.97 1.99 3/83 20386
/proc/meminfo: memFree=1666976/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=5.38
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 1033 22718 0 2 3 1 508 26 15 0 1 0 2005569688 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 13600

[startup+12.7021 s]
/proc/loadavg: 1.92 1.97 1.99 3/75 20388
/proc/meminfo: memFree=1685024/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=5.38
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 1033 22718 0 2 3 1 508 26 16 0 1 0 2005569688 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 799 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 18458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005570239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=27036 CPUtime=7.12
/proc/20388/stat : 20388 (minisat) R 20387 20364 18458 0 -1 4194304 6597 0 0 0 708 4 0 0 25 0 1 0 2005570239 27684864 6583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 6759 6583 76 150 0 6606 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 45992

[startup+25.5013 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 20388
/proc/meminfo: memFree=1679584/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=5.38
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 1033 22718 0 2 3 1 508 26 16 0 1 0 2005569688 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 799 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 18458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005570239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=32236 CPUtime=19.79
/proc/20388/stat : 20388 (minisat) R 20387 20364 18458 0 -1 4194304 7914 0 0 0 1974 5 0 0 25 0 1 0 2005570239 33009664 7900 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 8059 7900 76 150 0 7906 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 51192

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

[startup+28.7028 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 20388
/proc/meminfo: memFree=1678688/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=5.38
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 1033 22718 0 2 3 1 508 26 16 0 1 0 2005569688 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 799 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 18458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005570239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=33160 CPUtime=22.96
/proc/20388/stat : 20388 (minisat) R 20387 20364 18458 0 -1 4194304 8121 0 0 0 2291 5 0 0 25 0 1 0 2005570239 33955840 8107 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 8290 8107 76 150 0 8137 0
Current children cumulated CPU time (s) 28.34
Current children cumulated vsize (KiB) 52116

[startup+30.3011 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 20388
/proc/meminfo: memFree=1678368/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=5.38
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 1033 22718 0 2 3 1 508 26 16 0 1 0 2005569688 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 799 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 18458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005570239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=33292 CPUtime=24.55
/proc/20388/stat : 20388 (minisat) R 20387 20364 18458 0 -1 4194304 8177 0 0 0 2450 5 0 0 25 0 1 0 2005570239 34091008 8163 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 8323 8163 76 150 0 8170 0
Current children cumulated CPU time (s) 29.93
Current children cumulated vsize (KiB) 52248

[startup+31.9064 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 20388
/proc/meminfo: memFree=1677984/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=5.38
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 1033 22718 0 2 3 1 508 26 16 0 1 0 2005569688 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 799 370 3 0 500 0
[pid=20387] ppid=20364 vsize=5356 CPUtime=0
/proc/20387/stat : 20387 (sh) S 20364 20364 18458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005570239 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20387/statm: 1339 232 193 169 0 50 0
[pid=20388] ppid=20387 vsize=33820 CPUtime=26.13
/proc/20388/stat : 20388 (minisat) R 20387 20364 18458 0 -1 4194304 8291 0 0 0 2608 5 0 0 25 0 1 0 2005570239 34631680 8277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 8455 8277 76 150 0 8302 0
Current children cumulated CPU time (s) 31.51
Current children cumulated vsize (KiB) 52776

[startup+32.3014 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 20388
/proc/meminfo: memFree=1677984/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=31.88
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 1071 31331 0 2 3 1 3152 32 17 0 1 0 2005569688 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 13600

[startup+32.7015 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 20388
/proc/meminfo: memFree=1677984/2055920 swapFree=4180444/4192956
[pid=20364] ppid=20362 vsize=13600 CPUtime=31.9
/proc/20364/stat : 20364 (sugar) S 20362 20364 18458 0 -1 4194304 1091 31331 0 2 4 2 3152 32 15 0 1 0 2005569688 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20364/statm: 3400 800 370 3 0 500 0
Current children cumulated CPU time (s) 31.9
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 32.7555
CPU time (s): 32.3641
CPU user time (s): 31.9511
CPU system time (s): 0.412937
CPU usage (%): 98.8051
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.9511
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36601
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= 9204
involuntary context switches= 9725

runsolver used 0.055991 second user time and 0.106983 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-05 15:53:21
IDJOB=1093742
IDBENCH=58723
IDSOLVER=346
FILE ID=node68/1093742-1215266001
PBS_JOBID= 7882094
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibd9/normalized-bibd-9-96-32-3-8_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-1093742-1215266001/watcher-1093742-1215266001 -o /tmp/evaluation-result-1093742-1215266001/solver-1093742-1215266001 -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-1093742-1215266001.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 183b89dc2fc58cfaeea36bd8c41eeb1a
RANDOM SEED=1666922865

node68.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:       1722648 kB
Buffers:         38656 kB
Cached:         219908 kB
SwapCached:       6772 kB
Active:         157732 kB
Inactive:       123436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722648 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:          28924 kB
Slab:            37620 kB
Committed_AS:  4322964 kB
PageTables:       1692 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= 66524 MiB
End job on node68 at 2008-07-05 15:53:54